@charset "UTF-8";
#seisanseiLP a {
  display: inline-block;
  position: relative;
  transform-origin: center center;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), filter 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  #seisanseiLP a:hover {
    transform: scale(1.1);
    filter: brightness(1.18);
    z-index: 2;
  }
}
#seisanseiLP a:active, #seisanseiLP a:focus-visible {
  transform: scale(1.1);
  filter: brightness(1.18);
  z-index: 2;
}
#seisanseiLP a:active {
  transition-duration: 0.08s;
}
@media (prefers-reduced-motion: reduce) {
  #seisanseiLP .p-seisansei a {
    transition: none;
  }
  #seisanseiLP .p-seisansei a:hover, #seisanseiLP .p-seisansei a:active, #seisanseiLP .p-seisansei a:focus-visible {
    transform: none;
  }
}
#seisanseiLP h2 {
  word-break: auto-phrase;
  font-weight: bold;
}
#seisanseiLP .hero {
  background-color: #f5f5f5;
}
#seisanseiLP .hero .inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .hero .inner {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
  }
}
#seisanseiLP .hero .inner figure img {
  width: 100%;
  border: solid 10px #3d9688;
  border-radius: 20px;
}
#seisanseiLP .hero .inner .doc h1 {
  color: #3d9688;
  font-size: 50px;
  white-space: nowrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #seisanseiLP .hero .inner .doc h1 {
    font-size: clamp(2.313rem, -0.204rem + 5.24vw, 2.938rem);
  }
}
@media screen and (max-width: 769px) {
  #seisanseiLP .hero .inner .doc h1 {
    font-size: clamp(2.063rem, -1.069rem + 10.42vw, 3.938rem);
    margin-bottom: 0;
    text-align: center;
  }
}
#seisanseiLP .hero .inner .doc h1 + p {
  color: #3d9688;
  font-weight: bold;
  transform: rotate(-10deg);
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #seisanseiLP .hero .inner .doc h1 + p {
    font-size: 28px;
    margin-bottom: 40px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 769px) {
  #seisanseiLP .hero .inner .doc h1 + p {
    text-align: left;
    margin-left: 10px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 481px) {
  #seisanseiLP .hero .inner .doc h1 + p {
    font-size: 22px;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
#seisanseiLP .hero .inner .doc h1 + p span {
  display: inline-block;
  background: linear-gradient(transparent 70%, yellow 70%);
}
#seisanseiLP .hero .inner .doc > div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .hero .inner .doc > div {
    justify-content: center;
    margin-bottom: 0.5em;
  }
}
#seisanseiLP .hero .inner .doc > div::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  background-image: url(../img/seisansei/p01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  border: solid 3px #3d9688;
  border-radius: 50%;
}
#seisanseiLP .hero .inner .doc > div p {
  color: #fff;
  background-color: #3d9688;
  padding: 0.5em 0.5em 0.5em 60px;
  border-radius: 5px;
  font-size: 14px;
  margin-left: -50px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .hero .inner .doc > div p {
    font-size: 12px;
  }
}
#seisanseiLP .hero .inner .doc div + p {
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .hero .inner .doc div + p br {
    display: none;
    font-size: 12px;
  }
}
#seisanseiLP .cta {
  background-color: #c0e3dc;
}
#seisanseiLP .cta .inner {
  max-width: 1000px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#seisanseiLP .cta .inner div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .cta .inner div {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 10px;
  }
}
#seisanseiLP .cta .inner div a {
  display: block;
  padding: 0.5em 2em;
  font-size: 24px;
  font-weight: bold;
  border: solid 2px;
  text-decoration: none;
  border-radius: 1000px;
  text-align: center;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}
#seisanseiLP .cta .inner div a:nth-of-type(1) {
  border-color: #3d9688;
  background-color: #fff;
  color: #3d9688;
}
#seisanseiLP .cta .inner div a:nth-of-type(2) {
  border: none;
  background-image: linear-gradient(#00c326, #007217);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
}
#seisanseiLP .cta .inner div a:nth-of-type(2)::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/seisansei/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#seisanseiLP .cta .inner p {
  text-align: center;
  font-size: 14px;
  color: #3d9688;
  font-weight: bold;
}
#seisanseiLP .cta .inner .note {
  text-align: center;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .cta .inner .note {
    text-align: left;
  }
}
#seisanseiLP .points {
  background-color: #3d9688;
  padding: 20px;
  background: repeating-linear-gradient(135deg, #3d9688 0, #3d9688 6px, #53a79a 6px, #53a79a 9px);
}
#seisanseiLP .points .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#seisanseiLP .points .inner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .points .inner ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#seisanseiLP .points .inner ul li {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 10px 10px;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .points .inner ul li:nth-child(3) {
    grid-column: 1/-1;
    justify-self: center;
  }
}
@media screen and (max-width: 481px) {
  #seisanseiLP .points .inner ul li:nth-child(3) {
    justify-self: unset;
  }
}
#seisanseiLP .points .inner ul li h3 {
  color: #3d9688;
  margin-bottom: 0.25em;
  font-size: 1em;
  display: flex;
  align-items: center;
  gap: 2px;
}
#seisanseiLP .points .inner ul li h3 span {
  color: #00655c;
  font-size: 2em;
}
#seisanseiLP .points .inner ul li p {
  font-size: 14px;
}
#seisanseiLP .problems .head {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
#seisanseiLP .problems .head figure {
  width: 400px;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .problems .head figure {
    width: 300px;
    margin-bottom: -10px;
  }
}
#seisanseiLP .problems .head h2 {
  font-size: 38px;
  background-color: #3d9688;
  color: #fff;
  border-radius: 100px;
  padding: 0.25em 1em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .problems .head h2 {
    font-size: 23px;
  }
}
#seisanseiLP .problems .inner {
  background-color: #c0e3dc;
  padding-bottom: 20px;
}
#seisanseiLP .problems .inner ul {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 20px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  #seisanseiLP .problems .inner ul {
    gap: 10px;
  }
}
@media screen and (max-width: 769px) {
  #seisanseiLP .problems .inner ul {
    grid-template-columns: 1fr 1fr;
  }
}
#seisanseiLP .problems .inner ul li {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  box-shadow: 0 0 20px rgba(0, 44, 37, 0.2);
}
#seisanseiLP .problems .inner ul li h3 {
  color: #3d9688;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .problems .inner ul li h3 {
    font-size: 1em;
  }
}
@media screen and (max-width: 769px) {
  #seisanseiLP .problems .inner ul li p {
    font-size: 12px;
  }
}
#seisanseiLP .problems .inner ul li figure img {
  border-radius: 1000px;
  box-shadow: 5px 5px 5px rgba(0, 44, 37, 0.1);
}
#seisanseiLP .problems .inner .end {
  background-color: #fff;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 44, 37, 0.2);
  gap: 10px;
}
@media screen and (max-width: 960px) {
  #seisanseiLP .problems .inner .end {
    border-radius: 0px;
  }
}
#seisanseiLP .problems .inner .end figure {
  margin-top: -50px;
}
#seisanseiLP .problems .inner .end figure img {
  border-radius: 1000px;
  box-shadow: 5px 5px 10px rgba(0, 44, 37, 0.2);
}
#seisanseiLP .problems .inner .end h3 {
  text-align: center;
  color: #3d9688;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  align-items: flex-end;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .problems .inner .end h3 {
    margin-left: 20px;
    margin-right: 20px;
    gap: 10px;
    align-items: flex-end;
  }
}
@media screen and (max-width: 481px) {
  #seisanseiLP .problems .inner .end h3 {
    margin-left: 5px;
    margin-right: 5px;
  }
}
#seisanseiLP .problems .inner .end h3 em {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#seisanseiLP .problems .inner .end h3 em span:nth-of-type(1) {
  font-size: 38px;
}
#seisanseiLP .problems .inner .end h3 em span:nth-of-type(2) {
  font-size: 28px;
  color: #333;
}
@media screen and (max-width: 481px) {
  #seisanseiLP .problems .inner .end h3 em span:nth-of-type(2) {
    font-size: 22px;
  }
}
#seisanseiLP .problems .inner .end h3:before {
  content: "";
  width: 2px;
  height: 90px;
  background-color: #3d9688;
  transform: rotate(-30deg);
  flex-shrink: 0;
}
#seisanseiLP .problems .inner .end h3:after {
  content: "";
  width: 2px;
  height: 90px;
  background-color: #3d9688;
  transform: rotate(30deg);
  flex-shrink: 0;
}
#seisanseiLP .services {
  background-image: url(../img/seisansei/bg_circle.svg);
  background-size: 34px;
}
#seisanseiLP .services .inner {
  max-width: 1000px;
  padding: 60px 20px;
  margin: 0 auto;
}
#seisanseiLP .services .inner .head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .services .inner .head {
    flex-direction: column;
  }
}
#seisanseiLP .services .inner .head .h_inner {
  margin-bottom: 0.5em;
}
#seisanseiLP .services .inner .head .h_inner h2 {
  font-size: 38px;
  background-color: #3d9688;
  color: #fff;
  border-radius: 100px;
  padding: 0.25em 1em;
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .services .inner .head .h_inner h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 481px) {
  #seisanseiLP .services .inner .head .h_inner h2 {
    font-size: 24px;
  }
}
#seisanseiLP .services .inner .head .h_inner h2 + p {
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 5px white;
}
@media screen and (max-width: 481px) {
  #seisanseiLP .services .inner .head .h_inner h2 + p {
    text-align: left;
  }
}
#seisanseiLP .services .inner .info001 {
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  text-shadow: 0 0 5px white;
}
#seisanseiLP .services .inner ol li {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 20px;
  padding-bottom: 60px;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .services .inner ol li {
    display: flex;
    flex-direction: column-reverse;
  }
}
#seisanseiLP .services .inner ol li .doc h3 {
  display: flex;
  word-break: auto-phrase;
  align-items: center;
  gap: 20px;
  margin-bottom: 0.25em;
}
#seisanseiLP .services .inner ol li .doc h3 span:nth-of-type(1) {
  text-shadow: 0 0 5px white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 100;
  color: #3d9688;
}
#seisanseiLP .services .inner ol li .doc h3 span:nth-of-type(2) {
  text-shadow: 0 0 5px white;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
#seisanseiLP .services .inner ol li .doc > p {
  font-size: 14px;
  padding-bottom: 1em;
  text-shadow: 0 0 5px white;
}
#seisanseiLP .services .inner ol li .doc .ex {
  background-color: rgba(192, 227, 220, 0.4);
  color: #3d9688;
  padding: 0.5em;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 10px;
}
#seisanseiLP .services .inner ol li .doc .ex h4 {
  background-color: #333;
  color: #fff;
  padding: 0.05em 1em;
  border-radius: 200px;
  display: block;
  font-size: 14px;
  line-height: 1.3;
}
#seisanseiLP .services .inner ol li .doc .ex p {
  text-shadow: 0 0 5px white;
  padding-bottom: 0;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .services .inner ol li .doc .ex p br {
    display: none;
  }
}
#seisanseiLP .results {
  background-color: #f5f5ee;
  padding: 60px 20px;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .results {
    padding: 30px 20px;
  }
}
#seisanseiLP .results .note {
  justify-content: center;
  text-align: left;
  padding-top: 2em;
}
#seisanseiLP .results .note::before {
  color: unset;
}
#seisanseiLP .results .head {
  text-align: center;
}
#seisanseiLP .results .head h2 {
  color: #804e00;
  font-size: 38px;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .results .head h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 481px) {
  #seisanseiLP .results .head h2 {
    font-size: 28px;
  }
}
#seisanseiLP .results .head h2 + p {
  margin-bottom: 1em;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .results .head h2 + p {
    text-align: left;
  }
  #seisanseiLP .results .head h2 + p br {
    display: none;
  }
}
#seisanseiLP .results .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .results .inner {
    flex-direction: column;
    gap: 0;
  }
}
#seisanseiLP .results .inner .bach {
  background-color: rgba(51, 51, 51, 0.902);
  color: #fff;
  border-radius: 3000px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 140px;
  height: 140px;
  gap: 4px;
  flex-direction: column;
  position: absolute;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .results .inner .bach {
    position: relative;
    margin: -20px 0;
    z-index: 99;
  }
}
#seisanseiLP .results .inner .bach:after {
  content: "";
  background-image: url(../img/seisansei/arrow.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .results .inner .bach:after {
    transform: rotate(90deg);
  }
}
#seisanseiLP .results .inner .bach span {
  display: block;
}
#seisanseiLP .results .inner .bach span:nth-of-type(1) {
  font-size: 34px;
  margin-bottom: 0.25em;
}
#seisanseiLP .results .inner .bach span:nth-of-type(2) {
  font-size: 16px;
}
#seisanseiLP .results .inner .list1,
#seisanseiLP .results .inner .list2 {
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#seisanseiLP .results .inner .list1 img,
#seisanseiLP .results .inner .list2 img {
  margin-bottom: 20px;
}
#seisanseiLP .results .inner .list1 h3,
#seisanseiLP .results .inner .list2 h3 {
  font-size: 28px;
  color: #804e00;
  margin-bottom: 0.5em;
}
#seisanseiLP .results .inner .list1 ul li,
#seisanseiLP .results .inner .list2 ul li {
  display: flex;
  gap: 0.5em;
  margin-bottom: 0.25em;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
}
#seisanseiLP .results .inner .list1 ul li::before,
#seisanseiLP .results .inner .list2 ul li::before {
  content: "";
  flex-shrink: 0;
  align-items: center;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}
#seisanseiLP .results .inner .list1 ul li:last-of-type,
#seisanseiLP .results .inner .list2 ul li:last-of-type {
  margin-bottom: 0;
}
#seisanseiLP .results .inner .list1 {
  background-color: #e2e2c9;
}
#seisanseiLP .results .inner .list1 ul li::before {
  background-image: url(../img/seisansei/none.svg);
}
#seisanseiLP .results .inner .list2 {
  background-color: #cfe6e3;
}
#seisanseiLP .results .inner .list2 ul li::before {
  background-image: url(../img/seisansei/ok.svg);
}
#seisanseiLP .flow {
  padding: 60px 0;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .flow {
    padding: 30px 0;
  }
}
#seisanseiLP .flow .head {
  background-color: #3d9688;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  padding: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .flow .head {
    margin-bottom: 30px;
  }
}
#seisanseiLP .flow .head em {
  display: inline-block;
  background: linear-gradient(transparent 80%, yellow 80%);
  font-style: normal;
  font-size: 1em;
}
#seisanseiLP .flow .head em > span {
  font-size: 1.3em;
  color: #ffb0f6;
}
#seisanseiLP .flow .head h2 {
  font-size: 32px;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .flow .head h2 {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 481px) {
  #seisanseiLP .flow .head h2 {
    font-size: 27px;
  }
}
#seisanseiLP .flow .head h2 + P {
  font-weight: bold;
}
@media screen and (max-width: 481px) {
  #seisanseiLP .flow .head h2 + P {
    word-break: auto-phrase;
    font-size: 14px;
  }
}
#seisanseiLP .flow .inner {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
#seisanseiLP .flow .inner ol {
  max-width: 680px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .flow .inner ol {
    margin-bottom: 30px;
  }
}
#seisanseiLP .flow .inner ol li {
  display: flex;
  width: 100%;
  border-bottom: solid 1px #ccc;
  padding: 0.75em;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
#seisanseiLP .flow .inner ol li:nth-of-type(odd) {
  background-color: rgba(1, 187, 163, 0.1);
}
@media screen and (max-width: 769px) {
  #seisanseiLP .flow .inner ol li {
    justify-content: space-between;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
  }
}
#seisanseiLP .flow .inner ol li .doc {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
#seisanseiLP .flow .inner ol li .doc > div h3 {
  font-size: 1.3em;
  line-height: 1.4;
  text-shadow: 0 0 5px white;
}
#seisanseiLP .flow .inner ol li .doc > div:nth-of-type(1) {
  font-size: 50px;
  line-height: 60px;
  width: 60px;
  background-color: #3d9688;
  color: #fff;
  border-radius: 1000px;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .flow .inner ol li .doc > div:nth-of-type(1) {
    margin-bottom: 0.25em;
  }
}
#seisanseiLP .flow .inner ol li .days {
  background-color: #cfe6e3;
  border-radius: 100px;
  font-size: 12px;
  padding: 0.25em 1em;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .flow .inner ol li .days {
    text-align: center;
    width: 100%;
  }
}
#seisanseiLP .flow .inner .info {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .flow .inner .info {
    gap: 20px;
    flex-direction: column;
  }
}
#seisanseiLP .flow .inner .info > div {
  color: #fff;
  padding: 20px;
  border-radius: 20px;
}
#seisanseiLP .flow .inner .info > div:nth-of-type(1) {
  background-color: #3d6d96;
}
#seisanseiLP .flow .inner .info > div:nth-of-type(2) {
  background-color: #3d9688;
}
#seisanseiLP .flow .inner .info > div h3 {
  margin-bottom: 1em;
  color: #ffff1f;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .flow .inner .info > div h3 {
    font-size: 18px;
  }
}
#seisanseiLP .flow .inner .info .note:before {
  color: #fff;
}
#seisanseiLP .cases {
  background-color: #c0e3dc;
  padding: 60px 0;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .cases {
    padding: 30px 0;
  }
}
#seisanseiLP .cases h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 0.25em;
  font-size: clamp(2.938rem, 1.711rem + 2.55vw, 3.625rem);
  color: #04483d;
  text-shadow: 3px 3px 0 #fff;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .cases h2 {
    font-size: 30px;
  }
}
#seisanseiLP .cases h2 + p {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .cases h2 + p {
    text-align: left;
  }
}
#seisanseiLP .cases .inner {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
#seisanseiLP .cases .inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .cases .inner ul {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 481px) {
  #seisanseiLP .cases .inner ul {
    grid-template-columns: 1fr;
  }
}
#seisanseiLP .cases .inner ul li {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#seisanseiLP .cases .inner ul li a {
  text-decoration: none;
  display: block;
  height: 100%;
  background-color: #fff;
  width: 100%;
}
#seisanseiLP .cases .inner ul li img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#seisanseiLP .cases .inner ul li .doc {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .cases .inner ul li .doc {
    align-items: center;
  }
}
#seisanseiLP .cases .inner ul li .doc .company-info {
  font-size: 12px;
  background-color: #c0e3dc;
  padding: 0.25em 1em;
  border-radius: 100px;
}
#seisanseiLP .cases .inner ul li .doc > p {
  font-size: 14px;
}
#seisanseiLP .cases .inner ul li .doc .change {
  background-color: #3d9688;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0.75em;
  font-size: 12px;
  width: 100%;
  border-radius: 5px;
}
#seisanseiLP .cases .inner ul li .doc .link {
  font-weight: bold;
  font-size: 16px;
  background-image: linear-gradient(#00c326, #007217);
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 200px;
  padding: 0.25em 2em;
  gap: 5px;
}
#seisanseiLP .cases .inner ul li .doc .link:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/seisansei/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#seisanseiLP .flow + .scope {
  background-color: #efefef;
}
#seisanseiLP .scope .inner01 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px 30px;
}
#seisanseiLP .scope .inner01 .head h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #3d9688;
  text-shadow: 3px 3px 0 #fff;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .scope .inner01 .head h2 {
    font-size: 30px;
    flex-direction: column-reverse;
    text-align: center;
  }
}
#seisanseiLP .scope .inner01 .head h2:before {
  content: "";
  width: 150px;
  height: 150px;
  background-image: url(../img/seisansei/p09.svg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#seisanseiLP .scope .inner01 .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .scope .inner01 .inner {
    grid-template-columns: 1fr;
  }
}
#seisanseiLP .scope .inner01 .inner .list1,
#seisanseiLP .scope .inner01 .inner .list2 {
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
#seisanseiLP .scope .inner01 .inner .list1 img,
#seisanseiLP .scope .inner01 .inner .list2 img {
  margin-bottom: 20px;
}
#seisanseiLP .scope .inner01 .inner .list1 h3,
#seisanseiLP .scope .inner01 .inner .list2 h3 {
  font-size: 28px;
  color: #804e00;
  margin-bottom: 0.5em;
}
#seisanseiLP .scope .inner01 .inner .list1 ul li,
#seisanseiLP .scope .inner01 .inner .list2 ul li {
  display: flex;
  gap: 0.5em;
  margin-bottom: 0.25em;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
}
#seisanseiLP .scope .inner01 .inner .list1 ul li::before,
#seisanseiLP .scope .inner01 .inner .list2 ul li::before {
  content: "";
  flex-shrink: 0;
  align-items: center;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}
#seisanseiLP .scope .inner01 .inner .list1 ul li:last-of-type,
#seisanseiLP .scope .inner01 .inner .list2 ul li:last-of-type {
  margin-bottom: 0;
}
#seisanseiLP .scope .inner01 .inner .list1 {
  background-color: #e2e2c9;
}
#seisanseiLP .scope .inner01 .inner .list1 ul li::before {
  background-image: url(../img/seisansei/none.svg);
}
#seisanseiLP .scope .inner01 .inner .list2 {
  background-color: #cfe6e3;
}
#seisanseiLP .scope .inner01 .inner .list2 ul li::before {
  background-image: url(../img/seisansei/ok.svg);
}
#seisanseiLP .scope .inner01 .reason {
  background-color: #f3f9f8;
  padding: 20px;
  max-width: 680px;
  margin: 0 auto;
  border-radius: 20px;
}
#seisanseiLP .scope .inner01 .reason h4 {
  color: #3d9688;
  text-align: center;
}
#seisanseiLP .scope .inner01 .reason p {
  font-size: 14px;
}
#seisanseiLP .member .btn {
  display: flex;
  justify-content: center;
  padding: 10px 20px 30px 20px;
}
#seisanseiLP .member .btn a {
  background-image: linear-gradient(#00c326, #007217);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 0.75em 2em;
  border-radius: 300px;
  font-size: 18px;
  border: none;
  background-image: linear-gradient(#949494, #4a4a4a);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  word-break: auto-phrase;
}
#seisanseiLP .member .btn a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/seisansei/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .member .btn a::after {
    width: 46px;
    height: 23px;
  }
}
#seisanseiLP .member .head {
  background-color: #3d9688;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 1em 0.25em;
  background: repeating-linear-gradient(135deg, #3d9688 0, #3d9688 4px, rgb(83, 167, 154) 4px, rgb(83, 167, 154) 6px);
}
@media screen and (max-width: 769px) {
  #seisanseiLP .member .head {
    padding: 0.75em 0.25em;
  }
}
#seisanseiLP .member .head h2,
#seisanseiLP .member .head p {
  word-break: auto-phrase;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#seisanseiLP .member .head h2 {
  font-size: 32px;
  font-size: clamp(2.938rem, 1.711rem + 2.55vw, 3.625rem);
  line-height: 1.3;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .member .head h2 {
    font-size: 42px;
  }
}
#seisanseiLP .member .member-top {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  gap: 40px;
  align-items: center;
  padding: 20px;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .member .member-top {
    flex-direction: column;
    gap: 0px;
  }
}
#seisanseiLP .member .member-top figure img {
  border-radius: 10000px;
  width: 200px;
  border: solid 5px #3d9688;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .member .member-top figure img {
    width: 160px;
  }
}
#seisanseiLP .member .member-top .doc h3 {
  margin-bottom: 1em;
}
#seisanseiLP .member .member-top .doc h3 a {
  text-decoration: none;
}
#seisanseiLP .member .member-top .doc h3 a span {
  display: block;
  line-height: 1.1;
}
#seisanseiLP .member .member-top .doc h3 a span:nth-of-type(1) {
  font-size: 18px;
  margin-bottom: 0.5em;
  color: #333;
}
#seisanseiLP .member .member-top .doc h3 a span:nth-of-type(2) {
  color: #3d9688;
  font-size: 45px;
}
#seisanseiLP .member .member-top .doc p {
  font-size: 14px;
}
#seisanseiLP .member .member-list {
  background-color: #e9f3f2;
  padding: 20px;
}
#seisanseiLP .member .member-list h3 {
  text-align: center;
  color: #3d9688;
  margin-bottom: 0.75em;
  word-break: auto-phrase;
  font-size: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 481px) {
  #seisanseiLP .member .member-list h3 {
    font-size: 28px;
  }
}
#seisanseiLP .member .member-list ul {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 1em;
}
#seisanseiLP .member .member-list ul li img {
  width: 90px;
  border-radius: 200px;
  border: solid 3px #3d9688;
}
#seisanseiLP .member .member-list ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #3d9688;
  font-weight: bold;
}
#seisanseiLP .member .member-list p {
  max-width: 640px;
  margin: 0 auto;
}
#seisanseiLP .partner {
  background-color: #005f51;
  color: #fff;
  padding: 30px 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
#seisanseiLP .partner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/seisansei/b001.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: brightness(60%) blur(0px) hue-rotate(357deg);
}
#seisanseiLP .partner h2 {
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 32px;
  padding: 0.25em;
  line-height: 1.3;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: repeating-linear-gradient(135deg, rgba(61, 150, 137, 0) 0 0 7px, #577b74 7px 9px);
  font-size: clamp(2.938rem, 1.711rem + 2.55vw, 3.625rem);
}
@media screen and (max-width: 769px) {
  #seisanseiLP .partner h2 {
    font-size: clamp(1.875rem, -0.004rem + 6.25vw, 3rem);
  }
}
@media screen and (max-width: 481px) {
  #seisanseiLP .partner h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 769px) {
  #seisanseiLP .partner h2 span br {
    display: none;
  }
}
#seisanseiLP .partner .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  padding-top: 20px;
}
#seisanseiLP .partner .inner .whats {
  background: rgba(236, 252, 255, 0.9);
  color: #000;
  border-radius: 10px;
  display: flex;
  padding: 20px;
  gap: 30px;
  margin-bottom: 30px;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .partner .inner .whats {
    gap: 10px;
  }
}
@media screen and (max-width: 481px) {
  #seisanseiLP .partner .inner .whats {
    flex-direction: column;
    align-items: center;
  }
}
#seisanseiLP .partner .inner .whats::before {
  content: "";
  background-image: url("../img/mark.svg");
  width: 150px;
  height: 150px;
  background-size: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 481px) {
  #seisanseiLP .partner .inner .whats::before {
    width: 120px;
    height: 120px;
  }
}
#seisanseiLP .partner .inner .whats > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#seisanseiLP .partner .inner .whats > div h4 {
  color: #3d9688;
  margin-bottom: 0.25em;
  font-size: 22px;
}
#seisanseiLP .partner .inner .whats > div p {
  text-align: left;
  word-break: auto-phrase;
  font-size: 14px;
}
#seisanseiLP .partner .inner > p {
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#seisanseiLP .partner .inner > p:nth-of-type(1) {
  font-size: 14px;
}
@media screen and (max-width: 481px) {
  #seisanseiLP .partner .inner > p:nth-of-type(1) {
    text-align: left;
  }
}
#seisanseiLP .partner .inner > p:nth-of-type(2) {
  font-size: 14px;
  margin-bottom: 1em;
}
#seisanseiLP .partner .inner .pdf-download a {
  background-color: #fff;
  border-radius: 200px;
  color: #3d9688;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0.5em 2em;
  text-decoration: none;
  text-align: left;
}
#seisanseiLP .partner .inner .pdf-download a::before {
  content: "";
  width: 38px;
  height: 38px;
  background-image: url(../img/seisansei/pdf_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  flex-shrink: 0;
}
#seisanseiLP .partner .inner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 0.75em;
  padding-bottom: 2em;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .partner .inner ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 481px) {
  #seisanseiLP .partner .inner ul {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
#seisanseiLP .partner .inner ul li {
  background-color: #fff;
  color: #333;
  padding: 0.75em;
  border-radius: 10px;
}
#seisanseiLP .partner .inner ul li h3 {
  color: #3d9688;
  font-size: 20px;
  display: flex;
  margin-bottom: 0.5em;
  word-break: auto-phrase;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
  flex-direction: row;
}
#seisanseiLP .partner .inner ul li h3 span {
  font-size: 1.2em;
  color: #ff5722;
  word-break: auto-phrase;
}
#seisanseiLP .partner .inner ul li p {
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .partner .inner ul li:nth-child(3) {
    grid-column: 1/-1;
    justify-self: center;
  }
}
#seisanseiLP .recommend {
  background-color: #f8f4be;
}
#seisanseiLP .recommend > img {
  margin: 0 auto;
}
#seisanseiLP .recommend .inner {
  max-width: 1000px;
  padding: 30px 20px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
#seisanseiLP .recommend .inner h2 {
  font-size: 32px;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
#seisanseiLP .recommend .inner h2::after {
  content: "";
  width: 2px;
  height: 50px;
  background-color: #3d9688;
  transform: rotate(30deg);
  flex-shrink: 0;
}
#seisanseiLP .recommend .inner h2::before {
  content: "";
  width: 2px;
  height: 50px;
  background-color: #3d9688;
  transform: rotate(-30deg);
  flex-shrink: 0;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .recommend .inner h2 span {
    font-size: 24px;
  }
}
#seisanseiLP .recommend .inner ul {
  background-color: #fff;
  padding: 1.5em;
  border-radius: 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
#seisanseiLP .recommend .inner ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.25em;
  font-size: 24px;
}
@media screen and (max-width: 769px) {
  #seisanseiLP .recommend .inner ul li {
    align-items: flex-start;
    font-size: 20px;
  }
}
@media screen and (max-width: 481px) {
  #seisanseiLP .recommend .inner ul li {
    align-items: flex-start;
    font-size: 20px;
    margin-bottom: 1em;
    line-height: 1.5;
  }
  #seisanseiLP .recommend .inner ul li:last-of-type {
    margin-bottom: 0;
  }
}
#seisanseiLP .recommend .inner ul li::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/seisansei/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#seisanseiLP .contact {
  text-align: center;
  background-color: #f8f8f8;
}
#seisanseiLP .contact .inner {
  padding: 30px 20px;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
#seisanseiLP .contact .inner p {
  font-weight: bold;
  font-size: 20px;
}
#seisanseiLP .contact .inner a {
  background-image: linear-gradient(#00c326, #007217);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 0.75em 2em;
  border-radius: 300px;
  font-size: 28px;
  border: none;
  background-image: linear-gradient(#00c326, #007217);
  color: #fff;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 10px;
}
#seisanseiLP .contact .inner a::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/seisansei/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.note {
  display: flex;
  font-size: 14px;
  gap: 4px;
}
.note::before {
  content: "※";
  color: #3d9688;
  font-weight: bold;
}

#goTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #ba8fb6;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
  width: 80px;
  height: 80px;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1111;
}
@media screen and (max-width: 1148px) {
  #goTop {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  }
}
#goTop a {
  height: 100%;
  width: 100%;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#goTop a em {
  font-style: normal;
  text-align: center;
}
#goTop a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/seisansei/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}

#sideLink {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1000;
  transform: translateY(-50%);
}
#sideLink a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 314px;
  padding: 20px 0;
  box-sizing: border-box;
  background-color: #ffff00;
  border-radius: 22px 0 0 22px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.872);
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3em;
  text-decoration: none;
  writing-mode: vertical-rl;
  text-orientation: upright;
  transition: background-color 0.3s, transform 0.3s;
}
#sideLink a:hover {
  background-color: #ffe600;
  transform: translateX(-5px);
}

@media screen and (max-width: 1148px) {
  #sideLink {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: none;
  }
  #sideLink a {
    width: 100%;
    height: auto;
    min-height: 64px;
    padding: 14px 20px;
    cursor: pointer;
    padding-bottom: calc(14px + env(safe-area-inset-bottom));
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
  #sideLink a:hover {
    transform: none;
  }
}
@media screen and (max-width: 769px) {
  body {
    padding-bottom: 60px;
  }
}/*# sourceMappingURL=seisansei.css.map */