@media only screen and (max-width: 767px) {
  #next .primary-heading {
    padding: 30px 0 0;
    position: relative;
    margin-bottom: -20px;
    z-index: 10;
  }
}

.hero-area {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .hero-area {
    max-height: calc(100vh - 326px);
    min-height: 490px;
    height: 553px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .img-1 {
    top: -15px;
  }
}
.hero-area .hero-photo {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .hero-area .hero-photo {
    position: absolute;
    z-index: -1;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-photo {
    display: block;
    height: calc(100svh - 120px);
  }
}
.hero-area .hero-photo img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .hero-area .hero-photo img {
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-photo img {
    object-fit: cover;
    object-position: top;
    height: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .hero-area .hero-wrapper {
    width: 1180px;
    position: relative;
    margin: auto;
    padding-bottom: 125px;
  }
}
.hero-area .text-wrap {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .hero-area .text-wrap {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .text-wrap {
    padding: 0 50px;
    width: 100%;
    z-index: 10;
    bottom: 0;
  }
}
.hero-area .text-wrap .text-1 {
  font-size: 49px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero-area .text-wrap .text-1 {
    font-size: 31px;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
  }
}
.hero-area .text-wrap .text-1 .base {
  color: #fff;
  position: relative;
}
.hero-area .text-wrap .text-1 .outline {
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  -webkit-text-stroke: 10px #D88D9C;
  text-stroke: 10px #D88D9C;
}
.hero-area .text-wrap .text-1 .text-1-1 {
  font-size: 55px;
}
@media only screen and (max-width: 767px) {
  .hero-area .text-wrap .text-1 .text-1-1 {
    font-size: 35px;
  }
}
.hero-area .text-wrap .text-2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .hero-area .text-wrap .text-2 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.hero-area .text-wrap .text-2 .under-line {
  position: relative;
}
.hero-area .text-wrap .text-2 .under-line::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 35%;
  background-color: #F7C440;
  z-index: -1;
}
.hero-area .text-wrap .text-3 {
  font-weight: bold;
  color: #7DA2CC;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .hero-area .text-wrap .text-3 {
    font-size: 14px;
    margin-bottom: 1em;
  }
}
.hero-area .text-wrap .btn-wrap {
  display: flex;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .hero-area .text-wrap .btn-wrap {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .text-wrap .btn-wrap {
    justify-content: center;
  }
}
.hero-area .text-wrap .btn-wrap .btn-item {
  display: inline-block;
  color: #fff;
  background-color: #D88D9C;
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .hero-area .text-wrap .btn-wrap .btn-item {
    display: block;
    font-size: 14px;
    padding: 10px 20px;
  }
}

.intro-area {
  background-color: #FBF8F9;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .intro-area {
    padding: 40px 0;
  }
}
.intro-area .heading-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.intro-area .heading-wrap img {
  width: 129px;
}
@media only screen and (max-width: 767px) {
  .intro-area .heading-wrap img {
    width: 87px;
  }
}
.intro-area .heading-wrap .title-intro {
  font-size: 38px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .intro-area .heading-wrap .title-intro {
    font-size: 21px;
  }
}
.intro-area .list-wrap {
  padding: 0 110px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 9px;
}
@media only screen and (max-width: 767px) {
  .intro-area .list-wrap {
    flex-direction: column;
    gap: 10px;
    padding: 0 5px;
  }
}
.intro-area .list-wrap .list-item {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .intro-area .list-wrap .list-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-area .list-wrap .list-item .text-wrap {
    width: 185px;
    flex-shrink: 0;
    text-align: left;
  }
}
.intro-area .list-wrap .list-item .label {
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  padding: 0px 10px 1px;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 18px;
}
.intro-area .list-wrap .list-item .label-1 {
  background-color: #F7C440;
}
.intro-area .list-wrap .list-item .label-2 {
  background-color: #F8A2BF;
}
.intro-area .list-wrap .list-item .label-3 {
  background-color: #95D5A3;
}
.intro-area .list-wrap .list-item .title-comodo {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .intro-area .list-wrap .list-item .title-comodo {
    margin-bottom: 0;
  }
}
.intro-area .list-wrap .list-item .photo-wrap {
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .intro-area .list-wrap .list-item .photo-wrap {
    border-radius: 10px;
  }
}
.intro-area .btn-wrap {
  text-align: center;
  margin-top: 50px;
}
.intro-area .btn-wrap .btn-item {
  position: relative;
  font-weight: bold;
}
.intro-area .btn-wrap .btn-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  display: inline-block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #D88D9C;
  opacity: 0.18;
}
.intro-area .btn-wrap .btn-item img {
  margin-bottom: 5px;
  margin-left: 5px;
}

.boshu-area {
  position: relative;
  padding: 55px 0 70px;
  background: url("../guidance/img/boshu-bg.jpg") no-repeat center top/cover;
}
@media only screen and (max-width: 767px) {
  .boshu-area {
    background: url("../guidance/img/boshu-bg-sp.jpg") no-repeat center top/cover;
    padding-bottom: 30px;
  }
}
.boshu-area .deco-1 {
  position: absolute;
  top: 40px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .boshu-area .deco-1 {
    display: none;
  }
}
.boshu-area .heading-wrap {
  text-align: center;
  margin-bottom: 40px;
}
.boshu-area .heading-wrap .title-boshu {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .boshu-area .heading-wrap .title-boshu {
    font-size: 21px;
  }
}
.boshu-area .heading-wrap .text-1 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .boshu-area .heading-wrap .text-1 {
    font-size: 16px;
  }
}
.boshu-area .list-wrap {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .boshu-area .list-wrap {
    width: 690px;
  }
}
.boshu-area .list-wrap .list-item {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #F89B8A;
  margin-bottom: 10px;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .boshu-area .list-wrap .list-item {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .boshu-area .list-wrap .list-item {
    padding: 20px 24px;
  }
}
.boshu-area .list-wrap .list-item dt {
  flex-shrink: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .boshu-area .list-wrap .list-item dt {
    padding-left: 40px;
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .boshu-area .list-wrap .list-item dt {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .boshu-area .list-wrap .list-item dd {
    border-left: 1px solid #F89B8A;
    padding: 0 20px;
  }
}
.boshu-area .list-wrap .list-item dd .text-2 {
  letter-spacing: 0.1em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2;
}

.step-area {
  position: relative;
  padding: 70px 0;
  margin-bottom: 70px;
  background: url("../guidance/img/step-bg.jpg") no-repeat center bottom/cover;
}
@media only screen and (max-width: 767px) {
  .step-area {
    padding: 40px 0 14px;
    margin-bottom: 30px;
  }
}
.step-area .deco-1 {
  position: absolute;
  top: 400px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .step-area .deco-1 {
    display: none;
  }
}
.step-area .heading-wrap {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .step-area .heading-wrap {
    margin-bottom: 30px;
  }
}
.step-area .heading-wrap .title-step {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .step-area .heading-wrap .title-step {
    font-size: 18px;
  }
}
.step-area .heading-wrap .text-1 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .step-area .heading-wrap .text-1 {
    font-size: 14px;
  }
}
.step-area .step-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 70px;
}
@media print, screen and (min-width: 768px) {
  .step-area .step-wrap {
    width: 616px;
  }
}
@media only screen and (max-width: 767px) {
  .step-area .step-wrap {
    margin: 0 -10px;
    padding: 20px 10px;
  }
}
.step-area .step-item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .step-area .step-item {
    align-items: start;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .step-area .step-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 2px;
    height: 100%;
    background-image: linear-gradient(to bottom, #D88D9C 0 2px, transparent 2px 10px);
    background-size: 2px 10px;
  }
}
.step-area .step-item:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .step-area .step-item:last-child::before {
    display: none;
  }
}
.step-area .step-num {
  background-color: #D88D9C;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  flex-direction: column;
  line-height: 1.2;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .step-area .step-num {
    position: relative;
    width: 60px;
    height: 60px;
    font-size: 10px;
  }
}
.step-area .step-num .num {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .step-area .step-num .num {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .step-area .step-dl {
    padding-top: 15px;
    padding-right: 15px;
  }
}
.step-area .step-dl dt {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .step-area .step-dl dt {
    font-size: 18px;
  }
}
.step-area .step-dl dd {
  font-size: 14px;
}
.step-area .step-dl dd .link-text {
  color: #0800FF;
  text-decoration: underline;
}
.step-area .step-dl dd .inner {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: 7px 0;
  padding: 5px 0;
}
.step-area .step-dl dd .inner .text-2 {
  margin-bottom: 0;
}
.step-area .step-dl dd .inner .text-3 {
  margin-bottom: 0;
  display: block;
  padding-left: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .step-area .step-dl dd .inner .text-3 {
    line-height: 2;
  }
}

.outro-area {
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .outro-area {
    margin-bottom: 40px;
  }
}
.outro-area .text-1 {
  color: #D88D9C;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .outro-area .text-1 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.outro-area .btn-wrap .btn-item {
  display: inline-block;
  color: #fff;
  background-color: #D88D9C;
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .outro-area .btn-wrap .btn-item {
    display: block;
  }
}
.outro-area .btn-wrap .btn-item img {
  margin-bottom: 5px;
  margin-left: 5px;
}

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