@charset "UTF-8";
/*Recruitカスタマイズ*/
/* 源ノ明朝 */
@font-face {
  font-family: "notoserif_l";
  src: url("../../common/fonts/NotoSerifJP-Light.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "notoserif_r";
  src: url("../../common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "notoserif_m";
  src: url("../../common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "notoserif_s";
  src: url("../../common/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}
/* Garamond */
@font-face {
  font-family: "Garamond";
  src: url("../../common/fonts/Garamond.woff2") format("woff2"), url("../../common/fonts/Garamond.woff") format("woff");
}
/* futura */
@font-face {
  font-family: "futura";
  src: url("../../common/fonts/futura.woff2") format("woff2"), url("../../common/fonts/futura.woff") format("woff");
}
/* futura-medium-italic */
@font-face {
  font-family: "futura-medium-italic";
  src: url("../../common/fonts/futura-medium-italic.woff2") format("woff2"), url("../../common/fonts/futura-medium-italic.woff") format("woff");
}
/* 游ゴシック体 */
/* font-family: "Yu Gothic", "游ゴシック体", sans-serif; */
/* 游ゴシック体 */
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic-bold.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic-bold.woff") format("woff");
  font-weight: bold;
}
main.recruit .bg_color {
  background-color: #fbfbf0;
  padding-bottom: 72px;
}
main.recruit .white_bg {
  background-color: #fff;
  max-width: 980px;
  margin: 0 auto;
  width: 89%;
  padding-bottom: 40px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 900px) {
  main.recruit .white_bg {
    width: 95%;
  }
}
main.recruit #recruitSec001 {
  margin-bottom: 53px;
}
main.recruit #recruitSec001 .article_001 {
  margin-bottom: 140px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_001 {
    margin-bottom: 70px;
  }
}
main.recruit #recruitSec001 .article_001 .head_catch {
  display: flex;
  align-items: flex-end;
  margin-top: 128px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_001 .head_catch {
    margin-top: 50px;
  }
}
main.recruit #recruitSec001 .article_001 .head_catch .head_catch_img {
  max-width: 622px;
  width: 64%;
  height: 100%;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  margin-left: -60px;
  margin-top: -72px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_001 .head_catch .head_catch_img {
    width: 77%;
    margin-left: -3%;
    margin-top: -39px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }
}
main.recruit #recruitSec001 .article_001 .head_catch .head_catch_cont {
  margin-left: -146px;
  padding-bottom: 45px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_001 .head_catch .head_catch_cont {
    margin-left: -233px;
    padding-bottom: 11px;
  }
}
main.recruit #recruitSec001 .article_001 .head_catch .head_catch_cont .head_catch_deco {
  max-width: 193px;
  margin-left: auto;
  margin-right: 51px;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_001 .head_catch .head_catch_cont .head_catch_deco {
    width: 51%;
    margin-right: -2px;
    margin-bottom: 16px;
  }
}
main.recruit #recruitSec001 .article_001 .head_catch .head_catch_cont .head_catch_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
main.recruit #recruitSec001 .article_001 .head_catch .head_catch_cont .head_catch_text .head_catch_ttl {
  font-family: "notoserif_s";
  font-size: 25px;
  margin: 0;
  display: flex;
  align-items: flex-end;
  background: #fff;
  box-shadow: 3px 3px 0 #ede9e2;
  border: 1px solid #ede9e2;
  white-space: nowrap;
  padding: 2px 6px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_001 .head_catch .head_catch_cont .head_catch_text .head_catch_ttl {
    font-size: calc(16px - 4px + 1.06vw);
    padding: 3px 7px;
  }
}
main.recruit #recruitSec001 .article_001 .head_catch .head_catch_cont .head_catch_text .head_catch_ttl.position_002 {
  margin-left: 43px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_001 .head_catch .head_catch_cont .head_catch_text .head_catch_ttl.position_002 {
    margin-left: 18px;
  }
}
main.recruit #recruitSec001 .article_001 .head_catch .head_catch_cont .head_catch_text .head_catch_ttl small {
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_001 .head_catch .head_catch_cont .head_catch_text .head_catch_ttl small {
    font-size: calc(14px - 4px + 1.06vw);
  }
}
main.recruit #recruitSec001 .article_001 .head_catch .head_catch_cont .head_catch_text .head_catch_ttl .space_narrow {
  margin: 0 -12px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_001 .head_catch .head_catch_cont .head_catch_text .head_catch_ttl .space_narrow {
    margin: 0 -7px;
  }
}
main.recruit #recruitSec001 .article_001 .desc_catch h4 {
  font-family: "notoserif_m";
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
  margin: 48px 0;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_001 .desc_catch h4 {
    font-size: calc(15px - 4px + 1.06vw);
    margin: 23px 0;
  }
}
main.recruit #recruitSec001 .article_001 .desc_catch h4 .highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}
main.recruit #recruitSec001 .article_001 .desc_catch h4 .highlight::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff9b5;
  z-index: -1;
  height: 0.6em;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_001 .desc_catch h4 .highlight::before {
    bottom: 3px;
  }
}
main.recruit #recruitSec001 .article_001 .job-table {
  width: 96%;
  max-width: 820px;
  margin: 0 auto 94px;
  border-collapse: collapse;
  border: 1px solid #888888;
  table-layout: fixed;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_001 .job-table {
    margin: 0 auto 70px;
  }
}
main.recruit #recruitSec001 .article_001 .job-table th,
main.recruit #recruitSec001 .article_001 .job-table td {
  font-size: 17px;
  font-weight: normal;
  border: 1px solid #888888;
  padding: 12px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_001 .job-table th,
  main.recruit #recruitSec001 .article_001 .job-table td {
    font-size: calc(14px - 4px + 1.06vw);
    padding: 5px;
  }
}
main.recruit #recruitSec001 .article_001 .job-table th {
  background-color: #fbfbf0;
  text-align: center;
  width: 27%;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_001 .job-table th {
    width: 26%;
  }
}
main.recruit #recruitSec001 .article_001 .job-table td {
  width: 73%;
  padding-left: 25px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_001 .job-table td {
    padding: 5px;
    width: 74%;
  }
}
main.recruit #recruitSec001 .article_001 .button_wrap .el_btn_002 {
  margin-bottom: 20px;
  max-width: 460px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_001 .button_wrap .el_btn_002 {
    width: 95%;
    margin-bottom: 16px;
  }
}
main.recruit #recruitSec001 .article_001 .button_wrap .el_btn_002 a {
  font-size: 17px;
  font-weight: bold;
  padding: 23px 0;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_001 .button_wrap .el_btn_002 a {
    font-size: calc(15px - 4px + 1.06vw);
    font-weight: normal;
    padding: 20px 23px 20px 0;
  }
}
main.recruit #recruitSec001 .article_001 .button_wrap .el_btn_002 a::after {
  right: 5%;
  top: 50%;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_001 .button_wrap .el_btn_002 a::after {
    border-width: 2px;
    top: 49%;
    width: 9px;
    height: 9px;
  }
}
main.recruit #recruitSec001 .article_002 {
  width: 96%;
  max-width: 838px;
  margin: 0 auto 65px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_002 {
    margin: 0 auto 31px;
  }
}
main.recruit #recruitSec001 .article_002 .deco_ttl {
  max-width: 341px;
  margin-left: -14px;
  margin-bottom: 6px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_002 .deco_ttl {
    width: 72%;
    margin-left: 4px;
    margin-bottom: 11px;
  }
}
main.recruit #recruitSec001 .article_002 .catch_head {
  display: flex;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_002 .catch_head {
    flex-direction: column;
  }
}
main.recruit #recruitSec001 .article_002 .catch_head .catch_head_img {
  max-width: 422px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_002 .catch_head .catch_head_img {
    width: 96%;
    margin: 0 auto;
  }
}
main.recruit #recruitSec001 .article_002 .catch_head .catch_head_text {
  flex: 1;
  background-color: #faf0f2;
  margin-top: 40px;
  margin-left: -54px;
  padding: 42px 49px 79px 103px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_002 .catch_head .catch_head_text {
    margin-top: 14px;
    margin-bottom: 15px;
    margin-left: 0;
    padding: 28px 25px;
  }
}
main.recruit #recruitSec001 .article_002 .catch_head .catch_head_text h3 {
  font-size: 23px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_002 .catch_head .catch_head_text h3 {
    font-size: calc(18px - 4px + 1.06vw);
    margin: 0 0 3px 0;
  }
}
main.recruit #recruitSec001 .article_002 .catch_head .catch_head_text p {
  font-size: 19px;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_002 .catch_head .catch_head_text p {
    font-size: calc(15px - 4px + 1.06vw);
  }
}
main.recruit #recruitSec001 .article_002 .catch_center {
  margin-top: -48px;
  padding-left: 20%;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_002 .catch_center {
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 21px;
  }
}
main.recruit #recruitSec001 .article_002 .catch_center .catch_center_img {
  max-width: 357px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_002 .catch_center .catch_center_img {
    width: 81%;
    margin: 0 auto;
  }
}
main.recruit #recruitSec001 .article_002 .catch_bottom {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_002 .catch_bottom {
    width: 96%;
  }
}
main.recruit #recruitSec001 .article_002 .catch_bottom p {
  font-size: 19px;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_002 .catch_bottom p {
    font-size: calc(15px - 4px + 1.06vw);
  }
}
main.recruit #recruitSec001 .article_003 {
  margin-bottom: 49px;
}
main.recruit #recruitSec001 .article_003 .bg_pink {
  background-color: #faf0f2;
  width: 92%;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_003 .bg_pink {
    padding: 21px 13px;
    width: 96%;
  }
}
main.recruit #recruitSec001 .article_003 .bg_pink .img_cont_001 {
  margin-bottom: 47px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_003 .bg_pink .img_cont_001 {
    margin-bottom: 11px;
  }
}
main.recruit #recruitSec001 .article_003 .bg_pink .img_cont_002 {
  margin-bottom: 37px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_003 .bg_pink .img_cont_002 {
    margin-bottom: 23px;
  }
}
main.recruit #recruitSec001 .article_004 .profile_cont_col2 {
  display: flex;
  align-items: center;
  gap: 33px;
  width: 96%;
  margin: 0 auto 88px;
  padding-left: 65px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_004 .profile_cont_col2 {
    gap: 23px;
    margin: 0 auto 70px;
    padding-left: 0;
    flex-direction: column;
  }
}
main.recruit #recruitSec001 .article_004 .profile_cont_col2 .profile_cont_img {
  max-width: 315px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_004 .profile_cont_col2 .profile_cont_img {
    width: 64%;
    margin: 0 auto;
  }
}
main.recruit #recruitSec001 .article_004 .profile_cont_col2 .profile_cont_text {
  flex: 1;
}
main.recruit #recruitSec001 .article_004 .profile_cont_col2 .profile_cont_text .profile_cont_ttl {
  font-size: 22px;
  font-family: "notoserif_m";
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 38px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_004 .profile_cont_col2 .profile_cont_text .profile_cont_ttl {
    font-size: calc(18px - 4px + 1.06vw);
    text-align: center;
    margin-bottom: 23px;
    font-weight: 600;
  }
}
main.recruit #recruitSec001 .article_004 .profile_cont_col2 .profile_cont_text .profile_cont_name {
  font-size: 19px;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_004 .profile_cont_col2 .profile_cont_text .profile_cont_name {
    font-size: calc(15px - 4px + 1.06vw);
    text-align: center;
  }
}
main.recruit #recruitSec001 .article_004 .button_wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_004 .button_wrap {
    margin-bottom: 30px;
  }
}
main.recruit #recruitSec001 .article_004 .button_wrap .el_btn_002 {
  margin-bottom: 20px;
  max-width: 460px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_004 .button_wrap .el_btn_002 {
    width: 95%;
    margin-bottom: 16px;
  }
}
main.recruit #recruitSec001 .article_004 .button_wrap .el_btn_002 a {
  font-size: 17px;
  font-weight: bold;
  padding: 23px 0;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_004 .button_wrap .el_btn_002 a {
    font-size: calc(15px - 4px + 1.06vw);
    font-weight: normal;
    padding: 20px 23px 20px 0;
  }
}
main.recruit #recruitSec001 .article_004 .button_wrap .el_btn_002 a::after {
  right: 5%;
  top: 50%;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec001 .article_004 .button_wrap .el_btn_002 a::after {
    border-width: 2px;
    top: 49%;
    width: 9px;
    height: 9px;
  }
}
main.recruit #recruitSec002 .white_bg {
  position: relative;
  padding: 41px;
  padding-bottom: 15px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec002 .white_bg {
    padding: 55px 12px;
  }
}
main.recruit #recruitSec002 .deco_ttl {
  position: absolute;
  max-width: 220px;
  top: 54px;
  right: 78px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec002 .deco_ttl {
    width: 42%;
    top: 21px;
    right: 10px;
  }
}
main.recruit #recruitSec002 .voice_head_ttl {
  font-family: "Garamond";
  font-weight: 400;
  font-size: 50px;
  color: #84735a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 38px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec002 .voice_head_ttl {
    font-size: calc(38px - 4px + 1.06vw);
    margin-bottom: 26px;
  }
}
main.recruit #recruitSec002 .voice_cont_wrap {
  margin-bottom: 169px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec002 .voice_cont_wrap {
    margin-bottom: 70px;
  }
}
main.recruit #recruitSec002 .voice_cont_wrap .voice_card {
  margin-bottom: 33px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec002 .voice_cont_wrap .voice_card {
    margin-bottom: 45px;
  }
}
main.recruit #recruitSec002 .voice_cont_wrap .voice_card .voice_card_img {
  max-width: 220px;
  margin: 0 auto -32px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec002 .voice_cont_wrap .voice_card .voice_card_img {
    margin: 0 auto -39px;
    width: 51%;
  }
}
main.recruit #recruitSec002 .voice_cont_wrap .voice_card .voice_card_img img {
  border-radius: 50%;
  aspect-ratio: 50/50;
  object-fit: cover;
}
main.recruit #recruitSec002 .voice_cont_wrap .voice_card .voice_card_cont {
  background-color: #faf0f2;
  padding: 49px 58px 33px;
  border-radius: 12px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec002 .voice_cont_wrap .voice_card .voice_card_cont {
    padding: 61px 22px 38px;
  }
}
main.recruit #recruitSec002 .voice_cont_wrap .voice_card .voice_card_cont .voice_card_ttl {
  font-size: 23px;
  border-bottom: 1px solid #ababab;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 14px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec002 .voice_cont_wrap .voice_card .voice_card_cont .voice_card_ttl {
    font-size: calc(16px - 4px + 1.06vw);
    margin-bottom: 23px;
  }
}
main.recruit #recruitSec002 .voice_cont_wrap .voice_card .voice_card_cont .voice_card_text {
  margin-bottom: 22px;
}
main.recruit #recruitSec002 .voice_cont_wrap .voice_card .voice_card_cont .voice_card_text p {
  margin: 0;
  font-size: 19px;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec002 .voice_cont_wrap .voice_card .voice_card_cont .voice_card_text p {
    font-size: calc(15px - 4px + 1.06vw);
  }
}
main.recruit #recruitSec002 .voice_cont_wrap .voice_card .voice_card_cont .voice_card_name p {
  margin: 0;
  font-weight: bold;
  font-size: 19px;
  text-align: right;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec002 .voice_cont_wrap .voice_card .voice_card_cont .voice_card_name p {
    font-size: calc(15px - 4px + 1.06vw);
  }
}
main.recruit #recruitSec002 .button_wrap {
  margin-bottom: 50px;
}
main.recruit #recruitSec002 .button_wrap .el_btn_002 {
  margin-bottom: 20px;
  max-width: 460px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec002 .button_wrap .el_btn_002 {
    width: 95%;
    margin-bottom: 16px;
  }
}
main.recruit #recruitSec002 .button_wrap .el_btn_002 a {
  font-size: 17px;
  font-weight: bold;
  padding: 23px 0;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec002 .button_wrap .el_btn_002 a {
    font-size: calc(15px - 4px + 1.06vw);
    font-weight: normal;
    padding: 20px 23px 20px 0;
  }
}
main.recruit #recruitSec002 .button_wrap .el_btn_002 a::after {
  right: 5%;
  top: 50%;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 900px) {
  main.recruit #recruitSec002 .button_wrap .el_btn_002 a::after {
    border-width: 2px;
    top: 49%;
    width: 9px;
    height: 9px;
  }
}

/*# sourceMappingURL=recruit.css.map */
