@charset "UTF-8";
body {
  width: 100%;
  min-width: 1280px;
  color: #3a2317;
}

/* mv
----------------------------- */
.p-mv {
  width: 100%;
  height: 53.16vw;
  background: url("../../images/lp/bg_mv.png") no-repeat 0 0;
  background-size: contain;
  position: relative;
}

.p-mv-logo {
  position: absolute;
  left: 5.89vw;
  top: 2.28vw;
  width: 13.8vw;
}
.p-mv-logo img {
  width: 100%;
}

.p-mv-img {
  position: absolute;
  left: 9.68vw;
  top: 8.23vw;
  width: 35.63vw;
}
.p-mv-img img {
  width: 100%;
}

.p-mv-copy {
  position: absolute;
  left: 45vw;
  top: 4.62vw;
  width: 40.57vw;
}
.p-mv-copy img {
  width: 100%;
}

.p-mv-list {
  position: absolute;
  left: 47.91vw;
  top: 24.68vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-mv-list li {
  margin-right: 1.14vw;
  width: 11.71vw;
}
.p-mv-list li img {
  width: 100%;
}

.p-mv-btn {
  position: absolute;
  left: 47.91vw;
  top: 43vw;
  width: 37.47vw;
}

.p-mv-btn-pic-pc {
  position: relative;
}
.p-mv-btn-pic-pc img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-mv-btn-pic-pc:hover img:nth-of-type(2) {
  opacity: 0;
}

.p-mv-btn-pic-sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  .p-mv {
    width: 1280px;
    height: 680px;
  }
  .p-mv-logo {
    left: 75px;
    top: 29px;
    width: 177px;
  }
  .p-mv-img {
    left: 124px;
    top: 106px;
    width: 456px;
  }
  .p-mv-copy {
    left: 576px;
    top: 59px;
    width: 519px;
  }
  .p-mv-list {
    left: 614px;
    top: 317px;
  }
  .p-mv-list li {
    margin-right: 16px;
    width: 149px;
  }
  .p-mv-btn {
    left: 614px;
    top: 555px;
    width: 479px;
  }
}
/* banner
----------------------------- */
.p-banner {
  width: 100%;
  margin: -1.5vw 0;
  height: 25.25vw;
  min-height: 323px;
  position: relative;
}
.p-banner.p-banner-bg01 {
  background: url("../../images/lp/bg_banner01_pc.png") no-repeat 0 0;
  background-size: contain;
}
.p-banner.p-banner-bg02 {
  background: url("../../images/lp/bg_banner02_pc.png") no-repeat 0 0;
  background-size: contain;
}
.p-banner.p-banner-bg03 {
  background: url("../../images/lp/bg_banner03_pc.png") no-repeat 0 0;
  background-size: contain;
}
.p-banner.p-banner-bg04 {
  background: url("../../images/lp/bg_banner04_pc.png") no-repeat 0 0;
  background-size: contain;
}
.p-banner.p-banner-bg05 {
  background: url("../../images/lp/bg_banner05_pc.png") no-repeat 0 0;
  background-size: contain;
}

.p-banner-lead {
  position: absolute;
  left: 27.97vw;
  top: 6.33vw;
  width: 44.11vw;
}
.p-banner-lead img {
  width: 100%;
}

.p-banner-btn {
  position: absolute;
  left: 31.27vw;
  top: 15vw;
  width: 37.47vw;
}
.p-banner-btn img {
  width: 100%;
}

.p-banner-btn-pic-pc {
  position: relative;
}
.p-banner-btn-pic-pc img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-banner-btn-pic-pc:hover img:nth-of-type(2) {
  opacity: 0;
}

.p-banner-btn-pic-sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  .p-banner {
    width: 1280px;
    height: 323px;
  }
  .p-banner-lead {
    left: 358px;
    top: 82px;
    width: 564px;
  }
  .p-banner-btn {
    left: 400px;
    top: 200px;
    width: 479px;
  }
}
/* history
----------------------------- */
.p-history {
  width: 1220px;
  margin: 100px auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-history-bh {
  width: 294px;
  background: url("../../images/lp/bg_history_bh.png") no-repeat left center;
  background-size: 88px auto;
  padding-left: 98px;
  font-size: 3.4rem;
  line-height: 1.5294117647;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.p-history-bh strong {
  color: #e93e0d;
}

.p-history-txt {
  width: 926px;
  border-radius: 20px;
  padding: 30px 45px;
  background-color: #f6f6f6;
  font-size: 1.9rem;
  line-height: 2.0473684211;
  font-weight: 700;
}
.p-history-txt small {
  font-size: 1.61rem;
}

/* point
----------------------------- */
.p-point {
  padding: 80px 0 100px;
  background-color: #f7f3ee;
}
.p-point::before {
  display: block;
  content: "";
  background: url("../../images/lp/bg_point.png") no-repeat 0 0;
  background-size: 100px auto;
  width: 100px;
  height: 100px;
  margin: -130px auto 30px;
}

.p-point-bh {
  background: url("../../images/lp/bg_wave.png") no-repeat center bottom;
  background-size: 135px auto;
  padding-bottom: 45px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 3rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.p-point-item1 {
  width: 100%;
  height: 420px;
  margin: 0 auto 110px;
  position: relative;
}
.p-point-item1::before {
  display: block;
  content: "";
  width: 710px;
  height: 420px;
  background: url("../../images/lp/bg_point_item1.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  left: calc(50% - 790px);
  top: 0;
}
.p-point-item1 .p-point-block {
  position: absolute;
  left: 50%;
  padding-top: 40px;
}

.p-point-item2 {
  width: 100%;
  height: 420px;
  margin: 0 auto 110px;
  position: relative;
}
.p-point-item2::before {
  display: block;
  content: "";
  width: 710px;
  height: 420px;
  background: url("../../images/lp/bg_point_item2.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  right: calc(50% - 790px);
  top: 0;
}
.p-point-item2 .p-point-block {
  position: absolute;
  left: calc(50% - 567px);
  padding-top: 40px;
}

.p-point-item3 {
  width: 100%;
  height: 420px;
  margin: 0 auto 110px;
  position: relative;
}
.p-point-item3::before {
  display: block;
  content: "";
  width: 710px;
  height: 420px;
  background: url("../../images/lp/bg_point_item3.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  left: calc(50% - 790px);
  top: 0;
}
.p-point-item3 .p-point-block {
  position: absolute;
  left: 50%;
}
.p-point-item3 .p-point-mh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-point-item3 .p-point-mh img {
  width: 104px;
}

@media screen and (max-width: 1580px) {
  .p-point-item1::before {
    left: calc(50% - 790px);
  }
  .p-point-item2::before {
    right: calc(50% - 790px);
  }
  .p-point-item3::before {
    left: calc(50% - 790px);
  }
}
.p-point-block {
  width: 567px;
}

.p-point-mh {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-point-mh img {
  margin-right: 30px;
}

.p-point-mh-txt {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 700;
}

.p-point-txt {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.p-point-ex {
  width: 1216px;
  height: 340px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}

.p-point-ex-bh {
  position: absolute;
  left: 64px;
  top: 106px;
}
.p-point-ex-bh img {
  width: 197px;
}

.p-point-ex-list {
  position: absolute;
  right: 103px;
  top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 770px;
}
.p-point-ex-list dt {
  width: 265px;
  border-bottom: 1px dotted #3a2317;
  font-size: 2rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.p-point-ex-list dd {
  width: 505px;
  border-bottom: 1px dotted #3a2317;
  font-size: 2rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.p-point-ex-txt {
  position: absolute;
  left: 370px;
  top: 210px;
  background: url("../../images/lp/bg_point_ex_txt.png") no-repeat left center;
  background-size: 43px auto;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-left: 70px;
}

/* safe
----------------------------- */
.p-safe {
  padding: 100px 0 0;
}

.p-safe-bh {
  margin-bottom: 48px;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #0270bd;
}
.p-safe-bh img {
  width: 613px;
  margin-top: 17px;
}

.p-safe-list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

.p-safe-list {
  width: 461px;
}
.p-safe-list li {
  background: url("../../images/lp/bg_safe_list_item.png") no-repeat 0 0;
  background-size: 34px auto;
  padding-left: 53px;
  margin-bottom: 18px;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.p-safe-joint {
  width: 100%;
  padding: 32px 0 20px;
  background: url("../../images/lp/bg_safe_joint.png");
  text-align: center;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #fff;
}
.p-safe-joint small {
  font-size: 3rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-left: 10px;
}

.p-safe-point {
  padding-top: 80px;
  background-color: #fcf0f1;
}
.p-safe-point img {
  width: 294px;
}

.p-safe-point-list {
  width: 1032px;
  margin: 0 auto;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-safe-point-list li {
  width: 480px;
  margin-bottom: 65px;
}

.p-safe-point-list-img {
  margin-bottom: 10px;
}
.p-safe-point-list-img img {
  width: 100%;
}

.p-safe-point-list-mh {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.9230769231;
  font-weight: 700;
}
.p-safe-point-list-mh strong {
  font-size: 3.6rem;
  line-height: 1.3888888889;
  font-weight: 700;
}

.p-safe-point-list-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}
.p-safe-point-list-txt strong {
  font-weight: 700;
  color: #e93e0d;
}

/* teacher
----------------------------- */
.p-teacher {
  padding: 50px 0 80px;
  background: url("../../images/lp/bg_teacher.png");
  position: relative;
}
.p-teacher::after {
  display: block;
  content: "";
  width: 491px;
  height: 172px;
  background: url("../../images/lp/bg_teacher2.png") no-repeat 0 0;
  position: absolute;
  right: 0;
  bottom: 180px;
}

.p-teacher-bh {
  margin-bottom: 30px;
  text-align: center;
  font-size: 4.2rem;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.p-teacher-lead {
  margin-bottom: 90px;
  text-align: center;
}

.p-teacher-list {
  width: 1216px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-teacher-list li {
  width: 568px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.p-teacher-list-hd {
  width: 100px;
  margin-right: 30px;
}

.p-teacher-list-hd-img img {
  width: 100px;
}

.p-teacher-list-hd-name {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.7777777778;
  font-weight: 900;
}

.p-teacher-list-block {
  width: 438px;
}

.p-teacher-list-block-txt {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 500;
}

.p-teacher-list-block-mh {
  width: 91px;
  height: 24px;
  margin-bottom: 5px;
  border-radius: 12px;
  padding-left: 18px;
  background-color: #60bbb1;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}
.p-teacher-list-block-mh::after {
  display: block;
  content: "";
  width: 333px;
  height: 0;
  border-top: 1px dotted #60bbb1;
  margin: -12px 0 0 80px;
}

.p-teacher-list-block-title {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
}

/* talent
----------------------------- */
.p-talent {
  padding: 100px 0 120px;
  background-color: #f7f3ee;
}

.p-talent-bh {
  text-align: center;
  background: url("../../images/lp/bg_wave.png") no-repeat center bottom;
  background-size: 135px auto;
  padding-bottom: 50px;
  margin-bottom: 80px;
  font-size: 3rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.p-talent-bh-txt {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.p-talent-list {
  width: 1050px;
  margin: 0 auto;
  padding-left: 32px;
}

.p-talent-list-child {
  width: 286px;
  margin: 0 32px;
}

.p-talent-list-mh {
  padding: 25px 0 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 2.5rem;
  line-height: 2;
  font-weight: 700;
  border-bottom: 1px dotted #5b5a59;
}

.p-talent-list-dl {
  text-align: center;
}

.p-talent-list-dt {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 900;
  margin-bottom: 5px;
}

.p-talent-list-dd {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 700;
}

.slick-prev {
  position: absolute;
  z-index: 2;
  left: -80px;
  top: 126px;
  display: block;
  width: 68px;
  height: 68px;
  background: url("../../images/lp/btn_slider_prev.png") no-repeat 0 0;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.slick-prev:hover {
  opacity: 0.7;
}

.slick-next {
  position: absolute;
  z-index: 2;
  right: -80px;
  top: 126px;
  display: block;
  width: 68px;
  height: 68px;
  background: url("../../images/lp/btn_slider_next.png") no-repeat 0 0;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.slick-next:hover {
  opacity: 0.7;
}

/* flow
----------------------------- */
.p-flow {
  padding: 100px 0 130px;
}

.p-flow-bh {
  text-align: center;
  background: url("../../images/lp/bg_wave.png") no-repeat center bottom;
  background-size: 135px auto;
  padding-bottom: 50px;
  margin-bottom: 60px;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.p-flow-list {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-flow-list li {
  width: 265px;
  margin: 0 60px;
  position: relative;
}
.p-flow-list li::after {
  content: "";
  display: block;
  background: url("../../images/lp/bg_flow_list.png") no-repeat 0 0;
  width: 50px;
  height: 13px;
  position: absolute;
  left: 305px;
  top: 88px;
}
.p-flow-list li:last-child::after {
  display: none;
}

.p-flow-list-img {
  width: 97px;
  margin: 0 auto 20px;
  text-align: center;
}

.p-flow-list-mh {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1.5454545455;
  font-weight: 700;
}

.p-flow-list-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}

.p-flow-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-flow-block-img {
  width: 553px;
}

.p-flow-block-txtblock {
  width: 350px;
  margin-left: 38px;
}

.p-flow-block-mh {
  width: 224px;
  text-align: center;
  margin: 0 auto 40px;
  padding-top: 26px;
}

.p-flow-block-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}

/* faq
----------------------------- */
.p-faq {
  padding: 100px 0 120px;
}

.p-faq-bh {
  text-align: center;
  background: url("../../images/lp/bg_wave.png") no-repeat center bottom;
  background-size: 135px auto;
  padding-bottom: 50px;
  margin-bottom: 25px;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.p-faq-list {
  width: 1216px;
  margin: 0 auto;
  border-bottom: 1px solid #a18e8b;
}
.p-faq-list dt {
  min-height: 49px;
  background-image: url("../../images/lp/bg_faq_list_item_q.png"), url("../../images/lp/bg_faq_border.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top 36px, right 58px center;
  border-top: 1px solid #a18e8b;
  padding: 42px 0 39px 60px;
  font-size: 2.2rem;
  line-height: 1.5454545455;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.p-faq-list dt:before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-color: #e93e0d;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-faq-list dt:after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-color: #e93e0d;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq-list dt.is-active:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.p-faq-list dt:first-child {
  border-top: 0;
}
.p-faq-list dt.is-active {
  background-image: url("../../images/lp/bg_faq_list_item_q.png"), url("../../images/lp/bg_faq_border.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top 36px, right 58px center;
}
.p-faq-list dd {
  background: url("../../images/lp/bg_faq_list_item_a.png") no-repeat 0 0;
  padding: 7px 0 30px 60px;
  font-size: 1.8rem;
  line-height: 1.8888888889;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.p-faq-list dd span {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}

/* access
----------------------------- */
.p-access-bh {
  text-align: center;
  background: url("../../images/lp/bg_wave.png") no-repeat center bottom;
  background-size: 135px auto;
  padding-bottom: 50px;
  margin-bottom: 60px;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.p-access-list {
  width: 1068px;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-access-list li {
  width: 320px;
  padding: 32px 0;
  background-color: #fff9ed;
  border-radius: 20px;
  margin: 0 18px 44px;
}

.p-access-list-mh {
  margin-bottom: 5px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5454545455;
  font-weight: 700;
}

.p-access-list-txt {
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}

.p-access-list-map a {
  display: block;
  width: 122px;
  height: 28px;
  margin: 0 auto 15px;
  padding-left: 17px;
  background: url("../../images/lp/bg_arrow.png") no-repeat right 4px center #fff;
  border: 2px solid #d0cec8;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 500;
  color: #3a2317;
}

.p-access-list-add {
  margin-left: 24px;
  padding-left: 18px;
  border-left: 4px solid #ebe0d1;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.p-access-list-add a {
  display: inline-block;
  margin-top: 10px;
  color: #e93e0d;
  text-decoration: underline;
  padding-right: 16px;
  background: url("../../images/lp/bg_arrow.png") no-repeat right center;
}
.p-access-list-add a:hover {
  text-decoration: none;
}

.p-company {
  margin-bottom: 170px;
}

.p-company-bh {
  text-align: center;
  background: url("../../images/lp/bg_wave.png") no-repeat center bottom;
  background-size: 135px auto;
  margin-bottom: 50px;
  padding-bottom: 50px;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.p-company-table {
  width: 1032px;
  margin: 0 auto;
}
.p-company-table th {
  width: 140px;
  padding: 30px 0 20px;
  border-bottom: 3px solid #e93e0d;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
  text-align: left;
}
.p-company-table td {
  width: 892px;
  height: auto;
  padding: 30px 0 20px 45px;
  border-bottom: 1px solid #a18e8b;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}

/* contact
----------------------------- */
.p-contact {
  padding: 80px 0 100px;
  background-color: #f7f3ee;
}
.p-contact::before {
  display: block;
  content: "";
  background: url("../../images/lp/bg_contact.png") no-repeat 0 0;
  background-size: 100% auto;
  width: 100px;
  height: 100px;
  margin: -130px auto 30px;
}

.p-contact-mh {
  margin-bottom: 5px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5454545455;
  font-weight: 700;
}

.p-contact-bh {
  text-align: center;
  background: url("../../images/lp/bg_wave.png") no-repeat center bottom;
  background-size: 135px auto;
  padding-bottom: 50px;
  margin-bottom: 60px;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.p-contact-form {
  width: 1216px;
  margin: 0 auto;
  padding: 60px 0 80px;
  border-radius: 20px;
  background-color: #fff;
}

.p-contact-current {
  width: 1032px;
  height: 60px;
  text-indent: -9999px;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto 50px;
}

.p-contact-current1 {
  background: url("../../images/lp/bg_contact_current1.png") no-repeat 0 0;
}

.p-contact-current2 {
  background: url("../../images/lp/bg_contact_current2.png") no-repeat 0 0;
}

.p-contact-current3 {
  background: url("../../images/lp/bg_contact_current3.png") no-repeat 0 0;
}

.p-contact-form-wrap {
  width: 980px;
  margin: 0 auto;
}
.p-contact-form-wrap .p-contact-table {
  width: 100%;
  margin: 0 auto 40px;
}
.p-contact-form-wrap tr:first-child th {
  border-top: 1px solid #e93e0d;
}
.p-contact-form-wrap tr:first-child td {
  border-top: 1px solid #a18e8b;
}
.p-contact-form-wrap th {
  width: 339px;
  padding: 30px 25px;
  background-color: #fff9ed;
  border-bottom: 1px solid #e93e0d;
  text-align: left;
}
.p-contact-form-wrap th .p-contact-th-txt {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
}
.p-contact-form-wrap th .p-contact-th-txt small {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.p-contact-form-wrap th .p-contact-th-label {
  width: 55px;
  height: 25px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e93e0d;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  color: #fff;
  margin: -24px 0 0 225px;
}
.p-contact-form-wrap td {
  padding: 30px 10px 30px 25px;
  border-bottom: 1px solid #a18e8b;
  border-left: 3px solid #fff;
  font-size: 1.6rem;
  line-height: 2.3125;
  font-weight: 500;
}
.p-contact-form-wrap td .p-contact-td-note {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin: 10px 0 0;
  text-indent: -1em;
  padding-left: 1em;
}
.p-contact-form-wrap td .p-contact-td-note + .p-contact-td-note {
  margin: 0;
}
.p-contact-form-wrap input {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
  border: 1px solid #d0d0d0;
}
.p-contact-form-wrap input[type=text],
.p-contact-form-wrap input[type=email],
.p-contact-form-wrap input[type=number],
.p-contact-form-wrap input[type=tel] {
  width: 535px;
  padding: 3px 7px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
.p-contact-form-wrap input[type=checkbox] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  margin: 5px;
  cursor: pointer;
  position: relative;
  top: 2px;
}
.p-contact-form-wrap input[type=radio] {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  margin: 5px;
  cursor: pointer;
  position: relative;
  top: 2px;
}
.p-contact-form-wrap select {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
  border: 1px solid #d0d0d0;
  width: 535px;
  padding: 8px 7px;
  cursor: pointer;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
.p-contact-form-wrap label {
  margin-right: 2em;
  cursor: pointer;
}
.p-contact-form-wrap .p-contact-policy {
  margin: 0 0 37px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}
.p-contact-form-wrap .p-contact-policy a {
  color: #e93e0d;
  text-decoration: underline;
}
.p-contact-form-wrap .p-contact-policy a:hover {
  text-decoration: none;
}
.p-contact-form-wrap .p-contact-btn {
  display: block;
  text-align: center;
  width: 350px;
  padding: 20px;
  border: 0;
  border-radius: 40px;
  margin: 0 auto;
  background: url(../../images/lp/bg_btn_arrow.png) no-repeat right 28px center #e93e0d;
  cursor: pointer;
  color: #fff;
  font-size: 2rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-appearance: none;
}
.p-contact-form-wrap .p-contact-btn:hover {
  background-color: #e9600d;
  background: url(../../images/lp/bg_btn_on_arrow.png) no-repeat right 28px center #e9600d;
}
.p-contact-form-wrap .p-contact-btn.wpcf7-previous {
  background: #a9a9a9;
}
.p-contact-form-wrap .p-contact-btn.wpcf7-previous:hover {
  background: #bbb;
}
.p-contact-form-wrap p.is-validate {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}

.l-footer {
  padding: 40px 0;
  background-color: #e3dacf;
}
.l-footer .l-footer-txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
    line-break: strict;
  }
  body a:hover {
    opacity: 1;
  }
  /* mv
  ----------------------------- */
  .p-mv {
    width: 100%;
    height: 159.0666666667vw;
    background: url("../../images/lp/bg_mv_sp.png") no-repeat 0 0;
    background-size: 100% auto;
  }
  .p-mv-logo {
    left: 4vw;
    top: 4vw;
    width: 29.0666666667vw;
  }
  .p-mv-img {
    display: none;
  }
  .p-mv-copy {
    left: 0;
    top: 15.0666666667vw;
    width: 100vw;
  }
  .p-mv-list {
    left: 4.6666666667vw;
    top: 84vw;
  }
  .p-mv-list li {
    margin-right: 1.3333333333vw;
    width: 29.6vw;
  }
  .p-mv-btn {
    left: 10.5333333333vw;
    top: 134.6666666667vw;
    width: 78.9333333333vw;
  }
  .p-mv-btn-pic-pc {
    display: none;
  }
  .p-mv-btn-pic-sp {
    display: block;
    position: relative;
  }
  .p-mv-btn-pic-sp img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-mv-btn-pic-sp:hover img:nth-of-type(2) {
    opacity: 0;
  }
  /* banner
  ----------------------------- */
  .p-banner {
    width: 100%;
    margin: -3.3333333333vw 0;
    height: 61.6vw;
    min-height: auto;
  }
  .p-banner.p-banner-bg01 {
    background: url("../../images/lp/bg_banner01_sp.png") no-repeat 0 0;
    background-size: 100% auto;
  }
  .p-banner.p-banner-bg02 {
    background: url("../../images/lp/bg_banner02_sp.png") no-repeat 0 0;
    background-size: 100% auto;
  }
  .p-banner.p-banner-bg03 {
    background: url("../../images/lp/bg_banner03_sp.png") no-repeat 0 0;
    background-size: 100% auto;
  }
  .p-banner.p-banner-bg04 {
    background: url("../../images/lp/bg_banner04_sp.png") no-repeat 0 0;
    background-size: 100% auto;
  }
  .p-banner.p-banner-bg05 {
    background: url("../../images/lp/bg_banner05_sp.png") no-repeat 0 0;
    background-size: 100% auto;
  }
  .p-banner-lead {
    left: 14.8vw;
    top: 11.2vw;
    width: 70.2666666667vw;
  }
  .p-banner-btn {
    left: 10.5333333333vw;
    top: 41.3333333333vw;
    width: 78.9333333333vw;
  }
  .p-banner-btn-pic-pc {
    display: none;
  }
  .p-banner-btn-pic-sp {
    display: block;
    position: relative;
  }
  .p-banner-btn-pic-sp img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-banner-btn-pic-sp02 img{
    max-width: 66.13333333vw;
  }
  .p-banner-btn-pic-sp:hover img:nth-of-type(2) {
    opacity: 0;
  }
  /* history
  ----------------------------- */
  .p-history {
    width: 100%;
    margin: 16vw auto;
    display: block;
  }
  .p-history-bh {
    width: 100%;
    height: 10.6666666667vw;
    background: url("../../images/lp/bg_history_bh.png") no-repeat left 17.6vw center;
    background-size: 11.7333333333vw auto;
    margin: 0 0 5.3333333333vw;
    padding-left: 33.0666666667vw;
    font-size: 6.4vw;
  }
  .p-history-txt {
    width: 92vw;
    border-radius: 5.3333333333vw;
    margin: 0 auto;
    padding: 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.69;
  }
  .p-history-txt small {
    font-size: 3.7333333333vw;
  }
  /* point
  ----------------------------- */
  .p-point {
    padding: 10.6666666667vw 0 16vw;
  }
  .p-point::before {
    background: url("../../images/lp/bg_point.png") no-repeat 0 0;
    background-size: 100% auto;
    width: 17.3333333333vw;
    height: 17.3333333333vw;
    margin: -19.3333333333vw auto 4vw;
  }
  .p-point-bh {
    background-size: 23.3333333333vw auto;
    padding-bottom: 6.6666666667vw;
    margin-bottom: 10.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .p-point-bh img {
    width: 41.2vw;
  }
  .p-point-item1 {
    width: 96vw;
    height: auto;
    margin: 0;
    padding-top: 60.6666666667vw;
    background: url("../../images/lp/bg_point_item1.png") no-repeat 0 0;
    background-size: 100% auto;
  }
  .p-point-item1::before {
    display: none;
  }
  .p-point-item1 .p-point-block {
    position: relative;
    left: auto;
    padding-top: 0;
  }
  .p-point-item2 {
    width: 96vw;
    height: auto;
    margin: 0 0 0 4vw;
    padding-top: 60.6666666667vw;
    background: url("../../images/lp/bg_point_item2.png") no-repeat 0 0;
    background-size: 100% auto;
  }
  .p-point-item2::before {
    display: none;
  }
  .p-point-item2 .p-point-block {
    position: relative;
    left: auto;
    padding-top: 0;
    margin-left: 1.3333333333vw;
  }
  .p-point-item3 {
    width: 96vw;
    height: auto;
    margin: 0;
    padding-top: 60.6666666667vw;
    background: url("../../images/lp/bg_point_item3.png") no-repeat 0 0;
    background-size: 100% auto;
  }
  .p-point-item3::before {
    display: none;
  }
  .p-point-item3 .p-point-block {
    position: relative;
    left: auto;
    padding-top: 0;
  }
  .p-point-item3 .p-point-mh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-point-item3 .p-point-mh img {
    width: 16.5333333333vw;
  }
  .p-point-block {
    width: 90.6666666667vw;
    margin-left: 5.3333333333vw;
    margin-bottom: 8vw;
  }
  .p-point-mh {
    margin-bottom: 4vw;
  }
  .p-point-mh img {
    width: 16.5333333333vw;
    margin-right: 4vw;
  }
  .p-point-mh-txt {
    font-size: 6.4vw;
  }
  .p-point-txt {
    font-size: 4vw;
  }
  .p-point-ex {
    width: 92vw;
    height: auto;
    margin: 0 auto;
    border-radius: 5.3333333333vw;
    padding: 8vw 5.3333333333vw 6.6666666667vw;
  }
  .p-point-ex-bh {
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
    margin-bottom: 8vw;
  }
  .p-point-ex-bh img {
    width: 35.6vw;
  }
  .p-point-ex-list {
    position: relative;
    right: auto;
    top: auto;
    display: block;
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
  .p-point-ex-list dt {
    width: 100%;
    font-size: 4.5333333333vw;
    line-height: 1.59;
  }
  .p-point-ex-list dd {
    width: 100%;
    border-bottom: 0;
    font-size: 4.5333333333vw;
    line-height: 1.59;
    margin-bottom: 4vw;
  }
  .p-point-ex-txt {
    position: relative;
    left: auto;
    top: auto;
    background-position: left top 1.3333333333vw;
    background-size: 6.6666666667vw auto;
    font-size: 4.2666666667vw;
    line-height: 1.69;
    padding-left: 10.6666666667vw;
  }
  /* safe
  ----------------------------- */
  .p-safe {
    padding: 13.3333333333vw 0 0;
  }
  .p-safe-bh {
    margin-bottom: 6.6666666667vw;
    font-size: 4.8vw;
  }
  .p-safe-bh img {
    width: 83.0666666667vw;
    margin-top: 1.8666666667vw;
  }
  .p-safe-list-block {
    display: block;
    margin-bottom: 13.3333333333vw;
  }
  .p-safe-list {
    width: auto;
    margin-left: 12vw;
  }
  .p-safe-list li {
    background-size: 6.4vw auto;
    padding-left: 10.4vw;
    margin-bottom: 4.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .p-safe-joint {
    width: 100%;
    padding: 5.3333333333vw 0;
    font-size: 6.6666666667vw;
  }
  .p-safe-joint img {
    width: 50.9333333333vw;
  }
  .p-safe-joint small {
    font-size: 5.3333333333vw;
    margin-left: 2vw;
  }
  .p-safe-point {
    padding-top: 9.3333333333vw;
  }
  .p-safe-point img {
    width: 100%;
  }
  .p-safe-point-list {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 4vw;
    display: block;
  }
  .p-safe-point-list li {
    width: 92vw;
    margin: 0 auto 5.3333333333vw;
  }
  .p-safe-point-list-img {
    margin-bottom: 1.3333333333vw;
  }
  .p-safe-point-list-img img {
    width: 100%;
  }
  .p-safe-point-list-mh {
    margin-bottom: 1.3333333333vw;
    text-align: center;
    font-size: 4.8vw;
  }
  .p-safe-point-list-mh strong {
    font-size: 6.4vw;
  }
  .p-safe-point-list-txt {
    margin: 0 1.3333333333vw;
    font-size: 4vw;
    line-height: 1.8;
  }
  /* teacher
  ----------------------------- */
  .p-teacher {
    padding: 10.6666666667vw 0 10vw;
    background-size: 25% auto;
  }
  .p-teacher::after {
    display: none;
  }
  .p-teacher-bh {
    margin-bottom: 6.6666666667vw;
    font-size: 7.4666666667vw;
  }
  .p-teacher-lead {
    width: 86.8vw;
    margin: 0 auto 9.3333333333vw;
  }
  .p-teacher-list {
    width: 92vw;
    display: block;
  }
  .p-teacher-list li {
    width: 100%;
    margin-bottom: 8vw;
  }
  .p-teacher-list-hd {
    width: 26.6666666667vw;
    margin-right: 4vw;
  }
  .p-teacher-list-hd-img img {
    width: 26.6666666667vw;
  }
  .p-teacher-list-hd-name {
    font-size: 4.8vw;
  }
  .p-teacher-list-block {
    width: 61.3333333333vw;
  }
  .p-teacher-list-block-txt {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.57;
  }
  .p-teacher-list-block-mh {
    width: 24.2666666667vw;
    height: 5.6vw;
    margin-bottom: 0.6666666667vw;
    border-radius: 2.8vw;
    padding-left: 4.2666666667vw;
    font-size: 3.2vw;
    line-height: 5.6vw;
  }
  .p-teacher-list-block-mh::after {
    width: 34.2666666667vw;
    margin: -2.9333333333vw 0 0 22.6666666667vw;
  }
  .p-teacher-list-block-title {
    font-size: 4vw;
    line-height: 1.6;
  }
  /* talent
  ----------------------------- */
  .p-talent {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
  .p-talent-bh {
    background-size: 23.3333333333vw auto;
    padding-bottom: 6.6666666667vw;
    margin-bottom: 10.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .p-talent-bh-txt {
    font-size: 6.6666666667vw;
  }
  .p-talent-list {
    width: 100%;
    padding-left: 0;
  }
  .p-talent-list-child {
    width: 57.3333333333vw;
    margin: 0 8vw;
  }
  .p-talent-list-mh {
    padding: 3.3333333333vw 0 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
    font-size: 4.8vw;
  }
  .p-talent-list-dt {
    font-size: 3.7333333333vw;
    margin-bottom: 0.6666666667vw;
  }
  .p-talent-list-dd {
    font-size: 3.7333333333vw;
  }
  .slick-prev {
    left: 7.0666666667vw;
    top: 23.4666666667vw;
    width: 12.4vw;
    height: 12.4vw;
    background-size: 100% auto;
  }
  .slick-prev:hover {
    opacity: 1;
  }
  .slick-next {
    right: 7.0666666667vw;
    top: 23.4666666667vw;
    width: 12.4vw;
    height: 12.4vw;
    background-size: 100% auto;
  }
  .slick-next:hover {
    opacity: 1;
  }
  /* flow
  ----------------------------- */
  .p-flow {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
  .p-flow-bh {
    background-size: 23.3333333333vw auto;
    padding-bottom: 6.6666666667vw;
    margin-bottom: 10.6666666667vw;
    font-size: 6.6666666667vw;
  }
  .p-flow-list {
    margin-bottom: 9.3333333333vw;
    display: block;
  }
  .p-flow-list::after {
    content: "";
    display: block;
    clear: both;
  }
  .p-flow-list li {
    width: 100%;
    margin: 0;
  }
  .p-flow-list li::after {
    content: "";
    display: block;
    clear: both;
    background: url("../../images/lp/bg_flow_list_sp.png") no-repeat 0 0;
    background-size: 100% auto;
    background-position: center;
    width: 1.7333333333vw;
    height: 6.6666666667vw;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
    padding-bottom: 10vw;
  }
  .p-flow-list li:nth-of-type(2)::after {
    background-position: top center;
  }
  .p-flow-list li:last-child::after {
    display: none;
  }
  .p-flow-list-img {
    width: 19.4666666667vw;
    margin: 0 0 0 5.3333333333vw;
    float: left;
  }
  .p-flow-list-mh {
    width: 61.3333333333vw;
    float: right;
    text-align: left;
    margin-right: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .p-flow-list-txt {
    width: 61.3333333333vw;
    float: right;
    margin-right: 5.3333333333vw;
    font-size: 4vw;
    line-height: 1.6;
  }
  .p-flow-block {
    display: block;
  }
  .p-flow-block-img {
    width: 91.8666666667vw;
    margin-left: 4.1333333333vw;
  }
  .p-flow-block-txtblock {
    width: 100%;
    margin-left: 0;
  }
  .p-flow-block-mh {
    width: 41.0666666667vw;
    margin: 0 auto 2.6666666667vw;
    padding-top: 4.1333333333vw;
  }
  .p-flow-block-txt {
    font-size: 4vw;
    line-height: 1.6;
    text-align: center;
  }
  /* faq
  ----------------------------- */
  .p-faq {
    padding: 13.3333333333vw 0 16vw;
  }
  .p-faq-bh {
    background-size: 23.3333333333vw auto;
    padding-bottom: 6.6666666667vw;
    margin-bottom: 10.6666666667vw;
    font-size: 6.6666666667vw;
  }
  .p-faq-list {
    width: 92vw;
    margin: 0 4vw;
  }
  .p-faq-list dt {
    min-height: 9.8666666667vw;
    background-image: url("../../images/lp/bg_faq_list_item_q.png"), url("../../images/lp/bg_faq_border.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left top 6.6666666667vw, right 12vw center;
    background-size: 7.2vw auto, 0.5333333333vw auto;
    padding: 6.6666666667vw 20.1333333333vw 6.6666666667vw 11.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .p-faq-list dt:before {
    right: 2.6666666667vw;
  }
  .p-faq-list dt:after {
    right: 2.6666666667vw;
  }
  .p-faq-list dt:first-child {
    border-top: 0;
  }
  .p-faq-list dt.is-active {
    background-image: url("../../images/lp/bg_faq_list_item_q.png"), url("../../images/lp/bg_faq_border.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left top 6.6666666667vw, right 12vw center;
  }
  .p-faq-list dd {
    background: url("../../images/lp/bg_faq_list_item_a.png") no-repeat 0 0;
    background-size: 7.2vw auto;
    padding: 0 0 6.6666666667vw 11.3333333333vw;
    font-size: 4vw;
    line-height: 1.8;
  }
  .p-faq-list dd span {
    font-size: 3.4666666667vw;
  }
  /* access
  ----------------------------- */
  .p-access-bh {
    background-size: 23.3333333333vw auto;
    padding-bottom: 6.6666666667vw;
    margin-bottom: 10.6666666667vw;
    font-size: 6.6666666667vw;
  }
  .p-access-list {
    width: 100%;
    margin: 0 auto 14.6666666667vw;
    display: block;
  }
  .p-access-list li {
    width: 84vw;
    padding: 5.3333333333vw;
    border-radius: 4.6666666667vw;
    margin: 0 auto 4vw;
  }
  .p-access-list-mh {
    margin-bottom: 0.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
  .p-access-list-txt {
    margin-bottom: 3.3333333333vw;
    font-size: 4vw;
  }
  .p-access-list-map a {
    width: 33.6vw;
    height: 8.5333333333vw;
    margin: 0 auto 5.3333333333vw;
    padding-top: 0.6666666667vw;
    padding-left: 4.8vw;
    background: url("../../images/lp/bg_arrow.png") no-repeat right 1.6vw center #fff;
    background-size: 1.8666666667vw auto;
    border: 0.2666666667vw solid #d0cec8;
    border-radius: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
  .p-access-list-add {
    margin-left: 0;
    padding-left: 4vw;
    border-left: 1.0666666667vw solid #ebe0d1;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  .p-access-list-add a {
    margin-top: 2.6666666667vw;
    padding-right: 5.3333333333vw;
    background-size: 1.8666666667vw auto;
  }
  .p-company {
    margin-bottom: 22.6666666667vw;
  }
  .p-company-bh {
    background-size: 23.3333333333vw auto;
    padding-bottom: 6.6666666667vw;
    margin-bottom: 10.6666666667vw;
    font-size: 6.6666666667vw;
  }
  .p-company-table {
    width: 89.3333333333vw;
    margin: 0 auto;
    display: block;
  }
  .p-company-table th {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 2.6666666667vw;
    border-bottom: 1px solid #a18e8b;
    font-size: 4.8vw;
    text-align: left;
    position: relative;
  }
  .p-company-table th::after {
    content: "";
    display: block;
    width: 28vw;
    height: 3px;
    background-color: #e93e0d;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 2;
  }
  .p-company-table td {
    display: block;
    width: 89.3333333333vw;
    margin: 0 auto;
    height: auto;
    padding: 2.6666666667vw 0 4vw;
    border-bottom: 0;
    font-size: 4vw;
    line-height: 1.8;
  }
  /* contact
  ----------------------------- */
  .p-contact {
    padding: 10.6666666667vw 0 10.6666666667vw;
    background-color: #f7f3ee;
  }
  .p-contact::before {
    background: url("../../images/lp/bg_contact.png") no-repeat 0 0;
    background-size: 100% auto;
    width: 17.3333333333vw;
    height: 17.3333333333vw;
    margin: -19.3333333333vw auto 4vw;
  }
  .p-contact-mh {
    margin-bottom: 0.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
  .p-contact-bh {
    background-size: 23.3333333333vw auto;
    padding-bottom: 6.6666666667vw;
    margin-bottom: 10.6666666667vw;
    font-size: 6.6666666667vw;
  }
  .p-contact-form {
    width: 92vw;
    margin: 0 auto;
    padding: 10.6666666667vw 4vw 13.3333333333vw;
    border-radius: 5.3333333333vw;
  }
  .p-contact-current {
    width: 84vw;
    height: 18.5333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
  .p-contact-current1 {
    background: url("../../images/lp/bg_contact_current1_sp.png") no-repeat 0 0;
    background-size: 100% auto;
  }
  .p-contact-current2 {
    background: url("../../images/lp/bg_contact_current2_sp.png") no-repeat 0 0;
    background-size: 100% auto;
  }
  .p-contact-current3 {
    background: url("../../images/lp/bg_contact_current3_sp.png") no-repeat 0 0;
    background-size: 100% auto;
  }
  .p-contact-form-wrap {
    width: 100%;
  }
  .p-contact-form-wrap .p-contact-table {
    display: block;
    width: 100%;
    margin: 0 auto 4vw;
  }
  .p-contact-form-wrap tbody {
    display: block;
  }
  .p-contact-form-wrap tr {
    display: block;
  }
  .p-contact-form-wrap tr:first-child th {
    border-top: 1px solid #e93e0d;
  }
  .p-contact-form-wrap tr:first-child td {
    border-top: 0;
  }
  .p-contact-form-wrap th {
    display: block;
    width: 100%;
    padding: 4vw;
    border-top: 1px solid #e93e0d;
    border-bottom: 0;
    text-align: left;
  }
  .p-contact-form-wrap th::after {
    content: "";
    display: block;
    clear: both;
  }
  .p-contact-form-wrap th .p-contact-th-txt {
    float: left;
    font-size: 4.2666666667vw;
  }
  .p-contact-form-wrap th .p-contact-th-txt small {
    font-size: 3.7333333333vw;
  }
  .p-contact-form-wrap th .p-contact-th-label {
    width: 12.1333333333vw;
    height: 5.4666666667vw;
    border-radius: 1.3333333333vw;
    font-size: 3.2vw;
    margin: 0.6666666667vw 0 0;
    float: right;
  }
  .p-contact-form-wrap td {
    display: block;
    padding: 4vw;
    border-bottom: 0;
    border-left: 0;
    font-size: 4vw;
  }
  .p-contact-form-wrap td .p-contact-td-note {
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
  .p-contact-form-wrap td .p-contact-td-note + .p-contact-td-note {
    margin: 0.6666666667vw 0 0;
  }
  .p-contact-form-wrap td input {
    font-size: 4vw;
  }
  .p-contact-form-wrap td select {
    font-size: 4vw;
  }
  .p-contact-form-wrap td label {
    margin-right: 0.6666666667vw;
  }
  .p-contact-form-wrap input[type=text],
.p-contact-form-wrap input[type=email],
.p-contact-form-wrap input[type=number],
.p-contact-form-wrap input[type=tel] {
    width: 100%;
  }
  .p-contact-form-wrap select {
    width: 100%;
  }
  .p-contact-form-wrap .p-contact-policy {
    margin: 0 0 8vw 0;
    text-align: left;
    text-indent: -0.8em;
    padding-left: 1.2em;
    font-size: 4vw;
    line-height: 2;
  }
  .p-contact-form-wrap .p-contact-policy .wpcf7-list-item {
    margin: 0;
  }
  .p-contact-form-wrap .p-contact-policy label {
    margin: 0;
  }
  .p-contact-form-wrap .p-contact-btn {
    width: 70vw;
    border-radius: 8vw;
    padding: 2.6666666667vw;
    background: url(../../images/lp/bg_btn_arrow.png) no-repeat right 2.6666666667vw center #e93e0d;
    background-size: 4.9333333333vw auto;
    font-size: 4.8vw;
    margin: 0 auto 0;
  }
  .p-contact-form-wrap .p-contact-btn:hover {
    background-color: #e9600d;
    background: url(../../images/lp/bg_btn_on_arrow.png) no-repeat right 2.6666666667vw center #e9600d;
    background-size: 4.9333333333vw auto;
  }
  .p-contact-form-wrap p.is-validate {
    font-size: 4vw;
    text-align: left;
  }
  .l-footer {
    padding: 8vw 0;
  }
  .l-footer .l-footer-txt {
    font-size: 3.2vw;
  }
}
/* ========================================================================
    確認画面・完了画面 START
 ========================================================================== */
.wpcf7-list-item {
  margin: 0 0.8em 0 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
}

.p-contact-td-place-check .wpcf7-list-item.first {
  width: 100%;
}

.p-contact-td-date-check .wpcf7-list-item {
  width: 100%;
}

.wpcf7 form .wpcf7-response-output {
  padding: 10px;
  font-weight: 500;
  line-height: 1.5;
}

.p-contact-header {
  background-color: #FFF;
}

.p-contact-confirm {
  padding: 100px 0 0;
  background-color: #F7F3EE;
}

.p-contact-header-logo {
  padding: 20px 30px;
}

.p-contact-thanks {
  padding: 100px 0 0;
  background-color: #F7F3EE;
}

.p-contact-thanks-box {
  padding: 30px 50px 0px;
}

.p-contact-thanks-txt {
  font-size: 2.2rem;
  line-height: 1.64;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
}

.p-contact-thanks-btn a {
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 350px;
  padding: 20px;
  border: 0;
  border-radius: 40px;
  margin: 50px auto 0;
  background: url(../../images/lp/bg_btn_arrow.png) no-repeat right 28px center #e93e0d;
  cursor: pointer;
  color: #fff;
  font-size: 2rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact-thanks-btn a:hover {
  background-color: #e9600d;
  background: url(../../images/lp/bg_btn_on_arrow.png) no-repeat right 28px center #e9600d;
}

.footerFixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100vh - 40px);
  background-color: #f7f3ee;
}

.p-contact-confirm-footer {
  margin-top: auto;
}

.p-contact-thanks-footer {
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .p-contact-header {
    background-color: #FFF;
  }
  .p-contact-confirm {
    padding: 16vw 0 0;
  }
  .p-contact-header-logo {
    padding: 4vw 4vw;
    width: 46.6666666667vw;
  }
  .p-contact-thanks {
    padding: 16vw 0 0;
  }
  .p-contact-thanks-box {
    padding: 6.6666666667vw 4vw 0;
  }
  .p-contact-thanks-txt {
    font-size: 4.8vw;
    margin-bottom: 2vw;
    text-align: left;
  }
  .p-contact-thanks-btn a {
    width: 70vw;
    border-radius: 8vw;
    padding: 2.6666666667vw;
    background: url(../../images/lp/bg_btn_arrow.png) no-repeat right 2.6666666667vw center #e93e0d;
    background-size: 4.9333333333vw auto;
    font-size: 4.8vw;
    margin: 9.3333333333vw auto 0;
  }
  .p-contact-thanks-btn a:hover {
    background-color: #e9600d;
    background: url(../../images/lp/bg_btn_on_arrow.png) no-repeat right 2.6666666667vw center #e9600d;
    background-size: 4.9333333333vw auto;
  }
}