@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------------
　基準レイアウト
------------------------------------------------------*/
section {
  margin-top: -150px;
  padding-top: 150px;
  margin-bottom: 13rem;
}
main {
  padding-top: 80px;
}
html {
  overflow-x: hidden;
}
body {
  font-family: ヒラギノ角ゴ Pro W4, Hiragino Kaku Gothic Pro, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #505050;
  font-size: 16px;
  letter-spacing: 0.02rem;
  line-height: 1.7;
}
h2 {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
  position: relative;
}
h2::before {
  content: "";
  width: 42px;
  height: 21px;
  background-image: url("https://just-c.net/wordpress/wp-content/themes/just-consulting/assets_lp/css/images/svg/jc_logo.svg");
  left: 0;
  right: 0;
  margin: -2.5rem auto 0rem;
  position: absolute;
}
h2::after {
  content: "";
  width: 1px;
  height: 30px;
  background: #464646;
  left: 0;
  right: 0;
  margin: 2.5rem auto 0rem;
  position: absolute;
}
h2 span {
  color: #464646;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  font-family: 'Barlow Condensed', sans-serif;
}
h1, h2, h3 {
  font-weight: bold;
  color: #003388;
}
h4 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #464646;
  line-height: 2;
}
.lead {
  text-align: center;
  margin: 4rem 0rem 5rem;
}
.lead p {
  display: inline-block;
  margin-bottom: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
h1 {
  font-family: "impact", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 100px;
  background: linear-gradient(transparent 87%, #fff 0%);
  padding-left: 10px;
  line-height: 1.5;
  width: fit-content;
  padding-right: 6px;
  color: #fff;
  margin-left: 8vw;
  padding-top: 2rem;
}
.none {
  display: none;
}
iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  h2::after {
    display: none;
  }
  h1 {
    font-size: 10vw;
    margin-left: 5vw;
    background: linear-gradient(transparent 92%, #fff 0%);
  }
  .lead {
    margin: 1.5rem 0rem 3rem;
  }
  .lead p {
    text-align: left;
    line-height: inherit;
  }
  h2 {
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  h2::before {
    margin: -1.8rem auto 0rem;
  }
}
/*------------------------------------------------------
　共通
------------------------------------------------------*/
.container {
  margin: 0 auto;
  padding: 0rem 2rem;
  max-width: 1052px
}
.container02 {
  margin: 0 auto;
  padding: 0rem 2rem;
  max-width: 1010px
}
.sub_tit {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transition: all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
}
.visible_sp {
  display: none;
}
.note {
  font-size: 80%;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .container02 {
    width: 85%;
    padding: 0;
  }
  .container {
    padding: 0rem 1.2rem;
  }
  .hidden_sp {
    display: none;
  }
  .visible_sp {
    display: block;
  }
}
/*ヘッダー*/
.head_tel {
  margin-left: 30px;
  color: #003388;
  width: 210px;
  font-weight: bold;
}
.head_tel_num {
  position: relative;
  padding-left: 22px;
  line-height: 1.3;
  font-size: 27px;
  letter-spacing: .05em;
  font-family: 'Barlow Condensed', sans-serif;
}
.head_tel_num::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("https://just-c.net/wordpress/wp-content/themes/just-consulting/assets_lp/css/images/svg/tel_icon.svg");
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
}
.head_tel_txt {
  margin-top: 2px;
  line-height: 1.4;
  letter-spacing: .06em;
  font-size: 12px;
}
.head_btn {
  font-size: 14px;
  display: flex;
  line-height: 1;
}
.head_btn span {
  font-size: 12px;
  font-family: 'Barlow Condensed', sans-serif;
}
.head_contact, .head_entry {
  border: solid #003388 2px;
  border-radius: 5px;
  width: 130px;
  height: 50px;
  text-align: center;
  margin-right: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.head_contact {
  background: #fff;
  color: #003388;
}
.head_entry {
  background: #003388;
  color: #fff;
}
.wrap_contact {
  display: flex;
}
@media screen and (max-width: 1390px) {
  main {
    padding-top: 70px;
  }
  .head_contact, .head_entry {
    width: 50%;
  }
  .head_tel {
    width: 180px;
    margin: 1rem auto;
  }
  .head_btn {
    margin-top: 3rem;
  }
}
/*------------------------------------------------------
　JCパートナー制度とは
------------------------------------------------------*/
.lead_point {
  display: flex;
  justify-content: space-between;
}
.l_point_item {
  width: 32%;
  font-size: 14px;
  padding: 2rem 2rem 2rem 1rem;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
}
.l_point_item dt {
  background: #003388;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  border-radius: 100vh;
  max-height: 80px;
  height: 6vw;
  display: table;
  max-width: 268px;
  width: 100%;
  font-size: min(2vw, 20px);
  margin-bottom: 2rem;
}
.l_point_item dt p {
  vertical-align: middle;
  display: table-cell;
}
.arrow {
  width: 6px;
  height: 35px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skew(0, -60deg);
  margin: 3rem auto;
}
#sec01 .lead {
  position: relative;
}
.mark01, .mark02 {
  width: 85px;
  height: 72px;
  position: absolute;
  z-index: -100;
}
.mark01 {
  top: -6.5%;
  left: 5%;
}
.mark02 {
  right: 0%;
  bottom: -4%;
}
/*参加条件*/
.rule_wrap {
  margin: 0rem 2rem;
}
.rule {
  background: #E7F5FA;
  padding: 3rem;
  position: relative;
  margin: 0 auto;
  max-width: 832px;
}
.rule_tit {
  text-align: center;
  color: #fff;
  background: #003388;
  width: 140px;
  height: 140px;
  position: absolute;
  top: -8%;
  left: -2%;
  line-height: 1;
}
.rule_tit p {
  font-size: 21px;
  display: inline-block;
  margin-top: 3rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.rule_tit span {
  font-size: 12px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: normal;
  letter-spacing: 0;
}
.rule_txt {
  margin-left: 7rem;
}
.rule_txt dt {
  font-size: 22px;
  display: flex;
  align-items: flex-start;
}
.rule_txt dd {
  margin: 0 0 2rem 2rem;
}
.rule_txt dd:last-child {
  margin-bottom: 0;
}
.rule_check_box {
  min-width: 18px;
  height: 18px;
  background: #fff;
  border: #707070 solid 1px;
  display: inline-block;
  margin-right: 0.8rem;
  position: relative;
  margin-top: 0.5rem;
}
.rule_check {
  position: absolute;
  width: 8px;
  height: 16px;
  border-right: 3px solid #003388;
  border-bottom: 3px solid #003388;
  transform: rotate(55deg);
  margin-left: 0.5rem;
  top: -10%;
}
.diagram {
  max-width: 906px;
  margin: 1rem auto 1rem;
}
.diagram_con {
  padding: 0rem 1rem;
}
.dia_text {
    text-align: left;
    margin-left: 1rem;
    font-weight: bold;
    color: #003388;
}

@media screen and (max-width: 767px) {
  .arrow {
    margin: 1rem auto 4rem;
  }
  #sec01 .lead {
    width: 95%;
    margin: 2rem auto 2rem;
  }
  .mark01, .mark02 {
    width: 61px;
    height: 53px;
  }
  .mark01 {
    top: -3%;
    left: 0%;
  }
  .mark02 {
    right: 0%;
    bottom: 1%;
  }
  .rule {
    padding: 1rem 1.5rem 3rem 1rem;
  }
  .lead_point {
    display: block;
  }
  .l_point_item {
    width: 100%;
    border-right: none;
	  padding: 2rem 1rem;
  }
  .l_point_item dt {
    margin: 0 auto 2rem;
    font-size: 16px;
    height: 52px;
  }
  .rule_wrap {
    margin: 0;
  }
  .rule_txt dt {
    font-size: 17px;
  }
  .rule_txt {
    margin: 3rem 0rem auto 0rem;
  }
  .rule_tit {
    left: 0%;
    top: -8%;
    height: 60px;
  }
  .rule_tit p {
    font-size: 18px;
    margin-top: 0.8rem;
  }
  .rule_txt dd {
    margin: 0 0 2rem 2rem;
    font-size: 14px;
  }
  .rule_check_box {
    margin-top: 0.3rem;
  }
  .diagram_con {
    padding: 0rem;
  }
	.dia_text {
   font-size: 14px;
}
}
/*------------------------------------------------------
　案件イメージ
------------------------------------------------------*/
#sec02 {
  background: #F5F5F5;
}
section#sec02 {
  margin-bottom: 8rem;
}
.case_all {
  margin-top: 5rem;
  padding-bottom: 3rem;
}
.case_title {
  position: relative;
}
/* 画面外にいる状態 背景色変化 */
.case01.case_wrap, .case02.case_wrap, .case03.case_wrap, .case04.case_wrap {
  margin-bottom: 6rem;
  transition: all 500ms;
}
/* 画面内に入った状態 背景色変化*/
.case01.case_wrap.scrollin, .case02.case_wrap.scrollin, .case03.case_wrap.scrollin, .case04.case_wrap.scrollin {
  background: #fff;
}
.case_image {
  width: 90%;
  margin: 0 auto;
  padding: 1rem 0rem 2rem;
}
.num {
  position: absolute;
  font-size: 140px;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.05em;
  top: -150%;
  right: 2%;
  opacity: 0.1;
}
.case_info {
  display: flex;
}
.case_info dt {
  text-align: center;
  background: #003388;
  color: #fff;
  border-radius: 100vh;
  max-width: 200px;
  width: 90%;
  margin: 0 auto;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  font-size: min(2.3vw, 20px);
}
h3 {
  font-size: 26px;
}
h3.icon01::before, h3.icon02::before {
  content: "";
  width: 80px;
  height: 80px;
  margin-top: -0.1rem;
  margin-right: 0.1rem;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
}
h3.icon01::before {
  background-image: url("https://just-c.net/wordpress/wp-content/themes/just-consulting/assets_lp/css/images/svg/icon01.svg");
}
h3.icon02::before {
  background-image: url("https://just-c.net/wordpress/wp-content/themes/just-consulting/assets_lp/css/images/svg/icon02.svg");
}
.case_info_left {
  width: 70%;
}
.case_info_left_parts01, .case_info_left_parts02 {
  display: flex;
}
.case_info_left_parts01 dl, .case_info_left_parts02 dl {
  width: 52%;
  padding: 1rem;
  border-right: 1px solid #707070;
}
.case_info_left_parts01 dl:first-child, .case_info_left_parts02 dl:first-child {
  width: 48%;
}
.case_info_left_parts01 dl {
  border-bottom: 1px solid #707070;
  position: relative;
}
.case_info_left_parts01 dl::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -5px;
  right: -5px;
  width: 9px;
  height: 9px;
  line-height: 9px;
  background-color: #003388;
  border-radius: 50%;
  text-align: center;
}
.case_info_right {
  width: 30%;
}
.case_info_right dl {
  padding: 1rem;
}
.project_term {
  display: flex;
  border: 1px solid #707070;
  align-items: center;
  margin: 0.5rem 0rem 1.5rem;
}
.term_tit {
  background: #464646;
  color: #fff;
  text-align: center;
  width: 120px;
  line-height: 1.2;
  padding: 0.5rem 0rem;
}
.term_tit .note {
  font-size: 12px;
}
.term_txt {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 942px) {
  .case04 .num {
    top: -100%;
  }
}
@media screen and (max-width: 767px) {
  .case_all {
    margin-top: 3rem;
  }
  section#sec02 {
    margin-bottom: 5rem;
  }
  .num {
    top: -420%;
  }
  .case04 .num {
    top: -210%;
  }
  h3 {
    font-size: 24px;
    line-height: 1.4;
    padding-left: 50px;
  }
  .case_image {
    padding: 2rem 0rem 1rem;
  }
  .case_info_left_parts01, .case_info_left_parts02 {
    display: block;
  }
  .case_info_left_parts01 dl, .case_info_left_parts02 dl {
    width: 100%;
    padding: 1rem 0rem;
    border-right: none;
    border-bottom: none;
  }
  .case_info_left_parts01 dl:first-child, .case_info_left_parts02 dl:first-child {
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .case_info {
    display: block;
  }
  .case_info_left {
    width: 100%;
  }
  .case_info dd {
    font-size: 15px;
  }
  .case_info_right {
    width: 100%;
  }
  .case_info dt {
    width: 95%;
    font-size: min(5vw, 18px);
  }
  .case_info_right dl {
    padding: 1rem 0rem;
  }
  .case_info_left_parts02 dl {
    border-right: none;
  }
  .case_info_left_parts01 dl::after {
    display: none;
  }
  .case_info_left dl {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 1.5rem;
    margin-bottom: 0rem;
  }
  /*プロジェクト期間*/
  .project_term {
    display: block;
    margin: 1rem 0rem 1.5rem;
  }
  .term_tit {
    width: 100%;
  }
  .term_txt {
    padding: 0.5rem 1rem;
  }
  .term_tit_in {
    text-align: left;
    padding-left: 1rem;
  }
  h3.icon01::before {
    content: "";
    width: 50px;
    height: 50px;
    margin-top: -1rem;
    left: -2%;
    position: absolute;
  }
  h3.icon02::before {
    content: "";
    width: 50px;
    height: 50px;
    margin-top: -1rem;
    left: -2%;
    position: absolute;
  }
}
@media screen and (max-width: 608px) {
  .case03 .num {
    top: -210%;
  }
}
@media screen and (max-width: 472px) {
  .case02 .num {
    top: -210%;
  }
  .case04 .num {
    top: -140%;
  }
}
@media screen and (max-width: 364px) {
  .case03 .num {
    top: -140%;
  }
  .case04 .num {
    top: -105%;
  }
}
/*------------------------------------------------------
　ご利用の流れ
------------------------------------------------------*/
#sec03 .lead {
  margin-bottom: 2rem;
}
.s_contents .s_list_style dl {
  margin: 4rem 0rem;
}
.s_contents .s_list_style dt {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-size: 26px;
}
.s_list_style .number {
  display: none;
}
.s_contents .s_list_style dd {
  padding-top: 10px;
  line-height: 1.8em;
}
.a_item.b_item {
  -webkit-transition: opacity 0.7s cubic-bezier(0.45, 0.15, 0.15, 1);
  -o-transition: opacity 0.7s cubic-bezier(0.45, 0.15, 0.15, 1);
  transition: opacity 0.7s cubic-bezier(0.45, 0.15, 0.15, 1);
  opacity: 1;
}
.step_num {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.a_item {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.step_num_tit {
  width: 200px;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003388;
  padding: 20px 0;
}
.step_num_txt {
  width: calc(100% - 200px);
  background: #EBEBEB;
  border-left: 0;
  padding: 25px 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.step_num_txt_inner {
  width: 100%;
}
.caution {
  font-size: 14px;
  margin-top: 2rem;
}
.flow_arrow {
  border-color: #003388 transparent transparent transparent;
  border-width: 18px;
  width: 0px;
  margin: 1.5rem auto 0.2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .s_contents .s_list_style dt {
    font-size: 20px;
    border-bottom: none;
    padding-bottom: 0px;
  }
  .step_num {
    margin-bottom: 0;
  }
  .step_num::after {
    display: none;
  }
  .step_num_tit {
    width: 100%;
    height: 20px;
    font-size: 16px;
  }
  .step_num_txt {
    width: 100%;
    padding: 1rem 1rem 1.5rem;
  }
  .flow_arrow {
    border-color: #003388 transparent transparent transparent;
    border-width: 12px;
    width: 0px;
    margin: 1rem auto 0rem;
    display: block;
  }
}
/*------------------------------------------------------
　よくある質問
------------------------------------------------------*/
#sec04 {
  background: #F5F5F5
}
section#sec04 {
  margin-bottom: 8rem;
}
.faq_wrap {
  padding: 5rem 0rem 4rem;
}
.faq_tit_con {
  display: flex;
}
.faq_num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 33px;
  color: #fff;
  background: #003388;
  width: 65px;
  height: 50px;
  line-height: 1.5;
  text-align: center;
  margin-right: 1.2rem;
}
.faq_list {
  margin-bottom: 1.5rem;
}
.faq_tit_txt {
  font-size: 18px;
  color: #003388;
  font-weight: bold;
  padding-top: 0.6rem;
}
.faq_tit {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  margin-left: 2rem;
  align-items: center;
  padding: 0 1rem 0 0rem;
}
.faq_in {
  margin-left: 2rem;
  padding: 0rem 1.2rem;
  display: none;
}
.faq_tit img {
  transition-duration: 500ms;
  width: 20px;
  height: 11px;
}
.open img {
  -webkit-transform: rotateX(-180deg);
  /*transform: rotate(180deg);*/
  transform: rotateX(180deg);
  transition-duration: 500ms;
}
.answer {
  display: flex;
}
.answer_num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 27px;
  margin-right: 1rem;
}
.answer_txt {
  font-size: 16px;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  section#sec04 {
    margin-bottom: 5rem;
  }
  .faq_wrap {
    padding: 1.5rem 0rem 4rem;
  }
  .faq_tit {
    margin-left: 0;
    padding: 0 0.5rem rem 0 0rem;
  }
  .faq_tit_txt {
    font-size: 15px;
    line-height: 1.4;
    padding: 0.5rem 0rem;
  }
  .faq_num {
    font-size: 24px;
    height: auto;
    max-width: 65px;
    width: 10vw;
    min-width: 45px;
    margin-right: 0.8rem;
    display: table;
    padding-bottom: 0.2rem;
  }
  .faq_num p {
    display: block;
    display: table-cell;
    vertical-align: middle;
  }
  .faq_in {
    margin-left: 0rem;
    padding: 0;
  }
  .answer_txt {
    font-size: 14px;
    margin-left: 0.8rem;
  }
  .answer_num {
    font-size: 24px;
    height: auto;
    max-width: 65px;
    width: 20vw;
    min-width: 45px;
    margin-right: 0rem;
    padding-top: 0.2rem;
  }
  .answer_num p {
    text-align: center;
  }
  .faq_tit img {
    width: 16px;
    height: 8px;
    margin-left: 0.5rem;
  }
}
/*------------------------------------------------------
　ジャストコンサルティングについて
------------------------------------------------------*/
.point_box_wrap {
  display: flex;
  justify-content: space-between;
}
.point_box {
  background: #EBEBEB;
  width: 31.5%;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.point_box a {
    display: block;
    margin-top: auto;
}
.top_border {
  background: #003388;
  height: 5px;
  background: -moz-linear-gradient(left, #0A79CB 20%, #004496, #004496, #00368A, #003388);
  background: -webkit-linear-gradient(left, #0A79CB 20%, #004496, #004496, #00368A, #003388);
  background: linear-gradient(to right, #0A79CB 20%, #004496, #004496, #00368A, #003388);
}
.point_tit {
  color: #003388;
  font-weight: bold;
  font-size: 23px;
  line-height: 1;
  text-align: center;
  margin: 2rem auto 1rem;
}
.point_tit span {
  color: #464646;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Barlow Condensed', sans-serif;
}

.point_txt {
    padding: 1rem 1.5rem;
    font-size: 14px;
}


.point_txt p.note {
  font-size: 80%;
  margin-top: 0.5rem;
}
.point_txt_img {
  background: #000;
}
.point_txt_img img {
  opacity: 0.3;
}


.p01:hover .img01 img, .p02:hover .img02 img, .p03:hover .img03 img {
  opacity: 1;
}
/*会社概要*/
.com_info_wrap {
  display: flex;
  margin-top: 10rem;
}
.company_info tr {
  display: flex;
  flex-wrap: nowrap;
  padding: 1.4rem 0rem;
  border-bottom: 1px solid #C8C8C8;
}
.company_info th {
  font-weight: bold;
  max-width: 70px;
  min-width: 70px;
  height: fit-content;
  color: #464646;
}
.company_info th, td {
  display: inline-block;
  font-size: 14px;
  color: #464646;
}
.company_info td {
  margin-left: 2rem;
}
table.company_info {
  width: 100%;
  margin-right: 2rem;
}
.map {
  margin-top: 2.5rem;
  width: 100%;
  max-width: 380px;
}
.com_info_txt {
  margin-right: 1.8rem;
}
.btn_lp {
  border-radius: 100vh;
  color: #fff;
  background: #003388;
  font-size: 18px;
  padding: 0.4rem;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.btn_lp::after {
  content: " ";
  border-style: solid;
  position: absolute;
  top: 30%;
  right: 10%;
  height: 0px;
  width: 0px;
  margin: 0rem auto 0rem;
  border-color: transparent #fff;
  border-width: 8px 8px;
  border-left-color: currentColor;
  border-right: 0;
}
.point_box a {
  display: block;
  margin-top: auto;
}
.map_wrap {
  display: flex;
  margin-top: 4rem;
}
.map {
  max-width: 380px;
}
.go_map {
  max-width: 890px;
}
.map_wrap li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .btn_lp {
    font-size: 14px;
    max-width: 250px;
  }
  .point_txt_img img {
    opacity: 1;
  }
  .com_info_wrap {
    display: block;
    margin-top: 4rem;
  }
  .company_info th {
    line-height: 2;
  }
  .company_info {
    font-size: 14px;
  }
  .company_info th {
    min-width: 90px;
    padding: 0rem 1rem;
    max-width: 110px;
    line-height: 1.7;
  }
  .company_info td {
    margin-left: 1rem;
  }
  .company_info tr {
    display: block;
  }
  .map {
    margin: 2rem auto 0;
    max-width: none;
    height: 350px;
  }
  .map_wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
  }
  .map_wrap li {
    margin-top: 1rem;
  }
  ul.map_wrap li {
    width: 100%;
  }
  .go_map {
    height: 350px;
  }
  .point_box_wrap {
    display: block;
  }
  .point_box {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .point_tit {
    font-size: 20px;
    margin: 1rem auto 0.8rem;
  }
}
/*------------------------------------------------------
　登録フォーム
------------------------------------------------------*/
form {
  border-top: 1px solid #464646;
}
section#sec06 {
  margin-bottom: 0rem;
}
#sec06 {
  background: #F5F5F5;
}
#sec06 .lead {
  margin-bottom: 1rem;
}
.contact {
  padding-bottom: 5rem;
}
.contact dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
}
.contact dl:last-child {
  border-bottom: 1px solid #464646;
}
.contact dl.border_none {
  border-bottom: none;
}
.table_head {
  padding-left: 0.5rem;
  padding: 1rem 0rem;
  font-weight: normal;
}
.contact dd {
  padding: 0.65rem 0rem;
  width: 75%;
  margin-left: 1.5rem;
}
.table_head p.table_head_tit {
  line-height: 1.4;
}
input, textarea {
  background: #fff;
  border: #C8C8C8 solid 1px;
  width: 100%;
  padding: 5px 10px;
  color: #000;
}
.one_box {
  width: 100%;
}
dd.name {
  display: flex;
  justify-content: space-between;
}
.name_items {
  width: 47%;
}
dt.table_head {
  width: 33%;
}
dt.table_head p::after {
  background: #003388;
  content: "必須";
  display: inline-block;
  font-size: 80%;
  letter-spacing: 0.05em;
  float: right;
  padding: 0rem 0.6rem;
  line-height: 1.8;
  color: #fff;
}
dt.table_head.select p::after {
  display: none;
}
.btn_submit {
  max-width: 390px;
  text-align: center;
  margin: 2rem auto 0rem;
  cursor: pointer;
}
.submit_btn {
  background: #003388;
  width: 100%;
  color: #fff;
  border-radius: 100vh;
}
button[type="submit"][disabled] {
  background-color: #ccc;
  cursor: default;
  border-radius: 100vh;
}
button[type="submit"][disabled]:hover {
  opacity: 1;
}
.contact button {
  padding: 1rem 0rem;
  font-size: 20px;
  letter-spacing: 0.1rem;
}
.check_box_con {
  font-size: 14px;
}
.check_box_con input {
  width: auto;
}
.name .name_items:last-child {}
.name_flex {
  display: flex;
  align-items: center;
}
.name_flex span {
  padding-right: 0.5rem;
}
/*チェックボックス*/
input[type=checkbox] {
  display: none;
}
.check_item {
  display: inline-block;
  padding-top: 8px;
}
.checkbox01:after {
  position: absolute;
  content: "";
  display: block;
  top: -10px;
  top: 50%;
  margin-top: -8px;
  left: 0px;
  width: 17px;
  height: 17px;
  border: 1px solid #bbb;
  background: #fff;
}
.checkbox01 {
  position: relative;
  padding-left: 1.5rem;
}
.checkbox01:hover:after {
  border-color: #0171bd;
}
.checkbox01:after, .checkbox01:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}
/*チェックマークの追加*/
.checkbox01:before {
  left: 6px;
  margin-top: -7px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 3;
}
/*チェックボックスがチェックされた時に動作する内容*/
input[type=checkbox]:checked + .checkbox01:before {
  opacity: 1;
}
input[type=checkbox]:checked + .checkbox01:after {
  background: #003388;
}
.privacy_box {
  text-align: center;
  margin: 6rem 0rem 2rem;
  font-size: 14px;
}
.privacy_box span {
  color: #003388;
}
.privacy_box span::after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-image: url("https://just-c.net/wordpress/wp-content/themes/just-consulting/assets_lp/css/images/svg/policy_icon.svg");
  margin: -0.1rem 0.2rem 0 0.1rem;
}
.con_privacy_txt {
  display: inline-block;
  margin-bottom: 0.5rem;
  line-height: 1.7
}
.table_line .note {
  margin-top: 0.5rem;
}
/*電話番号*/
.table_line.tel input {
  width: 60%;
}
.caut {
  display: inline-block;
  margin-left: 0.5rem;
}
/*郵便番号*/
.table_line.zip input {
  width: 40%;
}
/*チェック*/
.check_flex {
  display: flex;
  flex-wrap: wrap;
}
.check_flex .check_item:first-child {
  width: 38%;
}
.check_flex .check_item:nth-child(2) {
  width: 38%;
}
/*アンケートチェック*/
.quest_flex {
  display: flex;
  flex-wrap: wrap;
}
.quest_flex .check_item {
  width: 30%;
}
.quest_flex .check_item:first-child {
  width: 24%;
}
.quest_flex .check_item:last-child {
  width: 43%;
}
.check_item.other_box {
  padding-top: 3px;
}
/*zoom*/
.mtg input:first-child, .mtg input:nth-child(2) {
  margin-bottom: 0.65rem;
}
@media screen and (max-width: 767px) {
  .privacy_box {
    margin: 2rem 0rem 0rem;
  }
  .quest_flex {
    display: block;
  }
  .check_item.other_box {
    padding-top: 0px;
  }
  .quest_flex .check_item {
    width: 100%;
  }
  .quest_flex .check_item:first-child {
    width: 100%;
  }
  .quest_flex .check_item:last-child {
    width: 100%;
  }
  .table_line.tel input {
    width: 100%;
  }
  .table_line.zip input {
    width: 70%;
  }
  .btn_submit {
    width: 70%;
    margin: 0rem auto 0rem;
  }
}
/*その他　欄あり*/
.other {
  display: flex;
  align-items: flex-start;
}
.other_name {
  min-width: 75px;
  height: 20px;
  padding-top: 0.3rem;
}
/*生年月日*/
.select_box {
  display: flex;
}
select {
  width: 80%;
  background: #fff;
  border: #C8C8C8 solid 1px;
  color: #000;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  padding: 10px 10px;
}
.select_item {
  width: 100%;
}
.select_item.year {
  width: 30%;
}
.select_item.birth {
  display: flex;
  align-items: center;
}
.select_item.birth p {
  display: inline-block;
  margin-bottom: 0;
  margin-left: -0.5rem;
}
.select_first {
  font-size: 16px;
  color: #767576;
}
.select_item.month, .select_item.day {
  width: 20%;
  margin-right: 0.8rem;
}
@media screen and (max-width: 1000px) {
  .check_flex {
    display: block;
  }
  .check_flex .check_item:first-child {
    width: 100%;
  }
  .check_flex .check_item:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .other {
    display: block;
  }
  .other_name {
    margin-bottom: 1rem;
    padding-top: 0;
  }
  select {
    width: 100%;
  }
  .contact dl {
    font-size: 100%;
    display: block;
    margin-bottom: 0rem;
  }
  .contact dd {
    margin-left: 0.7rem;
    width: 96%;
    padding: 0.65rem 0rem 1.5rem;
  }
  dt.table_head {
    width: 100%;
  }
  dt.table_head p::after {
    padding: 0.2rem 0.5rem;
    margin-left: 1rem;
  }
  .table_head {
    padding: 1rem 0rem 0rem;
  }
  input, textarea {
    width: 96%;
  }
  dd.name {
    display: block;
    width: 100%;
  }
  .name_items {
    width: 96%;
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem
  }
  .name_items span {
    padding-right: 0.5rem;
  }
  dt.table_head p::after {
    float: none;
  }
  .checkbox01:before {
    margin-top: -6px;
  }
  dt.table_head p::after {
    line-height: 1.4;
  }
  .check_item {
    padding-top: 0px;
    padding-bottom: 1rem;
    width: 100%;
  }
  .contact button {
    font-size: 100%;
    padding: 0.5rem 0rem;
  }
  .con_privacy_txt {
    display: inline-block;
    margin-bottom: 1rem;
  }
  .name_flex {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .privacy_box .checkbox01:after {
    margin-top: -20px;
  }
  .privacy_box .checkbox01:before {
    margin-top: -18px;
  }
}
/*------------------------------------------------------
　ヘッダー
------------------------------------------------------*/
.head_wrap {
  position: fixed;
  width: 100%;
  z-index: 100;
  -webkit-filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, .2));
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.2));
}
.head_border {
  height: 10px;
  background: -moz-linear-gradient(left, #0A79CB 20%, #004496, #004496, #00368A, #003388);
  background: -webkit-linear-gradient(left, #0A79CB 20%, #004496, #004496, #00368A, #003388);
  background: linear-gradient(to right, #0A79CB 20%, #004496, #004496, #00368A, #003388);
}
header {
  font-weight: bold;
  height: 80px;
  display: flex;
  align-items: center;
  background: #fff;
  /*position: fixed;*/
  width: 100%;
  z-index: 3;
  color: #505050;
  justify-content: space-between;
  padding: 0rem 20px;
}
.head_logo {
  max-width: 180px;
}
.nav_items {
  display: flex;
}
.nav_items li {
  padding-left: 1rem;
  padding-right: 1rem;
}
.nav {
  margin: 0 4vw 0 auto;
}
.coming {
  opacity: 0.2;
}
.main_tit_bg {
  height: 350px;
  background-size: cover;
  position: relative;
}
#company .main_tit_bg {
  background: url("https://just-c.net/wordpress/wp-content/themes/just-consulting/assets_lp/css/images/com_tit_bg.png") no-repeat center bottom;
  background-size: cover;
  position: relative;
}
.trapezoid {
  display: inline-block;
  width: 100%;
  border-right: 0px solid transparent;
  border-bottom: 200px solid #fff;
  border-left: 100vw solid transparent;
  position: absolute;
  bottom: 0;
}
.menu-btn {
  display: none;
}
.gnavi__sp-style {
  display: none;
}
@media screen and (max-width: 1390px) {
  .nav_wrap, .wrap_contact {
    display: none;
  }
}
@media screen and (max-width: 1390px) {
  header {
    height: 60px;
  }
  .nav {
    display: none;
  }
  .head_logo {
    max-width: 150px;
    z-index: 100;
  }
  /*メニューボタン　展開前*/
  .menu-btn {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .menu-btn span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #969696;
    transition: 0.3s ease-in-out;
  }
  .menu-btn span:nth-of-type(1) {
    top: 10px;
  }
  .menu-btn span:nth-of-type(2) {
    top: 20px;
  }
  .menu-btn span:nth-of-type(3) {
    top: 30px;
  }
  /*メニューボタン　展開後*/
  .menu-btn.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #505050;
    transform: rotate(-45deg);
  }
  .menu-btn.active span:nth-child(2), .menu-btn.active span:nth-child(3) {
    top: 16px;
    background: #505050;
    transform: rotate(45deg);
  }
  /*スマホ用のメニュー*/
  .gnavi__sp-style {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    transition: opacity .6s ease, visibility .6s ease;
    padding: 4rem 10vw 0rem;
    opacity: 0;
    display: none;
  }
  .gnavi__sp-style ul {
    margin: 2rem auto 0;
    padding: 0;
    width: 100%;
  }
  .gnavi__sp-style ul li.nav_sp_link {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
    margin-bottom: 1.5rem;
  }
  .nav_sp_link span {
    color: #003388;
    font-size: 14px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: normal;
  }
  .gnavi__sp-style ul li a {
    display: block;
    color: #505050;
    text-decoration: none;
    line-height: 1.4;
  }
  .gnavi__sp-style.active {
    opacity: 1;
    display: block;
    letter-spacing: 0.1rem;
    line-height: 1.6;
    font-size: 16px;
  }
  .gnavi__sp-style .btn_con {
    font-size: 14px;
    color: #fff;
  }
  .gnavi__sp-style .btn span::before {
    width: 16px;
    height: 16px;
    background-image: url("https://just-c.net/wordpress/wp-content/themes/just-consulting/assets_lp/css/images/arrow_head.svg");
    margin-top: -0.1rem;
    margin-right: 0.1rem;
  }
}
/*PC ヘッダー*/
.menu {
  margin: 0 1rem 0 auto;
  width: fit-content;
}
.menu li {
  display: inline-block;
  position: relative;
  padding: 1.5rem 1rem 1rem;
  line-height: 0.8;
  font-size: 14px;
  text-align: center;
}
.menu li span {
  color: #003388;
  font-size: 12px;
  line-height: 2;
  font-family: 'Barlow Condensed', sans-serif;
}
@media screen and (max-width: 768px) {
  .menu {
    display: none;
  }
}
/*------------------------------------------------------
　キービジュアル
------------------------------------------------------*/
img {
  width: 100%;
}
.kv_img img {
  width: 100vw;
  height: auto;
  margin-bottom: 10rem;
}
/*------------------------------------------------------
　フッター
------------------------------------------------------*/
footer {
  max-height: 300px;
  background: #282828;
  color: #fff;
  padding-top: 3rem;
}
.footer_wrap {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto 1.5rem;
}
.footer_logo {
  display: inline-block;
  margin-bottom: 4rem;
}
.footer_info_txt {
  font-size: 80%;
  line-height: 1.8;
}
.footer_nav {
  display: flex;
  justify-content: center;
  font-size: 14px;
  flex-wrap: wrap;
  line-height: 1.4;
  text-align: center;
  margin: 1rem 0rem 0rem 2rem;
}
.footer_nav span {
  font-size: 12px;
  font-family: 'Barlow Condensed', sans-serif;
}
.footer_nav li {
  margin-right: 2vw;
  margin-bottom: 2rem;
}
.copy {
  font-size: 12px;
  text-align: center;
  background: #000;
  padding: 0.5rem 0rem;
}
.footer_nav_items_tit {
  border-bottom: 1px solid #fff;
  width: fit-content;
}
.footer_nav_items {
  width: 23%;
  margin-right: 1rem;
}
.footer_nav .footer_nav_items:first-child {
  width: 15%;
}
.footer_nav .footer_nav_items:last-child {
  width: 28%;
  margin-right: 0rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 2rem 0rem 0rem;
    margin-bottom: 59.59px;
  }
  .footer_logo {
    display: inline-block;
    margin-bottom: 1.2rem;
    width: 180px;
  }
  .footer_nav {
    display: none;
  }
  .footer_info {
    width: auto;
  }
  .copy {
    font-size: 10px;
  }
}
/*------------------------------------------------------
　その他
------------------------------------------------------*/
/*確認画面*/
main.mail {
  padding-top: 180px;
}
.mail h2::before {
  display: none;
}
.mail h2::after {
  display: none;
}
.confirm_lead {
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  margin: 1.5rem 0;
  border: none;
  font-size: 16px;
}
section#contact {
  margin-bottom: 0;
}
#form .contact dd {
  margin-top: 0.5rem;
}
.con_lead {
    text-align: center;
    margin: 2rem 0rem 2rem;
    line-height: 1.7;
}

.back_btn {
    margin-top: 1rem;
    background: #D8D8D8;
    width: 100%;
    color: #000;
    border-radius: 100vh;
}
#form{
	
	  margin-bottom: 0rem;
}
@media screen and (max-width: 768px) {
	.form_flow footer {
    margin-bottom: 0px;
}
	
  main.mail {
    padding-top: 120px;
  }
  #form {
    font-size: 15px;
    margin-top: 0rem;
	  padding-top: 0;
  }
	.con_lead {
    text-align: left;
    margin: 2rem 0rem 0rem;
    line-height: 1.5;
}
}
/*ポップアップ*/
.popup {
  position: fixed;
  padding-right: 2rem;
  bottom: 2%;
  right: 0;
  z-index: 80;
  opacity: 1;
  -webkit-filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, .2));
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.2));
}
.popup.disappear {
  pointer-events: none;
  opacity: 1;
  animation-name: fadeout;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.popup_con {
  width: 225px;
  background: #003388;
  color: #fff;
  border-radius: 10px;
  border: #fff solid 2px;
  position: relative;
  padding: 0.5rem 0.8rem 0.8rem 0.8rem;
}
.popup .head_tel {
  color: #fff;
  margin: 0.5rem auto;
  width: 180px;
}
.popup .head_tel_num::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("https://just-c.net/wordpress/wp-content/themes/just-consulting/assets_lp/css/images/svg/tel_icon02.svg");
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
}
.close {
  position: absolute;
  top: -5%;
  right: -5%;
}
.close:hover {
  opacity: 0.8;
}
.pop_contact {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: inherit;
  color: #003388;
  background: #fff;
  border-radius: 100vh;
  line-height: 2;
}
.pop_contact_txt {
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin-bottom: 0.2rem;
}
.pop_entry {
  font-size: 15px;
  background: #00ADEC;
  /* height: 40px; */
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  padding: 0.5rem 0rem;
  font-weight: bold;
}
/*sp 固定お問い合わせ*/
.sp_contact_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_contact_btn {
    display: block;
    background: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 90;
    padding: 0.3rem;
    -webkit-filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, .2));
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.2));
    font-weight: bold;
  }
  .sp_contact_btn .head_btn {
    margin-top: 0;
  }
  .sp_contact_btn .head_btn .head_entry {
    margin-right: 0;
  }
}
.dot {
  border-bottom: 1px dotted gray;
  padding-bottom: 0.2rem;
}