/* 05-31-2023 */
.sp {
  display: none;
}

.guide-introMv .main {
  padding: 70px 0 110px;
  position: relative;
}

.guide-introMv .main .image {
  position: absolute;
  top: 20px;
  right: 0;
  width: 557px;
}

.guide-introMv .ttl {
  width: 356px;
  line-height: 1;
  margin-bottom: 40px;
}

.guide-introMv .main p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.guide-introMv .box {
  background: #58c4c8;
  padding: 25px 50px 25px 60px;
  position: relative;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.guide-introMv .box .image1 {
  flex-basis: 141px;
}

.guide-introMv .box .image2 {
  flex-basis: 117px;
}

.guide-introMv .box .content {
  flex: auto;
  color: #fff;
  font-size: 32px;
  line-height: 1.65;
  text-align: center;
  font-weight: bold;
}

.guide-introMv .box .content p span {
  display: inline-block;
  color: #14898d;
  background: #fff;
  border-radius: 4px;
  padding: 0 10px;
}

.guide-introMv .box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: #58c4c8 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(100%);
}

.guide-introMv {
  padding-bottom: 140px;
}

.guide-introStep {
  background: #dbf1f2;
  position: relative;
  padding-top: 100px;
}

.guide-introStep .step {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 130px;
  transform: translateY(-50%);
}

.guide-introStep.guide-introStep--2 {
  background: #fff;
}

.guide-introCommonMan {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.guide-introCommonMan .image--man {
  flex-basis: 183px;
}

.guide-introCommonMan .image--woman {
  flex-basis: 212px;
}

.guide-introCommonMan.guide-introCommonMan--twinkle .image--man {
  flex-basis: 235px;
}

.guide-introCommonMan.guide-introCommonMan--twinkle .image--woman {
  flex-basis: 246px;
}

.guide-introStep .step-ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 70px;
}

.intro-stepList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 768px;
  margin: 0 auto;
  gap: 2.75%;
}

.intro-stepList .item {
  background: #fff;
  width: 31.5%;
  border: 4px solid #58c4c8;
  border-radius: 4px;
  padding: 35px 10px 30px;
  text-align: center;
  transition: 0.3s ease;
}

.intro-stepList .item:hover {
  background: #58c4c8;
  color: #fff;
  opacity: 1;
}

.intro-stepList .item.is-active {
  background: #58c4c8;
  color: #fff;
  opacity: 1;
}

/* .intro-stepList .item:not(:nth-child(3n)) {
  margin-right: 2.75%;
} */

.intro-stepList .image {
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #ccc;
  position: relative;
}

.intro-stepList .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-stepList .ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

.intro-stepList.intro-stepList--square .image {
  border-radius: 0;
  width: 140px;
  height: 140px;
}

.guide-introPost .title {
  max-width: 716px;
  margin: 0 auto 25px;
}

.guide-introPost {
  background: repeating-linear-gradient(-46deg, #fed680 0, #fed680 17px, #fedb90 17px, #fedb90 34px);
  padding: 60px 0 0;
  /* margin-bottom: 80px; */
}

.intro-postList {
  margin: 0 auto -40px;
  display: flex;
  flex-wrap: wrap;
}

.intro-postList .item {
  background: #fff;
  width: 31.5%;
  margin-bottom: 40px;
  padding: 30px 25px 80px;
  position: relative;
  border-radius: 4px;
}

.intro-postList .item:not(:nth-child(3n)) {
  margin-right: 2.75%;
}

.intro-postList .item .image {
  width: 100%;
  height: 160px;
  background: #ccc;
  margin-bottom: 5px;
}

.intro-postList .item .ttl {
  font-size: 22px;
  font-weight: bold;
  color: #6a531e;
  line-height: 1.85;
  text-align: center;
}

.intro-postList .lbl-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.intro-postList .lbl-list .lbl {
  font-size: 14px;
  background: #998a68;
  color: #fff;
  line-height: 1.5;
  padding: 2px 10px;
  border-radius: 20px;
  margin: 5px;
}

.intro-postList .excerpt {
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.intro-postList .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff8831;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 0 4px 4px;
}

.intro-postList .btn:after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("https://www.seiwa-stss.jp/wp/wp-content/uploads/guide-introduction/intro-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.guide-introPost .back-btn {
  width: 360px;
  border: 5px solid #ff8831;
  background: #fff;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
  border-radius: 35px;
  position: relative;
  margin-top: 60px;
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
}

.guide-introPost .back-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 25px;
  height: 25px;
  background-image: url("https://www.seiwa-stss.jp/wp/wp-content/uploads/guide-introduction/intro-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  filter: brightness(0) saturate(100%) invert(79%) sepia(31%) saturate(7292%) hue-rotate(336deg) brightness(100%) contrast(102%);
}

.p-guide-intro .guide-contact {
  margin-top: 80px;
}

@media screen and (max-width: 750px) {
  .p-guide-intro .guide-contact {
    margin-top: 40px;
  }

  .guide-introMv .main .image {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .guide-introMv .ttl {
    width: 259px;
    margin: 0 auto 40px;
  }

  .guide-introMv .main {
    padding: 0;
    margin: 0 0 40px;
  }

  .guide-introMv .main p {
    font-size: 16px;
    line-height: 1.75;
  }

  .guide-introMv .box .image2 {
    display: none;
  }

  .guide-introMv .box {
    padding: 15px 10px 15px 20px;
  }

  .guide-introMv .box .image1 {
    flex-basis: 70px;
    flex-shrink: 0;
  }

  .guide-introMv .box .content {
    font-size: 16px;
    text-align: left;
    margin-left: 5px;
    line-height: 1.8;
  }

  .guide-introMv .box .content p span {
    line-height: 1.6;
    padding: 0 4px;
  }

  .guide-introMv .box:after {
    border-width: 20px 15px 0 15px;
  }

  .guide-introMv {
    padding-bottom: 75px;
  }

  .guide-introStep .step {
    max-width: 80px;
  }

  .guide-introStep {
    padding-top: 50px;
  }

  .guide-introStep .step-ttl {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 30px;
  }

  .intro-stepList .item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .intro-stepList {
    justify-content: center;
    margin: 0 -4% -13px;
    gap: 13px;
  }

  .intro-stepList .item {
    width: 160px;
    padding: 45px 5px;
  }

  .intro-stepList .image {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
  }

  .intro-stepList .ttl {
    font-size: 14px;
  }

  .guide-introCommonMan {
    margin-top: 20px;
  }

  .guide-introCommonMan .image--man {
    flex-basis: 110px;
  }

  .guide-introCommonMan .image--woman {
    flex-basis: 127px;
  }

  .intro-stepList.intro-stepList--square .image {
    width: 80px;
    height: 80px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .guide-introPost .title {
    max-width: 254px;
    margin-bottom: 15px;
  }

  .guide-introPost {
    padding: 30px 0 0;
    /* margin-bottom: 40px; */
  }

  .intro-postList .item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .intro-postList .item {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 15px 80px;
  }

  .intro-postList .item .image {
    max-width: 255px;
    margin: 0 auto 5px;
  }

  .intro-postList .item .ttl {
    font-size: 18px;
  }

  .intro-postList .lbl-list .lbl {
    font-size: 12px;
    margin: 4px;
  }

  .intro-postList .lbl-list {
    margin-bottom: 10px;
  }

  .intro-postList .excerpt {
    font-size: 14px;
  }

  .intro-postList .btn {
    font-size: 18px;
  }

  .intro-postList .btn:after {
    width: 24px;
    height: 24px;
  }

  .intro-postList .item:last-child {
    margin-bottom: 0;
  }

  .guide-introPost .back-btn {
    margin-bottom: 0;
    margin-top: 0;
    height: 60px;
    font-size: 16px;
    border-width: 3px;
    width: 300px;
  }

  .intro-postList {
    margin-bottom: 30px;
  }

  .guide-introPost .back-btn:after {
    width: 24px;
    height: 24px;
  }

  .guide-introCommonMan.guide-introCommonMan--twinkle .image--man {
    flex-basis: 134px;
  }

  .guide-introCommonMan.guide-introCommonMan--twinkle .image--woman {
    flex-basis: 153px;
  }
}

.guide-introStep.guide-introStep--2 {
  display: none;
}

.guide-introPost {
  display: none;
}

.guide-introMv .ttl {
  font-size: 56px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif;
  line-height: calc(77/56);
  color: #58C4C8;
  opacity: 1;
  position: relative;
}

.guide-introMv .ttl .icon {
  background-image: url(https://seiwa-stss.jp/wp/wp-content/uploads/guide-introduction/mv-ttl-icon.png);
  width: 101px;
  height: 87px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 10px;
}

@media screen and (max-width: 750px){
  .guide-introMv .ttl {
    font-size: 42px;
    line-height: calc(77/42);
  }

  .guide-introMv .ttl .icon {
      width: 68px;
      height: 58px;
  }
}