.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;
}

/* =========================================================
about
========================================================= */
.p-about-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 10vh;
}
@media screen and (max-width: 767px) {
  .p-about-mv {
    margin-bottom: 40px;
  }
}
.p-about-mv_wrap {
  position: relative;
  width: 97%;
  height: 80vh;
  min-height: 500px;
  background-image: url("../images/common/mv-about.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-about-mv_wrap {
    height: 50vh;
    min-height: 360px;
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-about-mv_wrap {
    width: 100%;
    margin-left: 0;
    height: 40vh;
    min-height: 280px;
    border-bottom-left-radius: 60px;
  }
}
.p-about-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-about-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-about-mv_head {
    padding: 16px 60px 16px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-mv_head {
    padding: 12px 30px 12px 16px;
  }
}
.p-about-mv_ttl {
  color: #333333;
  font-size: clamp(22px, 3.5vw, 36px);
  font-weight: 700;
  line-height: 1.3;
}
.p-about-mv_ttl .en {
  color: #3FA7D1;
  display: block;
  font-size: clamp(13px, 1.5vw, 18px);
  font-weight: 700;
  margin-bottom: 4px;
}
.p-about-message {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .p-about-message {
    margin-bottom: 40px;
  }
}
.p-about-message_head {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-about-message_head {
    margin-bottom: 24px;
  }
}
.p-about-message_ttl {
  border-left: 6px solid #3FA7D1;
  color: #333333;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .p-about-message_ttl {
    margin-bottom: 20px;
  }
}
.p-about-message_ttl .en {
  color: #C4C4C4;
  display: block;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 700;
  margin-top: 2px;
}
.p-about-message_box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .p-about-message_box {
    flex-direction: column;
    gap: 24px;
  }
}
.p-about-message_image {
  width: 30%;
}
@media screen and (max-width: 991px) {
  .p-about-message_image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.p-about-message_image img {
  width: 100%;
  height: auto;
}
.p-about-message_txtbox {
  width: 65%;
}
@media screen and (max-width: 991px) {
  .p-about-message_txtbox {
    width: 100%;
  }
}
.p-about-message_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-about-message_lead {
    margin-left: 0;
    padding-left: 28px;
    margin-bottom: 20px;
  }
}
.p-about-message_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-about-message_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-about-message_lead::before {
    left: 0;
  }
}
.p-about-message_text {
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 2;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-about-message_text {
    margin-bottom: 20px;
  }
}
.p-about-recommend {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .p-about-recommend {
    margin-bottom: 40px;
  }
}
.p-about-recommend_head {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-about-recommend_head {
    margin-bottom: 24px;
  }
}
.p-about-recommend_ttl {
  border-left: 6px solid #3FA7D1;
  color: #333333;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .p-about-recommend_ttl {
    margin-bottom: 20px;
  }
}
.p-about-recommend_ttl .en {
  color: #C4C4C4;
  display: block;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 700;
  margin-top: 2px;
}
.p-about-recommend_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 0;
}
@media screen and (max-width: 767px) {
  .p-about-recommend_cont {
    gap: 16px 0;
  }
}
.p-about-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: 23%;
  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-about-recommend_card {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-about-recommend_card {
    width: 100%;
    border-width: 3px;
    padding: 14px;
  }
}
.p-about-recommend_card:hover {
  border-color: #3FA7D1;
  box-shadow: 0 12px 24px rgba(63, 167, 209, 0.15);
  transform: translateY(-6px);
}
.p-about-recommend_card:hover .p-about-recommend_thum {
  transform: scale(1.08);
}
.p-about-recommend_card:hover .p-about-recommend_subttl::after {
  width: 100%;
}
.p-about-recommend_card:hover .p-about-recommend_link span {
  color: #3FA7D1;
}
.p-about-recommend_card:hover .p-about-recommend_link span::after {
  transform: translateX(6px);
}
.p-about-recommend_imgwrap {
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-about-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-about-recommend_thum {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
.p-about-recommend_body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
}
.p-about-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-about-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-about-recommend_text {
  color: #666666;
  font-size: clamp(13px, 1.2vw, 14px);
  line-height: 1.6;
  margin-bottom: 16px;
  text-align: center;
}
.p-about-recommend_link {
  margin-top: auto;
  width: 100%;
  text-align: right;
}
.p-about-recommend_link span {
  align-items: center;
  color: #333333;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.3s ease;
}
.p-about-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-about.css.map */