@charset 'UTF-8';
/*  Add Custom CSS here.  */

.news-archive .news-list .box-inner,
.news-archive .news-list .item-ttl,
.news-archive .news-list .item-desc {
  max-width: 100%;
  min-width: 0;
}

.news-archive .news-list .item-desc {
  display: block;
  width: 100%;
}

.news-archive .news-list .item-box {
  min-width: 0;
}

.delivery-page .mv-lead {
  color: #4b4b4d;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .04em;
  font-weight: 500;
  margin-top: 22px;
}

.delivery-archive-section,
.delivery-single-section {
  padding: 104px 0 160px;
  background: linear-gradient(180deg, #fff 0%, #f4fbff 100%);
}

.delivery-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.delivery-card {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(49, 141, 202, .10);
  opacity: 1;
  transition: .28s ease;
}

.delivery-card-img {
  display: block;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.delivery-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .35s ease;
}

.delivery-card-body {
  display: block;
  padding: 24px 25px 28px;
}

.delivery-card-body time,
.delivery-single-header time {
  display: block;
  color: #318dca;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
}

.delivery-card-title {
  display: block;
  color: #4b4b4d;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: .04em;
  font-weight: 700;
}

.delivery-card-text {
  display: block;
  color: #4b4b4d;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .04em;
  margin-top: 13px;
}

@media only screen and (min-width: 1025px) {
  .delivery-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(49, 141, 202, .16);
  }

  .delivery-card:hover .delivery-card-img img {
    transform: scale(1.04);
  }
}

.delivery-single {
  max-width: 920px;
  margin: 0 auto;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(49, 141, 202, .10);
  padding: 58px 64px 62px;
}

.delivery-single-header {
  margin-bottom: 32px;
}

.delivery-single-header h1 {
  color: #318dca;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.5;
  letter-spacing: .06em;
  font-weight: 700;
}

.delivery-single-image {
  margin-bottom: 38px;
}

.delivery-single-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.delivery-single-content {
  color: #4b4b4d;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .04em;
}

.delivery-back {
  margin-top: 46px;
  text-align: center;
}

.delivery-back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 58px;
  border-radius: 100px;
  background: #318dca;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .08em;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .delivery-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .delivery-page .mv-lead {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.9;
    margin-top: 18px;
  }

  .delivery-archive-section,
  .delivery-single-section {
    padding: 58px 0 92px;
  }

  .delivery-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .delivery-card-body {
    padding: 21px 22px 24px;
  }

  .delivery-card-title {
    font-size: 20px;
    font-size: 2rem;
  }

  .delivery-single {
    padding: 32px 22px 38px;
  }

  .delivery-single-header {
    margin-bottom: 24px;
  }

  .delivery-single-header h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .delivery-single-image {
    margin-bottom: 28px;
  }

  .delivery-single-content {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .delivery-back a {
    width: 100%;
    min-width: 0;
  }
}

.after-support-page .mv-lead {
  color: #4b4b4d;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .04em;
  font-weight: 500;
  margin-top: 22px;
}

.support-anchor-point {
  display: block;
  position: relative;
  top: -130px;
  width: 1px;
  height: 1px;
}

.after-support-page .sec-btnanchor {
  margin-bottom: 88px;
}

.after-support-page .after-support-intro .treatment-container {
  padding-bottom: 120px;
}

.after-support-page .after-support-intro .c-about-item {
  position: relative;
  z-index: 1;
}

.after-support-page .after-support-mainimg {
  align-self: flex-start;
  height: auto !important;
  min-height: 0;
}

.after-support-page .after-support-mainimg img {
  background: #fff;
  object-fit: contain;
  box-sizing: border-box;
  padding: 22px;
}

.after-support-page .after-support-mainimg picture {
  height: auto;
}

.after-support-page .after-support-mainimg picture:before {
  display: none;
}

.after-support-page .after-support-mainimg img {
  position: static;
  height: auto;
}

.after-support-page .about-desc strong {
  color: #318dca;
  font-weight: 700;
}

.support-plan-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.support-plan-list li {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  border: 2px solid rgba(49, 141, 202, .18);
  overflow: hidden;
}

.support-plan-list .plan-head {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 92px;
  background: #318dca;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .08em;
  font-weight: 700;
}

.support-plan-list .plan-body {
  flex: 1;
  color: #4b4b4d;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: .04em;
  font-weight: 700;
  padding: 15px 18px;
}

.support-feature-list {
  display: grid;
  gap: 20px;
  color: #4b4b4d;
}

.support-feature-list li {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 34px 32px 30px;
  box-shadow: 0 14px 36px rgba(49, 141, 202, .10);
}

.support-feature-list .feature-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 100px;
  background: #ff8c39;
  color: #fff;
  font-family: "pauza", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: .08em;
  font-weight: 600;
}

.support-feature-list h5 {
  color: #318dca;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.55;
  letter-spacing: .04em;
  font-weight: 700;
  margin-bottom: 12px;
}

.support-feature-list p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.86667;
  letter-spacing: .04em;
}

.after-support-page .after-support-detail {
  padding-top: 60px;
  padding-bottom: 160px;
}

.after-support-page .after-support-detail .inner_1080:before {
  display: none;
}

.support-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 72px;
}

.after-support-page .support-detail-list .c-intro,
.after-support-page .support-detail-list .c-intro.is-revert {
  align-items: stretch;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(49, 141, 202, .08);
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  overflow: hidden;
}

.after-support-page .support-detail-list .c-intro .intro-img {
  flex: none;
  margin: 0;
  width: 100%;
}

.after-support-page .support-detail-list .c-intro .intro-img img {
  aspect-ratio: 16 / 9;
  border-radius: 10px 10px 0 0;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.after-support-page .support-detail-list .c-intro .intro-info {
  color: #4b4b4d;
  flex: none;
  line-height: 1.86667;
  padding: 28px 30px 31px !important;
  width: 100%;
}

.after-support-page .support-detail-list .c-intro .c-ttl04 {
  margin-bottom: 18px;
}

.after-support-page .support-parts-box {
  background: #fff;
  margin-bottom: 55px;
}

.support-parts-lead {
  color: #4b4b4d;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.86667;
  letter-spacing: .06em;
  margin-bottom: 26px;
}

.support-parts-image {
  display: block;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(49, 141, 202, .20);
  padding: 12px;
  opacity: 1;
}

.support-parts-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.support-cta {
  background: #318dca;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  padding: 38px 28px 36px;
}

.support-cta-main {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.45;
  letter-spacing: .08em;
  font-weight: 700;
}

.support-cta-note {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: .04em;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .support-feature-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .support-detail-list .c-intro .intro-info {
    padding-right: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .support-feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .after-support-page .mv-lead {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.9;
    margin-top: 18px;
  }

  .after-support-page .after-support-intro .treatment-container {
    padding-bottom: 84px;
  }

  .after-support-page .sec-btnanchor {
    margin-bottom: 58px;
  }

  .support-anchor-point {
    top: -105px;
  }

  .after-support-page .after-support-mainimg {
    height: auto;
  }

  .after-support-page .after-support-mainimg img {
    position: static;
    padding: 16px;
  }

  .support-plan-list {
    margin-top: 22px;
  }

  .support-plan-list .plan-head {
    width: 76px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .support-plan-list .plan-body {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 13px 14px;
  }

  .support-feature-list li {
    padding: 25px 25px 26px;
  }

  .support-feature-list h5 {
    font-size: 19px;
    font-size: 1.9rem;
  }

  .after-support-page .after-support-detail {
    padding-top: 42px;
    padding-bottom: 90px;
  }

  .support-detail-list {
    display: block;
    margin-bottom: 46px;
  }

  .after-support-page .support-detail-list .c-intro {
    margin-bottom: 24px;
  }

  .after-support-page .support-detail-list .c-intro:last-child {
    margin-bottom: 0;
  }

  .after-support-page .support-detail-list .c-intro .intro-info {
    padding: 23px 22px 25px !important;
  }

  .after-support-page .support-detail-list .c-intro .c-ttl04 {
    margin-bottom: 15px;
  }

  .support-parts-image {
    padding: 7px;
  }

  .support-cta {
    padding: 29px 20px 27px;
  }

  .support-cta-main {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
