/***
  77.49rem ：1240px以下（コンテンツ幅）
  66.249rem：1060px以下（mv調整）
  56.249rem：900px以下（中央box調整）
  47.99rem ：768px以下
***/

.new-first article.first-article:first-of-type {
  background-color: #ffffff;
}

.new-first h1 {
  font-size: 4.375rem;
  color: #008876;
  text-align: center;
  width: 100%;
  margin-top: 3px;
}
@media(max-width: 47.99rem) {
  .new-first h1 {
    font-size: 2.6875rem;
    margin-top: 0;
  }
}

/*--------------------
  mv-bg
--------------------*/
.intro-section {
  position: relative;
  /* background-color: #DFF2ED; */
  background: linear-gradient(#ebf6f3, #DFF2ED);
  padding-top: 50px;
}
@media(max-width: 47.99rem) {
    .intro-section {
      padding-top: 20px;
      position: relative;
      background-color: #ebf6f4;
  }
}

.intro-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  height: 100%;
  background-image: url(/first/assets/images/bg_pc.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  mask-image: linear-gradient(
    to right,
    transparent 0,
    black calc(50% - 700px),
    black calc(50% + 700px),
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    black calc(50% - 700px),
    black calc(50% + 700px),
    transparent 100%
  );
  z-index: 0;
}
.intro-section > * {
  position: relative;
  z-index: 1;
}

@media(max-width: 89.9375rem) {
  .intro-section::before {
    width: 100%;
  }
}
@media(max-width: 47.99rem) {
  .intro-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 375px;
    height: 100%;
    background-image: url(/first/assets/images/bg_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    mask-image: linear-gradient(
      to right,
      transparent 0%,
      black 5%,
      black 100%,
      transparent 100%
    );
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      black 5%,
      black 95%,
      transparent 100%
    );
    z-index: 0;
  }
  .intro-section > * {
    position: relative;
    z-index: 1;
  }
}
.intro-section::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  aspect-ratio: 1440 / 90;
  background: url(/first/assets/images/bg_wave_pc.svg) no-repeat center / cover;
  z-index: 1;
}
@media(max-width: 47.99rem) {
  .intro-section::after {
    aspect-ratio: 390 / 60;
    background: url(/first/assets/images/bg_wave_sp.svg) no-repeat center / cover;
  }
}

/*--------------------
  mv-item
--------------------*/
.mv-desc {
  height: 100%;
  margin-left: auto;
  background-image: url(/first/assets/images/bg_character_pc.png);
  background-repeat: no-repeat;
  background-position: -10px 140px;
  background-size: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  max-width: 980px;
}
@media(max-width: 66.249em) {
  .mv-desc {
    background-position: center calc(50% + 70px);
  }
}
@media(max-width: 47.99rem) {
  .mv-desc {
    background-image: url(/first/assets/images/bg_character_sp.png);
    background-position: calc(50% + 24px) 190px;
    background-repeat: no-repeat;
  }
}

.mv-desc-wrap {
  max-width: 480px;
  width: 100%;
  margin-top: 22px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media(max-width: 66.249em) {
  .mv-desc-wrap {
    margin: 15px auto 0;
  }
}
@media(max-width: 47.99rem) {
  .mv-desc-wrap {

  }
}

/*--------------------
  circles
--------------------*/
.circles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "left center right";
  list-style: none;
  padding: 0;
  margin: 0;
  width: 480px;
  gap: 15px;
}
.circle-left, .circle-center, .circle-right {
  transform: none;
  background-color: #fff;
}

@media(max-width: 47.99rem) {
  .circles {
    width: 345px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
      ". center ."
      "left . right";
  }
  .circle-left   { grid-area: left;   transform: translateX(-6px)  translateY(-95px); }
  .circle-center { grid-area: center; transform: translateX(-22px) translateY(-15px); }
  .circle-right  { grid-area: right;  transform: translateX(-38px) translateY(-96px); }
}
.circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow:
    0px 2px 5px 0px rgba(183, 220, 216, 0.8),
    1px 0px 0px 1px rgba(78, 149, 126, 0.06);
}
@media(max-width: 47.99rem) {
  .circle {
    width: 120px;
    height: 120px;
  }
}

.circle-num {
  line-height: 1;
  color: #009682;
}

.circle-text {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #4C4C4C;
}
@media(max-width: 47.99rem) {
  .circle-text {
    font-size: 0.6875rem;
  }
}

.circle-num .num {
  font-size: 2.1875rem;
  font-weight: bold;
  margin-top: 5px;
  display: inline-block;
}
@media(max-width: 47.99rem) {
  .circle-num .num {
    font-size: 1.75rem;
  }
}

.circle-left .circle-num .num {
  font-size: 3.3125rem;
}
@media(max-width: 47.99rem) {
  .circle-left .circle-num .num {
    font-size: 2.625rem;
  }
}

.circle-num .unit {
  font-size: 1.25rem;
  font-weight: bold;
}
@media(max-width: 47.99rem) {
  .circle-num .unit {
    font-size: 1rem;
  }
}

.circle-left .circle-num .unit {
  font-size: 1.4375rem;
}
@media(max-width: 47.99rem) {
  .circle-left .circle-num .unit {
    font-size: 1.125rem;
  }
}

.circle-left .circle-num .tilde {
  font-size: 1.125rem;
}
@media(max-width: 47.99rem) {
  .circle-left .circle-num .tilde {
    font-size: 0.875rem;
  }
}

/*----------------------------------------
  mv-cv-btn-wrap
----------------------------------------*/
.mv-cv-btn-wrap {
  max-width: 480px;
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid #BCCEC9;
  box-shadow:
    0px 2px 2px 0px #BCCEC9,
    0px 2px 2px 0px #7AB6A8;
  padding: 20px 35px;
}
@media(max-width: 66.249em) {
  .mv-cv-btn-wrap {
    margin-top: 350px;
  }
}
@media(max-width: 47.99rem) {
  .mv-cv-btn-wrap {
    padding: 12px 8px;
    margin-top: 95px;
  }
}
.mv-cv-btn-desc {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media(max-width: 47.99rem) {
  .mv-cv-btn-desc {
    gap: 15px;
    width: auto;
  }
}

@media(max-width: 47.99rem) {
  .mv-cv-btn-desc-img {
    max-width: 45px;
  }
}

.mv-cv-btn-desc-text {
  flex: 1;
  border-left: 1px solid #ccc;
  font-size: 1rem;
  height: 62px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
@media(max-width: 47.99rem) {
  .mv-cv-btn-desc-text {
    padding-left: 15px;
    font-size: 0.8125rem;
    height: 50px;
  }
}

.mv-cv-btn-wrap .cv-btn {
  margin-top: 20px;
}
@media(max-width: 47.99rem) {
  .mv-cv-btn-wrap .cv-btn {
    margin-top: 12px;
  }
}

/*----------------------------------------
  anchor-area 
----------------------------------------*/
.anchor-area {
  margin-top: 65px;
  padding-bottom: 50px;
  position: relative;
}
@media(max-width: 47.99rem) {
  .anchor-area {
    margin-top: 50px;
    padding-bottom: 10px;
  }
}

.anchor-list {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 25px;
}
@media(max-width: 77.49em) {
  .anchor-list {
    display: block;
    margin-top: 35px;
  }
}
.anchor-list li {
  border-radius: 50px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #00AA8A;
  box-shadow: 0px 2px 0px 0px #00AA8A;
  display: flex;
  align-items: center;
}
@media(max-width: 77.49rem) {
  .anchor-list li:not(:first-child) {
    margin-top: 10px;
  }
}

.anchor-list li a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 15px 20px 15px 20px;
  border-radius: 50px;
  background: #FFFFFF;
  text-decoration: none;
  position: relative;
}
@media(max-width: 77.49rem) {
  .anchor-list li a {
    padding: 15px 20px 16px 20px;
  }
}
.anchor-list li a::after {
  content: "";
  width: 11px;
  height: 11px;
  border-right: 2px solid #1BAF96;
  border-bottom: 2px solid #1BAF96;
  transform: rotate(45deg) translateX(-9px) translateY(4px);
  flex-shrink: 0;
}
@media(max-width: 77.49rem) {
  .anchor-list li a::after {
    transform: rotate(45deg) translateX(-5px) translateY(4px);
  }
}
.anchor-list li a .num {
  font-size: 2.5rem;
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(to bottom, #63B2A7, #009682);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  flex-shrink: 0;
  line-height: 1;
}
@media(max-width: 77.49rem) {
  .anchor-list li a .num  {
    font-size: 2.3125rem;
    flex: 0 0 57px;
    text-align: center;
    margin-top: 5px;
  }
}
.anchor-list li a .anchor-text {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.3;
  flex: 1;
  color: #009682;
  font-weight: bold;
  text-align: center;
}
@media(max-width: 47.99rem) {
  .anchor-list li a .anchor-text {
    text-align: left;
    font-size: 1rem;
  }
}
.anchor-list li a .anchor-text span {
  font-size: 0.625rem;
  color: #6C7975;
}
.anchor-list li a .anchor-text > span {
  margin-bottom: 5px;
  display: block;
}
.anchor-list li a .anchor-text > span span {
  font-size: 0.75rem;
}

.invest-icons {
  margin-top: 40px;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media(max-width: 47.99rem) {
  .invest-icons {
    gap: 0;
  }
}

.invest-icons li {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
}
@media(max-width: 47.99rem) {
  .invest-icons li {
    flex: 0 0 calc(33.333% - 16px);
  }
  .invest-icons li:nth-of-type(n + 4) {
    margin-top: 15px;
  }
}

.invest-icons li img {
  display: block;
  width: 99px;
  height: 127px;
}
@media(max-width: 47.99rem) {
  .invest-icons li img {
    width: 75px;
    height: 89px;
  }
}

.invest-fees {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1;
}
@media(max-width: 47.99rem) {
  .invest-fees {
    font-size: 1.125rem;
  }
}
.invest-fees span {
  color: #009682;
}
.invest-fees .line {
  border-bottom: 2px solid #1BAF96;
  padding-bottom: 10px;
  margin-left: 10px;
}
@media(max-width: 47.99rem) {
  .invest-fees .line  {
    margin-left: 0;
  }
}
.invest-fees .text {
  font-size: 2.25rem;
}
.invest-fees .num {
  font-size: 4.375rem;
}
.invest-fees .unit {
  font-size: 1.625rem;
}
.invest-fees .tilde {
  font-size: 1.1875rem;
}
.invest-link {
  margin: 40px auto 0;
  text-align: right;
  max-width: 560px;
}

.value {
  margin-top: 45px;
  border-radius: 10px;
  background-color: #FAFCFB;
  border: 1px solid #009682;
  padding: 40px 20px 35px;
}
@media(max-width: 47.99rem) {
  .value {
    margin-top: 40px;
    padding: 30px 15px;
  }
}

.value-title {
  text-align: center;
  font-size: 1.6875rem;
  font-weight: bold;
}
@media(max-width: 47.99rem) {
  .value-title {
    max-width: 330px;
    width: 100%;
    font-size: 1.4375rem;
    margin: 0 auto;
    position: relative;
    
  }
}
@media(max-width: 47.99rem) {
  .value-title h3 {
    display: block;
  }
}
.value-title h3 > span {
  position: relative;
  margin-left: 40px;
}
@media(max-width: 47.99rem) {
  .value-title h3 > span  {
    margin-left: 5px;
  }
}
.value-title h3 > span::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 123px;
  height: 123px;
  background: url(/first/assets/images/icon_note.svg) no-repeat center / contain;
  top: -47px;
  left: -105px;
}
@media(max-width: 47.99rem) {
  .value-title h3::before {
    content: none;
  }
  .value-title h3 > span::before  {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(/first/assets/images/icon_note.svg) no-repeat center / contain;
    margin-right: -15px;
    top: -45px;
    left: -88px;
  }
}

.value-desc {
  text-align: center;
  font-size: 1rem;
  margin-top: 30px;
  line-height: 1.6;
}
@media(max-width: 56.249rem) {
  .value-desc {
    text-align: left;
    max-width: 600px;
    margin: 30px auto 0;
  }
}
@media(max-width: 47.99rem) {
  .value-desc {
    margin-top: 15px;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.value-graph {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media(max-width: 56.249rem) {
  .value-graph {
    margin-top: 35px;
    flex-direction: column;
    align-items: center; 
  }
}

.value-title .marker {
  color: #009682;
  background: linear-gradient(transparent 60%, #F5F0C8 60%);
}
.value .value-graph-bar,
.value .value-graph-card {
  max-width: 385px;
  flex: 0 0 385px;
  height: 198px;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(max-width: 56.249rem) {
  .value .value-graph-bar,
  .value .value-graph-card  {
    flex: 0 0 auto;
    max-width: 385px;
    width: 100%;
    height: auto;
  }
  .value .value-graph-bar {
    padding: 15px 15px 20px;
  }
  .value .value-graph-bar img {
    max-width: 300px;
    width: 100%;
  }
}

.value .value-graph-card {
  justify-content: flex-start;
  flex-direction: column;
  padding: 25px 20px;
}
@media(max-width: 47.99rem) {
  .value .value-graph-card {
    padding: 20px 10px 23px;
  }
}
.value .value-graph-card-title {
  font-weight: bold;
  font-size: 1rem;
}
.value .value-graph-card-title span {
  font-size: 1.1875rem;
}
.value .value-graph-card-body {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media(max-width: 47.99rem) {
  .value .value-graph-card-body {
    margin-top: 8px;
    gap: 10px;
  }
}

@media(max-width: 47.99rem) {
  .value .value-graph-card-img {
    width: 86px;
    height: 86px;
  }
}

.value-graph-card-text {
  font-size: 0.875rem;
}
@media(max-width: 47.99rem) {
  .value .value-graph-card-text {
    font-size: 0.75rem;
    margin-top: 10px;
  }
}

.value-graph-card-text .num {
  font-size: 1.1875rem;
  font-weight: bold;
  color: #009682;
}

.value-graph-card-note {
  margin-top: 5px;
  font-size: 0.875rem;
  color: #727171;
}
@media(max-width: 47.99rem) {
  .value .value-graph-card-note {
    font-size: 0.75rem;
    margin-top: 0;
  }
}

.value .cv-btn {
  margin-top: 30px;
  max-width: 372px;
  width: 100%;
  box-sizing: border-box;
}
@media(max-width: 47.99rem) {
  .value .cv-btn {
    margin-top: 35px;
    max-width: 330px;
    width: 100%;
    min-width: initial;
  }
}
.value  .value-link {
  max-width: 372px;
  width: 100%;
  text-align: right;
  margin: 20px auto 0;
}
.gen-note-ast li::before {
  content: "※";
  display: inline-block;
  font-size: 0.875rem;
}

.mech {
  margin-top: 45px;
}

.service {
  margin-top: 50px;
}

/*----------------------------------------
  page-common
----------------------------------------*/
/*--------------------
  cv-btn
--------------------*/
.cv-btn {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 372px;
  margin: 0 auto;
  border-radius: 10px;
  background: #e83a3a;
  box-shadow: 0px 2px 2px 0px #BCCEC9;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  transition: opacity .15s ease-out;
}
@media(max-width: 47.99rem) {
  .cv-btn {
    min-width: 327px;
    width: 100%;
    box-sizing: border-box;
  }
}
.cv-btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 10px 16px;
}
@media(max-width: 47.99rem) {
  .cv-btn a {
    padding: 15px 10px 13px;
  }
}
.cv-btn:hover {
  opacity: .5;
}
.cv-btn a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  right: 24px;
}
.cv-btn span {
  color: #FFFFFF;
  font-size: 1.25rem;
}

/*--------------------
  gen-sec-title
--------------------*/
.gen-sec-title {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 1.875rem;
  text-align: center;
  gap: 20px;
}
@media(max-width: 47.99rem) {
  .gen-sec-title {
    margin-top: 70px;
    font-size: 1.625rem;
    gap: 10px;
  }
}
.gen-sec-title span {
  font-size: 5rem;
  font-style: italic;
  background: linear-gradient(to bottom, #63B2A7, #009682);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  flex-shrink: 0;
  line-height: 1;
}
@media(max-width: 47.99rem) {
  .gen-sec-title span {
    font-size: 4.0625rem;
  }
}

/*--------------------
  gen-plane-title
--------------------*/
.gen-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
}
@media(max-width: 47.99rem) {
  .gen-title {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.gen-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #009682;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.gen-title span::before,
.gen-title span::after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background: #009682;
  /* transform: rotate(20deg); */
}

.gen-title span::before {
  transform: rotate(-30deg);
}

.gen-title span::after {
  transform: rotate(30deg);
}

/*--------------------
  gen-list
--------------------*/
.gen-list {
  margin-top: 25px;
  display: grid;
  gap: 20px;
}
@media(max-width: 47.99rem) {
  .gen-list {
    margin-top: 30px;
  }
}
@media(max-width: 77.49rem) {
  .gen-list[data-col="3"] {
    display: block;
  }
}
@media(max-width: 56.249rem) {
  .gen-list {
    display: block;
  }
}
.gen-list[data-col="3"] {
  grid-template-columns: repeat(3, 1fr);
}
.gen-list[data-col="2"] {
  grid-template-columns: repeat(2, 1fr);
}
.gen-list .gen-list-item {
  flex: 1;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
}
.gen-list .gen-list-item .gen-card {
  padding: 30px 15px 26px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  display: grid;
  gap: 0;
  grid-row: span 3;            
  grid-template-rows: subgrid; 
}

/*--------------------
  gen-card
--------------------*/
.gen-card .gen-card-title {
  font-size: 1.125rem;
  color: #009682;
  font-weight: bold;
}

.gen-card {
  position: relative;
}
.gen-card[data-bg]::before {
  position: absolute;
  content: "";
  display: inline-block;
}
.gen-card[data-bg="card"]::before {
  width: 102px;
  height: 63px;
  background: url(/first/assets/images/icon_card.svg) no-repeat center / contain;
  top: 27px;
  right: 20px;
}
@media(max-width: 47.99rem) {
  .gen-card[data-bg="card"]::before {
    width: 78px;
    height: 49px;
    top: 30px;
    right: 25px;
  }
}
.gen-card[data-bg="point"]::before {
  width: 80px;
  height: 90px;
  background: url(/first/assets/images/icon_point.svg) no-repeat center / contain;
  top: 20px;
  right: 13px;
}
@media(max-width: 47.99rem) {
  .gen-card[data-bg="point"]::before {
    width: 52px;
    height: 70px;
    top: 25px;
    right: 40px;
  }
}
.gen-card[data-bg="bank"]::before {
  width: 85px;
  height: 79px;
  background: url(/first/assets/images/icon_bank.svg) no-repeat center / contain;
  top: 25px;
  right: 18px;
}
@media(max-width: 47.99rem) {
  .gen-card[data-bg="bank"]::before {
    width: 65px;
    height: 60px;
    top: 25px;
    right: 33px;
  }
}

.gen-card .gen-card-text {
  margin-top: 10px;
  font-size: 0.875rem;
}
.gen-card .gen-note-ast {
  margin-top: 10px;
  font-size: 0.625rem;
}
.gen-card .gen-note-ast li::before{
  font-size: 0.625rem;
}
@media(max-width: 56.249rem) {
  .gen-card .gen-note-ast {
    font-size: 0.6875rem;
  }
  .gen-card .gen-note-ast li::before{
    font-size: 0.6875rem;
  }
}
.gen-card .mech-link {
  margin-top: 20px;
  text-align: right;
  font-size: 0.875rem;
}
@media(max-width: 77.49rem) {
  .gen-list[data-col="3"] .gen-list-item .gen-card {
    padding: 25px 15px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  .gen-list[data-col="3"] .gen-list-item:first-child .gen-card {
    border-top: 1px solid #cccccc;
  }
}
@media(max-width: 56.249rem) {
  .gen-list .gen-list-item .gen-card {
    padding: 25px 15px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  .gen-list .gen-list-item:first-child .gen-card {
    border-top: 1px solid #cccccc;
  }
}

/*----------------------------------------
  utility
----------------------------------------*/
@media(max-width: 77.49rem) {
  .below-cont-hidden {
    display: none;
  }
}