/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* scene common
---------------------------------------------------------------------------- */
.c-page-header {
  background: url("../images/start/page_head.jpg") no-repeat center center;
  background-size: cover !important;
}
@media screen and (max-width: 767px) {
  .c-page-header {
    background: url("../images/start/page_head_sp.jpg") no-repeat center center;
  }
}

.p-start-section .p-sec_head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-start-section .p-sec_head {
    display: block;
    margin-bottom: 1.6rem;
  }
}
.p-start-section .p-sec_head .title {
  font-size: 3.2rem;
  line-height: 1.4375;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-start-section .p-sec_head .title {
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: 700;
  }
}
.p-start-section .p-sec_head .subtitle {
  position: relative;
  top: 2px;
  margin-left: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-section .p-sec_head .subtitle {
    display: none;
  }
}
.p-start-section .p-sec_head .subtitle:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: #3F3C3C;
  width: 1px;
  height: 64px;
}

/*  p-start-nav
---------------------------------------------------------------------------- */
.p-start-nav-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 16px 16px;
}
@media screen and (max-width: 767px) {
  .p-start-nav-wrap {
    gap: 0.8rem 0.8rem;
  }
}
.p-start-nav-wrap .nav-box {
  width: calc((100% - 16px) / 2);
}
@media screen and (max-width: 767px) {
  .p-start-nav-wrap .nav-box {
    width: calc((100% - 0.8rem) / 2);
  }
}
.p-start-nav-wrap .nav-box__links {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  height: 110px;
  border: 1px solid #CECDC9;
  border-left: 4px solid #CFC59B;
  padding: 16px 16px 16px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-nav-wrap .nav-box__links {
    height: 4.8rem;
    border-left: 0.4rem solid #CFC59B;
    padding: 1.2rem 1.2rem 1.2rem 1.2rem;
  }
}
.p-start-nav-wrap .nav-box__links:after {
  top: 50%;
  right: 16px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  border-color: #CECDC9;
  transform: rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-start-nav-wrap .nav-box__links:after {
    right: 1rem;
    margin-top: -0.5rem;
    border-style: solid;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    position: absolute;
    height: 0.8rem;
    width: 0.8rem;
    border-color: #CECDC9;
    transform: rotate(-45deg);
  }
}
.p-start-nav-wrap .nav-box__links .nav-links__img {
  width: 123px;
}
@media screen and (max-width: 767px) {
  .p-start-nav-wrap .nav-box__links .nav-links__img {
    display: none;
  }
}
.p-start-nav-wrap .nav-box__links .nav-links__txt {
  width: calc(100% - 123px);
  padding-left: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-nav-wrap .nav-box__links .nav-links__txt {
    width: 100%;
    padding-left: 0;
  }
}
.p-start-nav-wrap .nav-box__links .nav-links__txt p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-start-nav-wrap .nav-box__links .nav-links__txt p {
    font-size: 1.2rem;
    line-height: 1.3333333333;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-start-nav-wrap .nav-box__links.c-hover:hover {
    opacity: 1;
    background: #F0ECD9;
  }
}
.p-start-nav-wrap .nav-box.-start {
  background: #F0ECD9;
}
.p-start-nav-wrap .nav-box.-start .nav-box__links:after {
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  border-color: #CECDC9;
  transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-start-nav-wrap .nav-box.-start .nav-box__links:after {
    border-style: solid;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    position: absolute;
    height: 0.8rem;
    width: 0.8rem;
    border-color: #CECDC9;
    transform: rotate(45deg);
  }
}
.p-start-nav-wrap .nav-box.-start .nav-box__links .nav-links__txt p .icon {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-start-nav-wrap .nav-box.-start .nav-box__links .nav-links__txt p .icon {
    position: relative;
    top: 0.6rem;
    margin-top: -1rem;
    display: inline-block;
    margin-left: 0.8rem;
    width: 1.725rem;
  }
}

/*  p-start-beginners
---------------------------------------------------------------------------- */
.p-start-beginners {
  margin-top: 56px;
  padding-top: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-beginners {
    margin-top: 0.8rem;
    padding-top: 2rem;
  }
}
.p-start-beginners .beginners-box {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #CECDC9;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .beginners-box {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.p-start-beginners .beginners-box.last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-start-beginners .beginners-box__ttl {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .beginners-box__ttl {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    font-weight: 700;
    margin-bottom: 1.6rem;
    margin-right: -1rem;
  }
}
.p-start-beginners .beginners-box .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .beginners-box .flex {
    display: block;
  }
}
.p-start-beginners .beginners-box .flex-img {
  width: 224px;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .beginners-box .flex-img {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
.p-start-beginners .beginners-box .flex-txt {
  width: calc(100% - 224px);
  padding-right: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .beginners-box .flex-txt {
    width: 100%;
    padding-right: 0;
  }
}
.p-start-beginners .beginners-box .flex-txt p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .beginners-box .flex-txt p {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
  }
}
.p-start-beginners .c-comment-box.comment1 {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .c-comment-box.comment1 {
    margin-top: 4rem;
    padding: 1.6rem 1rem 1.6rem 1.6rem;
    height: 9.2rem;
  }
  .p-start-beginners .c-comment-box.comment1 .lead {
    padding-left: 6.2rem;
    margin-bottom: 0;
  }
}
.p-start-beginners .c-comment-box.comment1:before {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  display: block;
  content: "";
  background: url("../images/start/img02_comment_pc.png") no-repeat center center;
  background-size: 100% auto !important;
  width: 189px;
  height: 152px;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .c-comment-box.comment1:before {
    background: url("../images/start/img02_comment_sp.png") no-repeat center center;
    width: 7.2rem;
    height: 9.2rem;
  }
}
.p-start-beginners .worry-wrap {
  position: relative;
  margin: 96px 0 80px 0;
  padding: 24px 32px 32px 32px;
  background: #F1F1F1;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .worry-wrap {
    margin: 7.2rem 0 4.8rem 0;
    padding: 2.4rem 1.6rem 1.6rem 1.6rem;
  }
}
.p-start-beginners .worry-wrap:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -64px;
  display: block;
  content: "";
  background: url("../../assets/images/top/arrow_down.png") no-repeat center center;
  background-size: 100% auto;
  width: 118px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .worry-wrap:after {
    background: url("../../assets/images/top/arrow_down_sp.png") no-repeat center center;
    background-size: 100% 100%;
    bottom: -4.5rem;
    width: 8.4rem;
    height: 4.8rem;
    z-index: -1;
  }
}
.p-start-beginners .worry-wrap .worry__ttl {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.2083333333;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .worry-wrap .worry__ttl {
    font-size: 1.8rem;
    line-height: 1.2222222222;
    font-weight: 700;
    margin-bottom: 2rem;
  }
}
.p-start-beginners .worry-wrap .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .worry-wrap .flex {
    flex-direction: column;
    gap: 1.6rem 0;
  }
}
.p-start-beginners .worry-wrap .flex-box {
  width: calc((100% - 16px) / 2);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .worry-wrap .flex-box {
    width: 100%;
  }
}
.p-start-beginners .worry-wrap .flex-box__ttl {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #3F3C3C;
  padding: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .worry-wrap .flex-box__ttl {
    font-size: 1.4rem;
    line-height: 1.2857142857;
    font-weight: 500;
    padding: 0.8rem;
  }
}
.p-start-beginners .worry-wrap .flex .check-list {
  padding: 0 16px;
  box-sizing: border-box;
}
.p-start-beginners .worry-wrap .flex .check-list li {
  position: relative;
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 500;
  padding: 8px 0 8px 24px;
  border-bottom: 1px solid #D9D9D9;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .worry-wrap .flex .check-list li {
    font-size: 1.4rem;
    line-height: 2.2857142857;
    font-weight: 700;
  }
}
.p-start-beginners .worry-wrap .flex .check-list li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
  display: block;
  content: "";
  background: url("../../assets/images/common/ico_check.svg") no-repeat center center;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .worry-wrap .flex .check-list li:before {
    margin-top: 0;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-start-beginners .worry-wrap .flex .check-list li:last-of-type {
  border-bottom: none;
}
.p-start-beginners .c-comment-box.comment2 {
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .c-comment-box.comment2 {
    padding-left: 1.6rem;
    padding-top: 2.4rem;
  }
}
.p-start-beginners .c-comment-box.comment2 .lead,
.p-start-beginners .c-comment-box.comment2 .text {
  padding-left: 162px;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .c-comment-box.comment2 .lead,
  .p-start-beginners .c-comment-box.comment2 .text {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-start-beginners .c-comment-box.comment2 .lead {
    padding-left: 7.4rem;
    margin-bottom: 1.6rem;
  }
}
.p-start-beginners .c-comment-box.comment2:before {
  top: 0;
  bottom: auto;
}
.p-start-beginners .c-comment-box.comment2 .merit-box {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .c-comment-box.comment2 .merit-box {
    margin-top: 1.6rem;
  }
}
.p-start-beginners .c-comment-box.comment2 .merit-box__ttl {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  color: #fff;
  background: #998632;
  padding: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .c-comment-box.comment2 .merit-box__ttl {
    font-size: 1.4rem;
    line-height: 1.1428571429;
    font-weight: 700;
    padding: 0.8rem;
  }
}
.p-start-beginners .c-comment-box.comment2 .merit-box .check-list02 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 16px;
  background: #fff;
  padding: 0 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .c-comment-box.comment2 .merit-box .check-list02 {
    display: block;
    padding: 0 1.6rem;
  }
}
.p-start-beginners .c-comment-box.comment2 .merit-box .check-list02 li {
  width: calc((100% - 16px) / 2);
  position: relative;
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 500;
  padding: 8px 0 8px 24px;
  border-bottom: 1px solid #D9D9D9;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .c-comment-box.comment2 .merit-box .check-list02 li {
    font-weight: 700;
    width: 100%;
    padding: 0.8rem 0 0.8rem 2.4rem;
  }
}
.p-start-beginners .c-comment-box.comment2 .merit-box .check-list02 li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
  display: block;
  content: "";
  background: url("../../assets/images/common/ico_check02.svg") no-repeat center center;
  background-size: 100% auto;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .c-comment-box.comment2 .merit-box .check-list02 li:before {
    margin-top: 0;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-start-beginners .c-comment-box.comment2 .merit-box .check-list02 li:nth-last-of-type(2), .p-start-beginners .c-comment-box.comment2 .merit-box .check-list02 li:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .c-comment-box.comment2 .merit-box .check-list02 li:nth-last-of-type(2) {
    border-bottom: 1px solid #D9D9D9;
  }
}
.p-start-beginners .p-start-difference {
  margin: 86px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .p-start-difference {
    margin: 5.2rem 0 0 0;
  }
}
.p-start-beginners .p-start-difference .difference__ttl {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .p-start-difference .difference__ttl {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.7777777778;
    font-weight: 700;
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-start-beginners .p-start-difference .c-text {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
  }
}
.p-start-beginners .p-start-difference .c-text + .c-text {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .p-start-difference .c-text + .c-text {
    margin-top: 2.4rem;
  }
}
.p-start-beginners .point-box {
  margin-top: 24px;
  background: #F5F6F5;
  padding-bottom: 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .point-box {
    margin-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.p-start-beginners .point-box__ttl {
  display: inline-block;
  width: 96px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
  color: #fff;
  background: #998632;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .point-box__ttl {
    width: 9.6rem;
    line-height: 1;
    padding: 0.45rem 0;
  }
}
.p-start-beginners .point-box .flex {
  padding: 24px 32px 32px 32px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .point-box .flex {
    position: relative;
    display: block;
    padding: 1.6rem 1.6rem 1.6rem 1.6rem;
  }
}
.p-start-beginners .point-box .flex-txt {
  width: calc(100% - 224px);
  padding-right: 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .point-box .flex-txt {
    width: 100%;
    padding-right: 0;
  }
}
.p-start-beginners .point-box .flex-txt .flex-ttl {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .point-box .flex-txt .flex-ttl {
    width: calc(100% - 12rem);
    font-size: 1.8rem;
    line-height: 1.5555555556;
    font-weight: 700;
    margin-bottom: 1.6rem;
  }
}
.p-start-beginners .point-box .flex-txt p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .point-box .flex-txt p {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
  }
}
.p-start-beginners .point-box .flex-img {
  width: 224px;
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .point-box .flex-img {
    position: absolute;
    top: 2.8rem;
    right: 1.6rem;
    width: 10.4rem;
    margin: 0;
  }
}
.p-start-beginners .point-box .sp-scroll {
  padding: 0 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .point-box .sp-scroll {
    margin-right: -3rem;
    margin-left: -3rem;
    padding: 0 0rem 0 4.2rem;
    overflow: auto;
    width: calc(100% + 6rem);
  }
}
@media screen and (max-width: 767px) {
  .p-start-beginners .point-box .sp-scroll__inner {
    width: 54.2rem;
    padding-right: 4.2rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .p-start-beginners .point-box .sp-scroll-txt {
    position: relative;
    font-size: 1.2rem;
    line-height: 2.6666666667;
    font-weight: 400;
    padding-left: 1.6rem;
  }
  .p-start-beginners .point-box .sp-scroll-txt:before {
    position: relative;
    top: -0.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.6rem;
    content: "";
    background: url("../../assets/images/start/ico_scroll.svg") no-repeat center center;
    background-size: 100% auto;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-start-beginners .point-box .point-tbl {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 8px 8px;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .point-box .point-tbl {
    border-spacing: 0.4rem 0.4rem;
  }
}
.p-start-beginners .point-box .point-tbl thead th {
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  background: #CECDC9;
  padding: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .point-box .point-tbl thead th {
    padding: 1.6rem 0.8rem;
    font-size: 1.4rem;
    line-height: 2.2857142857;
    font-weight: 400;
  }
}
.p-start-beginners .point-box .point-tbl thead th:nth-of-type(1) {
  width: 112px;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .point-box .point-tbl thead th:nth-of-type(1) {
    width: 7.6rem;
  }
}
.p-start-beginners .point-box .point-tbl thead th:nth-of-type(2) {
  background: #DED8BD;
}
.p-start-beginners .point-box .point-tbl thead th:nth-of-type(3) {
  background: #fff;
}
.p-start-beginners .point-box .point-tbl thead th .logo {
  margin: 0 auto;
  width: 233px;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .point-box .point-tbl thead th .logo {
    width: 18.7rem;
  }
}
.p-start-beginners .point-box .point-tbl tbody th {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 700;
  vertical-align: middle;
  padding: 16px;
  background: #CECDC9;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .point-box .point-tbl tbody th {
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 700;
    padding: 0.8rem;
  }
}
.p-start-beginners .point-box .point-tbl tbody td {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 400;
  padding: 16px;
  background: #DED8BD;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-beginners .point-box .point-tbl tbody td {
    padding: 0.8rem;
  }
}
.p-start-beginners .point-box .point-tbl tbody td:nth-of-type(2) {
  background: #fff;
}

/*  p-start-reason
---------------------------------------------------------------------------- */
.p-start-reason {
  padding-top: 40px;
  margin-top: 65px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-reason {
    padding-top: 2rem;
    margin-top: 4rem;
  }
}
.p-start-reason .reason-box {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 24px 16px;
}
@media screen and (max-width: 767px) {
  .p-start-reason .reason-box {
    margin-top: 2.4rem;
    flex-direction: column;
    gap: 2rem 0;
  }
}
.p-start-reason .reason-box__items {
  position: relative;
  width: calc((100% - 16px) / 2);
  padding: 19px 32px;
  border: 1px solid #CECDC9;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-reason .reason-box__items {
    width: 100%;
    padding: 1.6rem 2rem;
  }
}
.p-start-reason .reason-box__items:before, .p-start-reason .reason-box__items:after {
  position: absolute;
  display: block;
  content: "";
}
.p-start-reason .reason-box__items:before {
  left: 0;
  top: 0;
  background: #CFC59B;
  width: 4px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-start-reason .reason-box__items:before {
    width: 0.4rem;
  }
}
.p-start-reason .reason-box__items:after {
  top: -16px;
  right: 16px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% auto !important;
}
@media screen and (max-width: 767px) {
  .p-start-reason .reason-box__items:after {
    top: -1.2rem;
  }
}
.p-start-reason .reason-box__items p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-start-reason .reason-box__items p {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    font-weight: 700;
  }
}
.p-start-reason .reason-box__items.no01:after {
  background-image: url("../../assets/images/top/txt_no1.svg");
  width: 22px;
  height: 50px;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .p-start-reason .reason-box__items.no01:after {
    width: 1.9rem;
    height: 4rem;
    right: 2.4rem;
  }
}
.p-start-reason .reason-box__items.no02:after {
  background-image: url("../../assets/images/top/txt_no2.svg");
  width: 32px;
  height: 51px;
}
@media screen and (max-width: 767px) {
  .p-start-reason .reason-box__items.no02:after {
    width: 2.7rem;
    height: 4.3rem;
  }
}
.p-start-reason .reason-box__items.no03:after {
  background-image: url("../../assets/images/top/txt_no3.svg");
  width: 33px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .p-start-reason .reason-box__items.no03:after {
    width: 2.7rem;
    height: 4.3rem;
  }
}
.p-start-reason .reason-box__items.no04:after {
  background-image: url("../../assets/images/top/txt_no4.svg");
  width: 34px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .p-start-reason .reason-box__items.no04:after {
    width: 2.8rem;
    height: 4rem;
  }
}
.p-start-reason .reason-box__items.no05:after {
  background-image: url("../../assets/images/top/txt_no5.svg");
  width: 33px;
  height: 51px;
}
@media screen and (max-width: 767px) {
  .p-start-reason .reason-box__items.no05:after {
    width: 2.7rem;
    height: 4.1rem;
  }
}
.p-start-reason .reason-box__items.no06:after {
  background-image: url("../../assets/images/top/txt_no6.svg");
  width: 32px;
  height: 51px;
}
@media screen and (max-width: 767px) {
  .p-start-reason .reason-box__items.no06:after {
    width: 2.6rem;
    height: 4.1rem;
  }
}
.p-start-reason .reason-box__items.no07:after {
  background-image: url("../../assets/images/top/txt_no7.svg");
  width: 30px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .p-start-reason .reason-box__items.no07:after {
    width: 2.4rem;
    height: 4rem;
  }
}
.p-start-reason .reason-box__items.no08:after {
  background-image: url("../../assets/images/top/txt_no8.svg");
  width: 34px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .p-start-reason .reason-box__items.no08:after {
    width: 2.7rem;
    height: 4.3rem;
  }
}
.p-start-reason .reason-box__items.no09:after {
  background-image: url("../../assets/images/top/txt_no9.svg");
  width: 32px;
  height: 51px;
}
@media screen and (max-width: 767px) {
  .p-start-reason .reason-box__items.no09:after {
    width: 2.6rem;
    height: 4.1rem;
  }
}
.p-start-reason .btn_wrap {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-start-reason .btn_wrap {
    margin-top: 3.2rem;
  }
}
.p-start-reason .btn_wrap .c-button {
  width: 336px;
}
@media screen and (max-width: 767px) {
  .p-start-reason .btn_wrap .c-button {
    width: 29.6rem;
  }
}

/*  p-start-flow
---------------------------------------------------------------------------- */
.p-start-flow {
  padding-top: 40px;
  margin-top: 56px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-flow {
    padding-top: 2rem;
    margin-top: 4.4rem;
  }
}
.p-start-flow .flow-wrap {
  margin-top: 24px;
  margin-bottom: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 35px;
}
@media screen and (max-width: 767px) {
  .p-start-flow .flow-wrap {
    margin-top: 1.6rem;
    margin-bottom: 3.2rem;
    flex-wrap: wrap;
    gap: 2.2rem 1.6rem;
  }
}
.p-start-flow .flow-wrap .flow-box {
  position: relative;
  width: calc((100% - 70px) / 3);
  background: #F1F1F1;
  max-width: 248px;
}
@media screen and (max-width: 767px) {
  .p-start-flow .flow-wrap .flow-box {
    width: calc((100% - 1.6rem) / 2);
    max-width: inherit;
  }
}
.p-start-flow .flow-wrap .flow-box:after {
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: url("../images/top/arrow_right.png") no-repeat center center;
  background-size: 100% auto !important;
  width: 32px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .p-start-flow .flow-wrap .flow-box:after {
    right: -1.6rem;
    background: url("../images/top/arrow_right_sp.png") no-repeat center center;
    width: 1.6rem;
    height: 4rem;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .p-start-flow .flow-wrap .flow-box:nth-of-type(1) .box-img02.-normal {
    width: 6rem;
  }
  .p-start-flow .flow-wrap .flow-box:nth-of-type(1) .box-img02.-type_a {
    height: 3.8rem;
  }
  .p-start-flow .flow-wrap .flow-box:nth-of-type(2):after {
    margin: 0 auto;
    right: 0;
    left: 0;
    top: auto;
    bottom: -1.8rem;
    background: url("../images/top/arrow_down02_sp.png") no-repeat center center;
    width: 3.7rem;
    height: 1.8rem;
  }
}
.p-start-flow .flow-wrap .flow-box__head {
  background: #3F3C3C;
  padding: 9px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-flow .flow-wrap .flow-box__head {
    padding: 0.4rem 0.9rem;
  }
}
.p-start-flow .flow-wrap .flow-box__head p {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}
.p-start-flow .flow-wrap .flow-box__inner {
  padding: 12px 16px 12px 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-flow .flow-wrap .flow-box__inner {
    padding: 0.6rem 1.1rem 1rem 1.1rem;
  }
}
.p-start-flow .flow-wrap .flow-box__inner .box-ttl {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 700;
  margin-bottom: 15px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .p-start-flow .flow-wrap .flow-box__inner .box-ttl {
    font-size: 1.5rem;
    line-height: 1.0666666667;
    font-weight: 700;
    margin-bottom: 0;
    height: 4rem;
  }
}
.p-start-flow .flow-wrap .flow-box__inner .box-ttl .small {
  display: block;
  margin-bottom: -4px;
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-start-flow .flow-wrap .flow-box__inner .box-ttl .small {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-start-flow .flow-wrap .flow-box__inner .box-ttl .sp-small {
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 0;
  }
}
.p-start-flow .flow-wrap .flow-box__inner .box-img {
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-start-flow .flow-wrap .flow-box__inner .box-img {
    margin-bottom: 1rem;
  }
}
.p-start-flow .flow-wrap .flow-box__inner .box-txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-start-flow .flow-wrap .flow-box__inner .box-txt {
    font-size: 0.924rem;
    line-height: 2.380952381;
    font-weight: 400;
  }
}
.p-start-flow .flow-wrap .flow-box__inner .box-img02 {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.p-start-flow .flow-wrap .flow-box__inner .box-img02.img-b {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .p-start-flow .flow-wrap .flow-box.-merit {
    width: 100%;
  }
}
.p-start-flow .flow-wrap .flow-box.-merit:after {
  display: none;
}
.p-start-flow .flow-wrap .flow-box.-merit .flow-box__inner {
  padding-top: 7px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-start-flow .flow-wrap .flow-box.-merit .flow-box__inner {
    padding-top: 0.1rem;
    padding-bottom: 0.7rem;
  }
}
.p-start-flow .flow-wrap .flow-box.-merit .flow-box__head {
  background: #998632;
}
.p-start-flow .flow-wrap .flow-box.-merit .check-list li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 700;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #CECDC9;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-flow .flow-wrap .flow-box.-merit .check-list li {
    padding: 1rem 0 1rem 2.6rem;
  }
}
.p-start-flow .flow-wrap .flow-box.-merit .check-list li:last-of-type {
  border-bottom: none;
}
.p-start-flow .flow-wrap .flow-box.-merit .check-list li:before {
  position: absolute;
  left: 0;
  top: 13px;
  display: block;
  content: "";
  background: url("../images/common/ico_check.svg") no-repeat center center;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .p-start-flow .flow-wrap .flow-box.-merit .check-list li:before {
    top: 1.2rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-start-flow .btn_wrap .c-button {
  width: 352px;
}
@media screen and (max-width: 767px) {
  .p-start-flow .btn_wrap .c-button {
    width: 28rem;
  }
}

/*  p-start-access
---------------------------------------------------------------------------- */
.p-start-access {
  padding-top: 40px;
  margin-top: 65px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-access {
    padding-top: 2rem;
    margin-top: 4.4rem;
  }
}
.p-start-access .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .p-start-access .flex {
    display: block;
  }
}
.p-start-access .flex-txt {
  width: calc(100% - 240px);
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .p-start-access .flex-txt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3.2rem;
  }
}
.p-start-access .flex-txt .tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px 8px;
}
@media screen and (max-width: 767px) {
  .p-start-access .flex-txt .tbl {
    border-spacing: 0.4rem 0.4rem;
  }
}
.p-start-access .flex-txt .tbl th, .p-start-access .flex-txt .tbl td {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 400;
  padding: 12px 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-access .flex-txt .tbl th, .p-start-access .flex-txt .tbl td {
    padding: 0.5rem 1rem;
  }
}
.p-start-access .flex-txt .tbl th {
  width: 112px;
  vertical-align: middle;
  background: #CECDC9;
}
@media screen and (max-width: 767px) {
  .p-start-access .flex-txt .tbl th {
    width: 8rem;
  }
}
.p-start-access .flex-txt .tbl td {
  background: #F5F6F5;
}
.p-start-access .flex-txt .tel-link {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-start-access .flex-txt .tel-link {
    text-decoration: none;
    pointer-events: inherit;
  }
}
.p-start-access .flex-map {
  width: 240px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-start-access .flex-map {
    width: 24rem;
    margin: 0 auto 0 auto;
  }
}
.p-start-access .btn_wrap {
  margin: 48px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-start-access .btn_wrap {
    margin-top: 3.2rem;
  }
}
.p-start-access .btn_wrap .c-button {
  width: 352px;
}
@media screen and (max-width: 767px) {
  .p-start-access .btn_wrap .c-button {
    width: 28rem;
  }
}

/*  p-start-msg
---------------------------------------------------------------------------- */
.p-start-msg {
  padding-top: 40px;
  margin-top: 65px;
  margin-bottom: 96px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-msg {
    padding-top: 2rem;
    margin-top: 4.4rem;
    margin-bottom: 8rem;
  }
}
.p-start-msg .msg-box {
  position: relative;
  padding: 56px 0 32px 0;
  background: #F5F6F5;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-msg .msg-box {
    padding: 4.2rem 0 1.6rem 0;
  }
}
.p-start-msg .msg-box__ttl {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 96px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #998632;
}
@media screen and (max-width: 767px) {
  .p-start-msg .msg-box__ttl {
    width: 9.6rem;
    line-height: 1;
    padding: 0.5rem 0.4rem;
  }
}
.p-start-msg .msg-box .title {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 700;
  padding-left: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-start-msg .msg-box .title {
    width: calc(100% - 12rem);
    font-size: 1.8rem;
    line-height: 1.5555555556;
    font-weight: 700;
    margin-bottom: 1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-start-msg .msg-box .flex {
  padding: 0 32px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-msg .msg-box .flex {
    display: block;
    margin-top: 9rem;
    padding: 0 1.6rem;
  }
}
.p-start-msg .msg-box .flex-img {
  width: 224px;
}
@media screen and (max-width: 767px) {
  .p-start-msg .msg-box .flex-img {
    position: absolute;
    top: 4.2rem;
    left: 0;
    width: 100%;
    padding: 0 1.6rem;
    box-sizing: border-box;
  }
  .p-start-msg .msg-box .flex-img img {
    display: block;
    width: 10.4rem;
    margin: 0 0 0 auto;
  }
}
.p-start-msg .msg-box .flex-img .post {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-start-msg .msg-box .flex-img .post {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.3333333333;
    font-weight: 400;
  }
}
.p-start-msg .msg-box .flex-img .name {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-start-msg .msg-box .flex-img .name {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    font-weight: 700;
  }
}
.p-start-msg .msg-box .flex-txt {
  width: calc(100% - 224px);
  padding-right: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-start-msg .msg-box .flex-txt {
    width: 100%;
    padding-right: 0;
  }
}
.p-start-msg .msg-box .flex-txt p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-start-msg .msg-box .flex-txt p {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
  }
}
.p-start-msg .msg-box .flex-txt p + p {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-start-msg .msg-box .flex-txt p + p {
    margin-top: 2.4rem;
  }
}