@charset "UTF-8";

/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

/* Break Point */
/* Color */
body {
  font-weight: 400;
  color: #2d2e31;
  font-family: "Noto Sans JP", serif;
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

body main {
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

body img[src$=".svg"] {
  width: 100%;
  height: auto;
}

a {
  color: #2d2e31;
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

* {
  box-sizing: border-box;
}

sup,
sub {
  font-size: 0.6em;
}

h2,
h3,
h4 {
  line-height: 1.3;
}

.btn {
  line-height: 1;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #39b382;
  margin: 0 auto;
  position: relative;
  box-shadow: -3.4px 2.2px 6px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.btn.anchor::after {
  content: "";
  display: inline-block;
  background: url(../media/images/shindan-taikenlp/icon_arrow_white.svg) no-repeat center/cover;
  position: absolute;
}

.btn.siryou::after {
  content: "";
  display: inline-block;
  background: url(../media/images/shindan-taikenlp/muryou.webp) no-repeat center/cover;
  position: absolute;
}

.btn.link::after {
  content: "";
  display: inline-block;
  background: url(../media/images/shindan-taikenlp/icon_arrow_white.svg) no-repeat center/cover;
  position: absolute;
  transform: rotate(-90deg);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#mv .mvText {
  opacity: 0;
  animation: fadeIn 1.5s ease forwards;
  animation-delay: 0s;
}

#mv .mvCatch {
  opacity: 0;
  animation: fadeIn 1.5s ease forwards;
  animation-delay: 0.5s;
}

#mv .mvBy {
  opacity: 0;
  animation: fadeIn 1.5s ease forwards;
  animation-delay: 1s;
}

#about .commonInner {
  position: relative;
  z-index: 3;
}

#about .introduction {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

#about h2 {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

#about h2 span {
  display: inline-block;
  color: #fff;
  background-color: #26ab76;
}

#about figure {
  text-align: center;
}

#nayami {
  background-color: #f0f4f5;
}

#nayami .nayamiWrap {
  background-color: #ffffff;
  position: relative;
}

#nayami .nayamiWrap h2 {
  color: #26ab76;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

#nayami .nayamiWrap ul {
  line-height: 1.5;
}

#nayami .nayamiWrap ul li {
  border-bottom: 1px solid #bec1c2;
  position: relative;
}

#keikaku h2 {
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
}

#keikaku h2 span {
  display: inline-block;
  color: #26ab76;
  background: linear-gradient(transparent 65%, #e1f5ed 50%);
}

#keikaku p {
  text-align: center;
  font-weight: 700;
  line-height: 2;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

#keikaku .images>div {
  display: flex;
  flex-shrink: 0;
  animation: slide 20s linear infinite;
}

#features {
  position: relative;
}

#features h2 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}

#features .featuresWrap {
  background-color: #fff;
}

#features .featuresWrap .titleNum {
  color: #26ab76;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}

#features .featuresWrap .titleNum span {
  display: inline-block;
  position: relative;
}

#features .featuresWrap .titleSub {
  text-align: center;
  font-weight: 700;
  color: #26ab76;
}

#features .featuresWrap h3 {
  text-align: center;
  font-weight: 700;
}

#features .featuresWrap h3 span {
  display: inline-block;
  color: #fff;
  background-color: #26ab76;
}

#features .featuresWrap .featuresHead figure {
  text-align: center;
}

#features .featuresWrap .featuresHead .textWrap h4 {
  color: #e1e5e6;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  position: relative;
  line-height: 1;
}

#features .featuresWrap .featuresHead .textWrap p {
  line-height: 1.9;
}

#features .featuresWrap .featuresHead .textWrap p span {
  color: #26ab76;
  font-weight: 700;
}

#features .featuresWrap .stepList li {
  background-color: #f0f4f5;
  position: relative;
}

#features .featuresWrap .stepList li figure {
  text-align: center;
}

#features .featuresWrap .stepList li .stepNum {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #26ab76;
  text-align: center;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

#features .featuresWrap .stepList li .stepTitle {
  font-weight: 700;
  text-align: center;
  color: #26ab76;
  line-height: 1.3;
}

#features .featuresWrap .stepList li .stepText {
  line-height: 1.9;
}

#features .featuresWrap #mondaini .mondainiWrap>div:first-of-type .mondainiTitle {
  font-weight: 700;
  position: relative;
  line-height: 1.4;
}

#features .featuresWrap #mondaini .mondainiWrap>div:last-of-type p {
  line-height: 1.9;
}

#features .featuresWrap #mazuha .small {
  text-align: center;
  font-weight: 700;
  line-height: 1;
}

#features .featuresWrap #mazuha .mazuhaTitle {
  text-align: center;
  font-weight: 700;
}

#features .featuresWrap #mazuha .mazuhaTitle span {
  display: inline-block;
  color: #26ab76;
  background: linear-gradient(transparent 65%, #e1f5ed 50%);
}

#features .featuresWrap #mazuha .sub {
  text-align: center;
  font-weight: 700;
}

#features .featuresWrap #mazuha .text {
  text-align: center;
  font-weight: 700;
}

#features .featuresWrap #mazuha .text span {
  color: #26ab76;
  line-height: 1.9;
}

#features .featuresWrap #taiken .taikenTitle {
  text-align: center;
}

#features .featuresWrap #taiken .taikenWrap .taikenkaiTitle {
  color: #26ab76;
}

#features .featuresWrap #taiken .taikenBox>div .colorBox {
  background-color: #eef5f4;
}

#features .featuresWrap #taiken .taikenBox>div .colorBox ul {
  font-weight: 700;
  line-height: 1.3;
}

#features .featuresWrap #taiken .taikenBox>div .borderBox dl dt {
  font-weight: 700;
}

#features .featuresWrap .featuresJirei {
  background-color: #fff;
}

#features .featuresWrap .featuresJirei .featuresJireiTitle {
  font-weight: 700;
  text-align: center;
}

#features .featuresWrap .featuresJirei .featuresJireiTitle span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

#features .featuresWrap .featuresJirei .featuresJireiBox {
  background-color: #f0f4f5;
}

#features .featuresWrap .featuresJirei .featuresJireiBox>div ul {
  color: #6f727b;
  font-weight: 500;
}

#features .featuresWrap .featuresJirei .featuresJireiBox>div ul li {
  line-height: 1.3;
  position: relative;
}

#features .featuresWrap .featuresJirei .featuresJireiBox>div p {
  color: #6f727b;
  font-weight: 500;
}

#features .featuresWrap #taisaku {
  background-color: #f0f4f5;
  position: relative;
}

#features .featuresWrap #taisaku .taisakuWrap .taisakuTitle {
  font-weight: 700;
  line-height: 1.5;
}

#features .featuresWrap #taisaku .taisakuWrap .taisakuText {
  line-height: 1.9;
}

#features .featuresWrap #zentaisaiteki .zentaisaitekiTitle {
  font-weight: 700;
  text-align: center;
  display: inline-block;
  position: relative;
}

#features .featuresWrap #zentaisaiteki .zentaisaitekiTitle>span {
  background: linear-gradient(transparent 65%, #e1f5ed 50%);
  display: inline-block;
}

#features .featuresWrap #zentaisaiteki .zentaisaitekiTitle>span span {
  color: #26ab76;
}

#features .featuresWrap #zentaisaiteki p.big {
  font-weight: 700;
}

#features .featuresWrap #zentaisaiteki p:not([class]) {
  font-weight: 700;
  line-height: 1.9;
}

#features .featuresWrap #zentaisaiteki p:not([class]) span {
  color: #26ab76;
}

#features .featuresWrap .bansouText {
  text-align: center;
  font-weight: 700;
}

#features .featuresWrap .bansouText span {
  color: #26ab76;
}

#features .featuresWrap .graphWrap {
  background-color: #eff7f4;
}

#features .featuresWrap .graphWrap .textWrap .title {
  font-weight: 700;
  color: #26ab76;
  line-height: 1.4;
}

#features .featuresWrap .graphWrap .textWrap .text {
  color: #6f727b;
  line-height: 1.9;
}

#features .featuresWrap #goteian {
  position: relative;
}

#features .featuresWrap #goteian .goteianWrap {
  position: relative;
  z-index: 2;
}

#features .featuresWrap #goteian .goteianWrap>div:first-of-type .goteianTitle {
  position: relative;
  font-weight: 700;
}

#features .featuresWrap #goteian .goteianWrap>div:first-of-type .goteianText {
  line-height: 1.9;
}

#features .featuresWrap #message .messageWrap>div:first-of-type .title {
  font-weight: 500;
  color: #26ab76;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}

#features .featuresWrap #message .messageWrap>div:last-of-type p {
  line-height: 1.9;
}

#features .featuresWrap #message .messageWrap>div:last-of-type dl {
  font-weight: 700;
  text-align: right;
}

#features .featuresWrap #message .messageWrap>div:last-of-type dl dt {
  color: #73757d;
}

#others {
  background-color: #f0f4f5;
  position: relative;
}

#others h2 {
  text-align: center;
  font-weight: 700;
  line-height: 1;
}

#others .entitle {
  font-weight: 500;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #26ab76;
}

#others .othersList {
  background-color: #fff;
  box-shadow: -3.4px 2.2px 6px rgba(0, 0, 0, 0.05);
}

#others .othersList li figure {
  text-align: center;
}

#others .othersList li .point {
  text-align: center;
  font-weight: 700;
  color: #26ab76;
  font-family: "Montserrat", sans-serif;
}

#others .othersList li h3 {
  text-align: center;
  font-weight: 700;
}

#others .othersList li .text {
  line-height: 1.9;
}

#siryou .siryouWrap {
  background-color: #E2F9EF;
  position: relative;
}

#siryou .siryouWrap .siryouCont>div h3 {
  position: relative;
  font-weight: 700;
}

#taikenkai h2 {
  text-align: center;
}

#taikenkai h3 {
  text-align: center;
  font-weight: 700;
}

#taikenkai dl>div dt {
  font-weight: 700;
}

#taikenkai dl>div dd input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: normal;
  outline: none;
  border-radius: 5px;
  border: 1px solid #bfd9cf;
  background-color: #fff;
  width: 100%;
}

#faq h2 {
  font-weight: 700;
  text-align: center;
}

#faq .faqList>div {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}

#faq .faqList dt {
  font-weight: 700;
  position: relative;
}

#faq .faqList dd {
  display: none;
}

#faq .faqList dd a {
  text-decoration: underline;
}

#faq .faqList dd a:hover {
  text-decoration: none;
}

#unei .uneiWrap {
  background-color: #f0f4f5;
}

#unei .uneiWrap .title {
  font-weight: 700;
}

#unei .uneiWrap h3 {
  font-weight: 700;
}

#unei .uneiWrap p {
  line-height: 1.9;
}

.fadeTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* ココから下には記入禁止 */
@media screen and (max-width: 1023px) {
  body {
    font-size: 13px;
    max-width: 480px;
    margin: 0 auto;
    padding-top: 61px;
    background-color: #e6f5f0;
  }

  .tel {
    color: #26ab76;
    text-decoration: underline;
  }

  h2,
  h3,
  h4 {
    line-height: 1.3;
  }

  .floatingBnr {
    position: fixed;
    right: 3px;
    bottom: 3px;
    z-index: 99;
  }

  .floatingBnr img {
    width: 160px;
  }

  .floatingBnr {
    display: none;
  }

  .commonInner {
    padding: 0 20px;
  }

  .btn {
    max-width: 295px;
    height: 60px;
    font-size: 16px;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 0 40px;
  }

  .btn.anchor::after {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 15px;
  }

  .btn.siryou::after {
    width: 28px;
    height: 24px;
    top: 0;
    left: 20px;
  }

  .btn.link::after {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 15px;
  }

  #mv {
    background: url(../media/images/shindan-taikenlp/mv_sp.webp) no-repeat center/cover;
    width: 100%;
    height: 297px;
    padding-top: 15px;
  }

  #mv .mvInner {
    height: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #mv .mvText img {
    max-width: 285px;
  }

  #mv .mvCatch {
    text-align: right;
  }

  #mv .mvCatch img {
    max-width: 188px;
  }

  #mv .mvBy {
    text-align: right;
    margin-top: 5px;
  }

  #mv .mvBy img {
    max-width: 87px;
  }

  #about {
    padding-top: 65px;
    padding-bottom: 40px;
    background-image: url(../media/images/shindan-taikenlp/about_bg_text.webp);
    background-repeat: no-repeat;
    background-position: top 20px left -10px;
    background-size: 361px auto;
    position: relative;
    z-index: 2;
  }

  #about::after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 750/271;
    background: url(../media/images/shindan-taikenlp/about_bottom_sp.webp) no-repeat center bottom;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #about .introduction {
    font-size: 15px;
  }

  #about h2 {
    font-size: 19px;
    margin-top: 10px;
  }

  #about h2 span {
    padding: 0 12px;
    margin: 0 3px;
  }

  #about figure {
    margin-top: 20px;
  }

  #about figure img {
    width: 162px;
  }

  #nayami {
    padding-top: 80px;
    margin-top: -50px;
  }

  #nayami .nayamiWrap {
    border-radius: 20px;
    padding: 50px 15px 30px;
  }

  #nayami .nayamiWrap h2 {
    font-size: 21px;
    padding: 5px 0 5px 25px;
    position: absolute;
    left: 20px;
    top: -22px;
  }

  #nayami .nayamiWrap h2:before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background-color: #26ab76;
    position: absolute;
    left: 0;
    top: 0;
  }

  #nayami .nayamiWrap ul li {
    padding: 10px 0 10px 25px;
  }

  #nayami .nayamiWrap ul li span {
    font-size: 16px;
    font-weight: 700;
  }

  #nayami .nayamiWrap ul li:before {
    content: "";
    display: inline-block;
    background: url(../media/images/shindan-taikenlp/icon_checkmark.svg) no-repeat center/cover;
    width: 16px;
    height: 11px;
    position: absolute;
    left: 0px;
    top: 18px;
  }

  #keikaku {
    padding-top: 30px;
  }

  #keikaku h2 {
    font-size: 16px;
  }

  #keikaku h2 span {
    font-size: 25px;
    padding: 0 10px;
  }

  #keikaku h2 span:first-of-type {
    margin-bottom: 5px;
  }

  #keikaku p {
    font-size: 14px;
    margin-top: 30px;
  }

  #keikaku .images {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 3;
  }

  #keikaku .images>div span {
    display: inline-block;
    margin: 0 8px;
    width: 33.3333333333vw;
    height: auto;
  }

  #keikaku .images>div span:nth-of-type(1) {
    padding-top: 20px;
  }

  #keikaku .images>div span:nth-of-type(2) {
    padding-top: 5px;
  }

  #keikaku .images>div span:nth-of-type(3) {
    padding-top: 15px;
  }

  #keikaku .images>div span:nth-of-type(4) {
    padding-top: 25px;
  }

  #keikaku .images>div span img {
    width: 100%;
  }

  #features {
    padding-top: 80px;
    margin-top: -45px;
  }

  #features:before {
    content: "";
    display: block;
    width: 100%;
    height: 210px;
    background: url(../media/images/shindan-taikenlp/features_bg_sp.webp) no-repeat top center/cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  #features h2 {
    font-size: 19px;
  }

  #features h2 span {
    font-size: 31px;
    display: block;
  }

  #features h2:before {
    content: "";
    display: block;
    background: url(../media/images/shindan-taikenlp/features.webp) no-repeat center/cover;
    width: 370px;
    height: 50px;
    position: absolute;
    top: -18px;
    left: calc(50% - 185px);
  }

  #features .featuresWrap {
    margin-top: 55px;
    position: relative;
  }

  #features .featuresWrap:before {
    content: "";
    display: block;
    background: url(../media/images/shindan-taikenlp/features_circle_sp.webp) no-repeat center/cover;
    width: 375px;
    height: 30px;
    position: absolute;
    left: calc(50% - 188px);
    top: -30px;
  }

  #features .featuresWrap:nth-of-type(n + 2) {
    margin-top: 0;
  }

  #features .featuresWrap .titleNum {
    font-size: 29px;
  }

  #features .featuresWrap .titleNum span:before {
    content: "";
    display: inline-block;
    background: url(../media/images/shindan-taikenlp/icon_ci.svg) no-repeat center/cover;
    width: 11px;
    height: 12px;
    position: absolute;
    left: -11px;
    top: -3px;
  }

  #features .featuresWrap .titleSub {
    margin-top: 10px;
    font-size: 13px;
  }

  #features .featuresWrap h3 {
    margin-top: 15px;
    font-size: 23px;
  }

  #features .featuresWrap h3 span {
    padding: 1px 5px;
    margin: 0 5px;
  }

  #features .featuresWrap .featuresHead {
    margin-top: 30px;
  }

  #features .featuresWrap .featuresHead+figure {
    margin-top: 20px;
  }

  #features .featuresWrap .featuresHead figure img {
    max-width: 200px;
  }

  #features .featuresWrap .featuresHead .textWrap {
    margin-top: 30px;
  }

  #features .featuresWrap .featuresHead .textWrap h4 {
    font-size: 40px;
    padding-left: 9px;
  }

  #features .featuresWrap .featuresHead .textWrap h4:before {
    content: "";
    display: inline-block;
    background-color: #26ab76;
    width: 15px;
    height: 6px;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
  }

  #features .featuresWrap .featuresHead .textWrap p {
    font-size: 14px;
    margin-top: 10px;
  }

  #features .featuresWrap .stepList {
    margin-top: 35px;
  }

  #features .featuresWrap .stepList li {
    border-radius: 10px;
    padding: 30px 20px 20px;
  }

  #features .featuresWrap .stepList li+li {
    margin-top: 30px;
  }

  #features .featuresWrap .stepList li figure img {
    max-width: 90px;
  }

  #features .featuresWrap .stepList li:last-of-type {
    margin-right: 0;
    text-align: center;
  }

  #features .featuresWrap .stepList li:last-of-type .stepNum {
    color: #fff;
    background-color: #26ab76;
  }

  #features .featuresWrap .stepList li:last-of-type::after {
    content: none;
  }

  #features .featuresWrap .stepList li::after {
    content: "";
    width: 12px;
    height: 12px;
    border: 0px;
    border-bottom: solid 2px #26ab76;
    border-right: solid 2px #26ab76;
    transform: rotate(45deg);
    position: absolute;
    bottom: -14px;
    right: calc(50% - 6px);
  }

  #features .featuresWrap .stepList li .stepNum {
    border: 1px solid #26ab76;
    font-size: 11px;
    width: 70px;
    height: 21px;
    border-radius: 10px;
    position: absolute;
    left: calc(50% - 35px);
    top: -8px;
  }

  #features .featuresWrap .stepList li .stepTitle {
    font-size: 17px;
  }

  #features .featuresWrap .stepList li .stepText {
    margin-top: 10px;
  }

  #features .featuresWrap #mondaini {
    margin-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }

  #features .featuresWrap #mondaini:before {
    content: "";
    display: block;
    background-color: #e6f5f0;
    width: 100%;
    height: calc(100% - 35px);
    position: absolute;
    left: 0;
    top: 35px;
  }

  #features .featuresWrap #mondaini .mondainiWrap {
    position: relative;
    z-index: 2;
    padding: 0 20px;
  }

  #features .featuresWrap #mondaini .mondainiWrap>div:first-of-type .mondainiTitle {
    font-size: 20px;
    text-align: center;
    max-width: 286px;
    margin: 0 auto;
  }

  #features .featuresWrap #mondaini .mondainiWrap>div:first-of-type .mondainiTitle:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: #2d2e31;
    position: absolute;
    top: 0;
    left: 0;
  }

  #features .featuresWrap #mondaini .mondainiWrap>div:first-of-type .mondainiTitle:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 50px;
    background-color: #2d2e31;
    position: absolute;
    top: 0;
    left: 0;
  }

  #features .featuresWrap #mondaini .mondainiWrap>div:first-of-type .mondainiTitle span {
    position: relative;
    display: block;
    padding: 13px 40px;
  }

  #features .featuresWrap #mondaini .mondainiWrap>div:first-of-type .mondainiTitle span:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: #2d2e31;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #features .featuresWrap #mondaini .mondainiWrap>div:first-of-type .mondainiTitle span:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 50px;
    background-color: #2d2e31;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #features .featuresWrap #mondaini .mondainiWrap>div:first-of-type figure {
    margin-top: 20px;
    text-align: center;
    padding: 0 20px;
  }

  #features .featuresWrap #mondaini .mondainiWrap>div:last-of-type {
    margin-top: 20px;
  }

  #features .featuresWrap #mondaini .mondainiWrap>div:last-of-type p {
    font-size: 14px;
  }

  #features .featuresWrap #mondaini .mondainiWrap>div:last-of-type p.bold {
    font-weight: 700;
    font-size: 16px;
    line-height: 2;
    margin: 10px 0;
  }

  #features .featuresWrap #mazuha {
    padding-top: 80px;
    padding-bottom: 65px;
    background: url(../media/images/shindan-taikenlp/akari_illust.webp) no-repeat top 18px center;
    background-size: 162px auto;
  }

  #features .featuresWrap #mazuha .small {
    font-size: 15px;
  }

  #features .featuresWrap #mazuha .mazuhaTitle {
    font-size: 24px;
    margin-top: 5px;
    line-height: 1.5;
  }

  #features .featuresWrap #mazuha .mazuhaTitle span {
    margin: 0 10px;
  }

  #features .featuresWrap #mazuha .sub {
    margin-top: 5px;
    font-size: 15px;
  }

  #features .featuresWrap #mazuha .text {
    margin-top: 40px;
    font-size: 14px;
  }

  #features .featuresWrap #taiken {
    background: url(../media/images/shindan-taikenlp/taiken_bg_sp.webp) no-repeat top center/cover;
    padding-top: 55px;
    padding-bottom: 85px;
    position: relative;
  }

  #features .featuresWrap #taiken:before {
    content: "";
    display: inline-block;
    background: url(../media/images/shindan-taikenlp/taiken_arrow.webp) no-repeat center/cover;
    width: 90px;
    height: 45px;
    position: absolute;
    left: calc(50% - 45px);
    top: -33px;
  }

  #features .featuresWrap #taiken .taikenTitle img {
    max-width: 310px;
  }

  #features .featuresWrap #taiken .taikenWrap {
    margin-top: 15px;
    position: relative;
  }

  #features .featuresWrap #taiken .taikenWrap:before {
    content: "";
    display: block;
    background-color: #d5f2e7;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -15px;
    right: -10px;
    border-radius: 15px;
  }

  #features .featuresWrap #taiken .taikenWrap .taikenInner {
    background-color: #fff;
    position: relative;
    z-index: 2;
    border-radius: 15px;
    padding: 20px 20px 30px;
    box-shadow: -3.4px 2.2px 6px rgba(0, 0, 0, 0.05);
  }

  #features .featuresWrap #taiken .taikenWrap .taikenkaiTitle {
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  #features .featuresWrap #taiken .taikenWrap .taikenkaiTitle img {
    width: auto;
    height: 28px;
  }

  #features .featuresWrap #taiken .taikenBox {
    margin-top: 15px;
  }

  #features .featuresWrap #taiken .taikenBox>div .colorBox {
    border-radius: 10px;
    padding: 20px 15px;
  }

  #features .featuresWrap #taiken .taikenBox>div .colorBox ul {
    font-size: 15px;
  }

  #features .featuresWrap #taiken .taikenBox>div .colorBox ul li+li {
    margin-top: 10px;
  }

  #features .featuresWrap #taiken .taikenBox>div .borderBox {
    margin-top: 15px;
    border: 2px dotted #eef5f4;
    border-radius: 10px;
    padding: 20px 20px;
  }

  #features .featuresWrap #taiken .taikenBox>div .borderBox dl>div {
    display: flex;
  }

  #features .featuresWrap #taiken .taikenBox>div .borderBox dl>div+div {
    margin-top: 5px;
  }

  #features .featuresWrap #taiken .taikenBox>div .borderBox dl dt {
    width: 70px;
    flex: none;
  }

  #features .featuresWrap #taiken .taikenBox figure {
    text-align: center;
    margin-top: 15px;
  }

  #features .featuresWrap #taiken .btnWrap {
    margin-top: 40px;
  }

  #features .featuresWrap .featuresJirei {
    border-radius: 10px;
    border: 3px solid #f0f4f5;
    margin-top: 20px;
    padding: 25px 20px;
    position: relative;
    z-index: 2;
  }

  #features .featuresWrap .featuresJirei .featuresJireiTitle {
    font-size: 17px;
    position: relative;
  }

  #features .featuresWrap .featuresJirei .featuresJireiTitle:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2d2e31;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
  }

  #features .featuresWrap .featuresJirei .featuresJireiTitle:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2d2e31;
    position: absolute;
    left: 0;
    top: calc(50% + 3px);
  }

  #features .featuresWrap .featuresJirei .featuresJireiTitle+p {
    margin-top: 15px;
  }

  #features .featuresWrap .featuresJirei .featuresJireiTitle span {
    padding: 0 12px;
  }

  #features .featuresWrap .featuresJirei .featuresJireiBox {
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  #features .featuresWrap .featuresJirei .featuresJireiBox.reverse {
    flex-direction: column-reverse;
  }

  #features .featuresWrap .featuresJirei .featuresJireiBox+p {
    margin-top: 20px;
  }

  #features .featuresWrap .featuresJirei .featuresJireiBox figure {
    text-align: center;
  }

  #features .featuresWrap .featuresJirei .featuresJireiBox>div ul li {
    padding-left: 20px;
  }

  #features .featuresWrap .featuresJirei .featuresJireiBox>div ul li+li {
    margin-top: 15px;
  }

  #features .featuresWrap .featuresJirei .featuresJireiBox>div ul li:before {
    content: "";
    display: inline-block;
    background: url(../media/images/shindan-taikenlp/icon_checkmark.svg) no-repeat center/cover;
    width: 13px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 3px;
  }

  #features .featuresWrap #taisaku {
    padding: 100px 20px 30px;
    margin-bottom: 40px;
    margin-top: -75px;
  }

  #features .featuresWrap #taisaku:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 75px solid transparent;
    border-left: 75px solid transparent;
    border-top: 40px solid #f0f4f5;
    border-bottom: 0;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 75px);
  }

  #features .featuresWrap #taisaku .taisakuWrap .taisakuTitle {
    font-size: 19px;
    flex: none;
    position: relative;
    text-align: center;
  }

  #features .featuresWrap #taisaku .taisakuWrap .taisakuTitle:after {
    content: "";
    display: inline-block;
    background: url(../media/images/shindan-taikenlp/big_arrow_sp.webp) no-repeat center/cover;
    width: 94px;
    height: 28px;
    position: absolute;
    right: calc(50% - 47px);
    bottom: -48px;
  }

  #features .featuresWrap #taisaku .taisakuWrap .taisakuText {
    margin-top: 65px;
  }

  #features .featuresWrap #zentaisaiteki {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 70px;
    position: relative;
  }

  #features .featuresWrap #zentaisaiteki:after {
    content: "";
    display: block;
    background: url(../media/images/shindan-taikenlp/zentaisaiteki_bg_sp.webp) no-repeat center/cover;
    width: 100%;
    height: 162px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #features .featuresWrap #zentaisaiteki .zentaisaitekiInner {
    padding: 0 20px;
    position: relative;
    z-index: 2;
  }

  #features .featuresWrap #zentaisaiteki .zentaisaitekiTitle {
    font-size: 21px;
    padding: 0 60px;
  }

  #features .featuresWrap #zentaisaiteki .zentaisaitekiTitle+p {
    margin-top: 25px;
    font-size: 14px;
    text-align: left;
  }

  #features .featuresWrap #zentaisaiteki .zentaisaitekiTitle:before {
    content: "";
    display: inline-block;
    background: url(../media/images/shindan-taikenlp/line_fukidashi.webp) no-repeat center/cover;
    width: 41px;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: -3px;
    transform: scale(-1, 1);
  }

  #features .featuresWrap #zentaisaiteki .zentaisaitekiTitle:after {
    content: "";
    display: inline-block;
    background: url(../media/images/shindan-taikenlp/line_fukidashi.webp) no-repeat center/cover;
    width: 41px;
    height: 35px;
    position: absolute;
    right: 0;
    bottom: -3px;
  }

  #features .featuresWrap #zentaisaiteki p.big {
    font-size: 17px;
    margin-top: 10px;
  }

  #features .featuresWrap #zentaisaiteki p:not([class]) {
    font-size: 14px;
    margin-top: 20px;
  }

  #features .featuresWrap #zentaisaiteki figure {
    margin-top: 30px;
  }

  #features .featuresWrap #zentaisaiteki figure.graph {
    margin-top: 10px;
  }

  #features .featuresWrap .bansouText {
    font-size: 17px;
    padding: 30px 0 30px;
    background: url(../media/images/shindan-taikenlp/features03_gara.webp) no-repeat center;
    background-size: 175px auto;
  }

  #features .featuresWrap .graphWrap {
    border-radius: 10px;
    padding: 30px 20px;
  }

  #features .featuresWrap .graphWrap .textWrap .title {
    font-size: 19px;
    text-align: center;
  }

  #features .featuresWrap .graphWrap .textWrap .text {
    margin-top: 20px;
  }

  #features .featuresWrap .graphWrap figure {
    margin-top: 20px;
    text-align: center;
  }

  #features .featuresWrap .graphWrap figure img+img {
    margin-top: 10px;
  }

  #features .featuresWrap #goteian {
    margin-top: 40px;
  }

  #features .featuresWrap #goteian:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 78px);
    background-color: #e6f5f0;
    position: absolute;
    left: 0;
    top: 40px;
  }

  #features .featuresWrap #goteian .goteianWrap {
    padding: 0 20px;
  }

  #features .featuresWrap #goteian .goteianWrap>div:first-of-type .goteianTitle {
    font-size: 20px;
    text-align: center;
    max-width: 315px;
    margin: 0 auto;
  }

  #features .featuresWrap #goteian .goteianWrap>div:first-of-type .goteianTitle:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: #2d2e31;
    position: absolute;
    top: 0;
    left: 0;
  }

  #features .featuresWrap #goteian .goteianWrap>div:first-of-type .goteianTitle:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 50px;
    background-color: #2d2e31;
    position: absolute;
    top: 0;
    left: 0;
  }

  #features .featuresWrap #goteian .goteianWrap>div:first-of-type .goteianTitle span {
    position: relative;
    display: block;
    padding: 13px 20px;
  }

  #features .featuresWrap #goteian .goteianWrap>div:first-of-type .goteianTitle span:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: #2d2e31;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #features .featuresWrap #goteian .goteianWrap>div:first-of-type .goteianTitle span:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 50px;
    background-color: #2d2e31;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #features .featuresWrap #goteian .goteianWrap>div:first-of-type .goteianText {
    margin-top: 20px;
    font-size: 14px;
  }

  #features .featuresWrap #goteian .goteianWrap figure {
    text-align: center;
    padding: 0 20px;
    margin-top: 20px;
  }

  #features .featuresWrap #message {
    padding: 35px 20px 40px;
  }

  #features .featuresWrap #message .messageWrap {
    border: 3px solid #f0f4f5;
    border-radius: 10px;
    padding: 20px 20px;
  }

  #features .featuresWrap #message .messageWrap>div:first-of-type .title {
    font-size: 18px;
    text-align: center;
  }

  #features .featuresWrap #message .messageWrap>div:first-of-type figure {
    margin-top: 10px;
    text-align: center;
  }

  #features .featuresWrap #message .messageWrap>div:first-of-type figure img {
    max-width: 225px;
  }

  #features .featuresWrap #message .messageWrap>div:last-of-type {
    margin-top: 15px;
  }

  #features .featuresWrap #message .messageWrap>div:last-of-type dl {
    margin-top: 10px;
  }

  #features .featuresWrap #message .messageWrap>div:last-of-type dl dt {
    font-size: 12px;
  }

  #features .featuresWrap #message .messageWrap>div:last-of-type dl dd {
    font-size: 16px;
  }

  #others {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #others:after {
    content: "";
    display: block;
    background: url(../media/images/shindan-taikenlp/others_bottom_sp.webp) no-repeat center bottom;
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0;
    bottom: -64px;
  }

  #others h2 {
    font-size: 21px;
  }

  #others .entitle {
    font-size: 13px;
    margin-top: 10px;
  }

  #others .othersList {
    margin-top: 20px;
    border-radius: 15px;
    padding: 30px 20px;
  }

  #others .othersList li+li {
    border-top: 2px solid #f0f4f5;
    padding-top: 30px;
    margin-top: 30px;
  }

  #others .othersList li .point {
    font-size: 13px;
    margin-top: 10px;
  }

  #others .othersList li h3 {
    font-size: 17px;
    margin-top: 10px;
  }

  #others .othersList li .text {
    margin-top: 10px;
  }

  #siryou {
    background: url(../media/images/shindan-taikenlp/siryou_bg_sp.webp) no-repeat center/cover;
    padding: 110px 20px 55px;
  }

  #siryou .siryouWrap {
    border-radius: 15px;
    border: 7px solid #fff;
    padding: 30px 20px 20px;
  }

  #siryou .siryouWrap+.btnWrap {
    margin-top: 30px;
  }

  #siryou .siryouWrap h2 {
    position: absolute;
    top: -15px;
    left: 0;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
  }

  #siryou .siryouWrap h2 img {
    max-width: 285px;
  }

  #siryou .siryouWrap .siryouCont figure {
    text-align: center;
  }

  #siryou .siryouWrap .siryouCont>div h3 {
    font-size: 16px;
    text-align: center;
    max-width: 260px;
    margin: 20px auto 0;
  }

  #siryou .siryouWrap .siryouCont>div h3:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 1px;
    background-color: #2d2e31;
    position: absolute;
    top: 0;
    left: 0;
  }

  #siryou .siryouWrap .siryouCont>div h3:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 28px;
    background-color: #2d2e31;
    position: absolute;
    top: 0;
    left: 0;
  }

  #siryou .siryouWrap .siryouCont>div h3 span {
    position: relative;
    display: block;
    padding: 10px 20px;
  }

  #siryou .siryouWrap .siryouCont>div h3 span:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 1px;
    background-color: #2d2e31;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #siryou .siryouWrap .siryouCont>div h3 span:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 28px;
    background-color: #2d2e31;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #siryou .siryouWrap .siryouCont>div .btnWrap {
    margin-top: 15px;
  }

  #taikenkai {
    background: url(../media/images/shindan-taikenlp/form_bg_sp.webp) no-repeat top center/cover;
    margin-top: -20px;
    padding-top: 45px;
    padding-bottom: 40px;
  }

  #taikenkai h2 img {
    max-width: 310px;
  }

  #taikenkai h3 {
    margin-top: 20px;
    font-size: 16px;
  }

  #taikenkai dl {
    margin-top: 15px;
  }

  #taikenkai dl>div+div {
    margin-top: 15px;
  }

  #taikenkai dl>div dd {
    margin-top: 5px;
  }

  #taikenkai dl>div dd input[type=text] {
    padding: 10px;
  }

  #taikenkai .btnWrap {
    margin-top: 30px;
  }

  #faq {
    padding: 40px 0px;
  }

  #faq h2 {
    font-size: 16px;
  }

  #faq .faqList {
    margin-top: 25px;
  }

  #faq .faqList>div {
    border-radius: 10px;
  }

  #faq .faqList>div+div {
    margin-top: 10px;
  }

  #faq .faqList dt {
    font-size: 15px;
    padding: 15px 40px 15px 20px;
    cursor: pointer;
    transition: 0.5s;
  }

  #faq .faqList dt:before {
    content: "";
    width: 13px;
    height: 1px;
    background-color: #26ab76;
    position: absolute;
    right: 13px;
    top: calc(50% - 1px);
  }

  #faq .faqList dt:after {
    content: "";
    height: 13px;
    width: 1px;
    background-color: #26ab76;
    position: absolute;
    right: 19px;
    top: calc(50% - 7px);
  }

  #faq .faqList dt.active:after {
    content: none;
  }

  #faq .faqList dd {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 40px;
    padding-bottom: 20px;
  }

  #unei {
    padding: 0 20px 30px;
  }

  #unei .uneiWrap {
    border-radius: 15px;
    padding: 25px 15px;
    text-align: center;
  }

  #unei .uneiWrap .title {
    font-size: 16px;
  }

  #unei .uneiWrap figure {
    margin-top: 20px;
    text-align: center;
  }

  #unei .uneiWrap figure img {
    max-width: 100px;
  }

  #unei .uneiWrap h3 {
    margin-top: 20px;
    font-size: 14px;
  }

  #unei .uneiWrap p {
    margin-top: 15px;
  }

  .fadeTrigger {
    opacity: 0;
  }

  .fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }

  @keyframes fadeInAnime {
    from {
      opacity: 0;
      transform: translateY(100px);
    }

    to {
      opacity: 1;
      transform: translateY(0px);
    }
  }
 #taikenkai .wpcf7 {
    max-width: 610px;
    margin: 30px auto 0;
  }

  #taikenkai .wpcf7-form-control-wrap {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    line-height: normal;
    outline: none;
    border-radius: 5px;
    border: 1px solid #bfd9cf;
    background-color: #fff;
    width: 100%;
    display: inline-block;
    padding: 17px;
  }

  #taikenkai .p-form-item {
    margin-top: 20px;
  }

  #taikenkai .p-form-item .p-form-item__ttl {
    font-size: 18px;
    font-weight: 700;
  }

  #taikenkai .p-submit {
    margin-top: 40px;
  }

  #taikenkai .p-submit .wpcf7-form-control {
    max-width: 380px;
    height: 80px;
    font-size: 21px;
    border-radius: 40px;
    border: 2px solid #fff;
    padding: 0 60px;
    transition: 0.5s;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #39b382;
    margin: 0 auto;
    position: relative;
    box-shadow: -3.4px 2.2px 6px rgba(0, 0, 0, 0.05);
    width: 100%;
    text-align: center;
  }

  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}

@media print,
screen and (min-width: 1024px) {
  body {
    font-size: 16px;
    padding-top: 109px;
  }

  body .l-ft__img {
    max-width: 230px;
  }

  .tel {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }

  h2,
  h3,
  h4 {
    line-height: 1.3;
  }

  .floatingBnr {
    position: fixed;
    right: 3px;
    bottom: 3px;
    z-index: 99;
    transition: 0.3s;
  }

  .floatingBnr:hover {
    opacity: 0.5;
  }

  .floatingBnr img {
    width: 227px;
  }

  .commonInner {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
  }

  .btn {
    max-width: 380px;
    height: 80px;
    font-size: 21px;
    border-radius: 40px;
    border: 2px solid #fff;
    padding: 0 60px;
    transition: 0.5s;
    cursor: pointer;
  }

  .btn:hover {
    opacity: 0.5;
  }

  .btn.anchor::after {
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
    right: 25px;
  }

  .btn.siryou::after {
    width: 38px;
    height: 33px;
    top: 0;
    left: 30px;
  }

  .btn.link::after {
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
    right: 25px;
  }

  #mv {
    background: url(../media/images/shindan-taikenlp/mv_pc.webp) no-repeat center/cover;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
  }

  #mv .mvInner {
    width: 90%;
    max-width: 1290px;
    margin: 0 auto;
  }

  #mv .mvText img {
    max-width: 536px;
  }

  #mv .mvCatch {
    padding-left: 35px;
    margin-top: 35px;
  }

  #mv .mvCatch img {
    max-width: 430px;
  }

  #mv .mvBy {
    padding-left: 35px;
    margin-top: 15px;
  }

  #mv .mvBy img {
    max-width: 194px;
  }

  #about {
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative;
  }

  #about::before {
    content: "";
    display: block;
    width: 838px;
    height: 245px;
    background: url(../media/images/shindan-taikenlp/about_bg_text.webp) no-repeat center/cover;
    position: absolute;
    top: 60px;
    left: 30px;
    z-index: 2;
  }

  #about::after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3200/821;
    background: url(../media/images/shindan-taikenlp/about_bottom.webp) no-repeat center bottom;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #about .introduction {
    font-size: 26px;
  }

  #about h2 {
    font-size: 38px;
    margin-top: 20px;
  }

  #about h2 span {
    padding: 0 12px;
    margin: 0 3px;
  }

  #about figure {
    margin-top: 40px;
  }

  #about figure img {
    width: 324px;
  }

  #nayami {
    padding-top: 220px;
    margin-top: -160px;
  }

  #nayami .nayamiWrap {
    border-radius: 40px;
    padding: 50px 60px;
    display: flex;
    gap: 50px;
  }

  #nayami .nayamiWrap>div:first-of-type {
    padding-top: 57px;
  }

  #nayami .nayamiWrap h2 {
    font-size: 42px;
    padding: 10px 0 14px 42px;
    position: absolute;
    left: 60px;
    top: -38px;
  }

  #nayami .nayamiWrap h2:before {
    content: "";
    display: block;
    width: 8px;
    height: 100%;
    background-color: #26ab76;
    position: absolute;
    left: 0;
    top: 0;
  }

  #nayami .nayamiWrap ul li {
    padding: 15px 0 15px 30px;
  }

  #nayami .nayamiWrap ul li span {
    font-size: 22px;
    font-weight: 700;
  }

  #nayami .nayamiWrap ul li:before {
    content: "";
    display: inline-block;
    background: url(../media/images/shindan-taikenlp/icon_checkmark.svg) no-repeat center/cover;
    width: 23px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 26px;
  }

  #keikaku {
    padding-top: 50px;
  }

  #keikaku h2 {
    font-size: 32px;
  }

  #keikaku h2 span {
    font-size: 48px;
    padding: 0 20px;
  }

  #keikaku h2 span:first-of-type {
    margin-bottom: 15px;
  }

  #keikaku p {
    font-size: 18px;
    margin-top: 40px;
  }

  #keikaku .images {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 3;
  }

  #keikaku .images>div span {
    display: inline-block;
    margin: 0 15px;
    width: 20vw;
    height: auto;
  }

  #keikaku .images>div span:nth-of-type(1) {
    padding-top: 45px;
  }

  #keikaku .images>div span:nth-of-type(2) {
    padding-top: 10px;
  }

  #keikaku .images>div span:nth-of-type(3) {
    padding-top: 35px;
  }

  #keikaku .images>div span:nth-of-type(4) {
    padding-top: 55px;
  }

  #features {
    padding-top: 160px;
    margin-top: -90px;
  }

  #features:before {
    content: "";
    display: block;
    width: 100%;
    height: 420px;
    background: url(../media/images/shindan-taikenlp/features_bg.webp) no-repeat top center/cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  #features h2 {
    font-size: 38px;
  }

  #features h2 span {
    font-size: 62px;
    display: block;
  }

  #features h2:before {
    content: "";
    display: block;
    background: url(../media/images/shindan-taikenlp/features.webp) no-repeat center/cover;
    width: 948px;
    height: 129px;
    position: absolute;
    top: -65px;
    left: calc(50% - 474px);
  }

  #features .featuresWrap {
    margin-top: 110px;
    position: relative;
  }

  #features .featuresWrap:before {
    content: "";
    display: block;
    background: url(../media/images/shindan-taikenlp/features_circle.webp) no-repeat center/cover;
    width: 1080px;
    height: 66px;
    position: absolute;
    left: calc(50% - 540px);
    top: -65px;
  }

  #features .featuresWrap:nth-of-type(n + 2) {
    margin-top: 0;
  }

  #features .featuresWrap .titleNum {
    font-size: 58px;
  }

  #features .featuresWrap .titleNum span:before {
    content: "";
    display: inline-block;
    background: url(../media/images/shindan-taikenlp/icon_ci.svg) no-repeat center/cover;
    width: 22px;
    height: 24px;
    position: absolute;
    left: -21px;
    top: -5px;
  }

  #features .featuresWrap .titleSub {
    margin-top: 30px;
    font-size: 22px;
  }

  #features .featuresWrap h3 {
    margin-top: 25px;
    font-size: 46px;
  }

  #features .featuresWrap h3 span {
    padding: 0 12px;
    margin: 0 5px;
  }

  #features .featuresWrap .featuresHead {
    margin-top: 60px;
    display: flex;
    flex-direction: row-reverse;
    gap: 80px;
  }

  #features .featuresWrap .featuresHead+figure {
    margin-top: 40px;
  }

  #features .featuresWrap .featuresHead figure {
    width: calc(43% - 40px);
  }

  #features .featuresWrap .featuresHead .textWrap {
    width: calc(57% - 40px);
  }

  #features .featuresWrap .featuresHead .textWrap h4 {
    font-size: 80px;
    padding-left: 16px;
  }

  #features .featuresWrap .featuresHead .textWrap h4:before {
    content: "";
    display: inline-block;
    background-color: #26ab76;
    width: 31px;
    height: 10px;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
  }

  #features .featuresWrap .featuresHead .textWrap p {
    font-size: 18px;
    margin-top: 20px;
  }

  #features .featuresWrap .stepList {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
  }

  #features .featuresWrap .stepList li {
    width: calc(33.3333333333% - 30px);
    padding: 45px 25px 25px;
    margin-right: 30px;
    border-radius: 15px;
  }

  #features .featuresWrap .stepList li:nth-of-type(n + 4) {
    margin-top: 35px;
  }

  #features .featuresWrap .stepList li:nth-of-type(4) {
    margin-left: 30px;
  }

  #features .featuresWrap .stepList li:last-of-type {
    margin-right: 0;
  }

  #features .featuresWrap .stepList li:last-of-type .stepNum {
    color: #fff;
    background-color: #26ab76;
  }

  #features .featuresWrap .stepList li:last-of-type::after {
    content: none;
  }

  #features .featuresWrap .stepList li::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 2px #26ab76;
    border-right: solid 2px #26ab76;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 10px);
    right: -20px;
  }

  #features .featuresWrap .stepList li .stepNum {
    border: 2px solid #26ab76;
    font-size: 15px;
    width: 100px;
    height: 30px;
    border-radius: 15px;
    position: absolute;
    left: calc(50% - 50px);
    top: -10px;
  }

  #features .featuresWrap .stepList li .stepTitle {
    font-size: 24px;
  }

  #features .featuresWrap .stepList li .stepText {
    margin-top: 20px;
  }

  #features .featuresWrap #mondaini {
    margin-top: 60px;
    position: relative;
  }

  #features .featuresWrap #mondaini:before {
    content: "";
    display: block;
    background-color: #e6f5f0;
    width: 100%;
    height: calc(100% - 90px);
    position: absolute;
    left: 0;
    top: 65px;
  }

  #features .featuresWrap #mondaini .mondainiWrap {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    position: relative;
    z-index: 2;
  }

  #features .featuresWrap #mondaini .mondainiWrap>div:first-of-type {
    width: calc(50% - 40px);
  }

  #features .featuresWrap #mondaini .mondainiWrap>div:first-of-type .mondainiTitle {
    font-size: 36px;
  }

  #features .featuresWrap #mondaini .mondainiWrap>div:first-of-type .mondainiTitle:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 2px;
    background-color: #2d2e31;
    position: absolute;
    top: 0;
    left: 0;
  }

  #features .featuresWrap #mondaini .mondainiWrap>div:first-of-type .mondainiTitle:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 98px;
    background-color: #2d2e31;
    position: absolute;
    top: 0;
    left: 0;
  }

  #features .featuresWrap #mondaini .mondainiWrap>div:first-of-type .mondainiTitle span {
    position: relative;
    display: inline-block;
    padding: 30px 60px;
  }

  #features .featuresWrap #mondaini .mondainiWrap>div:first-of-type .mondainiTitle span:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 2px;
    background-color: #2d2e31;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #features .featuresWrap #mondaini .mondainiWrap>div:first-of-type .mondainiTitle span:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 98px;
    background-color: #2d2e31;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #features .featuresWrap #mondaini .mondainiWrap>div:first-of-type figure {
    margin-top: 50px;
  }

  #features .featuresWrap #mondaini .mondainiWrap>div:last-of-type {
    width: 50%;
    padding-top: 30px;
  }

  #features .featuresWrap #mondaini .mondainiWrap>div:last-of-type p.bold {
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    margin: 15px 0;
  }

  #features .featuresWrap #mazuha {
    padding-top: 130px;
    padding-bottom: 120px;
    background: url(../media/images/shindan-taikenlp/akari_illust.webp) no-repeat top 40px center;
  }

  #features .featuresWrap #mazuha .small {
    font-size: 20px;
  }

  #features .featuresWrap #mazuha .mazuhaTitle {
    line-height: 1.3;
    font-size: 42px;
    margin-top: 10px;
  }

  #features .featuresWrap #mazuha .mazuhaTitle span {
    margin: 0 30px;
  }

  #features .featuresWrap #mazuha .sub {
    margin-top: 5px;
    font-size: 24px;
  }

  #features .featuresWrap #mazuha .text {
    margin-top: 50px;
  }

  #features .featuresWrap #mazuha .text span {
    font-size: 18px;
  }

  #features .featuresWrap #taiken {
    background: url(../media/images/shindan-taikenlp/taiken_bg_pc.webp) no-repeat top center/cover;
    padding-top: 85px;
    padding-bottom: 125px;
    position: relative;
  }

  #features .featuresWrap #taiken:before {
    content: "";
    display: inline-block;
    background: url(../media/images/shindan-taikenlp/taiken_arrow.webp) no-repeat center/cover;
    width: 180px;
    height: 91px;
    position: absolute;
    left: calc(50% - 90px);
    top: -65px;
  }

  #features .featuresWrap #taiken .taikenTitle img {
    width: 621px;
  }

  #features .featuresWrap #taiken .taikenWrap {
    margin-top: 25px;
    position: relative;
  }

  #features .featuresWrap #taiken .taikenWrap:before {
    content: "";
    display: block;
    background-color: #d5f2e7;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -30px;
    right: -30px;
    border-radius: 25px;
  }

  #features .featuresWrap #taiken .taikenWrap .taikenInner {
    background-color: #fff;
    position: relative;
    z-index: 2;
    border-radius: 25px;
    padding: 40px 60px 50px;
    box-shadow: -3.4px 2.2px 6px rgba(0, 0, 0, 0.05);
  }

  #features .featuresWrap #taiken .taikenWrap .taikenkaiTitle {
    font-size: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  #features .featuresWrap #taiken .taikenWrap .taikenkaiTitle img {
    width: auto;
    height: 39px;
  }

  #features .featuresWrap #taiken .taikenBox {
    margin-top: 18px;
    display: flex;
  }

  #features .featuresWrap #taiken .taikenBox>div {
    width: calc(50% + 40px);
  }

  #features .featuresWrap #taiken .taikenBox>div .colorBox {
    border-radius: 15px;
    padding: 27px 40px;
  }

  #features .featuresWrap #taiken .taikenBox>div .colorBox ul {
    font-size: 20px;
  }

  #features .featuresWrap #taiken .taikenBox>div .colorBox ul li+li {
    margin-top: 20px;
  }

  #features .featuresWrap #taiken .taikenBox>div .borderBox {
    margin-top: 15px;
    border: 2px dotted #eef5f4;
    border-radius: 15px;
    padding: 25px 40px;
  }

  #features .featuresWrap #taiken .taikenBox>div .borderBox dl>div {
    display: flex;
  }

  #features .featuresWrap #taiken .taikenBox>div .borderBox dl>div+div {
    margin-top: 5px;
  }

  #features .featuresWrap #taiken .taikenBox>div .borderBox dl dt {
    width: 115px;
    flex: none;
  }

  #features .featuresWrap #taiken .taikenBox figure {
    width: calc(50% - 40px);
    padding-left: 30px;
  }

  #features .featuresWrap #taiken .btnWrap {
    margin-top: 60px;
  }

  #features .featuresWrap .featuresJirei {
    border-radius: 15px;
    border: 5px solid #f0f4f5;
    margin-top: 45px;
    padding: 45px 60px;
    position: relative;
    z-index: 2;
  }

  #features .featuresWrap .featuresJirei .featuresJireiTitle {
    font-size: 32px;
    position: relative;
  }

  #features .featuresWrap .featuresJirei .featuresJireiTitle:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2d2e31;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
  }

  #features .featuresWrap .featuresJirei .featuresJireiTitle:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2d2e31;
    position: absolute;
    left: 0;
    top: calc(50% + 5px);
  }

  #features .featuresWrap .featuresJirei .featuresJireiTitle+p {
    margin-top: 30px;
  }

  #features .featuresWrap .featuresJirei .featuresJireiTitle span {
    padding: 0 30px;
  }

  #features .featuresWrap .featuresJirei .featuresJireiBox {
    margin-top: 20px;
    border-radius: 15px;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    gap: 30px;
  }

  #features .featuresWrap .featuresJirei .featuresJireiBox.reverse {
    flex-direction: row-reverse;
  }

  #features .featuresWrap .featuresJirei .featuresJireiBox+p {
    margin-top: 20px;
  }

  #features .featuresWrap .featuresJirei .featuresJireiBox figure {
    flex: 1;
  }

  #features .featuresWrap .featuresJirei .featuresJireiBox>div {
    flex: 1;
  }

  #features .featuresWrap .featuresJirei .featuresJireiBox>div ul {
    padding-left: 15px;
  }

  #features .featuresWrap .featuresJirei .featuresJireiBox>div ul li {
    padding-left: 30px;
  }

  #features .featuresWrap .featuresJirei .featuresJireiBox>div ul li+li {
    margin-top: 15px;
  }

  #features .featuresWrap .featuresJirei .featuresJireiBox>div ul li:before {
    content: "";
    display: inline-block;
    background: url(../media/images/shindan-taikenlp/icon_checkmark.svg) no-repeat center/cover;
    width: 18px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 4px;
  }

  #features .featuresWrap .featuresJirei .featuresJireiBox>div p {
    font-size: 15px;
  }

  #features .featuresWrap #taisaku {
    padding: 150px 0 60px;
    margin-top: -74px;
    margin-bottom: 90px;
  }

  #features .featuresWrap #taisaku:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 185px solid transparent;
    border-left: 185px solid transparent;
    border-top: 90px solid #f0f4f5;
    border-bottom: 0;
    position: absolute;
    bottom: -90px;
    left: calc(50% - 185px);
  }

  #features .featuresWrap #taisaku .taisakuWrap {
    width: 90%;
    max-width: 970px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 130px;
  }

  #features .featuresWrap #taisaku .taisakuWrap .taisakuTitle {
    font-size: 38px;
    flex: none;
    position: relative;
  }

  #features .featuresWrap #taisaku .taisakuWrap .taisakuTitle:after {
    content: "";
    display: inline-block;
    background: url(../media/images/shindan-taikenlp/big_arrow.webp) no-repeat center/cover;
    width: 51px;
    height: 170px;
    position: absolute;
    right: -92px;
    top: calc(50% - 85px);
  }

  #features .featuresWrap #zentaisaiteki {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 130px;
    position: relative;
  }

  #features .featuresWrap #zentaisaiteki:after {
    content: "";
    display: block;
    background: url(../media/images/shindan-taikenlp/zentaisaiteki_bg.webp) no-repeat center/cover;
    width: 100%;
    height: 414px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #features .featuresWrap #zentaisaiteki .zentaisaitekiInner {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  #features .featuresWrap #zentaisaiteki .zentaisaitekiTitle {
    font-size: 42px;
    padding: 0 110px;
  }

  #features .featuresWrap #zentaisaiteki .zentaisaitekiTitle+p {
    margin-top: 50px;
  }

  #features .featuresWrap #zentaisaiteki .zentaisaitekiTitle:before {
    content: "";
    display: inline-block;
    background: url(../media/images/shindan-taikenlp/line_fukidashi.webp) no-repeat center/cover;
    width: 82px;
    height: 71px;
    position: absolute;
    left: 0;
    bottom: -3px;
    transform: scale(-1, 1);
  }

  #features .featuresWrap #zentaisaiteki .zentaisaitekiTitle:after {
    content: "";
    display: inline-block;
    background: url(../media/images/shindan-taikenlp/line_fukidashi.webp) no-repeat center/cover;
    width: 82px;
    height: 71px;
    position: absolute;
    right: 0;
    bottom: -3px;
  }

  #features .featuresWrap #zentaisaiteki .zentaisaitekiTitle>span {
    padding: 0 10px;
  }

  #features .featuresWrap #zentaisaiteki p.big {
    font-size: 28px;
    margin-top: 10px;
  }

  #features .featuresWrap #zentaisaiteki p:not([class]) {
    font-size: 18px;
    margin-top: 20px;
  }

  #features .featuresWrap #zentaisaiteki figure {
    margin-top: 60px;
  }

  #features .featuresWrap #zentaisaiteki figure.graph {
    margin-top: 20px;
  }

  #features .featuresWrap .bansouText {
    font-size: 28px;
    padding: 90px 0 80px;
    background: url(../media/images/shindan-taikenlp/features03_gara.webp) no-repeat center;
  }

  #features .featuresWrap .graphWrap {
    border-radius: 15px;
    padding: 60px;
  }

  #features .featuresWrap .graphWrap .textWrap {
    display: flex;
    align-items: center;
    -moz-column-gap: 70px;
    column-gap: 70px;
    padding-left: 40px;
  }

  #features .featuresWrap .graphWrap .textWrap .title {
    font-size: 38px;
    flex: none;
  }

  #features .featuresWrap .graphWrap .textWrap .text {
    font-size: 15px;
  }

  #features .featuresWrap .graphWrap figure {
    margin-top: 40px;
    display: flex;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  #features .featuresWrap .graphWrap figure img {
    flex: 1;
  }

  #features .featuresWrap #goteian {
    margin-top: 55px;
  }

  #features .featuresWrap #goteian:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 110px);
    background-color: #e6f5f0;
    position: absolute;
    left: 0;
    top: 67px;
  }

  #features .featuresWrap #goteian .goteianWrap {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
    display: flex;
  }

  #features .featuresWrap #goteian .goteianWrap>div:first-of-type {
    width: 52%;
  }

  #features .featuresWrap #goteian .goteianWrap>div:first-of-type .goteianTitle {
    font-size: 38px;
  }

  #features .featuresWrap #goteian .goteianWrap>div:first-of-type .goteianTitle:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 2px;
    background-color: #2d2e31;
    position: absolute;
    top: 0;
    left: 0;
  }

  #features .featuresWrap #goteian .goteianWrap>div:first-of-type .goteianTitle:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 98px;
    background-color: #2d2e31;
    position: absolute;
    top: 0;
    left: 0;
  }

  #features .featuresWrap #goteian .goteianWrap>div:first-of-type .goteianTitle span {
    position: relative;
    display: inline-block;
    padding: 30px 40px;
  }

  #features .featuresWrap #goteian .goteianWrap>div:first-of-type .goteianTitle span:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 2px;
    background-color: #2d2e31;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #features .featuresWrap #goteian .goteianWrap>div:first-of-type .goteianTitle span:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 98px;
    background-color: #2d2e31;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #features .featuresWrap #goteian .goteianWrap>div:first-of-type .goteianText {
    margin-top: 30px;
  }

  #features .featuresWrap #goteian .goteianWrap>div:last-of-type {
    width: 48%;
    padding-left: 70px;
    padding-top: 20px;
  }

  #features .featuresWrap #goteian .goteianWrap figure {
    text-align: right;
  }

  #features .featuresWrap #message {
    padding: 60px 0 80px;
  }

  #features .featuresWrap #message .messageWrap {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
    border: 5px solid #f0f4f5;
    border-radius: 15px;
    padding: 60px 50px;
    display: flex;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  #features .featuresWrap #message .messageWrap>div:first-of-type {
    flex: 1;
  }

  #features .featuresWrap #message .messageWrap>div:first-of-type .title {
    font-size: 30px;
  }

  #features .featuresWrap #message .messageWrap>div:first-of-type figure {
    margin-top: 15px;
  }

  #features .featuresWrap #message .messageWrap>div:last-of-type {
    flex: 1;
  }

  #features .featuresWrap #message .messageWrap>div:last-of-type dl {
    margin-top: 15px;
  }

  #features .featuresWrap #message .messageWrap>div:last-of-type dl dt {
    font-size: 15px;
  }

  #features .featuresWrap #message .messageWrap>div:last-of-type dl dd {
    font-size: 20px;
  }

  #others {
    padding-top: 70px;
  }

  #others:after {
    content: "";
    display: block;
    background: url(../media/images/shindan-taikenlp/others_bottom.webp) no-repeat center bottom;
    width: 100%;
    height: 125px;
    position: absolute;
    left: 0;
    bottom: -125px;
  }

  #others h2 {
    font-size: 42px;
  }

  #others .entitle {
    font-size: 20px;
    margin-top: 15px;
  }

  #others .othersList {
    margin-top: 40px;
    display: flex;
    border-radius: 25px;
    padding: 40px 0;
  }

  #others .othersList li {
    padding: 0 20px;
    flex: 1;
  }

  #others .othersList li+li {
    border-left: 2px solid #f0f4f5;
  }

  #others .othersList li .point {
    margin-top: 15px;
  }

  #others .othersList li h3 {
    font-size: 22px;
    margin-top: 10px;
  }

  #others .othersList li .text {
    margin-top: 20px;
  }

  #siryou {
    background: url(../media/images/shindan-taikenlp/siryou_bg.webp) no-repeat center/cover;
    padding: 170px 0 160px;
  }

  #siryou .siryouWrap {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
    border-radius: 25px;
    border: 15px solid #fff;
    padding: 60px 45px 50px;
  }

  #siryou .siryouWrap+.btnWrap {
    margin-top: 40px;
  }

  #siryou .siryouWrap h2 {
    position: absolute;
    top: -10px;
    left: 0;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
  }

  #siryou .siryouWrap h2 img {
    max-width: 838px;
  }

  #siryou .siryouWrap .siryouCont {
    display: flex;
    -moz-column-gap: 50px;
    column-gap: 50px;
    align-items: center;
  }

  #siryou .siryouWrap .siryouCont figure {
    width: 50%;
  }

  #siryou .siryouWrap .siryouCont>div {
    width: calc(50% - 50px);
  }

  #siryou .siryouWrap .siryouCont>div h3 {
    font-size: 30px;
  }

  #siryou .siryouWrap .siryouCont>div h3:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 1px;
    background-color: #2d2e31;
    position: absolute;
    top: 0;
    left: 0;
  }

  #siryou .siryouWrap .siryouCont>div h3:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 56px;
    background-color: #2d2e31;
    position: absolute;
    top: 0;
    left: 0;
  }

  #siryou .siryouWrap .siryouCont>div h3 span {
    position: relative;
    display: inline-block;
    padding: 25px 40px;
  }

  #siryou .siryouWrap .siryouCont>div h3 span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 1px;
    background-color: #2d2e31;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #siryou .siryouWrap .siryouCont>div h3 span:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 56px;
    background-color: #2d2e31;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #siryou .siryouWrap .siryouCont>div .btnWrap {
    margin-top: 25px;
  }

  #taikenkai {
    background: url(../media/images/shindan-taikenlp/form_bg.webp) no-repeat top center/cover;
    margin-top: -120px;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  #taikenkai h2 img {
    max-width: 621px;
  }

  #taikenkai h3 {
    margin-top: 40px;
    font-size: 28px;
  }

  #taikenkai dl {
    max-width: 610px;
    margin: 30px auto 0;
  }

  #taikenkai dl>div+div {
    margin-top: 20px;
  }

  #taikenkai dl>div dt {
    font-size: 18px;
  }

  #taikenkai dl>div dd {
    margin-top: 3px;
  }

  #taikenkai dl>div dd input[type=text] {
    padding: 17px;
  }

  #taikenkai .btnWrap {
    margin-top: 40px;
  }

  #taikenkai .wpcf7 {
    max-width: 610px;
    margin: 30px auto 0;
  }

  #taikenkai .wpcf7-form-control-wrap {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    line-height: normal;
    outline: none;
    border-radius: 5px;
    border: 1px solid #bfd9cf;
    background-color: #fff;
    width: 100%;
    display: inline-block;
    padding: 17px;
  }

  #taikenkai .p-form-item {
    margin-top: 20px;
  }

  #taikenkai .p-form-item .p-form-item__ttl {
    font-size: 18px;
    font-weight: 700;
  }

  #taikenkai .p-submit {
    margin-top: 40px;
  }

  #taikenkai .p-submit .wpcf7-form-control {
    max-width: 380px;
    height: 80px;
    font-size: 21px;
    border-radius: 40px;
    border: 2px solid #fff;
    padding: 0 60px;
    transition: 0.5s;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #39b382;
    margin: 0 auto;
    position: relative;
    box-shadow: -3.4px 2.2px 6px rgba(0, 0, 0, 0.05);
    width: 100%;
    text-align: center;
  }


  #faq {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  #faq h2 {
    font-size: 32px;
  }

  #faq .faqList {
    margin-top: 50px;
  }

  #faq .faqList>div {
    border-radius: 15px;
  }

  #faq .faqList>div+div {
    margin-top: 10px;
  }

  #faq .faqList dt {
    font-size: 18px;
    padding: 35px 60px 35px 40px;
    cursor: pointer;
    transition: 0.5s;
  }

  #faq .faqList dt:hover {
    color: #26ab76;
  }

  #faq .faqList dt:before {
    content: "";
    width: 22px;
    height: 2px;
    background-color: #26ab76;
    position: absolute;
    right: 22px;
    top: calc(50% - 1px);
  }

  #faq .faqList dt:after {
    content: "";
    height: 22px;
    width: 2px;
    background-color: #26ab76;
    position: absolute;
    right: 32px;
    top: calc(50% - 11px);
  }

  #faq .faqList dt.active:after {
    content: none;
  }

  #faq .faqList dd {
    font-size: 18px;
    padding-left: 80px;
    padding-right: 60px;
    padding-bottom: 40px;
  }

  #unei {
    padding-bottom: 60px;
  }

  #unei .uneiWrap {
    border-radius: 25px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 50px;
  }

  #unei .uneiWrap .title {
    font-size: 28px;
  }

  #unei .uneiWrap figure {
    margin-top: 30px;
  }

  #unei .uneiWrap h3 {
    margin-top: 25px;
    font-size: 20px;
  }

  #unei .uneiWrap p {
    margin-top: 20px;
  }

  .fadeTrigger {
    opacity: 0;
  }

  .fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }

  @keyframes fadeInAnime {
    from {
      opacity: 0;
      transform: translateY(100px);
    }

    to {
      opacity: 1;
      transform: translateY(0px);
    }
  }

  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1023px) {

  h2,
  h3,
  h4 {
    line-height: 1.3;
  }

  .fadeTrigger {
    opacity: 0;
  }

  .fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }

  @keyframes fadeInAnime {
    from {
      opacity: 0;
      transform: translateY(100px);
    }

    to {
      opacity: 1;
      transform: translateY(0px);
    }
  }

  /* ココから下には記入禁止 */
}

/*# sourceMappingURL=map/styles.css.map */