body{
  font-feature-settings: "palt";
}

* .pc {
  width: auto;
}

@media screen and (max-width: 750px) {
  * .sp {
    display: block;
  }
}

.p_lp_content_title {
  margin-bottom: 40px;
  position: relative;
  padding-top: 60px;
}

@media screen and (max-width: 750px) {
  .p_lp_content_title {
    margin-bottom: 40px;
    padding-top: 50px;
  }
}

.p_lp_content_title:before {
  height: 50px;
  width: 2px;
  background-color: #000000;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

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

  .p_lp_content_title:before {
    height: 40px;
    width: 2px;
  }
}

.p_lp_content_title p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 750px) {
  .p_lp_content_title p {
    font-size: 14px;
  }
}

.p_lp_content_title h2 {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 750px) {
  .p_lp_content_title h2 {
    font-size: 22px;
  }
}

.p_lp_inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding: 0 40px;
}

@media screen and (max-width: 750px) {
  .p_lp_inner {
    padding: 0 20px;
  }

  .p_lp_kv .p_lp_inner {
    /* padding-bottom: 20px; */
    max-width: 375px;
    width: 100%;
    margin: auto;
  }
}




.p_lp_kv {}

.p_lp_kv_main {
  background-image: url(../../jop-assets/img/kv01_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 351px;
  background-position: center center;
}

@media screen and (max-width: 750px) {
  .p_lp_kv_main {
    background-image: unset;
  }
}

.p_lp_kv_content {
  display: flex;
  padding-bottom: 52px;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .p_lp_kv_content {
    /* flex-direction: column; */
    padding-bottom: 32px;
  }
}

.p_lp_kv_content .c_low_breadcrumb {
  margin-bottom: 32px;
}

@media screen and (max-width: 750px) {
  .p_lp_kv_content .c_low_breadcrumb {
    margin-bottom: 16px;
    max-width: 100vw;
    width: 100vw;
    margin-left: calc(((100vw - 375px) / 2) * -1);
  }
}

@media screen and (max-width: 375px) {
  .p_lp_kv_content .c_low_breadcrumb {
    max-width: 100%;
    width: 100;
    margin-left: 0;
  }
}

.p_lp_kv_contenttext {
  width: 576px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 750px) {
  .p_lp_kv_contenttext {
    width: 100%;
    padding-top: 72px;
  }
}

.p_lp_kv_contenttext_logo {
  margin-bottom: 20px;
  width: 269px;
}

@media screen and (max-width: 750px) {
  .p_lp_kv_contenttext_logo {
    margin-bottom: 36px;
    width: 160px;
  }
}

.p_lp_kv_contenttext_title_text {}

.p_lp_kv_contenttext_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

@media screen and (max-width: 750px) {
  .p_lp_kv_contenttext_title {
    gap: 4px;
  }
}

.p_lp_kv_contenttext_title span {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 35px;
  text-align: left;
  color: #fff;
  padding: 8px 12px;
  background-color: #000000;
}

@media screen and (max-width: 750px) {
  .p_lp_kv_contenttext_title span {
    font-size: 20px;
    padding: 4px 12px;
  }
}

.p_lp_kv_contentimage {
  width: calc(100% - 576px);
  position: relative;
}

@media screen and (max-width: 750px) {
  .p_lp_kv_contentimage {
    width: 0;
    position: relative;
  }
}

.p_lp_kv_contentimage img {
  position: absolute;
  bottom: -16px;
  right: -200px;
  width: 726px;
  max-width: 726px;
}

@media screen and (max-width: 750px) {
  .p_lp_kv_contentimage img {
    bottom: unset;
    top: 0;
    right: 0;
    width: 209px;
    max-width: 209px;
  }
}

.p_lp_kv_navi {
  background-color: #876440;
  padding: 12px 0;
}

@media screen and (max-width: 750px) {
  .p_lp_kv_navi {
    background-color: transparent;
    padding: 0 8px;
  }
}

.p_lp_kv_navi ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .p_lp_kv_navi ul {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.p_lp_kv_navi ul li {
  padding: 0 28px;
  position: relative;
  border-right: 1px solid #FFF;
}

@media screen and (max-width: 750px) {
  .p_lp_kv_navi ul li {
    padding: 0;
    border-right: none;
    width: calc(50% - 4px);
  }

  .p_lp_kv_navi ul li.spwfull {
    width: 100%;
  }
}

.p_lp_kv_navi ul li:last-child {
  border-right: none;
}

.p_lp_kv_navi ul li a {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .p_lp_kv_navi ul li a {
    font-size: 14px;
    line-height: 1.25em;
    width: 100%;
    min-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #876440;
    padding:4px 0;
  }
}

.p_lp_about {
  padding-top: 40px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .p_lp_about {
    padding-top: 40px;
  }
}

.p_lp_about:before {
  position: absolute;
  content: "";
  top: 40px;
  right: 20px;
  width: 672px;
  height: 1235px;
  background-image: url(../../jop-assets/img/lp_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (max-width: 750px) {
  .p_lp_about:before {
    top: 140px;
    right: -76px;
    width: 336.5px;
    height: 618.37px;
  }
}

.p_lp_about_main {
  position: relative;
}

.p_lp_content_title.p_lp_about_content_title {
  margin-bottom: 44px;
}

@media screen and (max-width: 750px) {
  .p_lp_content_title.p_lp_about_content_title {
    margin-bottom: 40px;
    white-space: nowrap;
  }
}

.p_lp_about_contentblock {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 750px) {
  .p_lp_about_contentblock {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 48px;
    margin-bottom: 60px;
  }
}

.p_lp_about_contentblock_body {
  width: 47%;
}
@media screen and (max-width: 750px) {
  .p_lp_about_contentblock_body {
    width: 100%;
  }
}

.p_lp_about_contentblock_body>*:last-child {
  margin-bottom: 0;
}

.p_lp_about_contentblock_lead {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.25em;
  color: #000000;
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .p_lp_about_contentblock_lead {
    font-size: 18px;
    margin-bottom: 24px;
    text-align: center;
  }
}

.p_lp_about_contentblock_disp {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .p_lp_about_contentblock_disp {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.p_lp_about_contentblock_image {
  width: 53%;
}
@media screen and (max-width: 750px) {
  .p_lp_about_contentblock_image {
    width: 100%;
  }
}

.p_lp_about_contentblock_image img {
  width: 100%;
}

.p_lp_about_comment {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .p_lp_about_comment {
    flex-direction: column-reverse;
    align-items: center;
    gap: 12px;
  }
}

.p_lp_about_comment_ico {
  width: 256px;
}
@media screen and (max-width: 750px) {
  .p_lp_about_comment_ico {
    width: 190px;
  }
}

.p_lp_about_comment_textarea {
  width: calc(100% - 256px);
  padding-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .p_lp_about_comment_textarea {
    max-width: 325px;
    width: 100%;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}

.p_lp_about_comment_textarea>*:last-child {
  margin-bottom: 0;
}

.p_lp_about_comment_text {
  background-image: url(../img/about_text_bg.png);
  background-size: auto 100%;
  background-repeat: repeat;
  background-position: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5em;
  color: #000000;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 42px 0 34px;
  margin-bottom: 12px;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p_lp_about_comment_text {
    background-image: url(../img/about_text_bg_sp01.png);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    font-size: 20px;
    height: auto;
    width: 100%;
    display: flex;
    margin: 0;
    white-space: unset;
    padding: 20px 20px 40px;
    text-align: center;
    height: 124px;
  }
  .p_lp_about_comment_text:nth-child(2) {
    background-image: url(../img/about_text_bg_sp02.png);
    height: 150px;
  }
}

.p_lp_about_comment_text:before {
  position: absolute;
  width: 33px;
  height: 70px;
  background-image: url(../img/about_text_bg01.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: 0;
  left: -33px;
  content: "";
}
@media screen and (max-width: 750px) {
  .p_lp_about_comment_text:before {
    content: none;
  }
}
.p_lp_about_comment_text:after {
  position: absolute;
  width: 42px;
  height: 70px;
  background-image: url(../img/about_text_bg02.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: 0;
  right: -41px;
  content: "";
}
@media screen and (max-width: 750px) {
  .p_lp_about_comment_text:after {
    content: none;
  }
}

.p_lp_about_comment_text span {
  position: relative;
  top: -2px;
}
@media screen and (max-width: 750px) {
  .p_lp_about_comment_text span {
    top: 0;
  }
}

.p_lp_about_training {
  background: linear-gradient(to right, #E7E5FF 50%, #D6D3FF 50%);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .p_lp_about_training {
    background: unset;
  }
  .p_lp_about_training .p_lp_inner{
    padding: 0;
  }
}

.p_lp_about_training_lead {
  background-color: #85633F;
  width: 100%;
  height: 30px;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.25em;
  color: #FFFFFF;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .p_lp_about_training_lead {
    width: 100%;
    height: 30px;
    font-size: 25px;
    height: 112px;
  }
}
.p_lp_about_training_content {
  display: flex;
}
@media screen and (max-width: 750px) {
  .p_lp_about_training_content {
    flex-direction: column;
  }
}

.p_lp_about_training_harf {
  width: 50%;
  padding: 28px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}
@media screen and (max-width: 750px) {
  .p_lp_about_training_harf {
    width: 100%;
    padding: 32px 20px;
    gap: 32px;
  }
}

.p_lp_about_training_harf:nth-child(1) {
  padding-right: 24px;
}
@media screen and (max-width: 750px) {
  .p_lp_about_training_harf:nth-child(1) {
    background-color: #E7E5FF;
    padding-right: 20px;
  }
}

.p_lp_about_training_harf:nth-child(2) {
  padding-left: 24px;
}
@media screen and (max-width: 750px) {
  .p_lp_about_training_harf:nth-child(2) {
    background-color: #D6D3FF;
    padding-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .p_lp_about_training_body{
    max-width: 335px;
    width: 100%;
    margin: auto;
  }
}

.p_lp_about_training_tag {
  width: 173px;
  height: 36px;
  background: #302783;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25em;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .p_lp_about_training_tag {
    width: 116px;
    height: 31px;
    font-size: 14px;
    margin: auto;
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.p_lp_about_training_harf:nth-child(1) .p_lp_about_training_tag {
  margin: auto;
  margin-right: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .p_lp_about_training_harf:nth-child(1) .p_lp_about_training_tag {
    margin-bottom: 8px;
  }
}

.p_lp_about_training_title {
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .p_lp_about_training_title {
    margin-bottom: 32px;
  }
}

.p_lp_about_training_title--m {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 125%;
  color: #302783;
}
@media screen and (max-width: 750px) {
  .p_lp_about_training_title--m {
    font-size: 36px;
    text-align: right;
  }
}

.p_lp_about_training_harf:nth-child(1) .p_lp_about_training_title--m {
  text-align: right;
}

.p_lp_about_training_title--f {
  font-weight: 700;
  font-size: 25px;
  line-height: 1em;
  color: #302783;
}
@media screen and (max-width: 750px) {
  .p_lp_about_training_title--f {
    font-size: 16px;
    text-align: right;
  }
}

.p_lp_about_training_harf:nth-child(1) .p_lp_about_training_title--f {
  text-align: right;
}

.p_lp_about_training_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 750px) {
  .p_lp_about_training_list {
    gap: 24px;
  }
}

.p_lp_about_training_list li {
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #000000;
  padding-left: 60px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p_lp_about_training_list li {
    font-size: 16px;
    padding-left: 52px;
  }
}

.p_lp_about_training_list li:before {
  background-image: url(../img/ico_check.svg);
  width: 44px;
  height: 38px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
}
@media screen and (max-width: 750px) {
  .p_lp_about_training_list li:before {
    width: 36px;
    height: 32px;
    top: -6px;
    left: 0;
  }
}

.p_lp_about_training_list li span {
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  .p_lp_about_training_list li span {
    font-size: 13px;
  }
}

.p_lp_about_training_btn {}

@media screen and (max-width: 750px) {
  .p_lp_about_training_btn {
      max-width: 335px;
      width: 100%;
      margin: auto;
  }
}


.p_lp_about_training_btn a {
  width: 100%;
  height: 58px;
  background: #FC964A;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.25em;
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .p_lp_about_training_btn a {
    height: 54px;
    font-size: 16px;
  }
}

.p_lp_about_training_btn a:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  background-image: url(../img/ico_btn_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .p_lp_about_training_btn a:before {
    width: 7px;
    height: 12px;
    right: 20px;
  }
}

.p_lp_features {
  padding-top: 80px;
}

@media screen and (max-width: 750px) {
  .p_lp_features {
    padding-top: 80px;
  }
}

.p_lp_features_contentblock {
  display: flex;
  gap: 50px;
  margin-bottom: 64px;
}

@media screen and (max-width: 750px) {
  .p_lp_features_contentblock {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
  }
}

.p_lp_features_block {
  width: calc(33.333% - (100px / 3));
  background: #fff;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.06);
  padding: 20px 24px 32px;
}

@media screen and (max-width: 750px) {
  .p_lp_features_block {
    width: 100%;
    max-width: 300px;
    padding: 20px 20px 36px;
  }
}

.p_lp_features_block_point {}

.p_lp_features_block_point p {
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 30px;
  line-height: 1.5em;
  text-align: center;
  color: #302783;
  margin-bottom: 18px;
}

@media screen and (max-width: 750px) {
  .p_lp_features_block_point p {
    font-size: 30px;
    margin-bottom: 12px;
  }
}

.p_lp_features_block_point p span {
  font-size: 60px;
  display: block;
}

@media screen and (max-width: 750px) {
  .p_lp_features_block_point p span {
    font-size: 60px;
  }
}

.p_lp_features_block>h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  text-align: center;
  color: #302783;
}

@media screen and (max-width: 750px) {
  .p_lp_features_block>h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.p_lp_features_block>h3 span {
  font-weight: 900;
  background: linear-gradient(transparent 70%, #FC964A80 30%);
}

.p_lp_features_block>p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.75em;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .p_lp_features_block>p {
    font-size: 14px;
  }
}

.p_lp_features_block>p:last-child {
  margin-bottom: 0;
}

.p_lp_features_block_btn {
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .p_lp_features_block_btn {
    margin-top: 32px;
  }
}

.p_lp_features_block_btn a {
  height: 54px;
  background: #FC964A;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25em;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p_lp_features_block_btn a {
    height: 54px;
    border-radius: 5px;
    font-size: 16px;
  }
}

.p_lp_features_block_btn a:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  background-image: url(../img/ico_btn_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .p_lp_features_block_btn a:before {
    width: 7px;
    height: 12px;
    right: 20px;
  }
}

.p_lp_features_level {}

.p_lp_features_level_title {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.25em;
  color: #000000;
  padding-left: 16px;
  border-left: 4px solid #88643F;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .p_lp_features_level_title {
    font-size: 18px;
    padding-left: 16px;
    border-left: 4px solid #88643F;
    margin-bottom: 32px;
  }
}

.p_lp_features_level_tablearea{
  overflow: auto;
}
.p_lp_features_level_table {
  display: flex;
  width: 1000px;
  gap: 4px;
}
@media screen and (max-width: 750px) {
  .p_lp_features_level_table {
    width: 1000px;
    gap: 4px;
  }
}

.p_lp_features_level_table_head {
  width: 387px;
  gap: 4px;
  display: flex;
  flex-direction: column;
}

.p_lp_features_level_table_head--01,
.p_lp_features_level_table_head--02 {
  display: flex;
  gap: 4px;
}
.p_lp_features_level_table_head--01{
  height: calc(87px + 87px + 4px);
}
.p_lp_features_level_table_head--02{
  height: calc(87px + 87px + 87px + 4px + 4px);
} 

.p_lp_features_level_table_title {
  width: 175px;
  /* height: 223px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p_lp_features_level_table_head--01 .p_lp_features_level_table_title {
  background-color: #302783;
}

.p_lp_features_level_table_head--02 .p_lp_features_level_table_title {
  background-color: #706C93;
}

.p_lp_features_level_table_title p {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25em;
  text-align: center;
  color: #FFFFFF;
}

.p_lp_features_level_table_driver {
  width: calc(100% - 175px - 4px);
  /* height: 223px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p_lp_features_level_table_head--01 .p_lp_features_level_table_driver {
  background-color: #C7C5E0;
}

.p_lp_features_level_table_head--02 .p_lp_features_level_table_driver {
  background-color: #E1DEF7;
}

.p_lp_features_level_table_head_cap {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25em;
  text-align: center;
  color: #000000;
  margin-bottom: 8px;
}
.p_lp_features_level_table_head_cap span{
  font-size: 25px;
  line-height: 1.5em;
}

.p_lp_features_level_table_head_catch {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  text-align: left;
  color: #000000;
}

.p_lp_features_level_table_body{
  width: calc(100% - 387px - 4px);
  gap: 4px;
  display: flex;
  flex-direction: column;
}
.p_lp_features_level_table_detail{
  display: flex;
  gap: 4px;
}
.p_lp_features_level_table_detail_point{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 20px 18px;
  width: 230px;
  height: 87px;
  background-color: #F2F2F2;
}
.p_lp_features_level_table_detail_point p{
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25em;
  color: #000000;
}
.p_lp_features_level_table_detail_point p span{
  font-weight: 700;
  font-size: 16px;
}

.p_lp_features_level_table_detail_disp{
  width: calc(100% - 230px - 4px);
  background-color: #FAFAFA;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
}

.p_lp_features_level_table_detail_disp p{
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #000000;
}


.p_lp_training {
  padding-top: 80px;
}

@media screen and (max-width: 750px) {
  .p_lp_training {
    padding-top: 48px;
  }
}

.p_lp_training_content{
  position:relative;
}

.p_lp_training_content_image{
  position:absolute;
  bottom: 0;
}
.p_lp_training_content_image--01{
  left: 0;
  width: 206px;
}
@media screen and (max-width: 750px) {
  .p_lp_training_content_image--01{
    left: 0;
    width: 104px;
  }
}
.p_lp_training_content_image--02{
  right: 0;
  width: 176px;
}
@media screen and (max-width: 750px) {
  .p_lp_training_content_image--02{
    right: 0;
    width: 88px;
  }
}

#p_lp_training02 .p_lp_training_content_image--01{
  width: 199px;
}
@media screen and (max-width: 750px) {
  #p_lp_training02 .p_lp_training_content_image--01{
    width: 91px;
  }
}
#p_lp_training02 .p_lp_training_content_image--02{
  width: 175px;
}
@media screen and (max-width: 750px) {
  #p_lp_training02 .p_lp_training_content_image--02{
    width: 80px;
  }
}

.p_lp_training_content_title {
  padding-bottom: 40px;
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .p_lp_training_content_title {
    padding-bottom: 100px;
  }
}

.p_lp_training_main{
  background-color: #E7E5FF;
  padding: 20px 0 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .p_lp_training_main{
    padding: 20px 0 48px;
    margin-bottom: 56px;
  }
}

.p_lp_training_detail{
  margin-bottom: 36px;
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 750px) {
  .p_lp_training_detail{
    margin-bottom: 32px;
    flex-direction: column;
    gap: 32px;
  }
}
.p_lp_training_detail_block{
  width: calc(50% - 25px);
}
@media screen and (max-width: 750px) {
  .p_lp_training_detail_block{
    width:100%;
  }
}
.p_lp_training_detail_block h3{
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25em;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  height: 36px;
  background: #302783;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p_lp_training_detail_block h3{
    font-size: 18px;
    height: 36px;
    margin-bottom: 20px;
  }
}

.p_lp_training_detail_item{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .p_lp_training_detail_item{
    gap: 20px;
  }
}
.p_lp_training_detail_item dl{
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .p_lp_training_detail_item dl{
    gap: 20px;
    align-items: unset;
  }
}
.p_lp_training_detail_item dl dt{
  width: 125px;
  height: 33px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  color: #000000;
}
@media screen and (max-width: 750px) {
  .p_lp_training_detail_item dl dt{
    width: 125px;
    min-height: 33px;
    height: auto;
    font-size: 16px;
  }
}
.p_lp_training_detail_item dl dd{
  width: calc(100% - 125px - 20px);
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  color: #000000;
}
@media screen and (max-width: 750px) {
  .p_lp_training_detail_item dl dd{
    width: calc(100% - 125px - 20px);
    font-size: 16px;
  }
}

.p_lp_training_program{

}
.p_lp_training_program_title{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .p_lp_training_program_title{
    margin-bottom: 20px;
    gap: 20px;
    flex-wrap: wrap;
  }
}
.p_lp_training_program_title h3{
  width: 300px;
  height: 36px;
  background: #302783;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25em;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .p_lp_training_program_title h3{
    width: 100%;
    height: 36px;
    font-size: 18px;
  }
}
.p_lp_training_program_title p{
  font-weight: 700;
  font-size: 25px;
  line-height: 160%;
  color: #000000;
}
@media screen and (max-width: 750px) {
  .p_lp_training_program_title p{
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
}

.p_lp_training_program_image{
  overflow: auto;
}
@media screen and (max-width: 750px) {
  .p_lp_training_program_image img{
    width: 1000px;
    max-width: 1000px;
  }
}

.p_lp_training_main2 {
  
}
.p_lp_training_content2 > *:last-child{
  margin-bottom: 0;
}
.p_lp_training_tablearea{
  margin-bottom: 44px;
}
@media screen and (max-width: 750px) {
  .p_lp_training_tablearea{
    margin-bottom: 60px;
  }
}
.p_lp_training_table_tile{
  width: 118px;
  height: 36px;
  background: #876440;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .p_lp_training_table_tile{
    width: 118px;
    height: 36px;
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.p_lp_training_table{
  overflow: auto;
}
.p_lp_training_table table{
    width: 100%;
}
@media screen and (max-width: 750px) {
  .p_lp_training_table table{
      width: 1000px;
      max-width: 1000px;
  }
}
.p_lp_training_table table th{
  border: 4px solid #FFF;  
}
.p_lp_training_table table th:first-child{
  border-left: none; 
}
.p_lp_training_table table thead th{
  padding: 16px 20px;
  background: #EAD8C9;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  color: #000000;
  width: 30%;
}
.p_lp_training_table table tbody th{
  padding: 20px 12px;
  background: #FAFAFA;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  color: #000000;
  width: 30%;
  vertical-align: middle;
}
.p_lp_training_table table td{
  border: 4px solid #FFF;
}
.p_lp_training_table table td:last-child{
  border-right: none; 
}
.p_lp_training_table table thead td{
  padding: 16px 20px;
  background: #BBA18D;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  color: #000000;
  width: 70%;
}
.p_lp_training_table table tbody td{
  padding: 20px 20px;
  background: #F2F2F2;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
  color: #000000;
  width: 70%;
}
.p_lp_training_table table tbody td ul{

}
.p_lp_training_table table tbody td ul li{
  padding-left: 1.5em;
  position:relative;
}
.p_lp_training_table table tbody td ul li:before{
  content: "・";
  position:absolute;
  left: 0;
  top: 0;
}
.p_lp_training_table table tbody td ul li.p_lp_training_list--01:before{
  content: "●";
}
.p_lp_training_table table tbody td ul li.p_lp_training_list--02:before{
  content: "○";  
}

.p_lp_sample {
  padding-top: 80px;
}

@media screen and (max-width: 750px) {
  .p_lp_sample {
    padding-top: 68px;
  }
}

.p_lp_sample_content_title {
  margin-bottom: 48px;
}

@media screen and (max-width: 750px) {
  .p_lp_sample_content_title {
    margin-bottom: 48px;
  }
}

.p_lp_sample_document{

}
.p_lp_sample_document ul{
  display: flex;
  gap: 48px 50px;
  flex-wrap: wrap;  
}
@media screen and (max-width: 750px) {
  .p_lp_sample_document ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 300px;
    width: 100%;
    margin: auto;
  }
}
.p_lp_sample_document ul li{
  width: calc(50% - 25px);
  filter: drop-shadow(0px 0px 26px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 750px) {
  .p_lp_sample_document ul li{
    width: 100%;
  }
}

.p_lp_visor {
  padding-top: 80px;
}

@media screen and (max-width: 750px) {
  .p_lp_visor {
    padding-top: 40px;
  }
}

.p_lp_visor_content_title {
  margin-bottom: 48px;
}

@media screen and (max-width: 750px) {
  .p_lp_visor_content_title {
    margin-bottom: 32px;
  }
}

.p_lp_visor_block{
  background-color: #E7E5FF;
  padding: 40px 40px;
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 750px) {
  .p_lp_visor_block{
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.p_lp_visor_block_image{
  width: 30%;
  padding-top: 28px;
}
@media screen and (max-width: 750px) {
  .p_lp_visor_block_image{
    width: 100%;
    padding-top:0;
    text-align: center;
  }
  .p_lp_visor_block_image img{
    width: 170px;
  }
}
.p_lp_visor_block_body{
  width: 70%;
}
@media screen and (max-width: 750px) {
  .p_lp_visor_block_body{
    width: 100%;
  }
}
.p_lp_visor_block_name{
  font-weight: 700;
  font-size: 30px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .p_lp_visor_block_name{
    font-size: 30px;
    margin-bottom: 4px;
    text-align: center;
  }
}
.p_lp_visor_block_name ruby{
  ruby-position: over; /* 上にルビ（デフォルト） */
  ruby-align: center;  /* 文字の中央に合わせる */
}
.p_lp_visor_block_name ruby rb{
  text-align: center;
}
.p_lp_visor_block_name ruby rt{
  letter-spacing: 0.05em;
    font-size: 8px;
    position: relative;
    top: -3px;
}
@media screen and (max-width: 750px) {
  .p_lp_visor_block_name ruby rt{
      font-size: 8px;
      top: -3px;
  }
}
.p_lp_visor_block_company{
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  color: #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p_lp_visor_block_company{
    font-size: 17px;
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    white-space: nowrap;
  }
}
.p_lp_visor_block_disp{
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  color: #000000;
}
@media screen and (max-width: 750px) {
  .p_lp_visor_block_disp{
    font-size: 14px;
  }
}

.p_lp_contact {
  margin-top: 80px;
}

@media screen and (max-width: 750px) {
  .p_lp_contact {
    margin-top: 40px;
  }
}

.p_lp_contact_main {

}

.p_lp_content_title.p_lp_contact_content_title {
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .p_lp_content_title.p_lp_contact_content_title {
    margin-bottom: 20px;
  }
}

.p_lp_contact_content {
  padding: 24px 0 40px;
  background-color: #FDF9F5;
}

@media screen and (max-width: 750px) {
  .p_lp_contact_content {
    padding: 20px 0 40px;
  }
}

.p_lp_contact_contentblock {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 32px;
}

@media screen and (max-width: 750px) {
  .p_lp_contact_contentblock {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}

.p_lp_contact_block {
  /* max-width: 430px;
  width: calc(50% - 16px); */
  text-align: center;
}

@media screen and (max-width: 750px) {
  .p_lp_contact_block {
    max-width: 335px;
    width: 100%;
  }
}

.p_lp_contact_block_btn {}

.p_lp_contact_block_btn_text {
  margin-bottom: 12px;
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #5a2f01;
}

@media screen and (max-width: 750px) {
  .p_lp_contact_block_btn_text {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
/* 
.p_lp_contact_block_btn_text span {
  position: relative;
  padding: 0 16px;
  display: block;
}

@media screen and (max-width: 750px) {
  .p_lp_contact_block_btn_text span {
    padding: 0 16px;
  }
}

.p_lp_contact_block_btn_text span:before {
  position: absolute;
  content: "";
  top: 55%;
  left: 0;
  width: 2px;
  height: 40px;
  background-color: #5A2F01;
  transform: translateY(-50%) rotate(-25deg);
}
@media screen and (max-width: 750px) {
  .p_lp_contact_block_btn_text span:before {
    left: 24px;
    top: 75%;
  }
}

.p_lp_contact_block_btn_text span:after {
  position: absolute;
  content: "";
  top: 55%;
  right: 0;
  width: 2px;
  height: 40px;
  background-color: #5A2F01;
  transform: translateY(-50%) rotate(25deg);
}
@media screen and (max-width: 750px) {
  .p_lp_contact_block_btn_text span:after {
    right: 24px;
    top: 75%;
  }
} */

.p_lp_contact_block_btn a {
  max-width: 430px;
  width: 100%;
  height: 58px;
  border-radius: 4px;
  background: #876440;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0em;
  line-height: 1.25em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 15px #5d4124;
  position: relative;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .p_lp_contact_block_btn a {
    max-width: 335px;
    width: 100%;
    height: 58px;
    font-size: 20px;
  }
}

.p_lp_contact_block_btn a:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  background-image: url(../../shared/img/common/btn_arrow_w_r.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 52%;
  right: 16px;
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .p_lp_contact_block_btn a:before {
    width: 7px;
    height: 12px;
    top: 52%;
    right: 16px;
  }
}


.p_lp_contact_block_btn a[target="_blank"]:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../../rokuzero-assets_20241105/img/btn_target_ico.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .p_lp_contact_block_btn a[target="_blank"]:before {
    width: 18px;
    height: 18px;
    top: 50%;
    right: 16px;
  }
}


/* 


.openModal {
  cursor: pointer;
}

.p_lp_2days_mdoal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  padding: 40px;
  height: 100%;
  overflow: auto;
  z-index: 99999;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .p_lp_2days_mdoal {
    padding: 40px 20px;
  }

  .p_lp_2days_mdoal_contentarea {
    max-height: 100%;
    overflow: auto;
  }
}

.p_lp_2days_mdoal_content {
  padding: 52px 40px 40px;
  background-color: #FFFFFF;
  max-width: 512px;
  width: 100%;
  margin: auto;
  position: relative;
}

@media (max-width: 767px) {
  .p_lp_2days_mdoal_content {
    padding: 20px 20px 40px;
    height: 100%;
    overflow: auto;
  }
}


.p_lp_2days_mdoal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .p_lp_2days_mdoal_close {
    top: 4px;
    right: 8px;
  }
}

.p_lp_2days_mdoal_close i {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 20px;
  height: 2px;
  background: #5A2F01;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .p_lp_2days_mdoal_close i {
    width: 20px;
    height: 2px;
  }
}

.p_lp_2days_mdoal_close i::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}


.p_lp_2days_mdoal_title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5em;
  text-align: left;
  color: #5a2f01;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .p_lp_2days_mdoal_title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.p_lp_2days_mdoal_blockarea {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

@media (max-width: 767px) {
  .p_lp_2days_mdoal_blockarea {
    flex-direction: column;
    gap: 28px;
  }
}

.p_lp_2days_mdoal_block {
  width: 100%;
}

@media (max-width: 767px) {
  .p_lp_2days_mdoal_block {
    width: 100%;
  }
}

.p_lp_2days_mdoal_blockitem {
  position: relative;
  padding-left: 50px;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .p_lp_2days_mdoal_blockitem {
    padding-left: 50px;
    margin-bottom: 28px;
  }
}

.p_lp_2days_mdoal_blockitem:last-child {
  margin-bottom: 0px;
}

.p_lp_2days_mdoal_blockitem_ico {
  position: absolute;
  top: -6px;
  left: 0;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5em;
  text-align: left;
  color: #fff;
  border-radius: 50%;
  background-color: #876440;
}

@media (max-width: 767px) {
  .p_lp_2days_mdoal_blockitem_ico {
    top: -6px;
    left: 0;
    width: 37px;
    height: 37px;
    font-size: 18px;
  }
}

.p_lp_2days_mdoal_blockitem p {
  font-family: "Noto Sans JP";
  font-weight: Bold;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: #000;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .p_lp_2days_mdoal_blockitem p {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.p_lp_2days_mdoal_blockitem p:last-child {
  margin-bottom: 0px;
}

.p_lp_2days_mdoal_blockitem ul {}

.p_lp_2days_mdoal_blockitem ul li {
  position: relative;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.75em;
  text-align: left;
  color: #000;
  padding-left: 1.5em;
}

@media (max-width: 767px) {
  .p_lp_2days_mdoal_blockitem ul li {
    font-size: 14px;
  }
}

.p_lp_2days_mdoal_blockitem ul li:before {
  position: absolute;
  content: "-";
  top: 0;
  left: 0;
} */