@charset  "UTF-8";
/* ------------------------------------------
	Nera　One TOP
-------------------------------------------*/
#page-neraone{
    text-align: center;
}
#page-neraone .main_contents {
    width: 100%;
    padding: 0 0 0 0;
    max-width: 1440px;
}
#page-neraone .fv{
    margin-top: -102px;
}
#page-neraone .fv img{
  width: 100%;
}



/* ------------------------------------------
	10の理由
-------------------------------------------*/
.reasons-section {
    margin: 0 auto;
  ;
}
.reason_gradient{
    background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #E4F2FF 100%);
    padding: 50px 0;
}
.reasons-head {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 70px;
  align-items: center;
  margin-bottom: 80px;
}

.reasons-number img{
    width: 370px;
    margin: 0 40px 0 80px;
}
.reasons-number .num {
  display: block;
  font-size: clamp(170px, 18vw, 300px);
  font-weight: 800;
  letter-spacing: -0.08em;
  background: linear-gradient(
    to bottom,
    #1E73E8 0%,
    #003D97 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reasons-number .label {
  display: block;
  margin-top: 16px;
  margin-left: 10px;
  font-size: clamp(42px, 4vw, 76px);
  font-weight: 800;
  letter-spacing: 0.03em;
  background: #0B3061;
}

.reasons-text {
    text-align: left;
    margin: 0 0 0 60px;
}
.reasons-text h2 {
  line-height: 1.2;
  margin-bottom: 26px;
  font-weight: 800;
  font-size: 40px;
  color: #003D97;
}
.reasons-text p {
  font-size: 1.1rem;
  line-height: 2.1;
  color: #1A1A1A;
  font-weight: 500;
  max-width: 95%;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  text-align: left;
}
.reasons-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reason-item {
  display: flex;
  align-items: center;
  padding: 0%;
  border-radius: 12px;
  background: #0B3061;
  box-shadow:
    0 0 0 1px rgba(0,102,255,0.15),
    0 8px 30px rgba(0,82,204,0.18);
  position: relative;
}

.reason-number {
  width: 46px;
  min-width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.reason-text {
  flex: 1;
  min-height: 46px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0px 12px 12px 0;
  padding: 2px 12px;
  color: #123B7B;
  line-height: 1.3;
  font-weight: 800;
  font-size: 20px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.85);
}

.neraone-image{
    width: 720px;
    margin: 100px auto;
}
.neraone-image img{
    width: 100%;
    margin: 0 auto;
}



/* =========================
   TABLET
========================= */

@media (max-width: 1100px) {

  #page-neraone .fv{
      margin-top: -105px;
  }
  .reasons-number{
    margin-top: -40px;
  }
  .reasons-number img{
      width: 240px;
      margin: 0 0 40px 0;
  }

  
  .reasons-text {
      margin: 0 40px 0 -80px;
  }
  .reasons-text h2 {
    font-size: 32px;
  }
  .reasons-text p {
  }

  .reasons-grid {
    margin: 0 40px;
  }
  .reason-number {
    width: 38px;
    min-width: 38px;
    height: 38px;
    font-size: 18px;
  }
  .reason-text {
    min-height: 38px;
    display: flex;
    color: #123B7B;
    line-height: 1.6;
    font-size: 18px;
  }

  

  .neraone-image{
      width: 100%;
      max-width: 480px;
      margin: 60px auto 40px auto;
  }
  .neraone-image img{
      width: 100%;
      margin: 0 auto;
  }

}
/* =========================
   MOBILE
========================= */


@media (max-width: 890px) {

  #page-neraone .fv{
      margin-top: -75px;
  }
  .neraone-image{
    width: 100%;
    max-width: 480px;
    margin: 40px auto 0px auto;
}

  .reasons-head {
      display: block;
      width: 100%;
      grid-template-columns: 1fr;
      gap: 70px;
      align-items: center;
      margin-bottom: 80px;
  }
  .reasons-number img{
      width: 120px;
      margin: 40px 0 20px 0;
  }
  
  .reasons-text h2 {
    font-size: 20px;
  }
  .reasons-text {
      width: 100%;
      margin: 0 20px 0 20px;
  }
  .reason-text {
      font-size: 16px;
      margin: 0 0;
  }
  .reasons-text p {
      max-width: 90%;
      padding-right: 40px;
      margin-top: -10px;
    }

  .reasons-grid {
    display: block;
    grid-template-columns: repeat(1fr);
    margin: -40px 20px 0 20px;
  }
  .reasons-column {
    display: block;
    flex-direction: column;
    gap: 16px;
  }
  
  .reason-item {
    margin-bottom: 16px;
  }

}







/* =========================
   CARD
========================= */

.reason-detail-card {
  position: relative;
  background: #ffffff;
  border-radius: 28px;
  padding:
    90px
    60px
    60px;
  border: 1px solid #D7E7F7;

  box-shadow:
    0 4px 14px rgba(0, 61, 151, 0.08),
    0 10px 34px rgba(0, 61, 151, 0.10);
  overflow: visible;
  margin-top: 120px;
}
.reason-detail-card .reason-txt{
    text-align: left;
    margin: 10px 0;
}

/* =========================
   TOP BADGE
========================= */

.reason-badge {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background:
    linear-gradient(
      to bottom,
      #1D73E7 0%,
      #003D97 100%
    );

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 10px 22px rgba(0, 61, 151, 0.25);
}

.reason-badge-label {
  color: rgba(255,255,255,0.92);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  margin-bottom: 2px;
}

.reason-badge-number {
  color: #ffffff;

  font-size: 2rem;
  line-height: 1;

  font-weight: 800;
}

/* =========================
   TITLE
========================= */

.reason-detail-title {
  text-align: center;
  color: #0058CC;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin-bottom: 54px;
}

/* =========================
   IMAGE LAYOUT
========================= */

.reason-detail-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: start;
}
.reason-detail-images .leftimg{
  width: 110%;
}
.reason-detail-images .rightimg{
  margin: 0 0 0 auto;
  width: 85%;
}

.reason-image-item {
  width: 100%;
}

.reason-image-item img {
  width: 100%;
  height: auto;
  display: block;
}
/* =========================
   TABLET
========================= */

@media (max-width: 1100px) {

  .reason-badge {
    width: 70px;
    height: 70px;

    top: -22px;
  }
  .reason-badge-number {
    font-size: 1.5rem;
  }
  .reason-detail-card {
    padding:
      74px
      24px
      32px;

    border-radius: 22px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .reason-detail-title {
    text-align: center;
    color: #0058CC;
    font-size: clamp(23px, 3vw, 26px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.3;
    margin-bottom: 54px;
  }
  .reason-detail-card .reason-txt{
      text-align: center;
      margin: 20px 0;
  }

}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  .reason-detail-card {
    padding:
      74px
      24px
      32px;

    border-radius: 22px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .reason-badge {
    width: 48px;
    height: 48px;
    top: -22px;
  }

  .reason-badge-number {
    font-size: 1.2rem;
  }

  .reason-detail-title {
    margin-bottom: 32px;
  }

  .reason-detail-images {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .reason-txt{
    text-align: center;
  }

  .reason-detail-card {
    margin-top: 60px;
  }

  
  .reason-detail-images .leftimg{
    width: 100%;
  }
  .reason-detail-images .rightimg{
    margin: 0 auto;
    width: 100%;
  }
  
  .reason-detail-images img{
    max-width: 340px;
    margin: 0 auto;
  }
}


/* =========================
   POINT ROW
========================= */

.reason-point {
  text-align: left;
}
.reason-point .txt_box{
  width: 100%;
  display: block;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 15px;
}

/* =========================
   BLUE CIRCLE
========================= */

.reason-point-number {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 999px;
  font-size: 14px;

  background:
    linear-gradient(
      to bottom,
      #00AAD7 0%,
      #00AAD7 100%
    );

  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;
  line-height: 1;
  margin-top: 7px;
  padding-bottom: 2px;
  padding-left: 2px;

}

/* =========================
   TEXT
========================= */

.reason-point-text {
  margin: 0;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  .reason-point {
    gap: 10px;
  }

  .reason-point-number {
    width: 24px;
    height: 24px;
    min-width: 24px;

    font-size: 0.8rem;
  }

  .reason-point-text {
    font-size: 0.95rem;
  }
  .reasons-text p {
    font-size: 1rem;
    line-height: 1.8;
    max-width: 100%;
  }


}



/* =========================
   WRAP
========================= */

.reason-double-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
  margin-top: 120px;
}

/* =========================
   CARD
========================= */

.reason-box {
  position: relative;

  background: #ffffff;

  border-radius: 30px;

  padding:
    90px
    54px
    56px;

  border: 1px solid #D9E7F6;

  box-shadow:
    0 6px 18px rgba(0, 61, 151, 0.08),
    0 14px 36px rgba(0, 61, 151, 0.10);

  overflow: visible;
}

/* =========================
   BADGE
========================= */

.reason-badge {
  position: absolute;

  top: -56px;
  left: 50%;

  transform: translateX(-50%);

  width: 108px;
  height: 108px;

  border-radius: 999px;

  background:
    linear-gradient(
      to bottom,
      #1D73E7 0%,
      #003D97 100%
    );

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  box-shadow:
    0 12px 28px rgba(0, 61, 151, 0.22);
}

.reason-badge-label {
  color: rgba(255,255,255,0.92);

  font-size: 0.7rem;
  font-weight: 500;

  letter-spacing: 0.24em;

  margin-bottom: 4px;
}

.reason-badge-number {
  color: #ffffff;

  font-size: 3.2rem;
  line-height: 1;

  font-weight: 700;
}

/* =========================
   TITLE
========================= */

.reason-box-title {
  text-align: center;
  color: #0058CC;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 40px;
}

/* =========================
   IMAGE
========================= */

.reason-box-image {
  margin-bottom: 40px;
}

.reason-box-image img {
  width: 100%;
  display: block;
}

/* =========================
   TEXT AREA
========================= */

.reason-box-heading {
  color: #222222;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
  font-weight: 800;
  margin-bottom: 22px;
}

.reason-box-text {
  color: #333333;
  margin: 0;
  text-align: left;
}


/* =========================
   Reason07
========================= */
.reason07 .f_img_box{
  text-align: left;
  display: flex;
}
.reason07 .f_img_box .f_img img{
  width: 170px;
  margin-right: 20px;
}
.reason07 .f_img_box .reason-box-heading {
  color: #222222;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.5;
  font-weight: 800;
}

/* =========================
   LIST
========================= */

.reason-check-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}

.reason-check-list li {
  position: relative;
  padding-left: 24px;
  color: #333333;
  font-size: 14px;
}

/* 水色三角 */
.reason-check-list li::before {
  content: "";

  position: absolute;

  left: 0;
  top: 8px;

  width: 0;
  height: 0;

  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #11B9F4;
}


@media (max-width: 1100px) {

  .reason-double-wrap {
    gap: 40px;
    padding: 0 40px;
  }
  .reason-box {
    padding: 74px 24px 24px 40px;
    border-radius: 24px;
  }
  .reason-box-title {
      font-size: clamp(23px, 3vw, 26px);
  }
  .reason07 .f_img_box{
    width: 100%;
    display: block;
  }
  .reason07 .f_img_box .f_img img{
    width: 100%;
    max-width: 240px;
    display: block;
    margin: 0 auto;
  }
  .reason07 .f_img_box .reason-box-heading {
    color: #222222;
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.5;
    font-weight: 800;
  }

}

@media (max-width: 768px) {

  .reason-double-wrap {
    grid-template-columns: 1fr;
    margin-top: 80px;
    padding: 0 20px;
    gap: 80px;
  }
  .reason-box {
    padding:
      74px
      24px
      34px;

    border-radius: 24px;
  }
  .reason-box img{
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .reason-badge {
    width: 82px;
    height: 82px;

    top: -40px;
  }

  .reason-badge-number {
    font-size: 2.1rem;
  }

  .reason-badge-label {
    font-size: 0.55rem;
  }

  .reason-box-title {
    font-size: 23px;

    margin-bottom: 26px;
  }

  .reason-box-image {
    margin-bottom: 28px;
  }

  .reason-box-heading {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }

  .reason-box-text {
    font-size: 1rem;
    line-height: 1.9;
  }

  .reason-check-list li {
    font-size: 0.95rem;
    line-height: 1.7;
  }

}


/* =========================
   WRAP
========================= */

.reason-triple-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 120px;
}

/* =========================
   CARD
========================= */

.reason-mini-card {
  position: relative;

  background: #ffffff;

  border-radius: 30px;

  padding:
    88px
    34px
    42px;

  border: 1px solid #D8E7F7;

  box-shadow:
    0 6px 18px rgba(0, 61, 151, 0.08),
    0 14px 36px rgba(0, 61, 151, 0.10);

  overflow: visible;
}

/* =========================
   BADGE
========================= */

.reason-badge {
  position: absolute;

  top: -56px;
  left: 50%;

  transform: translateX(-50%);

  width: 108px;
  height: 108px;

  border-radius: 999px;

  background:
    linear-gradient(
      to bottom,
      #1762C7 0%,
      #114994 50%,
      #0B3061 100%
    );

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  box-shadow:
    0 12px 28px rgba(0, 61, 151, 0.22);
}

.reason-badge-label {
  color: rgba(255,255,255,0.92);

  font-size: 0.65rem;
  font-weight: 500;

  letter-spacing: 0.22em;

  margin-bottom: 0px;
}

.reason-badge-number {
  color: #ffffff;

  font-size: 2.6rem;
  line-height: 1;

  font-weight: 500;
  margin-bottom: 0px;
}

/* =========================
   TITLE
========================= */

.reason-mini-title {
  text-align: center;
  color: #0058CC;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
  min-height: 2.8em;
}

/* =========================
   IMAGE
========================= */

.reason-mini-image {
  margin-bottom: 30px;
}

.reason-mini-image img {
  width: 100%;
  display: block;
}

/* =========================
   TEXT
========================= */

.reason-mini-text {
  margin: 0;
  color: #333333;
  text-align: left;
  letter-spacing: -0.02em;
}

/* =========================
   TABLET
========================= */

@media (max-width: 1100px) {

  .reason-triple-wrap {
    grid-template-columns: 1fr;
    gap: 80px;
    padding: 0 40px;
    text-align: center;
  }
  
  .reason-triple-wrap img{
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  

}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  .reason-triple-wrap {
    grid-template-columns: 1fr;
    gap: 80px;
    padding: 0 20px;
    margin-top: 80px;
  }

  .reason-mini-card {
    padding:
      74px
      24px
      32px;

    border-radius: 24px;
  }

  .reason-badge {
    width: 70px;
    height: 70px;

    top: -40px;
  }

  .reason-badge-number {
    font-size: 1.3rem;
  }

  .reason-badge-label {
    font-size: 0.55rem;
  }

  .reason-mini-title {
    font-size: 23px;
    margin-bottom: 16px;
    min-height: auto;
  }

  .reason-mini-image {
    margin-bottom: 24px;
  }

  .reason-mini-text {
    font-size: 1rem;
    line-height: 1.9;
    text-align: center;
  }

}