@media screen and (min-width: 768px), print {
  #reform .sec-links.layout-full {
    padding-block: 150px 150px;
  }
  #reform .sec-links__cards {
    margin-top: 0;
  }
  .reform-sec1 {
    background: url("../images/reform/sec1_bg.png") repeat center center/cover;
    margin-top: 103px;
    padding-block: 128px 138px;
  }
  .reform-sec1__title.common-title-sans.--v1 {
    text-align: center;
    margin-bottom: 60px;
    padding-left: 11px;
  }
  .reform-sec1__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 19px 50px;
    padding-left: 10px;
  }
  .reform-sec1__item {
    background-color: #fff;
    width: 515px;
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 13px 16px;
  }
  .reform-sec1__item img {
    width: 36px;
  }
  .reform-sec1__item-text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.1111111111;
  }
  .reform-sec1__lead {
    font-size: 29px;
    font-weight: 500;
    letter-spacing: 0.5em;
    line-height: 2.0689655172;
    text-align: center;
    color: #b11f25;
    margin-top: 88px;
    padding-left: 12px;
  }
  .reform-sec1__text {
    line-height: 1.875;
    text-align: center;
    margin-top: 38px;
  }
  .reform-sec2 {
    position: relative;
    padding-top: 348px;
  }
  .reform-sec2__top-bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100vw;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  .reform-sec2__box {
    position: relative;
    z-index: 3;
    padding-block: 75px 83px;
    text-align: center;
    background-color: #fff;
  }
  .reform-sec2__box-text.common-title-sans.--v1 {
    margin-bottom: 0;
    padding-left: 13px;
  }
  .reform-sec2__nav {
    margin-top: 11px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0px 0px;
    align-items: center;
    border-left: 1px solid #666;
  }
  .reform-sec2__nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.3em;
    line-height: 1.7272727273;
    text-align: center;
    color: #b11f25;
    border-right: 1px solid #666;
    padding-left: 6px;
  }
  .reform-sec2__nav-item .reform-sec2__nav-item-text {
    display: block;
    padding-left: 6px;
  }
  .reform-sec2__nav-item img {
    width: 16px;
    margin-top: 8px;
  }
  .reform-sec2-sec:first-of-type {
    margin-top: 95px;
  }
  .reform-sec2-sec:nth-of-type(n + 2) {
    margin-top: 80px;
  }
  .reform-sec2-sec__title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    background-color: #b11f25;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 2.2142857143;
    color: #fff;
    text-align: center;
  }
  .reform-sec2-sec__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px 79px;
    margin-top: 50px;
  }
  .reform-sec2-sec__card {
    width: 510px;
  }
  .reform-sec2-sec__card-body {
    margin-top: 20px;
  }
  .reform-sec2-sec__card-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3888888889;
    margin-bottom: 15px;
  }
  .reform-sec2-sec__card-text {
    line-height: 1.625;
  }
  .reform-sec3 {
    margin-top: 178px;
    margin-inline: auto;
    width: 564px;
    text-align: center;
    padding-bottom: 223px;
  }
  .reform-sec3__title.common-title-sans.--v1 {
    width: 144px;
    margin-inline: auto;
    margin-bottom: 14px;
  }
  .reform-sec3__lead {
    margin-top: 11px;
    font-size: 30px;
    letter-spacing: 0.45em;
    white-space: nowrap;
    padding-left: 8px;
  }
  .reform-sec3__tel {
    display: block;
    width: 420px;
    margin-inline: auto;
    margin-top: 37px;
  }
  .reform-sec3__note {
    line-height: 2.5625;
    margin-top: 15px;
  }
  .reform-sec3__btn-wrapper {
    margin-top: 40px;
  }
  .reform-sec3__btn {
    border: 1px solid #b11f25;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.3em;
    line-height: 1.7272727273;
    color: #b11f25;
    text-align: center;
    position: relative;
  }
  .reform-sec3__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url("../images/reform/icon_arrow-right.png") no-repeat center center/contain;
    width: 19px;
    height: 19px;
  }
}
@media screen and (max-width: 767px) {
  #reform .sec-links.layout-full {
    padding-block: 50px 50px;
  }
  #reform .sec-links__cards {
    margin-top: 0;
  }
  .reform-sec1 {
    background: url("../images/reform/sec1_bg.png") repeat center center/cover;
    margin-top: 50px;
    padding-block: 50px;
  }
  .reform-sec1__title.common-title-sans.--v1 {
    text-align: center;
    margin-bottom: 30px;
  }
  .reform-sec1__item {
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 15px;
  }
  .reform-sec1__item img {
    width: 24px;
  }
  .reform-sec1__item + .reform-sec1__item {
    margin-top: 20px;
  }
  .reform-sec1__item-text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .reform-sec1__lead {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 2;
    text-align: center;
    color: #b11f25;
    margin-top: 50px;
  }
  .reform-sec1__text {
    line-height: 1.875;
    text-align: center;
    margin-top: 30px;
  }
  .reform-sec2 {
    position: relative;
    padding-top: 166px;
  }
  .reform-sec2__top-bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100vw;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  .reform-sec2__top-bg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 414/258;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .reform-sec2__box {
    position: relative;
    z-index: 3;
    padding: 45px 18px 43px;
    text-align: center;
    background-color: #fff;
    width: calc(100% + 7px + 7px);
    margin-left: -7px;
  }
  .reform-sec2__box-text.common-title-sans.--v1 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.25em;
    line-height: 1.9444444444;
    margin-bottom: 0;
  }
  .reform-sec2__nav {
    margin-top: 15px;
    border-left: 1px solid #666;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0px 0px;
  }
  .reform-sec2__nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.5;
    text-align: center;
    color: #b11f25;
    border-right: 1px solid #666;
  }
  .reform-sec2__nav-item img {
    width: 12px;
    margin-top: 6px;
  }
  .reform-sec2-sec:first-of-type {
    margin-top: 40px;
  }
  .reform-sec2-sec:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .reform-sec2-sec__title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background-color: #b11f25;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 2;
    color: #fff;
    text-align: center;
  }
  .reform-sec2-sec__cards {
    margin-top: 50px;
  }
  .reform-sec2-sec__card + .reform-sec2-sec__card {
    margin-top: 30px;
  }
  .reform-sec2-sec__card-body {
    margin-top: 18px;
  }
  .reform-sec2-sec__card-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3888888889;
    margin-bottom: 15px;
  }
  .reform-sec2-sec__card-text {
    line-height: 1.625;
  }
  .reform-sec3 {
    margin-top: 100px;
    text-align: center;
    padding-bottom: 100px;
  }
  .reform-sec3__title {
    width: 144px;
    margin-inline: auto;
  }
  .reform-sec3__lead {
    margin-top: 25px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .reform-sec3__tel {
    display: block;
    width: 300px;
    margin-inline: auto;
  }
  .reform-sec3__note {
    line-height: 2.5625;
    margin-top: 15px;
  }
  .reform-sec3__btn-wrapper {
    margin-top: 40px;
  }
  .reform-sec3__btn {
    border: 1px solid #b11f25;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3em;
    line-height: 1.9;
    color: #b11f25;
    text-align: center;
    position: relative;
  }
  .reform-sec3__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url("../images/reform/icon_arrow-right.png") no-repeat center center/contain;
    width: 19px;
    height: 19px;
  }
}