@charset "UTF-8";

.txt-orange {
  color: #FF7E28;
}
.bg-orange {
  background-color: #FFF3E0;
}
mark {
  background:linear-gradient(transparent 60%, #F5FF00 60%);
}

h2 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.64;
  margin-bottom: 20px;
}
h2.h2--bar {
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
h2.h2--bar::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  background: #FF7E28;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:1024px) {
  h2 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  h2.h2--bar {
    padding-bottom: 28px;
  }
  h2.h2--bar::after {
    width: 64px;
  }
}


/*---.heading-2---*/
.heading-2 {
  border-bottom: solid 2px #B2B2B2;
  position: relative;
  padding-bottom: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.heading-2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #FF7E28;
  bottom: -2px;
  width: 30%;
}
.heading-2 strong {
  font-size: 2.5rem;
  font-weight: 600;
  margin-right: 14px;
}
@media screen and (min-width:1024px) {
  .heading-2 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .heading-2::after {
    width: 11%;
  }
  .heading-2 strong {
    font-size: 4rem;
  }
}

/*---.heading-3---*/
.heading-3 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.625;
  margin-bottom: 20px;
}
@media screen and (min-width:1024px) {
  .heading-3 {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}

.page-heading__bg {
  background: url("../img/function/page-heading--sp.png") no-repeat center / contain;
  
}
@media screen and (min-width:1024px) {
  .page-heading__bg {
    background: url("../img/function/page-heading--pc.png") no-repeat center / contain;
  }
}

/*--- features ---*/
.features {
  background: #FFF3E0;
  padding: 50px 0 30px;
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.features figure {
  margin-bottom: 0;
}
.features h2 {
  margin-bottom: 5px;
}
.features h2 + p {
  font-size: 1.4rem;
  letter-spacing: .03em;
  line-height: 1.4;
  text-align: center;
}
.features-list {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 39px 0;
}
.features-list__item {
  display: flex;
  justify-content: space-between;
  gap: 0 16px;
}
.features-list__item:nth-child(even) {
  flex-direction: row-reverse;
}
.features-list__item figure {
  width: calc(50% - 16px);
  flex-shrink: 0;
}
.features-list__item figure img {
  vertical-align: bottom;
}
.features-list__item h3 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 1.5;
  margin-bottom: 12px;
}
.features-list__item h3 .num {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #FF7E28;
  display: block;
}
.features-list__item h3 + p {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width:1024px) {
  .features {
    background: initial;
    padding: 50px 20px;
  }
  .features > .inner {
    background: #FFF3E0;
    padding: 50px 60px;
    border-radius: 20px;
  }
  .features > .inner h2 {
    max-width: 860px;
    margin: 0 auto;
  }
  .features-list {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    gap: 0 5%;
    max-width: 860px;
    margin: 70px auto 0;
  }
  .features-list__item {
    width: 28%;
    display: block;
  }
  .features-list__item figure {
    width: 100%;
    max-width: 80%;
    margin: 0 auto 10px;
  }
  .features-list__item h3 {
    font-size: 1.8rem;
    margin-bottom: 0;
    text-align: center;
  }
}

.features_details {
  padding: 30px 0 40px;
}
.details_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.details_list__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.details_list__item:nth-child(odd) {
  flex-direction: column-reverse;
}
.details_list__item figure {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
} 
.details_list__item figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
} 
.item_right.point {
  border-radius: 10px;
  padding: 20px;
} 
.item_right.point p {
  margin-bottom: 20px;
} 
.item_right.point figure {
  width: 113px;
  margin-bottom: 15px;
} 
.point_title  {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
  padding-left: 17px;
  position: relative;
} 
.point_title::before  {
  content: "";
  display: inline-block;
  width: 9px;
  height: 8.5px;
  background-color: #FF7E28;
  border-radius: 4.25px;
  position: absolute;
  top: 6px;
  left: 0;
} 
.details_list__item .item_title {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 1.5;
  margin-bottom: 16px;
} 
.details_list__item .item_title span {
  font-family: "Outfit", sans-serif;
  font-size: 2.2rem;
  color: #FFA569;
  display: block;
  margin-bottom: .3em;
} 
.details_list__item p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  letter-spacing: .03em;
  line-height: 1.857;
  margin-bottom: 0;
} 
@media screen and (min-width:1024px) {
  .features_details {
    padding: 110px 0 130px;
  }
  .details_list {
    gap: 130px;
  }
  .details_list__item {
    flex-direction: row;
    gap: 0 6%;
  }
  .details_list__item:nth-child(odd) {
    flex-direction: row;
  }
  .item_left {
    width: 44%;
  }
  .item_right {
    width: 50%;
  }
  .item_right.point {
    padding: 30px 30px 20px;
  } 
  .item_right.point p {
    margin-bottom: 30px;
  } 
  .item_right.point figure {
    width: 144px;
    margin-bottom: 15px;
  } 
  .point_title  {
    font-size: 2rem;
  } 
  .point_title::before  {
    top: 10px;
  } 
  .details_list__item .item_title {
    font-size: 2.8rem;
    margin-bottom: 30px;
  } 
  .details_list__item .item_title span {
    font-size: 4rem;
    margin-bottom: .3em;
  } 
  .details_list__item p {
    font-size: 1.6rem;
  } 
}


/*--- case ---*/
.case {
  background: #FFF3E0;
  padding: 30px 0 80px;
  position: relative;
}
.case::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px; /* 三角の深さ */
  background: #ffffff; /* 次のセクションの色 */
  clip-path: polygon(
    0 0,
    50% 100%,
    100% 0,
    100% 100%,
    0 100%
  );
}
.case .inner {
  padding: 0 10px;
}
.case h2 + p {
  font-size: 1.2rem;
  letter-spacing: .03em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 16px;
}
.case-list {
  display: flex;
}
.case-list__item{
  height: 100%;
}
.case-list__item > a {
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.case-list__item > a figure {
  aspect-ratio: 335 / 188;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.case-list__item > a figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.case-list__text {
  padding: 15px 25px 0;
  flex: 1; /* ここが高さ揃えの肝 */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-list__text p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.case-list__data span:first-child {
  color: rgba(85,85,85,0.50);
}
.case-list__data .txt-orange {
  text-decoration: underline;
  float: right;
}
.case .btn_row {
  padding: 0 10px;
}
.case .btn_row a {
  background: #FF7E28;
  border-radius: 3em;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 365px;
  height: 66px;
  margin: 30px auto 0;
  position: relative;
}
.case .btn_row .arrow-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (min-width:1024px) {
  .case {
    padding: 110px 0;
  }
  .case::after {
    height: 70px;
  }
  .case h2 + p {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .case .btn_row a {
    margin: 70px auto 0;
  }
  
 /* slick無効時（=通常の3カラム） */
  .case-list:not(.slick-initialized){
    display: flex;
    gap: 40px;
    align-items: stretch; /* 子要素を同じ高さに伸ばす */
  }

  .case-list:not(.slick-initialized) .case-list__item{
    flex: 1 1 0;
    height: auto;
    display: flex;
  }

  .case-list:not(.slick-initialized) .case-list__item > a{
    width: 100%;
    height: 100%;
  }
}

/* -----------------------------
  slick有効時：高さを揃える（SP/PC）
----------------------------- */
.case-list .slick-list {
  padding: 10px 0;
}
.case-list.slick-initialized .slick-track{
  display: flex;
}

.case-list.slick-initialized .slick-slide{
  height: auto;
  display: flex;
}

.case-list.slick-initialized .slick-slide > div,
.case-list.slick-initialized .slick-slide > li{
  width: 100%;
}

/* ガター（スライド間余白） */
.case-list.slick-initialized .slick-slide{
  padding: 0 20px;
  box-sizing: border-box;
}


.btn_area p {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width:1024px) {
  .btn_area p {
    font-size: 2.7rem;
    margin-bottom: 40px;
  }
}




