@charset "UTF-8";

.ml-renewal {
  color: #111;
  line-height: 1.9;
}

.ml-renewal * {
  box-sizing: border-box;
}

.ml-wrap {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 10%;
}

.ml-hero {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  padding: 180px 0 118px;
  background: #eef4fa url("/wp-content/themes/airstatus/img/topView_ikkatsu_bg_pc.jpg") center/cover no-repeat;
}

.ml-hero::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .91) 44%, rgba(255, 255, 255, .34));
  content: "";
}

.ml-hero::after {
  position: absolute;
  right: 7%;
  bottom: 72px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(44, 78, 131, .16);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(44, 78, 131, .18), rgba(255, 255, 255, 0) 68%);
  content: "";
}

.ml-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 835px;
}

.ml-label {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 18px;
  border: 1px solid rgba(44, 78, 131, .25);
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  color: #2c4e83;
  font-weight: bold;
  font-size: 13px;
}

.ml-hero h1 {
  margin: 0 0 28px;
  font-size: 48px;
  line-height: 1.35;
  letter-spacing: 0;
}

.ml-lead {
  margin: 0 0 34px;
  color: #394957;
  font-size: 18px;
  line-height: 2;
}

.ml-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.ml-button {
  display: inline-block;
  min-width: 220px;
  padding: 15px 28px;
  border-radius: 30px;
  box-shadow: 3px 3px 15px #b6c0cc;
  background: linear-gradient(90deg, #001e59, #2c4e83);
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.ml-button.-ghost {
  border: 1px solid #2c4e83;
  box-shadow: none;
  background: #fff;
  color: #2c4e83 !important;
}

.ml-section {
  padding: 104px 0 112px;
  background: #fff;
}

.ml-section.-soft {
  background: linear-gradient(180deg, #f4f8fc, #fafbfc);
}

.ml-section.-focus {
  background: #f6f9fc;
}

.ml-heading {
  margin: 0 0 44px;
  padding: 0 0 8px;
  border-bottom: 1px solid #bec3ce;
}

.ml-heading span {
  display: inline-block;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-size: 45px;
  line-height: 1;
}

.ml-heading span::after {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
}

.ml-heading small {
  float: right;
  margin-top: 18px;
  color: rgba(57, 73, 87, .56);
  font-size: 16px;
}

.ml-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.ml-grid.-four {
  grid-template-columns: repeat(2, 1fr);
}

.ml-card,
.ml-panel {
  position: relative;
  padding: 38px 34px 34px;
  border: 1px solid rgba(44, 78, 131, .08);
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(190, 195, 206, .58);
  background: #fff;
  transition: transform .35s ease, box-shadow .35s ease;
}

.ml-card {
  overflow: hidden;
  min-height: 282px;
}

.ml-grid.-four .ml-card {
  min-height: 224px;
}

.ml-card-media {
  overflow: hidden;
  margin: 0 0 22px;
  border-radius: 6px;
  aspect-ratio: 16 / 9;
  background: #eef4fa;
}

.ml-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(.96);
  transition: transform .45s ease;
}

.ml-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, #001e59, #2c4e83);
  content: "";
}

.ml-card::after {
  display: none !important;
  content: none !important;
}

.ml-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(44, 78, 131, .16);
}

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

.ml-card h3,
.ml-panel h3 {
  margin: 0 0 16px;
  font-size: 23px;
  line-height: 1.45;
}

.ml-card h3 {
  color: #2c4e83;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

.ml-card p,
.ml-panel p {
  margin: 0;
  color: #394957;
  font-size: 15.5px;
  line-height: 2;
}

.ml-kicker {
  display: block;
  margin: 0 0 12px;
  color: #2c4e83;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}

.ml-note {
  position: relative;
  margin-top: 26px !important;
  padding-top: 18px;
  color: #2c4e83 !important;
  font-weight: bold;
}

.ml-note::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 2px;
  background: #2c4e83;
  content: "";
}

.ml-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7%;
  align-items: center;
}

.ml-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ml-list li {
  position: relative;
  padding-left: 28px;
  color: #394957;
  font-size: 16px;
  line-height: 1.8;
}

.ml-list li::before {
  position: absolute;
  top: .85em;
  left: 0;
  width: 12px;
  height: 2px;
  background: #2c4e83;
  content: "";
}

.ml-principle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.ml-step {
  padding: 22px 20px;
  border-left: 4px solid #2c4e83;
  box-shadow: 0 8px 24px rgba(190, 195, 206, .42);
  background: #fff;
}

.ml-step b {
  display: block;
  margin-bottom: 8px;
  color: #2c4e83;
  font-size: 15px;
}

.ml-step span {
  display: block;
  color: #394957;
  font-size: 14px;
  line-height: 1.8;
}

.ml-focus-panel {
  padding: 42px;
  border: 1px solid rgba(44, 78, 131, .15);
  box-shadow: 0 14px 36px rgba(44, 78, 131, .14);
}

.ml-focus-panel h3 {
  font-size: 28px;
}

.ml-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.ml-mini {
  padding: 16px 14px;
  border-radius: 6px;
  background: #f4f8fc;
  color: #2c4e83;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.ml-cta {
  padding: 76px 0 88px;
  background: #fff;
}

.ml-cta-box {
  display: flex;
  gap: 7%;
  align-items: center;
  padding: 52px;
  border: 1px solid rgba(44, 78, 131, .08);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(190, 195, 206, .45);
  background: linear-gradient(180deg, #f4f8fc, #fafbfc);
  transition: transform .35s ease, box-shadow .35s ease;
}

.ml-cta-box h2 {
  margin: 0 0 12px;
  font-size: 30px;
}

.ml-cta-box p {
  margin: 0;
  color: #394957;
}

.ml-cta-text {
  flex: 1;
}

.ml-cta-action {
  width: 280px;
}

.ml-panel,
.ml-heading,
.ml-cta-box,
.ml-step {
  opacity: 1;
  transform: none;
}

.ml-renewal.js-ready .ml-panel,
.ml-renewal.js-ready .ml-heading,
.ml-renewal.js-ready .ml-cta-box,
.ml-renewal.js-ready .ml-step {
  opacity: 0;
  transform: translateY(28px);
}

.ml-renewal.js-ready .is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .72s ease, transform .72s ease, box-shadow .35s ease;
}

@media (max-width: 768px) {
  .ml-wrap {
    padding: 0 20px;
  }

  .ml-hero {
    min-height: auto;
    padding: 124px 0 72px;
    background-position: center;
  }

  .ml-hero::after {
    display: none;
  }

  .ml-hero h1 {
    font-size: 31px;
  }

  .ml-lead {
    font-size: 15px;
  }

  .ml-button {
    width: 100%;
    min-width: 0;
  }

  .ml-section {
    padding: 64px 0;
  }

  .ml-heading span {
    font-size: 32px;
  }

  .ml-heading small {
    display: block;
    float: none;
    margin-top: 10px;
  }

  .ml-grid,
  .ml-grid.-four,
  .ml-split,
  .ml-mini-grid,
  .ml-principle {
    grid-template-columns: 1fr;
  }

  .ml-card,
  .ml-panel {
    padding: 28px 22px;
  }

  .ml-card h3 {
    padding-right: 0;
  }

  .ml-cta-box {
    display: block;
    padding: 30px 22px;
  }

  .ml-cta-action {
    width: auto;
    margin-top: 24px;
  }
}
