.fadeInUp {
  opacity: 0;
  transition-property: all;
  transition-duration: 1.5s;
  transform: translate(0, 40px) rotate(0.0001deg);
}
.fadeInUp.animated {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}

.p_reform {
  background-color: #cfd8dd;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
.p_reform a {
  text-decoration: none;
}
.p_reform img {
  width: 100%;
  max-width: 100%;
}
.p_reform_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  margin: auto;
}
.p_reform_header {
  position: fixed;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999999999;
  background-color: transparent;
  padding: 0 10px;
}
.p_reform_header__nav {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: -100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  padding: 60px 12px 60px 18px;
  background-color: #cfd8dd;
  opacity: 0;
  transition: right 0.3s 0s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s 0s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: auto;
}
@media screen and (min-width: 501px) {
  .p_reform_header__nav {
    width: 50%;
    padding: 38px 28px 60px 32px;
  }
}
@media screen and (min-width: 990px) {
  .p_reform_header__nav {
    width: calc((100% - 500px) / 2);
    right: 0;
    opacity: 1;
    border-left: none;
  }
}
@media screen and (min-width: 1441px) {
  .p_reform_header__nav {
    justify-content: center;
    align-items: center;
  }
}
.p_reform_header__nav .nav_item {
  display: block;
  max-width: 500px;
  width: 100%;
  padding: 16px 0;
  border-bottom: 2px dotted #000;
  color: #000;
  font-size: 2.6rem;
  font-size: clamp(2rem, 4.8vw + 0.2rem, 2.6rem);
  font-weight: 700;
  transition: all 0.5s;
}
@media screen and (min-width: 990px) {
  .p_reform_header__nav a:hover {
    color: #fc6a00;
    opacity: 1;
  }
}
.p_reform_header__nav.open {
  right: 0;
  opacity: 1;
}
.p_reform_header__btn {
  position: absolute;
  display: block;
  background-color: #fff;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 54px;
  height: 43px;
  z-index: 99999999999;
}
@media screen and (min-width: 501px) {
  .p_reform_header__btn {
    top: 10px;
    right: 18px;
  }
}
@media screen and (min-width: 990px) {
  .p_reform_header__btn {
    display: none;
  }
}
.p_reform_header__btn span {
  display: inline-block;
  position: absolute;
  height: 3px;
  width: 60%;
  left: 50%;
  translate: -50%;
  background-color: #000;
}
.p_reform_header__btn span:nth-child(1) {
  top: 10px;
}
.p_reform_header__btn span:nth-child(2) {
  top: 30px;
}
.p_reform_header__btn span:nth-child(3) {
  top: 20px;
}
.p_reform_header__btn.active span:nth-child(1) {
  top: 14px;
  transform: translateY(6px) rotate(-45deg);
}
.p_reform_header__btn.active span:nth-child(2) {
  opacity: 0;
}
.p_reform_header__btn.active span:nth-child(3) {
  top: 27px;
  transform: translateY(-6px) rotate(45deg);
}
.p_reform_book__link {
  position: fixed;
  z-index: 9999999999;
  bottom: 0;
  display: inline-block;
  padding: 13px 16px 14px 12px;
  background-color: #254781;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 501px) {
  .p_reform_book__link {
    margin-left: -50px;
    padding: 14px 16px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 900px) {
  .p_reform_book__link {
    transition: all 0.5s;
  }
  .p_reform_book__link:hover {
    color: #ccc;
  }
}
.p_reform_mainwrap {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 20px;
  background-color: #fff;
}
.p_reform_content {
  width: 100%;
  max-width: 1050px;
  padding: 0 25px;
  margin: 0 auto;
}
.p_reform_mv {
  position: relative;
}
.p_reform_mv__btn {
  position: absolute;
  bottom: -40px;
  right: 10px;
  width: clamp(12rem, 33.6vw - 0.6rem, 16.2rem);
  height: clamp(12rem, 33.6vw - 0.6rem, 16.2rem);
  background-color: #fc6a00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-align: center;
  font-size: clamp(1.6rem, 6.4vw - 0.8rem, 2.4rem);
  font-weight: 600;
}
.p_reform_btn {
  width: 100%;
  margin: 0 auto;
}
.p_reform_btn a {
  color: #fff;
  font-size: clamp(2.3rem, 4vw + 0.8rem, 2.8rem);
  font-weight: 700;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fc6a00;
  border-radius: 20px;
  padding: clamp(1.5rem, 5.6vw + -0.6rem, 2.2rem) 20px;
  overflow: hidden;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 900px) {
  .p_reform_btn a {
    transition: all 0.5s;
  }
  .p_reform_btn a:hover {
    color: #ccc;
  }
}
.p_reform_sec01 {
  background-color: #e1ebef;
  margin-top: 47px;
  padding: 18px 23px 32px;
}
.p_reform_sec01__ttl {
  font-size: clamp(2.3rem, 4.8vw + 0.5rem, 2.9rem);
  font-weight: 700;
  text-align: center;
  padding-bottom: 27px;
  letter-spacing: 0.1em;
}
.p_reform_sec01__inner {
  counter-reset: section;
}
.p_reform_sec01__item + .p_reform_sec01__item {
  margin-top: 23px;
}
.p_reform_sec01__item:nth-child(even) .content {
  flex-direction: row-reverse;
}
.p_reform_sec01__item:nth-child(even) .desc {
  margin-left: 0;
  margin-right: -20px;
  padding: 23px 34px 23px 16px;
}
.p_reform_sec01__item:nth-child(even) .content {
  padding-left: 0;
}
.p_reform_sec01__item:nth-child(even) .sub {
  white-space: nowrap;
  position: relative;
  z-index: 2;
  text-shadow: -1px -1px 0 #6292a8, 1px -1px 0 #6292a8, -1px 1px 0 #6292a8, 1px 1px 0 #6292a8, -1px 0 0 #6292a8, 1px 0 0 #6292a8, 0 -1px 0 #6292a8, 0 1px 0 #6292a8;
}
.p_reform_sec01__item .ttl {
  font-size: clamp(1.6rem, 6.4vw + -0.8rem, 2.4rem);
  letter-spacing: 0.02em;
  font-weight: 700;
  position: relative;
  display: flex;
  gap: clamp(1.4rem, 7.2vw + -1.3rem, 2.3rem);
  line-height: 1.2;
}
.p_reform_sec01__item .ttl::before {
  counter-increment: section;
  content: counter(section) ". ";
}
.p_reform_sec01__item .content {
  display: flex;
  align-items: center;
  padding-top: 14px;
  padding-left: 5px;
}
.p_reform_sec01__item .img {
  width: 45.2261306533%;
  position: relative;
  z-index: 1;
}
.p_reform_sec01__item .desc {
  width: 67.8391959799%;
  padding: clamp(1.5rem, 6.4vw + -0.9rem, 2.3rem) clamp(1rem, 4.8vw + -0.8rem, 1.6rem) clamp(1.5rem, 6.4vw + -0.9rem, 2.3rem) clamp(3rem, 3.2vw + 1.8rem, 3.4rem);
  background-color: #6292a8;
  color: #fff;
  border-radius: 30px;
  margin-left: -20px;
  max-width: 277px;
}
.p_reform_sec01__item .sub {
  font-size: clamp(1.5rem, 6.4vw + -0.9rem, 2.3rem);
  font-weight: 400;
}
.p_reform_sec01__item .txt {
  font-weight: 500;
  font-size: clamp(1.2rem, 3.2vw + 0rem, 1.6rem);
  padding-top: 5px;
}
.p_reform_sec02 {
  background-color: #6292a8;
  border-radius: 30px;
  color: #fff;
  padding: 35px 20px 22px;
  position: relative;
  margin-top: 49px;
}
.p_reform_sec02__ttl {
  position: absolute;
  left: 0;
  bottom: calc(100% - 18px);
  letter-spacing: 0.15em;
  font-size: clamp(2.4rem, 6.4vw + 0rem, 3.2rem);
  font-weight: 700;
  transform: rotate(-5deg);
}
.p_reform_sec02__ttl::after {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 8px #6292a8;
  -webkit-text-fill-color: white;
  z-index: -1;
}
.p_reform_sec02__inner {
  text-align: center;
}
.p_reform_sec02__inner .txt_38 {
  font-size: clamp(1.8rem, 3.2vw + 0.6rem, 2.2rem);
  display: block;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.p_reform_sec02__inner .txt_53 {
  font-size: clamp(2.4rem, 7.2vw + -0.3rem, 3.3rem);
  display: block;
  font-weight: 700;
  padding-left: clamp(0rem, 25.3333333333vw + -10.7666666667rem, 1.9rem);
  padding-top: 10px;
  letter-spacing: 0.1em;
}
.p_reform_sec02__inner .txt {
  padding-top: 16px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.p_reform_sec03 {
  margin-top: 34px;
}
.p_reform_sec03__ttl {
  font-size: clamp(2.2rem, 3.2vw + 1rem, 2.6rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
}
.p_reform_sec03__content {
  margin-top: 25px;
}
.p_reform_sec03 .p_reform_btn {
  margin-top: 30px;
}
.p_reform_sec04 {
  padding: 20px 20px 34px;
  background-color: #e1ebef;
  margin-top: 36px;
}
.p_reform_sec04__ttl {
  font-weight: 700;
  font-size: clamp(2.2rem, 4vw + 0.7rem, 2.7rem);
  text-align: center;
  letter-spacing: 0.2em;
}
.p_reform_sec04__desc {
  padding: clamp(2rem, 16vw + -4rem, 4rem) 0 0 clamp(0rem, 13.6vw + -5.1rem, 1.7rem);
}
.p_reform_sec04__item {
  font-size: 1.8rem;
  font-weight: 700;
}
.p_reform_sec04__item + .p_reform_sec04__item {
  padding-top: 26px;
}
.p_reform_sec04__question {
  position: relative;
  font-size: clamp(1.6rem, 6.4vw + -0.8rem, 2.4rem);
  letter-spacing: 0.05em;
}
.p_reform_sec04__question::before {
  content: "Q. ";
  position: relative;
}
.p_reform_sec04__ask {
  font-size: clamp(1.6rem, 6.4vw + -0.8rem, 2.4rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  padding-top: 8px;
  line-height: 1.2;
}
.p_reform_sec04__ask::before {
  content: "A. ";
  position: relative;
}
.p_reform_sec05 {
  padding-top: 22px;
}
.p_reform_sec05__ttl {
  position: relative;
  z-index: 2;
  font-size: clamp(2.2rem, 3.2vw + 1rem, 2.6rem);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.p_reform_sec05__content {
  padding-top: clamp(2.3rem, 8.8vw + -1rem, 3.4rem);
}
.p_reform_sec05__item:nth-child(even) {
  padding-top: 23px;
}
.p_reform_sec05__item:nth-child(even) .item_content {
  flex-direction: row-reverse;
}
.p_reform_sec05__item:nth-child(even) .item_ttl {
  text-align: right;
}
.p_reform_sec05__item:nth-child(even) .item_img::after {
  right: 0;
  left: unset;
}
.p_reform_sec05__item .item_ttl {
  position: relative;
  z-index: 2;
  font-size: clamp(1.8rem, 4vw + 0.3rem, 2.3rem);
  font-weight: 700;
}
.p_reform_sec05__item .item_content {
  display: flex;
  gap: 10px;
  padding-top: 16px;
}
.p_reform_sec05__item .item_img {
  width: 32%;
  position: relative;
  z-index: 1;
}
.p_reform_sec05__item .item_img::after {
  content: "";
  position: absolute;
  width: clamp(16rem, 22.9007633588vw + 7.4122137405rem, 25rem);
  height: clamp(16rem, 22.9007633588vw + 7.4122137405rem, 25rem);
  left: 0;
  bottom: 0;
  background-color: #e1ebef;
  border-radius: 100%;
  z-index: -1;
}
.p_reform_sec05__item .item_txt {
  position: relative;
  z-index: 2;
  width: calc(100% - 32%);
  font-size: clamp(1.6rem, 4vw + 0.1rem, 2.1rem);
}
.p_reform_sec05 .p_reform_btn {
  padding-top: 15px;
}
.p_reform .c_accordion__item + .c_accordion__item {
  margin-top: clamp(2rem, 10.4vw + -1.9rem, 3.3rem);
}
.p_reform .c_accordion__ttl {
  background-color: #e1e1e1;
  border-radius: clamp(2rem, 10.4vw + -1.9rem, 3.3rem);
  padding: clamp(1.5rem, 4vw + 0rem, 2rem) 20px;
  transition: margin-bottom 0.5s;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .p_reform .c_accordion__ttl {
    transition: all 0.5s;
  }
  .p_reform .c_accordion__ttl:hover {
    opacity: 0.8;
  }
}
.p_reform .c_accordion__ttl.active {
  margin-bottom: 15px;
}
.p_reform .c_accordion__ttl .ttl {
  display: flex;
  gap: clamp(1rem, 12.8vw + -3.8rem, 2.6rem);
  display: flex;
  align-items: center;
}
.p_reform .c_accordion__ttl .ttl_txt {
  font-size: clamp(2.1rem, 4vw + 0.6rem, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p_reform .c_accordion__ttl .ttl .icon_arrow {
  width: clamp(3rem, 20vw + -4.5rem, 5.5rem);
  height: clamp(3rem, 20vw + -4.5rem, 5.5rem);
  position: relative;
  background-color: #fc6a00;
  border-radius: 100%;
  display: block;
}
.p_reform .c_accordion__ttl .ttl .icon_arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(50% + 2px);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: clamp(0.5rem, 4vw + -1rem, 1rem) solid transparent;
  border-right: clamp(0.5rem, 4vw + -1rem, 1rem) solid transparent;
  border-top: clamp(0.9rem, 5.6vw + -1.2rem, 1.6rem) solid #fff;
}
.p_reform .c_accordion__desc {
  position: relative;
  display: none;
  margin-left: -25px;
  margin-right: -25px;
}
.p_reform .c_accordion__desc .content {
  background-color: #fff;
  padding: 10px 10px 20px;
  position: relative;
  border: 10px solid #6292a8;
}
.p_reform .c_accordion__desc .name {
  margin-top: 10px;
  padding: 5px 0;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  position: relative;
  z-index: 1;
}
.p_reform .c_accordion__desc .name::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  margin-left: -10px;
  margin-right: -10px;
  background-color: #6292a8;
  opacity: 0.7;
  z-index: -1;
}
.p_reform .c_accordion__desc .img {
  margin-top: -40px;
}
.p_reform .c_accordion__desc .txt {
  padding: 10px 5px;
}
.p_reform .c_accordion__desc .btn {
  margin-top: 10px;
}
.p_reform .c_accordion__desc .btn .btn01,
.p_reform .c_accordion__desc .btn .btn02 {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  border-radius: 20px;
}
.p_reform .c_accordion__desc .btn .btn01 {
  background-color: #6292a8;
}
.p_reform .c_accordion__desc .btn .btn02 {
  background-color: #fc6a00;
  font-size: 2.4rem;
  margin-top: 15px;
}
.p_reform_dec {
  display: none;
}
@media screen and (min-width: 990px) {
  .p_reform_dec {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: calc((100% - 500px) / 2);
    height: 100vh;
    z-index: 1;
    padding: 3vw 0;
    gap: 50px 0;
  }
}
.p_reform_dec__head {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  width: 80%;
  max-width: 500px;
}
.p_reform_dec__family {
  width: 30%;
  max-width: 170px;
}
.p_reform_dec__txt {
  font-size: min(40px, 3vw);
  font-weight: 700;
}

/*# sourceMappingURL=reform01.css.map */
