@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: #fff;
  line-height: 1.8;
  font-size: 1.2vw;
  background-color: #000;
}

.PC {
  display: block;
}

.SP {
  display: none;
}

.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(/static/front/g-job-agent/lp7/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;
}
.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;
}

.hero_form .formbtn:disabled {
  background: none;
  background-color: dimgrey;
  color: linen;
  opacity: 1;
}

@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 / 12);
  margin-right: 1.4vw;
}

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

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

.heading {
  font-size: 3.5vw;
  text-align: center;
  margin-bottom: 8vw;
  font-weight: 900;
}

.heading span {
  position: relative;
  display: inline-block;
  padding: 0 4vw;
}

.heading strong {
  color: #FFEC00;
}

.heading.heading-border span:before,.heading.heading-border span:after {
  content: '';
  background: url(/static/front/g-job-agent/lp7/img/border.png) no-repeat;
  background-size: cover;
  width: 22vw;
  height: 1.6vw;
  position: absolute;
  top: 50%;
}

.heading.heading-border span:before {
  right: 100%;
}

.heading.heading-border span:after {
  left: 100%;
  transform: scale(-1, 1);
}

.heading .balloon{
    display: block;
    margin: 0 auto 4vw;
    position:relative;
    width: 20vw;
    background:#5EAC4D;
    text-align:center;
    color:#fff;
    font-size:2.8vw;
    font-weight:bold;
    border-radius:100px;
}
.heading .balloon:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}

.heading .balloon:before{
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 1.5vw;
    border-bottom-width:1.5vw;
    border-left-width: 1.5vw;
    border-right-width:1.5vw;
    margin-left: -1.5vw;
    margin-top: 0;
    border-top-color:#5EAC4D;
}


.lead {
  font-size: 1.4vw;
  text-align: center;
  margin-bottom: 8vw;
}
#introdaction {
  background: url(/static/front/g-job-agent/lp7/img/bg_games.jpg) no-repeat top center;
  background-size: 100%;
  background-position: 0 8vw ;
  padding-bottom: 0;
}

#introdaction .heading {
  color: #5EAC4D;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 4vw;
}

#jobtype {

}

.jobtype {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4vw;
}

.jobtype .joblist_item {
  width: 19.5vw;
  border-radius: 0;
  padding: 1.8vw 1.2vw;
}

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

#joblists {
  background: url(/static/front/g-job-agent/lp7/img/bg_cross.png);
  background-size: 2vw 2vw;
}

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

.joblist_item {
  width: 26.5vw;
  background: #2F2F2F;
  
  list-style-type: none;
  overflow: hidden;
  border-radius: 1.2vw;
}

.joblist_head {
  background: url(/static/front/g-job-agent/lp7/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 {
  position: relative;
  /* margin-bottom: 8vw; */
}

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

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

}

.cta_copy {
  position: absolute;
  text-align: center;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-weight: 700;


}

.cta_copy span {
  display: inline-block;
  position: relative;
  font-size: 1.8vw;
}

.cta_copy strong {
  font-weight: 700;
  font-size: 2.4vw;
  color: #FFEC00;
}

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

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

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


.cta_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 22vw;
  background: url(/static/front/g-job-agent/lp7/img/bg_cta.jpg) no-repeat top center;
}

.cta_btn {
  position: relative;
}
.cta_link {
  display: block;
  position: relative;
  transition: .3s;
  width: 60vw;
}
.cta_link img {
  display: block;
  width: 100%;
}
.cta_link:hover {
  opacity: 0.8;
  transform: translateY(10px);
}

#success {
  background: url(/static/front/g-job-agent/lp7/img/bg_success.jpg) no-repeat top center;
}

.success {
  background: rgba(0,0,0,.8);
  border: solid 1px #333;
  padding: 5vw;
  margin-bottom: 4vw;
  position: relative;
}

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

.success:before {
  top: 0;
  left: 0;
  border-top: solid 5px #5EAC4D;
  border-left: solid 5px #5EAC4D;
}

.success:after {
  bottom: 0;
  right: 0;
  border-bottom: solid 5px #5EAC4D;
  border-right: solid 5px #5EAC4D;
}

.success_inner {
  display: flex;
}

.success_img {
  margin-right: 3vw;
  text-align: center;
}
.success_img span {
  color: #5EAC4D;
  font-weight: 700;
  font-size: 120%;
}
.success_img img {
  width: 12vw;
}

.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 #333;
  padding: 2vw;
  font-size: 2vw;
  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;
}

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

}

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

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

.success_salary .up {
  position: absolute;
  top: -0.5vw;
  right: -1vw;
  background: #9000D0;
  color: #FFD800;
  border-radius: 50%;
  width: 10vw;
  height: 10vw;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success_salary .up p {

}

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

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

.seacretJob, .salary {
  display: flex;
  justify-content: center;
  width: 49%;
  line-height: 1;
  position: relative;
}

.seacretJob:after {
  content: '';
  display: block;
  width: 1px;
  height: 8vw;
  background: #5EAC4D;
  position: absolute;
  top: 0;
  right: 0;
}

.seacretJob_img, .salary_img {
  width: 10vw;
  margin-right: 2vw;
}

.seacretJob_text, .salary_text {
  text-align: center;
}

.seacretJob strong, .salary strong {
  display: block;
  font-size: 2.5vw;
  line-height: 1.2;
  color: #FFD800;
  margin: 1vw 0;
}

#why {
  background: url(/static/front/g-job-agent/lp7/img/bg_why.png) no-repeat top center;
  background-size: 80vw;
}

.why {
  display: flex;
  margin-bottom: 8vw;
}

.why_img  {
  flex-shrink: 0;
  margin-right: 4vw;
  width: 24vw;
}

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

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

.why_label {
  font-weight: 700;
  background: #9000D0;
  border-radius: 100px;
  display: inline-block;
  padding: 0.2vw 2vw;
  margin-bottom: 1vw;
}

.why_text {
  font-size: ;
}

#companies {
  padding-bottom: 30vw;
 background: url(/static/front/g-job-agent/lp7/img/bg_companies.jpg) no-repeat center bottom -20vw, #fff
}

#companies .heading, #companies .lead {
  color: #333;  
}

.companies {
  width: 70vw;
  margin: 0 auto;
}

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

/* ------ サポート -------- */
#support {
  background: url(/static/front/g-job-agent/lp7/img/bg_support.jpg) no-repeat;

}

#support .lead {
  font-size: 2vw;
  vertical-align: middle;
  font-weight: 700;
}
#support .lead img {
  width: 20vw;
  vertical-align: middle;
  margin: 0 1.4vw 1.4vw;
}
.supports {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
}

.support_point {
  width: 40vw;
  list-style-type: none; 
}

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

/* ------ フロー -------- */

.flow {
  width: 65vw;
  margin: 0 auto;
}

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

/* ------ 6つのポイント -------- */

.point_item {
  display: flex;
  margin: 0 4vw 6vw;
  
}

.point_item:nth-child(odd) {
  flex-direction: row-reverse;
}

.point_item:nth-child(odd) img{
  margin-left: 4vw;
}

.point_item:nth-child(even) img{
  margin-right: 4vw;
}


.point_img img {
  width: 30vw;
}

.point_ttl {
  font-size: 2.4vw;
  margin-bottom: 2.4vw;
}

.point_ttl:before {
  content: '';
  display: block;
  width: 6vw;
  height: 6vw;
  margin-bottom: 1.4vw;
}

.point01 .point_ttl strong {
  color: #04A1B1;
}
.point01 .point_ttl:before {
  background: url(/static/front/g-job-agent/lp7/img/point1.png) no-repeat;
  background-size: cover;
}

.point02 .point_ttl strong {
  color: #0281B1;
}
.point02 .point_ttl:before {
  background: url(/static/front/g-job-agent/lp7/img/point2.png) no-repeat;
  background-size: cover;
}

.point03 .point_ttl strong {
  color: #996CD7;
}
.point03 .point_ttl:before {
  background: url(/static/front/g-job-agent/lp7/img/point3.png) no-repeat;
  background-size: cover;
}

.point04 .point_ttl strong {
  color: #D76CD1;
}
.point04 .point_ttl:before {
  background: url(/static/front/g-job-agent/lp7/img/point4.png) no-repeat;
  background-size: cover;
}

.point05 .point_ttl strong {
  color: #E76969;
}
.point_ttl.point05:before {
  background: url(/static/front/g-job-agent/lp7/img/point5.png) no-repeat;
  background-size: cover;
}

.point06 .point_ttl strong {
  color: #E49A3B;
}
.point_ttl.point06:before {
  background: url(/static/front/g-job-agent/lp7/img/point6.png) no-repeat;
  background-size: cover;
}

.point_text {

}

/*----faq-------*/
.accordion {
  width: 68vw;
  margin: 0 auto;
}
.accordion_toggle {
  position: relative;
  background: #5EAC4D;
  padding: 1.5vw;
  margin-bottom: 2px;
  padding: 2vw 0 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);  
}

.accordion_contens {
  display: none;
  padding: 2vw;
}

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

#form {
  padding: 0;
}
#form .container_inner {
  padding: 0 10vw;
}

.balloon_heading {
  position: relative;
  background: #5EAC4D;
  color: #fff;
  padding: 6vw;
  font-size: 3.2vw;
  text-align: center;
  margin-bottom: 8vw;
}

.balloon_heading:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -3vw;
  border: 3vw solid transparent;
  border-top: 3vw solid #5EAC4D;
}

.balloon_heading span {
  font-size: 1.4vw;
}

.form_container {
  background: #3E3E3E;
  padding: 2vw;
}

.companyDetail_table div {
  display: flex;
  margin-bottom: 0.2vw;
}

.companyDetail_table dt, .companyDetail_table dd {
  padding: 1.2vw;
}

.companyDetail_table dt {
  background: #888;
  flex-shrink: 0;
  width: 25%;
}

.companyDetail_privacy {
  background: #fff;
  padding: 1.8vw;
  text-align: center;
}

footer {
  background: #333232;
}

.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;
}


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

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

  body {
    line-height: 1.8;
    font-size: 3.2vw;
    background-color: #000;
  }
  .header {
    height: 17vw;
  }
  .header_logo img {
    width: 40vw;
  }

  .heading {
    font-size: 8vw;
  }

  .heading.heading-border span:before, .heading.heading-border span:after{
    content: none;
  }

  .container {
    padding: 20vw 4vw;
  }

  .cta_wrap {
    background: url(/static/front/g-job-agent/lp7/img/bg_cta_sp.jpg) no-repeat center;
  }

  .cta_copy {
    background-color: #000;
    padding: 10px;
  }
  .cta_copy span {
    font-size: 2.5vw;
  }
  .cta_copy strong {
    font-size: 3.4vw;
  }
  .cta_wrap {
    height: 36vw;
  }
  .cta_link {
    width: 100%;
  }
  .hero {
    display: block;
    height: auto;
    overflow: none;
    background: url(/static/front/g-job-agent/lp7/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%;
  }

  #introdaction {
    background: url(/static/front/g-job-agent/lp7/img/bg_games_sp.jpg) no-repeat;
    background-size: 100%;
  }

  #introdaction.container {
    padding-top: 70vw;
  }

  .company_inner li {
      list-style-type: none;
      width: calc(100vw / 5);
      margin-right: 4.4vw;
  }

  .heading {
    font-size: 7vw;
  }
  .lead {
    font-size: 3.6vw;
  }

  #form .container_inner {
    padding: 0;
  }

  .jobtype {
    gap: 3.4vw;
  }
  .jobtype .joblist_item{
    width: 44.3vw;
    padding: 4.8vw 1.2vw;
  }

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

  .success {
    margin-bottom: 20vw;
  }

  .success_inner {
    display: block;
  }

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

  .success_img img {
    width: 30vw;
    margin: 0;
  }

  .success_ttl {
    font-size: 4vw;
  }

  .success_salary {
    display: block;
    font-size: 4.8vw;
  }
  .success_salary .before .label, .success_salary .after .label {
      padding: 0.8vw;
      margin-right: 0.8vw;
      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:before, .success:after {
    content: '';
    position: absolute;
    width: 10vw;
    height: 10vw;
}

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

.introduce {
  display: block;
}

.seacretJob, .salary {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 8vw;
}

.seacretJob strong, .salary strong {
  font-size: 5.5vw;
  margin: 1vw 0;
}

.seacretJob_text, .salary_text {
  width: 100%;
}

.seacretJob_img, .salary_img {
  width: 35vw;
}

.seacretJob_img img, .salary_img img {
display: block;
  width: 100%;
}

.joblist{
  width: 100%;
}

.joblist_item {
  width: 100%;
  margin-bottom: 5vw;
}

.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;
}

.seacretJob:after {
  content: '';
  display: block;
  width: 100%;
  height: 0.2vw;
  background: #5EAC4D;
  top: 120%;
  right: 0;
}

.accordion {
  width: 100%;
}

.accordion_toggle {
  height: 20vw;
  padding: 2vw 42px 2vw 12vw;
}

.accordion_toggle:after {
  right: 5vw;
}

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

.why {
  display: block;
}

.why_img {
  width: 50vw;
  margin: 0 auto 5vw;
}

.why_label {
  display: block;
  width: 30vw;
  text-align: center;
  margin: 0 auto 4vw;
}

.why_ttl {
  font-size: 4.8vw;
  margin-bottom: 2vw;
  text-align: center;
}

.flow {
  width: 80%;
}

#support .lead {
  font-size: 4vw;
}

#support .lead img {
  width: 40vw;
}

.supports {
  display: block;
}

.support_point {
  width: 100%;
}

.point_img img {
  display: block;
    width: 40vw;
    margin: 0 auto 5vw !important;
}

.point_item {
  display: block;
  margin-bottom: 18vw;
}

.point_item:nth-child(odd) img {
    margin-left: 4vw;
}

.point_ttl {
  font-size: 4.8vw;
  margin-bottom: 2.4vw;
}

.point_ttl:before {
  content: '';
  display: block;
  width: 10vw;
  height: 10vw;
  margin-bottom: 1.4vw;
}

#companies {
  background-position: center bottom -40vw;
  background-size: 100%;
}

.companies {
  width: 100%;
}

.balloon_heading {
  font-size: 6.2vw;
}
.balloon_heading span {
    display: block;
    font-size: 3.2vw;
    line-height: 1.8;
    margin-top: 2vw;
}

.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_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;
}