@import "https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap";
.n_dt22 {
  color: #009b6b !important;
}
@media screen and (max-width: 768px) {
  .n_dt22 {
    font-size: 1.95rem !important;
  }
}
@media screen and (max-width: 767px) {
  .smMin {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .smMax {
    display: none !important;
  }
}
:root {
  --color-green: #009c6c;
  --color-light-green: #eff8f5;
  --color-orange: #f4862b;
  --color-red: #dd1515;
  --color-yellow: #f1dd59;
  --color-brown: #a27d49;
  --color-plain: #222;
  --font-en: "Roboto Condensed", sans-serif;
}
.l-contents {
  padding-bottom: 0;
}
.page-stroke {
  padding-top: 0;
  font-family: "Noto Sans JP";
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .page-stroke {
    padding-top: 0;
    font-size: 18px;
  }
}
.page-stroke p,
.page-stroke dl,
.page-stroke ul,
.page-stroke ol {
  margin-bottom: 0;
}
.page-stroke .inner {
  width: 1110px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-stroke .inner {
    width: 100%;
    padding: 0 15px;
  }
}
.page-stroke .line {
  padding-bottom: 2px;
  border-bottom: solid 3px var(--color-orange);
}
.page-stroke .marker {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(50%, var(--color-yellow))
  );
  background: linear-gradient(
    to bottom,
    transparent 70%,
    var(--color-yellow) 50%
  );
}
.page-stroke .gradient-box {
  border-radius: 10px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#39ae75),
    to(#f9df58)
  );
  background: linear-gradient(to bottom, #39ae75, #f9df58);
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .page-stroke .gradient-box {
    padding: 10px;
  }
}
.page-stroke .gradient-box-inner {
  background: #fff;
  border-radius: 10px;
}
.page-stroke .ttl01 {
  font-size: 3rem;
  color: var(--color-green);
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-stroke .ttl01 {
    font-size: 26px;
  }
}
.page-stroke .ttl02 {
  font-size: 3rem;
  color: var(--color-plain);
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-stroke .ttl02 {
    font-size: 26px;
  }
}
.page-stroke .btn01 {
  background: var(--color-brown) url(../../img/stroke/arrow01.svg) no-repeat center
    right 20px/4px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 230px;
  height: 60px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .page-stroke .btn01 {
    width: 100%;
    max-width: auto;
    background-size: 6px;
  }
}
.page-stroke .btn01:hover {
  background-color: #474747;
}
.page-stroke .btn01 span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-stroke .btn01 span {
    font-size: 18px;
  }
}
.page-stroke .movie-btn {
  position: relative;
}
.page-stroke .movie-btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 24px;
  height: 22px;
  margin: auto;
  background: url(../../img/stroke/ico-movie.svg) no-repeat center/cover;
  content: "";
}
.page-stroke .article-btn {
  position: relative;
}
.page-stroke .article-btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 21px;
  height: 22px;
  margin: auto;
  background: url(../../img/stroke/ico-article.svg) no-repeat center/cover;
  content: "";
}
.page-stroke .scroll-content {
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .page-stroke .scroll-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .page-stroke .scroll-content figure {
    width: 883px;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .scroll-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .page-stroke .scroll-table table {
    width: 860px;
    margin-bottom: 10px;
  }
}
.page-stroke .scroll-note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  margin: 10px 0 5px;
  font-size: 14px !important;
}
.page-stroke .scroll-note::after {
  display: block;
  width: 20px;
  height: 4px;
  border-bottom: 1px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: skewX(60deg);
  transform: skewX(60deg);
  content: "";
}
.page-stroke .dot-list li {
  padding-left: 0.5em;
  text-indent: -0.5em;
  position: relative;
}
.page-stroke .dot-list li:before {
  content: "・";
}
.page-stroke .link-underline:hover {
  text-decoration: underline;
}
.page-stroke .cta {
  background: var(--color-green);
  text-align: center;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .page-stroke .cta {
    padding: 50px 0 40px;
  }
}
.page-stroke .cta .cta-ttl {
  width: 580px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .page-stroke .cta .cta-ttl {
    width: 320px;
  }
}
.page-stroke .cta .cta-box {
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-stroke .cta .cta-box {
    padding: 30px 20px;
  }
}
.page-stroke .cta .cta-box02 {
  padding: 0;
  background: none;
}
.page-stroke .cta .cta-box02 .cta-list {
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-stroke .cta .cta-box02 .cta-list {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px 30px;
  }
}
.page-stroke .cta .cta-box02 .cta-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  row-gap: 10px;
}
.page-stroke .cta .cta-box02 .cta-tel dt {
  font-weight: normal;
}
.page-stroke .cta .cta-box02 .cta-tel dd a {
  color: inherit;
}
.page-stroke .cta .cta-box02 .cta-tel dd a::before {
  background-image: url(../../img/stroke/ico-tel-orange.svg);
}
.page-stroke .cta .cta-box02 .cta-mail {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page-stroke .cta .cta-box02 .cta-mail {
    width: 100%;
    margin-top: 12px;
  }
}
.page-stroke .cta .cta-box02 .cta-contact {
  padding: 20px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .page-stroke .cta .cta-box02 .cta-contact {
    gap: 0;
  }
}
.page-stroke .cta .cta-box02 .cta-contact-item {
  position: relative;
  width: 555px;
  padding: 25px 0 20px;
}
@media screen and (max-width: 767px) {
  .page-stroke .cta .cta-box02 .cta-contact-item {
    width: 100%;
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .page-stroke .cta .cta-box02 .cta-contact-item + .cta-contact-item {
    border-left: 1px solid #ddd;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .cta .cta-box02 .cta-contact-item + .cta-contact-item {
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke
    .cta
    .cta-box02
    .cta-contact-item
    + .cta-contact-item
    .cta-contact-balloon {
    position: static;
  }
}
.page-stroke .cta .cta-box02 .cta-contact-balloon {
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 8px 20px;
  background: #016546;
  border-radius: 100vh;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-stroke .cta .cta-box02 .cta-contact-balloon {
    font-size: 1.8rem;
  }
}
.page-stroke .cta .cta-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page-stroke .cta .cta-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page-stroke .cta .cta-list li {
  text-align: left;
  font-weight: bold;
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-stroke .cta .cta-list li {
    background: #fff;
    padding: 8px 0;
    font-size: 16px;
  }
}
.page-stroke .cta .cta-list li::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../../img/stroke/ico-check.svg) no-repeat center/100%;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .page-stroke .cta .cta-list li::before {
    width: 22px;
    height: 22px;
  }
}
.page-stroke .cta .cta-list li + li {
  border-left: solid 1px #ddd;
}
@media screen and (max-width: 767px) {
  .page-stroke .cta .cta-list li + li {
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .page-stroke .cta .cta-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .cta .cta-contact {
    background: #fff;
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }
}
.page-stroke .cta .cta-tel dt {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-stroke .cta .cta-tel dt {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.page-stroke .cta .cta-tel dd a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  font-size: 4.2rem;
  font-weight: bold;
  color: var(--color-orange);
}
@media screen and (max-width: 767px) {
  .page-stroke .cta .cta-tel dd a {
    font-size: 36px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.page-stroke .cta .cta-tel dd a::before {
  content: "";
  width: 38px;
  height: 46px;
  background: url(../../img/stroke/ico-tel.svg) no-repeat center/100%;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .page-stroke .cta .cta-tel dd a::before {
    width: 30px;
    height: 30px;
    margin-right: 0;
  }
}
.page-stroke .cta .cta-mail {
  background: var(--color-orange);
}
@media screen and (max-width: 767px) {
  .page-stroke .cta .cta-mail {
    margin-top: 25px;
  }
}
.page-stroke .cta .cta-mail a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 76px;
  padding: 0 75px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .page-stroke .cta .cta-mail a {
    height: 70px;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.page-stroke .cta .cta-mail a:hover {
  background: #474747;
}
.page-stroke .cta .cta-mail a::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../../img/stroke/ico-mail.svg) no-repeat center/100%;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .page-stroke .cta .cta-mail a::before {
    width: 30px;
    height: 30px;
  }
}
.page-stroke .cta .cta-mail a span {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-stroke .cta .cta-mail a span {
    font-size: 20px;
  }
}
.page-stroke .sec-about {
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-about {
    padding-bottom: 50px;
  }
}
.page-stroke .sec-about .about-ttl {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-about .about-ttl {
    margin-top: 50px;
  }
}
.page-stroke .about-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-stroke .about-head__txt {
  width: 50%;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-stroke .about-head__txt {
    width: 100%;
  }
}
.page-stroke .about-head__main {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .page-stroke .about-head__main {
    font-size: 18px;
  }
}
.page-stroke .about-head__sub {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .page-stroke .about-head__sub {
    font-size: 17px;
  }
}
.page-stroke .about-head__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-stroke .about-head__img {
    width: 100%;
    margin-top: 30px;
  }
}
.page-stroke .about-head .-green {
  color: #009c6c;
}
.page-stroke .about-head strong {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .page-stroke .about-head strong {
    font-size: 21px;
  }
}
.page-stroke .about-head .-underline {
  display: inline-block;
  border-bottom: solid 3px #ff9c49;
}
.page-stroke .about-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .page-stroke .about-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.page-stroke .about-list li {
  width: calc((100% - 40px) / 3);
  border: solid 1px var(--color-orange);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-stroke .about-list li {
    width: 100%;
  }
}
.page-stroke .about-list li dl {
  height: 100%;
}
.page-stroke .about-list li dl dt {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fe7b0e),
    to(#ff9c49)
  );
  background: linear-gradient(90deg, #fe7b0e, #ff9c49);
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .page-stroke .about-list li dl dt {
    font-size: 23px;
  }
}
.page-stroke .about-list li dl dd {
  padding: 17px;
  height: calc(100% - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-stroke .about-list li dl dd {
    padding: 20px;
    height: auto;
  }
}
.page-stroke .about-list li dl dd figure {
  margin-top: 20px;
}
.page-stroke .sec-target {
  text-align: center;
  background: #f8f4f1;
  padding-top: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-stroke .sec-target::after {
  content: "";
  width: 1440px;
  height: 240px;
  background: url(../../img/stroke/target-bottom.png) no-repeat center top/100%;
  position: absolute;
  bottom: -239px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 1441px) {
  .page-stroke .sec-target::after {
    width: 100%;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target::after {
    width: 100%;
    height: 85px;
    background: url(../../img/stroke/target-bottom_sp.png) no-repeat center
      top/100% 100%;
    bottom: -84px;
  }
}
.page-stroke .sec-target .target-lead {
  margin-top: 40px;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-lead {
    margin-top: 25px;
    font-size: 18px;
    text-align: left;
  }
}
.page-stroke .sec-target .target-lead b {
  font-size: 1.2em;
  font-weight: bold;
  color: var(--color-green);
}
.page-stroke .sec-target .target-list {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-list {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.page-stroke .sec-target .target-list > li {
  width: calc((100% - 60px) / 3);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-list > li {
    width: 100%;
  }
}
.page-stroke .sec-target .target-list > li dl dt {
  background: var(--color-green);
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-list > li dl dt {
    font-size: 20px;
  }
}
.page-stroke .sec-target .target-list > li dl dd {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-list > li dl dd {
    padding: 20px;
  }
}
.page-stroke .sec-target .target-list > li dl dd > ul {
  margin-top: 20px;
  text-align: left;
}
.page-stroke .sec-target .target-list > li dl dd > ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-list > li dl dd > ul li {
    font-size: 17px;
  }
}
.page-stroke .sec-target .target-list > li dl dd > ul li::before {
  content: "・";
  padding: 0 0.5rem;
}
.page-stroke .sec-target .target-list > li dl dd > ul li + li {
  margin-top: 5px;
}
.page-stroke .sec-target .target-rank {
  margin-top: 80px;
  background: #fff;
  padding: 40px 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-rank {
    margin-top: 40px;
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-stroke .sec-target .target-rank dl {
  text-align: left;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-rank dl {
    width: 100%;
  }
}
.page-stroke .sec-target .target-rank dl dt {
  padding-left: 118px;
  background: url(../../img/stroke/target-rank.png) no-repeat left center/90px;
  font-size: 3rem;
  font-weight: bold;
  color: #a27c4a;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-rank dl dt {
    font-size: 24px;
    padding-left: 90px;
    background-size: 80px;
  }
}
.page-stroke .sec-target .target-rank dl dd {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-rank dl dd {
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-rank-image {
    margin-top: 30px;
  }
}
.page-stroke .sec-target .target-attention {
  margin-top: 80px;
  background: #fff;
  border: solid 1px var(--color-red);
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-attention {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.page-stroke .sec-target .target-attention-ttl {
  height: 70px;
  background: var(--color-red);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-attention-ttl {
    height: 64px;
    margin-bottom: 30px;
  }
}
.page-stroke .sec-target .target-attention-ttl span {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-attention-ttl span {
    font-size: 2.4rem;
  }
}
.page-stroke .sec-target .target-attention-ttl span::before {
  content: "";
  width: 42px;
  height: 42px;
  background: url(../../img/stroke/ico-attention.svg) no-repeat center top/100%;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-attention-ttl span::before {
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }
}
.page-stroke .sec-target .target-attention-lead {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-attention-lead {
    font-size: 18px;
    text-align: left;
    padding: 0 20px;
  }
}
.page-stroke .sec-target .target-attention-lead b {
  color: var(--color-red);
  font-weight: 500;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-attention-lead b {
    font-weight: 500;
  }
}
.page-stroke .sec-target .target-attention-image {
  margin-top: 25px;
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-attention-image {
    margin-top: 30px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-attention-image img {
    width: 100%;
  }
}
.page-stroke .sec-target .target-attention dl {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-attention dl {
    margin-top: 50px;
    padding: 0 20px;
  }
}
.page-stroke .sec-target .target-attention dl dt {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-attention dl dt {
    font-size: 21px;
  }
}
.page-stroke .sec-target .target-attention dl dd {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-attention dl dd {
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
  }
}
.page-stroke .sec-target .target-attention dl dd b {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-red);
}
.page-stroke .sec-target .target-point01 {
  width: 530px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-point01 {
    width: 100%;
    margin-top: 30px;
  }
}
.page-stroke .sec-target .target-point02 {
  width: 601px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-point02 {
    width: 100%;
    margin-top: 30px;
  }
}
.page-stroke .sec-target .target-point02 .ti {
  background: url(../../img/stroke/target-point02.png) no-repeat center/contain;
  width: 326px;
  height: 175px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-point02 .ti {
    max-width: 90%;
    margin-right: 0;
  }
}
.page-stroke .sec-target .target-point02 .bln {
  max-width: calc(100% - 346px - 20px);
}
.page-stroke .sec-target .target-point03 {
  width: 530px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-target .target-point03 {
    width: 100%;
    margin-top: 30px;
  }
}
.page-stroke .sec-saisei {
  text-align: center;
  background: var(--color-light-green);
  padding-top: 280px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-saisei {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.page-stroke .sec-saisei .saisei-point01 {
  width: 530px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-saisei .saisei-point01 {
    width: 100%;
    margin-top: 30px;
  }
}
.page-stroke .sec-saisei .saisei-hope {
  margin-top: 40px;
  background: #fff;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-saisei .saisei-hope {
    margin-top: 25px;
    padding-bottom: 40px;
  }
}
.page-stroke .sec-saisei .saisei-hope-ttl {
  height: 70px;
  background: var(--color-green);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-saisei .saisei-hope-ttl {
    height: 110px;
    margin-bottom: 30px;
    margin-bottom: 20px;
  }
}
.page-stroke .sec-saisei .saisei-hope-ttl span {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-saisei .saisei-hope-ttl span {
    font-size: 24px;
    line-height: 1.6;
  }
}
.page-stroke .sec-saisei .saisei-hope-list {
  padding: 0 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-saisei .saisei-hope-list {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.page-stroke .sec-saisei .saisei-hope-list li {
  counter-increment: saisei;
}
.page-stroke .sec-saisei .saisei-hope-list dl {
  margin-top: 25px;
  position: relative;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-saisei .saisei-hope-list dl {
    text-align: left;
  }
}
.page-stroke .sec-saisei .saisei-hope-list dl::before {
  content: counter(saisei, decimal-leading-zero);
  font-family: var(--font-en);
  color: var(--color-green);
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: solid 2px var(--color-green);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-saisei .saisei-hope-list dl::before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.page-stroke .sec-saisei .saisei-hope-list dl dt {
  font-weight: bold;
  line-height: 1.6;
}
.page-stroke .sec-saisei .saisei-hope-list dl dd {
  text-align: left;
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-saisei .saisei-hope-list dl dd {
    font-size: 18px;
    padding: 0;
    margin-top: 15px;
    line-height: 1.8;
  }
}
.page-stroke .sec-record {
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-record {
    padding: 40px 0;
  }
}
.page-stroke .sec-record .record-ttl span {
  color: var(--color-green);
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-record .record-ttl span {
    font-size: 30px;
  }
}
.page-stroke .sec-record .record-ttl b {
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-record .record-ttl b {
    font-size: 45px;
  }
}
.page-stroke .sec-record .record-lead {
  margin-top: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-record .record-lead {
    text-align: left;
    font-size: 18px;
    margin-top: 20px;
  }
}
.page-stroke .sec-record .record-voice {
  margin-top: 40px;
  padding: 40px 80px;
  background: var(--color-light-green);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-record .record-voice {
    margin-top: 30px;
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-stroke .sec-record .record-voice-text {
  text-align: left;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-record .record-voice-text {
    text-align: center;
    font-size: 22px;
  }
}
.page-stroke .sec-record .record-voice-text b {
  font-size: 3rem;
  color: var(--color-green);
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-record .record-voice-text b {
    font-size: 30px;
  }
}
.page-stroke .sec-record .record-voice .note {
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-record .record-voice .note {
    font-size: 14px;
    margin-top: 10px;
  }
}
.page-stroke .sec-record .record-voice-image {
  width: 500px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-record .record-voice-image {
    width: 100%;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-record .record-voice-image img {
    width: 100%;
  }
}
.page-stroke .sec-report .report-content {
  padding: 60px 75px 40px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-report .report-content {
    padding: 40px 20px;
  }
}
.page-stroke .sec-report .report-ttl {
  text-align: center;
  color: var(--color-green);
  font-weight: bold;
  position: relative;
}
.page-stroke .sec-report .report-ttl::before {
  content: "";
  width: 46px;
  height: 49px;
  background: url(../../img/stroke/report-ttl.png) no-repeat center/100%;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-180px);
  transform: translateX(-180px);
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-report .report-ttl::before {
    width: 44px;
    height: 44px;
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
  }
}
.page-stroke .sec-report .report-ttl span {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-report .report-ttl span {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.page-stroke .sec-report .report-ttl b {
  font-size: 4rem;
  display: block;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-report .report-ttl b {
    font-size: 34px;
    padding-left: 40px;
  }
}
.page-stroke .sec-report .report-lead {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-report .report-lead {
    font-size: 18px;
    line-height: 1.8;
    font-weight: normal;
  }
}
.page-stroke .sec-report .report-movie {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-report .report-movie {
    margin-top: 30px;
  }
}
.page-stroke .sec-report .report-movie iframe {
  width: 520px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-report .report-movie iframe {
    width: 100%;
  }
}
.page-stroke .sec-report .report-movie p {
  margin-top: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-report .report-movie p {
    margin-top: 30px;
    line-height: 1.8;
  }
}
.page-stroke .sec-report .report-image {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-report .report-image {
    margin-top: 30px;
  }
}
.page-stroke .sec-report .report-btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-report .report-btn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.page-stroke .sec-report section {
  margin-top: 40px;
}
.page-stroke .sec-report section + section {
  padding-top: 40px;
  border-top: solid 1px #ddd;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-report section + section {
    padding-top: 40px;
  }
}
.page-stroke .sec-report section h3 {
  padding: 0 10px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-green);
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
.page-stroke .sec-report section p {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-report section p {
    line-height: 1.8;
  }
}
.page-stroke .sec-report section p + p {
  margin-top: 30px;
}
.page-stroke .sec-report section table {
  margin-top: 30px;
}
.page-stroke .sec-report section table th {
  background: #f9f4f1;
  text-align: left;
  padding: 10px;
  font-weight: 500;
  color: var(--color-brown);
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-report section table th {
    font-size: 16px;
  }
}
.page-stroke .sec-report section table td {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-report section table td {
    font-size: 16px;
  }
}
.page-stroke .sec-report section .btn {
  margin-top: 30px;
  text-align: left;
}
.page-stroke .sec-case {
  margin-top: 100px;
  padding: 100px 0 60px;
  background: var(--color-light-green) url(../../img/stroke/case-bg.png) no-repeat
    center top/100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-case {
    margin-top: 50px;
    padding: 50px 0;
    background-image: url(../../img/stroke/case-bg_sp.png);
    background-position: center top -20px;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-case .case-inner {
    padding: 0 30px;
  }
}
.page-stroke .sec-case .case-lead {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-case .case-lead {
    margin-top: 40px;
    font-size: 18px;
    text-align: left;
    line-height: 1.8;
  }
}
.page-stroke .sec-case .case-image {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-case .case-image {
    margin-top: 30px;
  }
}
.page-stroke .sec-case .case-btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-case .case-btn {
    margin-top: 20px;
  }
}
.page-stroke .case-list__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.page-stroke .case-list__thumb {
  overflow: hidden;
}
.page-stroke .case-list__thumb img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-stroke .case-list__item:hover .case-list__thumb img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.page-stroke .case-list__item {
  width: 23%;
  margin: 1% 1%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-stroke .case-list__item {
    width: 48%;
  }
}
.page-stroke .case-list__item:hover .case-list__ttl {
  color: #a27c4a;
}
.page-stroke .case-list__link {
  color: #333;
  text-align: left;
  text-decoration: none;
}
.page-stroke .case-list__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-stroke .case-list__detail {
    padding: 12px;
  }
}
.page-stroke .case-list__cat-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  background: inherit;
  margin: 0;
  padding: 0;
  line-height: 25px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
}
.page-stroke .case-list__cat-item {
  width: auto;
  color: #fff;
  background: #bccd62;
  text-align: left;
  margin: 0 5px 5px 0;
  padding: 4px 8px 3px;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .page-stroke .case-list__cat-item {
    font-size: 10px;
  }
}
.page-stroke .case-list__ttl {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.4;
  margin-top: 20px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .page-stroke .case-list__ttl {
    font-size: 14px;
    margin-top: 10px;
  }
}
.page-stroke .case-list__txt {
  position: relative;
  height: auto;
  font-size: 1.5rem;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-stroke .case-list__txt {
    display: none;
  }
}
.page-stroke .case-list__txt::after {
  position: absolute;
  background: #fff;
  bottom: 0;
  right: 0;
  content: "";
}
.page-stroke .case-list__date {
  font-size: 1.4rem;
  display: block;
  font-family: "Akshar", sans-serif;
  letter-spacing: 0.05em;
  color: #8f8f8f;
  margin-top: 20px;
  padding-left: 2px;
}
@media screen and (max-width: 767px) {
  .page-stroke .case-list__date {
    margin-top: 10px;
    text-align: right;
  }
}
.page-stroke .sec-price {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-price {
    padding: 40px 0;
  }
}
.page-stroke .sec-price .price-ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-price .price-table-wrap {
    margin-right: -15px;
    padding-top: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 768px) {
  .page-stroke .sec-price .price-table {
    margin-top: 40px;
  }
}
.page-stroke .sec-price .price-table th,
.page-stroke .sec-price .price-table td {
  vertical-align: middle;
  padding: 15px;
}
.page-stroke .sec-price .price-table th {
  position: relative;
  background: #eee;
}
.page-stroke .sec-price .price-table td {
  text-align: center;
}
.page-stroke .sec-price .price-table td span {
  font-size: 2.2rem;
}
.page-stroke .sec-price .price-table .head th {
  width: 300px;
}
.page-stroke .sec-price .price-table .head th:first-child {
  width: 210px;
}
.page-stroke .sec-price .price-table .head th:nth-child(2),
.page-stroke .sec-price .price-table .head th:nth-child(3) {
  background: #f8f8f8;
}
.page-stroke .sec-price .price-table .head th:nth-child(4) {
  background: #d5f8e0;
  color: var(--color-green);
}
.page-stroke .sec-price .price-table .balloon {
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 20px;
  background: #019c6c;
  border-radius: 100vh;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transform: translateY(35%);
  transform: translateY(35%);
}
.page-stroke .sec-price .price-table .balloon::after {
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 9px;
  background: #019c6c;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
}
.page-stroke .sec-price .price-notes {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-price .price-notes {
    margin-top: 15px;
    padding: 0 0;
  }
}
.page-stroke .sec-price .price-notes li {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-price .price-notes li {
    font-size: 14px;
    text-indent: 0;
    padding-left: 0;
  }
}
.page-stroke .sec-history {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-history {
    padding: 50px 0;
  }
}
.page-stroke .sec-history .history-ttl span {
  color: var(--color-green);
}
@media screen and (min-width: 768px) {
  .page-stroke .sec-history .history-ttl span {
    font-size: 3.6rem;
  }
}
.page-stroke .sec-history .history-image {
  margin-top: 40px;
}
.page-stroke .sec-history .history-box {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-history .history-box {
    margin-top: 30px;
  }
}
.page-stroke .sec-history .history-box-content {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-history .history-box-content {
    padding-inline: 10px;
  }
}
.page-stroke .sec-history .history-box-content p {
  line-height: 1.6;
}
.page-stroke .sec-history .history-box-content p b {
  font-size: 2.4rem;
  font-weight: bold;
}
.page-stroke .sec-history .history-box-content .note {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-history .history-box-content .note {
    margin-top: 10px;
    font-size: 16px;
  }
}
.page-stroke .sec-history .history-box-notes {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-history .history-box-notes {
    margin-top: 10px;
    font-size: 16px;
  }
}
.page-stroke .sec-history .history-box-notes dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .page-stroke .sec-history .history-box-notes dd {
    -webkit-column-gap: 2.5em;
    -moz-column-gap: 2.5em;
    column-gap: 2.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-history .history-box-notes dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-stroke .sec-history .history-lead {
  margin-top: 60px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-history .history-lead {
    margin-top: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-history .history-image02 {
    margin-top: 40px;
  }
}
.page-stroke .history-list {
  padding-top: 20px;
}
.page-stroke .history-list__wrap {
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url(../../img/stroke/history-list__ttl_arrow.png) no-repeat 0 0 /
    contain;
}
@media screen and (max-width: 767px) {
  .page-stroke .history-list__wrap {
    padding-top: 0;
    padding-left: 40px;
    background: url(../../img/stroke/history-list__ttl_arrow_sp.png) no-repeat 0 0 /
      contain;
  }
}
.page-stroke .history-list__item {
  width: 32.3%;
  padding: 2em 2em;
  background: #eff8f5;
  color: #333;
  text-align: left;
  position: relative;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .page-stroke .history-list__item {
    padding: 20px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .history-list__item + .history-list__item {
    margin-top: 20px;
  }
}
.page-stroke .history-list__item::before {
  position: absolute;
  top: -35px;
  left: 15px;
  margin: auto;
  content: "";
  height: 35px;
  background-color: rgba(95, 158, 160, 0.2784313725);
  width: 52px;
  background: url(../../img/stroke/history-list__pin.png) no-repeat 0 0 / contain;
}
@media screen and (max-width: 767px) {
  .page-stroke .history-list__item::before {
    top: 16px;
    left: -43px;
    height: 38px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.page-stroke .history-list__item::after {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: auto;
  content: "";
  height: 100px;
  background-color: rgba(95, 158, 160, 0.2784313725);
}
.page-stroke .history-list__item.-light::after {
  width: 52px;
  background: url(../../img/stroke/history-list__ttl_light.png?v2) no-repeat 0 0 /
    contain;
}
.page-stroke .history-list__item.-binder::after {
  width: 58px;
  background: url(../../img/stroke/history-list__ttl_binder.png?v2) no-repeat 0 0 /
    contain;
}
.page-stroke .history-list__ttl {
  color: var(--color-green);
  font-size: 2.7rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-stroke .history-list__ttl {
    font-size: 27px;
  }
}
.page-stroke .history-list__ttl .num {
  font-size: 3.2rem;
  vertical-align: -0.1em;
}
@media screen and (max-width: 767px) {
  .page-stroke .history-list__ttl .num {
    font-size: 32px;
  }
}
.page-stroke .history-list__ttl .wareki {
  background: var(--color-green);
  color: #fff;
  font-size: 2.2rem;
  padding: 0.2em 0.4em 0.3em;
  display: inline-block;
  border-radius: 1rem;
  margin-left: 0.5em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-stroke .history-list__ttl .wareki {
    font-size: 19px;
  }
}
.page-stroke .history-list__txt {
  line-height: 1.8;
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .page-stroke .history-list__txt {
    font-size: 18px;
  }
}
.page-stroke .sec-feature {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature {
    margin-top: 50px;
  }
}
.page-stroke .sec-feature .feature-catch {
  color: var(--color-orange);
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
}
.page-stroke .sec-feature .feature-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-stroke .sec-feature .feature-ttl figure {
  width: 289px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature .feature-ttl figure {
    width: 65.33333333vw;
  }
}
.page-stroke .sec-feature .feature-ttl span {
  border: solid 2px var(--color-green);
  border-radius: 4px;
  padding: 20px;
  width: 510px;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature .feature-ttl span {
    width: 100%;
    padding: 10px;
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature .feature-ttl span.small {
    font-size: 2.8rem;
  }
}
.page-stroke .sec-feature .feature-lead {
  margin-top: 30px;
}
.page-stroke .sec-feature .feature-column2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature .feature-column2 {
    row-gap: 40px;
  }
}
.page-stroke .sec-feature .feature-column2-item {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page-stroke .sec-feature .feature-column2-item {
    gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature .feature-column2-item {
    row-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-stroke
    .sec-feature
    .feature-column2-item:nth-child(2n)
    .feature-column2-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.page-stroke .sec-feature .feature-column2-text {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature .feature-column2-text {
    line-height: 1.8;
  }
}
.page-stroke .sec-feature .feature-column2-text > * + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature .feature-column2-text > * + * {
    margin-top: 20px;
  }
}
.page-stroke .sec-feature .feature-column2-text h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature .feature-column2-text h3 + p {
    margin-top: 15px;
  }
}
.page-stroke .sec-feature .feature-column2-text b {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-green);
}
.page-stroke .sec-feature--top {
  margin-top: 0;
  padding-top: 80px;
  background: url(../../img/stroke/feature-top-bg.png) no-repeat center top/100%;
}
.page-stroke .sec-feature--top .feature-ttl-top {
  margin-top: 15px;
}
.page-stroke .sec-feature--top .feature-ttl-top span {
  color: var(--color-green);
}
.page-stroke .sec-feature--top .feature-ttl-top span b {
  font-size: 4.5rem;
}
.page-stroke .sec-feature--top .about-list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--top .about-list {
    margin-top: 30px;
  }
}
.page-stroke .sec-feature--top .feature-point01 {
  width: 530px;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--top .feature-point01 {
    width: 100%;
    margin-top: 30px;
  }
}
.page-stroke .sec-feature--attention {
  background: #e0e0e0;
  padding-bottom: 60px;
  margin-top: 0;
}
.page-stroke .sec-feature--attention .feature-ttl {
  padding: 80px 0 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--attention .feature-ttl {
    width: 100%;
    padding: 50px 15px 30px;
  }
}
.page-stroke .sec-feature--attention .feature-attention-header {
  padding: 44px 0 85px;
  background: url(../../img/stroke/feature-attention-bg.png);
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--attention .feature-attention-header {
    padding: 30px 0 60px;
  }
}
.page-stroke .sec-feature--attention .feature-attention-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-stroke .sec-feature--attention .feature-attention-ttl span {
  font-size: 3rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--attention .feature-attention-ttl span {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.5;
  }
}
.page-stroke .sec-feature--attention .feature-attention-ttl span::before {
  content: "";
  width: 42px;
  height: 42px;
  -webkit-mask-image: url(../../img/stroke/ico-attention.svg);
  mask-image: url(../../img/stroke/ico-attention.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background: var(--color-plain);
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--attention .feature-attention-ttl span::before {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }
}
.page-stroke .sec-feature--attention .feature-attention-subttl {
  margin-top: 10px;
  font-size: 2rem;
}
.page-stroke .sec-feature--attention .feature-inner {
  background: #fff;
  border-radius: 8px;
  margin-top: -50px;
  padding: 50px 40px;
}
@media screen and (min-width: 768px) {
  .page-stroke .sec-feature--attention .feature-inner {
    width: 950px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--attention .feature-inner {
    margin-top: -30px;
    padding: 30px 20px;
    text-align: left;
  }
}
.page-stroke .sec-feature--attention .feature-inner p {
  line-height: 1.8;
}
.page-stroke .sec-feature--attention .feature-inner p + p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--attention .feature-inner p + p {
    margin-top: 20px;
  }
}
.page-stroke .sec-feature--attention .feature-inner p a {
  display: inline-block;
}
.page-stroke .sec-feature--attention .feature-inner p a:hover {
  text-decoration: underline;
}
.page-stroke .sec-feature--attention .feature-inner b {
  color: var(--color-green);
}
.page-stroke .sec-feature--attention .feature-attention-point {
  margin-top: 45px;
}
.page-stroke .sec-feature--attention .feature-attention-point dt {
  padding: 10px;
  background: var(--color-green);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.page-stroke .sec-feature--attention .feature-attention-point dd {
  padding: 30px 25px;
  background: var(--color-light-green);
  line-height: 1.8;
}
.page-stroke .sec-feature--attention .feature-attention-point + p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--attention .feature-attention-point + p {
    margin-top: 30px;
  }
}
.page-stroke .sec-feature--attention .feature-attention-notes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .page-stroke .sec-feature--attention .feature-attention-notes {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--attention .feature-attention-notes {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--attention .feature-attention-notes dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.page-stroke .sec-feature--attention .feature-attention-image {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .page-stroke .sec-feature--attention .feature-attention-image {
    width: 514px;
  }
}
.page-stroke .sec-feature--01 .feature-image {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--01 .feature-image {
    margin-top: 20px;
  }
}
.page-stroke .sec-feature--01 .feature-point01 {
  width: 530px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--01 .feature-point01 {
    width: 100%;
    margin-top: 40px;
  }
}
.page-stroke .sec-feature--02 {
  background: var(--color-light-green);
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--02 {
    padding: 50px 0;
  }
}
.page-stroke .sec-feature--02 .feature-top {
  margin-top: 40px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--02 .feature-top {
    margin-top: 20px;
    text-align: left;
  }
}
.page-stroke .sec-feature--02 .feature-top--01 {
  color: var(--color-green);
}
.page-stroke .sec-feature--02 .feature-top--02 {
  margin-top: 30px;
}
.page-stroke .sec-feature--02 .feature-image01 {
  width: 520px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--02 .feature-image01 {
    width: 100%;
    margin-top: 30px;
  }
}
.page-stroke .sec-feature--02 .feature-point01 {
  width: 530px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--02 .feature-point01 {
    width: 100%;
  }
}
.page-stroke .sec-feature--02 .feature-inner--02 {
  margin-top: 80px;
  padding: 50px 80px 0;
  border-top: solid 1px #ddd;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--02 .feature-inner--02 {
    margin-top: 40px;
    padding: 40px 20px 30px;
  }
}
.page-stroke .sec-feature--02 .feature-image02 {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--02 .feature-image02 {
    margin-top: 40px;
  }
}
.page-stroke .sec-feature--02 .feature-point02 {
  /* max-width: 800px; */

  max-width: 580px;
}
.page-stroke .sec-feature--02 .feature-point02 .sc .ti {
  background: url(../../img/stroke/feature-02-point02-02.png) no-repeat
    center/contain !important;
  /* width: 650px !important; */
  /* height: 180px !important; */

  width: 340px !important;
  height: 200px !important;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--02 .feature-point02 .sc .ti {
    /* width: 1000px !important; */
    /* margin-right: 10px; */

    width: 700px !important;
    margin-right: 20px;
  }
}
.page-stroke .sec-feature--02 .feature-point02 .bln.red {
  min-width: 40% !important;
}
.page-stroke .sec-feature--02 .feature-improve {
  background: #fff;
  margin-top: 60px;
  padding: 70px 40px 60px;
}
.page-stroke .sec-feature--02 .feature-improve-ttl {
  font-size: 2.2rem;
  font-weight: bold;
}
.page-stroke .sec-feature--02 .feature-improve-list {
  width: 630px;
  margin: 30px auto 0;
}
.page-stroke .sec-feature--02 .feature-improve p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--02 .feature-lead {
    margin-top: 0;
    text-align: left;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .page-stroke .sec-feature--03 .feature-inner {
    padding: 0 80px;
  }
}
.page-stroke .sec-feature--03 .feature-point01 {
  width: 530px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--03 .feature-point01 {
    width: 100%;
    margin-top: 30px;
  }
}
.page-stroke .sec-feature--03 .feature-column2 {
  margin-top: 50px;
}
.page-stroke .sec-feature--04 {
  background: var(--color-light-green);
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--04 {
    padding: 40px 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .page-stroke .sec-feature--04 .feature-inner {
    padding: 0 80px;
  }
}
@media screen and (min-width: 768px) {
  .page-stroke .sec-feature--04 .feature-ttl span {
    width: 780px;
  }
}
.page-stroke .sec-feature--04 .feature-column2 {
  margin-top: 50px;
}
.page-stroke .sec-feature--04 .feature-point01 {
  width: 530px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--04 .feature-point01 {
    width: 100%;
    margin-top: 40px;
  }
}
.page-stroke .sec-feature--04 .feature-technology {
  margin-top: 80px;
  padding: 40px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--04 .feature-technology {
    margin-top: 40px;
    padding: 30px 20px;
  }
}
.page-stroke .sec-feature--04 .feature-technology-content {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-stroke .sec-feature--04 .feature-technology-content {
    width: 420px;
  }
}
.page-stroke .sec-feature--04 .feature-technology-ttl {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--04 .feature-technology-ttl {
    text-align: center;
    line-height: 1.7;
  }
}
.page-stroke .sec-feature--04 .feature-technology-text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--04 .feature-technology-text {
    line-height: 1.8;
  }
}
.page-stroke .sec-feature--04 .feature-technology-text b {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-green);
}
.page-stroke .sec-feature--04 .feature-technology-image {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--04 .feature-technology-image {
    width: 100%;
  }
}
.page-stroke .sec-feature--04 .feature-safety {
  margin-top: 50px;
  background: #fff;
}
.page-stroke .sec-feature--04 .feature-safety-ttl {
  background: url(../../img/stroke/feature-attention-bg.png);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-stroke .sec-feature--04 .feature-safety-ttl {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--04 .feature-safety-ttl {
    padding: 30px 22px;
  }
}
.page-stroke .sec-feature--04 .feature-safety-ttl span {
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--04 .feature-safety-ttl span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.page-stroke .sec-feature--04 .feature-safety-ttl span::before {
  content: "";
  width: 42px;
  height: 42px;
  -webkit-mask-image: url(../../img/stroke/ico-attention.svg);
  mask-image: url(../../img/stroke/ico-attention.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background: var(--color-plain);
  margin-right: 12px;
}
.page-stroke .sec-feature--04 .feature-safety-inner {
  padding: 40px;
}
@media screen and (min-width: 768px) {
  .page-stroke .sec-feature--04 .feature-safety-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--04 .feature-safety-inner {
    padding: 20px 20px 40px;
  }
}
@media screen and (min-width: 768px) {
  .page-stroke .sec-feature--04 .feature-safety-image {
    width: 420px;
  }
}
.page-stroke .sec-feature--04 .feature-safety-content {
  text-align: left;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .page-stroke .sec-feature--04 .feature-safety-content {
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--04 .feature-safety-content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--04 .feature-safety-content p {
    line-height: 1.8;
  }
}
.page-stroke .sec-feature--04 .feature-safety-content p + p {
  margin-top: 10px;
}
.page-stroke .sec-feature--04 .feature-safety-content p a {
  font-size: 1.4rem;
  line-height: 1.6;
  display: block;
}
.page-stroke .sec-feature--more .feature-more-ttl {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-stroke .sec-feature--more .feature-more-ttl figure {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--more .feature-more-ttl figure {
    width: 57.86666667vw;
  }
}
.page-stroke .sec-feature--more .feature-more-ttl span {
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 15px;
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--more .feature-more-ttl span {
    font-size: 2.6rem;
  }
}
.page-stroke .sec-feature--more .feature-more-lead {
  font-size: 3rem;
  font-weight: bold;
  color: var(--color-green);
  margin-top: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--more .feature-more-lead {
    margin-top: 20px;
    font-size: 2.2rem;
  }
}
.page-stroke .sec-feature--more .feature-more-image {
  margin-top: 30px;
}
.page-stroke .sec-feature--more .feature-point01 {
  width: 530px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-feature--more .feature-point01 {
    width: 100%;
  }
}
.page-stroke .sec-summary {
  margin-top: 80px;
  padding: 80px 0;
  background: var(--color-light-green);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-summary {
    margin-top: 50px;
    padding: 50px 0;
  }
}
.page-stroke .sec-summary .summary-table {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-summary .summary-table {
    margin: 10px -15px 0 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.page-stroke .sec-summary .summary-table tr:nth-child(odd) {
  background: #f8f8f8;
}
.page-stroke .sec-summary .summary-table tr:nth-child(even) {
  background: #fff;
}
.page-stroke .sec-summary .summary-table tr:nth-child(1) {
  background: none;
  height: 110px;
}
.page-stroke .sec-summary .summary-table tr:nth-child(1) th:nth-child(1) {
  border-top-color: var(--color-light-green);
  border-left-color: var(--color-light-green);
  width: 230px;
}
.page-stroke .sec-summary .summary-table tr:nth-child(1) th:nth-child(2) {
  background: var(--color-green);
  border-color: var(--color-green);
  font-size: 1.6rem;
  color: #fff;
  border-right: none;
  width: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-stroke .sec-summary .summary-table tr:nth-child(1) th:nth-child(3),
.page-stroke .sec-summary .summary-table tr:nth-child(1) th:nth-child(4) {
  background: #ddd;
  border-top: solid 50px var(--color-light-green);
  width: 280px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-summary .summary-table tr:last-child td {
    padding-bottom: 20px;
  }
}
.page-stroke .sec-summary .summary-table th {
  font-weight: bold;
  vertical-align: middle;
  padding: 25px 10px;
}
.page-stroke .sec-summary .summary-table td {
  font-size: 1.8rem;
  vertical-align: middle;
  padding: 25px 10px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-summary .summary-table td {
    padding-block: 8px;
  }
}
.page-stroke .sec-summary .summary-table td b {
  font-weight: bold;
}
.page-stroke .sec-summary .summary-table td ul {
  margin-top: 5px;
}
.page-stroke .sec-summary .summary-table td ul li {
  font-size: 0.875em;
  line-height: 1.4;
}
.page-stroke .sec-summary .summary-table td:nth-child(2) {
  position: relative;
  border-bottom-color: var(--color-green);
}
.page-stroke .sec-summary .summary-table td:nth-child(2)::before {
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  border-left: solid 10px var(--color-green);
  border-right: solid 10px var(--color-green);
  position: absolute;
  top: 0;
  left: 0;
}
.page-stroke .sec-summary .summary-table td:nth-child(2)::after {
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  border-bottom: solid 1px #ddd;
  position: absolute;
  bottom: -1px;
  left: 10px;
  z-index: 2;
}
.page-stroke .sec-summary .summary-table tr:last-child td:nth-child(2)::after {
  border-bottom: solid 10px var(--color-green);
}
.page-stroke .sec-summary .summary-table .logo {
  width: 280px;
}
.page-stroke .sec-rehabili {
  margin: 80px 0;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-rehabili {
    margin: 30px 0 50px;
  }
}
.page-stroke .sec-rehabili .rehabili-ttl {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-stroke .sec-rehabili .rehabili-ttl figure {
  width: 92px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-rehabili .rehabili-ttl figure {
    width: 21.33333333vw;
  }
}
.page-stroke .sec-rehabili .rehabili-ttl span {
  border: solid 2px var(--color-green);
  border-radius: 4px;
  padding: 20px;
  width: 510px;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  background: #fff;
  width: 722px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-rehabili .rehabili-ttl span {
    width: 100%;
    padding: 10px 5px;
    font-size: 3rem;
  }
}
.page-stroke .sec-rehabili .rehabili-column2 {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page-stroke .sec-rehabili .rehabili-column2 {
    gap: 50px;
    padding: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-rehabili .rehabili-column2 {
    row-gap: 40px;
    margin-top: 30px;
  }
}
.page-stroke .sec-rehabili .rehabili-column2-item {
  display: grid;
}
@media screen and (min-width: 768px) {
  .page-stroke .sec-rehabili .rehabili-column2-item {
    gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-rehabili .rehabili-column2-item {
    row-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-stroke .sec-rehabili .rehabili-column2-item:nth-child(even) figure {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.page-stroke .sec-rehabili .rehabili-column2-text h3 {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 8px;
  border-left: solid 5px var(--color-green);
}
.page-stroke .sec-rehabili .rehabili-column2-text p {
  line-height: 1.8;
}
.page-stroke .sec-rehabili .rehabili-column2-text p b {
  font-weight: bold;
  color: var(--color-green);
}
.page-stroke .sec-rehabili .rehabili-column2-text .note {
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-top: 5px;
}
.page-stroke .sec-faq {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-faq {
    margin-top: 40px;
  }
}
.page-stroke .sec-faq .faq-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-stroke .sec-faq .faq-inner {
    padding: 0 150px 140px;
  }
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-faq .faq-inner {
    padding-bottom: 160px;
  }
}
.page-stroke .sec-faq .faq-ttl {
  text-align: center;
}
.page-stroke .sec-faq .faq-list {
  margin-top: 20px;
  border-bottom: solid 1px #ddd;
}
.page-stroke .sec-faq .faq-list > dl {
  border-top: solid 1px #ddd;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-faq .faq-list > dl {
    padding-block: 20px;
  }
}
.page-stroke .sec-faq .faq-list > dl dt {
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.page-stroke .sec-faq .faq-list > dl dt::before {
  content: "Q";
  font-family: var(--font-en);
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--color-green);
}
.page-stroke .sec-faq .faq-list > dl dt .ico-plus {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 5px 0 0 auto;
}
.page-stroke .sec-faq .faq-list > dl dt .ico-plus::before,
.page-stroke .sec-faq .faq-list > dl dt .ico-plus::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 4px;
  background: #707070;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}
.page-stroke .sec-faq .faq-list > dl dt .ico-plus::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.page-stroke .sec-faq .faq-list > dl dt.open .ico-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.page-stroke .sec-faq .faq-list > dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-size: 1.8rem;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.page-stroke .sec-faq .faq-list > dl dd::before {
  content: "A";
  font-family: var(--font-en);
  font-size: 2.8rem;
  font-weight: bold;
}
.page-stroke .sec-faq .faq-point {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 211px;
}
@media screen and (max-width: 767px) {
  .page-stroke .sec-faq .faq-point {
    width: 186px;
    bottom: -40px;
  }
}
