@charset "UTF-8";
#main_img_area {
  color: #FFFFFF;
}

h2.line {
  color: #002e8c;
  font-weight: 600;
  position: relative;
}

h2.line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #002e8c;
}

h2.line::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #e7e7e7;
}

#recruit_navi li a {
  display: flex;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  align-items: center;
}

#recruit_navi li a .txt .ja {
  color: #000000;
}

#recruit_navi li a .txt .en {
  color: #002e8c;
}

#recruit_navi li a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #a8a8a8;
  border-top: 1px solid #a8a8a8;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
}

#recruit_navi li a[target="_blank"]::after {
  content: "";
  border: none;
  background: url("../img/common/icon_extlink_gray.png") no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  right: 25px;
  transform: none;
}

#recruit_navi li.active a {
  background: #002e8c;
}

#recruit_navi li.active a .txt .ja {
  color: #FFFFFF;
}

#recruit_navi li.active a .txt .en {
  color: #FFFFFF;
}

#recruit_navi li.active a::after {
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
}

#recruit_index .contents_area h2 {
  text-align: center;
  color: #002e8c;
}

#recruit_index .contents_area ul.list {
  display: flex;
  flex-wrap: wrap;
}

#recruit_index .contents_area ul.list > li h3 .ja {
  color: #000000;
}

#recruit_index .contents_area ul.list > li h3 .en {
  color: #002e8c;
}

#recruit_career .career_contents h3 {
  color: #002e8c;
}

#recruit_career .career_contents .link_btn a {
  display: block;
  background: #002e8c;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

#recruit_career .career_contents .link_btn a::after {
  content: "";
  background: url(../img/common/icon_extlink_white.png) no-repeat;
  width: 12px;
  height: 11px;
  background-size: 100% auto;
  position: absolute;
  right: 25px;
  top: calc(50% - 5px);
}

#recruit_career .career_contents .link_btn.entry a {
  background: #ffe880;
  color: #002e8c;
  font-weight: 700;
}

#recruit_career .career_contents .link_btn.entry a::after {
  background: transparent;
  width: 8px;
  height: 8px;
  border-top: 2px solid #002e8c;
  border-right: 2px solid #002e8c;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

#recruit_career .career_contents .link_btn.line a {
  background: #00b900;
  color: #fff;
  font-weight: 700;
}

#recruit_career .career_contents .link_btn.line a::after {
  background: transparent;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

#new_entry_btn a {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background: #00abeb;
  color: #FFFFFF;
  text-align: center;
}

#new_mynavi_btn {
  text-align: center;
}

#recruit_interview #interview_list a {
  color: #000000;
}

#recruit_interview #interview_list a .belong {
  background: #002e8c;
  color: #FFFFFF;
  font-weight: normal;
  display: inline-flex;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: relative;
}

#recruit_interview #interview_list a .join {
  color: #002e8c;
}

.recruit_detail_page #interview_main_img_area .belong {
  background: #002e8c;
  color: #FFFFFF;
}

.recruit_detail_page #interview_main_img_area h2 span {
  display: block;
}

.recruit_detail_page #interview_main_img_area h2 span.en, .recruit_detail_page #interview_main_img_area h2 span.join {
  color: #002e8c;
}

.recruit_detail_page #interview_detail_contents .data_area dt {
  color: #002e8c;
}

.recruit_detail_page #day_schedule_area {
  background: #f2f4f9;
}

.recruit_detail_page #day_schedule_area h3 {
  color: #002e8c;
}

.recruit_detail_page #day_schedule_area .schedule_data_area {
  background: #FFFFFF;
}

.recruit_detail_page #day_schedule_area .schedule_data_area ul > li > dl dt,
.recruit_detail_page #day_schedule_area .schedule_data_area ul > li > dl dd h4 {
  color: #002e8c;
}

.recruit_detail_page #interview_movie_area h3 {
  color: #002e8c;
}

.recruit_detail_page #footer_interview_link {
  background: #f0f0f0;
}

.recruit_detail_page #footer_interview_link > ul > li a .name {
  color: #000000;
  font-weight: 600;
}

.recruit_detail_page #footer_interview_link > ul > li a .join {
  color: #002e8c;
}

.recruit_detail_page #footer_interview_link > ul > li.index a {
  display: block;
  background: #002e8c;
  color: #FFFFFF;
  position: relative;
}

.recruit_detail_page #footer_interview_link > ul > li.index a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%) rotate(45deg);
}

#recruit_welfare .welfare_contents #walfare_mentor h3 {
  color: #002e8c;
}

#recruit_session .session_contents #session_information h3,
#recruit_session .session_contents #session_covid h2 {
  color: #002e8c;
  text-align: center;
}

#recruit_session .session_contents #session_information h2 {
  text-align: center;
  font-weight: 600;
}

#recruit_session .session_contents #session_information .btn a {
  display: block;
  background: #002e8c;
  color: #FFFFFF;
  position: relative;
  text-align: center;
}

#recruit_session .session_contents #session_covid {
  background: #f5f7fa;
}

#recruit_schedule .schedule_contents h2 {
  font-weight: 500;
  text-align: center;
}

#recruit_schedule #schedule_flow h2 {
  color: #002e8c;
}

#recruit_personality .personality_contents h2 {
  color: #002e8c;
}

#recruit_personality .personality_contents #personality_person .figure_image {
  text-align: center;
}

#recruit_personality .personality_contents #personality_person .figure_list h3 {
  color: #0081cc;
}

#recruit_personality .personality_contents #personality_message h3 {
  color: #002e8c;
  font-weight: 600;
}

.recruit_talk_page #talk_title_area {
  background: #f4f2e8;
}

.recruit_talk_page #talk_title_area .description {
  color: #282828;
}

.recruit_talk_page #talk_member > h2 {
  color: #aea78a;
}

.recruit_talk_page #talk_member .member_list > li {
  color: #46453f;
  background: #FFFFFF;
}

.recruit_talk_page #talk_member .member_list > li .belong .icon {
  background: #aea78a;
  color: #ffffff;
}

.recruit_talk_page .talk_group > h2 .en {
  color: #aea78a;
}

.recruit_talk_page .talk_group > h2 .txt {
  color: #8f7f18;
}

.recruit_talk_page .talk_group > h2 .txt .question {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.recruit_talk_page .talk_group .talk_contents dl.answer .name {
  color: #aea78a;
}

.recruit_talk_page .talk_group .recruit_staff {
  color: #917d00;
}

.recruit_talk_page #shooting_scenery img {
  width: 100%;
  height: auto;
}

.recruit_talk_page #shooting_scenery figcaption {
  color: #585858;
}

.recruit_talk_page #talk_entry {
  border: 8px solid #00b900;
}

.recruit_talk_page #talk_entry > h2 {
  color: #00b900;
  text-align: center;
}

.recruit_talk_page #talk_entry .data_area {
  color: #585858;
  padding-top: 5px;
}

.recruit_talk_page #talk_entry .data_area .entry_txt {
  color: #585858;
}

.recruit_talk_page #talk_entry .data_area .explain {
  color: #00b900;
}

.recruit_talk_page #talk_entry #talk_enrty_step .txt strong {
  color: #ee0000;
}

@media screen and (min-width: 768px) {
  #main_img_area {
    background: url(../img/recruit/index/pc/mv.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
  #recruit_navi {
    width: 1200px;
    margin: 120px auto 120px;
  }
  #recruit_navi ul {
    display: flex;
    flex-wrap: wrap;
  }
  #recruit_navi ul li {
    width: 360px;
    margin: 0 0 0 60px;
  }
  #recruit_navi ul li a {
    padding: 30px 50px 30px 30px;
    box-sizing: border-box;
  }
  #recruit_navi ul li a .image {
    width: 80px;
    margin-right: 30px;
  }
  #recruit_navi ul li a .txt {
    width: 170px;
  }
  #recruit_navi ul li a .txt .ja {
    font-size: 0.97rem;
  }
  #recruit_navi ul li a .txt .en {
    font-size: 0.73rem;
    font-weight: 600;
  }
  #recruit_navi ul li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  #recruit_navi ul li:nth-of-type(1), #recruit_navi ul li:nth-of-type(2), #recruit_navi ul li:nth-of-type(3) {
    border-top: 1px solid #e7e7e7;
  }
  #recruit_navi ul li.personality .txt {
    line-height: 1.34;
  }
  #new_entry_btn a {
    width: 830px;
    padding: 33px 0 35px;
    line-height: 1.3;
  }
  #new_entry_btn a .en {
    font-size: 2.67rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  #new_mynavi_btn {
    margin-top: 140px;
  }
  #new_mynavi_btn .btn {
    margin-top: 20px;
  }
  #recruit_index .contents_area {
    width: 1200px;
    margin: 0 auto;
    padding: 110px 0 115px;
  }
  #recruit_index .contents_area h2 {
    font-size: 2.13rem;
    font-weight: 500;
  }
  #recruit_index .contents_area ul.list {
    margin-top: 75px;
  }
  #recruit_index .contents_area ul.list > li {
    width: 360px;
    margin: 58px 0 0 60px;
  }
  #recruit_index .contents_area ul.list > li h3 {
    margin-top: 17px;
    line-height: 1.3;
  }
  #recruit_index .contents_area ul.list > li h3 .ja {
    font-size: 1.2rem;
    font-weight: normal;
  }
  #recruit_index .contents_area ul.list > li h3 .en {
    font-size: 0.75rem;
  }
  #recruit_index .contents_area ul.list > li:nth-of-type(1), #recruit_index .contents_area ul.list > li:nth-of-type(2), #recruit_index .contents_area ul.list > li:nth-of-type(3) {
    margin-top: 0;
  }
  #recruit_index .contents_area ul.list > li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  #recruit_newgrads .new_newgrads_contents {
    padding: 110px 0 0;
    width: 1000px;
    margin: 0 auto;
  }
  #recruit_newgrads .new_newgrads_contents h2 {
    font-size: 2.13rem;
    text-align: center;
    font-weight: 500;
  }
  #recruit_newgrads .new_newgrads_contents table {
    margin-top: 55px;
  }
  #recruit_newgrads .new_newgrads_contents table th {
    width: 195px;
    padding: 29px 80px 27px 0;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    vertical-align: top;
  }
  #recruit_newgrads .new_newgrads_contents table th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #c0c0c0;
  }
  #recruit_newgrads .new_newgrads_contents table td {
    width: 850px;
    padding: 29px 50px 27px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
  }
  #recruit_newgrads .new_newgrads_contents table td:nth-of-type(1) {
    border-top: 1px solid #e7e7e7;
  }
  #recruit_newgrads .new_newgrads_contents table td dl.salary {
    margin-bottom: 12px;
  }
  #recruit_newgrads .new_newgrads_contents table td dl.salary dd {
    margin-top: 2px;
    color: #333;
    font-size: 13px;
  }
  #recruit_newgrads .new_newgrads_contents table tr.last th::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #c0c0c0;
  }
  #recruit_newgrads .new_newgrads_contents #new_entry_btn {
    margin-top: 100px;
  }
  #recruit_career .career_contents {
    padding: 110px 0 0;
    width: 1000px;
    margin: 0 auto;
  }
  #recruit_career .career_contents .career_requirements {
    margin-top: 113px;
  }
  #recruit_career .career_contents .career_requirements:nth-of-type(1) {
    margin-top: 87px;
  }
  #recruit_career .career_contents h2 {
    font-size: 2.13rem;
    text-align: center;
    font-weight: 500;
  }
  #recruit_career .career_contents h2:nth-of-type(n+2) {
    margin-top: 120px;
  }
  #recruit_career .career_contents h3 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.12em;
  }
  #recruit_career .career_contents h3 .haizoku {
    display: inline-flex;
    font-size: 15px;
    padding: 6px 14px 6px;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
  #recruit_career .career_contents table {
    margin-top: 32px;
  }
  #recruit_career .career_contents table th {
    width: 195px;
    padding: 29px 80px 27px 0;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    vertical-align: top;
  }
  #recruit_career .career_contents table th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #c0c0c0;
  }
  #recruit_career .career_contents table td {
    width: 850px;
    padding: 29px 50px 27px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
  }
  #recruit_career .career_contents table td:nth-of-type(1) {
    border-top: 1px solid #e7e7e7;
  }
  #recruit_career .career_contents table tr.last th::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #c0c0c0;
  }
  #recruit_career .career_contents .link_btn {
    margin-top: 30px;
  }
  #recruit_career .career_contents .link_btn a {
    width: 240px;
    padding: 18px 0 18px;
    line-height: 1.4;
    border-radius: 100px;
  }
  #recruit_career .career_contents .link_btn a .ja {
    font-size: 0.87rem;
  }
  #recruit_career .career_contents .link_btn a .detail {
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  #recruit_career .career_contents .link_btn a .entry {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 1;
    display: block;
    margin-top: 3px;
  }
  #recruit_career .career_contents .link_btn_area {
    display: flex;
    justify-content: center;
  }
  #recruit_career .career_contents .link_btn_area .link_btn {
    margin-top: 0;
  }
  #recruit_career .career_contents .link_btn_area .link_btn a {
    margin: 30px 15px 0;
    width: 280px;
  }
  #recruit_career .career_contents .harenokuni {
    margin-top: 18px;
    text-align: center;
    font-size: 12px;
    color: #707070;
  }
  #recruit_interview .interview_contents {
    padding-bottom: 30px;
  }
  #recruit_interview .interview_contents #interview_list {
    width: 1200px;
    margin: 160px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #recruit_interview .interview_contents #interview_list li {
    width: 360px;
    margin: 110px 0 0 60px;
  }
  #recruit_interview .interview_contents #interview_list li .belong {
    font-size: 0.93rem;
    width: 110px;
    height: 34px;
    position: relative;
  }
  #recruit_interview .interview_contents #interview_list li .belong::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 0 0 20px;
    border-color: transparent transparent transparent #002e8c;
  }
  #recruit_interview .interview_contents #interview_list li .name_area {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  #recruit_interview .interview_contents #interview_list li .name_area .name {
    font-size: 1.47rem;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  #recruit_interview .interview_contents #interview_list li .name_area .join {
    font-size: 0.93rem;
  }
  #recruit_interview .interview_contents #interview_list li .txt {
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 1.56;
    font-weight: 600;
  }
  #recruit_interview .interview_contents #interview_list li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  #recruit_interview .interview_contents #interview_list li:nth-of-type(1), #recruit_interview .interview_contents #interview_list li:nth-of-type(2), #recruit_interview .interview_contents #interview_list li:nth-of-type(3) {
    margin-top: 0;
  }
  .recruit_detail_page main {
    padding-top: 140px;
  }
  .recruit_detail_page #interview_main_img_area {
    position: relative;
  }
  .recruit_detail_page #interview_main_img_area .image {
    padding-left: 25%;
    aspect-ratio: 1080/650;
  }
  .recruit_detail_page #interview_main_img_area .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .recruit_detail_page #interview_main_img_area .data_area {
    position: absolute;
    top: calc(50% + 70px);
    transform: translateY(-50%);
    left: calc(25% - 235px);
    z-index: 5;
  }
  .recruit_detail_page #interview_main_img_area .data_area h2 span {
    display: block;
  }
  .recruit_detail_page #interview_main_img_area .data_area h2 .en {
    font-size: 1rem;
  }
  .recruit_detail_page #interview_main_img_area .data_area h2 .ja {
    margin-top: 21px;
    font-size: 2.61rem;
    line-height: 1.6;
    font-weight: 500;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
  }
  .recruit_detail_page #interview_main_img_area .data_area .title_area {
    margin-top: 110px;
  }
  .recruit_detail_page #interview_main_img_area .data_area .title_area .belong {
    display: inline-block;
    font-size: 1rem;
    font-weight: normal;
    padding: 8px 14px 7px;
  }
  .recruit_detail_page #interview_main_img_area .data_area .title_area h1 {
    display: block;
    margin-top: 19px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .recruit_detail_page #interview_main_img_area .data_area .join {
    margin-top: 17px;
  }
  .recruit_detail_page .interview_area .data_area dl {
    margin-top: 49px;
  }
  .recruit_detail_page .interview_area .data_area dl dt span {
    display: block;
  }
  .recruit_detail_page .interview_area .data_area dl dt span.num {
    font-size: 1rem;
    font-weight: 600;
  }
  .recruit_detail_page .interview_area .data_area dl dt span.txt {
    font-size: 1.73rem;
    margin-top: 8px;
  }
  .recruit_detail_page .interview_area .data_area dl dd {
    margin-top: 27px;
    line-height: 1.87;
  }
  .recruit_detail_page .interview_area .data_area dl:nth-of-type(1) {
    margin-top: 0;
  }
  .recruit_detail_page #interview_area01 {
    margin: 120px auto 0;
    width: 1100px;
    display: flex;
  }
  .recruit_detail_page #interview_area01 .data_area {
    padding-top: 38px;
    width: 550px;
    margin-right: 130px;
  }
  .recruit_detail_page #interview_area01 .image {
    position: relative;
    flex-shrink: 0;
  }
  .recruit_detail_page #interview_area01 .image::after {
    content: "";
    position: absolute;
    top: 235px;
    right: -50px;
    width: 370px;
    height: 370px;
    z-index: -1;
    background: #f2f4f9;
  }
  .recruit_detail_page #interview_area02 {
    margin-top: 115px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .recruit_detail_page #interview_area02 .image {
    width: 555px;
    position: relative;
    padding-top: 50px;
    margin-right: 165px;
    flex-shrink: 0;
  }
  .recruit_detail_page #interview_area02 .image::after {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    width: 370px;
    height: 370px;
    z-index: -1;
    background: #f2f4f9;
  }
  .recruit_detail_page #interview_area02 .data_area {
    width: 50%;
    padding-top: 38px;
  }
  .recruit_detail_page #interview_area03 {
    margin-top: 120px;
  }
  .recruit_detail_page #interview_area03 .image {
    text-align: right;
    padding-left: 8.3%;
  }
  .recruit_detail_page #interview_area03 .image img {
    width: 100%;
    height: auto;
  }
  .recruit_detail_page #interview_area03 .data_area {
    margin: 75px auto 0;
    width: 750px;
  }
  .recruit_detail_page #interview_area04 {
    margin: 160px auto 0;
    width: 1200px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .recruit_detail_page #interview_area04 .image {
    width: 460px;
    padding-left: 50px;
    margin-right: 90px;
    position: relative;
    flex-shrink: 0;
  }
  .recruit_detail_page #interview_area04 .image::after {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 370px;
    height: 370px;
    z-index: -1;
    background: #f2f4f9;
  }
  .recruit_detail_page #interview_area04 .data_area {
    width: 550px;
  }
  .recruit_detail_page #day_schedule_area {
    margin-top: 130px;
    padding: 72px 0 100px;
  }
  .recruit_detail_page #day_schedule_area h3 {
    text-align: center;
    font-weight: normal;
    font-size: 1.73rem;
  }
  .recruit_detail_page #day_schedule_area .schedule_data_area {
    width: 1000px;
    margin: 55px auto 0;
    padding: 76px 75px 78px;
  }
  .recruit_detail_page #day_schedule_area .schedule_data_area > ul > li {
    position: relative;
  }
  .recruit_detail_page #day_schedule_area .schedule_data_area > ul > li dl {
    display: flex;
    padding-top: 28px;
  }
  .recruit_detail_page #day_schedule_area .schedule_data_area > ul > li dl dt {
    width: 80px;
    flex-shrink: 0;
    font-size: 1.07rem;
    font-weight: 600;
    position: relative;
    padding-top: 2px;
    line-height: 1;
  }
  .recruit_detail_page #day_schedule_area .schedule_data_area > ul > li dl dt::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #002e8c;
    position: absolute;
    top: 6px;
    right: -5px;
  }
  .recruit_detail_page #day_schedule_area .schedule_data_area > ul > li dl dd {
    padding-left: 40px;
  }
  .recruit_detail_page #day_schedule_area .schedule_data_area > ul > li dl dd h4 {
    font-size: 1rem;
    font-weight: 600;
  }
  .recruit_detail_page #day_schedule_area .schedule_data_area > ul > li dl dd .txt {
    margin-top: 6px;
    line-height: 1.87rem;
  }
  .recruit_detail_page #day_schedule_area .schedule_data_area > ul > li:nth-of-type(1) dl {
    padding-top: 0;
  }
  .recruit_detail_page #day_schedule_area .schedule_data_area > ul > li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 81px;
    width: 1px;
    height: 100%;
    background: #002e8c;
  }
  .recruit_detail_page #day_schedule_area .schedule_data_area > ul > li.first::after {
    top: 7px;
  }
  .recruit_detail_page #day_schedule_area .schedule_data_area > ul > li.last::after {
    height: 35px;
  }
  .recruit_detail_page #interview_movie_area {
    padding: 73px 0 80px;
  }
  .recruit_detail_page #interview_movie_area h3 {
    text-align: center;
    font-size: 1.87rem;
  }
  .recruit_detail_page #interview_movie_area #interview_movie {
    margin: 34px auto 0;
    width: 860px;
  }
  .recruit_detail_page #footer_interview_link {
    padding: 120px 0;
  }
  .recruit_detail_page #footer_interview_link ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .recruit_detail_page #footer_interview_link ul li {
    display: flex;
    align-items: center;
  }
  .recruit_detail_page #footer_interview_link ul li.index a {
    width: 240px;
    padding: 19px 0 17px;
    text-align: center;
    position: relative;
    border-radius: 35px;
  }
  .recruit_detail_page #footer_interview_link ul li.prev a, .recruit_detail_page #footer_interview_link ul li.next a {
    display: flex;
    align-items: center;
    position: relative;
  }
  .recruit_detail_page #footer_interview_link ul li.prev a .image, .recruit_detail_page #footer_interview_link ul li.next a .image {
    margin-right: 29px;
    width: 100px;
  }
  .recruit_detail_page #footer_interview_link ul li.prev a .name, .recruit_detail_page #footer_interview_link ul li.next a .name {
    font-size: 1.33rem;
  }
  .recruit_detail_page #footer_interview_link ul li.prev a .join, .recruit_detail_page #footer_interview_link ul li.next a .join {
    font-size: 0.8rem;
    margin-top: 6px;
  }
  .recruit_detail_page #footer_interview_link ul li.prev a {
    padding-left: 65px;
  }
  .recruit_detail_page #footer_interview_link ul li.prev a::after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    border-left: 1px solid #002e8c;
    border-bottom: 1px solid #002e8c;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
  }
  .recruit_detail_page #footer_interview_link ul li.next a {
    padding-right: 65px;
    justify-content: flex-end;
    position: relative;
  }
  .recruit_detail_page #footer_interview_link ul li.next a::after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    border-right: 1px solid #002e8c;
    border-top: 1px solid #002e8c;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
  }
  #recruit_welfare .welfare_contents {
    padding: 71px 0 0;
    width: 1100px;
    margin: 0 auto;
  }
  #recruit_welfare .welfare_contents h2.line {
    font-size: 2.13rem;
    padding-bottom: 22px;
  }
  #recruit_welfare .welfare_contents h2.line::before {
    left: 0;
    width: 120px;
  }
  #recruit_welfare .welfare_contents h2.line::after {
    left: 120px;
    width: 980px;
  }
  #recruit_welfare .welfare_contents #walfare_training table {
    margin-top: 10px;
  }
  #recruit_welfare .welfare_contents #walfare_training table th {
    width: 200px;
    padding: 29px 80px 27px 0;
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
    text-align: left;
  }
  #recruit_welfare .welfare_contents #walfare_training table th::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #c0c0c0;
  }
  #recruit_welfare .welfare_contents #walfare_training table td {
    width: 800px;
    padding: 29px 50px 27px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
    line-height: 1.5;
  }
  #recruit_welfare .welfare_contents #walfare_training table td dl,
  #recruit_welfare .welfare_contents #walfare_training table td .note {
    margin-top: 8px;
  }
  #recruit_welfare .welfare_contents #walfare_mentor {
    margin-top: 144px;
  }
  #recruit_welfare .welfare_contents #walfare_mentor p.txt {
    margin-top: 21px;
    line-height: 1.6;
  }
  #recruit_welfare .welfare_contents #walfare_mentor p.txt:nth-of-type(1) {
    margin-top: 40px;
  }
  #recruit_welfare .welfare_contents #walfare_mentor h3 {
    margin-top: 60px;
    font-size: 1.67rem;
  }
  #recruit_welfare .welfare_contents #walfare_mentor ul {
    margin-top: 38px;
  }
  #recruit_welfare .welfare_contents #walfare_mentor ul li {
    margin-top: 11px;
  }
  #recruit_welfare .welfare_contents #walfare_mentor ul li:nth-of-type(1) {
    margin-top: 0;
  }
  #recruit_welfare .welfare_contents #walfare_work_data {
    margin: 140px 0 127px;
  }
  #recruit_welfare .welfare_contents #walfare_work_data ul {
    margin: 50px auto 0;
    padding: 0 50px;
    box-sizing: border-box;
    width: 1100px;
    display: flex;
    justify-content: space-between;
  }
  #recruit_welfare .welfare_contents #walfare_work_data ul li {
    display: flex;
    justify-content: center;
    width: 250px;
  }
  #recruit_welfare .welfare_contents #walfare_work_data ul li dl {
    display: flex;
    flex-direction: column;
  }
  #recruit_welfare .welfare_contents #walfare_work_data ul li dl dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #recruit_welfare .welfare_contents #walfare_work_data ul li dl dt span.txt {
    line-height: 1.47;
    min-height: 2.5em;
    display: block;
    text-align: center;
    font-weight: 600;
  }
  #recruit_welfare .welfare_contents #walfare_work_data ul li dl dt span.txt span {
    font-weight: normal;
  }
  #recruit_welfare .welfare_contents #walfare_work_data ul li dl dt .image {
    margin: 0 auto 20px;
  }
  #recruit_welfare .welfare_contents #walfare_work_data ul li dl dd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
  }
  #recruit_welfare .welfare_contents #walfare_work_data ul li dl dd .data {
    font-weight: 600;
    line-height: 1;
  }
  #recruit_welfare .welfare_contents #walfare_work_data ul li dl dd .data .num {
    font-size: 1.53rem;
  }
  #recruit_welfare .welfare_contents #walfare_work_data ul li dl dd .year {
    line-height: 1;
  }
  #recruit_welfare .welfare_contents #walfare_work_data ul li dl dd .year,
  #recruit_welfare .welfare_contents #walfare_work_data ul li dl dd .note {
    margin-top: 4px;
  }
  #recruit_session .session_contents {
    padding-top: 71px;
  }
  #recruit_session .session_contents #session_information {
    width: 1100px;
    margin: 0 auto;
  }
  #recruit_session .session_contents #session_information h2 {
    font-size: 2.13rem;
  }
  #recruit_session .session_contents #session_information #session_reserve h3,
  #recruit_session .session_contents #session_information #session_detail h3 {
    font-size: 1.67rem;
  }
  #recruit_session .session_contents #session_information #session_reserve {
    margin-top: 88px;
  }
  #recruit_session .session_contents #session_information #session_reserve .txt {
    margin-top: 31px;
    line-height: 1.47;
  }
  #recruit_session .session_contents #session_information #session_reserve table {
    margin-top: 27px;
    width: 100%;
  }
  #recruit_session .session_contents #session_information #session_reserve table th {
    background: #002e8c;
    color: #FFFFFF;
    text-align: left;
    font-weight: normal;
    border-left: 1px solid #FFFFFF;
    padding: 15px 22px;
  }
  #recruit_session .session_contents #session_information #session_reserve table th:nth-of-type(1) {
    border-left: none;
  }
  #recruit_session .session_contents #session_information #session_reserve table td {
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 19px 22px 17px;
    line-height: 1.47;
  }
  #recruit_session .session_contents #session_information #session_reserve table td:nth-of-type(1) {
    border-left: none;
  }
  #recruit_session .session_contents #session_information #session_reserve .note {
    font-size: 0.93rem;
    text-align: right;
    margin-top: 19px;
  }
  #recruit_session .session_contents #session_information #session_reserve .btn a {
    margin: 27px auto 0;
    width: 280px;
    line-height: 1.2;
    padding: 22px 0 19px;
    border-radius: 45px;
  }
  #recruit_session .session_contents #session_information #session_reserve .btn a .en {
    letter-spacing: 0.1em;
    font-size: 1.13rem;
  }
  #recruit_session .session_contents #session_information #session_reserve .btn a .ja {
    font-size: 0.8rem;
  }
  #recruit_session .session_contents #session_information #session_detail {
    margin-top: 110px;
  }
  #recruit_session .session_contents #session_information #session_detail table {
    margin-top: 34px;
    width: 100%;
  }
  #recruit_session .session_contents #session_information #session_detail table th {
    width: 200px;
    padding: 29px 80px 27px 0;
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
    text-align: left;
  }
  #recruit_session .session_contents #session_information #session_detail table th::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #c0c0c0;
  }
  #recruit_session .session_contents #session_information #session_detail table td {
    width: 800px;
    padding: 29px 50px 27px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
    line-height: 1.47;
  }
  #recruit_session .session_contents #session_information #session_detail table td ul {
    margin-bottom: 21px;
  }
  #recruit_session .session_contents #session_information #session_detail table td ul li {
    margin-top: 8px;
  }
  #recruit_session .session_contents #session_information #session_detail table tr:nth-of-type(1) th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #c0c0c0;
  }
  #recruit_session .session_contents #session_information #session_detail table tr:nth-of-type(1) td {
    border-top: 1px solid #e7e7e7;
  }
  #recruit_session .session_contents #session_covid {
    margin: 100px 0;
    padding: 69px 0 100px;
  }
  #recruit_session .session_contents #session_covid .covid_contents {
    width: 1100px;
    margin: 0 auto;
  }
  #recruit_session .session_contents #session_covid .covid_contents h2 {
    font-size: 1.67rem;
  }
  #recruit_session .session_contents #session_covid .covid_contents .txt {
    margin-top: 67px;
    line-height: 1.47;
  }
  #recruit_session .session_contents #session_covid .covid_contents table {
    margin-top: 42px;
    width: 100%;
  }
  #recruit_session .session_contents #session_covid .covid_contents table th {
    width: 200px;
    padding: 28px 80px 14px 0;
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
    text-align: left;
  }
  #recruit_session .session_contents #session_covid .covid_contents table th::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #c0c0c0;
  }
  #recruit_session .session_contents #session_covid .covid_contents table td {
    width: 800px;
    padding: 29px 50px 14px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
    line-height: 1.47;
  }
  #recruit_session .session_contents #session_covid .covid_contents table td ul {
    margin-bottom: 12px;
  }
  #recruit_session .session_contents #session_covid .covid_contents table td ul li {
    margin-top: 1px;
  }
  #recruit_session .session_contents #session_covid .covid_contents table td ul li:nth-of-type(1) {
    margin-top: 0;
  }
  #recruit_session .session_contents #session_covid .covid_contents table tr:nth-of-type(1) th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #c0c0c0;
  }
  #recruit_session .session_contents #session_covid .covid_contents table tr:nth-of-type(1) td {
    border-top: 1px solid #e7e7e7;
  }
  #recruit_session .session_contents #session_covid .covid_contents table tr:nth-of-type(3) td {
    padding-bottom: 25px;
  }
  #recruit_schedule .schedule_contents {
    padding-top: 70px;
    margin: 0 auto;
    width: 1000px;
  }
  #recruit_schedule .schedule_contents #schedule_data h2 {
    font-size: 2.13rem;
  }
  #recruit_schedule .schedule_contents #schedule_data table {
    margin-top: 54px;
    width: 100%;
  }
  #recruit_schedule .schedule_contents #schedule_data table th {
    width: 200px;
    padding: 29px 80px 27px 0;
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
    text-align: left;
  }
  #recruit_schedule .schedule_contents #schedule_data table th::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #c0c0c0;
  }
  #recruit_schedule .schedule_contents #schedule_data table td {
    width: 800px;
    padding: 29px 50px 27px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
    line-height: 2;
  }
  #recruit_schedule .schedule_contents #schedule_data table td dl {
    margin-top: 11px;
  }
  #recruit_schedule .schedule_contents #schedule_data table td dl dd {
    line-height: 1.47;
  }
  #recruit_schedule .schedule_contents #schedule_data table td dl:nth-of-type(1) {
    margin-top: 0;
  }
  #recruit_schedule .schedule_contents #schedule_data table tr:nth-of-type(1) th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #c0c0c0;
  }
  #recruit_schedule .schedule_contents #schedule_data table tr:nth-of-type(1) td {
    border-top: 1px solid #e7e7e7;
  }
  #recruit_schedule .schedule_contents #schedule_flow {
    margin: 188px 0 100px;
  }
  #recruit_schedule .schedule_contents #schedule_flow h2 {
    font-size: 2.13rem;
  }
  #recruit_schedule .schedule_contents #schedule_flow .flow {
    margin-top: 58px;
  }
  #recruit_schedule .schedule_contents #schedule_flow table {
    margin-top: 80px;
    width: 100%;
  }
  #recruit_schedule .schedule_contents #schedule_flow table th {
    width: 200px;
    padding: 29px 80px 27px 0;
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
    text-align: left;
  }
  #recruit_schedule .schedule_contents #schedule_flow table th::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #c0c0c0;
  }
  #recruit_schedule .schedule_contents #schedule_flow table td {
    width: 800px;
    padding: 29px 50px 27px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
    line-height: 2;
  }
  #recruit_schedule .schedule_contents #schedule_flow table td p {
    margin-bottom: 3px;
  }
  #recruit_schedule .schedule_contents #schedule_flow table td ul li {
    line-height: 1.6;
  }
  #recruit_schedule .schedule_contents #schedule_flow table tr:nth-of-type(1) th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #c0c0c0;
  }
  #recruit_schedule .schedule_contents #schedule_flow table tr:nth-of-type(1) td {
    border-top: 1px solid #e7e7e7;
  }
  #recruit_personality .personality_contents {
    padding-top: 72px;
  }
  #recruit_personality .personality_contents h2.line {
    font-size: 2.13rem;
    padding-bottom: 22px;
  }
  #recruit_personality .personality_contents h2.line::before {
    left: 0;
    width: 120px;
  }
  #recruit_personality .personality_contents h2.line::after {
    left: 120px;
    width: 980px;
  }
  #recruit_personality #personality_person {
    width: 1100px;
    margin: 0 auto;
  }
  #recruit_personality #personality_person .description {
    margin-top: 23px;
    line-height: 1.6;
  }
  #recruit_personality #personality_person .marker {
    background: linear-gradient(to bottom, transparent 40%, #fffa65 40%);
  }
  #recruit_personality #personality_person .figure_image {
    margin-top: 55px;
  }
  #recruit_personality #personality_person .figure_list {
    margin-top: 29px;
    display: flex;
    justify-content: space-between;
  }
  #recruit_personality #personality_person .figure_list li {
    width: 315px;
  }
  #recruit_personality #personality_person .figure_list li p.image {
    width: 125px;
    margin: 0 auto;
  }
  #recruit_personality #personality_person .figure_list li h3 {
    margin-top: 28px;
    text-align: center;
    font-size: 1.33rem;
  }
  #recruit_personality #personality_person .figure_list li .txt {
    margin-top: 20px;
    line-height: 1.6;
  }
  #recruit_personality #personality_jobs {
    width: 1100px;
    margin: 144px auto 0;
  }
  #recruit_personality #personality_jobs h2 {
    color: #000;
    text-align: center;
    font-size: 2.13rem;
    font-weight: 500;
  }
  #recruit_personality #personality_jobs .jobs {
    margin-top: 55px;
  }
  #recruit_personality #personality_jobs .jobs dl {
    display: flex;
  }
  #recruit_personality #personality_jobs .jobs dl dt {
    width: 11em;
    margin-right: 70px;
    flex-shrink: 0;
    padding: 29px 0 27px;
    position: relative;
    text-align: left;
    vertical-align: top;
    font-weight: 700;
  }
  #recruit_personality #personality_jobs .jobs dl dt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #c0c0c0;
  }
  #recruit_personality #personality_jobs .jobs dl dd {
    flex-grow: 1;
    padding: 29px 50px 27px 0;
    box-sizing: border-box;
    border-top: 1px solid #e7e7e7;
    text-align: left;
  }
  #recruit_personality #personality_jobs .jobs dl:last-of-type dt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #c0c0c0;
  }
  #recruit_personality #personality_jobs .jobs dl:last-of-type dd {
    border-bottom: 1px solid #e7e7e7;
  }
  #recruit_personality #personality_message {
    width: 1100px;
    margin: 144px auto 128px;
  }
  #recruit_personality #personality_message .tantou {
    margin-top: 40px;
    text-align: center;
  }
  #recruit_personality #personality_message .tantou img {
    width: 830px;
    height: auto;
  }
  #recruit_personality #personality_message .messagearea {
    width: 830px;
    margin: 80px auto 0;
  }
  #recruit_personality #personality_message h3 {
    margin-top: 52px;
    font-size: 1.67rem;
  }
  #recruit_personality #personality_message .txt {
    margin-top: 38px;
    line-height: 1.6;
  }
  .recruit_talk_page #talk_main_image_area {
    height: 900px;
    background: url(../img/recruit/talk01/zadankai01_mainimg_big.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .recruit_talk_page #talk_main_image_area .pan_list {
    padding-top: 180px;
    position: relative;
    transform: none;
    right: 65px;
  }
  .recruit_talk_page #talk_main_image_area .pan_list ul {
    padding: 0;
    background: none;
    font-size: 12px;
  }
  .recruit_talk_page #talk_main_image_area .pan_list ul li {
    color: #000000;
  }
  .recruit_talk_page #talk_main_image_area .pan_list ul li::before {
    background: #999999;
  }
  .recruit_talk_page #talk_main_image_area .pan_list ul li a {
    color: #999999;
    text-decoration: underline;
  }
  .recruit_talk_page #talk_main_image_area h1 {
    padding-top: 60px;
    text-align: center;
  }
  .recruit_talk_page .description {
    text-align: center;
    margin-top: 68px;
    font-size: 16px;
    line-height: 2.25;
  }
  #talk_member {
    margin-top: 65px;
    padding-bottom: 100px;
  }
  #talk_member > h2 {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  #talk_member .member_list {
    margin: 27px auto 0;
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
  }
  #talk_member .member_list > li {
    width: 480px;
    box-sizing: border-box;
    padding: 22px 30px 25px;
    border-radius: 24px;
  }
  #talk_member .member_list > li .belong {
    display: flex;
    align-items: center;
  }
  #talk_member .member_list > li .belong .icon {
    font-size: 12px;
    padding: 7px 14px;
    border-radius: 30px;
  }
  #talk_member .member_list > li .belong .txt {
    font-size: 14px;
    padding-left: 13px;
  }
  #talk_member .member_list > li .data_area {
    display: flex;
    margin-top: 15px;
  }
  #talk_member .member_list > li .data_area .image {
    width: 140px;
    flex-shrink: 0;
  }
  #talk_member .member_list > li .data_area .data {
    padding: 8px 0 0 27px;
  }
  #talk_member .member_list > li .data_area .data .name {
    font-size: 20px;
    font-weight: 500;
  }
  #talk_member .member_list > li .data_area .data .school {
    margin-top: 2px;
    font-size: 12px;
  }
  #talk_member .member_list > li .data_area .data .message {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.57;
    text-align: justify;
  }
  .talk_group {
    padding-top: 152px;
  }
  .talk_group:nth-of-type(1) {
    padding-top: 122px;
  }
  .talk_group > h2 {
    text-align: center;
  }
  .talk_group > h2 .en {
    display: block;
    font-size: 15px;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
  .talk_group > h2 .txt {
    display: block;
    margin-top: 15px;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .talk_group .main_image {
    text-align: center;
    margin-top: 90px;
  }
  .talk_group .talk_contents {
    margin: 80px auto 0;
    width: 1000px;
  }
  .talk_group .talk_contents dl.answer {
    margin-top: 35px;
    display: flex;
  }
  .talk_group .talk_contents dl.answer dt {
    flex-shrink: 0;
    width: 80px;
  }
  .talk_group .talk_contents dl.answer dt .name {
    font-size: 12px;
    margin-top: 3px;
    text-align: center;
    font-weight: 600;
  }
  .talk_group .talk_contents dl.answer.many dt {
    width: 260px;
  }
  .talk_group .talk_contents dl.answer.many dt > ul {
    display: flex;
    gap: 0 8px;
  }
  .talk_group .talk_contents dl.answer dd {
    padding: 20px 0 0 35px;
    font-size: 15px;
    line-height: 1.86;
    letter-spacing: 0.03em;
    text-align: justify;
  }
  .talk_group .recruit_staff {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.78;
    padding: 0 0 10px 40px;
    margin: 70px 0 0 120px;
    position: relative;
    letter-spacing: 0.05em;
    text-align: justify;
  }
  .talk_group .recruit_staff + dl.answer {
    margin-top: 32px;
  }
  .talk_group .recruit_staff::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 34px;
    height: 1px;
    background: #917d00;
  }
  .talk_group .recruit_staff:nth-of-type(1) {
    margin-top: 0;
  }
  #shooting_scenery {
    margin-top: 150px;
  }
  #shooting_scenery figure {
    margin: 0;
    padding: 0;
  }
  #shooting_scenery figcaption {
    width: 1000px;
    margin: 10px auto 0;
    text-align: right;
    font-size: 13px;
  }
  #talk_entry {
    margin: 115px auto 0;
    padding: 36px 45px 27px 80px;
    width: 800px;
    box-sizing: border-box;
  }
  #talk_entry > h2 {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
  #talk_entry .data_area_wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
  }
  #talk_entry .data_area {
    width: 296px;
    padding-top: 9px;
  }
  #talk_entry .data_area .entry_txt {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.5;
  }
  #talk_entry .data_area .qr {
    text-align: center;
    font-size: 16px;
    padding: 0 0 3px 0;
    margin-top: 12px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  #talk_entry .data_area .qr img {
    width: 150px;
    height: auto;
  }
  #talk_entry .data_area .explain {
    margin-top: 12px;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.03em;
  }
  #talk_entry .data_area .explain::after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    width: 17px;
    height: 14px;
    background: url(../img/recruit/talk01/arrow.png) no-repeat;
  }
  #talk_entry #talk_entry_slide_area {
    width: 300px;
    background: #f5f4ec;
    border-radius: 24px;
    padding: 10px 0 16px;
  }
  #talk_entry #talk_entry_slide_area .txt {
    margin-top: 15px;
    color: #585858;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
  }
  #talk_entry #talk_entry_slide_area .bx-wrapper {
    margin: 0;
  }
  #talk_entry #talk_entry_slide_area .bx-wrapper img {
    margin: 0 auto;
  }
  #talk_entry #talk_entry_slide_area .bx-wrapper .bx-controls-direction a {
    margin-top: -60px;
    outline: 0;
    width: 80px;
    height: 80px;
    text-indent: -9999px;
    z-index: 100;
  }
  #talk_entry #talk_entry_slide_area .bx-wrapper .bx-prev {
    left: -28px;
    background: url(../img/recruit/talk01/line_step_prev.png) no-repeat;
    background-position: center;
    background-size: 100%;
  }
  #talk_entry #talk_entry_slide_area .bx-wrapper .bx-next {
    right: -28px;
    background: url(../img/recruit/talk01/line_step_next.png) no-repeat;
    background-position: center;
    background-size: 100%;
  }
  #recruit_line_entry .line_entry_contents {
    padding: 110px 0 0;
    width: 1000px;
    margin: 0 auto;
  }
  #recruit_line_entry .line_entry_contents .description {
    text-align: center;
    margin-top: 48px;
    font-size: 16px;
    line-height: 2.25;
  }
  #recruit_line_entry .line_entry_contents .qr {
    margin-top: 32px;
    margin-bottom: 120px;
    text-align: center;
  }
  #recruit_line_entry .line_entry_contents .qr img {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 12px;
  }
  #recruit_line_entry .line_entry_contents h2.obi {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    background: #00b900;
    color: #fff;
    padding: 14px 20px 16px;
    text-align: center;
  }
  #recruit_line_entry .line_entry_contents #news_enrty_step > li {
    margin-top: 48px;
    padding: 24px 380px 32px 64px;
    background: #f7f7f7;
    border-radius: 12px;
    position: relative;
    text-align: left;
    min-height: 386px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #recruit_line_entry .line_entry_contents #news_enrty_step > li.noimage {
    min-height: initial;
    padding-top: 48px;
    padding-bottom: 64px;
  }
  #recruit_line_entry .line_entry_contents #news_enrty_step > li:nth-last-of-type(n+2)::before {
    content: "";
    position: absolute;
    bottom: -44px;
    left: calc(50% - 2px);
    height: 38px;
    border-left: 5px dotted #00b900;
    opacity: 0.25;
  }
  #recruit_line_entry .line_entry_contents #news_enrty_step > li h3 {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.32;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
  #recruit_line_entry .line_entry_contents #news_enrty_step > li h3 .num {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
    margin-right: 24px;
    margin-top: -2px;
    color: #00b900;
  }
  #recruit_line_entry .line_entry_contents #news_enrty_step > li p.image {
    position: absolute;
    top: -24px;
    right: 64px;
  }
  #recruit_line_entry .line_entry_contents #news_enrty_step > li ul li {
    margin-top: 0.875em;
    line-height: 1.62;
    color: #282828;
    padding-left: 30px;
    position: relative;
  }
  #recruit_line_entry .line_entry_contents #news_enrty_step > li ul li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-top: 2px solid #00b900;
    border-right: 2px solid #00b900;
    position: absolute;
    top: 0.775em;
    left: 10px;
    transform: rotate(45deg) translateY(-50%);
  }
  #recruit_line_entry .line_entry_contents .line_note {
    margin-top: 30px;
    padding: 0 20px;
  }
  #recruit_line_entry .line_entry_contents .line_note li {
    color: #404040;
    margin-top: 0.375em;
    font-size: 14px;
    line-height: 1.62;
    text-indent: -1.2em;
    padding-left: 1.2em;
  }
  #recruit_line_entry .line_entry_contents .line_note li::before {
    content: "●";
    color: #00b900;
    margin-right: 0.2em;
  }
}
