@charset "UTF-8";
.font-zenmaru, .recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner table tr th, .recruit .occupation ul li .jobname, .workstyle .block02 dl dt, .workstyle .block02 dl dd, .workstyle .suujidemiru ul li p.title, .message .main_message .caption p, .news_archive .news_content_wrapper .main_content .pagenation ul li a, .tp_cmn_block .main_caption, .kv .caption .c-marker, .header_wrapper .header_contact a, .header_wrapper .header_navi ul li {
  font-family: "Zen Maru Gothic", serif;
}

.font-kiwimaru, footer .wrapper .footer_nav ul li a, footer .wrapper .address_wrapper .address {
  font-family: "Kiwi Maru", serif;
}

.trans_8s, footer .wrapper .footer_nav ul li a:before, footer .wrapper .footer_nav ul li a, .header_wrapper .header_contact a, .header_wrapper .header_navi ul li a:before, .header_wrapper .header_navi ul li a {
  -webkit-transition: all 0.8s cubic-bezier(0.18, 0.65, 0.08, 1.01);
  transition: all 0.8s cubic-bezier(0.18, 0.65, 0.08, 1.01);
}

.eachTextAnime {
  -webkit-animation: anima_4 2s ease-out forwards;
          animation: anima_4 2s ease-out forwards;
}

@-webkit-keyframes anima_4 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@keyframes anima_4 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  min-width: 1250px;
}
.header_wrapper .header_logo {
  width: 316px;
  margin-bottom: 5px;
  margin-left: 2%;
}
.header_wrapper .content_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.header_wrapper .header_navi {
  font-weight: bold;
  font-size: 13px;
  margin-right: 40px;
  margin-bottom: 5px;
}
.header_wrapper .header_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.header_wrapper .header_navi ul li {
  line-height: 140%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_wrapper .header_navi ul li:last-child {
  padding-right: 0;
}
.header_wrapper .header_navi ul li a {
  position: relative;
}
.header_wrapper .header_navi ul li a:hover {
  color: #E8AA6C;
}
.header_wrapper .header_navi ul li a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}
.header_wrapper .header_navi ul li a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f7b207;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.header_wrapper .header_navi ul li + li {
  border-left: 1px solid #999;
}
.header_wrapper .header_contact a {
  padding: 6px 30px 16px 30px;
  text-align: center;
  display: block;
  border-left: 1px solid #F3D4B5;
  border-bottom: 1px solid #F3D4B5;
}
.header_wrapper .header_contact a:hover {
  background-color: #E8AA6C;
}
.header_wrapper .header_contact a:hover p {
  color: #FFF;
}
.header_wrapper .header_contact a p {
  font-size: 12px;
  font-weight: bold;
  color: #E8AA6C;
}
.header_wrapper .header_contact a p.icon {
  font-size: 30px;
  margin-bottom: 6px;
}

@media screen and (max-width: 1400px) {
  .header_wrapper .header_navi {
    margin-right: 20px;
  }
  .header_wrapper .header_navi ul li {
    padding: 0 14px;
  }
  .header_wrapper .header_contact a {
    padding: 6px 20px 16px 20px;
  }
}
.top_bg_negative {
  margin-top: -70px;
}

.kv {
  position: relative;
  width: 1200px;
  margin: 60px auto 0;
}
.kv video {
  width: 100%;
  border-radius: 30px;
}
.kv .caption {
  position: absolute;
  left: 0;
  bottom: 50px;
}
.kv .caption .c-marker {
  font-size: 30px;
  padding: 15px;
  margin-bottom: 22px;
}

.tp_news {
  padding-top: 180px;
  padding-bottom: 190px;
}
.tp_news .h2_title h2 {
  font-size: 45px;
}
.tp_news .common_button {
  margin-top: 30px;
}
.tp_news .content_l {
  margin-right: 80px;
}
.tp_news .content_r ul a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp_news .content_r ul a:hover {
  color: #f7b207;
}
.tp_news .content_r ul li {
  margin-bottom: 20px;
}
.tp_news .content_r ul li:last-child {
  margin-bottom: 0;
}
.tp_news .content_r ul li .news_date {
  font-weight: 600;
  margin-right: 20px;
}
.tp_news .content_r ul li .news_title {
  font-size: 13px;
  line-height: 160%;
}

.tp_cmn_block {
  position: relative;
  padding-bottom: 130px;
}
.tp_cmn_block .bg_white {
  position: absolute;
  background-color: #FFF;
  width: 85%;
  height: 700px;
  z-index: 1;
  top: -60px;
}
.tp_cmn_block .h2_title h2 {
  font-size: 29px;
  line-height: 130%;
}
.tp_cmn_block .h2_title .h2_small {
  font-size: 11px;
}
.tp_cmn_block .main_caption {
  margin: 35px 0;
  font-weight: 500;
  font-size: 33px;
}
.tp_cmn_block .main_caption p {
  margin-bottom: 10px;
}
.tp_cmn_block .main_caption p:last-child {
  margin-bottom: 0;
}
.tp_cmn_block .sub_caption {
  margin-bottom: 30px;
}
.tp_cmn_block .sub_caption p {
  line-height: 220%;
}

.tp_message {
  margin-bottom: 130px;
}
.tp_message .bg_white {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.tp_message .content_l {
  width: 542px;
}
.tp_message .content_r {
  position: absolute;
  top: 0;
  left: 542px;
}
.tp_message .content_r .l_pic {
  width: 300px;
  margin-right: 30px;
  position: relative;
}
.tp_message .content_r .l_pic .illust01 {
  position: absolute;
  top: -90px;
  left: 60px;
  width: 187px;
}
.tp_message .content_r .l_pic .pic01 {
  position: relative;
  z-index: 2;
  margin-top: 65px;
}
.tp_message .content_r .r_pic {
  width: 176px;
}
.tp_message .content_r .r_pic .pic02 {
  margin-bottom: 20px;
}
.tp_message .content_r .r_pic .pic03 {
  width: 150px;
}
.tp_message .content_r .r_pic .illust02 {
  position: absolute;
  bottom: -55px;
  width: 162px;
}

.tp_recruit {
  position: relative;
}
.tp_recruit .bg_white_bottom {
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 250px;
}
.tp_recruit .bg_white {
  right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.tp_recruit .common_wrapper {
  width: 1050px;
}
.tp_recruit .common_wrapper .flex_wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tp_recruit .content_l {
  width: calc(100% - 550px);
}
.tp_recruit .content_r {
  width: 575px;
  position: relative;
  top: 0;
  left: -10px;
}
.tp_recruit .content_r .illust01 {
  position: absolute;
  top: -90px;
  left: 130px;
  width: 174px;
}
.tp_recruit .content_r .pic01 {
  position: absolute;
  right: 67px;
  width: 180px;
  top: 20px;
  z-index: 2;
}
.tp_recruit .content_r .pic02 {
  width: 430px;
  margin-top: 160px;
}

.tp_interview {
  margin-top: 100px;
  position: relative;
}
.tp_interview .bg_gra {
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(249, 219, 151)), color-stop(57%, rgb(241, 175, 108)));
  background-image: linear-gradient(90deg, rgb(249, 219, 151) 0%, rgb(241, 175, 108) 57%);
  width: 82%;
  height: 950px;
  z-index: 1;
  left: 0;
  top: -80px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.tp_interview .common_wrapper {
  width: 1050px;
}
.tp_interview .h2_title h2 {
  color: #FFF;
}
.tp_interview .h2_title .h2_small {
  color: #FFF;
}
.tp_interview .content_l {
  width: 550px;
}
.tp_interview .content_l .main_caption p, .tp_interview .content_l .sub_caption p {
  color: #FFF;
}
.tp_interview .content_r {
  position: absolute;
  top: 0;
  left: 550px;
}
.tp_interview .content_r .illust01 {
  position: absolute;
  bottom: -53px;
  left: -52px;
  width: 142px;
  z-index: 2;
}
.tp_interview .content_r .pic01 {
  width: 507px;
}
.tp_interview .common_button a {
  border: 1px solid #FFF;
  color: #E8AA6C;
  background-color: #FFF;
}
.tp_interview .common_button a:after {
  background-image: none;
}
.tp_interview .common_button a:hover {
  background-color: #F2C540;
  color: #FFF;
}
.tp_interview .common_button a:hover .dli-arrow-right {
  color: #FFF;
}
.tp_interview .common_button .dli-arrow-right {
  color: #E8AA6C;
  background: currentColor;
}
.tp_interview .interview_slide {
  position: relative;
  z-index: 2;
  margin-top: 90px;
}
.tp_interview .interview_slide .interview_pic {
  width: 290px;
  margin-right: 20px;
}

.tp_workstyle {
  margin-top: 220px;
}
.tp_workstyle .bg_white {
  right: 0;
}
.tp_workstyle .common_wrapper {
  width: 1050px;
}
.tp_workstyle .common_wrapper .flex_wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tp_workstyle .content_r {
  width: 562px;
  position: relative;
  top: 0;
  left: -10px;
}
.tp_workstyle .content_r .illust01 {
  position: absolute;
  top: -24px;
  left: 60px;
  width: 192px;
}
.tp_workstyle .content_r .pic01 {
  position: absolute;
  right: 83px;
  width: 180px;
  top: 20px;
  z-index: 2;
}
.tp_workstyle .content_r .pic02 {
  width: 430px;
  margin-top: 160px;
}

.tp_careerplans .common_wrapper {
  width: 1050px;
}
.tp_careerplans .h2_title {
  position: relative;
}
.tp_careerplans .h2_title .h2_small {
  position: absolute;
  left: 205px;
  bottom: 10px;
}
.tp_careerplans .content_l {
  width: 562px;
}
.tp_careerplans .content_r {
  position: absolute;
  top: 0;
  left: 562px;
}
.tp_careerplans .content_r .illust01 {
  position: absolute;
  bottom: -130px;
  left: 20px;
  width: 187px;
  z-index: 2;
}
.tp_careerplans .content_r .pic01 {
  width: 430px;
}
.tp_careerplans .content_r .pic02 {
  position: absolute;
  bottom: -150px;
  right: -50px;
  width: 180px;
  margin-bottom: 20px;
}

.tp_instagram {
  padding-bottom: 150px;
  position: relative;
}
.tp_instagram .h2_title {
  position: relative;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tp_instagram .h2_title .icon {
  font-size: 34px;
  margin-right: 8px;
}
.tp_instagram .h2_title h2 {
  line-height: 130%;
}
.tp_instagram .h2_title .h2_small {
  position: relative;
}
.tp_instagram .insta_pic {
  margin-top: 50px;
}

.footer_youtube {
  margin-bottom: 150px;
}
.footer_youtube .common_wrapper {
  width: 900px;
  border: 1px solid #E8AA6C;
  padding: 22px 34px;
}
.footer_youtube .common_wrapper .content_l {
  width: calc(100% - 388px - 52px);
}
.footer_youtube .common_wrapper .content_l .youtube_logo {
  width: 38px;
  margin: 15px auto 25px;
}
.footer_youtube .common_wrapper .content_l .youtube_title {
  margin-bottom: 20px;
}
.footer_youtube .common_wrapper .content_l .youtube_title p {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
.footer_youtube .common_wrapper .content_l .youtube_title p span {
  font-size: 13px;
  color: #4D4D4D;
}
.footer_youtube .common_wrapper .content_l .common_button {
  width: 210px;
  margin: 0 auto;
  position: relative;
}
.footer_youtube .common_wrapper .content_l .common_button .link_icon {
  position: absolute;
  top: 14%;
  right: 20px;
  width: 14px;
}
.footer_youtube .common_wrapper .content_l .common_button .link_icon .link_icon_path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #FFF;
  stroke-width: 0px;
}
.footer_youtube .common_wrapper .content_l .common_button a {
  width: 210px;
  padding: 7px 0;
}
.footer_youtube .common_wrapper .content_l .common_button a:hover .link_icon .link_icon_path {
  fill: #E8AA6C;
}
.footer_youtube .common_wrapper .content_r {
  width: 388px;
}
.footer_youtube .common_wrapper .content_r .illust01 {
  position: absolute;
  width: 195px;
  bottom: 0;
  right: 290px;
  z-index: 2;
}
.footer_youtube .common_wrapper .content_r .illust02 {
  position: absolute;
  width: 150px;
  bottom: 0;
  right: -45px;
  z-index: 2;
}
.footer_youtube .common_wrapper .content_r .pic {
  position: absolute;
  bottom: 0;
  width: 297px;
  right: 40px;
}

.footer_contact {
  padding: 150px 0;
  background-image: url("../image/footer-contact-bg.png");
  background-size: cover;
}
.footer_contact h2 {
  text-align: center;
  font-size: 30px;
  color: #FFF;
}
.footer_contact .common_button {
  width: 230px;
  margin: 40px auto 0;
}
.footer_contact .common_button a:after {
  background-color: #F2C540;
  background-image: none;
}
.footer_contact .common_button a:hover:after {
  background-color: #fff;
  opacity: 1;
}

footer {
  background-color: #ebb783;
  padding: 87px 0 65px;
}
footer .wrapper {
  width: 1200px;
  margin: 0 auto;
}
footer .wrapper p, footer .wrapper a {
  color: #FFF;
}
footer .wrapper .footer_logo {
  width: 357px;
  margin: 0 auto 45px;
}
footer .wrapper .address_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}
footer .wrapper .address_wrapper .address:first-child {
  margin-right: 50px;
}
footer .wrapper .address_wrapper .address .address_name p {
  font-size: 15px;
}
footer .wrapper .address_wrapper .address .address_detail {
  font-size: 12px;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #FFF;
}
footer .wrapper .footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .wrapper .footer_nav ul li + li {
  border-left: 1px solid #FFF;
}
footer .wrapper .footer_nav ul li:first-child {
  padding-left: 0;
}
footer .wrapper .footer_nav ul li {
  line-height: 130%;
  padding: 0 24px;
}
footer .wrapper .footer_nav ul li a {
  position: relative;
}
footer .wrapper .footer_nav ul li a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}
footer .wrapper .footer_nav ul li a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
footer .wrapper .footer_nav ul li a {
  font-size: 15px;
}
footer .wrapper .footer_sub_nav {
  margin-top: 50px;
}
footer .wrapper .footer_sub_nav .content_l .sub_sns ul {
  font-size: 11px;
}
footer .wrapper .footer_sub_nav .content_l .sub_sns ul a:hover i {
  color: #F3D4B5;
}
footer .wrapper .footer_sub_nav .content_l .sub_sns ul i {
  font-size: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .wrapper .footer_sub_nav .content_l .sub_sns ul li:first-child {
  margin-right: 40px;
}
footer .wrapper .footer_sub_nav .content_r ul li {
  margin-right: 25px;
}
footer .wrapper .footer_sub_nav .content_r ul li:last-child {
  margin-right: 0;
}
footer .wrapper p.copyright {
  margin-top: 50px;
  text-align: center;
  font-size: 11px;
}

.lower_conteiner {
  width: 1200px;
  margin: 0 auto;
}
.lower_conteiner .kv {
  position: relative;
  margin-bottom: 150px;
}
.lower_conteiner .kv .title {
  position: absolute;
  width: 600px;
  padding: 50px 0 0 0;
  background-color: #FFF;
  bottom: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 15px;
}
.lower_conteiner .kv .title .h2_title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lower_conteiner .kv .title .h2_title h2 {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 18px;
}
.lower_conteiner .kv .title .h2_title p {
  font-size: 14px;
}
.lower_conteiner .kv .title .h2_title h2, .lower_conteiner .kv .title .h2_title p {
  text-align: center;
}
.lower_conteiner .lead {
  position: relative;
  text-align: center;
  margin-bottom: 220px;
}
.lower_conteiner .lead p.bold {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 40px;
}
.lower_conteiner .lead p {
  line-height: 220%;
}
.lower_conteiner .lead .f_img {
  position: absolute;
}

.remodal {
  color: #574b39 !important;
  position: relative;
}
.remodal .modal_illust02 {
  position: absolute;
  width: 176px;
  bottom: 104px;
  right: 234px;
}
.remodal .modal_illust01 {
  position: absolute;
  width: 162px;
  bottom: -94px;
  right: -145px;
}
.remodal .c-marker_line {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.remodal .back_btn {
  margin-top: 70px;
}
.remodal .back_btn a {
  cursor: pointer;
  width: 280px;
  margin: 0 auto;
  display: block;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  background-color: #f9f8f3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.remodal .back_btn a:hover {
  background-color: #574B39;
  color: #FFF;
}
.remodal .modal_head {
  width: 786px;
  margin: 0 auto;
}
.remodal .modal_head .interview_text {
  font-weight: bold;
  font-size: 25px;
}
.remodal .modal_head .name {
  margin-bottom: 50px;
}
.remodal .modal_head p.bold {
  font-size: 30px;
  padding: 0;
  font-family: "Zen Maru Gothic", serif;
}
.remodal .video {
  width: 786px;
  margin: 40px auto 200px;
  position: relative;
}
.remodal .video video {
  width: 100%;
}
.remodal .interview_text .interview_text_wrapper.pic_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.remodal .interview_text .pic {
  width: 430px;
  position: relative;
}
.remodal .interview_text .pic .pic01, .remodal .interview_text .pic .pic03 {
  width: 370px;
}
.remodal .interview_text .pic .pic02, .remodal .interview_text .pic .pic04 {
  position: absolute;
  width: 180px;
  top: 290px;
  right: 0;
}
.remodal .interview_text .text {
  width: 482px;
}
.remodal .interview_text .text dl {
  margin-bottom: 80px;
}
.remodal .interview_text .text dt {
  color: #e8aa6c;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  text-indent: -1.3em;
  text-align: left;
  margin-left: 1.3em;
  margin-bottom: 20px;
}
.remodal .interview_text .text dt:before {
  content: "ー";
  margin-right: 5px;
}
.remodal .interview_text .text dd {
  margin-bottom: 50px;
  text-align: left;
}

.news {
  margin-bottom: 150px;
}
.news .kv .title .illust {
  position: absolute;
  width: 189px;
  right: -41px;
  top: -54px;
}
.news .lead {
  margin-bottom: 100px;
}
.news .lead p.bold {
  font-size: 16px;
}
.news .arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  width: 30px;
}
.news .arrow::before,
.news .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.news .arrow_right::before {
  left: 4px;
  width: 12px;
  height: 2px;
  background: #e8aa6c;
}
.news .arrow_right::after {
  left: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #e8aa6c;
  border-right: 2px solid #e8aa6c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news .arrow_left::before {
  left: 4px;
  width: 12px;
  height: 2px;
  background: #e8aa6c;
}
.news .arrow_left::after {
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #e8aa6c;
  border-right: 2px solid #e8aa6c;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.news .arrow_bottom::before {
  left: 9px;
  width: 10px;
  height: 2px;
  background: #e8aa6c;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news .arrow_bottom::after {
  left: 10px;
  width: 8px;
  height: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 2px solid #e8aa6c;
  border-right: 2px solid #e8aa6c;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.news .news_content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
.news .news_content_wrapper .main_content {
  width: 740px;
}
.news .news_content_wrapper .main_content article {
  padding: 70px;
  border-top: 2px solid #f9f8f3;
  border-bottom: 2px solid #f9f8f3;
}
.news .news_content_wrapper .main_content article p, .news .news_content_wrapper .main_content article h3 {
  line-height: 200%;
}
.news .news_content_wrapper .main_content article p, .news .news_content_wrapper .main_content article div {
  margin-bottom: 1.5em;
}
.news .news_content_wrapper .main_content article p.date {
  color: #e8aa6c;
  margin-bottom: 18px;
}
.news .news_content_wrapper .main_content article h3.news_title {
  font-size: 18px;
  font-weight: bold;
}
.news .news_content_wrapper .main_content article .news_head {
  margin-bottom: 40px;
}
.news .news_content_wrapper .main_content .pagenation {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .news_content_wrapper .main_content .pagenation a {
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news .news_content_wrapper .main_content .pagenation a:hover {
  opacity: 0.8;
}
.news .news_content_wrapper .main_content .pagenation .back a {
  background-color: #f9f8f3;
  padding: 13px 46px;
}
.news .news_content_wrapper .main_content .pagenation .back a:hover {
  opacity: 1;
  background-color: #574B39;
  color: #FFF;
}
.news .news_content_wrapper .sidebar {
  width: 180px;
}
.news .news_content_wrapper .sidebar .archive_area .title {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 14px;
}
.news .news_content_wrapper .sidebar .archive_area ul li a {
  position: relative;
  border: 1px solid #f3d4b5;
  display: block;
  font-weight: bold;
  color: #e8aa6c;
  padding: 15px 0;
  text-align: center;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news .news_content_wrapper .sidebar .archive_area ul li a:hover {
  background-color: #e8aa6c;
  color: #FFF;
}
.news .news_content_wrapper .sidebar .archive_area ul li a:hover .arrow_bottom::before {
  background: #fff;
}
.news .news_content_wrapper .sidebar .archive_area ul li a:hover .arrow_bottom::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.news .news_content_wrapper .sidebar .archive_area ul li a span {
  position: absolute;
  right: 6px;
  top: 27px;
}

.news_archive .news_content_wrapper .main_content .post_lists {
  border-top: 4px solid #f9f8f3;
}
.news_archive .news_content_wrapper .main_content .post_lists li {
  padding: 36px 42px;
  border-bottom: 4px solid #f9f8f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news_archive .news_content_wrapper .main_content .post_lists li .thumb {
  width: 160px;
  margin-right: 35px;
}
.news_archive .news_content_wrapper .main_content .post_lists li .thumb img {
  width: 160px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_archive .news_content_wrapper .main_content .post_lists li .news_head {
  width: calc(100% - 160px - 35px);
}
.news_archive .news_content_wrapper .main_content .post_lists li .news_head p.date {
  color: #e8aa6c;
  margin-bottom: 6px;
}
.news_archive .news_content_wrapper .main_content .post_lists li .news_head h3.news_title {
  font-size: 16px;
}
.news_archive .news_content_wrapper .main_content .pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.news_archive .news_content_wrapper .main_content .pagenation ul li {
  margin-right: 20px;
}
.news_archive .news_content_wrapper .main_content .pagenation ul li a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #f9f8f3;
  color: #e8aa6c;
  text-align: center;
  line-height: 47px;
  font-size: 25px;
}
.news_archive .news_content_wrapper .main_content .pagenation ul li.next a {
  background-color: unset;
}

.interview {
  margin-bottom: 150px;
}
.interview .kv .title .illust {
  position: absolute;
  width: 151px;
  left: 33px;
  top: -20px;
}
.interview .lead {
  margin-bottom: 160px;
}
.interview .senior_voice .head {
  text-align: center;
}
.interview .senior_voice .head h3 {
  text-align: center;
  font-size: 31px;
  font-weight: bold;
  padding: 0 20px;
}
.interview .senior_voice .head p {
  font-size: 14px;
  font-weight: bold;
}
.interview .senior_voice .voice_items {
  margin-top: 70px;
}
.interview .senior_voice .voice_items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 850px;
  margin: 0 auto;
}
.interview .senior_voice .voice_items ul li {
  width: 350px;
  position: relative;
  margin-bottom: 38px;
}
.interview .senior_voice .voice_items ul li a {
  cursor: pointer;
}
.interview .senior_voice .voice_items ul li .f_illust {
  position: absolute;
  z-index: 2;
}
.interview .senior_voice .voice_items ul li .illust01 {
  -webkit-animation: fuwafuwa01 1.5s infinite steps(1);
          animation: fuwafuwa01 1.5s infinite steps(1);
  width: 23px;
  top: 216px;
  left: -102px;
}
.interview .senior_voice .voice_items ul li .illust02 {
  -webkit-animation: fuwafuwa02 2s infinite steps(1);
          animation: fuwafuwa02 2s infinite steps(1);
  width: 56px;
  top: -80px;
  right: -80px;
}
.interview .senior_voice .voice_items ul li .illust03 {
  width: 163px;
  top: -39px;
  left: -109px;
}
.interview .senior_voice .voice_items ul li .illust04 {
  -webkit-animation: fuwafuwa02 2s infinite steps(1);
          animation: fuwafuwa02 2s infinite steps(1);
  width: 51px;
  top: 202px;
  left: -128px;
}
.interview .senior_voice .voice_items ul li .illust05 {
  -webkit-animation: fuwafuwa01 1.5s infinite steps(1);
          animation: fuwafuwa01 1.5s infinite steps(1);
  width: 66px;
  top: 233px;
  right: -115px;
}
.interview .senior_voice .voice_items ul li .illust06 {
  width: 190px;
  bottom: -43px;
  right: -165px;
}
.interview .senior_voice .voice_items ul li .illust07 {
  -webkit-animation: fuwafuwa01 1.5s infinite steps(1);
          animation: fuwafuwa01 1.5s infinite steps(1);
  width: 34px;
  top: 42px;
  left: -88px;
}
.interview .senior_voice .voice_items ul li .illust08 {
  -webkit-animation: fuwafuwa02 2s infinite steps(1);
          animation: fuwafuwa02 2s infinite steps(1);
  width: 35px;
  top: 145px;
  left: -133px;
}
.interview .senior_voice .voice_items ul li .illust09 {
  -webkit-animation: fuwafuwa01 1.5s infinite steps(1);
          animation: fuwafuwa01 1.5s infinite steps(1);
  width: 79px;
  bottom: -43px;
  right: -165px;
}
.interview .senior_voice .voice_items ul li .illust10 {
  width: 145px;
  top: -50px;
  left: -104px;
}
.interview .senior_voice .voice_items ul li .illust11 {
  -webkit-animation: fuwafuwa01 1.5s infinite steps(1);
          animation: fuwafuwa01 1.5s infinite steps(1);
  width: 72px;
  bottom: -23px;
  left: -123px;
}
.interview .senior_voice .voice_items ul li .illust12 {
  -webkit-animation: fuwafuwa02 2s infinite steps(1);
          animation: fuwafuwa02 2s infinite steps(1);
  width: 42px;
  bottom: 126px;
  right: -104px;
}
.interview .senior_voice .voice_items ul li .illust13 {
  -webkit-animation: fuwafuwa01 1.5s infinite steps(1);
          animation: fuwafuwa01 1.5s infinite steps(1);
  width: 27px;
  bottom: 231px;
  right: -59px;
}
.interview .senior_voice .voice_items ul li:nth-child(2n) {
  margin-top: 50px;
}
.interview .senior_voice .voice_items ul li .pic_wrapper {
  position: relative;
}
.interview .senior_voice .voice_items ul li .caption {
  position: absolute;
  bottom: 55px;
  left: -40px;
}
.interview .senior_voice .voice_items ul li .caption p {
  margin-bottom: 0.7em;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 10px;
}
.interview .senior_voice .voice_items ul li .detail {
  margin-top: 35px;
}
.interview .senior_voice .voice_items ul li .detail p.bold {
  font-weight: bold;
  font-size: 18px;
}

.message {
  margin-bottom: 130px;
}
.message .kv .title .illust {
  position: absolute;
  width: 151px;
  left: 33px;
  top: -20px;
}
.message .lead {
  position: relative;
}
.message .lead .illust_block01, .message .lead .illust_block02, .message .lead .illust_block03 {
  position: absolute;
  width: 100%;
}
.message .lead .illust_block01 .illust, .message .lead .illust_block02 .illust, .message .lead .illust_block03 .illust {
  position: absolute;
}
.message .lead .illust_block01 .block01, .message .lead .illust_block01 .block02, .message .lead .illust_block02 .block01, .message .lead .illust_block02 .block02, .message .lead .illust_block03 .block01, .message .lead .illust_block03 .block02 {
  position: absolute;
}
.message .lead .illust_block01 {
  top: 20px;
}
.message .lead .illust_block01 .block01 .pic {
  width: 100px;
}
.message .lead .illust_block01 .block01 .illust {
  -webkit-animation: fuwafuwa01 1.5s infinite steps(1);
          animation: fuwafuwa01 1.5s infinite steps(1);
  width: 78px;
  top: 33px;
  left: 146px;
}
.message .lead .illust_block01 .block02 {
  right: 0;
}
.message .lead .illust_block01 .block02 .pic {
  width: 151px;
  margin-left: auto;
}
.message .lead .illust_block01 .block02 .illust {
  -webkit-animation: fuwafuwa02 2s infinite steps(1);
          animation: fuwafuwa02 2s infinite steps(1);
  width: 41px;
  top: 5px;
  left: -65px;
}
.message .lead .illust_block02 {
  top: 190px;
}
.message .lead .illust_block02 .block01 .pic {
  width: 144px;
  margin-left: 40px;
}
.message .lead .illust_block02 .block01 .illust {
  -webkit-animation: fuwafuwa02 2s infinite steps(1);
          animation: fuwafuwa02 2s infinite steps(1);
  width: 47px;
  top: 77px;
}
.message .lead .illust_block02 .block02 {
  right: 0;
  top: 35px;
}
.message .lead .illust_block02 .block02 .pic {
  width: 107px;
  margin-right: 77px;
}
.message .lead .illust_block02 .block02 .illust {
  -webkit-animation: fuwafuwa01 1.5s infinite steps(1);
          animation: fuwafuwa01 1.5s infinite steps(1);
  width: 70px;
  top: 5px;
  right: -22px;
}
.message .lead .illust_block03 {
  top: 350px;
}
.message .lead .illust_block03 .block01 {
  margin-top: 70px;
}
.message .lead .illust_block03 .block01 .pic {
  width: 103px;
}
.message .lead .illust_block03 .block01 .illust {
  -webkit-animation: fuwafuwa01 1.5s infinite steps(1);
          animation: fuwafuwa01 1.5s infinite steps(1);
  width: 39px;
  top: 33px;
  left: 130px;
}
.message .lead .illust_block03 .block02 {
  right: 0;
  top: 70px;
}
.message .lead .illust_block03 .block02 .pic {
  width: 124px;
  margin-left: auto;
}
.message .lead .illust_block03 .block02 .illust {
  -webkit-animation: fuwafuwa02 2s infinite steps(1);
          animation: fuwafuwa02 2s infinite steps(1);
  width: 80px;
  bottom: -64px;
  left: 5px;
}
.message .lead p.bold {
  font-size: 33px;
}
.message .lead ul {
  margin-top: 70px;
}
.message .lead ul li p {
  font-weight: bold;
  font-size: 17px;
}
.message .lead ul hr {
  margin: 14px auto;
  display: block;
  width: 600px;
  border: 0;
  height: 2px;
  background-color: #F9F8F3;
}
.message .main_message {
  position: relative;
}
.message .main_message .pic {
  position: absolute;
  left: 0;
  right: 0;
  top: -225px;
  width: 850px;
  margin: 0 auto;
}
.message .main_message .pic .message_name {
  text-align: right;
  margin-top: 5px;
}
.message .main_message .pic .illust {
  position: absolute;
  width: 145px;
  bottom: -120px;
}
.message .main_message .bg {
  width: 1100px;
  margin: 425px auto 0;
  background-color: #f9f8f3;
  padding: 330px 150px 90px;
  border-radius: 20px;
}
.message .main_message .caption {
  margin-bottom: 70px;
  text-align: center;
}
.message .main_message .caption p {
  display: inline;
  font-size: 28px;
  line-height: 270%;
  width: 370px;
  margin: 0 auto 30px;
  font-weight: 500;
  text-align: center;
}
.message .main_message .caption p:last-child {
  width: 680px;
  margin-bottom: 0;
}
.message .main_message .main_text p {
  line-height: 200%;
  text-justify: auto;
}

.workstyle .kv .title .illust {
  position: absolute;
  width: 174px;
  right: 25px;
  top: -20px;
}
.workstyle .lead p.bold {
  line-height: 180%;
  font-weight: bold;
}
.workstyle .lead .illust_block01, .workstyle .lead .illust_block02 {
  position: absolute;
  width: 100%;
}
.workstyle .lead .illust_block01 .block01, .workstyle .lead .illust_block01 .block02, .workstyle .lead .illust_block02 .block01, .workstyle .lead .illust_block02 .block02 {
  position: absolute;
}
.workstyle .lead .illust_block01 {
  top: 20px;
}
.workstyle .lead .illust_block01 .block01 {
  top: -57px;
}
.workstyle .lead .illust_block01 .block01 .pic {
  width: 124px;
}
.workstyle .lead .illust_block01 .block02 {
  top: -57px;
  right: 0;
}
.workstyle .lead .illust_block01 .block02 .pic {
  width: 144px;
  margin-left: auto;
}
.workstyle .lead .illust_block02 {
  top: 20px;
}
.workstyle .lead .illust_block02 .block01 {
  top: 103px;
  left: 30px;
}
.workstyle .lead .illust_block02 .block01 .pic {
  width: 168px;
}
.workstyle .lead .illust_block02 .block02 {
  right: 94px;
  top: 137px;
}
.workstyle .lead .illust_block02 .block02 .pic {
  width: 110px;
}
.workstyle .cmn_block {
  width: 900px;
  margin: 0 auto 240px;
}
.workstyle .cmn_block h3 {
  font-size: 25px;
  font-weight: 500;
  margin-left: 38px;
  margin-bottom: 10px;
}
.workstyle .cmn_block .flex_wrapper .text_block {
  width: 428px;
}
.workstyle .cmn_block .flex_wrapper .text_block p.title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 160%;
}
.workstyle .cmn_block .flex_wrapper .text_block p {
  line-height: 190%;
  letter-spacing: 0.1em;
  letter-spacing: 0.4px;
}
.workstyle .cmn_block .flex_wrapper .pic_block {
  position: relative;
  width: calc(100% - 428px - 52px);
}
.workstyle .cmn_block .flex_wrapper .pic_block .pic01 {
  width: 253px;
  position: absolute;
  right: -55px;
  top: -80px;
}
.workstyle .cmn_block .flex_wrapper .pic_block .pic02 {
  margin-top: 110px;
}
.workstyle .cmn_block .flex_wrapper.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.workstyle .cmn_block .flex_wrapper.rev .pic_block .pic01 {
  width: 400px;
  position: relative;
  right: 0px;
  top: -118px;
}
.workstyle .cmn_block .flex_wrapper.rev .pic_block .pic02 {
  position: absolute;
  width: 254px;
  margin-top: unset;
  left: -40px;
  top: 150px;
}
.workstyle .point01 .illust01 {
  width: 26px;
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-animation: fuwafuwa01 1.5s infinite steps(1);
          animation: fuwafuwa01 1.5s infinite steps(1);
}
.workstyle .point01 .illust02 {
  width: 22px;
  position: absolute;
  top: 47px;
  left: 100px;
  -webkit-animation: fuwafuwa02 2s infinite steps(1);
          animation: fuwafuwa02 2s infinite steps(1);
}
.workstyle .point01 .illust03 {
  width: 100px;
  position: absolute;
  bottom: -9px;
  right: -36px;
  -webkit-animation: fuwafuwa01 2.3s infinite steps(1);
          animation: fuwafuwa01 2.3s infinite steps(1);
}
.workstyle .point02 .illust01 {
  width: 70px;
  position: absolute;
  top: 6px;
  left: -55px;
  -webkit-animation: fuwafuwa01 1.5s infinite steps(1);
          animation: fuwafuwa01 1.5s infinite steps(1);
}
.workstyle .point02 .illust02 {
  width: 21px;
  position: absolute;
  top: 165px;
  right: 80px;
  -webkit-animation: fuwafuwa02 2s infinite steps(1);
          animation: fuwafuwa02 2s infinite steps(1);
}
.workstyle .point02 .illust03 {
  width: 28px;
  position: absolute;
  bottom: 1px;
  right: 118px;
  -webkit-animation: fuwafuwa01 2.3s infinite steps(1);
          animation: fuwafuwa01 2.3s infinite steps(1);
}
.workstyle .point03 .illust01 {
  width: 30px;
  position: absolute;
  top: 42px;
  left: 99px;
  -webkit-animation: fuwafuwa01 1.5s infinite steps(1);
          animation: fuwafuwa01 1.5s infinite steps(1);
}
.workstyle .point03 .illust02 {
  width: 23px;
  position: absolute;
  top: 197px;
  right: -60px;
  -webkit-animation: fuwafuwa02 2s infinite steps(1);
          animation: fuwafuwa02 2s infinite steps(1);
}
.workstyle .point03 .illust03 {
  width: 34px;
  position: absolute;
  bottom: -20px;
  right: -17px;
  -webkit-animation: fuwafuwa01 2.3s infinite steps(1);
          animation: fuwafuwa01 2.3s infinite steps(1);
}
.workstyle .point04 .illust01 {
  width: 46px;
  position: absolute;
  top: -69px;
  left: -35px;
  -webkit-animation: fuwafuwa01 1.5s infinite steps(1);
          animation: fuwafuwa01 1.5s infinite steps(1);
}
.workstyle .point04 .illust02 {
  width: 31px;
  position: absolute;
  top: 170px;
  right: 117px;
  -webkit-animation: fuwafuwa02 2s infinite steps(1);
          animation: fuwafuwa02 2s infinite steps(1);
}
.workstyle .point04 .illust03 {
  width: 30px;
  position: absolute;
  bottom: 13px;
  right: 43px;
  -webkit-animation: fuwafuwa01 2.3s infinite steps(1);
          animation: fuwafuwa01 2.3s infinite steps(1);
}
.workstyle .point05 .illust01 {
  width: 50px;
  position: absolute;
  top: 42px;
  left: 118px;
  -webkit-animation: fuwafuwa01 1.5s infinite steps(1);
          animation: fuwafuwa01 1.5s infinite steps(1);
}
.workstyle .point05 .illust02 {
  width: 31px;
  position: absolute;
  bottom: 34px;
  left: -26px;
  -webkit-animation: fuwafuwa02 2s infinite steps(1);
          animation: fuwafuwa02 2s infinite steps(1);
}
.workstyle .point05 .illust03 {
  width: 36px;
  position: absolute;
  bottom: 122px;
  right: -27px;
  -webkit-animation: fuwafuwa01 2.3s infinite steps(1);
          animation: fuwafuwa01 2.3s infinite steps(1);
}
.workstyle .suujidemiru {
  margin-bottom: 150px;
  padding: 90px 130px 20px;
  background-color: #F9F8F3;
  border-radius: 15px;
}
.workstyle .suujidemiru .title {
  position: relative;
}
.workstyle .suujidemiru .title .illust {
  width: 193px;
  position: absolute;
  top: -135px;
  left: -63px;
}
.workstyle .suujidemiru .title .h2_title {
  display: block;
}
.workstyle .suujidemiru .title .h2_title h2 {
  margin-left: -0.7em;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 30px;
}
.workstyle .suujidemiru .title .h2_title h2 span.font_small {
  font-size: 26px;
}
.workstyle .suujidemiru .title .h2_title h2 span.tsume {
  font-size: unset;
  letter-spacing: -0.4em;
}
.workstyle .suujidemiru .title p {
  text-align: center;
  font-size: 15px;
  line-height: 190%;
}
.workstyle .suujidemiru ul {
  width: 768px;
  margin: 65px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.workstyle .suujidemiru ul li {
  width: 220px;
  margin-bottom: 70px;
}
.workstyle .suujidemiru ul li .icon {
  margin-bottom: 25px;
}
.workstyle .suujidemiru ul li p {
  text-align: center;
}
.workstyle .suujidemiru ul li p.title {
  font-weight: 500;
}
.workstyle .suujidemiru ul li p.detail {
  margin-top: 8px;
  font-weight: 700;
  font-size: 20px;
}
.workstyle .suujidemiru ul li p.detail span {
  font-size: 32px;
}
.workstyle .block02 h3 {
  font-size: 25px;
  font-weight: 500;
}
.workstyle .block02 dl {
  width: 850px;
  margin: 80px auto 0;
}
.workstyle .block02 dl dt {
  font-weight: 500;
  margin-bottom: 8px;
}
.workstyle .block02 dl dd {
  font-size: 15px;
  border-bottom: 2px solid #F5F5F5;
  margin-bottom: 45px;
  padding-bottom: 45px;
}
.workstyle .block02.fukuri {
  margin-bottom: 100px;
}
.workstyle .block02.kumiai dl dd {
  border: none;
  padding: none;
  margin-bottom: 150px;
}

.career-plans .kv .title .h2_title h2 {
  font-size: 29px;
}
.career-plans .kv .title .illust {
  position: absolute;
  width: 144px;
  right: -54px;
  top: -50px;
}
.career-plans .lead p.bold {
  line-height: 180%;
  font-weight: bold;
}
.career-plans .lead .illust_block01, .career-plans .lead .illust_block02 {
  position: absolute;
  width: 100%;
}
.career-plans .lead .illust_block01 .block01, .career-plans .lead .illust_block01 .block02, .career-plans .lead .illust_block02 .block01, .career-plans .lead .illust_block02 .block02 {
  position: absolute;
}
.career-plans .lead .illust_block01 {
  top: 20px;
}
.career-plans .lead .illust_block01 .block01 {
  top: -57px;
}
.career-plans .lead .illust_block01 .block01 .pic {
  width: 107px;
}
.career-plans .lead .illust_block01 .block02 {
  top: -57px;
  right: 0;
}
.career-plans .lead .illust_block01 .block02 .pic {
  width: 151px;
  margin-left: auto;
}
.career-plans .lead .illust_block02 {
  top: 20px;
}
.career-plans .lead .illust_block02 .block01 {
  top: 103px;
  left: 30px;
}
.career-plans .lead .illust_block02 .block01 .pic {
  width: 164px;
}
.career-plans .lead .illust_block02 .block02 {
  right: 94px;
  top: 137px;
}
.career-plans .lead .illust_block02 .block02 .pic {
  width: 117px;
}
.career-plans .accuracy {
  width: 1000px;
  margin: 0 auto 100px;
}
.career-plans .accuracy h3 {
  font-size: 25px;
  font-weight: 500;
}
.career-plans .accuracy p {
  text-align: center;
  padding: 50px 0;
  line-height: 220%;
}
.career-plans .accuracy .pic_wrapper {
  width: 700px;
  margin: 0 auto;
  position: relative;
}
.career-plans .accuracy .pic_wrapper .illust01, .career-plans .accuracy .pic_wrapper .illust02 {
  position: absolute;
  width: 170px;
  top: 10px;
}
.career-plans .accuracy .pic_wrapper .illust01 {
  left: -50px;
}
.career-plans .accuracy .pic_wrapper .illust02 {
  right: -50px;
}
.career-plans .accuracy .pic_wrapper .illust03 {
  position: absolute;
  width: 144px;
  bottom: 0;
  right: -70px;
}
.career-plans .block-02 {
  width: 1000px;
  margin: 0 auto 150px;
}
.career-plans .block-02 h3 {
  font-size: 28px;
  font-weight: 500;
}
.career-plans .block-02 .dammy-content {
  background-color: #f9f8f3;
  width: 100%;
  margin-top: 50px;
  height: 1000px;
}

.recruit {
  margin-bottom: 150px;
}
.recruit .kv .title .illust {
  position: absolute;
  width: 174px;
  right: 25px;
  top: -20px;
}
.recruit .lead {
  margin-bottom: 130px;
}
.recruit .occupation {
  width: 1000px;
  margin: 0 auto;
}
.recruit .occupation h3 {
  font-size: 25px;
  font-weight: 500;
}
.recruit .occupation ul {
  width: 940px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit .occupation ul li {
  width: 220px;
  padding: 50px 20px 40px;
  background-color: #faf8f2;
}
.recruit .occupation ul li .illust {
  width: 70px;
  margin: 0 auto;
}
.recruit .occupation ul li .jobname {
  margin: 10px 0 10px;
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  color: #e8aa6c;
}
.recruit .occupation ul li h4, .recruit .occupation ul li p, .recruit .occupation ul li .jobname {
  text-align: center;
}
.recruit .occupation ul li h4 {
  font-weight: 700;
  margin-bottom: 8px;
}
.recruit .occupation ul li p {
  font-size: 14px;
  line-height: 210%;
}
.recruit .recruit_detail {
  width: 1000px;
  margin: 130px auto 0 auto;
}
.recruit .recruit_detail h3 {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #574b39;
}
.recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner table {
  width: 100%;
}
.recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner table tr {
  border-bottom: 1px solid #f5f5f5;
}
.recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner table tr th {
  width: 17%;
  text-align: justify;
  font-weight: 500;
}
.recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner table tr td {
  line-height: 180%;
  font-size: 15px;
}
.recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner table th, .recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner table td {
  padding: 40px 20px;
}
.recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner .flex_wrapper.work_time {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner .flex_wrapper.work_time .content_l {
  width: 15%;
  margin-bottom: 10px;
}
.recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner .flex_wrapper.work_time .content_r {
  width: 85%;
  margin-bottom: 10px;
}
.recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner .flex_wrapper.taiguu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 1.5em;
}
.recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner .flex_wrapper.taiguu .content_l {
  width: 15%;
}
.recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner .flex_wrapper.taiguu .content_r {
  width: 85%;
}
.recruit .recruit_detail .common_button a {
  width: 326px;
  border-radius: 5px;
}
.recruit .recruit_detail .common_button a:after {
  border-radius: 5px;
  background-color: #f2c540;
  background-image: unset;
}
.recruit .recruit_detail .common_button .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 29%;
  right: 13px;
}
.recruit .reward {
  margin-top: 60px;
  /*タブのスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
.recruit .reward .tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 940px;
  margin: 0 auto;
}
.recruit .reward .tab_item {
  width: 230px;
  height: 50px;
  background-color: #f5e2ce;
  line-height: 50px;
  font-size: 16px;
  margin-right: 5px;
  text-align: center;
  color: #574b39;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.recruit .reward .tab_item:last-child {
  margin-right: 0;
}
.recruit .reward .tab_item:hover {
  opacity: 0.75;
}
.recruit .reward input[name=tab_item] {
  display: none;
}
.recruit .reward .tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  background-color: #f9f8f3;
  overflow: hidden;
  padding: 35px 37px;
}
.recruit .reward .tab_content .tab_content_description .flex_wrapper .content_l, .recruit .reward .tab_content .tab_content_description .flex_wrapper .content_r {
  width: 410px;
  background-color: #FFF;
  padding: 27px 45px;
}
.recruit .reward .tab_content .tab_content_description .flex_wrapper .job_class {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1em;
}
.recruit .reward .tab_content .tab_content_description .flex_wrapper .job_reward {
  font-size: 23px;
  font-weight: bold;
}
.recruit .reward .tab_content .tab_content_description .flex_wrapper .content_r .job_reward {
  margin-left: 0.8em;
  margin-bottom: 15px;
}
.recruit .reward #hoiku:checked ~ #hoiku_content,
.recruit .reward #gakudou:checked ~ #gakudou_content,
.recruit .reward #kango:checked ~ #kango_content,
.recruit .reward #eiyou:checked ~ #eiyou_content {
  display: block;
}
.recruit .reward .tabs input:checked + .tab_item {
  background-color: #f9f8f3;
}

.contact {
  margin-bottom: 150px;
}
.contact .kv {
  margin-bottom: 120px;
}
.contact .kv .title {
  position: relative;
  padding-top: 63px;
  width: 700px;
}
.contact .kv .title .h2_title h2 {
  font-size: 29px;
}
.contact .kv .title .illust {
  position: absolute;
  width: 146px;
  right: -29px;
  bottom: -86px;
}
.contact .lead {
  margin-bottom: 120px;
}
.contact .form_area {
  width: 850px;
  margin: 0 auto;
}
.contact .form_area .must {
  color: #e8aa6c;
  font-size: 11px;
}
.contact .form_area table {
  margin-top: 50px;
  width: 100%;
}
.contact .form_area table tr th, .contact .form_area table tr td {
  padding: 15px 0;
}
.contact .form_area table tr th {
  padding-top: 26px;
  width: 200px;
}
.contact .form_area ::-webkit-input-placeholder {
  color: #beb5aa;
  font-size: 15px;
}
.contact .form_area ::-moz-placeholder {
  color: #beb5aa;
  font-size: 15px;
}
.contact .form_area :-ms-input-placeholder {
  color: #beb5aa;
  font-size: 15px;
}
.contact .form_area ::-ms-input-placeholder {
  color: #beb5aa;
  font-size: 15px;
}
.contact .form_area ::placeholder {
  color: #beb5aa;
  font-size: 15px;
}
.contact .form_area input, .contact .form_area textarea, .contact .form_area select {
  background-color: #f9f8f3;
  padding: 12px 20px;
  width: 100%;
}
.contact .form_area textarea {
  height: 200px;
}
.contact .privacypolicy {
  width: 850px;
  margin: 100px auto 0;
}
.contact .privacypolicy h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
}
.contact .privacypolicy .caption {
  font-size: 15px;
}
.contact .privacypolicy .pp_box {
  margin-top: 33px;
  border: 1px solid #f9f8f3;
  border-radius: 20px;
  padding: 40px;
}
.contact .privacypolicy .pp_box p {
  font-size: 15px;
}
.contact .privacypolicy .pp_check {
  font-size: 15px;
  margin-top: 55px;
  padding-bottom: 120px;
  text-align: center;
  border-bottom: 2px solid #f9f8f3;
}
.contact .common_button button {
  width: 336px;
  margin: 100px auto 0;
}
.contact .common_button button:after {
  background-color: #F2C540;
  background-image: none;
}

.faq .kv {
  margin-bottom: 120px;
}
.faq .kv .title {
  padding-top: 63px;
  width: 700px;
}
.faq .kv .title .h2_title h2 {
  font-size: 29px;
}
.faq .kv .title .illust {
  position: absolute;
  width: 146px;
  left: 25px;
  top: -24px;
}
.faq .lead {
  margin-bottom: 100px;
}
.faq .lead p {
  font-size: 15px;
  line-height: 200%;
}
.faq .contact_box {
  width: 800px;
  margin: 0 auto 150px;
  padding: 60px 0 75px;
  background-color: #F9F8F3;
  border-radius: 15px;
}
.faq .contact_box p.bold {
  font-size: 25px;
  text-align: center;
}
.faq .contact_box .tel_num_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.faq .contact_box .tel_num_box .icon {
  width: 40px;
  margin-top: 8px;
  margin-right: 10px;
}
.faq .contact_box .tel_num_box .tel_num {
  font-size: 45px;
  font-weight: 500;
}
.faq .contact_box .info_time {
  margin-bottom: 24px;
}
.faq .contact_box .info_time, .faq .contact_box .address {
  font-size: 12px;
  text-align: center;
}
.faq .contact_box .common_button {
  width: 336px;
  margin: 40px auto 0;
}
.faq .contact_box .common_button a {
  border-radius: 6px;
  width: 100%;
  background-color: #F2C540;
}
.faq .contact_box .common_button a:after {
  display: none;
}
.faq .contact_box .common_button a:hover {
  background-color: #FFF;
}
.faq .faq_wrapper {
  width: 1000px;
  margin: 0 auto 180px;
}
.faq .faq_wrapper h3 {
  font-size: 25px;
  font-weight: 500;
}
.faq .faq_wrapper .accordion-list {
  margin-bottom: 29px;
}
.faq .faq_wrapper .accordion-list:last-child {
  margin-bottom: 0;
}
.faq .faq_wrapper .accordion-container {
  margin: 50px auto 70px;
  width: 850px;
}
.faq .faq_wrapper .accordion-title {
  cursor: pointer;
  font-size: 16px;
  padding: 20px 40px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #574B39;
  background-color: #F9F8F3;
}
.faq .faq_wrapper .accordion-title.open {
  background: #f7f7f7;
}
.faq .faq_wrapper .accordion-title .flex__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
.faq .faq_wrapper .accordion-title .flex__wrap div:first-child {
  margin-right: 1em;
  color: #574B39;
  font-weight: 500;
  font-size: 30px;
}
.faq .faq_wrapper .accordion-text .flex__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
.faq .faq_wrapper .accordion-text .flex__wrap p:first-child {
  display: block;
  color: #574B39;
  margin-right: 1em;
  font-weight: 500;
  font-size: 30px;
}
.faq .faq_wrapper .accordion-text .flex__wrap p {
  line-height: 200%;
  color: #574B39;
}
.faq .faq_wrapper .accordion-title:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #574B39;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq .faq_wrapper .accordion-title:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #574B39;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq .faq_wrapper .accordion-title.open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq .faq_wrapper .accordion-title.open:after {
  opacity: 0;
}
.faq .faq_wrapper .accordion-text {
  display: none;
  padding: 30px 40px;
}

@media screen and (max-width: 767px) {
  header {
    position: fixed;
    background-color: #FFF;
    width: 100%;
    z-index: 100;
    padding: 8px 0;
  }
  header .header_wrapper {
    min-width: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_wrapper .header_logo {
    width: 260px;
    position: relative;
    z-index: 11;
  }
  header .openbtn {
    z-index: 100;
    position: relative;
    cursor: pointer;
    width: 70px;
    height: 50px;
    border-radius: 5px;
  }
  header .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
    background: #e8aa6c;
    width: 45%;
  }
  header .openbtn span:nth-of-type(1) {
    top: 13px;
  }
  header .openbtn span:nth-of-type(2) {
    top: 19px;
  }
  header .openbtn span:nth-of-type(3) {
    top: 25px;
  }
  header .openbtn .open_text, header .openbtn .close_text {
    position: absolute;
    color: #e8aa6c;
    font-size: 0.7rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header .openbtn .open_text {
    top: 31px;
    left: 11px;
  }
  header .openbtn .close_text {
    top: 31px;
    left: 13px;
    opacity: 0;
  }
  header .openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-26deg);
            transform: translateY(6px) rotate(-26deg);
    width: 45%;
  }
  header .openbtn.active span:nth-of-type(2) {
    top: 26px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(26deg);
            transform: translateY(-6px) rotate(26deg);
    width: 45%;
  }
  header .openbtn.active span:nth-of-type(3) {
    opacity: 0;
  }
  header .openbtn.active .open_text {
    opacity: 0;
  }
  header .openbtn.active .close_text {
    opacity: 1;
  }
  header #gnav {
    z-index: 10;
    width: 100%;
    height: 100vh;
    position: absolute;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    top: 0;
    left: 0;
    display: none;
    background-color: #f9f8f3;
  }
  header #gnav.active {
    display: block;
    -webkit-animation: fade-in 0.4s;
            animation: fade-in 0.4s;
  }
  header #gnav .nav-list {
    width: 80%;
    margin: 0 auto;
    padding-top: 40%;
  }
  header #gnav .nav-list li {
    margin-bottom: 1.5em;
  }
  header #gnav .nav-list li a {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    line-height: 140%;
  }
  header #gnav .common_button {
    width: 80%;
    margin: 40px auto 0;
  }
  header #gnav .common_button a {
    border-radius: 6px;
    width: 100%;
    background-color: #F2C540;
  }
  header #gnav .common_button a:after {
    display: none;
  }
  header #gnav .common_button a:hover {
    background-color: #FFF;
  }
  @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .kv {
    width: 95%;
    margin: 22% auto 0;
  }
  .kv .caption {
    position: absolute;
    left: 0;
    bottom: -10px;
  }
  .kv .caption .c-marker {
    font-size: 18px;
    padding: 6px;
    margin-bottom: 7px;
  }
  .tp_news {
    width: 94%;
    margin: 0 auto;
    padding-top: 110px;
    padding-bottom: 65px;
  }
  .tp_news .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tp_news .h2_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tp_news .h2_title h2 {
    font-size: 32px;
  }
  .tp_news .h2_title .h2_small {
    margin-left: unset;
    padding-top: 5px;
    font-size: 13px;
  }
  .tp_news .common_button {
    margin-top: 0;
    margin-left: 20px;
  }
  .tp_news .content_l {
    margin-right: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tp_news .content_r ul a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tp_cmn_block {
    padding-bottom: 60px;
  }
  .tp_cmn_block .bg_white {
    width: 96%;
    height: 635px;
    top: -30px;
  }
  .tp_cmn_block .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tp_cmn_block .h2_title h2 {
    font-size: 20px;
    line-height: 130%;
  }
  .tp_cmn_block .h2_title .h2_small {
    font-size: 11px;
  }
  .tp_cmn_block .main_caption {
    margin: 20px 0;
    font-size: 23px;
  }
  .tp_cmn_block .main_caption p {
    margin-bottom: 5px;
  }
  .tp_cmn_block .sub_caption {
    margin-bottom: 15px;
  }
  .tp_cmn_block .sub_caption p {
    line-height: 200%;
    font-size: 14px;
  }
  .tp_message {
    margin-bottom: 90px;
  }
  .tp_message .common_wrapper {
    width: 90%;
  }
  .tp_message .content_l {
    width: 100%;
  }
  .tp_message .content_r {
    margin-top: 90px;
    position: relative;
    top: unset;
    left: unset;
  }
  .tp_message .content_r .flex_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tp_message .content_r .l_pic {
    width: 60%;
    margin-right: 20px;
  }
  .tp_message .content_r .l_pic .illust01 {
    top: -70px;
    left: 30px;
    width: 150px;
  }
  .tp_message .content_r .l_pic .pic01 {
    position: relative;
    z-index: 2;
    margin-top: 65px;
  }
  .tp_message .content_r .r_pic {
    width: 40%;
  }
  .tp_message .content_r .r_pic .pic02 {
    margin-bottom: 15px;
  }
  .tp_message .content_r .r_pic .pic03 {
    width: 100%;
  }
  .tp_message .content_r .r_pic .illust02 {
    bottom: -90px;
    width: 120px;
  }
  .tp_recruit .bg_white_bottom {
    width: 100%;
    height: 250px;
  }
  .tp_recruit .common_wrapper {
    width: 85%;
    margin-right: 4%;
    margin-left: auto;
  }
  .tp_recruit .common_wrapper .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tp_recruit .content_l {
    width: 100%;
  }
  .tp_recruit .content_r {
    width: 100%;
    left: 5%;
    margin-top: 40px;
  }
  .tp_recruit .content_r .illust01 {
    top: 0px;
    left: -35px;
    width: 140px;
  }
  .tp_recruit .content_r .pic01 {
    right: 20px;
    width: 165px;
    top: -25px;
    z-index: 2;
  }
  .tp_recruit .content_r .pic02 {
    width: 95%;
    margin-top: 160px;
  }
  .tp_interview {
    margin-top: 20px;
  }
  .tp_interview .bg_gra {
    width: 95%;
    height: 102%;
    top: -40px;
  }
  .tp_interview .common_wrapper {
    width: 85%;
    margin-left: 4%;
    margin-right: auto;
  }
  .tp_interview .content_l {
    width: 100%;
  }
  .tp_interview .content_r {
    position: relative;
    top: unset;
    left: unset;
    margin-top: 30px;
  }
  .tp_interview .content_r .illust01 {
    left: 10px;
    width: 114px;
  }
  .tp_interview .content_r .pic01 {
    width: 100%;
  }
  .tp_interview .interview_slide {
    position: relative;
    z-index: 2;
    margin-top: 48px;
  }
  .tp_interview .interview_slide .interview_pic {
    width: 220px;
    margin-right: 20px;
  }
  .tp_workstyle {
    margin-top: 30px;
  }
  .tp_workstyle .bg_white {
    right: 0;
  }
  .tp_workstyle .common_wrapper {
    width: 92%;
  }
  .tp_workstyle .common_wrapper .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tp_workstyle .content_r {
    width: 100%;
    top: 20px;
    left: 0;
  }
  .tp_workstyle .content_r .illust01 {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 160px;
  }
  .tp_workstyle .content_r .pic01 {
    right: 0;
    width: 180px;
    top: 20px;
  }
  .tp_workstyle .content_r .pic02 {
    width: 80%;
    margin-top: 160px;
  }
  .tp_careerplans .common_wrapper {
    width: 92%;
  }
  .tp_careerplans .h2_title {
    position: relative;
  }
  .tp_careerplans .h2_title .h2_small {
    left: 150px;
    bottom: 4px;
  }
  .tp_careerplans .content_l {
    width: 100%;
  }
  .tp_careerplans .content_r {
    position: relative;
    top: 20px;
    left: unset;
  }
  .tp_careerplans .content_r .illust01 {
    bottom: unset;
    left: unset;
    width: 127px;
    z-index: 2;
    right: 0;
    top: 1px;
  }
  .tp_careerplans .content_r .pic01 {
    width: 80%;
  }
  .tp_careerplans .content_r .pic02 {
    bottom: -78px;
    right: 0;
    width: 142px;
    margin-bottom: 20px;
  }
  .tp_instagram {
    padding-bottom: 50px;
    margin-top: 50px;
  }
  .tp_instagram .h2_title {
    position: relative;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tp_instagram .h2_title .icon {
    font-size: 34px;
    margin-right: 8px;
  }
  .tp_instagram .h2_title h2 {
    line-height: 130%;
  }
  .tp_instagram .h2_title .h2_small {
    position: relative;
  }
  .tp_instagram .insta_pic {
    margin-top: 20px;
  }
  .lower_conteiner .kv {
    width: 100%;
    margin-bottom: 70px;
  }
  .lower_conteiner .kv .title {
    padding: 28px 0 0 0;
    bottom: -30px;
  }
  .lower_conteiner .kv .title .h2_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lower_conteiner .kv .title .h2_title h2 {
    font-size: 28px;
    margin-bottom: 7px;
  }
  .lower_conteiner .lead {
    position: relative;
    text-align: center;
    margin-bottom: 220px;
  }
  .lower_conteiner .lead p.bold {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 40px;
  }
  .lower_conteiner .lead p {
    line-height: 180%;
    padding: 0 2%;
    font-size: 0.9em;
  }
  .lower_conteiner .lead .f_img {
    position: absolute;
  }
  .message .kv .title .illust {
    width: 90px;
    left: 0;
    top: -20px;
  }
  .message .lead {
    position: relative;
    margin-bottom: 0;
  }
  .message .lead p {
    font-size: 0.8em;
    line-height: 180%;
  }
  .message .lead .illust_block01, .message .lead .illust_block02, .message .lead .illust_block03 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
  }
  .message .lead .illust_block01 .illust, .message .lead .illust_block02 .illust, .message .lead .illust_block03 .illust {
    position: absolute;
  }
  .message .lead .illust_block01 .block01, .message .lead .illust_block01 .block02, .message .lead .illust_block02 .block01, .message .lead .illust_block02 .block02, .message .lead .illust_block03 .block01, .message .lead .illust_block03 .block02 {
    width: 50%;
    position: relative;
  }
  .message .lead .illust_block01 {
    top: 0;
  }
  .message .lead .illust_block01 .block01 .pic {
    width: 100px;
  }
  .message .lead .illust_block01 .block01 .illust {
    width: 78px;
    top: 33px;
    left: 80px;
  }
  .message .lead .illust_block01 .block02 {
    right: 0;
  }
  .message .lead .illust_block01 .block02 .pic {
    width: 151px;
    margin-left: auto;
  }
  .message .lead .illust_block01 .block02 .illust {
    width: 41px;
    top: 5px;
    left: 3px;
  }
  .message .lead .illust_block02 {
    top: 10px;
  }
  .message .lead .illust_block02 .block01 .pic {
    width: 124px;
    margin-left: 20px;
  }
  .message .lead .illust_block02 .block01 .illust {
    width: 47px;
    top: 77px;
  }
  .message .lead .illust_block02 .block02 {
    right: 0;
    top: 35px;
  }
  .message .lead .illust_block02 .block02 .pic {
    width: 107px;
    margin-right: 77px;
  }
  .message .lead .illust_block02 .block02 .illust {
    width: 70px;
    top: 5px;
    right: -22px;
  }
  .message .lead .illust_block03 {
    top: 10px;
  }
  .message .lead .illust_block03 .block01 {
    margin-top: 0px;
  }
  .message .lead .illust_block03 .block01 .pic {
    width: 103px;
  }
  .message .lead .illust_block03 .block01 .illust {
    width: 39px;
    top: 33px;
    left: 100px;
  }
  .message .lead .illust_block03 .block02 {
    right: 0;
    top: 0px;
  }
  .message .lead .illust_block03 .block02 .pic {
    width: 124px;
    margin-left: auto;
  }
  .message .lead .illust_block03 .block02 .illust {
    width: 80px;
    bottom: -6px;
    left: 5px;
  }
  .message .lead p.bold {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .message .lead ul {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .message .lead ul li p {
    font-weight: bold;
    font-size: 14px;
  }
  .message .lead ul hr {
    margin: 10px auto;
    width: 100%;
  }
  .message .main_message {
    position: relative;
  }
  .message .main_message .pic {
    position: relative;
    top: 75px;
    width: 88%;
  }
  .message .main_message .pic .message_name {
    font-size: 0.8em;
  }
  .message .main_message .pic .illust {
    width: 96px;
    bottom: -32px;
    left: -27px;
  }
  .message .main_message .bg {
    width: 100%;
    margin: 0 auto 0;
    padding: 100px 20px 40px;
    border-radius: 20px;
  }
  .message .main_message .caption {
    margin-bottom: 25px;
  }
  .message .main_message .caption p {
    font-size: 20px;
    width: 90%;
    margin: 0 auto 20px;
  }
  .message .main_message .caption p:last-child {
    width: 90%;
    margin-bottom: 0;
  }
  .message .main_message .main_text p {
    line-height: 170%;
    font-size: 0.8em;
    text-justify: auto;
  }
  .contact .kv {
    margin-bottom: 120px;
  }
  .contact .kv .title .illust {
    width: 102px;
    right: unset;
    bottom: -86px;
    left: -16px;
  }
  .contact .lead {
    margin-bottom: 60px;
  }
  .contact .form_area {
    width: 100%;
  }
  .contact .form_area table {
    margin-top: 20px;
    width: 100%;
  }
  .contact .form_area table tr th, .contact .form_area table tr td {
    display: block;
    padding: 0;
  }
  .contact .form_area table tr th {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .contact .form_area ::-webkit-input-placeholder {
    font-size: 13px;
  }
  .contact .form_area ::-moz-placeholder {
    font-size: 13px;
  }
  .contact .form_area :-ms-input-placeholder {
    font-size: 13px;
  }
  .contact .form_area ::-ms-input-placeholder {
    font-size: 13px;
  }
  .contact .form_area ::placeholder {
    font-size: 13px;
  }
  .contact .form_area input, .contact .form_area textarea, .contact .form_area select {
    background-color: #f9f8f3;
    padding: 12px 20px;
    width: 100%;
  }
  .contact .form_area textarea {
    height: 200px;
  }
  .contact .privacypolicy {
    width: 100%;
    margin: 60px auto 0;
  }
  .contact .privacypolicy h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .contact .privacypolicy .caption {
    font-size: 14px;
  }
  .contact .privacypolicy .pp_box {
    padding: 10px;
  }
  .contact .privacypolicy .pp_box p {
    font-size: 14px;
  }
  .contact .privacypolicy .pp_check {
    font-size: 14px;
    margin-top: 25px;
    padding-bottom: 40px;
  }
  .contact .common_button a {
    width: 90%;
    margin: 40px auto 0;
  }
  .faq .kv .title .illust {
    width: 90px;
    left: -10px;
  }
  .faq .lead {
    margin-bottom: 50px;
  }
  .faq .contact_box {
    width: 100%;
    margin: 0 auto 40px;
    padding: 35px 0;
    border-radius: 15px;
  }
  .faq .contact_box p.bold {
    font-size: 17px;
  }
  .faq .contact_box .tel_num_box {
    margin-top: 8px;
  }
  .faq .contact_box .tel_num_box .icon {
    width: 38px;
  }
  .faq .contact_box .tel_num_box .tel_num {
    font-size: 40px;
  }
  .faq .contact_box .info_time {
    margin-bottom: 24px;
  }
  .faq .contact_box .info_time, .faq .contact_box .address {
    font-size: 12px;
    text-align: center;
  }
  .faq .contact_box .common_button {
    width: 80%;
    margin: 20px auto 0;
  }
  .faq .contact_box .common_button a {
    border-radius: 6px;
    width: 100%;
    background-color: #F2C540;
  }
  .faq .contact_box .common_button a:after {
    display: none;
  }
  .faq .contact_box .common_button a:hover {
    background-color: #FFF;
  }
  .faq .faq_wrapper {
    width: 100%;
    margin: 0 auto 50px;
  }
  .faq .faq_wrapper h3 {
    font-size: 22px;
  }
  .faq .faq_wrapper .accordion-list {
    margin-bottom: 15px;
  }
  .faq .faq_wrapper .accordion-list:last-child {
    margin-bottom: 0;
  }
  .faq .faq_wrapper .accordion-container {
    margin: 30px auto 0;
    width: 100%;
  }
  .faq .faq_wrapper .accordion-title {
    font-size: 14px;
    padding: 20px 50px 20px 20px;
  }
  .faq .faq_wrapper .accordion-title .flex__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
  }
  .faq .faq_wrapper .accordion-title .flex__wrap div:first-child {
    margin-right: 0.6em;
    color: #574B39;
    font-weight: 500;
    font-size: 24px;
  }
  .faq .faq_wrapper .accordion-text .flex__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    font-size: 14px;
  }
  .faq .faq_wrapper .accordion-text .flex__wrap p:first-child {
    display: block;
    color: #574B39;
    margin-right: 0.6em;
    font-weight: 500;
    font-size: 24px;
  }
  .faq .faq_wrapper .accordion-text .flex__wrap p {
    line-height: 200%;
    color: #574B39;
  }
  .faq .faq_wrapper .accordion-title:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: #574B39;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .faq .faq_wrapper .accordion-title:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: #574B39;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .faq .faq_wrapper .accordion-title.open:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .faq .faq_wrapper .accordion-title.open:after {
    opacity: 0;
  }
  .faq .faq_wrapper .accordion-text {
    display: none;
    padding: 20px;
  }
  .workstyle .kv .title .illust {
    width: 128px;
    right: -26px;
    top: -37px;
  }
  .workstyle .lead {
    margin-bottom: 70px;
  }
  .workstyle .lead p.bold {
    font-size: 16px;
    text-align: center;
    margin-bottom: 22px;
  }
  .workstyle .lead p {
    font-size: 14px;
    text-align: left;
  }
  .workstyle .lead .illust_block01, .workstyle .lead .illust_block02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    width: 100%;
  }
  .workstyle .lead .illust_block01 .block01, .workstyle .lead .illust_block01 .block02, .workstyle .lead .illust_block02 .block01, .workstyle .lead .illust_block02 .block02 {
    width: 48%;
    position: relative;
  }
  .workstyle .lead .illust_block01 {
    top: 0;
    margin-bottom: 15px;
  }
  .workstyle .lead .illust_block01 .block01 {
    top: unset;
  }
  .workstyle .lead .illust_block01 .block01 .pic {
    width: 70%;
  }
  .workstyle .lead .illust_block01 .block02 {
    top: unset;
    right: 0;
  }
  .workstyle .lead .illust_block01 .block02 .pic {
    width: 100%;
  }
  .workstyle .lead .illust_block02 {
    margin-top: 15px;
    top: unset;
  }
  .workstyle .lead .illust_block02 .block01 {
    top: unset;
    left: unset;
  }
  .workstyle .lead .illust_block02 .block01 .pic {
    width: 100%;
  }
  .workstyle .lead .illust_block02 .block02 {
    right: unset;
    top: unset;
  }
  .workstyle .lead .illust_block02 .block02 .pic {
    width: 80%;
    margin-left: auto;
  }
  .workstyle .cmn_block {
    width: 100%;
    margin: 0 auto 60px;
  }
  .workstyle .cmn_block h3 {
    font-size: 25px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .workstyle .cmn_block .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .workstyle .cmn_block .flex_wrapper .text_block {
    width: 100%;
    text-align: center;
  }
  .workstyle .cmn_block .flex_wrapper .text_block p.title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .workstyle .cmn_block .flex_wrapper .text_block p {
    text-align: left;
    font-size: 14px;
    line-height: 190%;
    letter-spacing: 0.1em;
    letter-spacing: 0.4px;
  }
  .workstyle .cmn_block .flex_wrapper .pic_block {
    position: relative;
    width: 100%;
  }
  .workstyle .cmn_block .flex_wrapper .pic_block .pic01 {
    width: 253px;
    position: relative;
    right: 0;
    top: unset;
    margin-top: 15px;
    margin-left: auto;
  }
  .workstyle .cmn_block .flex_wrapper .pic_block .pic02 {
    margin-top: 15px;
  }
  .workstyle .cmn_block .flex_wrapper.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .workstyle .cmn_block .flex_wrapper.rev .pic_block .pic01 {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
  }
  .workstyle .cmn_block .flex_wrapper.rev .pic_block .pic02 {
    position: relative;
    width: 254px;
    margin-top: unset;
    left: 0px;
    top: 15px;
  }
  .workstyle .point01 .illust01 {
    top: 20px;
  }
  .workstyle .point01 .illust02 {
    top: 67px;
  }
  .workstyle .point01 .illust03 {
    right: 10px;
  }
  .workstyle .point02 .illust01 {
    top: 6px;
    left: -5px;
  }
  .workstyle .point02 .illust02 {
    top: unset;
    bottom: 30px;
    right: 20px;
  }
  .workstyle .point02 .illust03 {
    width: 28px;
    bottom: 1px;
    right: 50px;
  }
  .workstyle .point03 .illust01 {
    left: 29px;
  }
  .workstyle .point03 .illust02 {
    right: 0px;
  }
  .workstyle .point03 .illust03 {
    right: 10px;
  }
  .workstyle .point04 .illust01 {
    left: -5px;
    top: 10px;
  }
  .workstyle .point04 .illust02 {
    top: 240px;
    right: 57px;
  }
  .workstyle .point05 .illust01 {
    top: 26px;
    left: 0;
  }
  .workstyle .point05 .illust02 {
    bottom: unset;
    left: 54px;
    top: 135px;
  }
  .workstyle .point05 .illust03 {
    bottom: -15px;
    right: -1px;
  }
  .workstyle .suujidemiru {
    margin-bottom: 70px;
    padding: 40px 30px 20px;
    border-radius: 15px;
  }
  .workstyle .suujidemiru .title .illust {
    width: 120px;
    top: -91px;
    left: -34px;
  }
  .workstyle .suujidemiru .title .h2_title {
    display: block;
  }
  .workstyle .suujidemiru .title .h2_title h2 {
    margin-left: -0.7em;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .workstyle .suujidemiru .title .h2_title h2 span.font_small {
    font-size: 18px;
  }
  .workstyle .suujidemiru .title .h2_title h2 span.tsume {
    font-size: unset;
    letter-spacing: -0.4em;
  }
  .workstyle .suujidemiru .title p {
    text-align: center;
    font-size: 15px;
    line-height: 190%;
  }
  .workstyle .suujidemiru ul {
    width: 100%;
    margin: 30px auto 0;
  }
  .workstyle .suujidemiru ul li {
    width: 48%;
    margin-bottom: 30px;
  }
  .workstyle .suujidemiru ul li .icon {
    margin-bottom: 10px;
  }
  .workstyle .suujidemiru ul li p {
    text-align: center;
  }
  .workstyle .suujidemiru ul li p.title {
    font-weight: 500;
  }
  .workstyle .suujidemiru ul li p.detail {
    margin-top: 0;
    font-size: 20px;
  }
  .workstyle .suujidemiru ul li p.detail span {
    font-size: 23px;
  }
  .workstyle .block02 h3 {
    font-size: 25px;
    font-weight: 500;
  }
  .workstyle .block02 dl {
    width: 100%;
    margin: 40px auto 0;
  }
  .workstyle .block02 dl dd {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .workstyle .block02.fukuri {
    margin-bottom: 60px;
  }
  .workstyle .block02.kumiai dl dd {
    margin-bottom: 60px;
  }
  .career-plans .kv .title .h2_title h2 {
    font-size: unset;
  }
  .career-plans .kv .title .illust {
    width: 93px;
    right: -26px;
    top: -37px;
  }
  .career-plans .lead {
    margin-bottom: 70px;
  }
  .career-plans .lead p.bold {
    font-size: 16px;
    text-align: center;
    margin-bottom: 22px;
  }
  .career-plans .lead p {
    font-size: 14px;
    text-align: left;
  }
  .career-plans .lead .illust_block01, .career-plans .lead .illust_block02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    width: 100%;
  }
  .career-plans .lead .illust_block01 .block01, .career-plans .lead .illust_block01 .block02, .career-plans .lead .illust_block02 .block01, .career-plans .lead .illust_block02 .block02 {
    width: 48%;
    position: relative;
  }
  .career-plans .lead .illust_block01 {
    top: 0;
    margin-bottom: 15px;
  }
  .career-plans .lead .illust_block01 .block01 {
    top: unset;
  }
  .career-plans .lead .illust_block01 .block01 .pic {
    width: 70%;
  }
  .career-plans .lead .illust_block01 .block02 {
    top: unset;
    right: 0;
  }
  .career-plans .lead .illust_block01 .block02 .pic {
    width: 100%;
  }
  .career-plans .lead .illust_block02 {
    margin-top: 15px;
    top: unset;
  }
  .career-plans .lead .illust_block02 .block01 {
    top: unset;
    left: unset;
  }
  .career-plans .lead .illust_block02 .block01 .pic {
    width: 100%;
  }
  .career-plans .lead .illust_block02 .block02 {
    right: unset;
    top: unset;
  }
  .career-plans .lead .illust_block02 .block02 .pic {
    width: 80%;
    margin-left: auto;
  }
  .career-plans .accuracy {
    width: 100%;
    margin: 0 auto 50px;
  }
  .career-plans .accuracy h3 {
    font-size: 20px;
  }
  .career-plans .accuracy p {
    text-align: center;
    padding: 30px 0;
    line-height: 180%;
    font-size: 14px;
  }
  .career-plans .accuracy .pic_wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .career-plans .accuracy .pic_wrapper .illust01, .career-plans .accuracy .pic_wrapper .illust02 {
    position: absolute;
    width: 170px;
    top: 10px;
  }
  .career-plans .accuracy .pic_wrapper .illust01 {
    left: -50px;
  }
  .career-plans .accuracy .pic_wrapper .illust02 {
    right: -50px;
  }
  .career-plans .accuracy .pic_wrapper .illust03 {
    position: absolute;
    width: 114px;
    bottom: -72px;
    right: 5px;
  }
  .career-plans .block-02 {
    width: 100%;
    margin: 100px auto 50px;
  }
  .career-plans .block-02 h3 {
    font-size: 22px;
    font-weight: 500;
  }
  .career-plans .block-02 .dammy-content {
    background-color: #f9f8f3;
    width: 100%;
    margin-top: 20px;
    height: 500px;
  }
  .recruit .kv .title .illust {
    position: absolute;
    width: 112px;
    right: -26px;
    top: -20px;
  }
  .recruit .lead {
    margin-bottom: 40px;
  }
  .recruit .occupation {
    width: 95%;
    margin: 0 auto;
  }
  .recruit .occupation h3 {
    font-size: 25px;
    font-weight: 500;
  }
  .recruit .occupation ul {
    width: 100%;
    margin: 30px auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recruit .occupation ul li {
    width: 48%;
    padding: 25px 10px 20px;
    margin-bottom: 20px;
  }
  .recruit .occupation ul li .illust {
    width: 70px;
    margin: 0 auto;
  }
  .recruit .occupation ul li .jobname {
    margin: 10px 0 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #e8aa6c;
  }
  .recruit .occupation ul li h4, .recruit .occupation ul li p, .recruit .occupation ul li .jobname {
    text-align: center;
  }
  .recruit .occupation ul li h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .recruit .occupation ul li p {
    font-size: 11px;
    line-height: 200%;
  }
  .recruit .recruit_detail {
    width: 95%;
    margin: 60px auto 0 auto;
  }
  .recruit .recruit_detail h3 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner table {
    margin-top: 30px;
    width: 100%;
  }
  .recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner table tr th {
    width: 100%;
    background-color: #f1f1f1;
  }
  .recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner table tr td {
    line-height: 180%;
    font-size: 13px;
    padding: 14px 0px;
  }
  .recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner table th, .recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner table td {
    display: block;
    padding: 14px 10px;
  }
  .recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner .flex_wrapper.work_time .content_l {
    width: 25%;
    margin-bottom: 0;
  }
  .recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner .flex_wrapper.work_time .content_r {
    width: 75%;
    margin-bottom: 15px;
  }
  .recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner .flex_wrapper.taiguu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 1.5em;
    margin-bottom: 6px;
  }
  .recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner .flex_wrapper.taiguu .content_l {
    width: 30%;
  }
  .recruit .recruit_detail .recruit_detail_items .recruit_detail_item .recruit_detail_item_inner .flex_wrapper.taiguu .content_r {
    width: 70%;
  }
  .recruit .recruit_detail .common_button a {
    width: 326px;
    border-radius: 5px;
  }
  .recruit .recruit_detail .common_button a:after {
    border-radius: 5px;
    background-color: #f2c540;
    background-image: unset;
  }
  .recruit .recruit_detail .common_button .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 29%;
    right: 13px;
  }
  .recruit .reward {
    margin-top: 60px;
  }
  .recruit .reward .accordion .accordion-area {
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
  }
  .recruit .reward .accordion .accordion-area li {
    margin: 5px 0;
  }
  .recruit .reward .accordion .accordion-area li section:has(.close) {
    background-color: #f9f8f3;
  }
  .recruit .reward .accordion .accordion-area li section {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #f5e2ce;
  }
  .recruit .reward .accordion .accordion-area li .title {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    padding: 3%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .recruit .reward .accordion .accordion-area li .box {
    display: none;
    margin: 0 3% 3% 3%;
    padding: 3%;
  }
  .recruit .reward .accordion .accordion-area li .tab_content_description .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit .reward .accordion .accordion-area li .tab_content_description .flex_wrapper .content_l, .recruit .reward .accordion .accordion-area li .tab_content_description .flex_wrapper .content_r {
    width: 100%;
    background-color: #FFF;
    padding: 15px 20px;
  }
  .recruit .reward .accordion .accordion-area li .tab_content_description .flex_wrapper .content_l {
    margin-bottom: 10px;
  }
  .recruit .reward .accordion .accordion-area li .tab_content_description .flex_wrapper .job_class {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0.6em;
  }
  .recruit .reward .accordion .accordion-area li .tab_content_description .flex_wrapper .job_reward {
    font-size: 21px;
    font-weight: bold;
  }
  .recruit .reward .accordion .accordion-area li .tab_content_description .flex_wrapper .content_r .job_reward {
    margin-left: 0.8em;
    margin-bottom: 15px;
  }
  .news .kv .title .illust {
    width: 135px;
    right: unset;
    top: -42px;
    left: -17px;
  }
  .news .lead {
    margin-bottom: 50px;
  }
  .news .lead p.bold {
    font-size: 16px;
  }
  .news .arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    width: 30px;
  }
  .news .arrow::before,
  .news .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .news .arrow_right::before {
    left: 4px;
    width: 12px;
    height: 2px;
    background: #e8aa6c;
  }
  .news .arrow_right::after {
    left: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #e8aa6c;
    border-right: 2px solid #e8aa6c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .news .arrow_left::before {
    left: 4px;
    width: 12px;
    height: 2px;
    background: #e8aa6c;
  }
  .news .arrow_left::after {
    left: 3px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #e8aa6c;
    border-right: 2px solid #e8aa6c;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .news .arrow_bottom::before {
    left: 9px;
    width: 10px;
    height: 2px;
    background: #e8aa6c;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news .arrow_bottom::after {
    left: 10px;
    width: 8px;
    height: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-top: 2px solid #e8aa6c;
    border-right: 2px solid #e8aa6c;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .news .news_content_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .news .news_content_wrapper .main_content {
    width: 100%;
  }
  .news .news_content_wrapper .main_content article {
    padding: 3%;
  }
  .news .news_content_wrapper .main_content article p, .news .news_content_wrapper .main_content article h3 {
    line-height: 200%;
  }
  .news .news_content_wrapper .main_content article p, .news .news_content_wrapper .main_content article div {
    margin-bottom: 1.5em;
    font-size: 14px;
  }
  .news .news_content_wrapper .main_content article p.date {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .news .news_content_wrapper .main_content article h3.news_title {
    font-size: 16px;
  }
  .news .news_content_wrapper .main_content article .news_head {
    margin-bottom: 15px;
  }
  .news .news_content_wrapper .main_content .pagenation {
    margin-top: 30px;
  }
  .news .news_content_wrapper .main_content .pagenation a {
    font-size: 13px;
  }
  .news .news_content_wrapper .main_content .pagenation .back a {
    padding: 13px 28px;
  }
  .news .news_content_wrapper .sidebar {
    width: 90%;
    margin: 60px auto 0;
  }
  .news .news_content_wrapper .sidebar .archive_area .title {
    font-size: 16px;
  }
  .news_archive .news_content_wrapper .main_content .post_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news_archive .news_content_wrapper .main_content .post_lists li {
    width: 49%;
    padding: 25px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news_archive .news_content_wrapper .main_content .post_lists li .thumb {
    width: 100%;
    margin-right: 0;
  }
  .news_archive .news_content_wrapper .main_content .post_lists li .thumb img {
    width: 100%;
  }
  .news_archive .news_content_wrapper .main_content .post_lists li .news_head {
    margin-top: 8px;
    width: 100%;
  }
  .news_archive .news_content_wrapper .main_content .post_lists li .news_head p.date {
    margin-bottom: 2px;
    font-size: 13px;
  }
  .news_archive .news_content_wrapper .main_content .post_lists li .news_head h3.news_title {
    font-size: 13px;
    line-height: 150%;
  }
  .news_archive .news_content_wrapper .main_content .pagenation ul li {
    margin-right: 10px;
  }
  .news_archive .news_content_wrapper .main_content .pagenation ul li a {
    height: 40px;
    width: 40px;
    line-height: 37px;
    font-size: 22px;
  }
  .news_archive .news_content_wrapper .main_content .post_lists li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news_archive .news_content_wrapper .main_content .post_lists li .thumb {
    width: 160px;
  }
  .news_archive .news_content_wrapper .main_content .post_lists li .thumb img {
    width: 160px;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .remodal .modal_illust02 {
    width: 119px;
    bottom: 0;
    left: 0;
    right: unset;
  }
  .remodal .modal_illust01 {
    width: 102px;
    bottom: -94px;
    right: 0;
  }
  .remodal .back_btn {
    margin-top: 40px;
  }
  .remodal .back_btn a {
    font-size: 15px;
  }
  .remodal .modal_head {
    width: 100%;
  }
  .remodal .modal_head .interview_text {
    font-size: 20px;
  }
  .remodal .modal_head .name {
    margin-bottom: 20px;
  }
  .remodal .modal_head p.bold {
    font-size: 24px;
  }
  .remodal .video {
    width: 100%;
    margin: 20px auto 50px;
  }
  .remodal .video video {
    width: 100%;
  }
  .remodal .interview_text .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .remodal .interview_text .interview_text_wrapper:nth-child(3) .text {
    margin-top: 30px;
  }
  .remodal .interview_text .interview_text_wrapper.pic_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .remodal .interview_text .pic {
    width: 100%;
  }
  .remodal .interview_text .pic .pic01, .remodal .interview_text .pic .pic03 {
    width: 78%;
  }
  .remodal .interview_text .pic .pic02, .remodal .interview_text .pic .pic04 {
    width: 42%;
    top: 183px;
    right: 0;
  }
  .remodal .interview_text .text {
    width: 100%;
    margin-top: 60px;
  }
  .remodal .interview_text .text dl {
    margin-bottom: 0;
  }
  .remodal .interview_text .text dt {
    font-size: 18px;
  }
  .remodal .interview_text .text dd {
    font-size: 14px;
    margin-bottom: 35px;
  }
  .interview .kv .title .illust {
    width: 95px;
    left: -9px;
    top: -20px;
  }
  .interview .lead {
    margin-bottom: 60px;
  }
  .interview .senior_voice .head h3 {
    font-size: 26px;
  }
  .interview .senior_voice .voice_items {
    margin-top: 30px;
  }
  .interview .senior_voice .voice_items ul {
    width: 90%;
  }
  .interview .senior_voice .voice_items ul li {
    width: 100%;
    margin: 0 auto 35px;
  }
  .interview .senior_voice .voice_items ul li .illust01 {
    top: 200px;
    left: -17px;
  }
  .interview .senior_voice .voice_items ul li .illust02 {
    right: 0px;
  }
  .interview .senior_voice .voice_items ul li .illust03 {
    width: 121px;
    top: -21px;
    left: -24px;
  }
  .interview .senior_voice .voice_items ul li .illust04 {
    width: 41px;
    top: 202px;
    left: -24px;
  }
  .interview .senior_voice .voice_items ul li .illust05 {
    width: 66px;
    top: 149px;
    right: -36px;
  }
  .interview .senior_voice .voice_items ul li .illust06 {
    width: 138px;
    bottom: -25px;
    right: -23px;
  }
  .interview .senior_voice .voice_items ul li .illust07 {
    width: 34px;
    top: 42px;
    left: -16px;
  }
  .interview .senior_voice .voice_items ul li .illust08 {
    width: 35px;
    top: 145px;
    left: 3px;
  }
  .interview .senior_voice .voice_items ul li .illust09 {
    width: 64px;
    bottom: 30px;
    right: 23px;
  }
  .interview .senior_voice .voice_items ul li .illust10 {
    width: 108px;
    top: -12px;
    left: -26px;
  }
  .interview .senior_voice .voice_items ul li .illust11 {
    width: 37px;
    bottom: 86px;
    left: -18px;
  }
  .interview .senior_voice .voice_items ul li .illust12 {
    width: 42px;
    bottom: 126px;
    right: 4px;
  }
  .interview .senior_voice .voice_items ul li .illust13 {
    width: 27px;
    bottom: 231px;
    right: -25px;
  }
  .interview .senior_voice .voice_items ul li:nth-child(2n) {
    margin-top: 0;
  }
  .interview .senior_voice .voice_items ul li .caption {
    left: -18px;
  }
  .interview .senior_voice .voice_items ul li .caption p {
    font-size: 16px;
  }
  .interview .senior_voice .voice_items ul li .detail {
    margin-top: 15px;
  }
  .footer_youtube {
    margin-bottom: 50px;
  }
  .footer_youtube .common_wrapper {
    width: 95%;
  }
  .footer_youtube .common_wrapper .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_youtube .common_wrapper .content_l {
    width: 100%;
  }
  .footer_youtube .common_wrapper .content_l .youtube_title p {
    text-align: center;
    font-size: 20px;
  }
  .footer_youtube .common_wrapper .content_r {
    width: 100%;
    margin-top: 70px;
  }
  .footer_youtube .common_wrapper .content_r .illust01 {
    width: 141px;
    right: -27px;
  }
  .footer_youtube .common_wrapper .content_r .illust02 {
    width: 108px;
    right: unset;
    left: 0;
  }
  .footer_youtube .common_wrapper .content_r .pic {
    position: absolute;
    bottom: 0;
    width: 64%;
    right: 9%;
  }
  .footer_contact {
    padding: 50px 0;
  }
  .footer_contact h2 {
    font-size: 23px;
    line-height: 140%;
  }
  .footer_contact .common_button {
    width: 230px;
    margin: 25px auto 0;
  }
  .footer_contact .common_button a {
    width: 100%;
  }
  footer {
    padding: 40px 0 20px;
  }
  footer .wrapper {
    width: 90%;
    margin: 0 auto;
  }
  footer .wrapper .footer_logo {
    width: 90%;
    margin: 0 auto 45px;
  }
  footer .wrapper .address_wrapper {
    margin-bottom: 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .wrapper .address_wrapper .address .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .wrapper .address_wrapper .address:first-child {
    margin-right: unset;
    margin-bottom: 20px;
  }
  footer .wrapper .address_wrapper .address .address_name {
    width: 100%;
    text-align: center;
  }
  footer .wrapper .address_wrapper .address .address_detail {
    text-align: center;
    width: 100%;
    margin-left: unset;
    padding-left: unset;
    border-left: none;
  }
  footer .wrapper .footer_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .wrapper .footer_nav ul li + li {
    border-left: none;
  }
  footer .wrapper .footer_nav ul li:first-child {
    padding-left: unset;
  }
  footer .wrapper .footer_nav ul li {
    padding: 0;
    margin-bottom: 6px;
  }
  footer .wrapper .footer_nav ul li a {
    position: relative;
  }
  footer .wrapper .footer_nav ul li a:hover:before {
    opacity: 1;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  footer .wrapper .footer_nav ul li a:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
  }
  footer .wrapper .footer_nav ul li a {
    font-size: 15px;
  }
  footer .wrapper .footer_sub_nav {
    margin-top: 30px;
  }
  footer .wrapper .footer_sub_nav > .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .wrapper .footer_sub_nav > .flex_wrapper > .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .wrapper .footer_sub_nav .content_l {
    margin-bottom: 25px;
  }
  footer .wrapper .footer_sub_nav .content_l .sub_sns ul {
    font-size: 11px;
  }
  footer .wrapper .footer_sub_nav .content_l .sub_sns ul a:hover i {
    color: #F3D4B5;
  }
  footer .wrapper .footer_sub_nav .content_l .sub_sns ul i {
    font-size: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .wrapper .footer_sub_nav .content_l .sub_sns ul li:first-child {
    margin-right: 20px;
  }
  footer .wrapper .footer_sub_nav .content_r ul li {
    margin-right: 25px;
  }
  footer .wrapper .footer_sub_nav .content_r ul li:last-child {
    margin-right: 0;
  }
  footer .wrapper p.copyright {
    margin-top: 50px;
    text-align: center;
    font-size: 11px;
  }
}/*# sourceMappingURL=module.css.map */