.body-class {
  background-size:cover;
  background-color: #fff;
  font-size: 16px;
}
.only-sp {
  display: none;
}
input[type=checkbox],input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    vertical-align: -0.8rem;
    transition:all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
    border-radius: 10%;
    background: #fff;
}
/* Radio */
input[type=radio] {
    border-radius: 50%;
}
input[type=radio]:checked:before {
    transform: scale(1);
}
input[type=radio]:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 3px;
    transform: scale(0);
    transition: all ease-out 250ms;
}
/* Checkbox */
input[type=checkbox]:before,input[type=checkbox]:after {
    position: absolute;
    content: "";
    background: #fff;
    transition: all .2s ease-in-out;
}
input[type=checkbox]:before {
    left: 2px;
    top: 6px;
    width: 0;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
input[type=checkbox]:after {
    right: 9px;
    bottom: 3px;
    width: 2px;
    height: 0;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transition-delay: .2s;
}
input[type=checkbox]:checked:before {
    left: 1px;
    top: 10px;
    width: 6px;
    height: 2px;
}
input[type=checkbox]:checked:after {
    right: 5px;
    bottom: 1px;
    width: 2px;
    height: 14px;
}
input[type=checkbox]:indeterminate:before,input[type=checkbox]:indeterminate:after {
    width: 7px;
    height: 2px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
input[type=checkbox]:indeterminate:before {
    left: 1px;
    top: 7px;
}
input[type=checkbox]:indeterminate:after {
    right: 1px;
    bottom: 7px;
}
/* 色は緑色のみ */
input[type=checkbox], input[type=radio] {
    border: 2px solid #ddd;
}
input[type=checkbox]:checked,input[type=checkbox]:indeterminate,input[type=radio]:checked:before {
    background: #4caf50;
}

.top-privacy-link {
  color: #00bfff;
  text-decoration: underline;

}

@media only screen and (max-width: 991px) {
  .body-class {
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #fff;
  }
}


.top-form-fit {
  width: 45%;
}
.box{
  float: left;
}

.boxContainer{
  overflow: hidden;
}

.footerSection {
  padding-top: 20px;
  margin-bottom: 60px;
}

.text-footer {
  color: #333;
  font-size: 18px;
}

.top-img {
  width: 100%;
}

.lp-logo-img {
  padding-left: 30px;
  width: 240px;
}
.top-banner {
  position: relative;
  min-height: 870px;
  background-image: url("/static/front/g-job-agent/lp6/img/top-image.png");
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.top-banner2 {
  background-image: url("/static/front/g-job-agent/lp6/img/top-image-new.png");
}
.gender-back {
  background-color: rgb(252, 244, 244);
}
.gender-back-new {
  padding: 10px 15px;
}

.top-entry-label-new {
  color: #222 !important;
}

@media only screen and (max-width: 991px) {
  .commonSection {
    padding-top: 20px;
  }
}


.top-text1 {
  font-family: 'Rounded Mplus 1c', sans-serif;
  padding-top: 220px;
  margin-left: 80px;
  font-size: 58px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;

}
.top-text1-new {
  color: #000;
  padding-top: 140px;
  margin-left: 80px;
  font-size: 46px;
  line-height: 70px;

}
.top-text2 {
  margin-top: 30px;
  color: #fff;
  margin-left: 80px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.8;
}
.top-text2-new {
  margin-top: 340px;
  color: #000;
  margin-left: 80px;
  font-size: 22.5px;
  font-weight: 300;
  line-height: 1.8;
  width: 850px;
}

.top-text3 {
  background-image: url("/static/front/g-job-agent/lp6/img/No1_logo.png");
  background-size: 80px;
  background-repeat:no-repeat;
  margin-left: 90px;
  padding-left: 110px;
  margin-top: 20px;
  padding-top: 15px;
  height: 100px;
  width: 850px;

}

.top-text3-main-main {
  font-size: 22px;

}
.top-text3-main-aster {
  font-size: 12px;
}

.top-text3-sub {
  font-size: 9px;

}

@media only screen and (max-width: 1450px) {
  .top-text2-new {
    width: 750px;
    font-size: 20px;
  }
  .top-text3 {
    width: 750px;
  }
}
@media only screen and (max-width: 1350px) {
  .top-text2-new {
    width: 650px;
    font-size: 19px;
  }
  .top-text3 {
    width: 650px;
  }
}
@media only screen and (max-width: 1250px) {
  .top-text2-new {
    width: 550px;
    font-size: 18px;
  }
  .top-text3 {
    width: 550px;
  }
}
@media only screen and (max-width: 1200px) {
  .top-text2-new {
    width: 450px;
    font-size: 17px;
  }
  .top-text3 {
    width: 450px;
  }
}


@media only screen and (max-width: 600px) {
  .top-text2-new {
    margin-top: 360px;
  }
}

@media only screen and (max-width: 475px) and (min-width: 461px) {
  .top-text2-new {
    margin-top: 380px !important;
  }
}
@media only screen and (max-width: 460px) and (min-width: 456px) {
  .top-text2-new {
    margin-top: 365px !important;
  }
}
@media only screen and (max-width: 445px) and (min-width: 431px) {
  .top-text2-new {
    margin-top: 350px !important;
  }
}
@media only screen and (max-width: 430px) and (min-width: 416px) {
  .top-text2-new {
    margin-top: 335px !important;
  }
}
@media only screen and (max-width: 415px) and (min-width: 391px) {
  .top-text2-new {
    margin-top: 320px !important;
  }
}
@media only screen and (max-width: 390px) and (min-width: 376px) {
  .top-text2-new {
    margin-top: 305px !important;
  }
}
@media only screen and (max-width: 375px) and (min-width: 366px) {
  .top-text2-new {
    margin-top: 290px !important;
  }
}
@media only screen and (max-width: 360px) and (min-width: 289px) {
  .top-text2-new {
    margin-top: 275px !important;
  }
}

@media only screen and (max-width: 360px) and (min-width: 289px) {
  #entry_user_name_sei {
    width: 95%;
  }
}

.top-right-box {
  float: right;
}
.top-entry {
  margin-right: 100px;
  height: 870px;
  width: 400px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 25px;
}
.top-entry2 {
  height: 900px;
}
.top-entry-box {
  width: 170px;
}
.top-entry-box2 {
  width: 260px;
}
.top-entry-box-year {
  width: 120px;
}
.top-entry-box-month {
  margin-left: 15px;
  width: 65px;
}
.top-entry-box-date {
  margin-left: 15px;
  width: 65px;
}
.top-entry-box-label {
  margin-left: 5px;
}
.secound-section-text {
  padding: 30px 70px;
  font-size: 20px;
  text-align: left;
}
.aboutCont-new {
  padding-bottom: 20px !important;
}
.job-button-box-text-new {
  color: #222 !important;
}
.careerSection {
  background-color: #D9D9D9;
}
.footerConvSection {
  background-color: #5C5C5C;
}
.privacySection-new {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.career-text {
  text-align: left;
  padding: 30px;
  font-size: 18px;
}
.point-astr {
  font-size: 18px;
}
.point-astr-text {
  padding: 120px 60px 0;
  font-size: 12px;

}
.about-row-new {
  margin-top: 0 !important;
}
.corp-list--example-new {
  padding-top: 0 !important;
}

.select_f1 {
  width: 110px !important;
  max-width: 110px !important;
}
.float-rgiht {
  float: right;
}
.top-entry-label {
  color: #fff;
  font-weight: 400;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.top-entry-check {
  margin-left: 10px;
}


.top-entry-row {
  margin-bottom: 10px;
}

.top-entry-header {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  color: #fff;
}
.green {
  color: #4fac3e;
}


.about-point-text {
  font-size: 26px;
  font-weight: 500;
  color: #333;
}
.about-point-img {
  width: 560px;
}
.about-row {
  margin: 50px 0px 60px;
}
.about-button-box {
  padding: 30px 0;
  background-color: #f3f3f3;
}
.about-button-box-text {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 20px;
  color: #333;
}
.about-button-box-btn {
  width: 720px;
}


.about-point-text-sub {
  font-size: 20px;
  font-weight: 400;
  color: #555;
}
.about-hr {
  margin-top: 50px;
  height: 1.2px;
  background-color:#ddd;
}

.jobSection {
  position: relative;
  background-image: url("/static/front/g-job-agent/lp6/img/job_bg.png");
}

.job-text-main {
  font-family: 'Rounded Mplus 1c', sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 40px;
  padding-bottom: 30px;

}
.job-text-sub {
  color: #fff;
  font-size: 19px;
}
.job-row {
  padding: 0 120px;
}
.card--example__items {
  padding: 0 5px;
}

.job-button-box {
  margin: 50px 110px;
  padding: 30px 100px;
  background-color: #4e4e4e;
}
.job-button-box-text {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 20px;
  color: #fff;
}
.job-button-box-btn {
  width: 720px;
}


.point1 {
  color: #00a2b1;
}
.point2 {
  color: #0081b1;
}
.point3 {
  color: #996cd7;
}
.point4 {
  color: #d76cd1;
}
.point5 {
  color: #e66969;
}
.point6 {
  color: #e49a3b;
}


.point-button-box {
  padding: 30px 0;
  background-color: #f3f3f3;
}
.point-button-box-text {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 20px;
  color: #333;
}
.point-button-box-btn {
  width: 720px;
}
.point-box-row {
  margin: 80px 260px 0;
}

.voiceSection {
  position: relative;
  background-image: url("/static/front/g-job-agent/lp6/img/bg-voice.webp");
}

.voice-title {
  font-family: 'Rounded Mplus 1c', sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 40px;
  padding-bottom: 30px;

}
.voice-card {
  margin: 40px 260px 0;
  background-color: #f3f3f3;
  border-radius: 5px;
}
.voice-person-box {
  width: 150px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.voice-person-img {
  padding-top: 40px;
  width: 80px;
}
.voice-text-box {
  padding: 40px;
  width : calc(100% - 150px) ;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}
.voice-text-main {
  font-family: 'Rounded Mplus 1c', sans-serif;
  font-weight: 500;
  font-size: 32px;
  padding-bottom: 20px;
  color: #222;
  text-align: left;
  line-height: 1.3;
}
.voice-text-sub {
  font-size: 17px;
  text-align: left;
}
.voice-person-name {
  font-size: 22px;
  font-weight: 600;
  padding-top: 15px;
}
.voice-person-age {
  font-size: 18px;
  font-weight: 500;
}
.voice-person-job {
  font-size: 15px;
  font-weight: 500;
}



.voice-button-box {
  margin: 50px 260px;
  padding: 30px 100px;
  background-color: #4e4e4e;
}
.voice-button-box-text {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 20px;
  color: #fff;
}
.voice-button-box-btn {
  width: 720px;
}

.flow-img {
  padding-top: 60px;
  width: 920px;
}

@media only screen and (max-width: 991px) {
  .top-text1 {
    font-size: 18px;
    margin-right: 40px;
    line-height: 30px;
  }
  .top-text2 {
    margin-right: 40px;
    font-size: 36px;
  }
  .top-text3 {
    margin-top: 20px;
    margin-right: 40px;
    font-size: 24px;
  }
  .top_button_img {
    width: 80%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .top-a {
    text-align: center;
  }
  .top-description {
    margin-top: 10px;
    margin-right: auto;
    font-size: 14px;
    text-align: center;
  }
  .footerConvSection {
    padding-bottom: 20px !important;
  }
  .top-form-fit2 {
    width: 55%;
  }
}


.top-banner p {
  position: absolute;
  top: 80%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;

  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  height: 60px;
  line-height: 0.8;
  padding: 20px 45px;
  text-transform: capitalize;
  border-radius: 0.25em;
  font-size: 22px;
}

.top-banner p > a {
	color: #fff;
}

.redSection {
  background-color: rgba(118,1,8,0.4);
  padding-bottom: 100px;
}

.blackSection {
  background-color: rgba(0,0,0,0.4);
  padding-bottom: 100px;
}


.blackBackGround {
  background-color: rgba(0,0,0);
}

.entrySection {
  background-image: url("/static/front/g-job-agent/lp4/img/entry-back-img.png");
}

.aboutCont {
  padding-bottom: 110px;
}
.point-button-box-new {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px !important;
}
.secound-section-triangle {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #f3f3f3;
  margin-bottom: 120px;
}

.secound-section-triangle::after {
  border-top: 60px solid #f3f3f3;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  content: "";
  box-sizing: border-box;
  border-right: 540px solid transparent;
  border-left: 540px solid transparent;
  z-index: 10;

}

.section_red_text1 {
  font-family: 'Rounded Mplus 1c', sans-serif;
  margin-top: 40px;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  line-height: 30px;
}
.section_red_text2 {
  font-size: 64px;
  font-weight: normal;
  color: #1d993d;
}
.step5 {
  font-size: 64px;
}

.section_entry_text2 {
  margin-top: 40px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.section_red_text3 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #000;
  font-size: 24px;
  font-weight: bolder;
}
.section_entry-description {
  margin-top: -50px;
  margin-bottom: 50px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.card--example {
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}

.card--example__items {
    flex: 0 1 410px;
}



.card--example__items__head {
    background-color: #000000;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    color: #fff;
    text-align: left;
    font-weight: 500;
    font-size: 17px;
    padding: 10px 30px;
    margin-bottom: 0px;
}


.card--example__items__head2 {
    background-color: #000000;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    color: #fff;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 30px;
    margin-bottom: 0px;
}

.projectslist dt {
    float: left;
    width: 120px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    font-weight: 500;
    position: relative;
    margin-bottom: 8px;
    font-size: 17px;
}

.projectslist dd {
    margin-left: 120px;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 17px;
}
.position {
  font-size: 18px;
}
.position2 {
  font-size: 15px;
}
.position3 {
  font-size: 8px;
}

.card--example__items__corp {
    font-size: 17px;
}
.card--example__items__corp2 {
    font-size: 12px;
}
.card--example__items__corp3 {
    font-size: 10px;
}

.card--example__items__data {
    background-color: #ffffff;
    padding: 15px 30px;
    color: #444444;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.corp-list--example {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 60px;
    margin-left: 15px;
    margin-right: 15px;

    background-color: #fff;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;

}


@media only screen and (max-width: 991px) {
  .section_red_text1 {
    margin-top: 20px;
    font-size: 20px;
  }
  .section_red_text2 {
    margin-top: 20px;
    font-size: 28px;
  }
  .section_red_text3 {
    font-size: 11px;
    padding-top: 10px;
  }
  .section_entry_text2 {
    font-size: 14px;
  }
  .middle_button_img {
    width: 80%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section_entry-description {
    font-size: 14px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .card--example {
    padding-top: 0px;
  }
  .card--example__items {
    padding-bottom: 40px;
  }
  .card--example__items__head {
    font-size: 19px;
    padding: 12px 30px;
  }
  .card--example__items__corp {
    font-size: 15px;
  }
  .card--example__items__corp2 {
    font-size: 14px;
  }
  .first-card {
    padding-top: 40px;
  }
  .position {
    font-size: 16px;
  }
  .projectslist dt {
    font-size: 16px;
  }
  .projectslist dd {
    font-size: 16px;
  }
  .commonSection {
    padding: 20px 0;
    margin-bottom: 0px;
  }
  .pointSection {
    margin-bottom: 60px;
  }
  .formSection2 {
    padding: 30px 0 20px;
  }
  .aboutSection{
    margin-bottom: 80px;
  }
}

.formSection {
  padding-top: 60px;

  background-color: #fff;
  margin: 40px 120px 0;
}

.form-title {
  font-family: 'Rounded Mplus 1c', sans-serif;
  color: #1d993d;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}
.form-description {
  font-size: 16px;
  margin-top: 10px;
  color: #333;
}
.corp-list-title {
  color: #222;
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 30px;
}

.corp--list-logo {
  width: 120px;
  margin-right: 50px;
}

.to-top {
  margin: 40px 120px 20px;
}

.to-top-box {
  text-align: center;
  border: 1px solid;
  width: 280px;
  height: 100px;
  border-radius: 5px;
  padding-top: 20px;
  font-size: 18px;
}
.to-top-box-center {
  margin: 0 30px;
}
.to-top-yaji {
  font-size: 14px;
}

.aboutLBSection {
  background-color: #222;

}
.aboutLB {
  padding-top: 60px;

  margin: 60px 120px;
  color: #fff;
}


.about-lb-box {
  text-align: center;
  width: 280px;
  height: 430px;
  border-radius: 5px;
  padding-top: 20px;
  background-color: #2d2d2d;
}
.about-lb-box-center {
  margin: 0 30px;
}
.about-lb-img-box {
  margin-top: 50px;
  height: 160px;
}
.about-lb-img {
  width: 120px;
}
.about-lb-text-main {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 10px;
}
.about-lb-text-sub {
  font-size: 16px;
  line-height: 1.4;
}
.about-btn-img {
  margin-top: 30px;
  width: 240px;
}

.privacySection {
  padding: 20px 0 0;
}
.privacy-img {
  width: 260px;

}

@media only screen and (max-width: 991px) {
  .corp-list-title {
    padding-right: 0px;
    padding-left: 0px;
    display: inline-block;
  }
  .corp--list-logo {
    width: 45px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

.white-shadow {
  width: 300px;
  opacity: 0.6;
}

.career-up-img {
  margin-top: 80px;
  margin-bottom: 50px;
  width: 1200px;
}

.overViewSection {
  position: relative;
}

.right-position {
  float: right;
  text-align: right;
  width: 350px;
  z-index: 1;
  position: relative;
}

.left-position {
  float: left;
  text-align: left;
  width: 350px;
  z-index: 1;
  position: absolute;
}
.point-row {
  padding: 0 120px;
}


@media only screen and (max-width: 991px) {
  .career-up-img {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .right-position {
    width: 220px;
    margin-bottom: 100px;
  }
  .left-position {
    width: 220px;
  }


}

.section_left_txt {
  height: 400px;
  width: 500px;
  padding-left: 20px;
  z-index: 20;
  position: absolute;
}


.section_right_txt {
  float: right;
  text-align: right;
  height: 400px;
  width: 500px;
  padding-left: 20px;
  z-index: 20;
  position: relative;
}

.point-hr {
  margin-top: 70px;
}

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

  .section_left_txt {
    height: 240px;
    margin-top: 120px;
    width: 300px;
    padding-top: 20px;
    padding-left: 20px;
    margin-bottom: 180px;
  }

  .section_right_txt {
    float: right;
    text-align: left;
    height: 240px;
    margin-top: 120px;
    width: 300px;
    padding-top: 20px;
    padding-left: 20px;
    margin-bottom: 0px;
  }

}
.point-img {
  text-align: left;
  width: 100px;
  padding-right: 50px;
}
.right-img {
  margin-right: 400px;
}
.point-title {
  font-family: 'Rounded Mplus 1c', sans-serif;
  color: #000;
  text-align: left;
  font-size: 34px;
  font-weight: 500;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  line-height: 1.4;
}
.point-body {
  color: #222;
  font-size: 20px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.descriptoin-example {
    align-items: center;
    padding-top: 60px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 40px;
    margin-bottom: 40px;

}
.clear {
  clear: both;
}

.about-img {
  width: 150px;
    text-align: center;
    float: center;
}



.about-title {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding-top: 40px;
  padding-bottom: 30px;
}
.about-body {
  color: #fff;
  font-size: 15.5px;
  font-weight: 400;
  text-align: left;
  padding-bottom: 30px;
    text-align: center;
    float: center;
}

.about-button-img {
    width: 200px;
}


.top-entry-button {
  line-height: 0 !important;
}

@media only screen and (max-width: 991px) {
  .point-img {
    width: 100px;
    padding-right: 15px;
    margin-right: auto;
  }
  .descriptoin-example {
    padding-top: 20px;
  }
  .point-title {
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    line-height: 22px;
  }
  .point-body {
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 18px;
  }
}

.header-text-main {
  font-weight: 600;
  color: #222;
  font-size: 16px;
  font-family: 'Rounded Mplus 1c', sans-serif;
}
.header-text-sub {
  
}
.pt10 {
  padding-top: 10px;
}

.flex-container {
  display: flex;
  justify-content: flex-end;
}
.flex-container >:first-child {
  margin-right: auto;
}

.flex-item-menu {
  padding-right: 30px;
  text-align: right;
  line-height: 1.5;
  margin-top: 10px;
}

.flex-item-menu > a {
  color: #000;
}

.top-entry-form {
}

.top-entry-hissu {
    margin: 2px 5px;
    background-color: #ba2d1c;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    padding: 0 6px;
    border-radius: 5px;
}


.top-entry-ninni {
    margin: 2px 5px;
    background-color: #ddd;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 300;
    padding: 0 6px;
    border-radius: 5px;
}

.top-btn {
  background: #b4d24e;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  height: 54px;
  line-height: 0.8;
  padding: 18px 30px;
  text-transform: capitalize;
  border-radius: 0.5em;
  font-size: 22px;
}

.nayami-btn {
  background: #479b43;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  height: 64px;
  line-height: 0.8;
  padding: 18px 30px;
  text-transform: capitalize;
  border-radius: 0.5em;
  font-size: 28px;
}

.nayami-all {
  width: 100%;
  padding-top: 40px;
  display: inline-block;
}
.nayami-img {
  width: 19%;
  display: inline-block;
}
.nayami-item-img {
  width: 89%;
  display: inline-block;
}
.reserch-img {
  width: 45%;
  float: right;
  padding-right:30px;
  padding-top:10px;
}
.member-item-img {
  width: 99%;
  display: inline-block;
  padding-top: 40px;
}
.nayami-theme-head {
  padding-top: 80px;
}
.nayami-theme-item-left{
  text-align: left;
}
.nayami-theme-item-right{
  text-align: right;
}
.nayami-theme-item-center{
  text-align: center;
  padding-top: 40px;
}
.nayami-theme {
  display: flex;
  align-items: center;
  font-size: 36px;
  font-weight: bolder;
  line-height: 120%;
}
.nayami-theme:before, .nayami-theme:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さを変えたいときはここを変える */
  background: #aaa; /* 線の色を変えたいときはここを変える */
  margin:0 1.4em; /* 文字と線の余白用 なくても良い */
}

.nayami-entry-form {
  padding-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

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

  .top-banner p {
    font-size: 8px;
	  height: 34px;
    padding: 12px 24px;
  }
  .top-btn {
    font-size: 14px;
	  height: 48px;
  }
  .nayami-btn {
    font-size: 14px;
	  height: 48px;
  }
	.nayami-theme {
    font-size: 14px;
  }
  .reserch-img {
    width: 90%;
  }
}

ul.bannerList{
    list-style-type: none;
    margin-top: 20px;
}
ul.bannerList li{
  margin-bottom: 10px;
  border: 1px solid #222;  
}
ul.bannerList li img{
   width: 100%;
}
ul.bannerList li a:hover{
    opacity: 0.8;
}
.border {
    clear: both;
    color: #fff;
    height: 1px;
    border-top: 1px dotted #7f7f7f;
    border-bottom: 1px dotted #7f7f7f;
    border-left: none;
    border-right: none;
    line-height: 1px;
    margin: 30px 0;
}

.point-pt {
  padding-top: 30px !important;
}

.voice-pb {
  padding-bottom: 30px !important;
}

@media only screen and (max-width: 991px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  .commonSection-new {
    padding: 0 !important;
  }

  .point-pt {
    padding-top: 0px !important;
  }

  .faq {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .formbox {
    padding-bottom: 0px;
  }
  .company-table {
    margin-bottom: 20px;
  }

  .voice-pb {
    padding-bottom: 0px !important;
  }
  .lp-logo-img {
    padding-left: 10px;
    width: 120px;
  }
  .flex-item-menu {
    padding-right: 10px;
    line-height: 1.2;
  }
  .header-text-main {
    font-size: 10px;
  }
  .header-text-sub {
    font-size: 8px;
  }
  .siteTop {
    height: 55px;
  }
  .top-banner {
    background-image: url(/static/front/g-job-agent/lp6/img/top-image-sp.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #666;
    background-size: 100%;
  }
  .top-banner2 {
    background-image: url(/static/front/g-job-agent/lp6/img/top-image-sp-new.png);

    background-color: #fff;
  }
  .top-right-box {
    float: left;
    width: 100%;
  }
  .top-text1 {
    font-size: 28px;
    margin-left: 20px;
    padding-top: 250px;
  }
  .top-text1-new {
    padding-top: 10px;
    font-size: 18px;
  }
  .top-text2 {
    font-size: 18px;
    margin-left: 20px;
  }
  .top-text2-new {
    width: auto;
    margin-top: 290px;
    margin-right: 20px;
    font-size: 16px;
  }
  .top-text3 {
    width: auto;
    background-size: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 50px;
    padding-top: 0;
    height: 60px;
  }
  .top-text3-main {
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
  }
  .top-text3-main-aster {
    font-size: 8px;
    line-height: 12px;
  }
  .top-text3-sub {
    font-size: 7px;
    line-height: 12px;
  }
  .point-button-box-new {
    width: auto;
    padding-top: 10px;
  }
  .point-astr-text-sp {
    padding: 15px 10px 0;
    padding-left: 10px;
    font-size: 12px;
    line-height: 15px;
  }
  .point-title-new {
    display: inline-block;
    margin-top: 0 !important;
  }
  .point-img-new {
    width: 35px;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
  }
  .secound-section-text {
    padding: 30px 20px;
  }
  .secound-section-triangle {
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url(/static/front/g-job-agent/lp6/img/triangle.png);
    width: 100%;
    height: 90px;
    background-size: 100%;
    margin-bottom: 0px;
  }
  .about-point-text {
    text-align: center !important;
  }

  .secound-section-triangle::after {
    border: none;

  }
  .top-entry {
    margin-right: auto;
    margin-top: 20px;
    background-image: url(/static/front/g-job-agent/lp6/img/sp_arrow.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    width: auto;
    padding: 0 10px;
  }
  .top-entry-header {
    font-size: 30px;
  }
  .top-entry-button {
    border-radius: 5px;
  }
  .about-point-text {
    padding: 20px 15px 0;
    font-size: 20px;
    text-align: left;
    line-height: 1.4;
  }
  .about-point-text-sub {
    font-size: 16px;
    padding: 0 10px;
    text-align: left;
    line-height: 2;
  }
  .about-row {
    margin: 30px 0 40px;
  }
  .about-row-new {
    margin: 30px 0 10px;
  }
  .corp-list--example {
    padding-top: 20px;
    margin: 0;
  }
  .container {
    padding-right: 0;
    padding-left: 0;
  }
  .corp-list-title {
    color: #444;
    font-size: 20px;
  }
  .about-button-box-text {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .about-button-box-btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .commonSection {
    padding: 20px 0 0;
  }
  .jobSection {
    position: relative;
    background-image: url(/static/front/g-job-agent/lp6/img/job_bg_sp.webp);
  }
  .job-text-main {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .job-text-sub {
    font-size: 17px;
    padding: 0 10px;
    text-align: left;
    color: #eee
  }
  .job-row {
    padding: 0 10px;
  }
  .job-row-new {
    background-color: #f3f3f3;
  }
  .card--example__items__head {
    padding: 7px 20px;
    line-height: 1.4;
  }
  .card--example__items__head2 {
    padding: 7px 20px;
    line-height: 1.4;
  }
  .card--example__items__data {
    padding: 7px 20px;
  }
  .job-button-box {
    margin: 0;
    padding: 15px 0 20px;
    background-color: #f3f3f3;
  }
  .job-button-box-text {
    color: #444;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 5px;
  }
  .section_left_txt {
    position: static;
    height: auto;
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .section_right_txt {
    position: static;
    height: auto;
    margin-top: 0;
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
  .descriptoin-example {
    padding-top: 0px;
    margin-top: 10px;
    margin-bottom: 20px
  }
  .point-title {
    font-size: 26px;
    line-height: 1.3;
  }
  .point-body {
    margin-top: 10px;
  }
  .point-hr {
    margin-top: 40px;
  }
  .point-img {
    width: 50px;
  }
  .point-sp-img {
    width: 100%;
  }
  .point-box-row {
    margin: 0;
  }
  .point-button-box-btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;

  }
  .point-button-box-text {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 10px;
  }
  .voice-title {
    font-size: 28px;
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .voice-card {
    margin: 15px 15px;
  }
  .voice-person-box {
    width: 100px;
    line-height: 1.8;
  }
  .voice-person-name {
    font-size: 18px;
    padding-top: 5px;
  }
  .voice-person-age {
    font-size: 16px;
  }
  .voice-text-box {
    padding: 20px;
    width: calc(100% - 100px);
  }
  .voice-text-main {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 1.8;
  }
  .voice-text-sub {
    font-size: 14px;
    line-height: 1.6;
  }
  .voice-button-box {
    margin: 0;
    padding: 25px 0 35px;
    background-color: #f3f3f3
  }
  .voice-button-box-btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .voice-button-box-text {
    color: #333;
    font-size: 16px;
    padding-bottom: 5px;
  }
  .formSection2 {
    background-color: #fff;
  }
  .section_red_text1 {
    font-weight: 500;
  }
  .step5 {
    font-size:42px;
  }
  .flow-img {
    padding-top: 40px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .formSection {
    background-image: url(/static/front/g-job-agent/lp6/img/sp_arrow2.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    margin: 0;
    padding-top: 40px;
  }
  .form-title {
    padding: 0 15px;
    font-size: 32px;
  }
  .form-title-new {
    font-size: 30px;
  }
  .form-subtitle {
    font-size: 28px;
    font-weight: 500;
  }
  .form-subtitle-new {
    font-size: 26px;
  }
  .form-description {
    padding: 0 15px;
    font-size: 18px;
  }
  .form-description-new {
    font-size: 16px;
  }
  .heading-level2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .inlineframe {
    margin: 0 5px 25px;
  }
  label {
    font-size: 15px;
  }
  .select_f2 {
    width: 60px;
    display: inline;
  }
  .select_f3 {
    width: 60px;
    display: inline;
  }
  .select_f1_new {
    width: 70px !important;
    font-size: 11px;
    padding: 6px 6px;
  }
  .select_f2_new {
    width: 50px;
    font-size: 11px;
    padding: 6px 6px;
  }
  .select_f3_new {
    width: 50px;
    font-size: 11px;
    padding: 6px 6px;
  }
  .formbtn {
    width: 100%;
    font-size: 24px;
    line-height: 60px;
  }
  .to-top {
    margin: 15px 0;
  }
  .to-top-box {
    margin-right: auto;
    margin-left: auto;
    float: none;
    width: 90%;
    padding: 5px 20px;
    height: auto;
    margin-bottom: 20px;
    text-align: left;
    color: #555;
  }
  .to-top-yaji-sp {
    font-size: 10px;
    color: #000;
    display: inline;
    float: right;
  }
  .to-top-box-center {
    margin-right: auto;
    margin-left: auto;
  }

  .about-point-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .job-button-box-btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .aboutLB {
    padding-top: 30px;
    margin: 15px;
  }
  .about-lb-box {
    margin-right: auto;
    margin-left: auto;
    float: none;
    width: 90%;
    padding: 5px 20px;
    height: 190px;
    margin-bottom: 20px;
    text-align: left;
    color: #555;
  }
  .about-lb-box-center {
    margin-right: auto;
    margin-left: auto;
  }
  .about-lb-img-box {
    display: inline-block;
    margin-top: 0px;
  }
  .about-lb-img {
    width: 70px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 70px;
  }
  .about-lb-text {
    display: inline-block;
    width : calc(100% - 115px) ;
    text-align: center;
    margin-left: 15px;
  }
  .about-lb-text-main {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
    color: #f3f3f3;
    text-align: center;
    margin-top: 20px;
  }
  .about-lb-text-sub {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    color: #f3f3f3;
    text-align: center;
  }
  .about-btn-img {
    margin-top: 10px;
    width: 140px;
  }
  .privacy-img {
    width: 180px;
  }
  .footerSection {
    padding: 0 0 120px;
  }
  .text-footer {
    font-size: 15px;
  }
  .row {
    margin-left: auto;
    margin-right: auto;
  }
  .bottom-form-label {
    font-size: 12px;
  }
}

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

  .point-title-new {
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 380px) {

  .point-title-new {
    font-size: 23px !important;
  }
}

.company-inner {
  text-align: center;
}
.company-table {
  width: 100%;
}
.company-tr {
  padding: 20px;
}
.company-td-title {
  padding: 20px;
  background-color: #f7f9f9;
  width: 30%;
  display: table-cell;
  /*vertical-align: top;*/
}
.company-td-detail {
  padding: 20px;
  text-align: left;
  display: table-cell;
  /*vertical-align: top;*/

}

@media (min-width: 768px) {
  .faq {
      padding: 20px 0 50px !important;
  }
}


@media only screen and (max-width: 360px) and (min-width: 289px) {
  .select_f1_new {
    width: 60px !important;
  }
}


.mt0 { margin-top: 0px !important; }
.mt30 { margin-top: 30px !important; }
.mb0 { margin-bottom: 0px !important; }
.mb30 { margin-bottom: 30px !important; }
.pt0 { padding-top: 0px !important; }
.pt30 { padding-top: 30px !important; }
.pb0 { padding-bottom: 0px !important; }
.pb30 { padding-bottom: 30px !important; }

.fs10 { font-size: 10px !important }
.fs11 { font-size: 11px !important }
.fs13 { font-size: 13px !important }
.fs16 { font-size: 16px !important }