@charset "UTF-8";
.full_lp {
  font-size: 1.5em;
  color: var(--color100);
}

.full_lp section {
  width: 100%;
}

/* .l__skew {
  transform: skewY(-5deg);
} */

.l__skew .wrapper {
  padding: 5% 0 0;
  /* transform: skewY(5deg); */
}

.wrapper {
  box-sizing: border-box;
  width: 96%;
  max-width: 1000px;
  margin: auto;
}

.wrapper h2.serif {
  margin-bottom: 0;
}


.min_wrapper {
  width: 94%;
  max-width: 750px;
  margin: auto;
}

.bg_blue,
.bg_bluegrad {
  box-sizing: border-box;
  padding: 10px 5px;
  text-align: center;
  color: var(--accColor);
  background: var(--blue100);
}

.bg_bluegrad {
  background: linear-gradient(var(--blue75) 50%, var(--blue100) 50%);
}

.main {
  position: relative;
}

.main .mainimg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.main .wrapper {
  margin: 30px auto;
}

@media screen and (max-width: 640px) {
  .main .wrapper {
    margin-top: 0;
  }
}

.logo {
  margin: 20px auto;
}

.lead {
  max-width: 550px;
  margin: auto;
}

.boldcopy {
  font-weight: bold;
}

.maincopy {
  font-size: 2.6em;
  line-height : 1.5;
  letter-spacing : 0.01em;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .maincopy {
    margin: 0 auto;
    font-size: 6.5vw;
    line-height : 1.4;
  }
}

.bg_bluegrad {
  flex: 1;
  margin: 3px;
  font-size: 1.3em;
  border-radius: 8px;
}

@media screen and (max-width: 640px) {
  .bg_bluegrad {
    width: 96%;
    font-size: 3.5vw;
  }
}

.m__btn {
    background: var(--color75);
}

.m__btn_big {
  background-image: url("/images/lp/full/bg_btnbig.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.entrybox {
  box-sizing: border-box;
  padding: 3% 0;
  background: linear-gradient(var(--blue100) 50%, var(--accColor) 50%);
}

@media screen and (max-width: 640px) {
  .entrybox .innerlogo {
    width: 40%;
  }
}

.entrybox .wrapper {
  background: var(--accColor);
  border-radius: 5px;
}

.entrybox .webmeeting {
  box-sizing: border-box;
  padding: 5% 3% 2%;
}

.entrybox .webmeeting .l__grid_movetitle {
  font-size: 1.8em;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .entrybox .webmeeting .l__grid_movetitle {
    font-size: 6.0vw;
    text-align: center;
    line-height: 1.3em;
  }
}

.form {
  margin: 10px 2%;
  padding: 4% 2%;
  background: var(--orange25);
  border-radius: 5px;
}

.form .formtitle {
  padding: 2%;
  text-align: center;
  color: var(--color75);
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.nintei {
  max-width: 960px;
  margin: 5px auto;
}

@media screen and (max-width: 640px) {
  .nintei {
    flex-direction: column;
  }
}

.nintei .icon {
  display: flex;
  flex-basis: 50%;
  box-sizing: border-box;
  padding: 0 3%;
}

@media screen and (max-width: 640px) {
  .nintei .icon {
    flex: 1 1 auto;
  }
  .nintei .icon .nintei_icon {
    width: 60px;
  }
}

.trouble {
  background: var(--orange0);
}

.troublecase {
  background: var(--accColor);
  border-radius: 15px;
}

.full_bg {
  padding: 2% 20px;
  background: var(--orange0);
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

/* .full_bg:after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%) scaleX(1.5);
  border: 50px solid;
  border-color: var(--orange0) transparent transparent;
} */

.full_bg .l__flex_wrap {
  box-sizing: border-box;
  max-width: 960px;
  margin: 10px auto 30px;
  padding: 1%;
}

.suggest_title {
  padding: 40px 0 0;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .suggest_title {
    font-size: 5vw;
  }
}

.jirei_example {
  width: calc(100% / 3 - 2%);
}

@media screen and (max-width: 640px) {
  .jirei_example {
    width: 80%;
    margin: 0 5%;
  }

  .m__slides li {
    width: 80%;
    margin: 2%;
  }
}

.jirei_case {
  box-sizing: border-box;
  padding: 18% 2% 2%;
  background: #fff;
  box-shadow: 0 0 5px #e5e5e5;
  border-radius: 4px;
  border: solid 2px #bed1df;
}

.jirei_title {
  font-size: calc(26px + 2 * (100vw - 375px) / 265);
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 30px;
}

/* .jirei_title:before {
  content: "\f0f1";
  margin-right: 7px;
  font-family: "FontAwesome";
} */


@media screen and (max-width: 640px) {
.jirei_title {
  margin-bottom: 14px;
}
}


.jirei_content {
  margin: 8px;
}

.jirei_content:before {
  content: "";
  margin-right: 2%;
  padding: 5px 8px;
  font-size: .8em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--blue100);
  border-radius: 5px;
}

.jirei_nensyu:before {
  content: "年収";
}

.jirei_kamoku {
  font-weight: bold;

}


.jirei_kamoku:before {
  content: "科目";
}

.jirei_comment {
  box-sizing: border-box;
  margin: 15px auto 30px;
  padding: 5% 3%;
  color: #fff;
  background: #091643;
}
.jirei_comment_pick {
  font-weight: bold;
  color: #fffd8a;
}

@media screen and (max-width: 640px) {
  .jirei_comment {
    margin: 15px 2% 30px;
  }
}

.jirei_comment:before {
  border-color: transparent transparent #091643 transparent;
}

.afternensyu {
  position: relative;
  padding-left: 30px;
  font-size: 2.8rem;
  color: #9c2912;
}

.afternensyu:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 10px;
  border: 8px solid;
  border-color: transparent transparent transparent var(--blue100);
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .consult .photo {
    width: 50%;
    transform: translateY(10px);
  }
}

.consult .wrapper {
  justify-content: center;
  padding: 2% 0  0;
}

.consult .wrapper .photo {
  margin: auto 40px;
}

.faq {
  padding: 5% 0;
  background-color: #f0f4f5;
  margin-bottom: 5%;
  /* background: var(--color25); */
}

.qa_list {
  box-sizing: border-box;
  margin-bottom: 2%;
  padding: 4%;
  color: var(--color75);
  background: var(--accColor);
  border-radius: 14px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.qa_list .q {
  margin-bottom: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  border-bottom: 2px solid var(--color50);
}

.qa_list .q:before {
  content: "Q";
  margin-right: 10px;
  font-size: 3rem;
  color: #54becb;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}

.qa_list .q:after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: auto;
  transition: .3s;
  transform: rotate(135deg);
  border-top: 2px solid;
  border-right: 2px solid;
}

@media screen and (max-width: 640px) {
  .qa_list .q:after {
    width: 10px;
    height: 10px;
  }
}

.qa_list .a:before {
  content: "A";
  margin-right: 10px;
  font-size: 3rem;
  color: #f57c8c;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}

.qa_list .qa {
  width: 80%;
}

.qa_list .open:after {
  transform: rotate(315deg) translate(-7px, 5px);
}

.f_wh {
  color: #fff;
  stroke: #fff;
}

.whblur {
  margin-bottom: 2%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.bxsdw {
  box-shadow: 3px 3px 8px rgba(214, 214, 214, 0.3), -1px -2px 8px rgba(186, 193, 188, 0.5);
  border-radius: 2px;
}

.spanbr {
  display: block;
  font-size: .9em;
}

@media screen and (min-width: 769px) {
  #job_example {
    padding-bottom: 5%;
    background: url(/images/lp/index8/bg_job.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 769px) {
  #job_example {
    padding-bottom: 5%;
    background: url(/images/lp/index8/bg_job_sp.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
}

@media all and (-ms-high-contrast: none) {
  #job_example #job_example {
    background-attachment: inherit;
  }
}

#job_example h2.f__title {
  padding: 2em 0 .5em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

#job_example h2.f__title::after {
  content: "";
  display: block;
  width: 30%;
  max-width: 100px;
  margin: 1em auto 0;
  border: 2px solid;
}

#job_example p.f__minititle {
  margin: 10px auto;
  text-align: center;
}

#job_example .jobcontents strong {
  font-size: 1.5em;
  color: #9c2912;
}

#job_example .jobcontents dl,
#job_example .jobcontents .kamoku {
  display: flex;
  flex-wrap: wrap;
}

#job_example .jobcontents dl,
#job_example .jobcontents .kamoku dt,
#job_example .jobcontents .kamoku dd {
  width: 50%;
  text-align: center;
}

#job_example .jobcontents .sinryou {
  width: 100%;
}

#job_example .jobcontents .sinryou dt {
  box-sizing: border-box;
  width: 60%;
  padding: 10px 20px;
  color: #fff;
  background: #12799c;
}

#job_example .jobcontents .sinryou dt,
#job_example .jobcontents .sinryou dd {
  width: 50%;
}

#job_example .jobcontents .sinryou dd {
  background: rgba(255, 255, 255, 0.8);
}

#job_example .jobcontents .kamoku {
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 6%;
  padding: 2% 1%;
}

@media screen and (max-width: 640px) {
  #job_example .jobcontents .kamoku dl {
    width: 100%;
  }
}

#job_example .jobcontents .kamoku dt {
  box-sizing: border-box;
  width: 20%;
  border: 1px solid #12799c;
}

#job_example .jobcontents .kamoku dd {
  width: 28%;
  margin-left: 5px;
  text-align: left;
}

@media screen and (min-width: 769px) {
  #job_example .jobcontents .kamoku ul {
    padding-left: 1em;
    border-left: 1px solid #12799c;
  }
}

@media screen and (max-width: 640px) {
  #job_example .jobcontents .kamoku ul {
    margin: 5px 0;
  }
}

#job_example .jobcontents .kamoku li {
  text-align: left;
}

#job_example .jobcontents .kamoku li:before {
  content: "・";
}

.jobinfo {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px auto;
  font-size: 14px;
  padding: 2%;
  max-width: 820px;
}

@media screen and (max-width: 640px) {
  .jobinfo {
    padding: 3% 5%;
  }
}

.jobinfo_wrapper {
  margin-bottom: 50px;
}

.jobinfo_list {
  flex: 1 0 200px;
  box-shadow: 0 0 3px #d7d6d4;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background-color: #fff;
}

.jobinfo_box {
  padding: 1% 2%;
}

@media screen and (max-width: 640px) {
  .jobinfo_box {
    padding: 1% 5%;
  }

.jobinfo_list {
  margin-bottom: 10px;
}
}


.jobinfo_txt strong {
  background: linear-gradient(transparent 0%, transparent 60%, #977f08 60%);
}

.jobinfo_txt {
  margin: 15px auto 0;
  text-align: center;
  line-height: 1.5;
  font-size: 2.0em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.06em;
  color: #fff;
}

.jobinfo_barron {
  display: inline-block;
  position: relative;
  top: -5px;
  margin: 10px 5px 2px;
  padding: 5px 10px;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
}

.jobinfo_barron::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 10px;
  border: 5px solid;
}

.jobinfo_img {
  max-width: 120px;
  margin: auto;
}

.jobinfo_detail {
  margin: 2% 0;
}

.jobinfo_detail_tit {
  font-size: 1.3em;
  margin-bottom: 5px;
  font-weight: bold;
  color: #9b8241;
}

.jobinfo_detail_list li::before {
  content: "\f00c";
  margin-right: 5px;
  font-family: FontAwesome;
  color: #114f7a;
}

.resolve {
  padding: 5% 0;
}

.flow {
  padding: 5% 0;
}

.flow .step {
  counter-reset: step;
}

.flow .step li {
  position: relative;
  width: 26%;
  margin: 1%;
  border: solid 1px #091643;
  border-radius: 10px;
  background-color: #fcfdff;
  padding: 20px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 640px) {
  .flow .step li {
    width: 70%;
    margin: 3%;
    padding: 25px 15px;
  }
}

.flow .step .stepimg {
  padding: 0 ;
  width: 100%;
  max-width: 150px;
  margin: 10px auto;
}

.flow .step li:before {
  content: "STEP" counter(step);
  font-size: 1.2em;
  letter-spacing: 0.04em;
  counter-increment: step;
  color: #fff;
  padding: 6px 18px;
  background-color: var(--blue100);
  font-weight: normal;
  border-radius: 50px;
}

/* .flow .step li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 12px;
  right: -10%;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent transparent var(--orange75);
} */

@media screen and (max-width: 640px) {
  .flow .step li:not(:last-child):after {
    top: 50%;
    right: -15%;
    border: 18px solid;
    border-color: transparent transparent transparent var(--orange75);
  }
}

.area_search .area {
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}

@media screen and (max-width: 640px) {
  .area_search .area {
    align-items: stretch;
    margin-bottom: 20px;
  }
}

.area_search .area:last-child {
  margin-bottom: 30px;
}

.area_search .area_title {
  width: 15%;
  padding: 3px;
  font-size: .9em;
}

@media screen and (max-width: 640px) {
  .area_search .area_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
  }
}

.area_search .arealist {
  flex: 1 1 auto;
}

@media screen and (max-width: 640px) {
  .area_search .arealist {
    flex-wrap: wrap;
  }
}

.area_search .arealist > * + * {
  border-left: 2px solid var(--color50);
}

.area_search .arealist li a {
  padding: 5px 15px;
}

@media screen and (max-width: 640px) {
  .area_search .arealist li a {
    padding: 5px;
  }
}

.area_search .kyujinbnr li {
  flex: 1 1 25%;
  margin: 0 .5%;
}

@media screen and (max-width: 640px) {
  .area_search .kyujinbnr li {
    margin: 2% 5%;
  }
}

.area_search .other_search {
  text-align: right;
}

.cta_end .wrapper {
  padding: 50px 0;
}

.cta_end .wrapper .toiawase {
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .cta_end .wrapper .toiawase {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 640px) {
  .cta_end .wrapper #formundertel {
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  .cta_end .wrapper #formundertel {
    margin-right: 50px;
    padding-right: 50px;
    border-right: 1px solid;
  }
}

#footer {
  box-sizing: border-box;
  width: 96%;
  max-width: 1000px;
  margin: auto;
  font-size: 1rem;
  color: #666;
}

#footer .job_section {
  padding: 40px 0;
}

#footer .title_job_section {
  padding-left: 5px;
  font-size: 1.2rem;
  color: #333;
  border-left: 4px solid #a48b3f;
}

#footer .text {
  margin-top: 10px;
  text-align: justify;
}

#footer .bottom {
  padding-top: 40px;
  text-align: center;
}

#footer .bottom img {
  width: 100%;
  max-width: 110px;
  height: auto;
}

#footer .bottom .text {
  margin-top: 15px;
  text-align: center;
}

#footer .bottom .copyright {
  margin-top: 15px;
  font-size: 1.2rem;
}


@keyframes lineStroke {
  0% {
    background-position: -100% .7em;
  }
  100% {
    background-position: -200% .7em;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideIn2 {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}


/* <!--seimori追記 start--------------> */

.main_bg {
    background-image: url(/images/lp/index8/TOP_img.jpg);
    background-color: #f8fbfe;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
}


.top_icons {
  width: 80%;
  margin-bottom: 20px;
}

.top_container {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.m__btn_big {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit;
    width: 100%;
    max-width: 540px;
    margin: 0 auto 15px;
    padding: 20px 0;
}

.f__bigbtn {
    font-size: calc(10px + 3 * (100vw - 375px) / 265);
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.04em;
}


.main_subcopy {
  font-size: 2.2rem;
  margin-bottom: 10px;
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #000;
  font-weight: bold;
}


.bule_Container {
  width: 100%;
  max-width: 720px;
  text-align: center;
  margin: 0 auto;
}

.bule_h2 {
  margin: 20px 0;
  font-size: 2.2em;
  margin-bottom: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: var(--orange75);
  font-style: italic;
  line-height: 1.2;
}

.bule_txt {
  font-size: 1.5em;
  margin-bottom: 30px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  letter-spacing: 0.02em;
}

.f__minitext {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.pc_none {
  display: none;
}

.job_h2 {
  padding: 60px 0 20px;
  font-size: 2.5em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  color: var(--orange75);
}

.job_read {
  padding: 0 0 20px;
  font-size: 1.5em;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.job_samplebox {
  display: flex;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.job_card {
  flex: 1;
  background-color: #fff;
  margin: 0 10px 20px;
  width: 100%;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

.job_label {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: bold;
  background-color: #a48b3f;
  padding: 5px;
  text-align: center;
  border-radius: 6px 6px 0px 0px;
}

.job_box {
  padding: 2px 14px 14px;
}

.job_reward {
  font-size: 3.0em;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  color: #9c2912;
}

.job_reward_txt {
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
}

.job_category_box {
  display: flex;
  margin: 0 auto 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.job_category_name {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job_category_tle {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #114f7a;
  padding: 2px 10px;
  margin-right: 5px;
  border-radius: 7px;
}

.job_read_box {
  font-size: 1.5rem;
  padding: 6px;
  color: #000;
  background-color: #ddeafd;
  border-radius: 6px;
}

.job_list {
  text-align: left;
}


.resolve_bg {
  background: url(/images/lp/index8/jirei_bg.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}


.jirei_icon {
  display: block;
  width: 100%;
  max-width: 103px;
  margin: 0 auto -50px;
  z-index: 1;
}

.jirei_pick {
  font-size: calc(15px + 1 * (100vw - 375px) / 265);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
  padding: 0 8px;
  text-align: center;
  /* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
}

.jirei_pick_gold {
  font-size: calc(22px + 1 * (100vw - 375px) / 265);
  color: #9c2912;
}

.jirei_befor {
  font-size: 1.6rem;
  font-weight: bold;
}

.jirei_after_small {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}

.m__baroon {
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
}

.jirei_case_tle {
  background-color: #a48b3f;
  color: #fff;
  font-size: 1.5rem;
  padding: 1px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
  margin: 8px 8px 2px;
  border-radius: 4px;
}

.problem_txt {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-top: 10px;
}


.problem_tle {
  font-size: calc(24px + 3 * (100vw - 375px) / 265);
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.02em;
}


.support_tle {
  font-size: calc(20px + 3 * (100vw - 375px) / 265);
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.support_tle_pick {
  font-size: calc(24px + 3 * (100vw - 375px) / 265);
  color: var(--orange75);
}


.support_read {
  font-size: 1.5em;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.qanda__tle {
  font-size: calc(26px + 2 * (100vw - 375px) / 265);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-bottom: 40px;
  color: var(--blue75);
}

.step_tle {
  font-size: calc(26px + 2 * (100vw - 375px) / 265);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-bottom: 20px;
  color: var(--blue75);
}

.step_text {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0 auto 20px;
  color: #000;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.slider_wrapper {
  box-sizing: border-box;
  width: 96%;
  max-width: 1400px;
  margin: auto;
}

.step_number {
  width: 100%;
  max-width: 50px;
}

.step_flow {
  font-size: calc(19px + 1 * (100vw - 375px) / 265);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}

.f__left {
  margin-top: 4px;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.btn_top {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
}

.message_bg {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  height: 100%;
  background: url(/images/lp/index8/bg_message.jpg) no-repeat;
  background-attachment: fixed;
  background-position: top;
  background-size: contain;
  box-sizing: border-box;
}

.message_bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%) scaleX(1.5);
  border: 50px solid;
  border-color: var(--orange0) transparent transparent;
}


.btn_margin {
  margin-top: 60px;
}


.f__leadtext {
  font-size: 1.5em;
  font-weight: bold;
}

.f__text {
  font-size: 1.6rem;
}

.deco_tle {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto 5px;
  color: var(--blue75);;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 769px) {
  .main_bg {
    background-image: url(/images/lp/index8/TOP_img_sp.jpg);
    background-color: #f8fbfe;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    padding: 20px 20px 240px;
    box-sizing: border-box;
  }

  .main_subcopy {
  font-size: 1.5rem;
  margin-bottom: 5px;
  }

  .top_icons {
  width: 100%;
  margin-bottom: 4px;
  }

.m__btn_big {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 15px;
    padding: 14px 0;
}

  .f__bigbtn {
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
}

.bule_Container {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.bule_h2 {
  font-size: 2.6rem;
  margin: 20px 0;
  margin-bottom: 10px;
  line-height: 1.3;
}

.bule_txt {
  font-size: 1.6rem;
  margin-bottom: 70px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  padding: 0 20px;
  text-align: left;
  line-height: 1.6;
}

.sp_none{
  display: none;
}

.f__minitext {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding: 0 10px;
}

.img_consultant {
  max-width: 100px;
  display: block;
  margin: -75px auto 0;
  padding: 10px 0 10px;
}

.pc_none {
  display: block;
}

.job_h2 {
  padding: 50px 20px 10px;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: left;
}

.job_read {
  padding: 0 20px 30px;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: left;
}

.job_samplebox {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  max-width: 330px;
}

.job_card {
  margin: 0 0 20px;
  width: 100%;
  box-shadow: 0px 5px 5px -6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

.job_box {
  padding: 0 10px 10px;
}

.jobinfo_txt {
    margin: 30px auto 0;
    text-align: left;
    line-height: 1.6;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    color: #fff;
    padding: 0 20px;
}

.problem_tle {
  font-size: calc(20px + 3 * (100vw - 375px) / 265);
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}
  

.problem_txt {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-top: 10px;
}

.full_bg .l__flex_wrap {
  margin: 0 auto;
}

.support_tle {
  font-size: 1.8rem;
}

.support_tle_pick {
  font-size: 2.6rem;
  line-height: 1.3;
}

.support_read {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 20px;
}

.qanda__tle {
  font-size: calc(24px + 3 * (100vw - 375px) / 265);
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding-bottom: 5px;
}

.step_tle {
  font-size: calc(24px + 3 * (100vw - 375px) / 265);
  letter-spacing: 0.02em;
  padding-bottom: 20px;
  
}

.step_text {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 5px auto 20px;
  text-align: left;
  padding: 0 20px;
}

.qanda__tle {
  padding-bottom: 20px;
}

.btn_top {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}

.l__skew .wrapper {
  padding: 40px 0 30px;
  /* transform: skewY(5deg); */
}

.message_bg {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(/images/lp/index8/bg_message_sp.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
}

.btn_margin {
  margin: 40px 0 0;
  padding: 0 20px;
}

.m__spslider {
  padding: 0 10px;
  box-sizing: border-box;
}

.afternensyu {
  font-size: 2.3rem;
  color: #9c2912;
}

.jirei_after_small {
  font-size: 1.6rem;
}

.f__leadtext {
  font-size: 1.6rem;
}

.f__text {
  font-size: 1.6rem;
}

.resolve  {
  padding: 50px 0;
}

.flow {
  padding: 50px 0;
}

.faq {
  padding: 50px 0;
}

.wrapper {
  width: 92%;
}

.deco_tle {
  font-size: 1.2rem;
  margin-bottom: 2px;
}

.entrybox {
  padding: 50px 0;
}
.qa_list {
  margin-bottom: 20px;
  padding: 6% 4%;
}

.full_bg {
  padding: 2% 10px;
}

}
/* <!--seimori追記 end--------------> */