@charset "UTF-8";


/**************************************************
  joblist
**************************************************/

.joblist .main-container {
  display: block;
  z-index: 1;
  position: relative;
  padding-top: 80px;
}

.joblist .heading {
  display: block;
  max-width: 1240px;
  width: 89.6%;
  margin: 0px auto;
}

.joblist .heading .breadcrumb {
  padding: 30px 0;
  font-size: 1.2rem;
}

.joblist .heading .title {
  height: 155px;
  width: 100%;
  position: relative;
}

.joblist .heading .title .en {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 7.2rem;
  position: absolute;
  top: -20px;
  left: 0;
}

.joblist .heading .title .jp {
  font-size: 3.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.joblist .main-content {
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  width: 89.6%;
  margin: 0px auto;
  gap: 4%;
}


.joblist .main-content .job_content_right {
  width: 23%;
}

.joblist .main-content .job_content_right .result {
  background-color: rgba(255, 255, 255, .45);
  width: 100%;
  padding: 3rem;
}

.joblist .main-content .job_content_right .result h3 {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto 2.4rem;
}

.joblist .main-content .job_content_right .result dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.joblist .main-content .job_content_right .result dt {
  width: 30%;
  margin-bottom: 1.5rem;
}

.joblist .main-content .job_content_right .result dd {
  width: 60%;
  margin-bottom: 1.5rem;
}

.joblist .main-content .job_content_right .result dt:last-of-type {
  margin-bottom: 0;
}

.joblist .main-content .job_content_right .result dd:last-of-type {
  margin-bottom: 0;
}

.joblist .form-wrapper {
  width: 100%;
  max-width: 100%;
  margin-top: 3rem;
}

.joblist .top_form {
  padding: 3rem;
}

.joblist .form-inner {
  display: block;
}

.joblist .form-inner h3 {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto 2.4rem;
  color: #fff;
}

.joblist .form-inner__left {
  width: 100%;
}

.joblist .top_form_row {
  display: block;
}

.joblist .top_form_col {
  width: 100%;
  margin: 2rem 0 0;
}

.joblist .top_form_col:first-of-type {
  width: 100%;
  margin: 0;
}

.joblist .top_form_hierarchical_select.open {
  /* max-height: fit-content; */
  margin: 16px 0 0 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ccc;

}

.joblist .top_form_input {
  position: relative;
  width: 100%;
  padding: .8rem .5rem .8rem .8rem;
  border-radius: .25rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: white;
  font-size: 1.6rem;
}

.joblist .top_form_controls {
  width: 100%;
  margin-top: 2.4rem;
}

.joblist .form-button {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #ef8079;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 0.8rem;
}

.joblist .top_form_selectbox_button:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #7a7a7a;
  border-bottom: 2px solid #7a7a7a;
  transform: rotate(45deg) translateY(-100%);
}

.joblist .form-button::after {
  content: ' ';
  display: block;
  position: absolute;
  right: 2rem;
  top: 55%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-100%);
}

.joblist .recommend {
  padding: 3rem;
  box-sizing: border-box;
  /* background-color: rgba(0, 87, 161, 0.85); */
  background-color: rgba(38, 112, 175, 0.85);
  text-align: center;
  margin-top: 3rem;
}

.joblist .recommend.two {
  margin-top: 3rem !important;
}

.joblist .recommend h3 {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto 2.4rem;
  color: #fff;
}

.joblist .recommend h4 {
  font-size: 1.8rem;
  text-align: center;
  margin: 1rem auto 2.4rem;
  color: #fff;
}

.joblist .recommend ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.joblist .recommend ul li {
  min-width: 31%;
  width: fit-content;
  max-width: 50%;
  margin-bottom: 2rem;
}

.joblist .recommend ul li a {
  color: #fff;
  border-bottom: #fff solid 1px;
}

.joblist .recommend ul li a:hover {
  cursor: pointer;
}

.joblist .recommend ul.recommend_brand {
  display: block;
  width: 100%;
}

.joblist .recommend ul.recommend_brand li {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 10rem;
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.joblist .main-content .main_left {
  width: 72.5%;
}

.joblist .main-content .main_left .pager {
  position: relative;
  display: flex;
  align-items: baseline;
}

.joblist .main-content .main_left .pager_btm {
  padding-top: 3.0rem;
  padding-bottom: 3.0rem;
}

.joblist .main-content .main_left .pager p {
  position: relative;
  font-size: 2.4rem;
}

.joblist .main-content .main_left .pager p span {
  font-size: 3.6rem;
}

.joblist .main-content .main_left .pager p .ken {
  font-size: 1.8rem;
}

.joblist .main-content .main_left .pager ul {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: baseline;
  font-size: 2.4rem;
  word-break: break-word;
}

.joblist .main-content .main_left .pager ul li {
  margin: 0 0.75rem;
  color: #999;
  font-weight: 500;
  font-size: 1.6rem;
}

.joblist .main-content .main_left .pager ul li.checked {
  color: #323232;
  font-size: 1.8rem;
}

.joblist .main-content .main_left .pager ul li img {
  min-height: 1.4rem;
}

@media screen and (min-width: 769px) and (max-width: 1318px) {

  .joblist .main-content .main_left .main-card .job-title .job-main-logo {
    height: 24rem;
  }

  .joblist .main-content .main_left .pager {
    display: block;
  }

  .joblist .main-content .main_left .pager ul {
    justify-content: center;
    font-size: 1.8rem;
    word-break: break-word;
  }

  .joblist .main-content .main_left .pager ul li {
    margin: 0 auto;
  }

  .joblist .main-content .main_left .pager p span {
    font-size: 2.4rem;
  }

  .joblist .main-content .main_left .main-card .job_btn_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2.0rem 0;
  }

  .joblist .main-content .main_left .main-card .job_btn_flex .btn_favorite {
    background-color: #999999;
    color: #fff;
    width: 100%;
    margin: 0 0 1.0rem;
  }

  .joblist .main-content .main_left .main-card .job_btn_flex a {
    width: 48%;
  }

  .joblist .main-content .main_left .main-card .job_btn_flex .btn_2 {
    color: #4387ed;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .joblist.jobpage .main-content .main_left .main-card .job_btn_flex .btn_2 {
    width: 48%;
  }


  .joblist .main-content .main_left .main-card .job_btn_flex .btn_2::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(to right, #4387ed, #0db9fb);
    border-radius: 5px;
    z-index: -1;
  }

  .joblist .main-content .main_left .main-card .job_btn_flex .btn_apply {
    background: linear-gradient(90deg, rgb(247, 141, 167) 0%, rgb(255, 165, 148) 100%);
    color: #fff;
    width: 100%;
  }

  .joblist .main-content .main_left .main-card .job_btn_flex .btn_apply_inner {
    position: relative;
  }

  .joblist .main-content .main_left .main-card .job_btn_flex .btn_apply_inner::after {
    content: "→";
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -3rem;
  }
}

.joblist .main-content .main_left .main-card {
  background-color: #fff;
  border-radius: 3.5rem;
  position: relative;
  padding: 2.0rem;
  width: 100%;
  margin: 0 0 4rem;
}

.joblist .main-content .main_left .main-card {
  /* opacity: 0; */
  transform: translateY(40px);
  transition: all 0.7s ease-out;
}

.joblist .main-content .main_left .main-card:nth-of-type(1) {
  margin-top: -2rem;
}


.joblist .main-content .main_left .main-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}


.joblist .main-content .main_left .main-card .favorite-heart {
  background-color: #999999;
  border-radius: 50%;
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  padding: 1.2rem 1rem;
  right: 1.5rem;
  top: 1.5rem;
}

.joblist .main-content .main_left .main-card .favorite-heart.on_click {
  background-color: #ff475b;
}

.joblist .main-content .main_left .main-card .number {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.5rem 0 2.0rem;
}

.joblist .main-content .main_left .main-card .job-title {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
  margin: 2.0rem 0;
}

.joblist .main-content .main_left .main-card .job-title .job-title-text {
  width: 60%;
  position: relative;
}

.joblist .main-content .main_left .main-card .job-title .job-title-text h3 {
  font-size: 2.0rem;
  font-weight: 500;
}

.joblist .main-content .main_left .main-card .job-title .job-title-text .tag {
  display: flex;

  flex-wrap: wrap;
  margin-top: 1rem;
}

.joblist .main-content .main_left .main-card .job-title .job-title-text .tag a {
  font-size: 1.2rem;
  border-bottom: 1px #787878 solid;
  color: #787878;
  margin-right: 1.0rem;
}

.joblist .main-content .main_left .main-card .job-title .job-main-logo {
  border: #323232 1px solid;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38%;
  height: 16.2rem;
}

.joblist .main-content .main_left .main-card .job-title .job-main-logo img {
  height: 5rem;
}

.joblist .main-content .main_left .main-card .job_content_gray {
  background-color: #f3f4f1;
  padding: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}


.joblist .main-content .main_left .main-card .job_content_gray ul {
  margin-left: 2.0rem;
  width: 85%;
}

.joblist .main-content .main_left .main-card .job_content_gray ul li {
  font-size: 1.6rem;
  line-height: 1.7;

}

.joblist .main-content .main_left .main-card .job_content_flex {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.joblist .main-content .main_left .main-card .job_content_flex .job_content_left {
  width: 50%;
}

.joblist .main-content .main_left .main-card .job_content_flex .job_content_left div {
  display: flex;
  border-bottom: 1px solid #f3f4f1;
  padding: 2.0rem 3.0rem 2rem;
}

.joblist .main-content .main_left .main-card .job_content_flex .job_content_left div .block {
  display: block;
}

.joblist .main-content .main_left .main-card .job_content_flex .job_content_left div dd {
  margin-left: 3.0rem;
  line-height: 1.7;
}

.joblist .main-content .main_left .main-card .job_content_flex .job_content_right {
  width: 50%;
}

.joblist .main-content .main_left .main-card .job_content_flex .job_content_right div {
  display: flex;
  border-bottom: 1px solid #f3f4f1;
  padding: 2.0rem 3.0rem 2rem;
}

.joblist .main-content .main_left .main-card .job_content_flex .job_content_right div .block {
  display: block;
}

.joblist .main-content .main_left .main-card .job_content_flex .job_content_right div dt {
  min-width: 20%;
}

.joblist .main-content .main_left .main-card .job_content_flex .job_content_right div dd {
  margin-left: 3.0rem;
  line-height: 1.7;
}

.joblist .main-content .main_left .main-card .job_btn_flex {
  display: flex;
  justify-content: space-between;
  margin: 2.0rem 0;
}

.joblist .main-content .main_left .main-card .job_btn_flex button {
  width: 26rem;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  position: relative;
}

.joblist .main-content .main_left .main-card .job_btn_flex .btn_favorite {
  background-color: #999999;
  color: #fff;
}

.joblist .main-content .main_left .main-card .job_btn_flex .btn_favorite.on_click {
  background-color: #ff475b;
}

.joblist .main-content .main_left .main-card .job_btn_flex .btn_favorite::before {
  content: "";
  background-image: url(../images/favorite_heart.png);
  background-size: 1.5rem 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 20%;
}

.joblist .main-content .main_left .main-card .job_btn_flex .btn_2 {
  color: #4387ed;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /* テキストを前面に */
  background-color: #fff;
  border-radius: 10px;
  display: inline-block;
  /* ボタンらしくする */
  text-align: center;
}

.joblist .main-content .main_left .main-card .job_btn_flex .btn_2::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(to right, #4387ed, #0db9fb);
  border-radius: 10px;
  z-index: -1;
  /* 背景の後ろに */
}

.joblist .main-content .main_left .main-card .job_btn_flex .btn_2::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  border-radius: 9px;
  /* 内側に背景を作って枠線を表現 */
  z-index: 0;
  /* より後ろに */
}


.joblist .main-content .main_left .main-card .job_btn_flex .btn_2_inner {
  color: #4387ed;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.joblist .main-content .main_left .main-card .job_btn_flex .btn_2_inner::after {
  content: "→";
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7rem;
}


.joblist .main-content .main_left .main-card .job_btn_flex .btn_apply {
  background: linear-gradient(90deg, rgb(247, 141, 167) 0%, rgb(255, 165, 148) 100%);
  color: #fff;
}

.joblist .main-content .main_left .main-card .job_btn_flex .btn_apply_inner {
  position: relative;
}

.joblist .main-content .main_left .main-card .job_btn_flex .btn_apply_inner::after {
  content: "→";
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7rem;
}

.joblist .salary_info {
  background-color: #fff;
  padding: 5.0rem 2.0rem;
  margin-bottom: 4.0rem;
}

.joblist .salary_info h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2.0rem;
}

.joblist .salary_info .chart_flex {
  display: flex;
  justify-content: space-between;
}

.joblist .salary_info .chart_flex .chart_item {
  width: 49%;
  text-align: center;
  padding: 0 20px;
  margin: 0px 0 20px;
}

.joblist .salary_info .chart_flex .chart_item h4 {
  background: linear-gradient(220deg, rgb(11, 186, 251) 0%, rgb(66, 133, 236) 100%);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2.0rem;
  margin-bottom: 2.0rem;
}

.joblist .salary_info .chart_flex .chart_item h5 {
  font-size: 1.8rem;
  color: #323232;
  font-weight: 500;
  margin-bottom: 2.0rem;
}

.joblist .salary_info .chart_flex .chart_item .txt_box {
  font-size: 1.4rem;
  color: #323232;
  font-weight: 500;
  margin-bottom: 2.0rem;
}

.joblist .work_info {
  background-color: #fff;
  padding: 5.0rem 2.0rem;
}

.joblist .work_info h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2.0rem;
}

.joblist .work_info .work_item {
  margin-bottom: 2.0rem;
}

.joblist .work_info .work_item h4 {
  font-size: 1.8rem;
  color: #323232;
  font-weight: 500;
  margin-bottom: 2.0rem;
}

.joblist .work_info .work_item p {
  font-size: 1.4rem;
  color: #323232;
  word-wrap: break-word;
  /* 長い単語を折り返す */
  overflow-wrap: break-word;
  /* こちらも追加 */
  white-space: normal;
  /* 通常の改行を許可 */
  max-width: 100%;
  /* 親要素を超えない */
}

.sub_fotter {
  max-width: 1240px;
  width: 89.6%;
  margin: 10rem auto 0;
}

.sub_fotter .sub_fotter_flex {
  display: flex;
  justify-content: space-around;
  position: relative;
  flex-direction: row-reverse;
  gap: 5%;
}

.sub_fotter .sub_fotter_flex img {
  box-shadow: 1.0rem 1.0rem 0 rgba(64, 64, 64, 0.6);
  width: 70%;
}

.sub_fotter .sub_fotter_flex h3 {
  position: absolute;
  right: 0;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 7.2rem;
}

.sub_fotter .sub_fotter_flex .main-visual__button-wrap {
  position: relative;
  align-items: center;
  display: flex;
  width: 77rem;
  justify-content: flex-end;
}

.sub_fotter .main-visual__button-wrap .module-button {
  background: none;
}


@media screen and (max-width: 768px) {

  .main-navi {
    /* width: 100%; */
    width: 8rem;
  }


  /* .joblist .main-header.is-fixed {
    background: none;
  }

  .joblist .main-header.is-fixed .main-header__logo {
    display: none;
    width: 0;
    margin-left: 0;
  }

  .joblist .main-header.is-fixed .header-logo-img {
    display: none;
  } */



  /**************************************************
  joblist_SP
**************************************************/

  .joblist .main-container {
    display: block;
    z-index: 1;
    position: relative;
    padding-top: 70px;
  }

  .joblist .heading {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0px auto;
    position: relative;
  }

  .joblist .heading .breadcrumb {
    padding: 20px 2rem;
    font-size: 1.2rem;
    z-index: 1005;
    position: relative;
    width: 100%;
    display: block;
  }

  .joblist .heading .title {
    height: 120px;
    width: 100%;
    position: relative;
  }

  .joblist .heading .title .en {
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 4.8rem;
    position: absolute;
    top: -20px;
    left: 0;
  }

  .joblist .heading .title .jp {
    font-size: 2.4rem;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }

  .joblist .main-content {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0px auto;
    padding: 0 2.0rem;
  }

  .joblist .main-content .job_content_right {
    display: block;
    margin-left: 0rem;
    width: 100%;
  }

  .joblist .main-content .job_content_right .result {
    background-color: rgba(255, 255, 255, .45);
    width: 100%;
    padding: 2.0rem;
  }

  .joblist .main-content .job_content_right .result h3 {
    font-size: 2.4rem;
    text-align: center;
    margin: 0 auto 2.4rem;
  }

  .joblist .main-content .job_content_right .result dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .joblist .main-content .job_content_right .result dt {
    width: 20%;
    margin-bottom: 1.0rem;
    font-size: 1.2rem;
  }

  .joblist .main-content .job_content_right .result dd {
    width: 70%;
    margin-bottom: 1.0rem;
    font-size: 1.2rem;
  }

  .joblist .main-content .job_content_right .result dt:last-of-type {
    margin-bottom: 0;
  }

  .joblist .main-content .job_content_right .result dd:last-of-type {
    margin-bottom: 0;
  }

  .joblist .form-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 3rem;
  }

  .joblist .top_form {
    padding: 3rem;
  }

  .joblist .form-inner {
    display: block;
  }

  .joblist .form-inner h3 {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 auto 2.4rem;
    color: #fff;
  }

  .joblist .form-inner__left {
    width: 100%;
  }

  .joblist .top_form_row {
    display: block;
  }

  .joblist .top_form_col {
    width: 100%;
    margin: 2rem 0 0;
  }

  .joblist .top_form_col:first-of-type {
    width: 100%;
    margin: 0;
  }

  .joblist .top_form_hierarchical_select.open {
    /* max-height: fit-content; */
    margin: 16px 0 0 0;
  }

  .joblist .top_form_input {
    position: relative;
    width: 100%;
    padding: .8rem .5rem .8rem .8rem;
    border-radius: .25rem;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: white;
    font-size: 1.6rem;
  }

  .joblist .top_form_controls {
    width: 100%;
    margin-top: 2.4rem;
  }

  .joblist .form-button {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #ef8079;
    font-size: 1.6rem;
    color: #ffffff;
    padding: 0.8rem;
  }

  .joblist .top_form_selectbox_button:after {
    content: ' ';
    display: block;
    position: absolute;
    right: 2rem;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #7a7a7a;
    border-bottom: 2px solid #7a7a7a;
    transform: rotate(45deg) translateY(-100%);
  }

  .joblist .form-button::after {
    content: ' ';
    display: block;
    position: absolute;
    right: 2rem;
    top: 55%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg) translateY(-100%);
  }

  .joblist .recommend {
    padding: 3rem;
    box-sizing: border-box;
    background-color: rgba(0, 87, 161, 0.85);
    text-align: center;
    margin-top: 3rem;
  }

  .joblist .recommend h3 {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 auto 2.4rem;
    color: #fff;
  }

  .joblist .recommend h4 {
    font-size: 1.6rem;
    text-align: center;
    margin: 1rem auto 2.4rem;
    color: #fff;
  }

  .joblist .recommend ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }

  .joblist .recommend ul li {
    min-width: 31%;
    width: fit-content;
    max-width: 50%;
    margin-bottom: 1rem;
  }

  .joblist .recommend ul li a {
    color: #fff;
    border-bottom: #fff solid 1px;
    font-size: 1.2rem;
  }

  .joblist .recommend ul.recommend_brand {
    display: flex;
    width: 100%;
    margin: 0;
  }

  .joblist .recommend ul.recommend_brand li {
    width: calc((100% - 2rem) / 2);
    max-width: 100%;
    min-width: 0;
    height: 6rem;
    margin: 0 2rem 1.5rem 0;
    background-color: #fff;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .joblist .recommend ul.recommend_brand li {
    margin: 0 0 1.5rem 0;
  }

  .joblist .recommend ul.recommend_brand li a {
    padding: 0 1.5rem;
    border-bottom: none;
  }

  .joblist .recommend ul.recommend_brand li a img {
    max-height: 6rem;
    width: 100%;
    height: auto;
  }

  .joblist .main-content .main_left {
    width: 100%;
  }

  .joblist .main-content .main_left .pager {
    position: relative;
    margin-bottom: 0rem;
    margin: 3rem 0 0rem;
    display: block;
  }

  .joblist .main-content .main_left .pager_btm {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }

  .joblist .main-content .main_left .pager p {
    position: relative;
    font-size: 1.4rem;
    top: 0rem;
    margin: 1.5rem 0 0;
  }

  .joblist .main-content .main_left .pager p span {
    font-size: 1.8rem;
  }

  .joblist .main-content .main_left .pager p .ken {
    font-size: 1.4rem;
    margin: 1.5rem 0 0;
  }

  .joblist .main-content .main_left .pager ul {
    display: flex;
    margin: 2rem auto 0;
    justify-content: space-between;
    align-items: baseline;
    font-size: 1.8rem;
  }

  .joblist .main-content .main_left .pager ul li {
    margin: 0 auto;
    color: #999;
    font-weight: 500;
    font-size: 1.4rem;
  }

  .joblist .main-content .main_left .pager ul li.checked {
    color: #323232;
  }

  .joblist .main-content .main_left .main-card:nth-of-type(1) {
    margin-top: -2rem;
  }

  .joblist .main-content .main_left .main-card {
    background-color: #fff;
    border-radius: 1.7rem;
    position: relative;
    padding: 2.0rem;
    width: 100%;
    margin: 2rem 0;
  }

  .joblist .main-content .main_left .main-card .favorite-heart {
    left: 1.0rem;
  }

  .joblist .main-content .main_left .main-card .favorite-heart.on_click {
    background-color: #ff475b;
  }

  .joblist .main-content .main_left .main-card .number {
    font-size: 1.0rem;
    font-weight: 500;
    padding: 0;
    text-align: right;
    justify-content: end;
    display: flex;
    margin: -1.0rem 0;

  }

  .joblist .main-content .main_left .main-card .job-title {
    display: block;
    width: 100%;
    justify-content: space-between;
    margin: 2.0rem 0;
  }

  .joblist .main-content .main_left .main-card .job-title .job-title-text {
    width: 100%;
    position: relative;
    margin: 1.5rem 0;
  }

  .joblist .main-content .main_left .main-card .job-title .job-title-text h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0.75rem;
  }

  .joblist .main-content .main_left .main-card .job-title .job-title-text .tag {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    bottom: 0;
  }

  .joblist .main-content .main_left .main-card .job-title .job-title-text .tag a {
    font-size: 1.0rem;
    border-bottom: 1px #787878 solid;
    color: #787878;
    margin-right: 1.0rem;
  }

  .joblist .main-content .main_left .main-card .job-title .job-main-logo {
    border: #323232 1px solid;
    border-radius: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 14rem;
  }

  .joblist .main-content .main_left .main-card .job-title .job-main-logo img {
    max-width: 90%;
    height: 90%;
    margin: 0 auto;
    max-height: 14rem;
  }

  .joblist .main-content .main_left .main-card .job_content_gray {
    background-color: #f3f4f1;
    padding: 1.0rem 2.0rem;
    display: flex;
    font-size: 1.2rem;
  }


  .joblist .main-content .main_left .main-card .job_content_gray ul {
    margin-left: 2.0rem;
  }

  .joblist .main-content .main_left .main-card .job_content_gray ul li {
    font-size: 1.2rem;
    line-height: 1.5;

  }

  .joblist .main-content .main_left .main-card .job_content_flex {
    display: block;
  }

  .joblist .main-content .main_left .main-card .job_content_flex dt {
    width: 30%;
    margin-left: 1.0rem;
  }

  .joblist .main-content .main_left .main-card .job_content_flex .job_content_left {
    width: 100%;
  }

  .joblist .main-content .main_left .main-card .job_content_flex .job_content_left div {
    display: flex;
    border-bottom: 1px solid #f3f4f1;
    padding: 1.0rem 0rem 1.0rem;
    font-size: 1.2rem;
  }

  .joblist .main-content .main_left .main-card .job_content_flex .job_content_left div .block {
    display: block;
  }

  .joblist .main-content .main_left .main-card .job_content_flex .job_content_left div dd {
    margin-left: 0rem;
    line-height: 1.7;
  }

  .joblist .main-content .main_left .main-card .job_content_flex .job_content_right {
    width: 100%;
    display: block;
    margin-left: 0;
  }

  .joblist .main-content .main_left .main-card .job_content_flex .job_content_right div {
    display: flex;
    border-bottom: 1px solid #f3f4f1;
    padding: 1.0rem 0rem 1.0rem;
    font-size: 1.2rem;
  }

  .joblist .main-content .main_left .main-card .job_content_flex .job_content_right div .block {
    display: block;
  }

  .joblist .main-content .main_left .main-card .job_content_flex .job_content_right div dd {
    margin-left: 0rem;
    line-height: 1.7;
  }

  .joblist .main-content .main_left .main-card .job_btn_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2.0rem 0;
  }

  .joblist .main-content .main_left .main-card .job_btn_flex button {
    width: 100%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    position: relative;
  }

  .joblist .main-content .main_left .main-card .job_btn_flex .btn_favorite {
    background-color: #999999;
    color: #fff;
    width: 100%;
    margin: 0 0 1.0rem;
  }

  .joblist .main-content .main_left .main-card .job_btn_flex .btn_favorite.on_click {
    background-color: #ff475b;
  }

  .joblist .main-content .main_left .main-card .job_btn_flex .btn_favorite::before {
    content: "";
    background-image: url(../images/favorite_heart.png);
    background-size: 1.5rem 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 20%;
  }

  .joblist .main-content .main_left .main-card .job_btn_flex a {
    width: 48%;
  }

  .joblist .main-content .main_left .main-card .job_btn_flex .btn_2 {
    color: #4387ed;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* テキストを前面に */
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    /* ボタンらしくする */
    text-align: center;
    width: 100%;
  }

  .joblist .main-content .main_left .main-card .job_btn_flex .btn_2::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(to right, #4387ed, #0db9fb);
    border-radius: 5px;
    z-index: -1;
    /* 背景の後ろに */
  }

  .joblist .main-content .main_left .main-card .job_btn_flex .btn_2::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #fff;
    border-radius: 4px;
    /* 内側に背景を作って枠線を表現 */
    z-index: 0;
    /* より後ろに */
  }


  .joblist .main-content .main_left .main-card .job_btn_flex .btn_2_inner {
    color: #4387ed;
    overflow: hidden;
    position: relative;
    z-index: 5;
  }

  .joblist .main-content .main_left .main-card .job_btn_flex .btn_2_inner::after {
    content: "→";
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2.5rem;
  }


  .joblist .main-content .main_left .main-card .job_btn_flex .btn_apply {
    background: linear-gradient(90deg, rgb(247, 141, 167) 0%, rgb(255, 165, 148) 100%);
    color: #fff;
    width: 100%;
  }

  .joblist .main-content .main_left .main-card .job_btn_flex .btn_apply_inner {
    position: relative;
  }

  .joblist .main-content .main_left .main-card .job_btn_flex .btn_apply_inner::after {
    content: "→";
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -3rem;
  }

  .joblist .main-content .job_content_right .result h3 {
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 2.0rem;
    font-weight: 500;
  }


  .joblist .main-content .job_content_right .btn_change {
    width: 100%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1.5rem 1.2rem;
    position: relative;
    background-color: #2670af;
    color: #fff;
    margin: 1.5rem 0 0;
    font-size: 1.4rem;
  }

  .joblist .main-content .job_content_right .btn_change::after {
    content: "→";
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.5rem;
  }

  .joblist .salary_info {
    background-color: #fff;
    padding: 4.0rem 2.0rem;
    margin-bottom: 2.0rem;
  }

  .joblist .salary_info h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 2.0rem;
    text-align: center;
  }

  .joblist .salary_info .chart_flex {
    display: block;
  }

  .joblist .salary_info .chart_flex .chart_item {
    width: 100%;
    margin: 0 0 50px;
    padding: 0 0 20px;
  }

  .joblist .salary_info .chart_flex .chart_item:last-child {
    margin: 0 0 10px;
  }

  .joblist .salary_info .chart_flex .chart_item h4 {
    background: linear-gradient(220deg, rgb(11, 186, 251) 0%, rgb(66, 133, 236) 100%);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 1.0rem;
    margin-bottom: 1.5rem;
  }

  .joblist .salary_info .chart_flex .chart_item .high_low {
    font-size: 1.2rem;
  }

  .joblist .salary_info .chart_flex .chart_item h5 {
    font-size: 1.5rem;
    color: #323232;
    font-weight: 500;
    margin-bottom: 0.7rem;
  }

  .joblist .salary_info .chart_flex .chart_item .txt_box {
    font-size: 1.2rem;
    color: #323232;
    font-weight: 500;
    margin-bottom: 1.5rem;
  }

  .joblist .work_info {
    background-color: #fff;
    padding: 4.0rem 2.0rem;
  }

  .joblist .work_info h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 2.0rem;
    text-align: center;
  }

  .joblist .work_info .work_item {
    margin-bottom: 2.0rem;
  }

  .joblist .work_info .work_item h4 {
    font-size: 1.4rem;
    color: #323232;
    font-weight: 500;
    margin-bottom: 1.0rem;
  }

  .joblist .work_info .work_item p {
    font-size: 1.0rem;
    color: #323232;
    word-wrap: break-word;
    /* 長い単語を折り返す */
    overflow-wrap: break-word;
    /* こちらも追加 */
    white-space: normal;
    /* 通常の改行を許可 */
    max-width: 100%;
    /* 親要素を超えない */
  }


  .sub_fotter {
    max-width: 100%;
    width: 100%;
    margin: 2.5rem auto 5.0rem;
  }

  .sub_fotter .sub_fotter_flex {
    display: block;
    position: relative;
    padding: 0 2rem;
  }

  .sub_fotter .sub_fotter_flex img {
    box-shadow: 1.0rem 1.0rem 0 rgba(64, 64, 64, 0.6);
    margin-top: 1.0rem;
    width: 100%;
  }

  .sub_fotter .sub_fotter_flex h3 {
    position: relative;
    font-size: 4.8rem;
    display: flex;
    justify-content: flex-end;
    margin: 0 -2.0rem 1.0rem 0;
  }

  .sub_fotter .sub_fotter_flex .main-visual__button-wrap {
    position: relative;
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }

  .sub_fotter .main-visual__button-wrap .module-button {
    background: none;
    height: 7rem;
  }

}



.chart-container {
  width: 400px;
  text-align: center;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

.chart-title {
  background: linear-gradient(to right, #007acc, #59c1ff);
  color: white;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}

.chart-subtitle {
  font-size: 14px;
  margin: 10px 0;
}

.chart-body {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 250px;
  /* グラフの高さを少し大きめに */
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  padding: 10px 10px 0;
  position: relative;
}




.bars {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 340px;
  align-items: flex-end;
  position: relative;
}

.bar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50px;
}

.bar {
  width: 30px;
  background-color: gray;
  transition: height 0.5s;
}

.bar-blue {
  background: linear-gradient(to top, #007acc, #59c1ff);
}

.bar-label {
  margin-top: 5px;
  font-size: 12px;
  position: absolute;
  bottom: -34px;
}

/* 仕切り線 */
.bar-line {
  width: 1px;
  height: 280px;
  background-color: #000;
  margin: 0 5px -40px;
}



/**************************************************
  jobpage
**************************************************/
.jobpage .recommend {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .jobpage .recommend {
    margin-top: 3rem;
  }
}


/* .main-card .job-title */
.jobpage .main-content .main_left .main-card .job-title {
  display: block;
}

.jobpage .main-content .main_left .main-card .job-title .job-title-text {
  width: 100%;
}

.jobpage .main-content .main_left .main-card .job-title .job-title-text h3 {
  margin: 0 0 3rem;
}

.jobpage .main-content .main_left .main-card .job-title .job-main-logo {
  width: 50%;
  height: 20rem;
  float: left;
  margin: 0 2rem 0 0;
}

.jobpage .main-content .main_left .main-card .job-title .job-main-logo img {
  height: 8rem;
}

.jobpage .main-content .main_left .main-card .job-title .job-title-text .tag {
  position: static;
  display: block;
}

.jobpage .main-content .main_left .main-card .job-title .job-title-text .tag a {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* .main-card .job_content_gray */
.jobpage .main-content .main_left .main-card .job_content_gray {
  display: block;
  margin: 0 0 2rem;
}

.jobpage .main-content .main_left .main-card .job_content_gray h3 {
  margin: 0 0 1rem;
  font-weight: 700;
}

.jobpage .main-content .main_left .main-card .job_content_gray p {
  margin-left: 2.0rem;
}


/* .main-card .job_content_spec */
.jobpage .main-content .main_left .main-card .job_content_spec div {
  display: flex;
  border-bottom: 1px solid #f3f4f1;
  padding: 2.0rem 3.0rem 2rem;
}

.jobpage .main-content .main_left .main-card .job_content_spec div dt {
  width: 10rem;
}

.jobpage .main-content .main_left .main-card .job_content_spec div dd {
  margin-left: 3.0rem;
  line-height: 1.7;

}

.jobpage .main-content .main_left .main-card .job_btn_flex .btn_2_inner::after {
  content: "←";
  right: auto;
  left: -7rem;
}


/**************************************************
  jobpage_SP
**************************************************/

@media screen and (max-width: 768px) {

  .jobpage .main-content .main_left .main-card .number {
    justify-content: flex-start;
    margin: -1.0rem 0 3.0rem;
  }

  .jobpage .main-content .main_left .main-card .favorite-heart {
    left: auto;
    right: 1.0rem;
  }

  .jobpage .main-content .main_left .main-card .job-title .job-title-text h3 {
    margin: 0 0 1.5rem;
  }

  .jobpage .main-content .main_left .main-card .job-title .job-main-logo {
    width: 100%;
    height: 14rem;
    float: none;
    margin: 0 0 .5rem;
  }

  .jobpage .main-content .main_left .main-card .job-title .job-main-logo img {
    height: 5rem;
  }

  .jobpage .main-content .main_left .main-card .job-title .job-title-text .tag a {
    margin-bottom: .2rem;
  }


  /* .main-card .job_content_gray */
  .jobpage .main-content .main_left .main-card .job_content_gray {
    margin: 0 0 1rem;
  }

  .jobpage .main-content .main_left .main-card .job_content_gray ul,
  .jobpage .main-content .main_left .main-card .job_content_gray p {
    margin-left: 0;
  }

  /* .main-card .job_content_spec */
  .jobpage .main-content .main_left .main-card .job_content_spec div {
    padding: 1.0rem 0 1.0rem;
    font-size: 1.2rem;
  }

  .jobpage .main-content .main_left .main-card .job_content_spec div dt {
    margin-left: 1.0rem;
    width: 30%;
  }

  .jobpage .main-content .main_left .main-card .job_content_spec div dd {
    margin-left: 0;
    width: 100%;
  }

  .jobpage .main-content .main_left .main-card .job_content_spec div .block {
    width: 100%;
  }


  .jobpage .main-content .main_left .main-card .job_btn_flex .btn_2_inner::after {
    right: auto;
    left: -2.5rem;
  }

  .jobpage.joblist .main-content .main_left .main-card .job_btn_flex a {
    width: 100%;
  }

  .jobpage.joblist .main-content .main_left .main-card .job_btn_flex .btn_2 {
    margin-bottom: 1.0rem;
  }

  .jobpage.joblist .main-content .job_content_right {
    display: block;
    margin-left: 0rem;
    width: 100%;
    margin-top: 6rem;
  }


}

/**************************************************
  brandlist
**************************************************/

.brandlist .search_item {
  width: 100%;
  height: 11rem;
  font-size: 2.0rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;

}

.brandlist .search_space {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brandlist .top_form_input {
  width: 75%;
  height: 5rem;
  border-radius: 5px;
}

.brandlist .brand_form_controls {
  width: 24%;
}

.brandlist .list_link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 3.0rem auto;
}

.brandlist .list_link a {
  font-size: 1.6rem;
  font-weight: 500;
}

.brandlist .list_link a:hover {
  opacity: 0.6;
}

.brandlist .line_card {
  margin: 3rem auto;
}

.brandlist .line_card .line_title {
  font-size: 2.0rem;
  font-weight: 500;
  position: relative;
}

.brandlist .line_card .line_title::after {
  content: "";
  border-bottom: #000 1px solid;
  width: 100%;
  display: block;
  padding: 2rem 0 0 0;
  margin: 0 0 3rem;
}

.brandlist .line_card .line_brand_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  gap: 2.5rem;
  row-gap: 3.0rem;
}

.brandlist .line_card .line_brand_list .logo_list {
  width: 22.9%;
}

.brandlist .line_card .line_brand_list .logo_list a {
  display: block;
}

.brandlist .line_card .line_brand_list .logo_list a .logo_white {
  width: 100%;
  height: 8rem;
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brandlist .line_card .line_brand_list .logo_list a .logo_white .logo {
  max-width: 11.5rem;
  max-height: 4.0rem;
}

.brandlist .line_card .line_brand_list .logo_list span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  margin: 1.5rem 0 0 0;
  font-weight: 500;
}

.brandlist .line_card .line_brand_list_no_image {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  gap: 2.5rem;
  row-gap: 3.0rem;
  margin: 3rem 0;

}

.brandlist .line_card .line_brand_list_no_image .logo_list {
  width: 22.9%;
}

.brandlist .line_card .line_brand_list_no_image .logo_list a {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  margin: 1.5rem 0 0 0;
  font-weight: 500;
}

.region_btn {
  display: none;
}


@media screen and (max-width: 768px) {

  .brandlist .top_form_input {
    width: 65%;
    height: 5rem;
    border-radius: 5px;
  }

  .brandlist .brand_form_controls {
    width: 34%;
  }

  .brandlist.joblist .form-button::after {
    right: 1rem;
  }

  .brandlist .list_link {
    margin: 2.0rem auto;
    justify-content: space-between;
    row-gap: 1.8rem;
  }

  .brandlist .list_link a {
    width: 18%;
    text-align: center;
  }

  .brandlist .search_item {
    display: none;
  }

  .brandlist .line_card .line_title::after {
    content: "";
    padding: 1.5rem 0 0 0;
    margin: 0 0 1.5rem;
  }

  .brandlist .line_card .line_brand_list {
    justify-content: space-between;
    gap: 2.5rem;
    row-gap: 1.5rem;
  }

  .brandlist .line_card .line_brand_list .logo_list {
    width: 46%;
  }

  .brandlist .line_card .line_brand_list .logo_list a span {
    font-size: 1.2rem;
    margin: 0.5rem 0 0 0;
  }

  .brandlist .line_card .line_brand_list_no_image {
    gap: 0.5rem;
    row-gap: 0rem;
    margin: 1.5rem 0 0 0;
  }

  .brandlist .line_card .line_brand_list_no_image li {
    width: 28%;
  }

  .brandlist .line_card .line_brand_list_no_image li a span {
    font-size: 1.2rem;
    margin: 0;
  }

  .brandlist .line_card .line_brand_list_no_image .logo_list {
    width: auto;
  }

  .brandlist .line_card .line_brand_list_no_image .logo_list a {
    margin: 0;
    font-size: 1.4rem;
    text-align: left;
  }

  .region_btn {
    display: block;
  }

  .region_btn .blue_btn {
    display: flex;
    background-color: #4280b7;
    height: 5.0rem;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    width: 100%;
  }

  .region_btn .blue_btn::after {
    content: ' ';
    display: block;
    position: absolute;
    right: 2rem;
    top: 55%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg) translateY(-100%);
  }
}

/**************************************************
  brandpage
**************************************************/

.brandpage .main-content .main_left .main-card .job-title .job-title-text h3 {
  line-height: 1.2;
  margin: 0 0 2rem;
}

.brandpage .main-content .main_left .main-card .job-title .job-title-text span {
  font-size: 1.6rem;
}

.brandpage .main-content .main_left .main-card .brand-main-logo {
  width: 100%;
  display: flex;
  height: 40rem;
  border: 1px #323232 solid;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  margin: 0 0 2rem;
}

.brandpage .brand_erea_list {
  max-width: 1240px;
  width: 100%;
  /* 89.6%; */
  margin: 10rem auto 0;
  background-color: rgba(255, 255, 255, .25);
  padding: 7.5rem 0;
  border-radius: 0.35rem;
}

.brandpage .brand_erea_list .title {
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10rem;
}

.brandpage .brand_erea_list .brand_erea_list_inner {
  max-width: 1100px;
  width: 89.6%;
  margin: 0 auto;
}

.brandpage .brand_erea_list .brand_erea_list_inner .area_title {
  height: 6rem;
  background: linear-gradient(to right, #4285ec, #0bbafb);
  color: #fff;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  padding: 0 3.5rem;
  position: relative;
  margin: 3.0rem 0 0 0;
}

.brandpage .brand_erea_list .brand_erea_list_inner .area_title {
  cursor: pointer;
}

.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card_wrap {
  display: none;
  transition: all 0.3s ease;
}

.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card_wrap.open {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}

.brandpage .brand_erea_list .brand_erea_list_inner .area_title {
  cursor: pointer;
  position: relative;
  color: white;
  padding: 10px 15px;
}

/* 共通設定：線のサイズとスタイル */
.area_title::before,
.area_title::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 8px;
  height: 2px;
  background-color: white;
  transition: transform 0.3s ease;
  transform-origin: center;
}

/* 左斜線（＼）→ 右側に配置 */
.area_title::before {
  right: 20px;
  transform: rotate(45deg);
}

/* 右斜線（／）→ 左側に配置 */
.area_title::after {
  right: 16px;
  transform: rotate(-45deg);
}

/* open時（∧）に上下反転 */
.area_title.open::before {
  transform: rotate(-45deg);
}

.area_title.open::after {
  transform: rotate(45deg);
}

.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card {
  background-color: #fff;
  border-radius: 3rem;
  position: relative;
  padding: 2.0rem;
  width: 31%;
  margin: 3.5rem 0 0rem;
}

.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .favorite-heart {
  background-color: #999999;
  border-radius: 50%;
  width: 3.8rem;
  height: 3.8rem;
  padding: 1.2rem 1rem;

}

.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .favorite-heart.on_click {
  background-color: #ff475b;
}

.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .number {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.5rem 0 2.0rem;
  right: 1.5rem;
  top: 1.5rem;
  position: absolute;
}

.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job-title h3 {
  font-size: 2.0rem;
  font-weight: 500;
  width: 100%;
}

.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job-title .job-title-text {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  margin: 1.5rem 0 0 0;
}

.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job-main-logo {

  width: 40%;
  height: 16rem;
  border: #323232 1px solid;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2.0rem 0 0;
  gap: 5px;
}

.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex button {
  width: 100%;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  position: relative;
}

.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex .btn_favorite {
  background-color: #999999;
  color: #fff;
}

.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex .btn_favorite.on_click {
  background-color: #ff475b;
}

.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex .btn_favorite::before {
  content: "";
  background-image: url(../images/favorite_heart.png);
  background-size: 1.5rem 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 20%;
}

.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex .btn_2 {
  color: #4387ed;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /* テキストを前面に */
  background-color: #fff;
  border-radius: 10px;
  display: inline-block;
  /* ボタンらしくする */
  text-align: center;
  margin-bottom: 1.0rem;
}

.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex .btn_2::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(to right, #4387ed, #0db9fb);
  border-radius: 10px;
  z-index: -1;
  /* 背景の後ろに */
}

.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex .btn_2::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  border-radius: 9px;
  /* 内側に背景を作って枠線を表現 */
  z-index: 0;
  /* より後ろに */
}


.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex .btn_2_inner {
  color: #4387ed;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex .btn_2_inner::after {
  content: "→";
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5rem;
}


.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex .btn_apply {
  background: linear-gradient(90deg, rgb(247, 141, 167) 0%, rgb(255, 165, 148) 100%);
  color: #fff;
}

.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex .btn_apply_inner {
  position: relative;
}

.brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex .btn_apply_inner::after {
  content: "→";
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6rem;
}

@media screen and (max-width: 768px) {
  .brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex .btn_favorite {
    background-color: #999999;
    color: #fff;
    width: 50%;
    margin: 0 0 1.0rem;
  }

  .brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex .btn_favorite::before {
    content: "";
    background-image: url(../images/favorite_heart.png);
    background-size: 1.5rem 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 12%;
    top: 50%;
    transform: translateY(-50%);
  }

  .brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex .wrap_btn_apply {
    width: 48%;
  }

  .brandpage .main-content .main_left .main-card .brand-main-logo {
    height: 15rem;
    margin: 0rem;
  }

  .brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex .wrap_btn_2 {
    width: 100%;
  }

  .brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex .btn_2 {
    color: #4387ed;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex .btn_apply {
    background: linear-gradient(90deg, rgb(247, 141, 167) 0%, rgb(255, 165, 148) 100%);
    color: #fff;
    width: 100%;
  }

  .brandpage .brand_erea_list {
    width: 100%;
    margin: 5rem auto 0;
    padding: 1px 2.0rem 5.0rem;
    border-radius: 0;
  }

  .brandpage .brand_erea_list .title {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    margin: 3rem 0;
  }

  .brandpage .brand_erea_list .brand_erea_list_inner {
    width: 100%;
    margin: 0 auto;
  }

  .brandpage .brand_erea_list .brand_erea_list_inner .area_title {
    height: 5rem;
    background: linear-gradient(to right, #4285ec, #0bbafb);
    color: #fff;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    position: relative;
    margin: 2.0rem 0 0 0;
  }

  .brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card {
    background-color: #fff;
    border-radius: 2.5rem;
    position: relative;
    padding: 1.5rem;
    width: 100%;
    margin: 1.5rem 0 0rem;
  }

  .brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .favorite-heart {
    background-color: #999999;
    border-radius: 50%;
    width: 3.8rem;
    height: 3.8rem;
    position: absolute;
    padding: 1.2rem 1rem;
    left: 0.7rem;
    top: 1.5rem;
  }

  .brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex .btn_2::after {
    border-radius: 6px;
  }

  .brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .number {
    text-align: right;
    font-size: 1.0rem;
    position: absolute;
    right: 1.5rem;
  }

  .brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job-title .job-title-text {
    display: block;
    margin: 4.5rem 0 0 0;
  }

  .brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job-main-logo {
    width: 100%;
    height: 15rem;
    border: #323232 1px solid;
    border-radius: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job-title h3 {
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;

  }

  .brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex .btn_2_inner::after {
    content: "→";
    font-size: 12px;
    right: -3rem;
  }

  .brandpage .brand_erea_list .brand_erea_list_inner .brand_job_card .job_btn_flex .btn_apply_inner::after {
    content: "→";
    font-size: 12px;
    right: -3rem;
  }
}

/**************************************************
  column_archive
**************************************************/
.column .module-post-list {
  padding-top: 0;
}

.column .recommend {
  margin-top: 0;
}

.column .module-post-list>ul {
  background-color: rgba(255, 255, 255, .25);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 60px;
  padding: 7.5rem 2.5rem;
}

.column .module-post-list__post {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.column .module-post-list__post.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.column .column_pager {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 5rem auto 0rem;
  align-items: center;
}

.column .column_pager .num {
  width: 3.0rem;
  height: 3.0rem;
  line-height: 3.0rem;
  font-size: 2.0rem;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-family: "Helvetica", "Arial", "sans-serif";
  vertical-align: middle;
  background-color: #333;
  color: #fff;
}

.column .column_pager .num.now {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  font-size: 3.6rem;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-family: "Helvetica", "Arial", "sans-serif";
  vertical-align: middle;
  background-color: #333;
  color: #fff;
}

.column .column_pager .arr {
  width: 3.0rem;
  height: 3.0rem;
  line-height: 3.0rem;
  font-size: 2.0rem;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-family: "Helvetica", "Arial", "sans-serif";
  vertical-align: middle;
  color: #333;
  border: #333 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

.column .job_content_right .popular_column {
  display: block;
}

.column .job_content_right .popular_column li {
  width: 100%;
  min-width: 100%;
}

.column .job_content_right .popular_column a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
  color: #fff;
  border-bottom: none;
}

.column .job_content_right .popular_column img {
  width: 10rem;
  height: fit-content;
  max-height: 10rem;
  /* aspect-ratio: 1/1; */
  border-radius: 5px;
}

.column .job_content_right .popular_column .title {
  width: calc(100% - 10.5rem);
  font-size: 1.6rem;
  text-align: left;
}

.column .job_content_right .popular_column .date {
  font-size: 1.6rem;
}

.column .job_content_right .popular_column .icon-circle-arrow::after {
  border: 1px solid #fff;
}

@media screen and (max-width: 1050px) {

  .column .module-post-list {
    padding: 8% 0 0;
  }

  .column .module-post-list>ul {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5.33vw;
    grid-row-gap: 5.33vw;
    padding: 5.0rem 2.0rem;
  }

  .column .column_pager {
    margin: 3.0rem auto 3.0rem;
  }

  .column .job_content_right .popular_column li {
    margin-bottom: 3.0rem;
  }

  .column .job_content_right .popular_column .title {
    width: calc(100% - 10.5rem);
    font-size: 1.4rem;

  }

  .column .job_content_right .popular_column .date {
    font-size: 1.2rem;
  }

  .column .job_content_right .popular_column .icon-circle-arrow::after {
    font-size: 1.2rem;
  }
}

/**************************************************
  column_article
**************************************************/

.column_article {
  padding: 0;
}

.column_article .article_wrap {
  background-color: rgba(255, 255, 255, .25);
  padding: 7.5rem 2.5rem;
}

.column_article .article_wrap .article_title {}

.column_article .article_wrap .article_title h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 3.5rem;
  font-weight: 500;
}

.column_article .article_wrap .article_title .title_flex {
  display: flex;
  align-items: center;
}

.column_article .article_wrap .article_title .title_flex .date {
  font-size: 2.0rem;
  margin-right: 2.0rem;
  font-weight: 500;

}

.column_article .article_wrap .article_title .title_flex .keyword {
  display: flex;
}

.column_article .article_wrap .article_title .title_flex .keyword a {
  font-size: 1.6rem;
  color: #989898;
  border-bottom: 1px solid #989898;
  margin-right: 2.0rem;
}

.column_article .article_wrap .article_title .article_content {
  margin-top: 5.0rem;
}

.column_article .article_wrap .article_title .article_content img {
  width: 98.5%;
  margin-bottom: 5.0rem;
  /* aspect-ratio: 2 / 1; */
  border-radius: 2rem;
  position: relative;
  filter: drop-shadow(rgba(50, 50, 50, 0.5) 0.8em 0.8em);
}


.column_article .article_wrap .article_title .article_content h2 {
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 3.0rem;
}

.column_article .article_wrap .article_title .article_content h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 3.0rem;
}

.column_article .article_wrap .article_title .article_content h4 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 3.0rem;
}

.column_article .article_wrap .article_title .article_content p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 3.0rem;
}

.column_article .article_wrap .article_title .article_content li {
  font-size: 1.4rem;
  margin-bottom: 3.0rem;
  position: relative;
  display: flex;
  margin-bottom: 0;

}

.column_article .article_wrap .article_title .article_content li::before {
  content: "●";
  position: relative;
  font-size: 1.4rem;
  margin-right: 0.5rem;
}


.column_article .article_wrap .article_title .article_content button {
  position: relative;
  width: 50%;
  height: 6rem;
  border-radius: 5px;
  background-color: #ef8079;
  font-size: 23px;
  color: #ffffff;
  overflow: hidden;
  border: none;
}

.column_article .article_wrap .article_title .article_content button::after {
  content: "→";
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

/* button-effect */
.column_article .article_wrap .article_title .article_content button::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}

.column_article .article_wrap .article_title .article_content button:hover::before {
  animation: kiran 0.7s linear;
}

@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }

  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }

  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }

  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }

  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .column_article .article_wrap {
    padding: 2.0rem;
    margin: 0 0 2.0rem;
  }

  .column_article .article_wrap .article_title h3 {
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 0 0 2rem;
  }

  .column_article .article_wrap .article_title .title_flex .date {
    font-size: 1.0rem;
    margin-right: 2.0rem;
    font-weight: 500;
  }

  .column_article .article_wrap .article_title .title_flex .keyword a {
    font-size: 1.0rem;
    color: #989898;
    border-bottom: 1px solid #989898;
    margin-right: 1.0rem;
  }

  .column_article .article_wrap .article_title .article_content {
    margin-top: 2.5rem;
  }

  .column_article .article_wrap .article_title .article_content img {
    width: 99%;
    margin-bottom: 2.5rem;
    /* aspect-ratio: 2 / 1; */
    border-radius: 1rem;
    position: relative;
    filter: drop-shadow(rgba(50, 50, 50, 0.5) 0.4em 0.4em);
  }

  .column_article .article_wrap .article_title .article_content h2 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }

  .column_article .article_wrap .article_title .article_content h3 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .column_article .article_wrap .article_title .article_content h4 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }

  .column_article .article_wrap .article_title .article_content p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }

  .column_article .article_wrap .article_title .article_content li {
    font-size: 1.0rem;

    margin-bottom: 0;
  }

  .column_article .article_wrap .article_title .article_content li::before {
    content: "●";
    position: relative;
    font-size: 1.0rem;
    margin-right: 0.25rem;
  }

  .column_article .article_wrap .article_title .article_content button {
    font-size: 1.6rem;
    width: 100%;
  }

  .column_article .article_wrap .article_title .article_content button::after {
    content: "→";
    font-size: 14px;
    top: 50%;
    right: 8px;
  }


}


/**************************************************
  entry
**************************************************/

.entry .main_text {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}

.entry .error_text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ff475b;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}


.entry .error_text::before {
  content: "";
  background-image: url(../images/entry_icon_error.png);
  background-size: 100% 100%;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  left: -3.0rem;

}

.entry .main-content {
  margin-top: 5.0rem;
  background-color: rgba(255, 255, 255, .25);
  padding: 10rem 11rem;
}

.entry .main-content form,
.entry .main-content table,
.entry .main-content tbody {
  width: 100%;
}

.entry .main-content tr {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4.0rem;
  align-items: center;
  gap: 4.0rem;
}

.entry .main-content th {
  width: 26%;
  font-size: 1.6rem;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.entry .main-content th .required {
  color: #fff;
  padding: 0.5rem 1.0rem;
  border-radius: 0.25rem;
  background-color: #faabb5;
  height: fit-content;

}

.entry .main-content th .no_required {
  color: #fff;
  padding: 0.5rem 1.0rem;
  border-radius: 0.25rem;
  background-color: #ababab;
  height: fit-content;

}


.entry .main-content td {
  width: 69%;
  font-size: 1.6rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.entry .main-content td .error_message {
  font-size: 1.2rem;
  color: #323232;
  position: absolute;
  bottom: -1.6rem;
  left: 2rem;
}


.entry .main-content td .icon_error {
  margin-left: 0.25rem;
  position: absolute;
  right: 1.0rem;
  width: 2.5rem;
}

.entry .main-content td .icon_error.reg01 {
  right: 0;
  bottom: 1.4rem;
}

.entry .main-content td .icon_error.reg02 {
  position: static;
  margin-left: 1rem;
}

.entry .main-content td .icon_error.reg03 {
  right: -1.8rem;
}


.entry .main-content td input.w100,
.entry .main-content td textarea.w100 {
  width: 100%;
  height: 5.0rem;
  border-radius: 5px;
  border: 1px #333 solid;
  padding: 1rem 1.5rem;
  width: 100%;
  color: #333;
  /* 入力文字の色 */
  font-size: 1.6rem;
  position: relative;

}

.entry .main-content td textarea.w100 {
  height: 20rem;
}

.entry .main-content th.self-start {
  align-items: self-start;
}

.entry .main-content td input.w100::placeholder,
.entry .main-content td textarea.w100::placeholder {
  color: #ababab;
  font-size: 1.6rem;
  /* プレースホルダーの色 */

}

.entry .main-content td select {
  width: 23%;
  height: 5.0rem;
  border: 1px solid #333;
  border-radius: 5px;
  font-size: 1.6rem;
}

.entry .main-content td .ymd {
  margin: 0 2rem;
}

.entry .main-content td .radio {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #333;

}

.entry .main-content td label {
  display: flex;
  text-align: center;
  width: fit-content;
}

.entry .main-content td label span {
  margin: 0 1.5rem;
}

.entry .main-content td .tel {
  width: 8.6rem;
  border: 1px solid #333;
  height: 5.0rem;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 0 0 0 1rem;
}

.entry .main-content td .tel::placeholder {
  color: #ababab;
  font-size: 1.6rem;
}

.entry .main-content td option {
  height: 5.0rem;
  width: 18rem;
  font-size: 1.6rem;
}

.submit-btn {
  width: 52rem;
  height: 6.0rem;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem auto 0;
  background-image: linear-gradient(to right, #f78da7, #ffa594);
  position: relative;
  border-radius: 5px;
  background-color: #ef8079;
  overflow: hidden;
  /* ← 光がはみ出ないように */
}

.submit-btn::after {
  content: "→";
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

/* 光のエフェクト */
.submit-btn::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}

.submit-btn:hover::before {
  animation: shiny-kiran 1s ease forwards;
}

@keyframes shiny-kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }

  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }

  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }

  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }

  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}



.entry .main-content .submit-btn::after {
  content: '→';
  font-size: 16px;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
  transition: all 0.5s;
}

.entry .main-content td .tel_hyphen {
  margin: 0 1rem;
}

@media screen and (max-width: 1050px) {

  .entry .main-content {
    margin-top: 2.5rem;
    padding: 5rem 5.5rem;
  }

  .entry .main-content tr {
    display: block;
    margin: 0 0 1.6rem;
  }

  .entry .main-content td {
    width: 100%;
  }

  .entry .main-content th {
    margin: 0 0 0.5rem;
    width: 90%;
    justify-content: flex-start;
  }

  .entry .main-content th .required {
    margin-left: 1.5rem;
  }

  .entry .main-content th .no_required {
    margin-left: 1.5rem;
  }


  .entry .main-content th.self-start {
    align-items: center;
  }
}

@media screen and (max-width: 768px) {

  .entry .main_text {
    font-size: 1.2rem;
  }

  .entry .error_text {
    font-size: 1.2rem;
  }

  .entry .error_text::before {
    content: "";
    background-image: url(../images/entry_icon_error.png);
    background-size: 100% 100%;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    left: -1.5rem;
    top: 0.2rem;
  }

  .entry .main-content {

    padding: 2.5rem 2.5rem 5.0rem;
    margin: 2.5rem auto;
    width: calc(100% - 5.0rem);
  }

  .entry .main-content td input.w100,
  .entry .main-content td textarea.w100 {
    width: 100%;
  }

  .entry .main-content th,
  .entry .main-content td {
    font-size: 1.2rem;
    flex-wrap: wrap;
    row-gap: 1.0rem;
  }

  .entry .main-content td input.w100,
  .entry .main-content td textarea.w100 {
    font-size: 1.4rem;
  }

  .entry .main-content td select {
    width: 55%;
  }

  .entry .main-content td select.w37 {
    width: 35%;
  }

  .entry .main-content td .error_message {
    font-size: 1.0rem;
    color: #323232;
    position: absolute;
    bottom: -1.2rem;
    left: 2rem;
  }

  .entry .main-content td .icon_error {
    margin-left: 0.25rem;
    position: absolute;
    right: 1.0rem;
    width: 1.6rem;
  }

  .entry .main-content td .icon_error.reg01 {
    right: 0;
    bottom: 1.8rem;
  }

  .entry .main-content td .icon_error.reg02 {
    position: static;
    margin-left: 1rem;
  }

  .entry .main-content td .icon_error.reg03 {
    right: -1.8rem;
  }

  .entry .main-content .submit-btn {
    width: 100%;
    height: 5rem;
    font-size: 1.4rem;
    margin: 1.5rem auto 0;
  }

  .entry .main-content td.w90 {
    width: 90%;
  }

  .entry .main-content td .tel_hyphen {
    margin: 0 0.5rem;
  }

  .entry .main-content td .ymd {
    margin: 0 1rem;
  }

  .entry .main-content td .tel {
    height: 5.0rem;
    border-radius: 5px;
    font-size: 1.4rem;
    padding: 0 0 0 1rem;
    width: 26%;
  }

  .entry .main-content td input.w100::placeholder,
  .entry .main-content td textarea.w100::placeholder,
  .entry .main-content td .tel::placeholder {
    font-size: 1.4rem;
  }

  .entry .main-content td label {
    width: 45%;
  }

}

.content_form {
  margin: 10rem auto;

  max-width: 1240px;
  width: 89.6%;
}

.content_form .title {
  height: 21rem;
  width: 100%;
  position: relative;
  display: flex;
}

.content_form .title .en {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 7.2rem;
  position: absolute !important;
  top: -20px;
  right: 0;
  position: relative;
}

.content_form .title .jp {
  font-size: 3.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.content_form.thanks {
  margin-top: 5.0rem;
  background-color: rgba(255, 255, 255, .25);
  padding: 10rem 11rem;
}

.content_form .flow_content h3 {
  width: 100%;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right, #f78da7, #ffa594);
  font-size: 2.4rem;
  height: 6.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.content_form .flow_content h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  /* 吹き出しの直下に配置 */
  left: 50%;
  transform: translate(-50%, 0%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffa594;
  /* 吹き出しの色と同じにする */
  margin: 0 auto;
}

.content_form .flow_content .content_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.content_form .flow_content .content_wrap .content_step {
  position: relative;
  padding: 1rem;
  /* グラデーションの縁としての余白 */
  background-image: linear-gradient(to top, #4285ec, #0bbafb);
  /* グラデ背景 */
  width: 22%;
  height: 32.5rem;
  text-align: center;
  box-sizing: border-box;
  margin: 7rem 0;
}

.content_form .flow_content .content_wrap .content_step::before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 0;
}

/* 中のコンテンツは上に来るように */
.content_form .flow_content .content_wrap .content_step>* {
  position: relative;
  z-index: 1;
}

/* 右の吹き出し三角 */
.content_form .flow_content .content_wrap .content_step::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #2ea2f0;
  /* 三角の色はグラデの濃い方に合わせる */
  z-index: 1;
}

.flow_content .content_wrap .content_step:last-of-type::after {
  content: none;
}


/* Stepラベルの丸 */
.content_form .flow_content .content_wrap .step {
  position: absolute;
  font-family: Helvetica, Arial, sans-serif;
  top: -20px;
  left: -20px;
  background: linear-gradient(to bottom right, #f78da7, #ffa594);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
  border: none;
}

.content_form .flow_content .content_wrap .step .number {
  font-size: 3rem;
  display: block;
  margin-top: -1rem;
}

/* テキスト */
.content_form .flow_content .content_wrap .content_step h4 {
  margin: 6rem 0 2rem;
  font-size: 2.0rem;
  font-weight: 600;
  color: #333;
}

/* 画像 */
.content_form .flow_content .content_wrap .content_step img {
  width: 100px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1050px) {

  .content_form .title {
    height: 120px;
    width: 100%;
    position: relative;
  }

  .content_form .title .en {
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 4.8rem;
    position: absolute;
    top: -40px;
    right: -5.2%;
  }

  .content_form .title .jp {
    font-size: 2.4rem;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }


  .content_form .flow_content .content_wrap .content_step {
    position: relative;
    padding: 1rem;
    background-image: linear-gradient(to top, #4285ec, #0bbafb);
    width: 47%;
    aspect-ratio: 3 / 4;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    margin: 2.5rem 0;
  }

  .content_form .flow_content h3 {

    font-size: 1.6rem;
    height: 5.6rem;
    margin: 3.0rem 0;

  }

  .content_form .flow_content h3::after {
    bottom: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ffa594;
  }

  .content_form .flow_content .content_wrap .step {
    font-size: 1.4rem;
    width: 5rem;
    height: 5rem;
    padding: 5px;
  }

  .content_form .flow_content .content_wrap .step .number {
    font-size: 1.8rem;
    margin-top: -6px;
  }

  .content_form .flow_content .content_wrap .content_step h4 {
    margin: 3rem 0 1rem;
    font-size: 1.6rem;
  }

  .content_form .flow_content .content_wrap .content_step img {
    width: 40%;
    height: auto;
    margin: 0 auto;
  }

  .content_form.thanks {
    padding: 2.5rem 2.5rem 2.5rem;
    margin: 2.5rem auto;
    width: calc(100% - 5.0rem);
  }
}


@media screen and (max-width: 768px) {
  .content_form {
    margin: 5rem auto;
  }

  .content_form.thanks .title .en {
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 4.8rem;
    position: absolute;
    top: -4rem;
    right: -2.5rem;
  }
}

/************
 contact
************/
.contact .tab-container {
  width: 100%;
}

.contact .tab-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  gap: 1px;
}

.contact .tab-menu li {
  padding: 1.5rem 2.0rem;
  cursor: pointer;
  background: #ccc;
  width: 33%;
  text-align: center;
  font-size: 1.6rem;
  margin: 0 0 5.0rem;
}

.contact .tab-menu li.active {
  background: linear-gradient(45deg, #4387ed 0%, #31a4ff 50%, #00a5ff 100%);
  color: white;
}

.contact .tab-content .form {
  display: none;
}

.contact .tab-content .form.active {
  display: block;
}

.contact .form2_text {
  text-align: center;
  margin: 0 auto 5.0rem;
}

.contact .checkbox {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #333;
}

.contact .checkbox span {
  margin: 0 0.5rem;
}


@media screen and (max-width: 768px) {
  .contact .tab-menu li {
    font-size: 1.2rem;
    margin: 0 0 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
  }

  .contact .form2_text {
    text-align: center;
    margin: 0 auto 2.0rem;
    font-size: 1.0rem;
  }
}


/************
faq
************/
.faq .flex {
  display: flex;
  justify-content: space-between;
}

.faq .main-content {
  margin-top: 5.0rem;
  background-color: rgba(255, 255, 255, .25);
  padding: 10rem 11rem;
  display: block;

  max-width: 1240px;
  width: 89.6%;
  margin: 6rem auto;
  padding: 5rem;
}

.faq .main-content h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin: 0 auto 3rem;
}

.faq .accordion {
  border-top: 1px solid #333;
  padding: 3rem;
}

.faq .accordion:last-of-type {
  border-bottom: 1px solid #333;
}

.faq .accordion p {
  display: flex;
  align-items: center;
}

.faq .accordion p a {
  border-bottom: 1px #333 solid;
}

.faq .capital {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 4rem;
  margin-right: 4rem;
  font-weight: 600;
}


.faq .plus {
  font-size: 4.0rem;
  font-weight: 600;

}

.faq .accordion-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.6rem;
  align-items: center;
}

.faq .accordion-content {
  display: none;
  margin-top: 1.5rem;
  font-size: 1.4rem;
}

.faq .accordion-content.active {
  display: block;

}

@media screen and (max-width: 768px) {

  .faq .flex {
    padding: 0 2rem;
  }

  .faq .flex .module-button {
    height: 60px;
    font-size: 1.4rem;
    padding-inline: 25px;

  }

  .faq .main-content {

    margin: 3rem auto;
    padding: 2rem;
  }

  .faq .main-content h3 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 auto 1.5rem;
  }

  .faq .accordion {
    border-top: 1px solid #333;
    padding: 1.5rem;
  }

  .faq .accordion:last-of-type {
    border-bottom: 1px solid #333;
  }

  .faq .accordion .accordion-header p {
    display: flex;
    align-items: center;
  }

  .faq .accordion .accordion-content p {
    display: flex;
    align-items: flex-start;
  }

  .faq .accordion p a {
    border-bottom: 1px #333 solid;
  }

  .faq .capital {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 2rem;
    margin-right: 1.5rem;
    font-weight: 600;
  }

  .faq .plus {
    font-size: 2.0rem;
    font-weight: 600;
    margin-left: 1.5rem;

  }

  .faq .accordion-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.4rem;
    align-items: center;
  }

  .faq .accordion-content {
    display: none;
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }

  .faq .accordion-content.active {
    display: block;

  }

}

/************
company
************/

.company .btn_tab {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.company .btn_tab .button-wrap {
  width: 20%;
}

.company .main-content {
  display: block;
}

.company .message {
  background-color: rgba(255, 255, 255, 0.75);
  margin: 5rem 0 0;
  width: calc(100% - 2.5rem);
  box-shadow: 2.5rem 2.5rem 0 rgba(86, 86, 86, 0.4);
  padding: 9rem 5rem;
  position: relative;
}

.company.business .message {
  margin-top: 0;
}

.company .message .left h2 {
  font-size: 3.6rem;
  margin-bottom: 3.0rem;
  font-weight: 500;
}

.company .message .left .w45 {
  width: 45%;
}

.company .message .left h2 span {
  font-size: 2.0rem;
  display: block;
  margin-bottom: 3.0rem;
}

.company .message .left .name {
  display: flex;
  margin: 3rem 0 0 0;
  position: relative;
  justify-content: end;
  align-items: flex-end;
}

.company .message .left .name img {
  width: 20rem;
  height: auto;
  margin-right: 1rem;
}

.company .message .float-right {
  float: right;
  right: -2.5rem;
  top: 10rem;
  box-shadow: 2.5rem 2.5rem 0 rgba(86, 86, 86, 0.4);
  position: absolute;
  display: block;
  width: 50%;
}

.company .profile {
  margin: 10rem 0 0;
  background-color: rgba(255, 255, 255, 0.45);
  width: 100%;
  padding: 0 0 10rem;
}

.company .profile .title {
  height: 155px;
  width: 100%;
  position: relative;
}


.company .profile .title .en {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 7.2rem;
  position: absolute;
  top: -20px;
  left: 0;
}

.company .profile .title .jp {
  font-size: 3.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.company .profile .content {
  padding: 0 5rem;
  margin: 6rem 0 0 0;
}

.company .profile .content h3 {
  font-size: 3.0rem;
  margin-bottom: 6.0rem;
  font-weight: 500;

}

.company .profile .content .content_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.company .profile .content .content_flex .company {
  width: 47.5%;
}

.company .profile .content .content_flex .company h4 {
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 1.5rem;

}

.company .profile .content .content_flex .company p {
  margin-bottom: 3rem;
}

.company .profile .content .content_flex .company iframe {
  width: 100%;
  margin: 0 0 5rem;
}

.company .compliance {
  margin: 10rem 0 10rem;
}

.company .b-shadow {
  box-shadow: 2.5rem 2.5rem 0 rgba(86, 86, 86, 0.4);
}

.company .relative {
  position: relative;
}

.company .pd80 {
  padding: 8rem 0 8rem 8rem;
}

.company .en_title {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 7.2rem;
  position: absolute;
  top: -2.5rem;
  right: 0;
}

.company .left_en_title {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 7.2rem;
  position: absolute;
  top: -2.5rem;
  left: 0;
}

.company .message .float-bottom {
  display: none;
}

.company .saiyo {
  background: linear-gradient(to right, #f78da7, #ffa594);
  max-width: 100%;
}

.company .saiyo span {
  -webkit-background-clip: border-box;
  /* 背景クリッピングを解除 */
  -webkit-text-fill-color: #FFF;
  /* テキスト色を白に指定 */
  color: #FFF;
  /* 保険として色を指定 */
}

.module-button--pink.saiyo::after {
  color: #FFF;
  /* 保険として色を指定 */

}

@media screen and (max-width: 768px) {
  .company .btn_tab {
    padding: 0 2rem;
  }

  .company .btn_tab .button-wrap {
    width: 50%;
    margin: 0;
    font-size: 1.4rem;
  }

  .company .btn_tab .button-wrap.w100 {
    width: 100%;
  }

  .company .btn_tab .button-wrap .module-button {
    padding: 0;
  }

  .company .main-content {
    display: block;
  }

  .company .message {
    background-color: rgba(255, 255, 255, 0.75);
    margin: 5rem 0 0;
    width: 100%;
    box-shadow: 1rem 1rem 0 rgba(86, 86, 86, 0.4);
    padding: 4rem 2.5rem;
    position: relative;
  }

  .company .message .left h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    width: 100%;
  }

  .company .message .left .w45 {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .company .message .left p {
    font-size: 1.2rem;
  }

  .company .message .left h2 span {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 1.5rem;
  }

  .company .message .left .name {
    display: flex;
    align-items: flex-end;
    margin: 1.5rem 0 0 0;
    font-size: 1.2rem;

  }

  .company .message .left .name img {
    width: 10rem;
    height: auto;
    margin-right: 1rem;
  }

  .company .message .float-right {
    display: none;
  }

  .company .message .float-bottom {
    display: block;
    width: 100%;
    margin: 1rem 0;
  }


  .company .profile {
    margin: 5rem 0 0;
    background-color: rgba(255, 255, 255, 0.45);
    width: 100%;
    padding: 0 0 2.5rem;
  }

  .company .profile .title {
    height: 120px;
    width: 100%;
    position: relative;
  }


  .company .profile .title .en {
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 4.8rem;
    position: absolute;
    top: -20px;
    left: 0;
  }

  .company .profile .title .jp {
    font-size: 2.4rem;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }

  .company .profile .content {
    padding: 0 2.5rem;
    margin: 0;
  }

  .company .profile .content h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: 500;

  }

  .company .profile .content .content_flex {
    display: block;

  }

  .company .profile .content .content_flex .company {
    width: 100%;
  }

  .company .profile .content .content_flex .company h4 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1.0rem;

  }

  .company .profile .content .content_flex .company p {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
  }

  .company .profile .content .content_flex .company iframe {
    width: 100%;
    margin: 0 0 2.5rem;
  }

  .company .compliance {
    margin: 1rem 0 5rem;
  }

  .company .b-shadow {
    box-shadow: 1.25rem 1.25rem 0 rgba(86, 86, 86, 0.4);
  }

  .company .relative {
    position: relative;
  }

  .company .pd80 {
    padding: 6rem 0 4rem;
  }

  .company .en_title {
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 3.6rem;
    position: absolute;
    top: 0rem;
    right: 0;
  }

  .company .left_en_title {
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 3.6rem;
    position: absolute;
    top: 0rem;
    left: 0;
    margin-bottom: 1.5rem;
  }

  .company .compliance h3,
  .company .temporary h3 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }

  .company .compliance p,
  .company .temporary p {
    font-size: 1.2rem;
  }
}

.company .company_entry .entry_title {
  text-align: center;
  font-size: 3.0rem;
  margin: 10rem auto;
}

.company .company_entry .entry_wrap {
  width: 100%;
  border-radius: 2.5rem;
  background-color: #fff;
  padding: 5rem;
  margin-bottom: 10rem;
}

.company .company_entry .wrap {
  width: 89.6%;
  margin: 0 auto;
}

.company .company_entry .entry_tag {
  display: flex;
  align-items: center;
}

.company .company_entry .entry_tag .tag01 {
  font-size: 1.6rem;
  color: #fff;
  background: linear-gradient(to right, #4387ed, #0db9fb);
  padding: 5px 10px;
}

.company .company_entry .entry_tag .tag02 {
  background: linear-gradient(to right, #4387ed, #0db9fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px 10px;
}

.company .company_entry .entry_title02 {
  font-size: 2.0rem;
  font-weight: 500;
  margin: 3.0rem 0;
}

.company .company_entry .job_content_gray {
  background-color: #f3f4f1;
  padding: 2.5rem;
  display: flex;
}

.company .company_entry .job_content_spec div {
  display: flex;
  border-bottom: 1px solid #f3f4f1;
  padding: 2.0rem 3.0rem 2rem;
}

.company .company_entry .job_content_spec div dt {
  width: 10rem;
}

.company .company_entry .job_content_spec div dd {
  margin-left: 3.0rem;
  line-height: 1.7;
  width: 100%;
}

.company .company_entry .job_btn_flex {
  display: flex;
  justify-content: center;
  margin: 2.0rem 0;
}

.company .company_entry .job_btn_flex button {
  width: 26rem;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  position: relative;
}

.company .company_entry .job_btn_flex .btn_apply {
  background: linear-gradient(90deg, rgb(247, 141, 167) 0%, rgb(255, 165, 148) 100%);
  color: #fff;
}

.company .company_entry .job_btn_flex .btn_apply_inner {
  position: relative;
}

.company .company_entry .job_btn_flex .btn_apply_inner::after {
  content: "→";
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5rem;
}

@media screen and (max-width: 768px) {
  .company .company_entry .entry_title {
    font-size: 1.8rem;
    margin: 2.5rem auto;
  }

  .company .company_entry .entry_wrap {
    width: 100%;
    border-radius: 2.5rem;
    background-color: #fff;
    padding: 2rem;
    margin-bottom: 5rem;
  }

  .company .company_entry .wrap {
    width: 100%;
    margin: 0 auto;
  }

  .company .company_entry .entry_tag {
    display: flex;
    align-items: center;
  }

  .company .company_entry .entry_tag .tag01 {
    font-size: 1.0rem;
    color: #fff;
    background: linear-gradient(to right, #4387ed, #0db9fb);
    padding: 2.5px 5px;
  }

  .company .company_entry .entry_tag .tag02 {
    font-size: 1.0rem;

    background: linear-gradient(to right, #4387ed, #0db9fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 2.5px 5px;
  }

  .company .company_entry .entry_title02 {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 1.5rem 0;
  }

  .company .company_entry .job_content_gray {
    background-color: #f3f4f1;
    padding: 1.25rem;
    display: flex;
    font-size: 1.2rem;
  }

  .company .company_entry .job_content_spec div {
    display: flex;
    border-bottom: 0.5px solid #f3f4f1;
    padding: 1.0rem 0rem 1rem;
  }

  .company .company_entry .job_content_spec div dt {
    width: 10rem;
    font-size: 1.4rem;
  }

  .company .company_entry .job_content_spec div dd {
    margin-left: 1.5rem;
    line-height: 1.7;
    width: 100%;
    font-size: 1.4rem;

  }

  .company .company_entry .job_btn_flex {
    display: flex;
    justify-content: center;
    margin: 1.0rem 0;
  }

  .company .company_entry .job_btn_flex button {
    width: 100%;
    border-radius: 2.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    position: relative;
  }

  .company .company_entry .job_btn_flex .btn_apply {
    background: linear-gradient(90deg, rgb(247, 141, 167) 0%, rgb(255, 165, 148) 100%);
    color: #fff;
  }

  .company .company_entry .job_btn_flex .btn_apply_inner {
    position: relative;
  }

  .company .company_entry .job_btn_flex .btn_apply_inner::after {
    content: "→";
    font-size: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5rem;
  }
}

.business .s_title {
  font-size: 2.0rem;
  font-weight: 500;
  margin: 0 0 4rem;
}

.business .float-right {
  top: 4.5rem !important;
}

.business .service {
  margin: 14rem 0 10rem;
  background-color: rgba(255, 255, 255, 0.45);
  width: 100%;
  padding: 0 0 10rem;
  display: block;

}


.business .service .title {
  height: 155px;
  width: 100%;
  position: relative;
}

.business .service .title .en {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 7.2rem;
  position: absolute;
  top: -20px;
  right: 0;
}

.business .service .title .jp {
  font-size: 3.6rem;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
}


.business .text_before {
  text-align: center;
  margin: 0 auto 10rem;
}

.business .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 0 5rem;
  margin: auto;
}


.business .service_image {
  width: 100%;
}

.business .sub_title {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
  font-size: 2.4rem;
  margin: 10px 0;
  display: block;
}

.business .sub_title .en_sub {
  font-size: 2.4rem;
  display: block;
  border-bottom: #000 1px solid;
  font-weight: 600;
  margin: 0 0 2.5rem;
}

.business .sub_title .en_sub .num {
  font-size: 3.0rem;
}

.business .sub_title .j_title {
  font-size: 2.0rem;
  font-weight: 500;
}

.business .text {
  font-size: 1.6rem;
  margin: 2.5rem 0 0 0;
}

.business .business_form {
  margin: 10rem 0;
  height: 50rem;
}

.business .business_form .module-bg-sheet {
  background-color: rgba(0, 87, 161, .85);
}

.business .section-category__cotent-body {
  margin: 0;
}

.business .business_form .pd100 {
  padding: 10rem 0;
  position: relative;
  height: auto;
  /* 高さを自動で調整 */
}

.business .business_form .left_en_title {
  color: #fff;
  top: -1rem;
}

.business .business_form .business_form_img {
  position: absolute;
  bottom: -24rem;
  left: -30rem;
  box-shadow: 2.5rem 2.5rem 0 rgba(86, 86, 86, 0.4);
  display: block;
  width: 60rem;
}

.business .industry .title {
  margin: 0 0 5rem;
}

.business .industry .indsutry_wrap .sub02_title {
  display: flex;
  align-items: center;
}

.business .industry .indsutry_wrap .sub02_title .j_title {
  font-size: 2.4rem;
  align-self: center;

}

.business .industry .indsutry_wrap .sub02_title .num {
  color: #fff;
  background-color: #323232;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  display: flex;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 3.0rem;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  aspect-ratio: 1;
}

.business .industry .indsutry_wrap .text {
  margin: 2.5rem 0;
}

.business .group {
  margin: 10rem auto 0;
}

.business .group .title {
  height: 155px;
  width: 100%;
  position: relative;
}


.business .group .title .en {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 7.2rem;
  position: absolute;
  top: -20px;
  right: 0;
}

.business .group .title .jp {
  font-size: 3.6rem;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
}

.business.company .group_wrap .compliance {
  margin: 0 0 10rem;

}

.business .group_wrap .company_title {
  font-weight: 500;
  font-size: 3.0rem;
  margin-bottom: 2rem;
}

.business .group_wrap .company_title .sub {
  font-weight: 500;
  font-size: 2.4rem;
  display: block;
  margin-bottom: 3rem;
}

.business .group_wrap .text {
  font-weight: 400;
  font-size: 1.6rem;
  margin: 0 0 2.5rem;
}

.business .group_wrap .name {
  font-weight: 500;
  font-size: 2.0rem;
  display: block;
  margin: 2rem 0;
}

@media screen and (max-width: 768px) {
  .business .s_title {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 0 2rem;
  }

  .business .service {
    margin: 5rem 0;
    background-color: rgba(255, 255, 255, 0.45);
    width: 100%;
    padding: 0 0 5rem;
    display: block;

  }


  .business .service .title {
    height: 120px;
    width: 100%;
    position: relative;
  }

  .business .service .title .en {
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 4.8rem;
    position: absolute;
    top: -20px;
  }

  .business .service .title .jp {
    font-size: 2.4rem;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: 0;
    width: 100%;
    text-align: center;
  }

  .business .text_before {
    text-align: center;
    margin: 0 auto 2.5rem;
    font-size: 1.2rem;
  }

  .business .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0rem;
    padding: 0 2.5rem;
    margin: auto;
  }

  .business .service .service_wrap {
    margin-top: 2rem;
  }

  .business .service .service_wrap .text {
    font-size: 1.2rem;
    margin: 1.5rem 0 0 0;
  }

  .business .service_image {
    width: 100%;
  }

  .business .sub_title {
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
    font-size: 1.6rem;
    margin: 0.5rem 0;
    display: block;
  }

  .business .sub_title .en_sub {
    font-size: 1.8rem;
    display: block;
    border-bottom: #000 1px solid;
    font-weight: 600;
    margin: 0 0 1.25rem;
  }

  .business .sub_title .en_sub .num {
    font-size: 2.0rem;
  }

  .business .sub_title .j_title {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .business .text {
    font-size: 1.2rem;
    margin: 2.5rem 0 0 0;
  }

  .business .business_form {
    margin: 5rem 0;
    height: 36rem;
  }

  .business .business_form .module-bg-sheet {
    background-color: rgba(0, 87, 161, .85);
  }

  .business .section-category__cotent-body {
    margin: 0;
  }

  .business .business_form .pd100 {
    padding: 7.5rem 0;
    position: relative;
    height: auto;
    /* 高さを自動で調整 */
  }

  .business .business_form .left_en_title {
    color: #fff;
  }

  .business .business_form .business_form_img {
    position: absolute;
    bottom: -15rem;
    left: -2rem;
    box-shadow: 1.25rem 1.25rem 0 rgba(86, 86, 86, 0.4);
    display: block;
    width: 30rem;
  }

  .business .industry .title {
    margin: 0 0 2.5rem;
  }

  .business .industry .indsutry_wrap .sub02_title {
    display: flex;
    align-items: center;
  }

  .business .industry .indsutry_wrap .sub02_title .j_title {
    font-size: 1.8rem;
    align-self: center;

  }

  .business .industry .indsutry_wrap .sub02_title .num {
    color: #fff;
    background-color: #323232;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    display: flex;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
  }

  .business .industry .indsutry_wrap .text {
    margin: 1.5rem 0;
  }

  .business .group {
    margin: 5rem auto 0;
  }


  .business .group .title {
    height: 140px;
    width: 100%;
    position: relative;
  }


  .business .group .title .en {
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 4.8rem;
    position: absolute;
    top: -1rem;
    right: 0;
  }

  .business .group .title .jp {
    font-size: 2.4rem;
    position: absolute;
    /* top: 75%; */
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    bottom: 0;
    width: 100%;
    text-align: center;
  }

  .business .group_wrap .compliance {
    margin: 0 0 5rem;
  }

  .business .group_wrap .company_title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    width: 100%;
  }

  .business .group_wrap .company_title .sub {
    font-weight: 500;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 1.5rem;
  }

  .business .group_wrap .text {
    font-weight: 400;
    font-size: 1.2rem;
    margin: 0 0 2.5rem;
  }

  .business .group_wrap .name {
    font-weight: 500;
    font-size: 1.6rem;
    display: block;
    margin: 1.0rem 0;
  }
}

.about.company .message .float-right {
  top: 10rem !important;
}

.about.company .message {
  height: 53.5rem;
}

.about .container {
  margin-top: 10rem;
}

.about .main-container {
  display: block;
  z-index: 1;
  position: relative;
  padding-top: 80px;
}

.about .about_form {
  background-color: rgba(255, 255, 255, 0.45);
}

.about .about_form .about_form_title {
  height: 155px;
  width: 100%;
  position: relative;
}


.about .about_form .about_form_title .en {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 7.2rem;
  position: absolute;
  top: -20px;
  left: 0;
}

.about .about_form .about_form_title .jp {
  font-size: 3.6rem;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
}

@media screen and (max-width: 768px) {


  .about.company .message {
    height: fit-content;
    margin-top: 2.5rem;
  }

  .about .main-container {
    display: block;
    z-index: 1;
    position: relative;
    padding-top: 70px;
  }

  .about .container {
    margin-top: 2.5rem;
  }

  .about .about_form {
    background-color: rgba(255, 255, 255, 0.45);
    width: 89.6%;
  }

  .about .about_form .about_form_title {
    height: 120px;
    width: 100%;
    position: relative;
  }


  .about .about_form .about_form_title .en {
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 4.8rem;
    position: absolute;
    top: -20px;
  }

  .about .about_form .about_form_title .jp {
    font-size: 2.4rem;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
}

.work.company .message {
  background: none;
  box-shadow: none;
  margin-top: 0;
}

.work .s_title {
  font-size: 3.6rem;
  margin-bottom: 5.0rem;
}

.work .s02_title {
  font-size: 2.0rem;
  margin-bottom: 5.0rem;
  font-weight: 500;
}

.work .slAreas .heading .title {
  margin-bottom: 5.0rem;
}

.work .slAreas .heading .title .en {
  right: 0;
  left: auto;
}

.work.business .sub_title .en_sub {
  font-size: 2.4rem;
  display: block;
  font-weight: 600;
  margin: 0 0 2.5rem;
  position: relative;
  border-bottom: none;
}

.work.business .sub_title .en_sub::after {
  content: "";
  display: block;
  height: 1px;
  /* ボーダーの高さ */
  background: linear-gradient(to right, #4285ec, #0bbafb);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* 全幅に適用 */
}

.work.business .text {
  font-size: 2.0rem;
}

.work.business .service .l_title {
  height: 0.2rem;
}

.work.business .service .en.left {
  left: 0;
  right: auto;
}

.work.business .service.what {
  margin: 14rem 0 0;
}

.work.business .service .what_rap {
  display: block;
  padding: 10rem 5rem 0;
}

.work.business .service .what_rap .service_image {
  float: right;
  width: 50%;
  margin: 0 0 2rem 2rem;
}

.work .content_form .flow_content .content_wrap .content_step {
  margin: 7rem 0 0;
}

.work.business .service.mt50 {
  margin-top: 5rem;
}

.work.business .service .mt0 {
  margin-top: 0rem;
}

.work.business .service.back_none {
  background: none;
  margin-bottom: 0;
  padding-bottom: 2.5rem;
}

.work.business .industry .indsutry_wrap .sub02_title {
  margin-bottom: 3rem;
}

.work.business .mg_center {
  margin: 0 auto;
}

.work.business .top_form_col input {
  border-radius: .25rem;
  line-height: 3rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {

  .work.company .message {
    margin-top: 0;
    padding: 0;
  }

  .work .s_title {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }

  .work .s02_title {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 1.5rem;
  }


  .work .slAreas .heading .title {
    margin-bottom: 2.5rem;
  }

  .work .slAreas .heading .title .en {
    right: 0;
    left: auto;
  }

  .work.business .sub_title .en_sub {
    font-size: 2.4rem;
    display: block;
    font-weight: 600;
    margin: 0 0 2.5rem;
    position: relative;
    border-bottom: none;
  }

  .work.business .sub_title .en_sub::after {
    content: "";
    display: block;
    height: 1px;
    /* ボーダーの高さ */
    background: linear-gradient(to right, #4285ec, #0bbafb);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* 全幅に適用 */
  }

  .work.business .s-mt0 {
    margin-top: 0rem;
  }

  .work.business .text {
    font-size: 1.4rem;
  }

  .work.business .service .l_title {
    height: 0.2rem;
  }

  .work.business .service .en.left {
    left: 0rem;
    right: auto;
  }

  .work.business .main-content.w100 {
    width: 100%;
  }

  .work.business .service.what {
    margin: 7rem 0 0;
  }


  .work.business .service .what_rap {
    display: block;
    padding: 5rem 2.4rem 0;
  }

  .work.business .service .what_rap .service_image {
    float: none;
    width: 100%;
    margin: 0 auto;
  }



  .work.business .service .service_wrap p {
    font-size: 1.2rem;
    margin: 1rem 0 0;
  }

  .work .content_form .flow_content .content_wrap .content_step {
    margin: 7rem 0 0;
  }

  .work.business .service.mt50 {
    margin-top: 5rem;
  }

  .work.business .service .mt0 {
    margin-top: -2.5rem;
    width: 100%;
    padding: 0;
  }

  .work.business .service.back_none {
    background: none;
    margin-bottom: 0;
  }

  .work.business .industry .indsutry_wrap .sub02_title {
    margin-bottom: 3rem;
  }

  .work.business .mg_center {
    margin: 0 auto;
  }

  .work.business .top_form_col input {
    border-radius: .25rem;
    line-height: 3rem;
    font-size: 1.6rem;
  }

  .work.company .form-wrapper {
    display: block;
    width: 89.6%;
    margin-top: 30px;
  }

  .work.company .form-inner__left {
    width: 100%;
  }

  .work.company .top_form_row {
    margin: 0 0 10px 0;
  }

  .work.company .top_form_row:last-child {
    width: 60%;
  }

  .work.company .top_form_parts_title {
    font-size: 1.3rem;
    margin-bottom: 6px;
  }

  .work.company .top_form_col {
    margin: 0 .5rem;
  }

  .work.company .top_form_col3 .top_form_hierarchical_select {
    left: auto;
    right: 0;
  }

  .work.company .top_form_hierarchical_select.open {
    max-height: 40vh;
    width: 200px;
  }

  .work.company .top_form_controls {
    position: absolute;
    bottom: 30px;
    right: 38px;
    width: 30%;
    height: 42px;
  }

  .work.company .top_form_controls .form-button {
    font-size: 1.6rem;
  }

  .work.company .top_form_controls .form-button::after {
    content: "→";
    font-size: 14px;
    top: 50%;
    right: 8px;
  }

}

.support .support_wrap {
  padding: 6.0rem 2.0rem 1rem;
}

.support .support_wrap h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 5.0rem;
}

.support .support_wrap .support_conter {
  padding: 0 2.0rem;
}

.support .support_wrap .support_conter h4 {
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 3.0rem;
}

.support .support_wrap .support_conter .support_grid {
  display: flex;
  grid-template-columns: repeat(auto-fill, 8.0rem);
  gap: 2rem;
  margin-bottom: 5.0rem;
}

.support .support_wrap .support_conter .support_content {
  display: block;
  text-align: center;
  width: 8.0rem;
}

.support .support_wrap .support_conter .support_content .support_pdf {
  text-align: center;
  font-size: 1.4rem;

}

.support .support_wrap .support_conter .support_content .support_pdf p {
  margin: 1rem auto 0;
  line-height: 1.0;
  color: #787878;
  border-bottom: 1px solid #787878;
  width: fit-content;
  padding: 0.1rem;
  text-align: center;
}

.support .support_wrap .support_conter .wrap_flex {
  display: flex;
  gap: 6rem;
  row-gap: 0rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.support .support_wrap .support_conter .wrap_flex .gray_wrap {
  display: flex;
  background-color: #f3f4f1;
  padding: 1.5rem 4.0rem;
}


.support .support_wrap .support_conter .wrap_flex .gray_wrap .text {
  font-size: 1.4rem;
  margin-left: 1rem;
}

.support .support_wrap .support_conter .support_link {
  display: flex;
}

.support .support_wrap .support_conter .support_link p {

  font-size: 1.6rem;
  border-bottom: #323232 solid 1px;
  margin: 0 1.0rem 0 2.0rem;
}


@media screen and (max-width: 768px) {
  .support .main-content {
    margin-top: -4rem !important;
  }

  .support .support_wrap {
    padding: 3.0rem 1.0rem 0.5rem;
  }

  .support .support_wrap .support_conter {
    padding: 0;
  }

  .support .support_wrap .support_conter .support_grid {
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }

  .support .support_wrap h3 {
    font-size: 2.0rem;
    margin-bottom: 2.5rem;
  }

  .support .support_wrap .support_conter h4 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
  }


  .support .support_wrap .support_conter .support_content .support_pdf {
    text-align: center;
    font-size: 1.2rem;
  }

  .support .support_wrap .support_conter .wrap_flex .gray_wrap {
    display: flex;
    background-color: #f3f4f1;
    padding: 1.0rem 2.0rem;
    justify-content: space-between;
    font-size: 1.2rem;

  }

  .support .support_wrap .support_conter .wrap_flex .gray_wrap .text {
    font-size: 1.2rem;
    width: 60%;
  }

  .support .support_wrap .support_conter .support_link p {
    font-size: 1.2rem;
    border-bottom: #323232 solid 1px;
    margin: 0 1.0rem 0 0rem;
  }

  .support.joblist .main-content .job_content_right {
    margin-top: 8rem;
  }
}

.special {
  display: block;
}

.special .content_special {
  display: flex;
  width: 100%;
}

.special .content_special img {
  width: 50%;
  height: auto;
}


.special .content_form .flow_content .content_wrap .content_step {
  width: 46%;
  height: auto;
  margin-bottom: 0;
}

.special .content_form .flow_content .content_wrap .content_step h4 {
  padding: 0 1rem;
}

.special .content_form .flow_content .content_wrap .content_step h4 .min {
  display: block;
  font-size: 0.8em;
}

.special .content_form .flow_content .content_wrap .content_step p {
  padding: 0 1rem 3rem;
}

.special .content_form .flow_content .content_wrap .content_step img {
  margin-bottom: 1rem;
}

.special_tel_entry {
  display: flex;
}


@media screen and (max-width: 768px) {
  .special .content_special {
    display: block;
    width: 100%;
  }

  .special .content_special img {
    width: 100%;
    height: auto;
  }

  .special .content_form {
    margin-top: 10rem;
  }

  .special .content_form .flow_content .content_wrap {
    display: block;
  }

  .special .content_form .flow_content .content_wrap .content_step {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    aspect-ratio: auto;
  }

  .special .content_form .flow_content .content_wrap .content_step::after {
    content: "";
    position: absolute;
    right: 48%;
    top: 98%;
    transform: rotate(90deg);
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #4285ec;
    z-index: 1;
  }

  .special .flow_content .content_wrap .content_step:last-of-type::after {
    display: none !important;
  }

  .special .content_form .flow_content .content_wrap .step {
    font-size: 1.4rem;
    width: 8rem;
    height: 8rem;
    padding: 20px;

  }
}