* .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 {
    max-width: 375px;
    width: 100%;
    margin: auto;
  }
}

.p_lp_kv {}

.p_lp_kv_main {
  background-image: url(../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: 48px;
  flex-wrap: wrap;
}

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

.p_lp_kv_content .c_low_breadcrumb {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .p_lp_kv_content .c_low_breadcrumb {
    margin-bottom: 12px;
    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: 20px;
  }
}

.p_lp_kv_contenttext_logo {
  margin-bottom: 0;
  width: 167px;
}

@media screen and (max-width: 750px) {
  .p_lp_kv_contenttext_logo {
    margin-bottom: 12px;
    width: 160px;
    position:relative;
    left:-22px;
  }
}

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

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

.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_contenttext_title_text {
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  color: #000000;
}

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


.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: -20px;
  right: -20px;
  width: 402px;
  max-width: 402px;
}

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

.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_head {
  padding-top: 80px;
  position: relative;
}

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

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

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

.p_lp_head_main {
  position: relative;
}

.p_lp_head_content {}

.p_lp_head_content h2 {
  position:relative;
  margin-bottom: 44px;
  padding-top: 72px;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25em;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p_lp_head_content h2 {
    margin-bottom: 40px;
    padding-top: 60px;
    font-size: 22px;
  }
}
.p_lp_head_content h2:before {
  position:absolute;
  content: "";
  height: 50px;
  width: 2px;
  background-color: #000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .p_lp_head_content h2:before {
    height: 40px;
  }
}

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

.p_lp_head_cards {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 750px) {
  .p_lp_head_cards {
    flex-direction: column;
    gap: 60px;
    max-width: 300px;
    width: 100%;
    margin: auto;
  }
}

.p_lp_head_card {
  width: calc(33.333% - (100px / 3));
  background: #FFFFFF;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media screen and (max-width: 750px) {
  .p_lp_head_card {
    width: 100%;
  }
}

.p_lp_head_card:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/ico_cross.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .p_lp_head_card:before {
    width: 30px;
    height: 30px;
    top: unset;
    right: unset;
    bottom: -46px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p_lp_head_card:last-child:before {
  content: none;
}

.p_lp_head_card_image {}

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

.p_lp_head_card_lead {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.25em;
  text-align: center;
  color: #5CAD51;
}
@media screen and (max-width: 750px) {
  .p_lp_head_card_lead {
    font-size: 60px;
  }
}

.p_lp_head_card_disp {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 750px) {
  .p_lp_head_card_disp {
    font-size: 18px;
  }
}

.p_lp_overview {
  padding-top: 80px;
  position: relative;
}

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

.p_lp_overview_main {
  position: relative;
}

.p_lp_content_title.p_lp_overview_content_title {
  margin-bottom: 40px;
}

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

.p_lp_overview_cards {
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .p_lp_overview_cards {
    flex-direction: column;
    gap: 20px;
    max-width: 300px;
    width: 100%;
    margin: auto;
    margin-bottom: 36px;
  }
}

.p_lp_overview_card {
  width: calc(33.333% - (100px / 3));
  background: #FFFFFF;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 20px 20px 32px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p_lp_overview_card {
    width: 100%;
    padding: 24px 20px 32px;
  }
}

.p_lp_overview_card_point {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  margin-bottom: 20px;
  background-color: #5CAD51;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25em;
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .p_lp_overview_card_point {
    padding: 6px 16px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.p_lp_overview_card_disp {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .p_lp_overview_card_disp {
    font-size: 14px;
  }
}

.p_lp_overview_card_disp.p_lp_overview_card_disp_c {
  text-align: center;
}

.p_lp_overview_card ul {}

.p_lp_overview_card ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #000000;
  text-align: left;
  padding-left: 1.5em;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p_lp_overview_card ul li {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.p_lp_overview_card ul li:last-child {
  margin-bottom: 0px;
}

.p_lp_overview_card ul li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #AAAAAA;
  top: 6px;
  left: 0;
}

.p_lp_overview_media {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 110px;
}
@media screen and (max-width: 750px) {
  .p_lp_overview_media {
    flex-direction: column;
    max-width: 300px;
    width: 100%;
    margin: auto;
    gap: 36px;
  }
}

.p_lp_overview_media img:nth-child(1) {
  width: 345px;
}

.p_lp_overview_media img:nth-child(2) {
  width: 407px;
}

@media screen and (max-width: 750px) {
  .p_lp_overview_media img:nth-child(),
  .p_lp_overview_media img:nth-child(2) {
    width: 100%;
  }
}

.p_lp_flow {
  padding-top: 92px;
  position: relative;
}

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

.p_lp_flow_main {
  position: relative;
}

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

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

.p_lp_flow_cards {
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .p_lp_flow_cards {
    flex-direction: column;
    max-width: 300px;
    width: 100%;
    margin: auto;
    margin-bottom: 24px;
    gap: 20px;
  }
}

.p_lp_flow_card {
  width: calc(33.333% - (100px / 3));
  background: #FFFFFF;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 20px 20px 40px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p_lp_flow_card {
    width:100%;
    padding: 20px 20px 40px;
  }
}

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

.p_lp_flow_card_point p {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.25em;
  text-align: center;
  color: #5CAD51;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .p_lp_flow_card_point p {
    font-size: 30px;
    margin-bottom: 4px;
  }
}

.p_lp_flow_card_point p span {
  display: block;
  font-size: 60px;
  line-height: 1em;
}

@media screen and (max-width: 750px) {
  .p_lp_flow_card_point p span {
    font-size: 60px;
  }
}
.p_lp_flow_card_point h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #5CAD51;
}
@media screen and (max-width: 750px) {
  .p_lp_flow_card_point h3 {
    font-size: 20px;
  }
}

.p_lp_flow_card_ico {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p_lp_flow_card_ico {
    margin-bottom: 20px;
  }
}

.p_lp_flow_card_ico img {
  width: 169px;
}
@media screen and (max-width: 750px) {
  .p_lp_flow_card_ico img {
    width: 169px;
  }
}

.p_lp_flow_card_lead {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #DB6D36;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .p_lp_flow_card_lead {
    font-size: 16px;
    margin-bottom: 8px;
  }
}


.p_lp_flow_card ul {}

.p_lp_flow_card ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #000000;
  text-align: left;
  padding-left: 1.5em;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p_lp_flow_card ul li {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.p_lp_flow_card ul li:last-child {
  margin-bottom: 0px;
}

.p_lp_flow_card ul li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 6px;
  left: 0;
  background-color:#AAAAAA;
  border-radius: 50%;
}

.p_lp_flow_card_logo {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p_lp_flow_card_logo {
    margin-bottom: 20px;
  }
}


.p_lp_flow_card_logo img {
  width: 158px;
}
@media screen and (max-width: 750px) {
  .p_lp_flow_card_logo img {
    width: 158px;
  }
}


.p_lp_flow_card_btn {}

.p_lp_flow_card_btn a {
  width: 100%;
  height: 54px;
  background: #FC964A;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25em;
  color: #FFFFFF;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .p_lp_flow_card_btn a {
    height: 54px;
    font-size: 16px;
    max-width: 224px;
  }
}

.p_lp_flow_card_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_flow_card_btn a:before {
    width: 7px;
    height: 12px;
    right: 20px;
  }
}

.p_lp_flow_media{

}
@media screen and (max-width: 750px) {
  .p_lp_flow_media{
    text-align: center;
  }
  .p_lp_flow_media img{
    max-width: 335px;
    width: 100%;
  }
}


.p_lp_curriculum {
  padding-top: 80px;
  position: relative;
}

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

.p_lp_curriculum_main {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .p_lp_curriculum_main {
    margin-bottom: 40px;
  }
}

.p_lp_content_title.p_lp_curriculum_content_title {
  margin-bottom: 40px;
}

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

.p_lp_curriculum_table {
  overflow: auto;
}

.p_lp_curriculum_table table {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .p_lp_curriculum_table table {
    width: 1000px;
    max-width: 1000px;
  }
}

.p_lp_curriculum_table table th {
  border: 4px solid #FFF;
}

.p_lp_curriculum_table table th:first-child {
  border-left: none;
}

.p_lp_curriculum_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_curriculum_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_curriculum_table table td {
  border: 4px solid #FFF;
}

.p_lp_curriculum_table table td:last-child {
  border-right: none;
}

.p_lp_curriculum_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_curriculum_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%;
  vertical-align: middle;
}

.p_lp_curriculum_table table tbody td ul {
  margin-bottom: 12px;
}

.p_lp_curriculum_table table tbody td ul:last-child {
  margin-bottom: 0px;
}

.p_lp_curriculum_table table tbody td ul li {
  padding-left: 1.5em;
  position: relative;
}

.p_lp_curriculum_table table tbody td ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p_lp_curriculum_table table tbody td ul li.list_mark01:before {
  content: "〇";
}

.p_lp_curriculum_main2 {
  background-color: #E8F1E4;
  padding: 40px 0;
}
@media screen and (max-width: 750px) {
  .p_lp_curriculum_main2 {
    padding: 40px 0;
  }
}

.p_lp_curriculum_block2 {
  margin-bottom: 28px;
  display: flex;
  align-content: center;
  gap: 70px;
}
@media screen and (max-width: 750px) {
  .p_lp_curriculum_block2 {
    margin-bottom: 40px;
    flex-direction: column;
    gap: 20px;
  }
}

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

.p_lp_curriculum_block2_body h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 20px;
  padding-left: 16px;
  border-left: 4px solid #88643F;
}
@media screen and (max-width: 750px) {
  .p_lp_curriculum_block2_body h3 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 16px;
  }
}

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

.p_lp_curriculum_block2_box {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
}
@media screen and (max-width: 750px) {
  .p_lp_curriculum_block2_box {
    padding: 20px;
  }
}


.p_lp_curriculum_block2_box-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25em;
  text-align: center;
  color: #389C2B;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p_lp_curriculum_block2_box-title {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 12px;
    text-align: left;
  }
}

.p_lp_curriculum_block2_box ul {
  display: flex;
  flex-wrap: wrap;
}

.p_lp_curriculum_block2_box ul li {
  width: 50%;
  padding-left: 1.5em;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 175%;
  color: #000000;
}
@media screen and (max-width: 750px) {
  .p_lp_curriculum_block2_box ul li {
    width: 100%;
    font-size: 14px;
  }
}

.p_lp_curriculum_block2_box ul li:before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

.p_lp_curriculum_block2_image {
  width: calc(50% - 70px);
}
@media screen and (max-width: 750px) {
  .p_lp_curriculum_block2_image {
    width: 100%;
    text-align: center;
  }
  .p_lp_curriculum_block2_image img{
    width: 100%;
    max-width: 296px;
  }
}

.p_lp_curriculum_pickup {}

.p_lp_curriculum_pickup h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25em;
  text-align: center;
  color: #FFFFFF;
  background: #5CAD51;
  padding: 8px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p_lp_curriculum_pickup h3 {
    font-size: 18px;
    padding: 8px 0;
    margin-bottom: 20px;
  }
}

.p_lp_curriculum_pickup_media{

}
.p_lp_curriculum_pickup_media video{
  width: 100%;
}

.p_lp_curriculum_box {
  margin-bottom: 40px;
  padding: 28px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 47px;
  background: #FFFFFF;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .p_lp_curriculum_box {
    margin-bottom: 40px;
    padding: 20px 20px;
    flex-direction: column;
    gap: 16px;
    border-radius: 20px;
  }
}

.p_lp_curriculum_box_image {
  width: 357px;
}
@media screen and (max-width: 750px) {
  .p_lp_curriculum_box_image {
    width: 100%;
    text-align: center;
  }
  /* .p_lp_curriculum_box_image img{
    width: 100%;
    max-width: 335px;
  } */
}


.p_lp_curriculum_box-body {
  width: calc(100% - 357px - 47px);
}
@media screen and (max-width: 750px) {
  .p_lp_curriculum_box-body {
    width: 100%;
  }
}

.p_lp_curriculum_box-lead {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25em;
  color: #5CAD51;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p_lp_curriculum_box-lead {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.p_lp_curriculum_box-disp {
  font-weight: 500;
  font-size: 14px;
  line-height: 175%;
  color: #000000;
}
@media screen and (max-width: 750px) {
  .p_lp_curriculum_box-disp {
    font-size: 14px;
  }
}

.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: 80px;
}

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

.p_lp_sample_document {}

.p_lp_sample_document ul {
  display: flex;
  gap: 48px 48px;
  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_voice {
  padding-top: 80px;
}

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

.p_lp_voice_content_title {
  margin-bottom: 48px;
}

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

.p_lp_voice_cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .p_lp_voice_cards {
    gap: 20px;
    max-width: 335px;
    width: 100%;
    margin: auto;
  }
}

.p_lp_voice_card {
  display: flex;
  align-items: center;
  padding: 32px 20px;
  gap: 24px;
  background: #FFFFFF;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 750px) {
  .p_lp_voice_card {
    width: 100%;
    flex-direction: column;
    padding: 32px 20px;
    gap: 20px;
  }
}

.p_lp_voice_ico {
  width: 140px;
}
@media screen and (max-width: 750px) {
  .p_lp_voice_ico {
    width: 100%;
    text-align: center;
  }
  .p_lp_voice_ico img{
    width: 140px;
  }
}

.p_lp_voice_body {
  width: calc(100% - 140px - 24px);
}
@media screen and (max-width: 750px) {
  .p_lp_voice_body {
    width: 100%
  }
}

.p_lp_voice_body h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  color: #000000;
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p_lp_voice_body h3 {
    text-align: center;
    font-size: 18px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}

.p_lp_voice_body h3:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #FF814B;
  width: 55px;
  height: 1px;
}
@media screen and (max-width: 750px) {
  .p_lp_voice_body h3:before {
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 1px;
  }
}

.p_lp_voice_body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: #000000;
}
@media screen and (max-width: 750px) {
  .p_lp_voice_body p {
    font-size: 14px;
  }
}


.p_lp_visor {
  padding-top: 80px;
}

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

.p_lp_visor_content_title {
  margin-bottom: 48px;
}

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

.p_lp_visor_block {
  background-color: #E3F1E1;
  padding: 40px 40px;
  display: flex;
  gap: 28px;
}

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

.p_lp_visor_block_image {
  width: 35%;
  text-align: center;
}

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

.p_lp_visor_block_image img {
  width: 170px;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .p_lp_visor_block_image img {
    width: 170px;
    margin-bottom: 20px;
  }
}

.p_lp_visor_block_name {
  font-weight: 700;
  font-size: 30px;
  line-height: 160%;
  text-align: center;
  color: #000000;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
}

@media screen and (max-width: 750px) {
  .p_lp_visor_block_name {
    font-size: 30px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}

.p_lp_visor_block_name span {
  display: block;
  font-size: 16px;
  line-height: 125%;
}

@media screen and (max-width: 750px) {
  .p_lp_visor_block_name span {
    font-size: 16px;
  }
}

.p_lp_visor_block_position {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .p_lp_visor_block_position {
    font-size: 16px;
  }
}

.p_lp_visor_block_body {
  width: 65%;
}

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

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

.p_lp_visor_block_text {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .p_lp_visor_block_text {
    margin-bottom: 28px;
  }
}


.p_lp_visor_block_lead {
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  color: #108201;
}
@media screen and (max-width: 750px) {
  .p_lp_visor_block_lead {
    font-size: 18px;
  }
}

.p_lp_visor_block_disp {
  --gap: 2.25em;
  /* 行ピッチ = line-height と同じ */
  --dot-color: #000000;
  /* ドット色 */
  --dot-size: 1px;
  /* ドット直径 */
  --dot-x: 4px;
  /* 横方向の間隔 */
  --margin-color: #000000;
  /* 縦線の色 */
  --paper: #E3F1E1;
  /* 背景色 */
  font-weight: 500;
  font-size: 16px;
  line-height: var(--gap);
  color: #000;
  display: inline-block;
  background-color: var(--paper);
  background-image:
    radial-gradient(circle, var(--dot-color) var(--dot-size), transparent var(--dot-size));
  background-size:
    var(--dot-x) var(--gap);
  background-position: 0 0;
  background-repeat:
    repeat;
  padding-top: calc(var(--gap)/2);
  padding-bottom: 1px;
}
@media screen and (max-width: 750px) {
  .p_lp_visor_block_disp {
    font-size: 16px;
  }
}

.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: 20px;
    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;
} */