@charset "UTF-8";
* {
  color: #353434;
  font-family: 'Noto SansJP', sans-serif;
}

@media screen and (max-width: 767px) {
  .pctag {
    display: none;
  }
}

.sptag {
  display: none;
}

@media screen and (max-width: 767px) {
  .sptag {
    display: block;
  }
}

.link_hover {
  transition: 0.3s;
  cursor: pointer;
}

.link_hover:hover {
  text-decoration: none;
}

.link_hover.ef_op:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .link_hover.ef_op:hover {
    opacity: 1;
  }
}

.scroll_func {
  opacity: 0;
  transition: 2s;
}

.scroll_func.scroll_on {
  opacity: 1;
  transform: translateY(0);
}

.scroll_func_y0 {
  transform: translateY(0);
}

.scroll_func_y0.scroll_on {
  transform: translateY(0);
}

.hukidashi {
  animation-name: hukidashi;
  -webkit-animation-name: hukidashi;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hukidashi {
  0% {
    transform: translate(0, 0px);
  }
  5% {
    transform: translate(0, -5px);
  }
  10% {
    transform: translate(0, 3px);
  }
  15% {
    transform: translate(0, -5px);
  }
  20% {
    transform: translate(0, 3px);
  }
  20% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 0px);
  }
}

.fuwayura {
  -webkit-animation-iteration-count: ease;
  animation-iteration-count: ease;
  animation-name: fuwayura;
  -webkit-animation-name: fuwayura;
  animation-duration: 3.5s;
  -webkit-animation-duration: 3.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes fuwayura {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

#recruit_wrap * {
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .h1_wrapper {
    bottom: 470px;
  }
}

@media screen and (max-width: 767px) {
  .h1_wrapper {
    bottom: 470px;
  }
}

@media screen and (min-width: 751px) {
  body {
    padding-top: 110px;
  }
}

.wrapper {
  overflow: hidden;
  min-width: 1000px;
}

@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    min-width: inherit;
    margin-top: 70px;
  }
}

.wrapper h2 {
  margin: 0 auto 40px;
  text-align: center;
}

.sec01 {
  position: relative;
  background: url(../images/bg_sky.png) no-repeat center top/cover;
}

@media screen and (max-width: 767px) {
  .sec01 {
    width: 100%;
    background: url(../images/bg_sky_sp.png) repeat;
  }
}

.sec01:before {
  content: "";
  width: 358px;
  height: 439px;
  background: url(../images/aradas_chan01.png) no-repeat;
  position: absolute;
  top: 120px;
  left: 0%;
  transition: 3s;
  -webkit-animation: fuwayura 6s ease backwards infinite;
          animation: fuwayura 6s ease backwards infinite;
}

@media screen and (max-width: 767px) {
  .sec01:before {
    width: 58.4vw;
    height: 133.33333vw;
    background: url(../images/aradas_chan01_sp.png) no-repeat;
    background-size: 100%;
    top: 12vw;
    right: -6.66667vw;
    left: auto;
  }
}

.sec01:after {
  content: "";
  width: 100%;
  height: 512px;
  background: url(../images/wood.png) no-repeat center top/cover;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 1000px) {
  .sec01:after {
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .sec01:after {
    background: url(../images/wood_sp.png) no-repeat center top/cover;
    height: 36.66667vw;
  }
}

.sec01 .w_set {
  position: relative;
  padding: 200px 0;
}

@media screen and (max-width: 767px) {
  .sec01 .w_set {
    padding: 0 4% 36vw;
    position: relative;
  }
  .sec01 .w_set:before {
    content: "";
    width: 108%;
    height: 133.33333vw;
    position: absolute;
    left: -4%;
    background: url(../images/cloud_sp.png) no-repeat top left/100%;
  }
}

@media screen and (max-width: 767px) {
  .sec01 .sec_ttl01 {
    width: 50.4vw;
    padding-top: 29.33333vw;
    margin-left: 3.33333vw;
    margin-bottom: 0;
  }
}

.sec01 .sec_ttl02 {
  text-align: center;
  padding-top: 85px;
}

@media screen and (max-width: 767px) {
  .sec01 .sec_ttl02 {
    width: 70.26667vw;
    margin: 0 auto;
  }
}

.sec01 .text {
  font-size: 16px;
  line-height: 2;
  color: #152d4a;
  text-align: center;
  letter-spacing: 0.075em;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .sec01 .text {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-size: 3.46667vw;
    line-height: 1.8;
    text-align: left;
    padding-top: 5.33333vw;
  }
  .sec01 .text:first-of-type {
    padding-top: 8vw;
  }
}

.sec01 .text.bold {
  font-weight: bold;
}

.sec02 {
  width: 100%;
  background: url(../images/bg_orange.jpg) repeat;
  padding-bottom: 230px;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 16vw;
  }
}

.sec02 .w_set {
  position: relative;
}

.sec02 .w_set:before {
  content: "";
  width: 815px;
  height: 318px;
  position: absolute;
  top: -102px;
  left: 0;
  right: 0;
  z-index: 0;
  margin: auto;
  background: url(../images/bg_orange_top.png) no-repeat;
}

@media screen and (max-width: 767px) {
  .sec02 .w_set:before {
    width: 86.8vw;
    height: 16.66667vw;
    background: url(../images/bg_orange_sp.png) no-repeat center top;
    background-size: contain;
    top: -16vw;
  }
}

.sec02 .sec_ttl01 {
  text-align: center;
  position: relative;
  top: -15px;
}

@media screen and (max-width: 767px) {
  .sec02 .sec_ttl01 {
    width: 58.93333vw;
    margin-bottom: 0;
  }
}

.sec02 .about_list {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .sec02 .about_list {
    width: 100%;
    flex-wrap: wrap;
    padding-top: 6vw;
  }
}

.sec02 .about_list li:nth-of-type(2n) {
  transform: translateY(-50px);
}

@media screen and (max-width: 767px) {
  .sec02 .about_list li:nth-of-type(2n) {
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .sec02 .about_list li:nth-of-type(4) {
    margin-left: 13.6vw;
  }
}

@media screen and (max-width: 767px) {
  .sec02 .about_list li:nth-of-type(5) {
    margin-right: 13.6vw;
  }
}

.sec02 .about_list li:hover img {
  transform: scale(1.1);
  filter: drop-shadow(0 2px 10px rgba(255, 255, 255, 0.5));
}

.sec02 .about_list li img {
  transition: 0.25s;
}

@media screen and (max-width: 767px) {
  .sec02 .about_list li img {
    width: 27.2vw;
    height: 27.2vw;
  }
}

.sec02 .sec_ttl02 {
  text-align: center;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .sec02 .sec_ttl02 {
    width: 58.93333vw;
    margin-bottom: 0;
    transform: translateY(10px);
  }
}

.sec02 .faq_area {
  position: relative;
  padding: 0 45px;
}

@media screen and (max-width: 767px) {
  .sec02 .faq_area {
    width: 100%;
    padding: 0;
    margin-top: -5.33333vw;
  }
}

.sec02 .faq_area .image01 {
  position: absolute;
  top: -147px;
  left: 53px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .sec02 .faq_area .image01 {
    width: 13.2vw;
    top: -2.66667vw;
    left: 0;
  }
}

.sec02 .faq_area .image02 {
  position: absolute;
  top: 265px;
  right: 23px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .sec02 .faq_area .image02 {
    width: 11.73333vw;
    top: -1.33333vw;
    right: 8vw;
  }
}

.sec02 .faq_area .slick-dots {
  width: 100px;
  right: 0;
  bottom: -15px;
}

@media screen and (max-width: 767px) {
  .sec02 .faq_area .slick-dots {
    left: 0;
    bottom: 1.33333vw;
    margin: 0 auto;
  }
}

.sec02 .faq_area .slick-dots li {
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background-color: #fff;
  opacity: 0.2;
}

.sec02 .faq_area .slick-dots li button:before {
  display: none;
}

.sec02 .faq_area .slick-dots li.slick-active {
  opacity: 1;
}

.sec02 .faq_box {
  width: 800px;
  margin-top: 90px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec02 .faq_box {
    width: 100%;
    padding: 8vw 4vw;
  }
}

.sec02 .faq_box .faq_box_image:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .sec02 .faq_box .faq_box_image:hover img {
    transform: scale(1);
  }
}

.sec02 .faq_box .faq_box_image img {
  transition: 0.25s;
}

.sec02 .faq_box.box01 {
  margin-top: 70px;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .sec02 .faq_box.box01 {
    margin-top: 9.33333vw;
  }
}

.sec02 .faq_box.box02 {
  margin-left: auto;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sec02 .faq_box.box02 {
    margin-top: 9.33333vw;
  }
}

.sec02 .faq_box.box03 {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .sec02 .faq_box.box03 {
    margin-top: 9.33333vw;
  }
}

.sec02 .faq_box .faq_box_q {
  text-align: center;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec02 .faq_box .faq_box_q {
    width: 25.6vw;
    height: 24.53333vw;
    top: -5.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .sec02 .faq_box .flx {
    display: flex;
    flex-wrap: wrap;
  }
}

.sec02 .faq_box .faq_box_a {
  display: inline-block;
  height: 47px;
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .sec02 .faq_box .faq_box_a {
    display: block;
    margin-bottom: 0;
  }
}

.sec02 .faq_box .faq_box_a:after {
  content: "";
  display: block;
  clear: both;
}

.sec02 .faq_box .faq_box_a span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #f39700;
  text-align: center;
  padding: 12px 37px;
  border-radius: 100px;
  background-color: #fcf6ec;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec02 .faq_box .faq_box_a span {
    font-size: 3.2vw;
    padding: 2vw 7.33333vw;
  }
}

.sec02 .faq_box .faq_box_a span:before {
  content: "";
  width: 100%;
  height: 20px;
  border-left: 2px solid #f39700;
  border-right: 2px solid #f39700;
  border-bottom: 2px solid #f39700;
  border-radius: 0 0 100px 100px;
  position: absolute;
  left: -2px;
  right: 0;
  bottom: -3px;
  z-index: -1;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec02 .faq_box .faq_box_a span:before {
    height: 3.33333vw;
    bottom: -0.53333vw;
  }
}

.sec02 .faq_box .faq_box_a span:after {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  background-color: #f39700;
  box-shadow: 0px -1px 2px 2px #f8ebd6;
}

@media screen and (max-width: 767px) {
  .sec02 .faq_box .faq_box_a span:after {
    bottom: -2vw;
  }
}

.sec02 .slide_area {
  width: 100%;
  padding-top: 100px;
  position: relative;
  position: relative;
}

.sec02 .slide_area:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000px;
  height: 621px;
  background: url(../images/frame_slide.png) no-repeat;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .sec02 .slide_area:after {
    width: 100%;
    height: 100%;
    background: url(../images/frame_slide_sp.png) no-repeat;
    background-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec02 .slide_area {
    padding-top: 0;
  }
}

.sec02 .slide_area .text01 {
  position: absolute;
  right: 35px;
  top: 210px;
  z-index: 15;
}

@media screen and (max-width: 767px) {
  .sec02 .slide_area .text01 {
    width: 21.46667vw;
    top: 24vw;
    right: 30px;
  }
}

.sec02 .slide_area .text02 {
  position: absolute;
  right: 330px;
  bottom: 120px;
  z-index: 15;
}

@media screen and (max-width: 767px) {
  .sec02 .slide_area .text02 {
    width: 17.73333vw;
    right: 32vw;
    bottom: 6.66667vw;
  }
}

.sec02 .slide_area .image01 {
  position: absolute;
  right: 220px;
  bottom: -50px;
  z-index: 15;
}

@media screen and (max-width: 767px) {
  .sec02 .slide_area .image01 {
    width: 30.66667vw;
    right: 0;
    bottom: 0;
  }
}

.sec02 .slide_area .slick-dots {
  width: 100px;
  right: 0;
  bottom: -15px;
}

@media screen and (max-width: 767px) {
  .sec02 .slide_area .slick-dots {
    bottom: 25.33333vw;
    z-index: 101;
  }
}

.sec02 .slide_area .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background-color: #fff;
  opacity: 0.2;
}

@media screen and (max-width: 767px) {
  .sec02 .slide_area .slick-dots li {
    width: 6px;
    height: 6px;
  }
}

.sec02 .slide_area .slick-dots li button:before {
  display: none;
}

.sec02 .slide_area .slick-dots li.slick-active {
  opacity: 1;
}

.sec03 {
  width: 100%;
  background-color: #f8ebd6;
  padding: 120px 0 90px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding: 12vw 0;
  }
}

.sec03:before {
  content: "";
  width: 100%;
  height: 10px;
  background: url(../images/sec03_top_deco.png) repeat-x left top;
  position: absolute;
  top: -10px;
  left: 0;
}

.sec03:after {
  content: "";
  width: 100%;
  height: 10px;
  background: url(../images/sec03_bottom_deco.png) repeat-x left top;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec03 .sec_ttl01 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec03 .sec_ttl01 {
    width: 46vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .sec03 .job_list_wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
}

.sec03 .job_list {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .sec03 .job_list {
    width: 460px;
    padding-top: 6vw;
    min-height: 10.66667vw;
  }
}

.sec03 .job_list li {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #152d4a;
  padding: 15px 60px;
  background-color: #fff;
  border-radius: 30px;
  margin-right: 20px;
  position: relative;
}

.sec03 .job_list li:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  bottom: -16.5px;
  border-color: #fff transparent transparent transparent;
  border-width: 11px 11px 11px 11px;
}

@media screen and (max-width: 767px) {
  .sec03 .job_list li {
    padding: 2.66667vw;
    font-size: 2.93333vw;
    margin: 0 2.66667vw;
  }
}

.sec03 .job_list li:hover {
  -webkit-animation: hukidashi 3s ease backwards;
          animation: hukidashi 3s ease backwards;
}

.sec03 .job_btn {
  width: 900px;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 4px solid #152d4a;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec03 .job_btn {
    width: 100%;
    border-bottom: 2px solid #152d4a;
    padding-top: 6.66667vw;
  }
}

.sec03 .job_btn:first-of-type {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .sec03 .job_btn:first-of-type {
    padding-top: 8vw;
  }
}

.sec03 .job_btn.on .btn:before {
  transform: translate(0, 10px);
  opacity: 0;
}

.sec03 .job_btn .image {
  width: 65px;
}

.sec03 .job_btn .text_wrap {
  width: 813px;
  color: #152d4a;
}

@media screen and (max-width: 767px) {
  .sec03 .job_btn .text_wrap {
    width: calc(100% - 65px -15px);
  }
}

.sec03 .job_btn .text_wrap .txt {
  font-size: 15px;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 767px) {
  .sec03 .job_btn .text_wrap .txt {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-size: 2.93333vw;
  }
}

.sec03 .job_btn .text_wrap .job_name {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.075em;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .sec03 .job_btn .text_wrap .job_name {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-size: 2.93333vw;
  }
}

.sec03 .job_btn .btn {
  position: relative;
  margin-left: auto;
  transition: 0.25s;
}

.sec03 .job_btn .btn:before {
  content: "";
  width: 3px;
  height: 20px;
  background: #152d4a;
  position: absolute;
  right: 10px;
}

@media screen and (max-width: 767px) {
  .sec03 .job_btn .btn:before {
    width: 0.4vw;
    height: 4vw;
  }
}

.sec03 .job_btn .btn:after {
  content: "";
  width: 3px;
  height: 20px;
  background: #152d4a;
  position: absolute;
  right: 10px;
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .sec03 .job_btn .btn:after {
    width: 0.4vw;
    height: 4vw;
  }
}

.sec03 .job_description {
  display: none;
  width: 900px;
  padding: 0 55px 55px;
  background-color: #fff;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec03 .job_description {
    width: 100%;
    padding: 0 4vw 8vw;
  }
}

.sec03 .job_description dl {
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .sec03 .job_description dl {
    padding-top: 5.33333vw;
  }
}

.sec03 .job_description dt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.075em;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .sec03 .job_description dt {
    font-size: 3.2vw;
    padding-bottom: 2.66667vw;
  }
}

.sec03 .job_description dd {
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .sec03 .job_description dd {
    font-size: 2.93333vw;
  }
}

.sec03 .job_description dd.bd {
  border-top: 2px solid #152d4a;
  border-bottom: 2px solid #152d4a;
}

.sec03 .job_description dd .flx {
  width: 100%;
  display: flex;
  border-bottom: 1px dotted #152d4a;
}

@media screen and (max-width: 767px) {
  .sec03 .job_description dd .flx {
    flex-wrap: wrap;
  }
}

.sec03 .job_description dd .flx:last-of-type {
  border-bottom: none;
}

.sec03 .job_description dd .ttl {
  width: 140px;
  padding: 20px 25px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sec03 .job_description dd .ttl {
    width: 100%;
    font-size: 2.93333vw;
    padding: 2vw 0 2vw;
  }
}

.sec03 .job_description dd .txt {
  width: calc(100% - 140px);
  padding: 20px 25px 20px 0;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .sec03 .job_description dd .txt {
    width: 100%;
    font-size: 2.93333vw;
    padding: 0 0 2vw 0;
  }
}

.sec03 .btn_wrap {
  position: relative;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .sec03 .btn_wrap {
    margin-top: 6.66667vw;
  }
}

.sec03 .btn_wrap .image {
  position: absolute;
  top: -30px;
  left: calc(50% - 160px);
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .sec03 .btn_wrap .image {
    width: 6vw;
    top: -4.66667vw;
    left: calc(50% - 20%);
  }
}

.sec03 .btn_wrap .btn_entry {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 17px 0;
  background-color: #f39700;
  border-radius: 50px;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec03 .btn_wrap .btn_entry {
    width: 56vw;
    font-size: 3.2vw;
    padding: 2.93333vw 0;
  }
}

.sec03 .btn_wrap .btn_entry:hover {
  filter: drop-shadow(0 0 0 #fff);
  background-color: #dd7500;
}

.sec03 .btn_wrap .btn_entry .arw {
  display: inline-block;
  position: relative;
  transform: translateX(50px);
}

.sec03 .btn_wrap .btn_entry .arw:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: auto;
}

.sec03 .form_entry {
  position: relative;
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .sec03 .form_entry {
    margin-top: 8vw;
  }
}

.sec03 .form_entry .image {
  position: absolute;
  top: -50px;
  right: 130px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec03 .form_entry .image {
    width: 24vw;
    top: -6.66667vw;
    right: 0;
  }
}

.sec03 .form_entry .btn_form_entry {
  display: block;
  width: 500px;
  font-size: 31px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 42px 0;
  margin: 0 auto;
  background-color: #f39700;
  text-decoration: none;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .sec03 .form_entry .btn_form_entry {
    width: 68vw;
    font-size: 4.26667vw;
    padding: 5.33333vw 0;
  }
}

.sec03 .form_entry .btn_form_entry:hover {
  background-color: #dd7500;
}

.sec03 .form_entry .btn_form_entry span {
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .sec03 .form_entry .btn_form_entry span {
    font-size: 2.93333vw;
  }
}

.sec03 .btn_inquiry {
  display: block;
  width: 300px;
  font-size: 18px;
  color: #f39700;
  text-align: center;
  background-color: #fff;
  text-decoration: none;
  padding: 15px 0;
  margin: 50px auto 0;
  border-radius: 30px;
  filter: drop-shadow(0 3px 0 #f7dfb8);
  position: relative;
  transition: 0.3s !important;
}

@media screen and (max-width: 767px) {
  .sec03 .btn_inquiry {
    width: 48vw;
    font-size: 2.66667vw;
    margin-top: 5.33333vw;
  }
}

.sec03 .btn_inquiry:hover {
  background-color: #f39700;
  color: #fff;
}

.sec03 .btn_inquiry:hover .arw:before {
  border-color: #fff;
}

.sec03 .btn_inquiry .arw {
  display: inline-block;
  position: relative;
  transform: translateX(30px);
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .sec03 .btn_inquiry .arw {
    transform: translateX(20px);
  }
}

.sec03 .btn_inquiry .arw:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #f39700;
  border-top: 2px solid #f39700;
  transform: rotate(45deg);
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .sec03 .btn_inquiry .arw:before {
    width: 4px;
    height: 4px;
    border-right: 1px solid #f39700;
    border-top: 1px solid #f39700;
  }
}

.footer_btn_wrap {
  width: 1000px;
  margin: 140px auto 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px;
}

@media screen and (max-width: 767px) {
  .footer_btn_wrap {
    width: 90%;
    margin: 0 auto 20.93333vw;
  }
}

.footer_btn_wrap a {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  display: block;
  box-shadow: 5px 5px 0 #e0e1e1;
  transition: 0.3s;
  background: #f39700;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer_btn_wrap a {
    width: 100%;
    margin-top: 85px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
    display: block;
    box-shadow: 5px 5px 0 #e0e1e1;
    transition: 0.3s;
    background: #f39700;
    text-decoration: none;
    position: relative;
  }
}

.footer_btn_wrap a:hover {
  background: #dd7500;
  box-shadow: 0px 0px 0 #e0e1e1;
}

@media screen and (max-width: 767px) {
  .footer_btn_wrap a:hover {
    background: #dd7500;
    box-shadow: 0px 0px 0 #e0e1e1;
  }
}

.footer_btn_wrap a span {
  color: #fff;
  margin-left: 14px;
  padding-right: 20px;
  background: url(.../images/concept/arrow.png) center right no-repeat;
}

@media screen and (max-width: 767px) {
  .footer_btn_wrap a span {
    color: #fff;
    margin-left: 14px;
    padding-right: 20px;
    background: url(.../images/concept/arrow.png) center right no-repeat;
  }
}

.footer_btn_wrap .btn01 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer_btn_wrap .btn01 {
    width: 100%;
  }
}

.footer_btn_wrap .btn01 a {
  width: 280px;
  display: block;
}

@media screen and (max-width: 767px) {
  .footer_btn_wrap .btn01 a {
    width: 100%;
  }
}

.footer_btn_wrap .btn01 a:hover::before {
  content: '';
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.footer_btn_wrap .btn01 a:before {
  content: '';
  background: url(../images/about.png) no-repeat;
  width: 190px;
  height: 33px;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 1.5s;
  transform-origin: center;
}

@media screen and (max-width: 767px) {
  .footer_btn_wrap .btn01 a:before {
    content: '';
    background: url(../images/about.png) center/68% no-repeat;
    width: 253px;
    height: 33px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 1.5s;
    transform-origin: center;
  }
}

@media screen and (max-width: 767px) {
  .footer_btn_wrap .btn02 {
    width: 100%;
  }
}

.footer_btn_wrap .btn02 a {
  width: 280px;
  position: relative;
  display: block;
}

@media screen and (max-width: 767px) {
  .footer_btn_wrap .btn02 a {
    width: 100%;
  }
}

.footer_btn_wrap .btn02 a:hover::before {
  content: '';
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.footer_btn_wrap .btn02 a:before {
  content: '';
  background: url(../images/work.png) no-repeat;
  width: 271px;
  height: 33px;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 1.5s;
  transform-origin: center;
}

@media screen and (max-width: 767px) {
  .footer_btn_wrap .btn02 a:before {
    content: '';
    background: url(../images/work.png) center/90% no-repeat;
    width: 271px;
    height: 33px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 1.5s;
    transform-origin: center;
  }
}

@media screen and (max-width: 767px) {
  .footer_btn_wrap .btn03 {
    width: 100%;
  }
}

.footer_btn_wrap .btn03 a {
  width: 280px;
  position: relative;
  display: block;
}

@media screen and (max-width: 767px) {
  .footer_btn_wrap .btn03 a {
    width: 100%;
  }
}

.footer_btn_wrap .btn03 a:hover::before {
  content: '';
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.footer_btn_wrap .btn03 a:before {
  content: '';
  background: url(.../images/concept/original.png) no-repeat;
  width: 282px;
  height: 33px;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 1.5s;
  transform-origin: center;
}

@media screen and (max-width: 767px) {
  .footer_btn_wrap .btn03 a:before {
    content: '';
    background: url(.../images/concept/original.png) center/90% no-repeat;
    width: 282px;
    height: 33px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 1.5s;
    transform-origin: center;
  }
}

@media screen and (max-width: 750px) {
header {
  background-color: unset;
  border-bottom: none;
}
.wrapper {
  margin-top: 0;
}
}
/*# sourceMappingURL=maps/recruit.css.map */
