@charset "UTF-8";
.p-page__nomv {
  padding-top: 160rem;
}
.p-page__nomv h1 {
  opacity: 0;
}

@media only screen and (max-width: 1199.9px) {
  .p-page main:not(.p-event__single, .p-works__single, .p-contact__main) {
    padding-top: 111rem;
  }
}

.p-reform__mv {
  /*
  background: url(../images/reform/mv_reform_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  */
  padding-bottom: 126rem;
  aspect-ratio: 1920/798;
  position: relative;
}
@media only screen and (max-width: 1920px) {
  .p-reform__mv {
    aspect-ratio: 1920/798;
  }
}
@media only screen and (min-width: 1920.1px) {
  .p-reform__mv {
    max-width: 1920rem;
    margin: auto;
  }
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__mv {
    /*
    background-image: url(../images/reform/mv_reform_sp.png); 
    background-position: bottom center;
    */
    aspect-ratio: 750/1129;
    width: 100%;
  }
}
.p-reform__mv .c-breadcrumb {
  margin-top: 19rem;
  margin-bottom: 117rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__mv .c-breadcrumb {
    margin: 35rem 26rem 54rem;
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .p-reform__mv .c-breadcrumb .c-breadcrumb__item {
    color: #fff;
  }
}
.p-reform__mv-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 85.68%;
}
@media only screen and (min-width: 1920.1px) {
  .p-reform__mv-img {
    width: 1645rem;
  }
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__mv-img {
    width: 100%;
  }
}
.p-reform__mv .c-btn {
  width: 500rem;
  margin: auto;
  position: absolute;
  left: 15%;
  bottom: 12%;
  border-radius: 10rem;
  height: 75rem;
  max-width: 26%;
}
@media only screen and (max-width: 1599.9px) and (min-width: 1200px) {
  .p-reform__mv .c-btn {
    bottom: 10%;
    height: 3.9vw;
  }
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__mv .c-btn {
    bottom: -94rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 100rem);
    height: 132rem;
    position: absolute;
    max-width: 649rem;
  }
}
@media only screen and (min-width: 1920.1px) {
  .p-reform__mv .c-btn {
    bottom: 110rem;
    left: 290rem;
  }
}
.p-reform__lead01 {
  max-width: 1300rem;
  margin: auto;
  padding: 181rem 0 150rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__lead01 {
    width: 100%;
    padding: 0;
    padding-top: 237rem;
    padding-bottom: 150rem;
    background: unset;
  }
}
.p-reform__lead01-wrap {
  background: linear-gradient(to bottom, #fff 38%, #F8F8F8 100%);
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__lead01-wrap {
    background: unset;
  }
}
.p-reform__lead01-heading {
  font-size: 36rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__lead01-heading {
    font-size: 50rem;
    padding-bottom: 45rem;
  }
}
.p-reform__lead01-heading .blue {
  color: #313371;
}
.p-reform__lead01-heading .large {
  font-size: 40rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__lead01-heading .large {
    font-size: 56rem;
  }
}
.p-reform__lead01-list {
  width: 1200rem;
  max-width: 100%;
  margin: 84rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 38rem;
  column-gap: 13rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__lead01-list {
    width: calc(100% - 60rem);
    max-width: 750rem;
    margin: 31rem auto 0;
  }
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__lead01-listwrap {
    background: linear-gradient(to bottom, #fff 38%, #F8F8F8 100%);
    padding-bottom: 150rem;
  }
}
.p-reform__lead01-listitem {
  width: 390rem;
  height: 153rem;
  padding: 0 28rem 0 42rem;
  background-image: url(../images/reform/balloon.png);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 20rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__lead01-listitem {
    width: 567rem;
    height: 207rem;
    margin: 0;
    padding: 0 53rem 0 67rem;
    font-size: 28rem;
  }
  .p-reform__lead01-listitem:nth-of-type(odd) {
    margin-right: auto;
  }
  .p-reform__lead01-listitem:nth-of-type(even) {
    margin-left: auto;
  }
  .p-reform__lead01-listitem:not(:first-of-type) {
    margin-top: 40rem;
  }
}
.p-reform__lead01-listitem span {
  font-weight: bold;
  background-color: #FFFBAB;
}
.p-reform__lead02 {
  max-width: 1300rem;
  margin: auto;
  padding: 150rem 0;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__lead02 {
    width: 100%;
    padding: 0;
    padding-bottom: 150rem;
  }
}
.p-reform__lead02-heading {
  margin-bottom: 50rem;
  font-size: 36rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__lead02-heading {
    font-size: 50rem;
  }
}
.p-reform__lead02-heading .blue {
  color: #313371;
}
.p-reform__lead02-heading .large {
  font-size: 40rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__lead02-heading .large {
    font-size: 56rem;
  }
}
.p-reform__lead02-heading .dot {
  position: relative;
}
.p-reform__lead02-heading .dot::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transform: translate(-50%, -100%);
  width: 6rem;
  height: 6rem;
  background-color: #7677A8;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__lead02-heading .dot::before {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.p-reform__lead02-text {
  text-align: center;
  font-size: 18rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__lead02-text {
    font-size: 30rem;
    width: calc(100% - 100rem);
    margin: auto;
    text-align: left;
  }
}
.p-reform__lead02-text + p {
  margin-top: 18rem;
}
.p-reform__lead02-text .medium {
  font-weight: 500;
}
.p-reform__lead02-text .bold {
  font-weight: 700;
}
.p-reform__lead02-box {
  margin-top: 108rem;
  margin-bottom: 90rem;
  display: flex;
  justify-content: center;
  gap: 40rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__lead02-box {
    margin-top: 138rem;
    flex-direction: column;
    align-items: center;
    gap: 122rem;
  }
}
.p-reform__lead02-item {
  position: relative;
  flex: 0 0 auto;
  width: 555rem;
  padding: 67rem 35rem 40rem;
  border: 1px solid #A9AACA;
  font-size: 18rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__lead02-item {
    width: calc(100% - 60rem);
    padding: 92rem 30rem 36rem;
    font-size: 28rem;
  }
}
.p-reform__lead02-item img {
  display: block;
  width: 369rem;
  margin: 30rem auto 0;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__lead02-item img {
    width: calc(100% - 50rem);
    margin-top: 40rem;
  }
}
.p-reform__lead02-item dt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  background-position: bottom center;
  width: 347rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24rem;
  color: #313371;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__lead02-item dt {
    font-size: 38rem;
    line-height: 1.5;
  }
}
.p-reform__lead02-item dt:before {
  content: "";
  position: absolute;
  bottom: -25rem;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0);
  display: block;
  width: 214rem;
  height: 52rem;
  background-image: url(../images/reform/marker.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__lead02-item dt:before {
    width: 266rem;
    height: 63.61rem;
  }
}
.p-reform__lead02 p.mt-40 {
  margin-top: 40rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__lead02 .text-center {
    text-align: center;
  }
  .p-reform__lead02 .fz-sp-31 {
    font-size: 31rem;
  }
  .p-reform__lead02 .fz-sp-32 {
    font-size: 32rem;
  }
}
.p-reform__chart {
  background-color: #F4F4F4;
  text-align: center;
  padding: 110rem 0;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__chart {
    padding: 130rem 0;
  }
}
.p-reform__chart .c-title-english {
  text-align: center;
  margin-bottom: 50rem;
}
.p-reform__chart .c-title-english__ja {
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__chart .c-title-english__ja {
    font-size: 56rem;
  }
}
.p-reform__chart .c-title-english__ja span {
  display: block;
  font-size: 36rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__chart .c-title-english__ja span {
    font-size: 50rem;
  }
}
.p-reform__chart .c-title-english__ja br {
  display: none;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__chart .c-title-english__ja br {
    display: block;
  }
}
.p-reform__chart .c-title-english + p {
  line-height: 2.2;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__chart .c-title-english + p {
    text-align: left;
    font-size: 30rem;
    width: calc(100% - 102rem);
    margin: auto;
    line-height: 2.1;
  }
}
.p-reform__chart-table {
  max-width: 1194rem;
  margin: 67rem auto 0;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__chart-table {
    width: calc(100% - 62rem);
  }
}
.p-reform__chart-table tr {
  height: 103rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__chart-table tr {
    height: 96rem;
  }
}
.p-reform__chart-table tr:not(:first-of-type) th {
  width: 132rem;
}
.p-reform__chart-table tr:not(:first-of-type) td, .p-reform__chart-table tr:not(:first-of-type) th {
  height: 160rem;
}
.p-reform__chart-table th, .p-reform__chart-table td {
  width: 398rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__chart-table th, .p-reform__chart-table td {
    width: auto;
  }
}
.p-reform__chart-table th {
  background-color: #A9AACA;
  color: #fff;
  font-weight: bold;
  font-size: 24rem;
  letter-spacing: 0.05em;
  border: 1px solid #c7c7c7;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__chart-table th {
    font-size: 28rem;
  }
}
.p-reform__chart-table th.bg-none {
  background-color: transparent;
  border: 0;
}
.p-reform__chart-table th.yellow {
  background-color: #E2BA63;
}
.p-reform__chart-table th.olive {
  background-color: #C3BF79;
}
.p-reform__chart-table td {
  font-size: 20rem;
  font-weight: 500;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__chart-table td {
    font-size: 24rem;
    width: 279rem;
  }
}
.p-reform__chart-table td.yellow {
  background-color: #FFF9EC;
}
.p-reform__chart-table td.olive {
  background-color: #FAF9ED;
}
.p-reform__chart-table td {
  border: 1px solid #c7c7c7;
}
.p-reform__point {
  text-align: center;
  padding: 110rem 0 152rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__point {
    font-size: 30rem;
    padding: 150rem 0;
    width: calc(100% - 100rem);
    margin: auto;
  }
}
.p-reform__point .c-title-english {
  text-align: center;
  margin-bottom: 50rem;
}
.p-reform__point .c-title-english__ja {
  font-size: 36rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-reform__point .c-title-english__ja span {
  font-size: 40rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__point .c-title-english__ja span {
    font-size: 56rem;
  }
}
.p-reform__point .c-title-english__ja .xlarge {
  font-size: 50rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__point .c-title-english__ja .xlarge {
    font-size: 66rem;
  }
}
.p-reform__point .c-title-english + p {
  line-height: 2.2;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__point .c-title-english + p {
    line-height: 2.1;
    text-align: left;
  }
}
.p-reform__point-list {
  width: 1097rem;
  max-width: 100%;
  margin: 70rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 80rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__point-list {
    gap: 70rem;
  }
}
.p-reform__point-item {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 40rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__point-item {
    flex-wrap: wrap;
  }
}
.p-reform__point-item img {
  width: 538rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__point-item img {
    width: 100%;
  }
}
.p-reform__point-item dl dt {
  margin-bottom: 20rem;
  color: #313371;
  font-size: 24rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__point-item dl dt {
    font-size: 38rem;
    text-align: center;
    line-height: 1.6;
  }
}
.p-reform__point-item dl dd {
  font-size: 18rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__point-item dl dd {
    font-size: 30rem;
    line-height: 2.1;
  }
}
.p-reform__point-item dl dd span {
  background-color: #FFFBAB;
  font-weight: 700;
}
.p-reform__case-heading {
  position: relative;
  width: 804rem;
  max-width: 100%;
  margin: auto;
  display: flex;
  gap: 90rem;
  transform: translateY(46rem);
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__case-heading {
    display: block;
    width: calc(100% - 100rem);
    transform: unset;
    padding-bottom: 66rem;
  }
}
.p-reform__case-heading .p-reform__case-title {
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__case-heading .p-reform__case-title {
    writing-mode: unset;
    text-align: center;
    justify-content: center;
  }
}
.p-reform__case-heading .p-reform__case-title .ja {
  font-size: 40rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__case-heading .p-reform__case-title .ja {
    font-size: 56rem;
    letter-spacing: 0.01em;
    margin-bottom: 20rem;
  }
}
.p-reform__case-heading .p-reform__case-title .en {
  color: #313371;
  font-size: 20rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-left: 14rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__case-heading .p-reform__case-title .en {
    font-size: 32rem;
  }
}
.p-reform__case-heading > p {
  padding-top: 30rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__case-heading > p {
    font-size: 30rem;
    padding-top: 52rem;
    line-height: 2.1;
    letter-spacing: 0.05em;
  }
}
.p-reform__case-wrap {
  background-color: #F4F4F4;
  padding-top: 187rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__case-wrap {
    padding-top: 110rem;
    padding-bottom: 50rem;
  }
}
.p-reform__case-content {
  position: relative;
  max-width: 1920rem;
  margin: auto;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__case-content {
    background-color: #fff;
    padding-top: 100rem;
  }
}
.p-reform__case-sec {
  background-image: linear-gradient(to right, #fff 60.7%, #f4f4f4 60.7%, #f4f4f4 100%);
  display: flex;
  flex-direction: row-reverse;
  gap: 136rem;
}
@media only screen and (max-width: 1499.9px) and (min-width: 1200px) {
  .p-reform__case-sec {
    gap: 70rem;
  }
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__case-sec {
    flex-direction: column;
    align-items: center;
    gap: 80rem;
    background: unset;
  }
}
.p-reform__case-sec img {
  width: 824rem;
  max-width: calc(50% - 136rem);
}
@media only screen and (max-width: 1499.9px) and (min-width: 1200px) {
  .p-reform__case-sec img {
    max-width: calc(50% - 70rem);
  }
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__case-sec img {
    width: 100%;
    max-width: unset;
  }
}
.p-reform__case-secttl {
  width: 600rem;
  text-align: center;
  transform: translateY(-50%);
  position: absolute;
  top: 0;
  left: 18.5%;
  color: #313371;
  font-size: 30rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  max-width: 100%;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__case-secttl {
    left: auto;
    transform: translateY(-50%);
    font-size: 50rem;
    text-align: center;
    width: 100%;
  }
}
.p-reform__case-inner {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 90rem 0 93rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__case-inner {
    padding: 0 0 100rem;
    width: calc(100% - 60rem);
  }
}
.p-reform__case-secheading {
  width: 600rem;
  margin-bottom: 62rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__case-secheading {
    width: 100%;
  }
}
.p-reform__case-secheading > p {
  width: 493rem;
  margin: auto;
  padding: 12rem 0;
  text-align: center;
  color: #5d5fa5;
  font-size: 28rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__case-secheading > p {
    width: 690rem;
    max-width: calc(100% - 60rem);
    margin: auto;
    font-size: 42rem;
    line-height: 1.8;
  }
}
.p-reform__case-box {
  position: relative;
  border: 1px solid #A9AACA;
  border-radius: 4px;
  width: 600rem;
  padding: 32rem 34rem 36rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__case-box {
    padding: 32rem 55rem 24rem;
    width: 100%;
  }
}
.p-reform__case-box dt {
  position: absolute;
  top: 0;
  left: 30rem;
  transform: translateY(-50%);
  font-family: "Noto Serif JP", serif;
  font-size: 20rem;
  font-weight: 700;
  padding: 0 13rem;
  background-color: #fff;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__case-box dt {
    font-size: 32rem;
  }
}
.p-reform__case-box dd {
  font-size: 16rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__case-box dd {
    font-size: 26rem;
    line-height: 2.1;
  }
}
.p-reform__case-box dd .bold {
  font-weight: 700;
}
.p-reform__case-box dd .marker {
  background-color: #FFFBAB;
}
.p-reform__case-box--02 {
  margin-top: 44rem;
  border: 2px solid #313371;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__case-box--02 {
    margin-top: 66rem;
  }
}
.p-reform__case-content--02 {
  margin-top: 92rem;
}
.p-reform__case-content--02 .p-reform__case-sec {
  flex-direction: row;
  background-image: linear-gradient(to left, #fff 60.7%, #f4f4f4 60.7%, #f4f4f4 100%);
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__case-content--02 .p-reform__case-sec {
    flex-direction: column;
    background: unset;
  }
}
.p-reform__case-content--02 .p-reform__case-inner {
  align-items: flex-start;
}
.p-reform__case-content--02 .p-reform__case-secttl {
  left: 50%;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__case-content--02 .p-reform__case-secttl {
    left: auto;
  }
}
.p-reform__cta {
  background-image: url(../images/reform/cta_bg.jpg);
  background-size: cover;
  padding: 35rem 0;
  height: 480rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__cta {
    height: auto;
    padding: 64rem 0;
    background-image: url(../images/reform/cta_bg_sp.jpg);
  }
}
.p-reform__cta-inner {
  width: 970rem;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  margin: auto;
  padding: 66rem 0 59rem;
  text-align: center;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__cta-inner {
    width: calc(100% - 62rem);
    padding: 60rem 40rem 71rem;
  }
}
.p-reform__cta-heading {
  position: relative;
  width: fit-content;
  margin: auto;
  font-size: 36rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 30rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__cta-heading {
    font-size: 50rem;
  }
}
.p-reform__cta-heading .large {
  font-size: 40rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__cta-heading .large {
    font-size: 56rem;
  }
}
.p-reform__cta-heading br {
  display: none;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__cta-heading br {
    display: block;
  }
}
.p-reform__cta-heading .marker {
  position: relative;
  z-index: 1;
}
.p-reform__cta-heading .marker::before {
  content: "";
  position: absolute;
  bottom: -15rem;
  left: 0;
  z-index: -1;
  display: block;
  width: 215rem;
  height: 40rem;
  background-image: url(../images/reform/line.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__cta-heading .marker::before {
    width: 303rem;
    height: 56rem;
    bottom: -35rem;
  }
}
.p-reform__cta-text {
  font-size: 18rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__cta-text {
    font-size: 30rem;
  }
}
.p-reform__cta .c-btn {
  width: 500rem;
  height: 75rem;
  border-radius: 10rem;
  margin: 30rem auto 0;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__cta .c-btn {
    width: 610rem;
    max-width: 100%;
    margin-top: 51rem;
    height: 132rem;
  }
}
.p-reform__promise {
  padding: 150rem 0;
}
.p-reform__promise .c-title-english {
  text-align: center;
  margin-bottom: 87rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__promise .c-title-english {
    margin-bottom: 76rem;
  }
}
.p-reform__promise .c-title-english__ja span {
  font-size: 30rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__promise .c-title-english__ja span {
    font-size: 48rem;
  }
}
.p-reform__promise-list {
  counter-reset: number 0;
  width: 971rem;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 55rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__promise-list {
    gap: 60rem;
    width: calc(100% - 60rem);
    max-width: unset;
  }
}
.p-reform__promise-item {
  position: relative;
  background-color: #F8F8F8;
  padding: 37rem 51rem 50rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__promise-item {
    padding: 60rem 55rem;
  }
}
.p-reform__promise-item::before {
  counter-increment: number 1;
  content: counter(number) " ";
  width: 57rem;
  height: 57rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #313371;
  margin: auto;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 32rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__promise-item::before {
    width: 78rem;
    height: 78rem;
    font-size: 43.79rem;
    margin-bottom: 40rem;
  }
}
.p-reform__promise-item::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 37rem;
  left: 50%;
  transform: translate(-50%, 5rem);
  border: 1px solid #fff;
  width: 47rem;
  height: 47rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__promise-item::after {
    top: 60rem;
    width: 64rem;
    height: 64rem;
  }
}
.p-reform__promise-heading {
  color: #313371;
  font-size: 32rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 40rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__promise-heading {
    font-size: 42rem;
  }
}
.p-reform__promise-heading br {
  display: none;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__promise-heading br {
    display: block;
  }
}
.p-reform__promise-text {
  margin-top: 40rem;
  font-size: 18rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__promise-text {
    font-size: 30rem;
  }
}
.p-reform__promise-text p + p {
  margin-top: 18rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__promise-text p + p {
    margin-top: 20rem;
  }
}
.p-reform__promise-text .marker {
  background-color: #FFFBAB;
}
.p-reform__promise-text .bold {
  font-weight: 700;
}
.p-reform__system {
  width: 1200rem;
  max-width: 100%;
  margin: 120rem auto 0;
  border: 10rem solid #CCCCE0;
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 27rem 50rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__system {
    margin-top: 130rem;
    flex-direction: column;
    width: calc(100% - 60rem);
    max-width: unset;
    padding: 60rem 30rem 364rem;
    position: relative;
  }
}
.p-reform__system-text dt {
  margin-bottom: 29rem;
  font-size: 32rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__system-text dt {
    font-size: 50rem;
  }
}
.p-reform__system-text dt span {
  font-size: 40rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__system-text dt span {
    font-size: 56rem;
  }
}
.p-reform__system-text dd {
  font-size: 18rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__system-text dd {
    font-size: 30rem;
  }
}
.p-reform__system-text dd span {
  font-weight: 700;
  text-decoration: underline;
}
.p-reform__system img {
  width: 292rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__system img {
    position: absolute;
    bottom: 38rem;
    left: 94rem;
    width: 500.38rem;
    height: 365rem;
  }
}
.p-reform__flow {
  padding: 150rem 0;
  background-color: #F4F4F4;
}
.p-reform__flow .c-title-english {
  text-align: center;
}
.p-reform__flow-list {
  background-color: #fff;
  width: 1200rem;
  max-width: 100%;
  margin: 60rem auto 0;
  padding: 70rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__flow-list {
    width: calc(100% - 40rem);
    max-width: unset;
    padding: 69rem 31rem 70rem;
    margin-top: 76rem;
  }
}
.p-reform__flow-item {
  margin-bottom: 74rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__flow-item {
    margin-bottom: 56rem;
  }
}
.p-reform__flow-item dl {
  display: flex;
  align-items: center;
  gap: 70rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__flow-item dl {
    align-items: flex-start;
  }
}
.p-reform__flow-item dl dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 127rem;
  height: 127rem;
  background-color: #313371;
  text-align: center;
  color: #fff;
  font-size: 26.29rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.p-reform__flow-item dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border: 0.81px solid #fff;
  width: 112.89rem;
  height: 112.89rem;
}
.p-reform__flow-item dl dt::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 100%);
  display: block;
  background-color: #c7c7c7;
  width: 2px;
  height: 100%;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__flow-item dl dt::after {
    height: 330%;
  }
}
.p-reform__flow-item dl dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  gap: 69rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__flow-item dl dd {
    flex-direction: column;
  }
}
.p-reform__flow-item img {
  display: block;
  width: 224rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__flow-item img {
    width: 320rem;
  }
}
.p-reform__flow-item:last-of-type {
  margin-bottom: 0;
}
.p-reform__flow-item:last-of-type dl dt::after {
  display: none;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__flow-item:nth-of-type(3) dl dt::after {
    height: 400%;
  }
}
.p-reform__flow-heading {
  margin-bottom: 20rem;
  color: #5D5FA5;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 24rem;
  line-height: 1.1;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__flow-heading {
    font-size: 38rem;
  }
}
.p-reform__flow-text {
  font-size: 18rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__flow-text {
    font-size: 30rem;
  }
}
.p-reform__faq {
  padding: 150rem 0;
}
.p-reform__faq .c-title-english {
  text-align: center;
}
.p-reform__faq-inner {
  max-width: 1300rem;
  margin: 80rem auto 0;
  width: 67.71%;
}
@media only screen and (max-width: 1299.9px) and (min-width: 1200px) {
  .p-reform__faq-inner {
    width: calc(100% - 100rem);
  }
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__faq-inner {
    width: calc(100% - 60rem);
    max-width: unset;
    margin-top: 16.3rem;
  }
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__faq .c-accordion__btn {
    top: 75rem;
  }
}
.p-reform__contact {
  background-color: #F4F4F4;
  padding: 120rem 0 150rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__contact {
    padding: 130rem 0 0;
  }
}
.p-reform__contact-heading {
  position: relative;
  width: fit-content;
  margin: auto;
  font-size: 36rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 30rem;
  text-align: center;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__contact-heading {
    font-size: 50rem;
  }
}
.p-reform__contact-heading .large {
  font-size: 40rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__contact-heading .large {
    font-size: 56rem;
  }
}
.p-reform__contact-heading .marker {
  position: relative;
  z-index: 1;
}
.p-reform__contact-heading .marker::before {
  content: "";
  position: absolute;
  bottom: -15rem;
  left: 0;
  z-index: -1;
  display: block;
  width: 215rem;
  height: 40rem;
  background-image: url(../images/reform/line.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__contact-heading .marker::before {
    width: 303rem;
    height: 56rem;
    bottom: -35rem;
  }
}
.p-reform__contact-lead {
  text-align: center;
  font-size: 18rem;
  margin-bottom: 20rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__contact-lead {
    font-size: 30rem;
    width: calc(100% - 102rem);
    margin: 30rem auto 0;
    text-align: left;
  }
}
.p-reform__contact-lead span {
  margin-top: 20rem;
  font-weight: 700;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__contact-lead span {
    margin-top: 30rem;
  }
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__contact .p-contact__box {
    margin-top: 80rem;
    margin-bottom: 80rem;
  }
}
.p-reform__contact-inner {
  background-color: #fff;
  max-width: 1300rem;
  margin: 114rem auto 0;
  width: 67.71%;
  padding: 110rem 150rem;
}
@media only screen and (max-width: 1599.9px) and (min-width: 1200px) {
  .p-reform__contact-inner {
    padding: 60rem 50rem;
    width: 80%;
  }
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__contact-inner {
    width: 100%;
    max-width: unset;
    margin-top: 110rem;
    padding: 108rem 49rem 36rem;
  }
}
.p-reform__contact-text {
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-reform__contact-text:first-of-type {
  font-size: 18rem;
  font-weight: 500;
  padding: 0 13rem 6rem;
  border-bottom: 1px solid #333;
  margin: 80rem auto 0;
  width: fit-content;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__contact-text:first-of-type {
    font-size: 30rem;
    padding: 0 5rem 30rem;
    margin-top: 90rem;
  }
}
.p-reform__contact-text:nth-of-type(2) {
  margin-top: 52rem;
  font-size: 17rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__contact-text:nth-of-type(2) {
    margin-top: 70rem;
    font-size: 26rem;
  }
}
.p-reform__contact-text--attention {
  margin-top: 17rem;
  font-size: 17rem;
  color: #D04E45;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__contact-text--attention {
    margin-top: 28rem;
    font-size: 26rem;
  }
}
.p-reform__contact-text--note {
  margin-top: 76rem;
  font-size: 17rem;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__contact-text--note {
    margin-top: 90rem;
    font-size: 26rem;
  }
}
.p-reform__contact .c-form__table dt > p {
  align-items: baseline;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__contact .c-form__table dt > p {
    align-items: center;
  }
}
.p-reform__contact .c-form__table dd.pt-15 {
  padding-top: 15rem;
}
.p-reform__contact .c-form__table dd.pt-15 p {
  color: #333;
  font-size: 18rem;
  margin-bottom: 18rem;
  width: 100%;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__contact .c-form__table dd.pt-15 p {
    font-size: 28rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__contact .c-form__table dd.pt-15 > p {
    margin-bottom: 39rem;
  }
}
.p-reform__contact .c-form__table dt .dre-origin-form-required-badge {
  flex: none;
  margin-left: 10rem;
}
@media (max-width: 1199.9px) {
  .p-reform__contact .c-form__table dd input[type=date] {
    padding: 22rem 8rem;
    width: calc(100% - 16rem);
    box-sizing: border-box !important;
    display: block;
    line-height: 46rem;
    height: auto;
    min-height: 100rem;
  }
}
@media (max-width: 1199.9px) {
  .p-reform__contact .c-form__table dd {
    min-width: 0;
  }
  .p-reform__contact { /* flexの子としての縮小許可 */ }
  .p-reform__contact .c-form__table dd input[type=date] {
    min-width: 0;
  }
}
.p-reform__confirm .p-catalog__contact h1 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 40rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__confirm .p-catalog__contact h1 {
    font-size: 50rem;
  }
}
.p-reform__confirm .p-catalog__contact h1 span {
  padding-left: 1em;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__confirm .p-catalog__contact h1 span {
    padding: 0;
    display: block;
  }
}
.p-reform__confirm .p-catalog__contact .c-form__table dl {
  padding: 32rem 0;
  border-bottom: 1px solid #F3F3F3;
}
.p-reform__confirm .p-catalog__contact .c-form__table dl:not(:first-of-type) {
  margin-top: 0;
}
.p-reform__confirm .p-catalog__contact .c-form__table dd {
  color: #1A1A1A;
}
.p-reform__confirm .p-catalog__contact .c-form__table dt {
  margin-top: 0;
}
.p-reform__confirm .p-catalog__contact .wpcf7-form-control.wpcf7-previous {
  margin-top: 40rem;
  background: unset;
  border: 0;
  color: #333;
  border-bottom: 1px solid #333;
  line-height: 1.8;
  font-size: 17rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__confirm .p-catalog__contact .wpcf7-form-control.wpcf7-previous {
    font-size: 26rem;
    margin-bottom: 80rem;
  }
}
@media only screen and (max-width: 1199.9px) {
  .p-reform__confirm .dre-origin-form-table.c-form__table {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=reform.css.map */