@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&family=Noto+Sans+JP:wght@400;700;900&family=Noto+Serif+JP:wght@400;700&display=swap&family=Noto+Serif+JP:wght@700&display=swap');

html, body {
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP',"游ゴシック", "YuGothic", "ヒラギノゴシック Pro W3", "Hiragino Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  letter-spacing: .075em;
  position: relative;
  color: #333;
  line-height: 1.8;
  font-size: 1.1vw;
}

img {
  display: block;
  width: 100%;
}

.PC {
  display: block;
}

.SP {
  display: none;
}

.splide__slide {
  padding: 3vw 1.5vw;
}

.splide__pagination {
  bottom: -1.5em;
}

.splide__pagination__page.is-active {
  background: #5EAC4D;
}

.splide__pagination__page {
  height: 12px;
  width: 12px;
  margin: 10px;
}

.bg_dot {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #d9d9d9 1.5px, transparent 1.5px);
  background-position: 0 0;
  background-size: 15px 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.header {
  position: absolute;
  padding: 0 4vw;
  height: 6vw;
  display: flex;
  align-items: center;
  z-index: 999;

}
.header_logo {

}
.header_logo img {
  display: block;
  width: 14vw;
}
.hero {
  position: relative;
  background: url(../img/hero.jpg) no-repeat right;
  background-size: cover;
  width: 100%;
  height: 56vw;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero_contents {
  width: 100%;
  margin: 0 auto;
  padding: 8vw 4vw 0;
}
.hero_ttl {
  width: 100%;
  max-width: 40vw;
}
.hero_ttl p {
  color: #fff;
  font-weight: 900;
}
.hero_ttl .subtitle {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4vw;
  line-height: 1.4;
  margin-bottom: 0.5vw;
  text-shadow: 0px 0px 12px #000;
}
.hero_ttl .maintitle {
  font-size: 5vw;
  line-height: 1.2;
  margin-bottom: 2vw;
  text-shadow: 0px 0px 12px #000;
}

.hero_ttl .maintitle span {
  font-size: 6vw;
}
.hero_ttl_02 {
  background: #5EAC4D;
  color: #fff;
  width: 35vw;
  display: flex;
  justify-content: center;
  padding: 1vw;
  margin: 0 0 2vw;
  font-size: 1.2vw;
}
.hero_ttl_02 p {
  font-weight: 700;
}
.hero_ttl_02  img {
  width: 10vw;
}
.hero_award img{
  width: 35vw;
}

.hero_form {
  position: absolute;
  right: 4vw;
  top: 0;
  background: rgba(0,0,0,0.8);
  padding: 2vw;
  width: 30vw;
  height: 100%;
  color: #fff;
}
.hero_form_ttl {
  font-size: 2.4vw;
  text-align: center;
}
.hero_form input,.hero_form select {
  background: #fff;
  border-radius: 5px;
  border: solid 1px #333;
  padding: 0.4vw 0.6vw;
  color: #333;
  font-size: 0.8vw;
}

::placeholder {
  color: #ddd;
}

.boxContainer {
  display: flex;
}

.top-entry-row {
  margin-bottom: 0.4vw;
}

.top-entry-label {
  font-size: 1vw;
  font-weight: 700;
}

.top-entry-hissu {
  background: red;
  border-radius: 4px;
  font-size: 0.8vw;
  padding: 0.2vw;
  margin-right: 0.4vw;
}
.top-entry-ninni {
  background: #888;
  border-radius: 4px;
  font-size: 0.8vw;
  padding: 0.2vw;
  margin-right: 0.4vw;  
}


.top-privacy-link {
  color: #fff;
}

#entry_user_tel, #entry_user_email {
  width: 100%;
}
#entry_user_birthdate_year, #entry_user_addr_1 {
  width: 11vw;
}

#entry_user_birthdate_month,#entry_user_birthdate_day   {
  width: 6vw;
}

.hero_form .formbtn {
  background: linear-gradient(to left, #F20000, #FFEC00);
  padding: 0.5vw;
  font-size: 1.8vw;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

/* --------- animation --------- */

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}

.company {
  display: flex;
  align-items: center;
  background: #fff;
  overflow: hidden;
}

.company .animation {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.company_inner {
  display: flex;
  align-items: center;
}

.company_inner li {
  list-style-type: none;
  width: calc(100vw / 6);
}

.company_inner li > img {
  width: 100%;
  display: block;
}

.container {
  margin: 0 auto;
  padding: 6vw 10vw;
}

.heading {
  font-size: 2vw;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 4vw;
  font-weight: 900;
  color: #5EAC4D;
}


.heading_jp {
  margin-bottom: 2vw;
}

.heading_jp:before {
  content:'';
  display: block;
  margin: 0 auto 1vw;
  width: 55px;
  height: 55px;
}

.heading_en {
  color: #333;
  font-size: 60%;
}

.heading strong {
  color: #FFEC00;
}


.lead {
  font-size: 1.4vw;
  text-align: center;
  margin-bottom: 4vw;
}

/* --------- introduction --------- */

#introduction {
  padding-top: 0;
  padding-bottom: 0;
}

.introduction_wrap {
  display: flex;
  align-items: center;
}

.introduction_img {
  width: 38%;
}

.introduction_img img {
  display: block;
  width: 100%;
}

.introduction_text {
  font-size: 1.4vw;
  line-height: 2;
  text-align: center;
  font-weight: 600;
  padding: 1vw;
}

.introduction_text h2 {
  font-size: 0;
}

.introduction_text h2:before {
  content: "";
  display: block;
  background: url(../img/logo_lights.png) no-repeat;
  width: 30vw;
  height: 7vw;
  background-position: center;
  background-size: contain;
  margin: 0 auto 1.4vw;
}

.introduction_lead span {
  color: #5EAC4D;
}

/* --------- award --------- */

#award {
}

.award_ttl {
  text-align: center;
}

.award_ttl_wrap {
  display: inline-block;
  position: relative;
}

.award_ttl_wrap:before, .award_ttl_wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 148px;
  top: 50%;
  transform: translateY(-50%);
} 

.award_ttl_wrap:before {
  background: url(../img/img_line_left.png) no-repeat;
  background-size: contain;
  right: 105%;
}

.award_ttl_wrap:after {
  background: url(../img/img_line_right.png) no-repeat;
  background-size: contain;
  left: 105%;
}

.award_ttl_wrap02{
  display: inline-block;
  font-size: 0;
}

.award_ttl_wrap02:before {
  content: "";
  display: block;
  background: url(../img/img_award.png) no-repeat center;
  background-size: contain;
  width: 680px;
  height: 360px;
  margin: 0 auto;
}

.award_img {
text-align: center;
}

.award_img img {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

/* --------- case --------- */

#case {
  padding: 8vw 0;
}

#case .heading_jp:before {
  background: url(../img/icon_heading_case.png) no-repeat;
  background-size: contain;
}

.case {
  background: #fff;
  border-radius: 24px;
  box-shadow: #ccc 0 0 30px;
  padding: 2vw 4vw;
  position: relative;
}

.case:before {
  content: '';
  display: block;
  position: absolute;
  width: 10vw;
  height: 11vw;
  top: -2vw;
  right: 2vw;
}

.case01:before {
  background: url(../img/icon_case01.png) no-repeat;
  background-size: contain;
}

.case02:before {
  background: url(../img/icon_case02.png) no-repeat;
  background-size: contain;
}

.case03:before {
  background: url(../img/icon_case03.png) no-repeat;
  background-size: contain;
}

.case_ttl {
  position: relative;
  color: #5EAC4D;
  padding: 2vw 0;
  display: flex;
  align-items: center;
}

.case_ttl:before {
  content: '';
  background: url(../img/icon_fukidashi.png) no-repeat;
  background-size: contain;
  display: block;
  width: 2.5vw;
  height: 2.5vw;
  margin-right: 1.2vw;
}

.case_wrap {
  display: flex;
  gap: 1.8vw;
  margin-bottom: 2.4vw;
}

.case_txt {
  width: 60%;
}

.case_txt h3 {
  margin-bottom: 1vw;
}

.case_photo {
  width: 40%;
  flex-shrink: 0;
}

.case_before, .case_after {
  width: 50%;
  padding: 1.4vw 2vw;
}

.case_before p, .case_after p {
  text-align: center;
  font-weight: 600;
  font-size: 1.4vw;
  margin-bottom: 1vw;
} 

.case_before dt, .case_after dt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  padding: 2px 4px;
  width: 20%;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.case_before dl div, .case_after dl div{
  display: flex;
  gap: 1vw;
  margin-bottom: .3vw;
}

.case_before {
  background: #F5F5F5;
}

.case_after {
  background: #FFF9E0;
}

.case_after p {
  color: #E32222;
}

.case_after dt {
  background: #E32222;
}

.case_after dd {
  font-weight: 600;
}

/* --------- jobtype --------- */

#jobtype {
  background: url(../img/bg_job.jpg) no-repeat;
  background-size: cover;
}

#jobtype .heading_jp:before {
  background: url(../img/icon_heading_job.png) no-repeat;
  background-size: contain;
}

.jobtype {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.8vw;
}

.jobtype .joblist_item {
  width: 25vw;
  border-radius: 0;
  padding: 2.4vw 1.2vw;
  border: solid #333 .3vw;
  border-radius: 16px;
  background: #fff;
}

.jobtype .joblist_img {
  display: block;
  width: 12vw;
  margin: 0 auto 1.2vw;
}

#joblists {
  background: url(../img/bg_cross.png);
  background-size: 2vw 2vw;
}

.joblists {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6vw;
}

.joblist_head {
  background: url(../img/pointer.png) no-repeat center right,#5EAC4D;
  background-size: 10vw;
  padding: 1vw;
}

.joblist_position {
  font-weight: 700;
}
.joblist_company {
  font-size: 80%;
}

.joblist_body {
  padding: 1.5vw;
  font-size: 0.9vw;
  font-weight: 700;
  background: #fff  ;
  color: #333;
}

.joblist_detail {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1vw;
}

.joblist_detail:last-child {
  margin-bottom: 0;
}

.joblist_label {
  border:  solid 1px #5EAC4D;
  color: #5EAC4D;
  width: 7vw;
  flex-shrink: 0;
  text-align: center;
  margin-right: 1vw;
}

.joblist_name {
  color: #5EAC4D;
  font-weight: 700;
  text-align: center;
}
.joblist_name span {
  font-size: 80%;
  display: block;
  font-weight: 400;
}

.joblist_content {

}

/* --------- cta buttun --------- */

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

.cta {
  height: 25vw;
  position: relative;
  clip-path: inset(0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta:before, .cta:after {
  content: "";
  display: block;
  position: absolute;
  background: #5EAC4D;
  width: 100%;
  height: .5vw;
  z-index: 1;
}

.cta:before {
  top: 0;
}

.cta:after {
  bottom: 0;
}

.cta_bg {
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cta_copy.black {
  color: #333 !important;
}

.cta_copy.black strong {
  color: #5EAC4D !important;

}

.cta_copy {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  text-align: center;
  letter-spacing: .5vw;
  width: 100%;
  font-weight: 700;
  margin-bottom: 1.4vw;
}

.cta_copy span {
  display: inline-block;
  position: relative;
  font-size: 2.4vw;
  color: #FFEC00;
}

.cta_copy strong {
  font-weight: 700;
  font-size: 130%;
}

.cta_copy span:before, .cta_copy span:after {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 4vw;
  background: #FFEC00;
}

.cta_copy span:before {
  bottom: 0;
  left: -4vw;
  transform: rotate(-45deg);
}

.cta_copy span:after {
  bottom: 0;
  right: -4vw;
  transform: rotate(45deg);
}

.cta_wrap {
  position: relative;
  width: 100%;
  height: 22vw;
}

.cta_btn {
  position: relative;
}
.cta_link {
  display: block;
  position: relative;
  transition: .3s;
  font-size: 0;
}
.cta_link:before {
  content: "";
  display: block;
  background: url(../img/btn.png) no-repeat;
  background-size: contain;
  width: 50vw;
  height: 13vw;
}
.cta_link:hover {
  opacity: 0.8;
  transform: translateY(10px);
}

/* --------- success --------- */

#success .splide {
  border: solid .3vw #333;
  background: #fff;
  box-shadow: 10px 10px 0 #5EAC4D;
}

#success .splide__arrow {
  background: #5EAC4D;
}

#success .splide__pagination {
  bottom: 2.5em;
}

#success .heading_jp:before {
  background: url(../img/icon_heading_voice.png) no-repeat;
  background-size: contain;  
}

.success {
  padding: 2vw 4vw 4vw;
  position: relative;
}

.success_inner {
  display: flex;
}

.success_img {
  margin-right: 3vw;
  text-align: center;
  flex-shrink: 0;
}
.success_img span {
  color: #5EAC4D;
  font-weight: 700;
  font-size: 120%;
}
.success_img img {
  max-width: 16vw;
  width: 100%;
  margin-bottom: 1.4vw;
}

.success_ttl {
  font-size: 1.8vw;
  color: #5EAC4D;
  margin-bottom: 1vw;
}

.success_comments {
  margin-bottom: 1.6vw;
}

.success_salary {
  display: flex;
  align-items: center;
  border: 1px solid #BABABA;
  background: #E3E3E3;
  padding: 2vw;
  font-size: 1.4vw;
  position: relative;
}

.success_salary .before {
  position: relative;
}

.success_salary .before:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #5EAC4D;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
  margin: 0 2vw;
}

.success_salary .before, .success_salary .after {
  display: flex;
  align-items: center;
}

.success_salary .before .label, .success_salary .after .label {
  padding: 0.8vw;
  margin-right: 0.8vw;
  font-size: 1vw;
  width: 5vw;
  height: 2vw;
  text-align: center; 
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.success_salary .before .label {
  background: #6A6A6A;
}

.success_salary .before strong {
  margin-left: .5vw;
}

.success_salary .after .label {
  background: #5EAC4D;
}

.success_salary .after strong {
  font-size: 140%;
  color: #E32222;
  margin-left: .5vw;
}

.success_salary .up {
  position: absolute;
  top: -0.6vw;
  right: -1vw;
  background: #E32222;
  color: #FFFA61;
  border-radius: 50%;
  width: 9vw;
  height: 9vw;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success_salary .up span {
  display: block;
  font-size: 150%;
}

.introduce {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8vw;
}


/*----faq-------*/

#faq .heading_jp:before {
  background: url(../img/icon_heading_faq.png) no-repeat;
  background-size: contain;  
}
.accordion {
  width: 68vw;
  margin: 0 auto;
}
.accordion_toggle {
  position: relative;
  background: linear-gradient(to right, #5EAC4D, #D9D100);
  color: #fff;
  font-size: 1.4vw;
  font-weight: 600;
  padding: 1.5vw;
  margin-bottom: 2px;
  padding: 2vw 6vw;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 7vw
}

.accordion_toggle:before {
  content: 'Q.';
  position: absolute;
  display: block;
  font-size: 2vw;
  top: 50%;
  left: 2vw;
  margin-top: -2vw;
}

.accordion_toggle:after {
  content: '';
  position: absolute;
  top: 48%;
  right: 3vw;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;  
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  transition: .3s;
}

.accordion_toggle.is-open:after {
  transform: translateY(-25%) rotate(-45deg);
}

.accordion_contens {
  display: none;
  padding: 2vw;
  background: #F7F7F7;
}

.accordion_contens.is-open {
  display: block;
}

/*------ footer -------*/

.companyDetail_privacy {
  background: #fff;
  padding: 1.8vw;
  text-align: center;
  width: 15vw;
  margin: 0 auto;
}

footer {
  background: #333232;
  color: #fff;
}

.footer_menu {
  display: flex;
  justify-content: space-between;
  gap: 1.5vw;
  padding: 8vw 10vw;
}

.footer_menu li {
  list-style-type: none;
  width: 33.333%;
}

.footer_menu li a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: .3s color;
}

.footer_menu li a:hover {
  color: #5EAC4D;
}

 .footer_menu li p {
  font-size: 0.9vw;
}

.footer_menu li span:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.5vw solid transparent;
  border-bottom: 0.5vw solid transparent;
  border-left: 0.6vw solid #5EAC4D;
  border-right: 0;
  margin-right: 1vw;
}

.footer_copyright {
  display: block;
  text-align: center;
  padding: 1.3vw;
  font-size: 0.8vw;
}


/* ------------------------------------ */
/* SPここから　　　　　　　　　　　　　　　　 */
/* ------------------------------------ */


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

  .SP {
    display: block;
  }
  .PC {
    display: none;
  }

  body {
    line-height: 1.8;
    font-size: 3.2vw;
  }

  .splide__slide {
    padding: 6vw 2.5vw;
  }
  .header {
    height: 17vw;
  }
  .header_logo img {
    width: 40vw;
  }

  .container {
    padding: 12vw 4vw;
  }

  .cta {
    height: 50vw;
  }

  .cta:before, .cta:after {
    height: 1vw;
  }

  .cta_btn {
    width: 80%;
  }
  .cta_link:before {
    width: 100%;
    height: 17vw;
  }

  .cta_copy span {
    font-size: 5vw;
  }
  .cta_copy span:before, .cta_copy span:after {
    height: 9vw;
  }
  .cta_copy span:before {
    left: -10vw;
  }
  .cta_copy span:after {
    right: -10vw;
  }
  .cta_copy strong {
    font-size: 140%;
  }
  .cta_wrap {
    height: 36vw;
  }
  .cta_link {
    width: 100%;
  }
  .hero {
    display: block;
    height: auto;
    overflow: none;
    background: url(../img/hero.jpg) no-repeat left top;
    background-size: 140vw;
  }
  .hero_contents {
    padding: 10vw 0 0;
  }
  .hero_ttl {
    max-width: 100%;
  }
  .hero_ttl .subtitle {
    font-size: 5.4vw;
    padding: 16vw 4vw 2vw;;
  }
  .hero_ttl .maintitle {
    font-size: 10vw;
    padding: 0 4vw 2vw  ;
  }
  .hero_ttl .maintitle span {
    font-size: 12vw;
  }
  .hero_ttl_02 {
    width: 100%;
    font-size: 3.5vw;
    margin-bottom: 0;
  }
  .hero_ttl_02 img {
    width: 27vw;
  }
  .hero_form {
    position: static;
    width: 100%;
  }
  .hero_award {
    width: 100%;
    background: #fff;
    padding: 2vw;
  }
  .hero_award img {
    width: 100%;
  }

  .company_inner li {
    list-style-type: none;
    width: calc(100vw / 3);
  }

  .heading {
    font-size: 4vw;
  }

  .heading_en {
    font-size: 80%;
  }

  .heading_jp:before {
    width: 10vw;
    height: 10vw;
  }

  .lead {
    font-size: 3.6vw;
  }

  /*----- introduction -------*/

  #introduction {
    padding-top: 12vw;
  }

  .introduction_wrap {
    flex-wrap: wrap;
  }

  .introduction_text {
    width: 100%;
    font-size: inherit;
    order: 1;
    padding: 0;
  }

  .introduction_text h2:before {
    width: 70vw;
    height: 20vw;
  }

  .introduction_lead {
    font-size: 3.8vw;
  }

  .introduction_img {
    width: 70%;
    order: 2;
    margin: 0 auto;
  }

  /*----- award -------*/
  .award_ttl_wrap, .award_ttl_wrap02 {
    display: block;
  }
  .award_ttl_wrap02:before {
    width: 90%;
    height: 44vw;
  }

  .award_ttl_wrap:before, .award_ttl_wrap:after {
    content: none;
  }

  /*----- case -------*/
  #case {
    padding: 12vw 0 16vw;
  }

  .case {
    box-shadow: #ccc 0 0 14px;
    padding: 4vw 5vw;
    border-radius: 12px;
  }
  .case:before {
    content: none;
  }
  .case_ttl {
    font-size: 4vw;
    padding: 4vw 0;
    line-height: 1.4;
  }
  .case_ttl:before {
    width: 6vw;
    height: 6vw;
    flex-shrink: 0;
  }
  .case_wrap {
    display: block;
    margin-bottom: 4vw;
  }
  .case_photo {
    width: 100%;
    margin-bottom: 3vw;
  }
  .case_txt {
    width: 100%;
  }
  .case_before, .case_after {
    width: 100%;
    padding: 3vw;
  }
  .case_before p, .case_after p {
    font-size: 4vw;
  }
  .case_before dl div, .case_after dl div {
    gap: 2vw;
  }
  .case_before {
    margin-bottom: 4vw;
  }

   /*----- jobtype -------*/
  .jobtype {
    gap: 3.4vw;
  }
  .jobtype .joblist_item{
    width: 44.3vw;
    padding: 4.8vw 1.2vw;
    border: solid 2px #333;
  }

  .jobtype .joblist_img {
    display: block;
    width: 22.5vw;
    margin: 0 auto 1.8vw;
  }

  /*----- success -------*/
  #success .splide {
    border: solid 2px #333;
    box-shadow: 6px 6px 0 #5EAC4D;
  }
  #success .splide__arrow {
    width: 1.5em;
    height: 1.5em;
  }
  #success .splide__arrow svg {
    width: 1em;
    height: 1em;
  }

  .success {
    padding: 2vw 8vw 4vw;
  }

  .success:before, .success:after {
    content: '';
    position: absolute;
    width: 10vw;
    height: 10vw;
  }

  .success_inner {
    display: block;
  }

  .success_img {
    margin: 0 0 8vw 0;
  }

  .success_img img {
    max-width: 40vw;
    margin: 0 auto 4vw;
  }

  .success_ttl {
    font-size: 4vw;
  }

  .success_comments {
    margin-bottom: 8vw;
  }

  .success_salary {
    display: block;
    font-size: 4vw;
    background: none;
    padding: 0;
    border: none;
    margin-bottom: 8vw;
  }
  .success_salary .before .label, .success_salary .after .label {
    padding: 0.8vw;
    margin-right: 3vw;
    font-size: 2.8vw;
    width: 16vw;
    height: 6vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .success_salary .before:after {
    transform: rotate(90deg);
  }

  .success_salary .before, .success_salary .after {
    line-height: 1.2;
  }

 .success_salary .before {
    argin-bottom: 2vw;
  }

 .success_salary .before:after {
    border-width: 0.6em 0.8em;
  }

.success_salary .up {
  width: 20vw;
  height: 20vw;
  font-size: 4vw;
  top: -3vw;
}

/*----- joblist -------*/
.joblist{
  width: 100%;
}

.joblist_item {
  width: 100%;
}

.joblist_head {
  background-size: 44vw;
}

.joblist_position {
  font-size: 4.4vw;
}

.joblist_head {
  padding: 3.5vw;
}

.joblist_body {
  font-size: 3.2vw;
  padding: 3.5vw;
}

.joblist_label {
    width: 22vw;
}

/*----- faq -------*/
.accordion {
  width: 100%;
}

.accordion_toggle {
  height: 20vw;
  padding: 2vw 10vw 2vw 10vw;
  font-size: inherit;
}

.accordion_toggle:after {
  right: 5vw;
  width: .8em;
  height: .8em;
}

.accordion_toggle:before {
  font-size: 5vw;
  top: 50%;
  left: 3vw;
  margin-top: -5vw;
}

.accordion_contens {
  padding: 4vw;
}

.companyDetail_privacy  {
  width: 40vw;
}


/*----- form -------*/
.top-entry-box {
  width: 50%;
}

.hero_form input{
  width: 100%;
}

.hero_form select {

}

.hero_form input{
  background: #fff;
  border-radius: 5px;
  border: solid 1px #333;
  padding: 1.4vw 0.6vw;
  color: #333;
  font-size: 3.8vw;
}

.top-entry-label {
  font-size: 4vw;
  width: 100%;
}

#entry_user_birthdate_year, #entry_user_addr_1 {
    width: 32vw;
}

#entry_user_birthdate_month, #entry_user_birthdate_day {
    width: 16vw;
}

#industry_experience_parent {
  display: flex;
}
#entry_user_industry_experience_0, #entry_user_industry_experience_1 {
  width: 14vw;
  margin-right: 2vw;
}

.hero_form {
  padding: 6vw;
}

.hero_form select {
  font-size: 3.8vw;
  padding: 1.4vw 0.6vw;
}
.hero_form .formbtn {
  padding: 3.5vw;
  font-size: 6.8vw;
  width: 100%;
}

.top-entry-row {
    margin-bottom: 3.4vw;
}

input[type="checkbox"] {
    display: inline-block;
    width: 4vw;
    transform: scale(1.5);
}

.boxContainer {
  display: flex;
  gap: 2vw;
}

.top-entry-ninni, .top-entry-hissu {
  border-radius: 4px;
  font-size: 2.8vw;
  padding: 0.2vw;
  margin-right: 0.4vw;  
}

.top-entry-hissu {
  background: red;
}

.top-entry-ninni {
  background: #888;
}

.hero_form_ttl {
  font-size: 7.4vw;
  padding: 3vw 0 5vw;
  text-align: center;
} 

/*----- footer -------*/
.footer_menu {
  display: block;
}

.footer_menu li a {
  font-size: 4vw;
}

.footer_menu li {
    list-style-type: none;
    width: 100%;
    margin-bottom: 3.2vw;
}

.footer_menu li span:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1vw solid transparent;
    border-bottom: 1vw solid transparent;
    border-left: 1.2vw solid #5EAC4D;
    border-right: 0;
    margin-right: 2vw;
}

.footer_menu li p {
    font-size: 3vw;
}

.footer_copyright {
    font-size: 3.2vw;
}