body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}

#new_top_layout {
  width: 100%;
  margin: 0;
}

#new_top_layout section {
  padding: 100px 0;
}

/* common */

#new_top_layout * {
  box-sizing: border-box;
}

#new_top_layout h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
  margin: 0;
}

#new_top_layout h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #111;
  text-align: center;
  margin: 0 0 60px;
  position: relative;
}

#new_top_layout h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #0c85e2;
  margin: 20px auto;
}

#new_top_layout h3 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #222;
  margin: 0;
  padding-bottom: 10px;
}

#new_top_layout .target__subtitle,
#new_top_layout .concept__item-title-text,
#new_top_layout .achievement__item-title,
#new_top_layout .benefits__item-title {
    border-left: 4px solid #0c85e2;
    padding-left: 15px;
    color: #0c85e2;
}




#new_top_layout .target__content,
#new_top_layout .achievement__item {
    border: 1px solid #d1dee7;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid rgba(12, 133, 226, 0.15) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

#new_top_layout .text {
  font-size: 16px;
  line-height: 1.9;
  max-width: 720px;
  margin: 0 auto;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #333;
}

#new_top_layout .note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  color: #555;
  text-align: center;
}

#new_top_layout .caution {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
  color: #777;
}

#new_top_layout .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

#new_top_layout .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}

#new_top_layout .flex-50-50 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}

#new_top_layout .flex-50-50 > * {
  width: 50%;
}

#new_top_layout .flex-33-33-33 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
}

#new_top_layout .flex-33-33-33 > * {
  width: 33.33%;
}

#new_top_layout .br_pc {
  display: inline;
}

#new_top_layout .br_sp {
  display: none;
}

/* header
----------------------------------------------------------*/

#new_top_layout header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

#new_top_layout .header__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

#new_top_layout .header__logo {
  width: 25%;
}

#new_top_layout .header__logo img {
  width: 270px;
  height: auto;
}

#new_top_layout .header__nav {
  width: 75%;
}

#new_top_layout .header__nav-btn {
  display: none;
}

#new_top_layout .header__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}

#new_top_layout .header__item {
  list-style: none;
}

#new_top_layout .header__item a {
  display: flex;
  align-items: baseline;
  gap: 1em;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #414141;
  padding: 11px 13px;
  position: static;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#new_top_layout .header__item a:hover {
  background: #fff;
  border-color: #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* fv
----------------------------------------------------------*/

#new_top_layout .fv {
  position: relative;
  overflow: hidden;
  min-height: 65vh;
    /* ← これが答え */

  background: linear-gradient(180deg,
      #e5f4fc 0%,
      #f2f8fd 45%,
      #ffffff 100%);
}

#fv-3d {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#new_top_layout .fv .container {
  position: relative;
  z-index: 1;
}



#new_top_layout .fv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#new_top_layout .fv__inner + .note {
  margin-top: 40px;
}

#new_top_layout .fv__title {
  color: #0c85e2;
  margin-bottom: 20px;
  font-size: 26px;
  letter-spacing: 0.02em;
}

#new_top_layout .fv__title span {
  font-size: 1.5em;
}

#new_top_layout .fv__text {
  margin-bottom: 20px;
}

#new_top_layout .fv__note {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px;
  border-radius: 4px;
  display: inline-block;
  margin-block: 0 20px;
}

#new_top_layout .fv__note::before {
  content: "※";
}

#new_top_layout .fv__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#new_top_layout .fv__item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  margin-bottom: 4px;
}

#new_top_layout .fv__item::before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

#new_top_layout .fv__btn {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #0c85e2;
  color: #fff;
  text-decoration: none;
  border: 1px solid #0c85e2;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(12, 133, 226, 0.3);
  transition: all 0.3s ease;
}

#new_top_layout .fv__btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

#new_top_layout .fv__img {
  width: 50% !important;
  height: auto;
}

/* target
----------------------------------------------------------*/

#new_top_layout .target__subtitle {
  margin-bottom: 20px;
}

#new_top_layout .target__inner {
  gap: 20px;
}

#new_top_layout .target__content {
  padding: 20px;
}
#new_top_layout .target__content:first-of-type .target__item::before {
  color: #0c85e2;
}#new_top_layout .target__content:last-of-type .target__item::before {
  color: #0c85e2;
}

#new_top_layout .target__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#new_top_layout .target__item {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  margin-bottom: 10px;
}

#new_top_layout .target__item:first-of-type {
  /*margin-bottom: 0;*/
}

#new_top_layout .target__content:last-of-type .target__item::before {
  content: "\f068";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  
}

#new_top_layout .target__content:first-of-type .target__item::before {
  content: "\f058";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
}




/* concept
----------------------------------------------------------*/
#new_top_layout .concept {
  background-color: #e5f4fc;
}

#new_top_layout .concept__inner {
  margin: 60px auto 0;
}

#new_top_layout .concept__inner h3 {
  text-align: center;
  padding-bottom: 20px;
}

#new_top_layout .concept__inner .text {
  text-align: center;
}

#new_top_layout .concept__container {
  margin-top: 80px;
}

#new_top_layout .concept__subtitle {
  border-bottom: 2px solid #0c85e2;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

#new_top_layout .concept__items {
  align-items: stretch;
  gap: 10px;
}

#new_top_layout .concept__item {
  border-radius: 8px;
  background-color: #fff;
  padding: 20px;
}

#new_top_layout .concept__item-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

#new_top_layout .concept__item-img {
  width: 30px;
  height: auto;
}

#new_top_layout .concept__item-title-text {
  flex: 1;
}

/* achievement
----------------------------------------------------------*/
#new_top_layout .achievement__title {
  margin-bottom: 40px;
}

#new_top_layout .achievement__inner {
  margin: 0 auto 50px;
}

#new_top_layout .achievement__inner:last-of-type {
  margin-block: 80px 0;
}

#new_top_layout .achievement__inner .text {
  text-align: center;
}

#new_top_layout .achievement__items {
  margin-bottom: 20px;
}

#new_top_layout .achievement__item {
  padding: 30px;
}

#new_top_layout .achievement__item-title {
  margin-bottom: 20px;
  border-bottom: 2px solid #0c85e2;
}

#new_top_layout .achievement__item-text {
  margin-bottom: 10px;
}

#new_top_layout .achievement__list--text span {
  color: #008cd6;
  font-weight: bold;
}

#new_top_layout .achievement__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

#new_top_layout .achievement__list-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

#new_top_layout .achievement__list-item:last-of-type {
  margin-bottom: 0;
}

#new_top_layout .achievement__list-item.new {
  position: relative;
  margin-top: 30px;
}

#new_top_layout .achievement__list-item.new::before {
  content: "NEW";
  position: absolute;
  top: -10px;
  left: -15px;
  background-color: #0c85e2;
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 2px;
}

#new_top_layout .achievement__list--img {
  width: 60px;
  height: auto;
  border-radius: 50%;
}

#new_top_layout .achievement__list-content {
  flex: 1;
}

#new_top_layout .achievement__list--text {
  margin: 0;
}

#new_top_layout .achievement__note {
  text-align: left;
  display: flex;
  align-items: baseline;
  margin-block: 0;
}

#new_top_layout .achievement__note::before {
  content: "※";
}

#new_top_layout .achievement__list--disc {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

#new_top_layout .achievement__list--disc-item {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  margin-bottom: 5px;
}

#new_top_layout .achievement__list--disc-item::before {
  content: "・";
}

#new_top_layout .achievement__link {
  position: relative;
  /* 追加 */
  display: block;
  width: fit-content;
  margin: 10px auto 0;
  padding-left: 1.2em;
  color: #0c85e2;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

#new_top_layout .achievement__link::before {
  position: absolute;
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 6px;
  left: 0;
  font-size: 8px;
}

#new_top_layout .achievement__link:hover {
  opacity: 0.7;
  text-decoration: underline;
}

#new_top_layout .achievement__link + .achievement__link {
  margin-top: 4px;
}

#new_top_layout .achievement__btn {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: fit-content;
  margin: 20px auto;
  padding: 14px 30px 14px 50px;
  background-color: #0c85e2;
  border: 1px solid transparent;
  color: #fff;
  text-decoration: none;
  border: 1px solid #0c85e2;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(12, 133, 226, 0.3);
  transition: all 0.3s ease;
}

#new_top_layout .achievement__btn::before {
  position: absolute;
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  font-size: 10px;
  transition: all 0.3s ease;
}

#new_top_layout .achievement__btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

#new_top_layout .achievement__btn:hover::before {
  left: 22px;
}

#new_top_layout .achievement__img {
  width: 100%;
  height: auto;
  margin-top: 60px;
}

/* plan
----------------------------------------------------------*/
#new_top_layout .plan {
  background-color: #e5f4fc;
  padding-block: 140px;
}

#new_top_layout .plan__container {
  margin: 30px auto 50px;
}

#new_top_layout .plan__item {
  background-color: #fcfcfc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
}

#new_top_layout .plan__item:nth-child(2) {
  position: relative;
  background: #fff;
  border: 2px solid #0c85e2;
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(12, 133, 226, .1);
  z-index: 10;
}

#new_top_layout .plan__item:nth-child(2)::before {
  content: 'RECOMMEND';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #0c85e2;
  color: #fff;
  padding: 2px 12px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 2px;
  letter-spacing: 0.1em;
}

#new_top_layout .plan__item-title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}

#new_top_layout .noe {
  margin-bottom: 5px;
  text-align: center;
}

#new_top_layout .plan__item-price {
  font-size: 32px;
  text-align: center;
  color: #0c85e2;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#new_top_layout .plan__item-price span {
  font-size: 0.5em;
}

#new_top_layout .plan__item-text {
  font-size: 14px;
  flex-grow: 1;
  line-height: 1.7;
}

#new_top_layout .plan__item-note {
  text-align: left;
  display: flex;
  align-items: baseline;
  margin-block: 20px;
}

#new_top_layout .plan__item-note::before {
  content: "※";
}

#new_top_layout .plan__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 20px 14px 30px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  border: 1px solid transparent;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

#new_top_layout .plan__btn::before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 18px;
  font-size: 10px;
  transition: all 0.3s ease;
}

#new_top_layout .plan__item:nth-child(2) .plan__btn {
  background: #0c85e2;
  color: #fff;
  border: 1px solid #0c85e2;
  box-shadow: 0 4px 15px rgba(12, 133, 226, 0.3);
}

#new_top_layout .plan__item:not(:nth-child(2)) .plan__btn {
  background-color: #fff;
  color: #0c85e2;
  border: 1px solid #0c85e2;
}

#new_top_layout .plan__btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

#new_top_layout .plan__btn:hover::before {
  left: 22px;
}

#new_top_layout .plan__inner-note {
  text-align: left;
  display: flex;
  align-items: baseline;
}

#new_top_layout .plan__inner-note::before {
  content: "※";
}

#new_top_layout .plan__list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
}

#new_top_layout .plan__list-item {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

#new_top_layout .plan__list-item:last-of-type {
  margin-bottom: 0;
}

#new_top_layout .plan__list-item::before {
  content: "・";
}

#new_top_layout .plan__list-item-text {
  flex: 1;
}

#new_top_layout .plan__list-item-imgs {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  margin-left: 1em;
}

#new_top_layout .plan__list-item-imgs img {
  width: 40px;
  height: auto;
}

/* benefits
----------------------------------------------------------*/
#new_top_layout .benefits {
  padding-block: 50px 100px;
  background-color: #e5f4fc;
}

#new_top_layout .benefits__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

#new_top_layout .benefits__item {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  display: flex;
  gap: 10px;
}

#new_top_layout .benefits__item-content {
  flex: 1;
}

#new_top_layout .benefits__item-title {
  margin-bottom: 10px;
  border-bottom: 2px solid #0c85e2;
}

#new_top_layout .benefits__item-text {
  margin-bottom: 10px;
}

#new_top_layout .benefits__item-img {
  display: block;
  width: 30%;
  height: auto;
  object-fit: contain;
}

/* media
----------------------------------------------------------*/
#new_top_layout .media {
  margin: 0;
}

#new_top_layout .media__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

#new_top_layout .media__item {
  width: 25%;
  text-align: center;
}

#new_top_layout .media__item img {
  max-width: 100%;
  height: auto;
}

/* faq
----------------------------------------------------------*/

#new_top_layout .faq {
  padding-bottom: 0;
  background-color: #e5f4fc;
}

#new_top_layout .faq__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  /*gap: 40px;*/
}

#new_top_layout .faq__item-title {
  border-radius: 5px;
  background-color: #f8f9fa;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #0c85e2;
  border-left: 5px solid #0c85e2;
}

#new_top_layout .faq__item-text {
  padding: 25px 20px;
  background-color: #fff;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.08em;
  color: #070707;
  border: 1px solid #f8f9fa;
  border-radius: 5px;
}

/* risk-notice
----------------------------------------------------------*/
#new_top_layout .risk-notice {
  padding-block: 10px 100px;
  background-color: #e5f4fc;
}

#new_top_layout .risk-notice .note {
  text-align: left;
}

#new_top_layout .risk-notice__list {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: num;
}

#new_top_layout .risk-notice__item {
  counter-increment: num;
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  color: #555;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}

#new_top_layout .risk-notice__item::before {
  content: counter(num) ".";
}

/* footer
----------------------------------------------------------*/
#new_top_layout .footer__top {
  background: #f2f2f2;
  font-size: 12px;
  line-height: 21px;
  padding: 50px 0;
}

#new_top_layout .footer__top-title {
  text-align: left;
}

#new_top_layout .footer__top-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#new_top_layout .footer__top-nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

#new_top_layout .footer__top-nav-item {
  list-style: none;
  padding: 0;
  margin: 0;
}

#new_top_layout .footer__top-nav-item a {
  text-decoration: none;
  color: #7f7f7f;
  transition: all 0.3s ease;
}

#new_top_layout .footer__top-nav-item a:hover {
  color: #000;
  transition: all 0.3s ease;
}

#new_top_layout .footer__bottom {
  background: #f7f7f7;
  border-top-width: 1px;
  font-size: 11px;
  line-height: 17px;
  padding: 10px 0;
}

/* 2.ipad */
@media (max-width: 1024px) {
  /* common */
  #new_top_layout h1 {
    font-size: 28px;
  }

  #new_top_layout h2 {
    font-size: 22px;
    margin: 0 0 40px;
  }

  #new_top_layout h2::after {
    width: 40px;
  }

  #new_top_layout h3 {
    font-size: 17px;
  }

  #new_top_layout section {
      padding: 80px 0;
  }

  #new_top_layout .text {
    font-size: 14px;
  }

  #new_top_layout .note {
    font-size: 12px;
    margin-inline: auto;
  }

  #new_top_layout .caution {
    font-size: 11px;
  }

  #new_top_layout .inner {
    padding: 0 30px;
  }

  #new_top_layout .flex-50-50 {
    flex-direction: column;
  }

  #new_top_layout .flex-50-50 > * {
    width: auto;
  }

  #new_top_layout .flex-33-33-33 {
    flex-direction: column;
    gap: 20px;
  }

  #new_top_layout .flex-33-33-33 > * {
    width: auto;
  }

  /* header
----------------------------------------------------------*/
  #new_top_layout header {
    box-shadow: none;
    position: initial;
  }

  #new_top_layout .header__inner {
    padding: 5px 10px;
    background-color: #fff;
  }

  #new_top_layout .header__logo {
    width: 38%;
  }

  #new_top_layout .header__nav {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }

  #new_top_layout .header__nav-btn {
    background: #fff;
    border: 1px solid transparent;
    border-bottom: 0 none;
    border-radius: 3px 3px 0 0;
    padding: 10px 15px;
    position: relative;
    text-shadow: none;
    z-index: 920;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    position: fixed;
    top: 21px;
  }

  #new_top_layout .header__nav-btn-text {
    color: #1e1e1e;
    line-height: 16px;
  }

  #new_top_layout .header__nav-btn-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
  }

  #new_top_layout .header__nav-btn-icon {
    background: #008cd6;
    height: 3px;
    margin: 0;
    width: 22px;
    display: block;
  }

  #new_top_layout .header__list {
    width: 70%;
    right: 9px;
    z-index: 9;
    position: fixed;
    top: 38px;
    max-height: 0;
    border: 1px solid transparent;
    padding: 0 6px 0;
    transition: all 0.3s ease-in-out;
    flex-direction: column;
    background: transparent;
    overflow: hidden;
  }

  #new_top_layout .header__list.active {
    max-height: 300px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ccc;
    border-radius: 3px 0 3px 3px;
    padding: 6px 6px 3px;
    overflow: visible;
    background: #fff;
  }

  #new_top_layout .header__item {
    width: 100%;
  }

  /* fv
----------------------------------------------------------*/
  #new_top_layout .fv__inner {
    gap: 15px;
    width: 100%;
  }

  #new_top_layout .fv__inner + .note {
    margin-top: 30px;
  }

  #new_top_layout .fv__title {
    margin-bottom: 15px;
    font-size: 22px;
  }

  #new_top_layout .fv__text {
    margin-bottom: 15px;
  }

  #new_top_layout .fv__btn {
    padding: 8px 15px;
  }

  #new_top_layout .fv__img {
    width: 100% !important;
    margin-top: 50px;
  }

  /* target
----------------------------------------------------------*/
  #new_top_layout .target {
    padding-top: 40px;
  }

  #new_top_layout .target__subtitle {
    margin-bottom: 15px;
  }

  #new_top_layout .target__content {
    padding: 15px;
  }

  #new_top_layout .target__item {
    margin-bottom: 5px;
  }

  /* concept
----------------------------------------------------------*/
  #new_top_layout .concept__inner {
    margin: 40px auto 0;
  }

  #new_top_layout .concept__items {
    align-items: stretch;
  }

  #new_top_layout .concept__item-title {
    gap: 30px;
    margin-bottom: 5px;
  }

  /* achievement
----------------------------------------------------------*/
  #new_top_layout .achievement__inner {
    margin: 0 auto 30px;
  }

  #new_top_layout .achievement__inner:last-of-type {
    margin-top: 60px;
  }

  #new_top_layout .achievement__items {
    margin-bottom: 15px;
  }

  #new_top_layout .achievement__item-text {
    margin-bottom: 5px;
  }

  #new_top_layout .achievement__list {
    margin: 0 0 15px;
  }

  #new_top_layout .achievement__list-item {
    gap: 10px;
    margin-bottom: 5px;
  }

  #new_top_layout .achievement__list-item.new {
    position: relative;
    margin-top: 20px;
  }

  #new_top_layout .achievement__list--disc {
    margin: 0 0 15px;
  }

  /* plan
----------------------------------------------------------*/
  #new_top_layout .plan {
      padding: 100px 0;
  }

  #new_top_layout .plan__container {
    margin: 20px auto;
  }

  #new_top_layout .plan__item {
    padding: 30px;
  }

  #new_top_layout .plan__item:nth-child(2) {
    transform: scale(1);
    margin: 20px 0;
  }

  #new_top_layout .plan__item-text {
    margin-bottom: 30px;
    text-align: center;
  }

  /* benefits
----------------------------------------------------------*/
  #new_top_layout .benefits {
    padding-block: 0 100px;
  }

  #new_top_layout .benefits__item {
    padding: 15px;
  }

  #new_top_layout .benefits__item-title {
    margin-bottom: 10px;
  }

  #new_top_layout .benefits__item-img {
    display: block;
    width: 30%;
  }

  /* media
----------------------------------------------------------*/
  #new_top_layout .media__item {
    width: 33.33333333%;
  }

  /* faq
----------------------------------------------------------*/
  #new_top_layout .faq__list {
    gap: 40px;
  }

  #new_top_layout .faq__item-title {
    padding: 8px 15px;
    font-size: 16px;
    line-height: 1.6;
  }

  #new_top_layout .faq__item-text {
    padding: 15px;
    font-size: 14px;
    line-height: 1.8;
  }

  /* footer
----------------------------------------------------------*/
  #new_top_layout .footer__top-nav-item {
    margin-bottom: 10px;
  }

  #new_top_layout .footer__top-nav-item:last-of-type {
    margin-bottom: 0;
  }

  #new_top_layout .footer__top-nav-item a {
    display: block;
    border: 1px solid #a3a3a3;
    padding: 10px;
    text-align: center;
  }
}



/* ===== 本文を左寄せに修正 ===== */

#new_top_layout .concept__inner .text,
#new_top_layout .achievement__inner .text,
#new_top_layout .signal__inner .text {
  text-align: left;
}

/* 箇条書き対応 */

#new_top_layout .concept__inner ul,
#new_top_layout .achievement__inner ul,
#new_top_layout .signal__inner ul {
  text-align: left;
  padding-left: 20px;
}

#new_top_layout .concept__inner li,
#new_top_layout .achievement__inner li,
#new_top_layout .signal__inner li {
  margin-bottom: 6px;
}










/* 1.smartphone */
@media (max-width: 560px) {
  /* common */

  #new_top_layout h1 {
    font-size: 24px;
  }

  #new_top_layout h2::after {
    margin: 15px auto;
  }

  #new_top_layout section {
    padding: 60px 0;
  }

  #new_top_layout .note {
    font-size: 12px;
  }

  #new_top_layout .caution {
    font-size: 11px;
  }

  #new_top_layout .inner {
    padding: 0 30px;
  }

  #new_top_layout .br_pc {
    display: none;
  }

  #new_top_layout .br_sp {
    display: inline;
  }

  /* header
----------------------------------------------------------*/
  #new_top_layout .header__logo {
    width: 100%;
  }

  #new_top_layout .header__nav-btn {
    padding: 8px 15px;
  }

  /* fv
----------------------------------------------------------*/
  #new_top_layout .fv__inner {
    gap: 10px;
  }

  #new_top_layout .fv__inner + .note {
    margin-top: 20px;
  }

  #new_top_layout .fv__title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  #new_top_layout .fv__text {
    margin-bottom: 10px;
  }

  #new_top_layout .fv__btn {
    margin-top: 2cap;
    padding: 12px 24px;
    font-size: 14px;
  }

  /* target
----------------------------------------------------------*/
  #new_top_layout .target {
    padding-top: 20px;
  }

  /* concept
----------------------------------------------------------*/


  #new_top_layout .concept__container {
    margin-top: 60px;
  }

  #new_top_layout .concept__items {
    align-items: stretch;
  }

  #new_top_layout .concept__item-title {
    gap: 20px;
    margin-bottom: 5px;
  }

  /* achievement
----------------------------------------------------------*/
  #new_top_layout .achievement__inner {
    margin: 0 auto 20px;
  }

  #new_top_layout .achievement__inner:last-of-type {
    margin-top: 40px;
  }



  #new_top_layout .achievement__items {
    margin-bottom: 20px;
    gap: 20px;
  }

  #new_top_layout .achievement__item {
    padding: 20px;
  }

  #new_top_layout .achievement__list {
    margin: 0 0 10px;
  }

  #new_top_layout .achievement__list-item {
    gap: 15px;
    margin-bottom: 5px;
  }

  #new_top_layout .achievement__list-item.new {
    position: relative;
    margin-top: 30px;
  }

  #new_top_layout .achievement__list-item.new::before {
    top: 14px;
  }

  #new_top_layout .achievement__list--disc {
    margin: 0 0 15px;
  }

  #new_top_layout .achievement__btn {
    padding: 12px 50px 12px 54px;
    margin: 20px auto;
    font-size: 14px;

    

  }

  /* plan
----------------------------------------------------------*/
  #new_top_layout .plan {
    padding: 80px 0;
  }

  #new_top_layout .plan__container {
    margin: 20px auto;
  }

  #new_top_layout .plan__item {
    padding: 20px;
  }

  #new_top_layout .plan__item:nth-child(2) {
    margin-block: 40px;
    transform: scale(1.02);
  }

  #new_top_layout .plan__item-text {
    margin-bottom: 10px;
  }

  #new_top_layout .plan__btn {
    margin: 10px auto;
    padding: 16px 20px 16px 30px;
    font-size: 15px;
  }

  /* benefits
----------------------------------------------------------*/
  #new_top_layout .benefits {
    padding-block: 0 80px;
  }

  #new_top_layout .benefits__item {
    padding: 20px;
    flex-direction: column;
  }

  #new_top_layout .benefits__item-content {
    flex: 1;
    width: 100%;
  }

  #new_top_layout .benefits__item-title {
    margin-bottom: 20px;
  }

  #new_top_layout .benefits__item-img {
    display: block;
    width: 100%;
  }

  /* media
----------------------------------------------------------*/
  #new_top_layout .media__item {
    width: 33.33333333%;
  }

  /* faq
----------------------------------------------------------*/
  #new_top_layout .faq__list {
    gap: 20px;
  }

  #new_top_layout .faq__item-title {
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.6;
  }

  #new_top_layout .faq__item-text {
    padding: 15px;
    font-size: 14px;
    line-height: 1.8;
  }

/* risk-notice
----------------------------------------------------------*/
  #new_top_layout .risk-notice {
    padding-bottom: 60px;
  }

  /* footer
----------------------------------------------------------*/
  #new_top_layout .footer__top-nav-item {
    margin-bottom: 10px;
  }

  #new_top_layout .footer__top-nav-item:last-of-type {
    margin-bottom: 0;
  }

  #new_top_layout .footer__top-nav-item a {
    display: block;
    border: 1px solid #a3a3a3;
    padding: 10px;
    text-align: center;
  }

  #new_top_layout .footer__bottom {
    padding: 15px 0;
  }
}