@charset "UTF-8";
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* scene common
---------------------------------------------------------------------------- */
.c-page-header {
  background: url("../images/scene/pa/page_head.jpg") no-repeat center center;
  background-size: cover !important;
}
@media screen and (max-width: 767px) {
  .c-page-header {
    background: url("../images/scene/pa/page_head_sp.jpg") no-repeat center center;
  }
}

.p-pa-section .c-title03 {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  font-weight: 700;
  background: #F5F6F5;
  padding: 8px 8px 12px 8px;
}
@media screen and (max-width: 767px) {
  .p-pa-section .c-title03 {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    padding: 0.8rem 0.8rem 1rem 0.8rem;
  }
}

/*  p-pa-worries
---------------------------------------------------------------------------- */
.p-pa-worries .worries-box {
  position: relative;
  padding: 24px 32px 32px 32px;
  background: #F5F6F5;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .worries-box {
    padding: 1.2rem 1.6rem 1.6rem 1.6rem;
  }
}
.p-pa-worries .worries-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-pa-worries .worries-box__ttl {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    font-weight: 700;
    margin-bottom: 1.2rem;
  }
}
.p-pa-worries .worries-box__flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .worries-box__flex {
    display: block;
  }
}
.p-pa-worries .worries-box__flex .flex-txt {
  width: calc(100% - 272px);
  padding-right: 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .worries-box__flex .flex-txt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.6rem;
  }
}
.p-pa-worries .worries-box__flex .flex-txt .step-box {
  background: #fff;
  box-sizing: border-box;
}
.p-pa-worries .worries-box__flex .flex-txt .step-box__ttl {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 500;
  background: #DED8BD;
  padding: 0 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .worries-box__flex .flex-txt .step-box__ttl {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: 500;
    padding: 0.8rem 1.6rem 0.8rem 7.7rem;
  }
}
.p-pa-worries .worries-box__flex .flex-txt .step-box__ttl .step {
  color: #998632;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .worries-box__flex .flex-txt .step-box__ttl .step {
    position: absolute;
    left: 1.6rem;
    top: 0.8rem;
    display: block;
    margin-right: 0;
  }
}
.p-pa-worries .worries-box__flex .flex-txt .step-box .check-list {
  padding: 8px 16px 9px 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .worries-box__flex .flex-txt .step-box .check-list {
    padding: 0.8rem 1.6rem 0.8rem 1.6rem;
  }
}
.p-pa-worries .worries-box__flex .flex-txt .step-box .check-list__items {
  position: relative;
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 400;
  padding-left: 2.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .worries-box__flex .flex-txt .step-box .check-list__items {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: 400;
  }
  .p-pa-worries .worries-box__flex .flex-txt .step-box .check-list__items + .check-list__items {
    margin-top: 0.8rem;
  }
}
.p-pa-worries .worries-box__flex .flex-txt .step-box .check-list__items:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
  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-pa-worries .worries-box__flex .flex-txt .step-box .check-list__items:before {
    margin-top: 0;
    top: 0.3rem;
    transform: translateY(0);
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-pa-worries .worries-box__flex .flex-txt .step-box + .step-box {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .worries-box__flex .flex-txt .step-box + .step-box {
    margin-top: 1.6rem;
  }
}
.p-pa-worries .worries-box__flex .flex-img {
  width: 272px;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .worries-box__flex .flex-img {
    width: 100%;
  }
}
.p-pa-worries .worries-box__flex .flex-img .img-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: column;
  gap: 16px 0;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .worries-box__flex .flex-img .img-list {
    flex-direction: row;
    gap: 0 0.8rem;
  }
}
.p-pa-worries .worries-box:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -64px;
  margin: 0 auto;
  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-pa-worries .worries-box:after {
    bottom: -6rem;
    width: 11.8rem;
    height: 6.2rem;
  }
}
.p-pa-worries .c-comment-box {
  padding: 24px 25px 24px 25px;
  margin: 80px 0 90px 0;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .c-comment-box {
    padding: 0.8rem 1.6rem 1.6rem 1.6rem;
    margin: 7.2rem 0 4.5rem 0;
  }
}
.p-pa-worries .c-comment-box .lead,
.p-pa-worries .c-comment-box .text {
  padding-left: 192px;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .c-comment-box .lead {
    padding-left: 7rem;
  }
  .p-pa-worries .c-comment-box .text {
    padding-left: 0;
  }
}
.p-pa-worries .c-comment-box:before {
  top: 0;
  bottom: auto;
  background: url("../images/common/img02_comment_pc.png") no-repeat center center;
  height: 216px;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .c-comment-box:before {
    background: url("../images/common/img02_comment_sp.png") no-repeat center center;
    height: 8.4rem;
  }
}
.p-pa-worries .c-comment-box .white-box {
  position: relative;
  margin-top: 24px;
  padding: 16px 32px 24px 32px;
  background: #fff;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .c-comment-box .white-box {
    margin-top: 0.8rem;
    padding: 0.8rem 1rem 1.6rem 1.6rem;
  }
}
.p-pa-worries .c-comment-box .white-box .box-ttl {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .c-comment-box .white-box .box-ttl {
    text-align: center;
    margin-bottom: 0.8rem;
  }
}
.p-pa-worries .c-comment-box .white-box .reason-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 32px;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .c-comment-box .white-box .reason-flex {
    flex-direction: column;
    gap: 0.8rem 0;
  }
}
.p-pa-worries .c-comment-box .white-box .reason-flex .reason-box {
  width: calc((100% - 64px) / 3);
}
@media screen and (max-width: 767px) {
  .p-pa-worries .c-comment-box .white-box .reason-flex .reason-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    align-content: stretch;
  }
}
.p-pa-worries .c-comment-box .white-box .reason-flex .reason-box__ttl {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: #998632;
  padding: 4px 8px 6px 8px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .c-comment-box .white-box .reason-flex .reason-box__ttl {
    width: 4.8rem;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    padding: 0.4rem 0.4rem 0.6rem 0.4rem;
    margin-bottom: 0;
  }
}
.p-pa-worries .c-comment-box .white-box .reason-flex .reason-box__txt {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .c-comment-box .white-box .reason-flex .reason-box__txt {
    width: calc(100% - 4.8rem);
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    padding-left: 0.8rem;
    box-sizing: border-box;
  }
}
.p-pa-worries .flex-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .flex-box {
    display: block;
  }
}
.p-pa-worries .flex-box__txt {
  width: calc(100% - 256px);
  padding-right: 42px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .flex-box__txt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.6rem;
  }
}
.p-pa-worries .flex-box__img {
  padding-top: 24px;
  width: 256px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .flex-box__img {
    padding-top: 0;
    margin-bottom: 2.4rem;
    width: 100%;
    text-align: center;
  }
  .p-pa-worries .flex-box__img img {
    width: 22.8rem;
    margin: 0 auto;
  }
}
.p-pa-worries .flex-box__img .caption {
  margin-top: 8px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .flex-box__img .caption {
    margin-top: 0.8rem;
    font-size: 1.2rem;
    line-height: 1.75;
    font-weight: 400;
  }
}
.p-pa-worries .text-box__ttl {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: 700;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .text-box__ttl {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    font-weight: 700;
    margin-bottom: 0.8rem;
  }
}
.p-pa-worries .text-box__txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .text-box__txt {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
  }
}
.p-pa-worries .text-box__txt + .text-box__txt {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .text-box__txt + .text-box__txt {
    margin-top: 2.4rem;
  }
}
.p-pa-worries .text-box + .text-box {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .text-box + .text-box {
    margin-top: 3.2rem;
  }
}
.p-pa-worries .p-pa-point {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 48px;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .p-pa-point {
    flex-wrap: wrap;
    margin-top: 1.6rem;
    gap: 1.6rem 3.2rem;
  }
}
.p-pa-worries .p-pa-point .point-box {
  width: calc((100% - 144px) / 4);
}
@media screen and (max-width: 767px) {
  .p-pa-worries .p-pa-point .point-box {
    width: calc((100% - 3.2rem) / 2);
  }
}
.p-pa-worries .p-pa-point .point-box__img {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .p-pa-point .point-box__img {
    width: 12rem;
  }
}
.p-pa-worries .p-pa-point .point-box__txt01 {
  position: relative;
  width: 136px;
  margin: -8px auto 8px auto;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .p-pa-point .point-box__txt01 {
    margin: -1.6rem auto 1.6rem auto;
    width: 13.6rem;
    padding: 0.8rem 1rem;
  }
}
.p-pa-worries .p-pa-point .point-box__txt01.-good {
  background: #843434;
}
.p-pa-worries .p-pa-point .point-box__txt01.-ng {
  background: #3F3C3C;
}
.p-pa-worries .p-pa-point .point-box__txt02 {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 400;
  word-break: break-word;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .p-pa-point .point-box__txt02 {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}
.p-pa-worries .lead-text {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-pa-worries .lead-text {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 700;
  }
}

/*  p-pa-coordinate
---------------------------------------------------------------------------- */
.p-pa-coordinate {
  margin-top: 40px;
  padding-top: 48px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-coordinate {
    margin-top: 3.6rem;
    padding-top: 2rem;
  }
}
.p-pa-coordinate .c-title03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-pa-coordinate .c-title03 {
    margin-bottom: 1.6rem;
  }
}
.p-pa-coordinate .coordinate-wrap {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px dashed #CECDC9;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-coordinate .coordinate-wrap {
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
    border-bottom: none;
  }
}
.p-pa-coordinate .coordinate-wrap:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.p-pa-coordinate .coordinate-img {
  text-align: center;
  margin: 0 auto 1.6rem auto;
  max-width: 752px;
}
@media screen and (max-width: 767px) {
  .p-pa-coordinate .coordinate-img {
    max-width: inherit;
  }
}
.p-pa-coordinate .c-interview-head {
  margin-bottom: 2.4rem;
}
.p-pa-coordinate .c-interview-cnts__ttl {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-pa-coordinate .c-interview-cnts__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-pa-coordinate .c-interview-cnts__txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}
.p-pa-coordinate .c-interview-cnts__txt + .c-interview-cnts__ttl {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-pa-coordinate .c-interview-cnts__txt + .c-interview-cnts__ttl {
    margin-top: 2.4remrem;
  }
}

/*  p-pa-reason
---------------------------------------------------------------------------- */
.p-pa-reason {
  margin-top: 40px;
  padding-top: 48px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-reason {
    margin-top: 3.6rem;
    padding-top: 2rem;
  }
}
.p-pa-reason .c-title03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-pa-reason .c-title03 {
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
}
.p-pa-reason .reason-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 37px;
}
@media screen and (max-width: 767px) {
  .p-pa-reason .reason-flex {
    flex-wrap: wrap;
    gap: 1.2rem 0;
  }
}
.p-pa-reason .reason-flex .reason-box {
  width: calc((100% - 74px) / 3);
}
@media screen and (max-width: 767px) {
  .p-pa-reason .reason-flex .reason-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: stretch;
    gap: 1.6rem 0;
  }
}
.p-pa-reason .reason-flex .reason-box__ttl {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-pa-reason .reason-flex .reason-box__ttl {
    order: 1;
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    font-weight: 700;
    margin-bottom: 0;
  }
}
.p-pa-reason .reason-flex .reason-box__ttl span {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: #998632;
  padding: 5px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-reason .reason-flex .reason-box__ttl span {
    display: inline-block;
    width: 6.4rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.p-pa-reason .reason-flex .reason-box__img {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-pa-reason .reason-flex .reason-box__img {
    order: 3;
    width: 13.6rem;
    margin-bottom: 0;
  }
}
.p-pa-reason .reason-flex .reason-box__txt {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .p-pa-reason .reason-flex .reason-box__txt {
    order: 2;
    width: calc(100% - 13.6rem);
    padding-right: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 400;
    box-sizing: border-box;
  }
}

/*  p-pa-media
---------------------------------------------------------------------------- */
.p-pa-media {
  margin-top: 40px;
  padding-top: 48px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-media {
    margin-top: 3.6rem;
    padding-top: 2rem;
  }
}
.p-pa-media .c-title03 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-pa-media .c-title03 {
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-pa-media .c-text.sp-size {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
  }
}
.p-pa-media .media_wrap {
  margin: 30px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .p-pa-media .media_wrap {
    margin: 2rem 0 3.5rem 0;
  }
}
.p-pa-media .media_wrap .media-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-media .media_wrap .media-list {
    gap: 0.7rem 1.4rem;
    margin-bottom: 3rem;
  }
}
.p-pa-media .media_wrap .media-list__items {
  max-width: 713px;
}
@media screen and (max-width: 767px) {
  .p-pa-media .media_wrap .media-list__items {
    width: 34.4rem;
    max-width: inherit;
    margin-left: -1px;
    margin-top: -1.5rem;
  }
}
.p-pa-media .media_wrap .media-list02 {
  max-width: 752px;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-pa-media .media_wrap .media-list02 {
    margin-top: 0.5rem;
  }
}
.p-pa-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-top: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-pa-media .media_wrap .media-list02 .media-list {
    margin-bottom: 0;
    gap: 0.8rem 0.8rem;
  }
}
.p-pa-media .media_wrap .media-list02 .media-list__items {
  width: calc((100% - 60px) / 3) !important;
}
@media screen and (max-width: 767px) {
  .p-pa-media .media_wrap .media-list02 .media-list__items {
    width: calc((100% - 1.6rem) / 3) !important;
  }
}
@media screen and (max-width: 767px) {
  .p-pa-media .media_wrap .media-list02 .media-list__items {
    width: calc((100% - 1.6rem) / 3);
  }
}

/*  p-pa-voice
---------------------------------------------------------------------------- */
.p-pa-voice {
  margin-top: 40px;
  padding-top: 64px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-voice {
    margin-top: 3.6rem;
    padding-top: 2rem;
  }
}
.p-pa-voice .voice-wrap {
  margin-top: 32px;
  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-pa-voice .voice-wrap {
    margin-top: 4rem;
    margin-bottom: 3.2rem;
    gap: 1.6rem 1.6rem;
  }
}
.p-pa-voice .voice-box {
  width: calc((100% - 75px) / 4);
}
@media screen and (max-width: 767px) {
  .p-pa-voice .voice-box {
    width: calc((100% - 1.6rem) / 2);
  }
}
.p-pa-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-pa-voice .voice-box .voice-box__img {
    height: 17.8rem;
    margin-bottom: 0.6rem;
  }
}
.p-pa-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-pa-voice .voice-box .voice-box__img a:before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.p-pa-voice .voice-box .voice-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-pa-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-pa-voice .voice-box .voice-box__txt .name {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}
.p-pa-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-pa-voice .voice-box .voice-box__txt .text {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .mfp-close {
    font-size: 48px;
  }
}
/* 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%;
  }
}

/* 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-pa-service
---------------------------------------------------------------------------- */
.p-pa-service {
  margin-top: 40px;
  padding-top: 48px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-service {
    margin-top: 3.6rem;
    padding-top: 2rem;
  }
}
.p-pa-service .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-pa-service .flow-wrap {
    margin-top: 1.6rem;
    margin-bottom: 3.2rem;
    flex-wrap: wrap;
    gap: 2.2rem 1.6rem;
  }
}
.p-pa-service .flow-wrap .flow-box {
  position: relative;
  width: calc((100% - 70px) / 3);
  background: #F1F1F1;
  max-width: 248px;
}
@media screen and (max-width: 767px) {
  .p-pa-service .flow-wrap .flow-box {
    width: calc((100% - 1.6rem) / 2);
    max-width: inherit;
  }
}
.p-pa-service .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-pa-service .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-pa-service .flow-wrap .flow-box:nth-of-type(1) .box-img02.-normal {
    width: 6rem;
  }
  .p-pa-service .flow-wrap .flow-box:nth-of-type(1) .box-img02.-type_a {
    height: 3.8rem;
  }
  .p-pa-service .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-pa-service .flow-wrap .flow-box__head {
  background: #3F3C3C;
  padding: 9px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-service .flow-wrap .flow-box__head {
    padding: 0.4rem 0.9rem;
  }
}
.p-pa-service .flow-wrap .flow-box__head p {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}
.p-pa-service .flow-wrap .flow-box__inner {
  padding: 12px 16px 12px 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-service .flow-wrap .flow-box__inner {
    padding: 0.6rem 1.1rem 1rem 1.1rem;
  }
}
.p-pa-service .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-pa-service .flow-wrap .flow-box__inner .box-ttl {
    font-size: 1.5rem;
    line-height: 1.0666666667;
    font-weight: 700;
    margin-bottom: 0;
    height: 4rem;
  }
}
.p-pa-service .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-pa-service .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-pa-service .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-pa-service .flow-wrap .flow-box__inner .box-img {
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-pa-service .flow-wrap .flow-box__inner .box-img {
    margin-bottom: 1rem;
  }
}
.p-pa-service .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-pa-service .flow-wrap .flow-box__inner .box-txt {
    font-size: 0.924rem;
    line-height: 2.380952381;
    font-weight: 400;
  }
}
.p-pa-service .flow-wrap .flow-box__inner .box-img02 {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.p-pa-service .flow-wrap .flow-box__inner .box-img02.img-b {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .p-pa-service .flow-wrap .flow-box.-merit {
    width: 100%;
  }
}
.p-pa-service .flow-wrap .flow-box.-merit:after {
  display: none;
}
.p-pa-service .flow-wrap .flow-box.-merit .flow-box__inner {
  padding-top: 7px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-pa-service .flow-wrap .flow-box.-merit .flow-box__inner {
    padding-top: 0.1rem;
    padding-bottom: 0.7rem;
  }
}
.p-pa-service .flow-wrap .flow-box.-merit .flow-box__head {
  background: #998632;
}
.p-pa-service .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-pa-service .flow-wrap .flow-box.-merit .check-list li {
    padding: 1rem 0 1rem 2.6rem;
  }
}
.p-pa-service .flow-wrap .flow-box.-merit .check-list li:last-of-type {
  border-bottom: none;
}
.p-pa-service .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-pa-service .flow-wrap .flow-box.-merit .check-list li:before {
    top: 1.2rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-pa-service .option-wrap {
  margin-bottom: 40px;
  border: 1px solid #CECDC9;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-service .option-wrap {
    margin-bottom: 2.4rem;
  }
}
.p-pa-service .option-wrap__ttl {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  background: #3F3C3C;
  padding: 7px 10px 10px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-service .option-wrap__ttl {
    padding: 0.4rem 0.9rem;
  }
}
.p-pa-service .option-wrap .option-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 30px;
  padding: 14px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-service .option-wrap .option-flex {
    gap: 0 0.8rem;
    padding: 1.6rem;
  }
}
.p-pa-service .option-wrap .option-box {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .p-pa-service .option-wrap .option-box {
    width: calc((100% - 1.6rem) / 3);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    align-content: stretch;
    flex-direction: column-reverse;
  }
}
.p-pa-service .option-wrap .option-box__ttl {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-pa-service .option-wrap .option-box__ttl {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: 700;
    margin-bottom: 0;
    margin: 0.6rem -0.6rem 0 -0.6rem;
  }
}
.p-pa-service .option-wrap .option-box__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .p-pa-service .option-wrap .option-box__inner {
    display: block;
  }
}
.p-pa-service .option-wrap .option-box__img {
  width: 88px;
}
@media screen and (max-width: 767px) {
  .p-pa-service .option-wrap .option-box__img {
    width: 100%;
  }
}
.p-pa-service .option-wrap .option-box__txt {
  width: calc(100% - 88px);
  padding-right: 14px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-service .option-wrap .option-box__txt {
    display: none;
  }
}
.p-pa-service .option-wrap .option-box__txt p {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 400;
}

/*  p-pa-faq
---------------------------------------------------------------------------- */
.p-pa-faq {
  margin-top: 40px;
  padding-top: 56px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-faq {
    margin-top: 3.6rem;
    padding-top: 2rem;
  }
}
.p-pa-faq .acd-wrap {
  margin-top: 45px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-pa-faq .acd-wrap {
    margin-top: 1.6rem;
    margin-bottom: 3.2rem;
  }
}
.p-pa-faq .acd-wrap .acd-items + .acd-items {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-pa-faq .acd-wrap .acd-items + .acd-items {
    margin-top: 0.8rem;
  }
}
.p-pa-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-pa-faq .acd-wrap .acd-items__btn {
    padding: 1rem 4.8rem 1rem 1.3rem;
    border-left: 0.4rem solid #CFC59B;
  }
}
.p-pa-faq .acd-wrap .acd-items__btn:before, .p-pa-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-pa-faq .acd-wrap .acd-items__btn:before, .p-pa-faq .acd-wrap .acd-items__btn:after {
    right: 1.6rem;
  }
}
.p-pa-faq .acd-wrap .acd-items__btn:before {
  width: 16px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .p-pa-faq .acd-wrap .acd-items__btn:before {
    width: 1.6rem;
  }
}
.p-pa-faq .acd-wrap .acd-items__btn:after {
  width: 2px;
  height: 16px;
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .p-pa-faq .acd-wrap .acd-items__btn:after {
    height: 1.6rem;
    margin-right: 0.7rem;
  }
}
.p-pa-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-pa-faq .acd-wrap .acd-items__btn p {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
    padding-left: 3.5rem;
  }
}
.p-pa-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-pa-faq .acd-wrap .acd-items__btn p:after {
    top: 50%;
    transform: translateY(-50%);
    width: 1.8rem;
    height: 2.4rem;
  }
}
.p-pa-faq .acd-wrap .acd-items__btn.open:after {
  display: none;
}
.p-pa-faq .acd-wrap .acd-items__cnts {
  position: relative;
  padding: 18px 0 33px 23px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-faq .acd-wrap .acd-items__cnts {
    padding: 1.2rem 0 1.2rem 1.3rem;
  }
}
.p-pa-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-pa-faq .acd-wrap .acd-items__cnts p {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
    padding-left: 3.8rem;
  }
}
.p-pa-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-pa-faq .acd-wrap .acd-items__cnts p:after {
    top: 1.5rem;
    width: 2rem;
    height: 2.3rem;
  }
}

/*  p-pa-column
---------------------------------------------------------------------------- */
.p-pa-column {
  margin-top: 40px;
  padding-top: 56px;
  margin-bottom: 96px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-column {
    margin-top: 3.6rem;
    padding-top: 2rem;
    margin-bottom: 7.2rem;
  }
}
.p-pa-column .column-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  background: #F1F1F1;
  padding: 33px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-column .column-box {
    position: relative;
    flex-direction: column;
    padding: 1.6rem;
  }
}
.p-pa-column .column-box__txt {
  position: relative;
  width: calc(100% - 272px);
  padding-right: 33px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-column .column-box__txt {
    display: contents;
    width: 100%;
    padding-right: 0;
  }
}
.p-pa-column .column-box__ttl {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-pa-column .column-box__ttl {
    order: 1;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    font-weight: 700;
    margin-bottom: 1.2rem;
  }
}
.p-pa-column .column-box .readmore__inner {
  position: relative;
  margin-bottom: 56px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-pa-column .column-box .readmore__inner {
    order: 3;
    margin-bottom: 6rem;
  }
}
.p-pa-column .column-box .readmore__inner.is-hide {
  height: 160px;
}
@media screen and (max-width: 767px) {
  .p-pa-column .column-box .readmore__inner.is-hide {
    height: 17rem;
  }
}
.p-pa-column .column-box .readmore__inner.open {
  display: block;
  overflow: visible;
}
.p-pa-column .column-box .readmore__inner.open:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-pa-column .column-box .readmore__inner .c-text {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
  }
}
.p-pa-column .column-box .readmore__inner .c-text + .c-text {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-pa-column .column-box .readmore__inner .c-text + .c-text {
    margin-top: 2.4rem;
  }
}
.p-pa-column .column-box .readmore__inner:after {
  position: absolute;
  left: 63px;
  bottom: 0;
  display: block;
  content: "…";
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-pa-column .column-box .readmore__inner:after {
    left: 2.5rem;
  }
}
.p-pa-column .column-box__img {
  width: 272px;
}
@media screen and (max-width: 767px) {
  .p-pa-column .column-box__img {
    order: 2;
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.p-pa-column .column-box .readmore__btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 128px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  border: 1px solid #CECDC9;
  color: #3F3C3C;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-pa-column .column-box .readmore__btn {
    width: 12.8rem;
    bottom: 2.4rem;
  }
}
.p-pa-column .column-box .readmore__btn span {
  position: relative;
  display: block;
  width: 100%;
  padding: 11px 12px;
  color: #3F3C3C;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-pa-column .column-box .readmore__btn span {
    padding: 1.2rem;
  }
}
.p-pa-column .column-box .readmore__btn span:after {
  right: 12px;
  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);
}
@media screen and (max-width: 767px) {
  .p-pa-column .column-box .readmore__btn span:after {
    right: 1.2rem;
    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-pa-column .column-box .readmore__btn .open {
  display: block;
}
.p-pa-column .column-box .readmore__btn .close {
  display: none;
}
.p-pa-column .column-box .readmore__btn .close:after {
  right: 12px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  border-color: #CECDC9;
  transform: rotate(225deg);
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-pa-column .column-box .readmore__btn .close:after {
    right: 1.2rem;
    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(225deg);
  }
}
.p-pa-column .column-box .is-show.readmore__btn .open {
  display: none;
}
.p-pa-column .column-box .is-show.readmore__btn .close {
  display: block;
}


/*  else 
---------------------------------------------------------------------------- */
#coProfile .tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px 8px;
}

#coProfile th, #coProfile td {
  font-size: 1.4rem;
  line-height: 120%;
  font-weight: 400;
  padding: 8px;
  box-sizing: border-box;
}

#coProfile th{
  background-color: #eee;
}
