/*color*/
/*weight*/
/*font*/
main {
  overflow: hidden;
}

.p-mv {
  margin-top: 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 40px;
  }
}
.p-mv-btn {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/btn_cv_large.png) no-repeat left top/contain;
  width: 41rem;
  height: 8.8rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  padding: 0 0 1rem 0;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-mv-btn {
    background: url(../img/btn_cv_large_sp.png) no-repeat left top/contain;
    width: 31.8rem;
    height: 4.8rem;
    font-size: 1.4rem;
    padding: 0 1rem 0.8rem 0;
    bottom: 10rem;
  }
}

.p-about {
  padding: 8.5rem 0 9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 4rem 0 8rem;
  }
}
.p-about .c-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-about .c-inner {
    display: block;
  }
}
.p-about-txt {
  width: 71.1rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about-txt {
    width: 100%;
  }
}
.p-about-txt p {
  letter-spacing: 0.05rem;
  line-height: 1.7;
}
.p-about-img .img-img01 {
  width: 80rem;
  position: absolute;
  right: calc(50% - 68.5rem);
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-about-img .img-img01 {
    width: 60%;
    right: 0;
    top: 14rem;
    display: none;
  }
}
.p-about-img .img-img02 {
  width: 36rem;
  position: relative;
  right: -1.6rem;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-img .img-img02 {
    width: 100%;
    position: static;
  }
}
.p-about-headline {
  display: inline-block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-headline {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-about-headline .headline-fukidashi {
  background: #CF0A0A;
  color: #fff;
  font-size: 2.6rem;
  padding: 0 0 0.4rem;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about-headline .headline-fukidashi {
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 1rem;
  }
}
.p-about-headline .headline-fukidashi:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #CF0A0A transparent transparent transparent;
  border-width: 7px 6.5px 0px 6.5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.6rem;
  margin: 0 auto;
}
.p-about-headline .headline-big {
  display: block;
  font-size: 7rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-about-headline .headline-big {
    font-size: 3.4rem;
    margin-top: 1rem;
    text-align: center;
  }
}
.p-about-list {
  margin: 1.5rem 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-list {
    margin-bottom: 1rem;
  }
}
.p-about-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.95rem;
  letter-spacing: 0.01em;
  line-height: 1.5384615385;
  font-weight: 700;
  padding-left: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-list li {
    font-size: 1.5rem;
    padding-left: 2rem;
  }
}
.p-about-list li:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(../img/icn_check.png) no-repeat left top/contain;
  left: 0;
  top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-list li:before {
    width: 1.5rem;
    top: 0.3rem;
  }
}
.p-about-list li + li {
  margin-top: 0.7rem;
}
.p-about-message {
  margin: 1rem 0 0;
  font-size: 2.8rem;
  letter-spacing: 0.14em;
  font-weight: 600;
  line-height: 1.4 !important;
}
@media screen and (max-width: 767px) {
  .p-about-message {
    font-size: 2.2rem;
    text-align: center;
    margin: 3rem 0;
  }
}

.p-howto {
  padding: 10rem 0 10.5rem;
}
@media screen and (max-width: 767px) {
  .p-howto {
    padding: 4rem 0 8rem;
  }
}
.p-howto-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 1.5rem;
  margin: 5rem -2rem 0;
}
@media screen and (max-width: 767px) {
  .p-howto-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem 0;
    margin-top: 2rem;
  }
}
.p-howto-bottom {
  margin-top: 2.5rem;
  position: relative;
  padding-left: 38rem;
}
@media screen and (max-width: 767px) {
  .p-howto-bottom {
    padding: 0;
  }
}
.p-howto-bottom .bottom-message01 {
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  line-height: 1.3461538462;
  padding: 4rem 1rem 0.5rem 2rem;
  margin: 0 6rem 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-howto-bottom .bottom-message01 {
    font-size: 1.4rem;
    margin: 0;
    padding: 2rem 0 0;
  }
}
.p-howto-bottom .bottom-message01:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 63.5rem;
  height: 6.7rem;
  background: url(../img/bg_howto_bottom_message.png) no-repeat left bottom/contain;
}
@media screen and (max-width: 767px) {
  .p-howto-bottom .bottom-message01:before {
    width: 100%;
    background-size: 100% 100%;
    height: 3rem;
  }
}
.p-howto-bottom .bottom-message02 {
  margin-top: 1rem;
  font-size: 3.4rem;
  letter-spacing: 0.02em;
  line-height: 1.4705882353;
}
@media screen and (max-width: 767px) {
  .p-howto-bottom .bottom-message02 {
    font-size: 2rem;
    text-align: center;
  }
}
.p-howto-bottom .bottom-img01 {
  width: 31.7rem;
  position: absolute;
  left: 5rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-howto-bottom .bottom-img01 {
    width: 25%;
    left: -1rem;
    top: -1rem;
    display: none;
  }
}
.p-howto-bottom .bottom-img02 {
  width: 27.8rem;
  position: absolute;
  right: -4rem;
  bottom: -14.5rem;
}
@media screen and (max-width: 767px) {
  .p-howto-bottom .bottom-img02 {
    width: 30%;
    bottom: -7rem;
    right: -2rem;
  }
}

.p-melit {
  padding: 8.5rem 0 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-melit {
    padding: 5rem 0;
  }
}
.p-melit-headline {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-melit-headline {
    margin-bottom: 3rem;
  }
}
.p-melit-unit {
  position: relative;
  border-radius: 1rem;
  background: #F6EEE3;
  padding: 3rem 5.5rem 4rem 13rem;
  margin: 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-melit-unit {
    margin: 6rem 0 0 0;
    padding: 6rem 2rem 2rem;
  }
}
.p-melit-unit .unit-icn {
  position: absolute;
  left: -3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13.6rem;
}
@media screen and (max-width: 767px) {
  .p-melit-unit .unit-icn {
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 8rem;
  }
}
.p-melit-unit .unit-txt .ttl {
  font-size: 2.8rem;
  letter-spacing: 0.14em;
  line-height: 1.4285714286;
  font-weight: 600;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  background: url(../img/line_melit.png) no-repeat left bottom/100% auto;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-melit-unit .unit-txt .ttl {
    font-size: 1.8rem;
  }
}
.p-melit-unit .unit-txt p {
  letter-spacing: -0.03rem;
}
.p-melit-unit + .p-melit-unit {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-melit-unit + .p-melit-unit {
    margin-top: 6rem;
  }
}

.p-secret {
  background: url(../img/bg_secret_pc.png) no-repeat center bottom/100% auto;
  padding: 10rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-secret {
    padding: 6rem 0;
    background: url(../img/bg_secret_sp.png) no-repeat center bottom/100% auto;
  }
}
.p-secret:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 29.6rem;
  height: 35rem;
  background: url(../img/img_secret_point.png) no-repeat left top/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-secret:before {
    width: 10rem;
  }
}
.p-secret-lead {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
  margin: 3rem 0 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-secret-lead {
    font-size: 1.6rem;
  }
}
.p-secret-unit {
  background: #fff;
  padding: 4rem 5rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 5rem;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-secret-unit {
    display: block;
    padding: 3rem 2rem;
  }
}
.p-secret-unit .unit-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-secret-unit .unit-txt .ttl {
  font-size: 3.3rem;
  letter-spacing: 0.06em;
  line-height: 0.9090909091;
  font-weight: 600;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid #CF0A0A;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-secret-unit .unit-txt .ttl {
    font-size: 2rem;
    line-height: 1.5;
    padding-bottom: 1rem;
  }
}
.p-secret-unit .unit-txt .ttl::first-letter {
  color: #CF0A0A;
}
.p-secret-unit .unit-txt .ttl .thin {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-secret-unit p {
    font-size: 1.4rem;
  }
}
.p-secret-unit .unit-img {
  width: 28.4rem;
}
@media screen and (max-width: 767px) {
  .p-secret-unit .unit-img {
    width: 100%;
    margin-top: 2rem;
  }
}
.p-secret-unit + .p-secret-unit {
  margin-top: 4rem;
}
.p-secret-bottom {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-secret-bottom {
    margin-top: 5rem;
  }
}
.p-secret-bottom .bottom-catch {
  font-size: 5.2rem;
  letter-spacing: 0.04em;
  line-height: 0.9615384615;
  color: #CF0A0A;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-secret-bottom .bottom-catch {
    font-size: 2rem;
  }
}
.p-secret-bottom .bottom-catch span {
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 1rem 3rem;
  margin: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-secret-bottom .bottom-catch span {
    margin: 0;
    padding: 1rem 0.5rem 0;
    width: 100%;
  }
  .p-secret-bottom .bottom-catch span + span {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
.p-secret-bottom .bottom-lead {
  text-shadow: 0 0 7px #000, 0 0 3px #000;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  font-weight: 600;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-secret-bottom .bottom-lead {
    font-size: 1.6rem;
    text-shadow: 0 0 5px #000;
  }
}

.p-voice {
  padding: 10rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding: 5rem 0;
  }
}
.p-voice-headline {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-voice-headline {
    margin-bottom: 3rem;
  }
}
.p-voice-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-voice-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.p-voice-grid .grid-unit {
  padding: 4rem 0 6rem 0;
  background: #F6EEE3;
  text-align: right;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-voice-grid .grid-unit {
    padding: 2rem 0 4rem;
  }
}
.p-voice-grid .grid-unit .unit-main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-voice-grid .grid-unit .unit-main {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
}
.p-voice-grid .grid-unit .unit-main .icn {
  margin-left: 4rem;
  width: 13.4rem;
}
@media screen and (max-width: 767px) {
  .p-voice-grid .grid-unit .unit-main .icn {
    width: 8rem;
    margin-left: 2rem;
  }
}
.p-voice-grid .grid-unit .unit-main .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.p-voice-grid .grid-unit .unit-main .txt p {
  font-size: 1.8rem;
  line-height: 1.3888888889;
  padding-right: 3rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-voice-grid .grid-unit .unit-main .txt p {
    font-size: 1.4rem;
    padding-right: 2rem;
  }
}
.p-voice-grid .grid-unit .unit-name {
  display: inline-block;
  background: #CF4C0A;
  color: #fff;
  padding: 0 3rem 0.2rem 3rem;
  position: absolute;
  bottom: 3.2rem;
  right: 0;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-voice-grid .grid-unit .unit-name {
    bottom: 1rem;
    font-size: 1.3rem;
    padding: 0 1rem;
  }
}
.p-voice-enquete {
  background: #fff;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  margin: 6rem 0 0;
  padding: 3rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-voice-enquete {
    margin-top: 4rem;
    padding: 2rem;
  }
}
.p-voice-enquete .enquete-headline {
  font-size: 3.4rem;
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CF0A0A;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice-enquete .enquete-headline {
    font-size: 2rem;
  }
}
.p-voice-enquete .enquete-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-voice-enquete .enquete-grid {
    display: block;
  }
}
.p-voice-enquete .enquete-grid .grid-unit .unit-ttl {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  padding-left: 2rem;
  height: 5.7rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-voice-enquete .enquete-grid .grid-unit .unit-ttl {
    font-size: 1.8rem;
  }
}
.p-voice-enquete .enquete-grid .grid-unit .unit-ttl:before {
  content: "";
  width: 0.6rem;
  height: 100%;
  background: #CF0A0A;
  position: absolute;
  left: 0;
  top: 0;
}
.p-voice-enquete .enquete-grid .grid-unit .unit-note {
  margin-top: 1rem;
  font-weight: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-voice-enquete .enquete-grid .grid-unit .unit-note {
    font-size: 1.3rem;
  }
}
.p-voice-enquete .enquete-grid .grid-unit.m-wide {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  .p-voice-enquete .enquete-grid .grid-unit + .grid-unit {
    margin-top: 4rem;
  }
}
.p-voice-bottom {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-voice-bottom {
    margin-top: 2rem;
  }
}
.p-voice-bottom .bottom-message01 {
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 1.1666666667;
  padding: 4rem 1rem 1.5rem 2rem;
  margin-bottom: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice-bottom .bottom-message01 {
    font-size: 1.8rem;
    margin: 0 0 1rem;
    padding: 2rem 0 0;
  }
}
.p-voice-bottom .bottom-message01:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 84.4rem;
  height: 6.7rem;
  background: url(../img/bg_enquete_bottom.png) no-repeat left bottom/contain;
}
@media screen and (max-width: 767px) {
  .p-voice-bottom .bottom-message01:before {
    width: 84%;
    background-size: 100% 100%;
    height: 4rem;
  }
}
.p-voice-bottom .bottom-message02 {
  font-size: 3.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice-bottom .bottom-message02 {
    font-size: 2.4rem;
  }
}

.p-flow {
  padding: 9rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 5rem 0;
  }
}
.p-flow-headline {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow-headline {
    margin-bottom: 4rem;
  }
}
.p-flow-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6rem 1fr 6rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-flow-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
    margin-bottom: 3rem;
  }
}
.p-flow-grid .grid-unit {
  background: #fff;
  position: relative;
}
.p-flow-grid .grid-unit .unit-icn {
  font-size: 6.9rem;
  font-weight: 600;
  color: #CF0A0A;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-flow-grid .grid-unit .unit-icn {
    font-size: 6rem;
    top: -5rem;
  }
}
.p-flow-grid .grid-unit .unit-txt {
  background: #fff;
  padding: 1rem 2.5rem 3.5rem;
}
.p-flow-grid .grid-unit .unit-txt .ttl {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-flow-grid .grid-unit .unit-txt .ttl {
    font-size: 2.5rem;
  }
}
.p-flow-grid .grid-unit .unit-txt p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-flow-grid .grid-unit .unit-txt p {
    font-size: 1.5rem;
  }
}
.p-flow-btn {
  display: block;
  margin: 0 auto;
  background: url(../img/btn_cv_large.png) no-repeat left top/contain;
  width: 41rem;
  height: 8.8rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  padding: 0 0 1rem 0;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-flow-btn {
    font-size: 1.8rem;
    width: 100%;
    height: 7.5rem;
  }
}

.p-qa {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-qa {
    padding: 6rem 0;
  }
}
.p-qa-headline {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-qa-headline {
    margin-bottom: 3rem;
  }
}
.p-qa-unit {
  border: 1px solid #999;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-qa-unit {
    padding: 0;
  }
}
.p-qa-unit + .p-qa-unit {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-qa-unit + .p-qa-unit {
    margin-top: 2rem;
  }
}
.p-qa-unit .unit-q {
  position: relative;
  padding: 2rem 5rem;
  font-size: 2.8rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-qa-unit .unit-q {
    font-size: 1.6rem;
    padding: 1rem 4rem 1rem 5rem;
  }
}
.p-qa-unit .unit-q:before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  left: -0.5rem;
  top: 2.5rem;
  background: url(../img/icn_faq_q.png) no-repeat left top/contain;
}
@media screen and (max-width: 767px) {
  .p-qa-unit .unit-q:before {
    left: 1rem;
    width: 3rem;
    top: calc(50% - 1.5rem);
  }
}
.p-qa-unit .unit-q .icn:before, .p-qa-unit .unit-q .icn:after {
  content: "";
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.1rem);
  width: 2.3rem;
  height: 0.2rem;
  background: #2D2A2A;
}
@media screen and (max-width: 767px) {
  .p-qa-unit .unit-q .icn:before, .p-qa-unit .unit-q .icn:after {
    width: 1.8rem;
  }
}
.p-qa-unit .unit-q .icn:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-qa-unit .unit-q:hover {
    opacity: 0.7;
  }
}
.p-qa-unit .unit-q.is-open .icn:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-qa-unit .unit-a {
  position: relative;
  padding: 3rem 0rem 4rem 5rem;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  border-top: 1px solid #999;
}
@media screen and (max-width: 767px) {
  .p-qa-unit .unit-a {
    padding: 2rem 2rem 2rem 5rem;
    font-size: 1.4rem;
  }
}
.p-qa-unit .unit-a:before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  left: -0.5rem;
  top: 3rem;
  background: url(../img/icn_faq_a.png) no-repeat left top/contain;
}
@media screen and (max-width: 767px) {
  .p-qa-unit .unit-a:before {
    left: 1rem;
    width: 3rem;
    top: 2.5rem;
  }
}

.p-consideration {
  padding: 8rem 0 8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-consideration {
    padding: 4rem 0;
  }
}
.p-consideration:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  aspect-ratio: 2/1;
  background: url(../img/bg_consideration.png) no-repeat right top/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-consideration:before {
    width: 80%;
  }
}
.p-consideration:after {
  content: "";
  position: absolute;
  left: -8rem;
  bottom: -10.5rem;
  width: 36rem;
  aspect-ratio: 2/1;
  background: url(../img/img_consideration_point.png) no-repeat right top/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-consideration:after {
    width: 16rem;
    left: -5rem;
    bottom: -4rem;
  }
}
.p-consideration-headline {
  font-size: 5.8rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-consideration-headline {
    font-size: 2.8rem;
  }
}
.p-consideration .c-inner {
  position: relative;
}
.p-consideration-txt {
  width: 69.1rem;
}
@media screen and (max-width: 767px) {
  .p-consideration-txt {
    width: 100%;
  }
}
.p-consideration-txt p {
  font-size: 1.8rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-consideration-txt p {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-consideration-note {
  font-size: 1.5rem;
  color: #666;
  margin-top: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-consideration-note {
    font-size: 1.3rem;
  }
}
.p-consideration-img {
  position: absolute;
  right: -1rem;
  top: 21rem;
  width: 38.9rem;
}
@media screen and (max-width: 767px) {
  .p-consideration-img {
    position: static;
    width: 100%;
    margin-top: 2rem;
  }
}