.c-btn-01 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 60px;
  padding: 12px 0;
  background-color: #ffffff;
  border: 1px solid #3FA7D1;
  color: #3FA7D1;
  text-decoration: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
  transition: 0.2s ease;
}
.c-btn-01::after {
  background-image: url("../images/common/icon-arrow_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 36px;
  height: 36px;
}

.c-btn-02 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 60px;
  padding: 12px 0;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
  transition: 0.2s ease;
}
.c-btn-02::after {
  background-image: url("../images/common/icon-arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 36px;
  height: 36px;
}

/* =========================================================
guide
========================================================= */
.p-guide-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 10vh;
}
@media screen and (max-width: 767px) {
  .p-guide-mv {
    margin-bottom: 40px;
  }
}
.p-guide-mv_wrap {
  position: relative;
  width: 97%;
  height: 80vh;
  min-height: 500px;
  background-image: url("../images/common/mv-guide.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  margin-left: 3%;
  padding-left: 10%;
  border-bottom-left-radius: 120px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-guide-mv_wrap {
    height: 50vh;
    min-height: 360px;
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-guide-mv_wrap {
    width: 100%;
    margin-left: 0;
    height: 40vh;
    min-height: 280px;
    border-bottom-left-radius: 60px;
  }
}
.p-guide-mv_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 110, 140, 0.55);
  mix-blend-mode: multiply;
  z-index: 1;
}
.p-guide-mv_head {
  background-color: #ffffff;
  border-radius: 0 12px 12px 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  padding: 20px 120px 20px 20px;
}
@media screen and (max-width: 991px) {
  .p-guide-mv_head {
    padding: 16px 60px 16px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-guide-mv_head {
    padding: 12px 30px 12px 16px;
  }
}
.p-guide-mv_ttl {
  color: #333333;
  font-size: clamp(22px, 3.5vw, 36px);
  font-weight: 700;
  line-height: 1.3;
}
.p-guide-mv_ttl .en {
  color: #3FA7D1;
  display: block;
  font-size: clamp(13px, 1.5vw, 18px);
  font-weight: 700;
  margin-bottom: 4px;
}
.p-guide-explain {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .p-guide-explain {
    margin-bottom: 40px;
  }
}
.p-guide-explain_head {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-guide-explain_head {
    margin-bottom: 24px;
  }
}
.p-guide-explain_ttl {
  border-left: 6px solid #3FA7D1;
  color: #333333;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  padding-left: 12px;
}
.p-guide-explain_ttl .en {
  color: #C4C4C4;
  display: block;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 700;
  margin-top: 2px;
}
.p-guide-explain_cont {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-guide-explain_cont {
    gap: 40px;
  }
}
.p-guide-explain_lead {
  display: block;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  color: #333333;
  line-height: 1.8;
  position: relative;
  margin-bottom: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-guide-explain_lead {
    margin-left: 0;
    padding-left: 28px;
    margin-bottom: 20px;
  }
}
.p-guide-explain_lead span {
  background-image: linear-gradient(transparent 70%, #E6C003 70%);
  background-repeat: no-repeat;
  padding: 0 0.2em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.p-guide-explain_lead::before {
  background-image: url(../images/common/kira-orenge.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: clamp(18px, 2vw, 24px);
  height: clamp(18px, 2vw, 24px);
  position: absolute;
  top: 0.2em;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .p-guide-explain_lead::before {
    left: 0;
  }
}
.p-guide-explain_box01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-guide-explain_box01 {
    gap: 20px;
  }
}
.p-guide-explain_box01 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 40px;
}
.p-guide-explain_box01 .p-guidetop-explain_txtbox {
  width: 100%;
  text-align: center;
}
.p-guide-explain_box01 .p-guidetop-explain_lead {
  margin-bottom: 24px;
  display: inline-block;
}
.p-guide-explain_box01 .p-guidetop-explain_lead::before {
  content: "";
  display: inline-block;
  width: clamp(18px, 2vw, 24px);
  height: clamp(18px, 2vw, 24px);
  background-image: url(../images/common/kira-orenge.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -0.15em;
  margin-right: 8px;
}
.p-guide-explain_box02 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 40px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-guide-explain_box02 {
    flex-direction: column;
    gap: 20px;
  }
}
.p-guide-explain_box02 img {
  width: 100%;
  max-width: 380px;
  height: auto;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-guide-explain_box02 img {
    max-width: 100%;
  }
}
.p-guide-explain_box02 .p-guidetop-explain_lead {
  position: relative;
  margin-bottom: 20px;
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .p-guide-explain_box02 .p-guidetop-explain_lead {
    margin-left: 0;
    padding-left: 28px;
  }
}
.p-guide-explain_box02 .p-guidetop-explain_lead::before {
  content: "";
  display: inline-block;
  width: clamp(18px, 2vw, 24px);
  height: clamp(18px, 2vw, 24px);
  background-image: url(../images/common/kira-orenge.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.25em;
  left: -32px;
}
@media screen and (max-width: 767px) {
  .p-guide-explain_box02 .p-guidetop-explain_lead::before {
    left: 0;
  }
}
.p-guide-explain_box03 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-guide-explain_box03 {
    flex-direction: column;
    gap: 20px;
  }
}
.p-guide-explain_box03 img {
  width: 100%;
  max-width: 380px;
  height: auto;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-guide-explain_box03 img {
    max-width: 100%;
  }
}
.p-guide-explain_box03 .p-guidetop-explain_lead {
  position: relative;
  margin-bottom: 20px;
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .p-guide-explain_box03 .p-guidetop-explain_lead {
    margin-left: 0;
    padding-left: 28px;
  }
}
.p-guide-explain_box03 .p-guidetop-explain_lead::before {
  content: "";
  display: inline-block;
  width: clamp(18px, 2vw, 24px);
  height: clamp(18px, 2vw, 24px);
  background-image: url(../images/common/kira-orenge.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.25em;
  left: -32px;
}
@media screen and (max-width: 767px) {
  .p-guide-explain_box03 .p-guidetop-explain_lead::before {
    left: 0;
  }
}
.p-guide-explain_txtbox {
  flex: 1;
}
.p-guide-explain_text {
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 2;
  color: #333333;
}
.p-guide-recommend {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .p-guide-recommend {
    margin-bottom: 40px;
  }
}
.p-guide-recommend_head {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-guide-recommend_head {
    margin-bottom: 24px;
  }
}
.p-guide-recommend_ttl {
  border-left: 6px solid #3FA7D1;
  color: #333333;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  padding-left: 12px;
}
.p-guide-recommend_ttl .en {
  color: #C4C4C4;
  display: block;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 700;
  margin-top: 2px;
}
.p-guide-recommend_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-guide-recommend_cont {
    gap: 16px;
  }
}
.p-guide-recommend_card {
  background-color: #ffffff;
  border: 5px solid #EDF7FA;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  color: #333333;
  display: flex;
  flex-direction: column;
  width: calc((100% - 72px) / 4);
  padding: 16px;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 991px) {
  .p-guide-recommend_card {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-guide-recommend_card {
    width: 100%;
    border-width: 3px;
    padding: 14px;
  }
}
.p-guide-recommend_card:hover {
  border-color: #3FA7D1;
  box-shadow: 0 12px 24px rgba(63, 167, 209, 0.15);
  transform: translateY(-6px);
}
.p-guide-recommend_card:hover .p-guidetop-recommend_thum {
  transform: scale(1.08);
}
.p-guide-recommend_card:hover .p-guidetop-recommend_subttl::after {
  width: 100%;
}
.p-guide-recommend_card:hover .p-guidetop-recommend_link span {
  color: #3FA7D1;
}
.p-guide-recommend_card:hover .p-guidetop-recommend_link span::after {
  transform: translateX(6px);
}
.p-guide-recommend_imgwrap {
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-guide-recommend_tag {
  background: linear-gradient(135deg, #3FA7D1, #2e82a5);
  border-radius: 0 2px 2px 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 6px 10px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 2;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
.p-guide-recommend_thum {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
.p-guide-recommend_body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
}
.p-guide-recommend_subttl {
  display: inline-block;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
  padding-bottom: 8px;
  position: relative;
  text-align: center;
}
.p-guide-recommend_subttl::after {
  background-color: #3FA7D1;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: width 0.3s ease;
  width: 30px;
}
.p-guide-recommend_text {
  color: #666666;
  font-size: clamp(13px, 1.2vw, 14px);
  line-height: 1.6;
  margin-bottom: 16px;
  text-align: center;
}
.p-guide-recommend_link {
  margin-top: auto;
  width: 100%;
  text-align: right;
}
.p-guide-recommend_link span {
  align-items: center;
  color: #333333;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.3s ease;
}
.p-guide-recommend_link span::after {
  background-image: url(../images/common/icon-arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 6px;
  transition: transform 0.3s ease;
  width: 14px;
}
/*# sourceMappingURL=style-guidetop.css.map */