@charset "UTF-8";
.p-stroke__section._lead {
  padding: 3.125rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-stroke__section._lead {
    padding: 6.25rem 0 0;
  }
}
.p-stroke__section._01 {
  padding: 1.5625rem 0;
  background-color: #F9F6F2;
}
@media screen and (min-width: 768px) {
  .p-stroke__section._01 {
    padding: 6.25rem 0;
    background-color: #FFFFFF;
  }
}
.p-stroke__section._02 {
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-stroke__section._02 {
    padding: 6.25rem 0;
  }
}
.p-stroke__section._03 {
  padding: 1.5625rem 0;
  background-color: #F9F6F2;
}
@media screen and (min-width: 768px) {
  .p-stroke__section._03 {
    padding: 3.125rem 0;
  }
}
.p-stroke__section._04 {
  padding: 3.125rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-stroke__section._04 {
    padding: 6.25rem 0 0;
  }
}
.p-stroke__section._05 {
  padding: 3.125rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-stroke__section._05 {
    padding: 6.25rem 0 0;
  }
}
.p-stroke__section._06 {
  padding: 3.125rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-stroke__section._06 {
    padding: 6.25rem 0 0;
  }
}
.p-stroke__section._07 {
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-stroke__section._07 {
    padding: 6.25rem 0;
  }
}
.p-stroke__section._08 {
  padding: 1.5625rem 0;
  background-color: #F9F6F2;
}
@media screen and (min-width: 768px) {
  .p-stroke__section._08 {
    padding: 3.125rem 0;
  }
}
.p-stroke__section._09 {
  padding: 3.125rem 0;
  background-color: #F9F6F2;
}
@media screen and (min-width: 768px) {
  .p-stroke__section._09 {
    padding: 6.25rem 0;
    background-color: #FFFFFF;
  }
}
.p-stroke__section._10 {
  padding: 1.5625rem 0;
  background-color: #F9F6F2;
}
@media screen and (min-width: 768px) {
  .p-stroke__section._10 {
    padding: 6.25rem 0;
  }
}
.p-stroke__section._11 {
  padding: 1.5625rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-stroke__section._11 {
    padding: 6.25rem 0 0;
  }
}
.p-stroke__section._12 {
  padding: 1.5625rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-stroke__section._12 {
    padding: 6.25rem 0;
  }
}

.p-stroke__sec-lead-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec-lead-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-stroke__sec-lead-column .body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.p-stroke__sec-lead-column .body .text {
  font-family: "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec-lead-column .body .text {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-stroke__sec-lead-column .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.5rem;
            flex: 0 0 32.5rem;
  }
}
.p-stroke__sec-lead-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-stroke__sec01-heading {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec01-heading {
    padding-top: 2.5rem;
  }
}

.p-stroke__sec01-content {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec01-content {
    margin-top: 3.125rem;
  }
}

.p-stroke__sec01-column {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec01-column {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 2.5rem;
  }
}
.p-stroke__sec01-column .column .title {
  font-family: "Zen Old Mincho", "Noto Serif", serif;
  color: #998E73;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec01-column .column .title {
    font-size: 1.375rem;
  }
}
.p-stroke__sec01-column .column .pic {
  margin-top: 0.5rem;
}
.p-stroke__sec01-column .column .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-stroke__sec01-column .column .body {
  padding: 1.25rem 1.25rem;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec01-column .column .body {
    background-color: initial;
  }
}
.p-stroke__sec01-column .column .box {
  margin-top: 1.25rem;
  padding: 0.25rem 0.5rem;
  background-color: #998E73;
}
.p-stroke__sec01-column .column .box-text {
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec01-column .column .box-text {
    font-size: 1rem;
  }
}
.p-stroke__sec01-column .column .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec01-column .column .list {
    gap: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-stroke__sec01-column .column._01 .body, .p-stroke__sec01-column .column._02 .body, .p-stroke__sec01-column .column._03 .body {
    min-height: 17.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-stroke__sec01-column .column._04 .body, .p-stroke__sec01-column .column._05 .body, .p-stroke__sec01-column .column._06 .body {
    min-height: 11rem;
  }
}

.p-stroke__sec02-lead {
  margin-top: 3.125rem;
  padding: 0.5rem;
  background-color: #F3F3F3;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec02-lead {
    padding: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-stroke__sec02-lead .p-symptom__text {
    text-align: center;
  }
}

.p-stroke__sec02-content {
  margin-top: 3.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec02-content {
    margin-top: 3.375rem;
    gap: 6.25rem;
  }
}

.p-stroke__sec02-column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec02-column {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
.p-stroke__sec02-column .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-stroke__sec02-column .pic {
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec02-column .pic {
    margin-top: 0.25rem;
  }
}
.p-stroke__sec02-column .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-stroke__sec02-column .body {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec02-column .body {
    margin-top: 0;
  }
}

.p-stroke__sec03-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.p-stroke__sec03-heading .c-box-title {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec03-heading .p-symptom__text {
    text-align: center;
  }
}

.p-stroke__sec03-lead {
  text-align: center;
  font-family: "Zen Old Mincho", "Noto Serif", serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec03-lead {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.p-stroke__sec03-content {
  margin-top: 1.25rem;
}
.p-stroke__sec03-content .pic {
  margin-top: 1.25rem;
}
.p-stroke__sec03-content .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-stroke__sec03-sub-title {
  margin-top: 1.25rem;
  text-align: center;
}

.p-stroke__sec04-content {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}

.p-stroke__sec05-content {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec05-content {
    margin-top: 3.125rem;
  }
}
.p-stroke__sec05-content .video-wrap {
  margin-top: 1.25rem;
  aspect-ratio: 345/166;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec05-content .video-wrap {
    margin-top: 3.125rem;
    aspect-ratio: 1090/447;
  }
}
.p-stroke__sec05-content .video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-stroke__sec05-content .video-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-stroke__sec05-items {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec05-items {
    margin-top: 3.125rem;
    gap: 3.125rem;
  }
}

.p-stroke__sec05-item .textarea {
  margin-top: 1.25rem;
}
.p-stroke__sec05-item .columns {
  margin-top: 2.0625rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.8125rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec05-item .columns {
    margin-top: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
.p-stroke__sec05-item .column {
  position: relative;
}
.p-stroke__sec05-item .column:not(:first-of-type)::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -2.75rem;
  background-image: url(../images/stroke/icon_triangle-down.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  width: 5.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec05-item .column:not(:first-of-type)::before {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .p-stroke__sec05-item .column:not(:first-of-type)::after {
    content: "";
    position: absolute;
    top: 17.75rem;
    left: -2.75rem;
    display: inline-block;
    background-image: url(../images/stroke/icon_triangle-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 1.5rem;
    height: 5.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-stroke__sec05-item .column .pic {
    margin-top: 1rem;
  }
}
.p-stroke__sec05-item .column .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-stroke__sec05-item .column .list {
  margin-top: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-stroke__sec05-item .column .list-item {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
.p-stroke__sec05-item .column .list-item._colored {
  color: #FF6262;
}

.p-stroke__sec05-btn-wrap {
  text-align: center;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec05-btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.125rem;
  }
}

.p-stroke__case {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__case {
    margin-top: 3.125rem;
  }
}

.p-stroke__sec06-btn {
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec06-btn {
    margin-top: 3.125rem;
  }
}

.p-stroke__sec07-content {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec07-content {
    margin-top: 3.125rem;
  }
}

.p-stroke__sec08-content {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec08-content {
    margin-top: 3.125rem;
  }
}

.p-stroke__sec07-note {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec07-note {
    margin-top: 3.125rem;
  }
}

.p-stroke__se08-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
.p-stroke__se08-column .item {
  display: grid;
  grid-template-columns: 3.75rem 1fr;
  grid-template-rows: auto auto;
  row-gap: 1.1875rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  padding: 0.5rem;
  background-color: #FFFFFF;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-stroke__se08-column .item {
    grid-template-columns: 7.5rem 1fr;
    row-gap: 0;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    padding: 1.25rem;
  }
}
.p-stroke__se08-column .item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -2.625rem;
  display: inline-block;
  width: 2.125rem;
  height: 2.125rem;
  background-image: url(../images/stroke/icon_flow-down.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.p-stroke__se08-column .year {
  grid-column: 1/2;
  grid-row: 1/2;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #E8E2D3;
  color: #766A4C;
  font-family: "Zen Old Mincho", "Noto Serif", serif;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-stroke__se08-column .year {
    grid-row: 1/3;
    align-self: center;
  }
}
.p-stroke__se08-column .year .wrap {
  display: grid;
  place-items: center;
  gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__se08-column .year .wrap {
    gap: 0.625rem;
  }
}
.p-stroke__se08-column .year .up {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-stroke__se08-column .year .up {
    font-size: 0.875rem;
  }
}
.p-stroke__se08-column .year .down {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-stroke__se08-column .year .down {
    font-size: 1.375rem;
  }
}
.p-stroke__se08-column .title {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: center;
  font-family: "Zen Old Mincho", "Noto Serif", serif;
  color: #766A4C;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-stroke__se08-column .title {
    -ms-flex-item-align: initial;
        align-self: initial;
    margin-top: 1.25rem;
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-stroke__se08-column .textarea {
  grid-column: 1/3;
  grid-row: 2/3;
}
@media screen and (min-width: 768px) {
  .p-stroke__se08-column .textarea {
    grid-column: 2/3;
  }
}

.p-stroke__sec08-bottom {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec08-bottom {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-stroke__sec08-bottom .textarea {
    text-align: center;
  }
}
.p-stroke__sec08-bottom .text {
  font-family: "Zen Old Mincho", "Noto Serif", serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec08-bottom .text {
    font-size: 1.375rem;
    line-height: 2;
  }
}
.p-stroke__sec08-bottom .link-block {
  margin-top: 1.25rem;
  font-family: "Zen Old Mincho", "Noto Serif", serif;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec08-bottom .link-block {
    line-height: 2;
    margin-top: 3.125rem;
    text-align: center;
  }
}
.p-stroke__sec08-bottom .link {
  text-decoration: underline;
}

.p-stroke__sec09-content {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec09-content {
    margin-top: 3.125rem;
  }
}

.p-stroke__outer {
  max-width: 1370px;
  padding: 25px 15px;
  margin-inline: auto;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-stroke__outer {
    padding: 50px 15px;
  }
}

.p-stroke__inner {
  max-width: 1090px;
  margin-inline: auto;
}

.p-stroke__sub-section + .p-stroke__sub-section {
  margin-top: 3.125rem;
}

.p-stroke__sec10-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec10-heading {
    gap: 3.125rem;
  }
}
.p-stroke__sec10-heading .sub-title {
  text-align: center;
  font-family: "Zen Old Mincho", "Noto Serif", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec10-heading .sub-title {
    font-size: 1.75rem;
    line-height: 2;
  }
}

.p-stroke__sec10-lead {
  max-width: 50rem;
  margin: 1.25rem auto 0;
  padding: 0.5rem;
  background-color: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec10-lead {
    margin: 3.125rem auto 0;
    padding: 0.625rem;
    text-align: center;
  }
}

.p-stroke__sec10-item {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec10-item {
    padding-top: 3.125rem;
  }
}
.p-stroke__sec10-item._colored {
  padding-inline: 0.9375rem;
  background-color: #F9F6F2;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec10-item._colored {
    padding-inline: 1.25rem;
  }
}
.p-stroke__sec10-item._alignGap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec10-item._alignGap {
    gap: 3.125rem;
  }
}

.p-stroke__sec10-box .title {
  padding: 0.5rem 0.625rem;
  background-color: #998E73;
  text-align: center;
  font-family: "Zen Old Mincho", "Noto Serif", serif;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec10-box .title {
    font-size: 1.5rem;
    line-height: 2;
    padding: 0 0.625rem;
  }
}
.p-stroke__sec10-box .body {
  padding: 0.9375rem;
  background-color: #F9F6F2;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec10-box .body {
    padding: 1.25rem 0.9375rem;
  }
}
.p-stroke__sec10-box .text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec10-box .text {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
  }
}

.p-stroke__sec10-note {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec10-note {
    margin-top: 3.125rem;
  }
}
.p-stroke__sec10-note .text {
  font-size: 0.875rem;
  font-family: "Zen Old Mincho", "Noto Serif", serif;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec10-note .text {
    text-align: center;
    font-size: 1.375rem;
    line-height: 2;
  }
}

.p-strong__sec10-sub-lead {
  margin: 1.25rem auto 0;
  max-width: 50rem;
}
@media screen and (min-width: 768px) {
  .p-strong__sec10-sub-lead {
    margin-top: 3.125rem;
  }
}
.p-strong__sec10-sub-lead .text {
  font-family: "Zen Old Mincho", "Noto Serif", serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-strong__sec10-sub-lead .text {
    font-size: 1.375rem;
    line-height: 2;
  }
}

.p-stroke__sec10-title {
  text-align: center;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", "Noto Serif", serif;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec10-title {
    font-size: 1.75rem;
    line-height: 2;
  }
}

.p-stroke__sec10-pic._mt20 {
  margin-top: 1.25rem;
}
.p-stroke__sec10-pic._mt50 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec10-pic._mt50 {
    margin-top: 3.125rem;
  }
}
.p-stroke__sec10-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-stroke__sec10-sub-item {
  margin-top: 1.25rem;
}

.p-stroke__sec11-content {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec11-content {
    margin-top: 3.125rem;
  }
}

.p-stroke__sec12-content {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-stroke__sec12-content {
    margin-top: 3.125rem;
    gap: 3.125rem;
  }
}
.p-stroke__sec12-content .c-line-title._short {
  white-space: initial;
}/*# sourceMappingURL=page-stroke.css.map */