/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* top common
---------------------------------------------------------------------------- */
.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-sec_head {
    display: block;
    margin-bottom: 1.6rem;
  }
}
.p-sec_head .title {
  font-size: 3.2rem;
  line-height: 1.4375;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-sec_head .title {
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: 700;
  }
}
.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-sec_head .subtitle {
    display: none;
  }
}
.p-sec_head .subtitle:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: #3F3C3C;
  width: 1px;
  height: 64px;
}

/* p-top-header
---------------------------------------------------------------------------- */
.p-top-header {
  width: 100%;
  max-width: 1280px;
  height: 640px;
  margin: 0 auto 32px auto;
}
@media screen and (max-width: 767px) {
  .p-top-header {
    max-width: inherit;
    height: 69.8rem;
    margin: 0 auto 3.5rem auto;
  }
}

/* p-top-cordinate
---------------------------------------------------------------------------- */
.p-top-cordinate {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .p-top-cordinate {
    margin-bottom: 5rem;
  }
}
.p-top-cordinate .cordinate-wrap {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-cordinate .cordinate-wrap {
    margin-top: 0;
  }
}
.p-top-cordinate .cordinate-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 30px 0;
}
@media screen and (max-width: 767px) {
  .p-top-cordinate .cordinate-list {
    gap: 2rem 0;
  }
}
.p-top-cordinate .cordinate-list .cordinate-list-items {
  width: 20%;
  text-align: center;
}
.p-top-cordinate .cordinate-list .cordinate-list-items img {
  display: block;
  width: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-cordinate .cordinate-list .cordinate-list-items {
    width: 25%;
  }
  .p-top-cordinate .cordinate-list .cordinate-list-items img {
    width: 100%;
    /*							height: 19.2rem;*/
  }
}
.p-top-cordinate .cordinate-list .cordinate-list-items p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-top-cordinate .cordinate-list .cordinate-list-items p {
    font-size: 0.9rem;
    line-height: 1.2222222222;
    font-weight: 500;
    margin-bottom: 1rem;
  }
}
.p-top-cordinate .fukidashi {
  position: relative;
  margin-top: 40px;
  margin-bottom: 48px;
  background: #DED8BD;
  padding: 24px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-cordinate .fukidashi {
    margin-top: 2rem;
    margin-bottom: 3.5rem;
    padding: 1.4rem 1rem;
  }
}
.p-top-cordinate .fukidashi:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3.2rem;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #DED8BD transparent transparent transparent;
  border-width: 3.2rem 1.6rem 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-cordinate .fukidashi:after {
    bottom: -1.9rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #DED8BD transparent transparent transparent;
    border-width: 2rem 1rem 0 1rem;
  }
}
.p-top-cordinate .fukidashi p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-cordinate .fukidashi p {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-top-cordinate .c-button {
    width: 29.6rem;
  }
}

/* p-top-service
---------------------------------------------------------------------------- */
.p-top-service {
  padding-top: 50px;
  margin-bottom: 65px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-service {
    padding-top: 1.5rem;
    margin-bottom: 5rem;
  }
}
.p-top-service .worry-box {
  position: relative;
  margin-top: 40px;
  margin-bottom: 65px;
  padding: 30px 32px 32px 32px;
  background: #F1F1F1;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-service .worry-box {
    margin-top: 2rem;
    margin-bottom: 4.5rem;
    padding: 1rem 1.6rem 19.2rem 1.6rem;
  }
}
.p-top-service .worry-box:before {
  position: absolute;
  right: 15px;
  bottom: 0;
  display: block;
  content: "";
  background: url("../images/top/ung_worry_pc.png") no-repeat center center;
  background-size: 100% auto !important;
  width: 296px;
  height: 376px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-service .worry-box:before {
    right: 0.8rem;
    background: url("../images/top/ung_worry_sp.png") no-repeat center center;
    width: 31.7rem;
    height: 22.4rem;
  }
}
.p-top-service .worry-box:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -64px;
  display: block;
  content: "";
  background: url("../images/top/arrow_down.png") no-repeat center center;
  background-size: 100% auto;
  width: 118px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .p-top-service .worry-box:after {
    background: url("../images/top/arrow_down_sp.png") no-repeat center center;
    background-size: 100% 100%;
    bottom: -4.5rem;
    width: 4.8rem;
    height: 4.6rem;
    z-index: -1;
  }
}
.p-top-service .worry-box__ttl {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.2083333333;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-service .worry-box__ttl {
    font-size: 1.8rem;
    line-height: 2.9444444444;
    font-weight: 700;
    margin-bottom: 1rem;
  }
}
.p-top-service .worry-box .btn_wrap {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-top-service .worry-box .btn_wrap {
    position: relative;
    margin-top: 2rem;
    z-index: 3;
  }
}
.p-top-service .worry-box .btn_wrap .c-button {
  width: 256px;
}
@media screen and (max-width: 767px) {
  .p-top-service .worry-box .btn_wrap .c-button {
    justify-content: center;
    text-align: center;
    width: 25.6rem;
  }
}
.p-top-service .worry-list {
  background: #fff;
  padding: 15px 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-service .worry-list {
    padding: 0.2rem 1.6rem;
  }
}
.p-top-service .worry-list__item {
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
  padding: 7px 0 7px 24px;
  border-bottom: 1px solid #CECDC9;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-service .worry-list__item {
    font-size: 1.4rem;
    line-height: 2.2857142857;
    font-weight: 700;
    padding: 1rem 0 1rem 2rem;
  }
}
.p-top-service .worry-list__item:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
  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-top-service .worry-list__item:before {
    margin-top: 0.2rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-top-service .worry-list__item:last-of-type {
  border-bottom: none;
}
.p-top-service .reason-wrap {
  margin-top: 75px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-top-service .reason-wrap {
    margin-top: 5.5rem;
    margin-bottom: 5rem;
  }
}
.p-top-service .reason-wrap .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-top-service .reason-wrap .reason-box {
    margin-top: 2.4rem;
    flex-direction: column;
    gap: 2rem 0;
  }
}
.p-top-service .reason-wrap .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-top-service .reason-wrap .reason-box__items {
    width: 100%;
    padding: 1.6rem 2rem;
  }
}
.p-top-service .reason-wrap .reason-box__items:before, .p-top-service .reason-wrap .reason-box__items:after {
  position: absolute;
  display: block;
  content: "";
}
.p-top-service .reason-wrap .reason-box__items:before {
  left: 0;
  top: 0;
  background: #CFC59B;
  width: 4px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-service .reason-wrap .reason-box__items:before {
    width: 0.4rem;
  }
}
.p-top-service .reason-wrap .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-top-service .reason-wrap .reason-box__items:after {
    top: -1.2rem;
  }
}
.p-top-service .reason-wrap .reason-box__items p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-service .reason-wrap .reason-box__items p {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    font-weight: 700;
  }
}
.p-top-service .reason-wrap .reason-box__items.no01:after {
  background-image: url("../images/top/txt_no1.svg");
  width: 22px;
  height: 50px;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-service .reason-wrap .reason-box__items.no01:after {
    width: 1.9rem;
    height: 4rem;
    right: 2.4rem;
  }
}
.p-top-service .reason-wrap .reason-box__items.no02:after {
  background-image: url("../images/top/txt_no2.svg");
  width: 32px;
  height: 51px;
}
@media screen and (max-width: 767px) {
  .p-top-service .reason-wrap .reason-box__items.no02:after {
    width: 2.7rem;
    height: 4.3rem;
  }
}
.p-top-service .reason-wrap .reason-box__items.no03:after {
  background-image: url("../images/top/txt_no3.svg");
  width: 33px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .p-top-service .reason-wrap .reason-box__items.no03:after {
    width: 2.7rem;
    height: 4.3rem;
  }
}
.p-top-service .reason-wrap .reason-box__items.no04:after {
  background-image: url("../images/top/txt_no4.svg");
  width: 34px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-service .reason-wrap .reason-box__items.no04:after {
    width: 2.8rem;
    height: 4rem;
  }
}
.p-top-service .reason-wrap .reason-box__items.no05:after {
  background-image: url("../images/top/txt_no5.svg");
  width: 33px;
  height: 51px;
}
@media screen and (max-width: 767px) {
  .p-top-service .reason-wrap .reason-box__items.no05:after {
    width: 2.7rem;
    height: 4.1rem;
  }
}
.p-top-service .reason-wrap .reason-box__items.no06:after {
  background-image: url("../images/top/txt_no6.svg");
  width: 32px;
  height: 51px;
}
@media screen and (max-width: 767px) {
  .p-top-service .reason-wrap .reason-box__items.no06:after {
    width: 2.6rem;
    height: 4.1rem;
  }
}
.p-top-service .reason-wrap .reason-box__items.no07:after {
  background-image: url("../images/top/txt_no7.svg");
  width: 30px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-service .reason-wrap .reason-box__items.no07:after {
    width: 2.4rem;
    height: 4rem;
  }
}
.p-top-service .reason-wrap .reason-box__items.no08:after {
  background-image: url("../images/top/txt_no8.svg");
  width: 34px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .p-top-service .reason-wrap .reason-box__items.no08:after {
    width: 2.7rem;
    height: 4.3rem;
  }
}
.p-top-service .reason-wrap .reason-box__items.no09:after {
  background-image: url("../images/top/txt_no9.svg");
  width: 32px;
  height: 51px;
}
@media screen and (max-width: 767px) {
  .p-top-service .reason-wrap .reason-box__items.no09:after {
    width: 2.6rem;
    height: 4.1rem;
  }
}
.p-top-service .reason-wrap .btn_wrap {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-top-service .reason-wrap .btn_wrap {
    margin-top: 3.2rem;
  }
  .p-top-service .reason-wrap .btn_wrap .c-button {
    width: 29.6rem;
  }
}
.p-top-service .p-service-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-top-service .p-service-flow .flow-wrap {
    margin-top: 1.6rem;
    margin-bottom: 3.2rem;
    flex-wrap: wrap;
    gap: 2.2rem 1.6rem;
  }
}
.p-top-service .p-service-flow .flow-wrap .flow-box {
  position: relative;
  width: calc((100% - 70px) / 3);
  background: #F1F1F1;
  max-width: 248px;
}
@media screen and (max-width: 767px) {
  .p-top-service .p-service-flow .flow-wrap .flow-box {
    width: calc((100% - 1.6rem) / 2);
    max-width: inherit;
  }
}
.p-top-service .p-service-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-top-service .p-service-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-top-service .p-service-flow .flow-wrap .flow-box:nth-of-type(1) .box-img02.-normal {
    width: 6rem;
  }
  .p-top-service .p-service-flow .flow-wrap .flow-box:nth-of-type(1) .box-img02.-type_a {
    height: 3.8rem;
  }
  .p-top-service .p-service-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-top-service .p-service-flow .flow-wrap .flow-box__head {
  background: #3F3C3C;
  padding: 9px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-service .p-service-flow .flow-wrap .flow-box__head {
    padding: 0.4rem 0.9rem;
  }
}
.p-top-service .p-service-flow .flow-wrap .flow-box__head p {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}
.p-top-service .p-service-flow .flow-wrap .flow-box__inner {
  padding: 12px 16px 12px 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-service .p-service-flow .flow-wrap .flow-box__inner {
    padding: 0.6rem 1.1rem 1rem 1.1rem;
  }
}
.p-top-service .p-service-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-top-service .p-service-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-top-service .p-service-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-top-service .p-service-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-top-service .p-service-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-top-service .p-service-flow .flow-wrap .flow-box__inner .box-img {
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-service .p-service-flow .flow-wrap .flow-box__inner .box-img {
    margin-bottom: 1rem;
  }
}
.p-top-service .p-service-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-top-service .p-service-flow .flow-wrap .flow-box__inner .box-txt {
    font-size: 0.924rem;
    line-height: 2.380952381;
    font-weight: 400;
  }
}
.p-top-service .p-service-flow .flow-wrap .flow-box__inner .box-img02 {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.p-top-service .p-service-flow .flow-wrap .flow-box__inner .box-img02.img-b {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .p-top-service .p-service-flow .flow-wrap .flow-box.-merit {
    width: 100%;
  }
}
.p-top-service .p-service-flow .flow-wrap .flow-box.-merit:after {
  display: none;
}
.p-top-service .p-service-flow .flow-wrap .flow-box.-merit .flow-box__inner {
  padding-top: 7px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-top-service .p-service-flow .flow-wrap .flow-box.-merit .flow-box__inner {
    padding-top: 0.1rem;
    padding-bottom: 0.7rem;
  }
}
.p-top-service .p-service-flow .flow-wrap .flow-box.-merit .flow-box__head {
  background: #998632;
}
.p-top-service .p-service-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-top-service .p-service-flow .flow-wrap .flow-box.-merit .check-list li {
    padding: 1rem 0 1rem 2.6rem;
  }
}
.p-top-service .p-service-flow .flow-wrap .flow-box.-merit .check-list li:last-of-type {
  border-bottom: none;
}
.p-top-service .p-service-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-top-service .p-service-flow .flow-wrap .flow-box.-merit .check-list li:before {
    top: 1.2rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}

/* p-top-voice
---------------------------------------------------------------------------- */
.p-top-voice {
  padding-top: 50px;
  margin-bottom: 65px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-voice {
    padding-top: 1.5rem;
    margin-bottom: 5rem;
  }
}
.p-top-voice .count-wrap {
  margin-top: 40px;
  padding: 13px 0 19px 0;
  background: #F5F6F5;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-voice .count-wrap {
    margin-top: 2.4rem;
    padding: 1rem 0 1.5rem 0;
  }
}
.p-top-voice .count-text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-voice .count-text {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
  }
}
.p-top-voice .count-text .num {
  position: relative;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-voice .count-text .num {
    letter-spacing: -0.02em;
    margin: 0 0.3rem;
  }
}
.p-top-voice .voice-wrap {
  margin-top: 32px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-top-voice .voice-wrap {
    margin-top: 4rem;
    margin-bottom: 3.2rem;
    gap: 1.6rem 1.6rem;
  }
}
.p-top-voice .voice-box {
  width: calc((100% - 75px) / 4);
}
@media screen and (max-width: 767px) {
  .p-top-voice .voice-box {
    width: calc((100% - 1.6rem) / 2);
  }
}
.p-top-voice .voice-box .voice-box__img {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 6px;
  border: 1px solid #CECDC9;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-voice .voice-box .voice-box__img {
    height: 17.8rem;
    margin-bottom: 0.6rem;
  }
}
.p-top-voice .voice-box .voice-box__img a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  background: url("../images/common/ico_scale.svg") no-repeat center center;
  background-size: 100% auto;
  width: 32px;
  height: 32px;
  transition: 0.2s;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-voice .voice-box .voice-box__img a:before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.p-top-voice .voice-box .voice-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-voice .voice-box .voice-box__img.c-hover:hover {
    opacity: 0.5;
  }
}
.p-top-voice .voice-box .voice-box__txt .name {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 400;
  color: #998632;
}
@media screen and (max-width: 767px) {
  .p-top-voice .voice-box .voice-box__txt .name {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}
.p-top-voice .voice-box .voice-box__txt .text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-voice .voice-box .voice-box__txt .text {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}

/* remodal */
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/common/arrow_modal.png") no-repeat center center;
  background-size: 100% auto;
  text-align: center;
  left: 50%;
  cursor: pointer;
  z-index: 1046;
}
@media screen and (max-width: 767px) {
  .gallery-arrow {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 0 !important;
    margin-left: 0 !important;
    left: auto;
    right: 1.85rem;
  }
}
.gallery-arrow.gallery-arrow-left {
  transform: scale(-1, 1) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .gallery-arrow.gallery-arrow-left {
    left: 1.9rem;
    right: auto;
  }
}

.mfp-container {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .mfp-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.mfp-container {
  padding-left: 0;
  padding-right: 0;
}

.mfp-content {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .mfp-content {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .mfp-close {
    font-size: 48px;
  }
}
/* mfp-content */
.mfp-close {
  cursor: pointer !important;
}

.mfp-bg.mfp-fade01 {
  opacity: 0;
  transition: all 0.4s 0s ease-out;
}

.mfp-bg.mfp-fade01.mfp-ready {
  opacity: 1;
}

/* p-top-stylist
---------------------------------------------------------------------------- */
.p-top-stylist {
  padding-top: 50px;
  margin-bottom: 65px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-stylist {
    padding-top: 1.5rem;
    margin-bottom: 5rem;
  }
}
.p-top-stylist .flex {
  margin-top: 30px;
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .p-top-stylist .flex {
    display: block;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.p-top-stylist .flex__img {
  width: 320px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-top-stylist .flex__img {
    width: 26rem;
    margin: 0 auto;
  }
}
.p-top-stylist .flex__txt {
  width: calc(100% - 320px);
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-stylist .flex__txt {
    width: 100%;
    padding-left: 0;
    margin-top: 1.6rem;
  }
}
.p-top-stylist .flex__txt .stylist-ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-stylist .flex__txt .stylist-ttl {
    display: none;
  }
}
.p-top-stylist .flex__txt .stylist-txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-stylist .flex__txt .stylist-txt {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
  }
}
.p-top-stylist .btn_wrap .c-button {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .p-top-stylist .btn_wrap .c-button {
    width: 28rem;
  }
}

/* p-top-scene
---------------------------------------------------------------------------- */
.p-top-scene {
  padding-top: 50px;
  margin-bottom: 65px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-scene {
    padding-top: 1.5rem;
    margin-bottom: 5rem;
  }
}
.p-top-scene .scene-box {
  margin-top: 45px;
  border: 2px solid #CECDC9;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-scene .scene-box {
    position: relative;
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-scene .scene-box__links.c-hover:hover {
    opacity: 0.5;
  }
}
.p-top-scene .scene-box + .scene-box {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-top-scene .scene-box + .scene-box {
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-scene .scene-box.scene01 .scene-box__links .scene-box__txt .gray-box .check-list li {
    width: auto;
  }
  .p-top-scene .scene-box.scene01 .scene-box__links .scene-box__txt .gray-box .check-list li:nth-of-type(1), .p-top-scene .scene-box.scene01 .scene-box__links .scene-box__txt .gray-box .check-list li:nth-of-type(4) {
    width: 114px;
  }
  .p-top-scene .scene-box.scene01 .scene-box__links .scene-box__txt .gray-box .check-list li:nth-of-type(2), .p-top-scene .scene-box.scene01 .scene-box__links .scene-box__txt .gray-box .check-list li:nth-of-type(5) {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-scene .scene-box.scene01 .scene-box__links .scene-box__txt .gray-box .check-list li:nth-of-type(1), .p-top-scene .scene-box.scene01 .scene-box__links .scene-box__txt .gray-box .check-list li:nth-of-type(3), .p-top-scene .scene-box.scene01 .scene-box__links .scene-box__txt .gray-box .check-list li:nth-of-type(5) {
    width: 11.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-scene .scene-box.scene03 .scene-box__img {
    top: 15.8rem;
    bottom: auto;
  }
}
.p-top-scene .scene-box__links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  padding: 29px;
  border-left: 4px solid #CFC59B;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-scene .scene-box__links {
    display: block;
    padding: 1.3rem 1.6rem 1.6rem 2rem;
  }
}
.p-top-scene .scene-box__links .scene-box__txt {
  width: calc(100% - 272px);
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-scene .scene-box__links .scene-box__txt {
    width: 100%;
    padding-right: 0;
  }
}
.p-top-scene .scene-box__links .scene-box__txt .title {
  position: relative;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-scene .scene-box__links .scene-box__txt .title {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    font-weight: 700;
    margin-bottom: 1.2rem;
  }
}
.p-top-scene .scene-box__links .scene-box__txt .title:after {
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 9px;
  width: 9px;
  border-color: #CECDC9;
  transform: rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-top-scene .scene-box__links .scene-box__txt .title:after {
    border-style: solid;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    position: absolute;
    height: 1rem;
    width: 1rem;
    border-color: #CECDC9;
    transform: rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}
.p-top-scene .scene-box__links .scene-box__txt .gray-box {
  background: #F5F6F5;
  padding: 8px 16px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-scene .scene-box__links .scene-box__txt .gray-box {
    padding: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.p-top-scene .scene-box__links .scene-box__txt .gray-box .check-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
}
.p-top-scene .scene-box__links .scene-box__txt .gray-box .check-list li {
  position: relative;
  width: 168px;
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-scene .scene-box__links .scene-box__txt .gray-box .check-list li {
    width: auto;
    font-size: 1.2rem;
    line-height: 2.1666666667;
    font-weight: 400;
  }
  .p-top-scene .scene-box__links .scene-box__txt .gray-box .check-list li:nth-of-type(1), .p-top-scene .scene-box__links .scene-box__txt .gray-box .check-list li:nth-of-type(3) {
    width: 13.4rem;
  }
}
.p-top-scene .scene-box__links .scene-box__txt .gray-box .check-list li:before {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  content: "";
  background: url("../images/common/ico_check.svg") no-repeat center center;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
}
.p-top-scene .scene-box__links .scene-box__txt p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-scene .scene-box__links .scene-box__txt p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 400;
    padding-right: 11rem;
    box-sizing: border-box;
  }
}
.p-top-scene .scene-box__links .scene-box__img {
  position: relative;
  top: 7px;
  width: 272px;
}
@media screen and (max-width: 767px) {
  .p-top-scene .scene-box__links .scene-box__img {
    position: absolute;
    top: auto;
    right: 1.6rem;
    bottom: 1.6rem;
    width: 10.4rem;
  }
}
.p-top-scene .btn_wrap {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-top-scene .btn_wrap {
    margin-top: 3.2rem;
  }
  .p-top-scene .btn_wrap .c-button {
    width: 23.2rem;
  }
}

/* p-top-faq
---------------------------------------------------------------------------- */
.p-top-faq {
  padding-top: 50px;
  margin-bottom: 65px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-faq {
    padding-top: 1.5rem;
    margin-bottom: 5rem;
  }
}
.p-top-faq .acd-wrap {
  margin-top: 45px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-faq .acd-wrap {
    margin-top: 1.6rem;
    margin-bottom: 3.2rem;
  }
}
.p-top-faq .acd-wrap .acd-items + .acd-items {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-top-faq .acd-wrap .acd-items + .acd-items {
    margin-top: 0.8rem;
  }
}
.p-top-faq .acd-wrap .acd-items__btn {
  position: relative;
  padding: 15px 65px 15px 20px;
  border: 1px solid #CECDC9;
  border-left: 4px solid #CFC59B;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-top-faq .acd-wrap .acd-items__btn {
    padding: 1rem 4.8rem 1rem 1.3rem;
    border-left: 0.4rem solid #CFC59B;
  }
}
.p-top-faq .acd-wrap .acd-items__btn:before, .p-top-faq .acd-wrap .acd-items__btn:after {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: #CFC59B;
}
@media screen and (max-width: 767px) {
  .p-top-faq .acd-wrap .acd-items__btn:before, .p-top-faq .acd-wrap .acd-items__btn:after {
    right: 1.6rem;
  }
}
.p-top-faq .acd-wrap .acd-items__btn:before {
  width: 16px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .p-top-faq .acd-wrap .acd-items__btn:before {
    width: 1.6rem;
  }
}
.p-top-faq .acd-wrap .acd-items__btn:after {
  width: 2px;
  height: 16px;
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .p-top-faq .acd-wrap .acd-items__btn:after {
    height: 1.6rem;
    margin-right: 0.7rem;
  }
}
.p-top-faq .acd-wrap .acd-items__btn p {
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  padding-left: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-faq .acd-wrap .acd-items__btn p {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
    padding-left: 3.5rem;
  }
}
.p-top-faq .acd-wrap .acd-items__btn p:after {
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  content: "";
  background: url("../images/common/ico_q.svg") no-repeat center center;
  background-size: 100% auto;
  width: 19px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .p-top-faq .acd-wrap .acd-items__btn p:after {
    top: 50%;
    transform: translateY(-50%);
    width: 1.8rem;
    height: 2.4rem;
  }
}
.p-top-faq .acd-wrap .acd-items__btn.open:after {
  display: none;
}
.p-top-faq .acd-wrap .acd-items__cnts {
  position: relative;
  padding: 18px 0 33px 23px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-faq .acd-wrap .acd-items__cnts {
    padding: 1.2rem 0 1.2rem 1.3rem;
  }
}
.p-top-faq .acd-wrap .acd-items__cnts p {
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  padding-left: 41px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-faq .acd-wrap .acd-items__cnts p {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
    padding-left: 3.8rem;
  }
}
.p-top-faq .acd-wrap .acd-items__cnts p:after {
  position: absolute;
  left: 0;
  top: 17px;
  display: block;
  content: "";
  background: url("../images/common/ico_a.svg") no-repeat center center;
  background-size: 100% auto;
  width: 20px;
  height: 23px;
}
@media screen and (max-width: 767px) {
  .p-top-faq .acd-wrap .acd-items__cnts p:after {
    top: 1.5rem;
    width: 2rem;
    height: 2.3rem;
  }
}

/* p-top-media
---------------------------------------------------------------------------- */
.p-top-media {
  padding-top: 50px;
  margin-bottom: 65px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-media {
    padding-top: 1.5rem;
    margin-bottom: 5rem;
  }
}
.p-top-media .media_wrap {
  margin: 30px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .p-top-media .media_wrap {
    margin: 2rem 0 3.5rem 0;
  }
}
.p-top-media .media_wrap .media-list {
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-media .media_wrap .media-list {
    margin-bottom: 3rem;
  }
}
.p-top-media .media_wrap .media-list__items {
  max-width: 749px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-media .media_wrap .media-list__items {
    max-width: 68.8rem;
  }
}
.p-top-media .media_wrap .media-list02 {
  max-width: 752px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-media .media_wrap .media-list02 {
    margin-top: 0.5rem;
  }
}
.p-top-media .media_wrap .media-list02 .media-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 20px 30px;
  margin-bottom: 0;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-media .media_wrap .media-list02 .media-list {
    gap: 0.8rem 0.8rem;
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
}
.p-top-media .media_wrap .media-list02 .media-list__items {
  width: calc((100% - 60px) / 3) !important;
  max-width: 230px;
}
@media screen and (max-width: 767px) {
  .p-top-media .media_wrap .media-list02 .media-list__items {
    width: calc((100% - 1.6rem) / 3) !important;
  }
}
@media screen and (max-width: 767px) {
  .p-top-media .media_wrap .media-list02 .media-list__items {
    width: calc((100% - 1.6rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-top-media .btn_wrap .c-button {
    width: 100%;
  }
}

/* p-top-news
---------------------------------------------------------------------------- */
.p-top-news {
  padding-top: 50px;
  margin-bottom: 96px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding-top: 1.5rem;
    margin-bottom: 7.2rem;
  }
}
.p-top-news .post-news .post {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  border-bottom: 1px dashed #CECDC9;
  padding-bottom: 23px;
  margin-bottom: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-news .post-news .post {
    display: none;
    padding-bottom: 2.4rem;
    margin-bottom: 0;
    border-bottom: none;
  }
  .p-top-news .post-news .post:nth-of-type(1) {
    display: block;
  }
}
.p-top-news .post-news .post:last-of-type {
  border-bottom: none;
  margin-bottom: 4px;
}
.p-top-news .post-news .post__date {
  position: relative;
  top: 2px;
  width: 66px;
  font-size: 1.2rem;
  line-height: 2.6666666667;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-news .post-news .post__date {
    top: 0;
    width: auto;
    margin-bottom: 0.5rem;
  }
}
.p-top-news .post-news .post__title {
  width: calc(100% - 66px);
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  padding-left: 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-news .post-news .post__title {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 400;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news .c-button {
    width: 31.2rem;
  }
}