@charset "UTF-8";

/* CSS Document */

/*--------------------
01.top
02.about
03.individuals_service
04.corporation_service
05.consultant
06.consultant_detail
07.tensyoku
08.tensyoku_more
09.interview
10.Interview_detail
11.job
12.job_information
13.entry
14.verification
15.complete
16.corporation_service
17.news
18.news_more
19.faq
20.company
--------------------*/

/*----------
01.top
----------*/

#mv {
  position: relative;
  width: 100%;
  margin-top: 108px;
}

#mv .top_image {
  width: 100%;
  height: 720px;
  display: block;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

#mv.cnt_in_middle .top_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-position: 0 24%; */
}

#mv .cnt_box {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

#mv .catch {
  margin: 0;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 68px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  text-align: center;
}

#mv .catch span {
  font-size: 68px;
}

#mv .text {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #454545;
  text-shadow: 0.06em 0.06em 0.06em #fff, -0.06em -0.06em 0.06em #fff,
    -0.06em 0.06em 0.06em #fff, 0.06em -0.06em 0.06em #fff;
}

#top #mv .form_wrap {
  justify-content: center;
}

.catch span {
  display: block;
  width: 542px;
  height: 92px;
  margin: 0 auto;
}

#mv .top_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3)
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3)
  );
}

#mv.cnt_in_middle .catch span img {
  width: 100%;
  height: 92px;
  object-fit: contain;
}

#top #mv .logo.sp {
  display: none;
}

#top #mv .logo.pc {
  display: block;
}

#top .area01 {
  margin-top: 137px;
  margin-bottom: 80px;
}

#top .area01 .box_wrap {
  max-width: 1080px;
  margin: 0 auto 16px;
  justify-content: center;
}

#top .area01 .box_wrap .image_wrap {
  width: 42%;
  margin: 0 16px 0 8px;
}

#top .area01 .box_wrap .title_wrap {
  width: 56%;
}

#top .area01 .box_wrap .image_wrap picture {
  width: 100%;
  height: 240px;
  margin: 0 auto;
}

#top .area01 .box_wrap .image_wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

#top .area01 .text_area {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 8px;
}

#top .main_ptn h2 {
  margin: 16px 0px 23.5px;
}

#top .main_ptn h3 {
  font-size: 22px;
}

#top .box02 {
  margin: 80px auto 0;
}

#top .area02 {
  padding: 40px 0 91.4px;
  /* background-image: url("../img/top/bg02.jpg");
  background-repeat: no-repeat;
  background-size: cover; */
}

#top .area02 .title_wrap {
  font-size: 16px;
  line-height: 41px;
}

#top .area02 .heebo {
  font-size: 32px;
  font-weight: 900;
}

#top .area02 .cnt_in {
  background-color: #fff;
  padding-bottom: 96.6px;
}

#top .area02 h2 {
  text-align: center;
  padding: 40px 0 38.8px;
  margin-bottom: 0;
}

#top .area02 .cnt_in > .flex_box {
  justify-content: center;
}

#top .area02 .consultant_box {
  width: 100%;
  margin: 16px;
}

#top .area02 .image_wrap {
  width: 200px;
  margin: 24px 32px 16px;
  text-align: center;
}

#top .area02 .image_wrap .consultant {
  width: 150px;
  height: 150px;
  text-align: center;
}

#top .area02 .consultant_box .flex_box {
  align-items: center;
}

#top .area02 .consultant_box img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  margin: 0 auto;
  object-fit: cover;
}

#top .area02 .consultant_box .txt h3 {
  font-size: 24px;
  margin-bottom: 8.9px;
  font-weight: 400;
}

#top .area02 .consultant_box .txt h3 span {
  font-weight: 500;
}

#top .area02 .consultant_box .txt p.name {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 400;
}

#top .area02 .sb_box {
  margin-top: 40px;
  background: #f7f7f7;
  padding: 20px 24px;
  position: relative;
}

#top .area02 .sb_box .mask,
#top .area03 .cnt_text .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 140px;
  display: block;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.6),
    rgba(247, 247, 247, 1)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0),
    rgba(247, 247, 247, 1)
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(247, 247, 247, 1)
  );
  /* background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 80%); */
  color: #454545;
  text-align: center;
  cursor: pointer;
}

#top .area02 .sb_box::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 12.2px solid transparent;
  border-top: 12px solid transparent;
  border-right: 20px solid #f7f7f7;
  position: absolute;
  top: 92px;
  left: -18px;
}

#top .area02 .sb_box .green_ttl {
  color: var(--main-color);
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 8.2px;
  font-weight: 700;
}

#top .area02 .sb_box p {
  line-height: 1.8;
  font-weight: 400;
}

#top .area02 .cnt_btn {
  margin-top: 14px;
}

#top .area03 {
  background-color: #f2f7f6;
  padding: 40px 0 48px;
}

#top .area03 .cnt_in {
  display: flex;
  flex-wrap: wrap;
}

#top .area03 h2 {
  text-align: center;
  padding: 47.7px 0 38.8px;
  margin-bottom: 0;
}

#top .area03 .cnt_image {
  /* float: right; */
  width: 26%;
  max-width: 320px;
  margin: 0 0 1.4em 2em;
}

#top .area03 .image_wrap {
  width: 100%;
  height: 280px;
  margin-bottom: 16px;
}

#top .area03 .image_wrap img {
  width: 98%;
  height: 280px;
  object-fit: cover;
}

#top .area03 .cnt_image .txt {
  width: 98%;
}

#top .area03 .flex_box {
  align-items: center;
}

#top .area03 .txt h3 {
  font-size: 22px;
  margin: 8px 0;
}

#top .area03 .txt p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

#top .area03 .flex_box .text_wrap {
  width: 56%;
  margin-left: 16px;
}

#top .area03 .cnt_text {
  width: 70%;
  line-height: 1.6;
  font-weight: 400;
  position: relative;
}

#add-text {
  display: none;
  transition: 0.3s ease-in-out;
}

#add-text.open {
  display: block;
  transition: 0.3s ease-in-out;
}

#top .area03 .cnt_text p {
  /* color: #2344ff; */
  position: relative;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  z-index: 1;
}

#top .area03 .cnt_text .more {
  display: flex;
  justify-content: end;
  position: absolute;
  margin-right: 24px;
  bottom: 16px;
  width: 100%;
  height: 188px;
  background: #f2f7f6;
}

#top .area03 .cnt_text .more p::before {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 26px;
  right: 2px;
}

#top .area03 .cnt_text .more p:hover {
  color: var(--main-color);
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}

#top .area03 .cnt_text .more p:hover #top .area03 .cnt_text .more p::after {
  border-bottom: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}

#top .area03 .cnt_text .more p::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #2e2e2e;
  border-right: 2px solid #2e2e2e;
  margin: 0 8px 4px;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}

#top .area04 {
  padding-bottom: 100px;
  padding-top: 91px;
}

#top .area04 h2 {
  margin-bottom: 0;
}

#top .area04 .flex_box {
  align-items: center;
  margin-bottom: 79.5px;
}

#top .area03 .flex_box .cnt_text {
  font-size: 14px;
}

#top .area04 .flex .box {
  max-width: 250px;
  width: 23.14%;
}

#top .area04 .flex .box .cnt_img {
  max-width: 250px;
}

#top .area04 .flex {
  display: flex;
  margin: 0 0 0 -25.3px;
}

#top .area04 .box {
  margin-left: 25.3px;
}

#top .area04 .box a {
  display: block;
  width: 100%;
  height: 100%;
}

#top .area04 .box .cnt_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 8px;
  margin-bottom: 7px;
}

#top .area04 .box .cnt_text {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 8px;
}

#top .area04 .box .cnt_categories {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 20px;
}

#top .area04 .box .flex:before {
  content: "";
  display: block;
  max-width: 250px;
  width: 23.14%;
  height: 0;
  order: 1;
}

#top .area04 .box .cnt_categories .prefectures {
  background-color: #fdee55;
  border-radius: 2px;
  color: #272727;
}

#top .area04 .box .cnt_categories div {
  margin-right: 6px;
  padding: 0.5px 4px;
  margin-bottom: 5px;
}

#top .area04 .box .cnt_categories div:last-child {
  margin-right: 0;
}

#top .area04 .box .cnt_categories .station {
  background-color: #000000;
  border-radius: 2px;
  color: #fff;
}

#top .area04 .box .cnt_categories .occupation {
  background-color: #4eaf9e;
  border-radius: 2px;
  color: #fff;
}

#top .area04 .cnt_btn {
  margin-top: 47px;
}

/*----------
02.about
----------*/

/*----------
03.individuals_service
----------*/

/*----------
04.corporation_service
----------*/

/*----------
05.consultant
----------*/

#consultant .title_bottom_block {
  width: 77%;
}

#consultant .title_ptn01 {
  background: url(../img/consultant/bg.jpg);
  background-size: cover;
}

#corporation_service .title_bottom_container .text01::before {
  width: 645px;
}

#corporation_service .area01 {
  margin-top: 128px;
}

#tensyoku .title_bottom_container .text01::before {
  width: 836px;
}

#tensyoku .main_wrap {
  /*margin-top: 128px;*/
  margin-top: 0;
  padding-top: 0;
}

#tensyoku .title_ptn01.title_section {
  margin-bottom: 150.5px;
}

#interview .title_bottom_container .text01::before {
  width: 712px;
}

#interview .main_wrap {
  margin-top: 0;
  padding-top: 0;
}

#job .title_bottom_container .text01::before {
  width: 556px;
}

#job .main_wrap {
  margin-top: 0;
  padding-top: 0;
}

#job .title_ptn01.title_section {
  margin-bottom: 150.5px;
}

#job .title_bottom_block {
  width: 75%;
}

#consultant .title_bottom_container .text01::before {
  /*width: 582px;*/
  content: none;
}

#consultant .area01 {
  /*margin-top: 89px;*/
  margin-top: 0;
}

#consultant .area01 {
  /*padding: 59px 0 133px;*/
  padding: 0 0 133px;
}

#consultant .area01 .consultant_box {
  margin-bottom: 61px;
  position: relative;
}

#consultant .area01 .consultant_box figure {
  width: 50.7%;
  height: 240px;
  margin-right: 40px;
}

#consultant .area01 .consultant_box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#consultant .area01 .consultant_box .cnt_txt {
  flex: 1;
}

#consultant .area01 .consultant_box h2.sp {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 13px;
  letter-spacing: 0.08em;
}

#consultant .area01 .consultant_box .cnt_txt h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}

#consultant .area01 .consultant_box .info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#consultant .area01 .consultant_box .info .area {
  font-size: 18px;
  font-weight: 400;
  margin-right: 19px;
}

#consultant .area01 .consultant_box .info .area span {
  font-weight: 500;
}

#consultant .area01 .consultant_box .info .name {
  font-size: 12px;
  font-weight: 400;
}

#consultant .area01 .consultant_box p.cnt {
  font-size: 15px;
  line-height: 2.13;
  font-weight: 400;
  letter-spacing: 0.08em;
}

#consultant .area01 .consultant_box .cnt_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
}

#tensyoku .main_wrap aside .entry_btn,
#interview .main_wrap aside .entry_btn {
  display: none;
}

/*----------
06.consultant_detail
----------*/

#consultant_detail .area01 {
  padding: 32px 0 54px;
}

#consultant_detail .area01 picture {
  width: 49.62%;
  min-height: 580px;
  margin-right: 34px;
  margin-left: -100px;
}

#consultant_detail .area01 picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#consultant_detail .area01 .cnt_txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#consultant_detail .area01 .cnt_txt .consultant_info {
  position: relative;
  padding-top: 34px;
}

#consultant_detail .area01 .cnt_txt .consultant_info::before {
  content: "";
  width: 955px;
  height: calc(100% + 54px);
  background: #f2f7f6;
  position: absolute;
  top: 0;
  right: -100px;
  z-index: -1;
}

#consultant_detail .area01 .cnt_txt h1 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.61;
  margin-bottom: 23px;
  margin-top: 21px;
}

#consultant_detail .area01 dl {
  display: flex;
}

#consultant_detail .area01 dl + dl {
  margin-top: 10px;
}

#consultant_detail .area01 dt {
  background-color: #e8e8e8;
  width: 18.51%;
  padding: 24px 0;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.05em;
}

#consultant_detail .area01 dd {
  width: 81.49%;
  padding: 13px 20px 16px 32px;
  background: #fff;
  letter-spacing: 0.08em;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.66;
}

#consultant_detail .area02 {
  padding: 123px 0 160px;
}

#consultant_detail .area02 p {
  font-size: 15px;
  line-height: 2.66;
  letter-spacing: 0.08em;
}

#consultant_detail .area02 figure {
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 800px;
}

#consultant_detail .area02 hr {
  border: none;
  border-top: 1px solid #dedede;
  margin: 60px 0;
}

#consultant_detail .area02 .cnt_btn {
  margin-left: 0;
  margin-top: 128px;
  max-width: 220px;
}

#consultant_detail .area02 .cnt_btn::after {
  width: 220px;
}

/*----------
07.tensyoku
----------*/

#tensyoku .title_bottom_block {
  width: 82%;
}

#tensyoku .cat_btn {
  margin-bottom: 25px;
}

#tensyoku .title_bottom_container .text01 {
  font-size: 15px;
}

#tensyoku .cat_btn .flex_box {
  justify-content: space-between;
}

#tensyoku .cat_btn li {
  width: calc((100% - 50px) / 6);
}

#tensyoku .cat_btn a {
  height: 40px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tensyoku .cat_btn li.active a {
  background: #000;
  color: #fff;
}

#tensyoku .cnt_list {
  display: none;
  flex-wrap: wrap;
}

#tensyoku .cnt_list.active {
  display: flex;
}

#tensyoku .cnt_list .article_each {
  width: calc((100% - 40px) / 3);
  margin-bottom: 51px;
}

#tensyoku .cnt_list .article_each:not(:nth-of-type(3n)) {
  margin-right: 20px;
}

#tensyoku .cnt_list .article_each figure {
  height: 180px;
  margin-bottom: 10px;
}

#tensyoku .cnt_list .article_each figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#tensyoku .cnt_list .article_each h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.66;
  margin-bottom: 15px;
}

#tensyoku .cnt_list .article_each p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.13;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

#tensyoku .cnt_list .article_each .cnt_btn {
  width: 90px;
}

#tensyoku .cnt_list .article_each .cnt_btn::after {
  width: 90px;
}

#tensyoku footer .top li.bg_black {
  display: none;
  background-color: transparent;
}

#tensyoku footer .top::after {
  background-color: transparent;
}

/*----------
08.tensyoku_more
----------*/

#tensyoku_more {
  overflow-x: hidden;
}

#tensyoku_more .main-wrap {
  padding: 49px 0 116.8px;
}

#tensyoku_more .cat_btn {
  margin-bottom: 45px;
}

#tensyoku_more .cat_btn .flex_box {
  justify-content: space-between;
}

#tensyoku_more .cat_btn li {
  width: calc((100% - 50px) / 6);
}

#tensyoku_more .cat_btn a {
  height: 40px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tensyoku_more .cat_btn li.active a {
  background: #000;
  color: #fff;
}

#tensyoku_more .cnt_header {
  margin-bottom: 53px;
}

#tensyoku_more .cnt h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.71;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}

#tensyoku_more .cnt .eyecatch {
  margin-bottom: 126px;
}

#tensyoku_more .cnt h3.detail_h3 {
  margin-top: 40px;
}

#tensyoku_more .cnt p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.66;
  letter-spacing: 0.08em;
  margin-bottom: 41px;
}

#tensyoku_more .cnt hr {
  border: none;
  border-top: 1px solid #dedede;
  margin: 40px auto;
}

#tensyoku_more .cnt_bottom {
  margin-top: 111px;
}

#tensyoku_more .cnt_bottom .flex_box {
  justify-content: space-between;
  margin-bottom: 35.6px;
}

#tensyoku_more .cnt_bottom .flex_box img {
  width: calc((100% - 24px) / 3);
}

#tensyoku_more .cnt_bottom hr {
  border: none;
  border-top: 1px solid #707070;
}

#tensyoku_more .cnt_bottom .prof_box {
  padding: 39.5px 0 0;
  align-items: center;
}

#tensyoku_more .cnt_bottom .prof_box .prof_img {
  width: 178px;
  height: 178px;
  border-radius: 89px;
  object-fit: cover;
  margin-right: 75px;
}

#tensyoku_more .cnt_bottom .prof_box dl {
  display: flex;
}

#tensyoku_more .cnt_bottom .prof_box dt {
  width: 20%;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

#tensyoku_more .cnt_bottom .prof_box dd {
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.86;
}

#tensyoku_more .cnt_bottom .flex_box.sns_link {
  justify-content: center;
  margin: 45.5px auto 0;
}

#tensyoku_more .cnt_bottom .flex_box.sns_link li:hover {
  opacity: 0.7;
}

#tensyoku_more .cnt_bottom .flex_box.sns_link img {
  width: 40px;
}

#tensyoku_more .cnt_bottom .prof_box dl + dl {
  margin-top: 12px;
}

#tensyoku_more .cnt_bottom .flex_box.sns_link li + li {
  margin-left: 19px;
}

#tensyoku_more .cnt_bottom .cnt_btn {
  margin-left: 0;
  margin-top: 128px;
  max-width: 220px;
}

#tensyoku_more .cnt_bottom .cnt_btn::after {
  width: 220px;
}

/*----------
09.interview
----------*/

#interview .title_ptn01 {
  background: url(../img/interview/bg.jpg);
  background-size: cover;
}

#interview .cat_btn {
  margin-bottom: 25px;
}

#interview .cat_btn .flex_box {
  justify-content: space-between;
}

#interview .cat_btn li {
  width: calc((100% - 50px) / 6);
}

#interview .cat_btn a {
  height: 40px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

#interview .cat_btn li.active a {
  background: #000;
  color: #fff;
}

#interview .cnt_list {
  display: none;
  flex-wrap: wrap;
}

#interview .cnt_list.active {
  display: flex;
}

#interview .cnt_list .article_each {
  width: calc((100% - 40px) / 3);
  margin-bottom: 51px;
}

#interview .cnt_list .article_each:not(:nth-of-type(3n)) {
  margin-right: 20px;
}

#interview .cnt_list .article_each figure {
  height: 180px;
  margin-bottom: 10px;
}

#interview .cnt_list .article_each figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#interview .cnt_list .article_each .info {
  font-size: 14px;
  margin-bottom: 10px;
}

#interview .cnt_list .article_each .info span.yellow_tag {
  margin-left: 8px;
  margin-right: 0;
}

#interview .cnt_list .article_each h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.66;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#interview .cnt_list .article_each p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

#interview .cnt_list .article_each .cnt_btn {
  width: 90px;
}

#interview .cnt_list .article_each .cnt_btn::after {
  width: 90px;
}

#interview .title_bottom_block {
  width: 81%;
}

/*----------
10.Interview_detail
----------*/

#interview_detail {
  overflow-x: hidden;
}

#interview_detail .main-wrap {
  padding: 49px 0 116.8px;
}

#interview_detail .cat_btn {
  margin-bottom: 45px;
}

#interview_detail .cat_btn .flex_box {
  justify-content: space-between;
}

#interview_detail .cat_btn li {
  width: calc((100% - 50px) / 6);
}

#interview_detail .cat_btn a {
  height: 40px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

#interview_detail .cat_btn li.active a {
  background: #000;
  color: #fff;
}

#interview_detail .cnt_header {
  margin-bottom: 53px;
}

#interview_detail .cnt h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.71;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}

#interview_detail .cnt .eyecatch {
  margin-bottom: 126px;
}

#interview_detail .cnt h3.detail_h3 {
  margin-top: 40px;
}

#interview_detail .cnt p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.66;
  letter-spacing: 0.08em;
  margin-bottom: 41px;
}

#interview_detail .cnt hr {
  border: none;
  border-top: 1px solid #dedede;
  margin: 40px auto;
}

#interview_detail .cnt_bottom {
  margin-top: 111px;
}

#interview_detail .cnt_bottom .flex_box {
  justify-content: space-between;
  margin-bottom: 35.6px;
}

#interview_detail .cnt_bottom .flex_box img {
  width: calc((100% - 24px) / 3);
}

#interview_detail .cnt_bottom hr {
  border: none;
  border-top: 1px solid #707070;
}

#interview_detail .cnt_bottom .prof_box {
  padding: 39.5px 0 0;
  align-items: center;
}

#interview_detail .cnt_bottom .prof_box .prof_img {
  width: 178px;
  height: 178px;
  border-radius: 89px;
  object-fit: cover;
  margin-right: 75px;
}

#interview_detail .cnt_bottom .prof_box dl {
  display: flex;
}

#interview_detail .cnt_bottom .prof_box dt {
  width: 20%;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

#interview_detail .cnt_bottom .prof_box dd {
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.86;
}

#interview_detail .cnt_bottom .flex_box.sns_link {
  justify-content: center;
  margin: 45.5px auto 0;
}

#interview_detail .cnt_bottom .flex_box.sns_link li:hover {
  opacity: 0.7;
}

#interview_detail .cnt_bottom .flex_box.sns_link img {
  width: 40px;
}

#interview_detail .cnt_bottom .prof_box dl + dl {
  margin-top: 12px;
}

#interview_detail .cnt_bottom .flex_box.sns_link li + li {
  margin-left: 19px;
}

#interview_detail .cnt_bottom .cnt_btn {
  margin-left: 0;
  margin-top: 128px;
  max-width: 220px;
}

#interview_detail .cnt_bottom .cnt_btn::after {
  width: 220px;
}

#interview_detail .cnt_bottom .prof_box .cnt_txt {
  width: calc(100% - 253px);
  flex: 0 0 calc(100% - 253px);
}

#tensyoku_more .cnt_bottom .prof_box .cnt_txt {
  width: calc(100% - 253px);
  flex: 0 0 calc(100% - 253px);
}

#tensyoku_more .cnt_bottom .prof_box dt {
  width: 28%;
}

#individuals_service .title_bottom_container .text01::before {
  width: 564px;
}

#individuals_service .title_ptn01.title_section {
  position: relative;
  /*margin-bottom: 286px;*/
  margin-bottom: 209px;
  background-position: 0px -120px;
}

.check_area li::before {
  width: 16px;
  height: 16px;
  bottom: -3px;
}

.check_area li {
  padding-left: 32px;
  line-height: 1.6;
  display: block;
}

.check_area li span {
  background: linear-gradient(transparent 68%, #fdee55 0%);
  display: inline;
}

#consultant .title_ptn01.title_section {
  position: relative;
  /*margin-bottom: 172px;*/
  margin-bottom: 174px;
}

#job .title_ptn01.title_section,
#tensyoku .title_ptn01.title_section,
#interview .title_ptn01.title_section {
  margin-bottom: 184px;
}

#interview .title_ptn01.title_section {
  margin-bottom: 150.5px;
}

/*----------
12.job_information
----------*/

/*----------
13.entry
----------*/

/*----------
14.verification
----------*/

/*----------
15.complete
----------*/

/*----------
16.corporation_service
----------*/

/*----------
17.news
----------*/

/*----------
18.news_more
----------*/

/*----------
19.faq
----------*/

/*----------
20.company
----------*/

#about .area01 .main_ptn h2 {
  margin-top: 0 !important;
}

#about .area03 #map {
  width: 100%;
  max-height: 515px;
}
.area03 .num_area_h2 span {
  color: var(--main-color);
}

@media (min-width: 1520px) {
  #mv .top_image {
    height: 44vw;
  }
  #mv.cnt_in_middle .top_image img {
    height: 44vw;
    object-position: 0 24%;
  }
  /* #mv .cnt_box {
    top: 50%;
    transform: translateY(-50%);
  } */
  #mv .catch {
    font-size: 3.2vw;
    line-height: 68px;
  }
}

@media (min-width: 1024px) {
  #about .area01 .main_ptn picture img {
    height: 344.3px;
    object-fit: cover;
  }
  #about .area01 .main_ptn picture:nth-child(2) img {
    height: 440.3px;
  }
}

@media screen and (max-width: 1024px) {
  #mv .top_image {
    width: 100%;
    /* height: 560px; */
    height: 62vw;
  }
  #mv.cnt_in_middle .top_image img {
    width: 100%;
    height: 62vw;
    /* height: 560px; */
    object-position: 0 24%;
  }
  #mv .cnt_box {
    top: 8%;
    transform: translateY(24%);
  }
  #mv .catch {
    font-size: 4.4vw;
  }
  .catch span {
    width: 58%;
    height: 9vw;
  }
  #mv.cnt_in_middle .catch span img {
    width: 100%;
    height: 9vw;
  }
  #mv .text {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 820px) {
  #mv .catch {
    line-height: 48px;
  }
  #mv .cnt_box {
    transform: translateY(32%);
  }
  #top .area01 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  #top .main_ptn h3 {
    font-size: 20px;
  }
  #top .area02 h2 {
    padding: 40px 0 0px;
  }
  #top .area03 .cnt_text {
    width: 92%;
    margin: 0 auto;
  }
  #top .area03 .cnt_text .more {
    bottom: 0;
    top: 96%;
    height: 40px;
  }
  #top .area03 .cnt_image {
    width: 80%;
    max-width: 360px;
    display: flex;
  }
  #top .area03 .cnt_image .txt {
    width: 100%;
    margin: 16px 0 0 16px;
    line-height: 1.4;
  }
  #individuals_service .title_ptn01.title_section {
    margin-bottom: 209px;
    background-position: 0px -88px;
  }
}
#mv .top_image.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
  #mv .top_image.sp {
    display: block;
  }
  #mv .top_image.pc {
    display: none;
  }
  #mv .top_image {
    height: 400px;
  }
  #mv .top_mask {
    height: 55%;
    background: -moz-linear-gradient(
      top,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.6) 37%,
      rgba(247, 247, 247, 1)
    );
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.6) 37%,
      rgba(247, 247, 247, 1)
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 37%,
      rgba(247, 247, 247, 1) 100%
    );
  }
  #mv.cnt_in_middle .top_image img {
    height: 400px;
    object-position: initial;
  }
  #mv.cnt_in_middle img {
    height: 400px;
  }
  #mv .cnt_box {
    top: 16%;
  }
  #mv .catch {
    font-size: 20px;
    line-height: 1.6;
  }
  .catch span {
    width: 60%;
    height: 10vw;
  }
  #mv.cnt_in_middle .catch span img {
    height: 10vw;
  }
  #mv .text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-shadow: 0.04em 0.04em 0.04em #fff, -0.04em -0.04em 0.04em #fff,
      -0.04em 0.04em 0.04em #fff, 0.04em -0.04em 0.04em #fff;
  }
  #top .area01 .cnt_in_middle {
    padding: 0 16px;
  }
  #top .area01 .box_wrap {
    flex-wrap: wrap-reverse;
  }
  #top .area01 .box02 .box_wrap {
    flex-wrap: wrap;
  }
  #top .area01 .box_wrap .title_wrap {
    width: 100%;
    /* margin-bottom: 16px; */
  }
  #top .area01 .box_wrap .image_wrap {
    width: 100%;
    height: 180px;
    margin: 0;
  }
  #top .area01 .box_wrap .image_wrap picture,
  #top .area01 .box_wrap .image_wrap img {
    width: 100%;
    height: 180px;
  }
  .main_ptn h2 {
    margin: 0 0 8px;
  }
  #top .main_ptn h3 {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 28px;
  }
  .main_ptn p {
    margin: 12px 0 32px;
    line-height: 24px;
  }
  #top .area01 .text_area {
    font-size: 14px;
    padding: 0;
  }
  #top .area01 .cnt_in_middle .flex_box:last-of-type {
    flex-wrap: wrap;
  }
  #top .area02 {
    padding: 0;
  }
  .cnt_in {
    width: 94%;
  }
  #top .area02 .consultant_box .flex_box {
    flex-wrap: wrap;
  }
  #top .area02 .sb_box .green_ttl {
    font-size: 16px;
  }
  #top .area02 .image_wrap {
    width: 100%;
    margin: 24px 8px 8px;
    display: flex;
  }
  #top .area02 .image_wrap .consultant {
    width: 80px;
    height: 80px;
    margin: 0 8px;
  }
  #top .area02 .consultant_box img {
    width: 80px;
    height: 80px;
  }
  #top .area02 .sb_box p,
  #top .area03 .cnt_text {
    font-size: 14px;
    line-height: 1.6;
  }
  #top .area02 .txt {
    margin: 8px 0 0 8px;
  }
  #top .area02 .sb_box {
    margin-top: 8px;
  }
  #top .area02 .sb_box::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f7f7f7;
    top: -18px;
    left: 12px;
  }
  #top .area03 .image_wrap {
    height: 192px;
    margin-bottom: 0;
  }
  #top .area03 .image_wrap img {
    height: 192px;
  }
  #top .area03 .cnt_image {
    float: initial;
    width: 100%;
    max-width: 360px;
    margin: 24px auto 16px;
  }
  #top .area03 .cnt_text {
    width: 100%;
  }
}
/* -------------------------------------- */
/* 最後のnap */
/* -------------------------------------- */
.nap {
  padding: 40px 0;
  text-align: center;
}
.nap .num_area_h2 {
  margin-bottom: 32px;
}
.nap table {
  margin: 0 auto;
  max-width: 800px;
  width: 96%;
}
.nap th,
.nap td {
  font-size: 16px;
  border: 1px solid #e6e7e8;
  text-align: center;
  padding: 24px 0;
}
.nap tr:nth-of-type(even) {
  background-color: #f7f7f7;
}
.nap th {
  width: 20%;
  vertical-align: middle;
}
.nap td {
  text-align: left;
  line-height: 1.5;
  padding-left: 32px;
}
.nap .list-table {
  width: 100%;
  font-size: 1.4rem;
  margin: 3rem 0 0;
}
@media screen and (max-width: 768px) {
  .nap td {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 640px) {
  .nap th,
  .nap td {
    font-size: 14px;
  }
}
