/* top共通css */
.top-title__main, .top-title__mainWhite {
  width: 735px;
  margin: 0 auto;
  text-align: center;
  font-family: var(--font-noto-sans-jp);
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.top-title__main {
  color: #6D6B66;
  border-bottom: 1px solid #DBDAD7;
}

.top-title__mainWhite {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.top-title__cont, .top-title__contWhite {
  width: 738px;
  margin: 0 auto;
  text-align: center;
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.top-title__cont {
  color: #8A8985;
}

.top-title__contWhite {
  color: #fff;
}

.c-top__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 452px;
  margin: 0 auto;
  height: 64px;
  border-radius: 3px;
  border: 2px solid #FFF;
  background: linear-gradient(180deg, #F9B362 0%, #EC9B22 100%);
  box-shadow: 4px 4px 16px 1px rgba(12, 73, 107, 0.25);
  text-decoration: none;
  position: relative;
}

.top-button {
  width: 452px;
  margin: 0 auto;
  height: 64px;
}

.top-button p, .c-top__button p {
  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #965A07;
  font-family: var(--font-noto-sans-jp);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.top-button img{
  width: 100%;
}

/* ここまで */

.top-firstview {
  height: 600px;
  width: 100%;
  background-image: url("../images/top/top-firstview-img.webp"), url("../images/top/top-firstview-bg.webp");
  background-position: left top, center;
  background-size: 60%, cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 140px;
}

.top-firstview__img {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 612px;
}

.top-firstview__img img {
  width: 100%;
  height: 100%;
}

.top-firstview__bottom {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

.top-firstview__features {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-firstview__feature {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 300px;
  height: 96px;
  padding: 27px 21px;
  box-sizing: border-box;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0px 6.406px 12.811px 0px rgba(128, 84, 0, 0.26);
  margin: 0 7px;
}

.top-firstview__feature p {
  color: #6D6B66;
  text-align: center;
  font-size: var(--font-noto-sans-jp);
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.top-firstview__feature p .strong {
  color: #E77D00;
  font-family: var(--font-noto-sans-jp);
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #FFF8BA 40%);
}

.top-firstview__btn {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

/* 悩み */
.top-worries {
  position: relative;
}

.top-worries__title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  background: linear-gradient(180deg, #4A96DC 0%, #7EBBF4 100%);
  padding: 50px 0 96px ;
}

.top-worries__title .top-worries__doubleLine {
  width: 414px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  margin-top: 32px;
}

.top-worries__title-cont {
  color: #FFF;
  text-align: center;
  font-family: var(--font-noto-sans-jp);
  font-size: 34.723px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.top-worries__topDot {
  text-emphasis: filled;
  -webkit-text-emphasis: filled;
}

.top-worries__title-cont .strong {
  background-color: #FFF0A0;
  color: #F56E5C;
}

.top-worries__grid {
  margin: auto;
  background-color: #fff;
  background-image: url('../images/top/worries-bg.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  height: 680px;
  width: 734px;
  padding: 40px;
  position: relative;
  top: -40px;
  box-shadow: 0px 4px 8px 0px rgba(102, 68, 2, 0.26);
  margin-bottom: -40px;
  z-index: 10;
}

.top-worries__img {
  width: 652px;
  height: 372px;
}

.top-worries__img img {
  width: 100%;
  height: 100%;
}

.top-worries__content {
  color: #6D6B66;
  font-size: 16px;
  text-align: center;
  font-family: var(--font-noto-sans-jp);
  font-weight: 400;
  margin-top: 32px;
}

.top-worries__btn {
  display: flex;
  justify-content: center;
}

.top-worries__btn img {
  width: 452px;
}

.top-worries__downArrow {
  width: 120px;
  height: 48px;
  margin: 16px auto 24px auto;
}

.top-worries__downArrow img {
  width: 100%;
  height: 100%;
}

.top-worries__bottom {
  width: 100%;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}

.top-worries__bottom img {
  width: 100%;
  height: 704px;
}

.top-worries__movieBox {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.top-worries__fukidashi {
  position: relative;
  /* width: 433px; */
  text-align: center;
  margin-bottom: 20px;
  padding: 16px;
  color: #fff;
  font-size: 24px;
  background: #4A96DC;
  font-family: var(--font-noto-sans-jp);
  font-style: normal;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.top-worries__fukidashi::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #4A96DC;
}

.top-worries__movie {
  width: 734px;
  height: 411px;
  background-color: #6D6B66;
}

/* 対応 */

.top-support__title {
  /* border-radius: 0 0 2000px 2000px / 0 0 300px 300px;
  background: #FFF4E7; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.top-support__title_img {
  width: 100%;
  height: 285px;
}

.top-title__title_box {
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}

.top-support__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 770px;
  margin: 0 auto;
  position: relative;
  top: -40px;
  z-index: 10;
}

.top-support__item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border: 1px solid #DBDAD7;
  padding: 16px;
  margin: 0 12.5px 16px 12.5px;
  width: 357px;
  height: 276px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #DBDAD7;
}

.top-support__item p {
  color: #6D6B66;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
}

.top-support__item p::before {
  content: "";
  width: 4px;
  height: 100%;
  background: #EAA64F;
  position: absolute;
  left: 0;
  top: 0;
}

.top-support__item_img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-support__item_leftImg, 
.top-support__item_rightImg {
  width: 172px;
  height: 168px;
}

.top-support__item_centeIimg {
  margin: 0 8px;
}

.top-title__main .support-strong {
  color: #EAA64F;
}

/* 切らない・痛くない */
.top-strengths {
  background-color: #F2F9FF;
}

.top-strengths__title {
  /* border-radius: 0 0 2000px 2000px / 0 0 300px 300px;
  background: #E6F3FF; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.top-strengths__title_img {
  width: 100%;
  height: 285px;
}

.top-strengths__title_box {
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}

.top-title__main .strengths-strong {
  color: #4A96DC;
}

.top-strengths__topImg {
  width: 738px;
  height: 475px;
  margin: 0 auto;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}

.top-strengths__topImg img {
  width: 100%;
  height: 100%;
}

.top-strengths__list {
  display: flex;
  flex-wrap: wrap;
  width: 770px;
  margin: 0 auto;
}

.top-strengths__item {
  width: 357px;
  margin: 40px 12px;
}

.top-strengths__item img {
  margin-bottom: 8px;
}

.top-strengths__item-title, .top-strengths__item-cont {
  font-family: var(--font-noto-sans-jp);
  line-height: 160%;
}

.top-strengths__item-title {
  color: #6D6B66;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}

.top-strengths__item-cont {
  color: #8A8985;
  font-size: 16px;
  font-weight: 400;
}

/* price */

.top-price {
  background-color: #60A6E7;
  padding: 197px 0 64px 0;
  position: relative;
}

.top-strengths__triangle {
  position: absolute;
  top: 0;
  width: 100%;
  height: 141px;
  background-color: #F2F9FF;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.top-price__title {
  margin-bottom: 40px;
}

.top-price__table_container {
  width: 610px;
  margin: auto;
}


/* 理由 */

.top-reason__title {
  /* border-radius: 0 0 2000px 2000px / 0 0 300px 300px;
  background: #FFF4E7; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.top-reason__title .reason-strong {
  color: #ECB062;
}

.top-reason__title_img {
  width: 100%;
  height: 285px;
}

.top-reason__title_box {
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}

.top-reason__main {
  width: 738px;
  margin: 56px auto;
}

.top-reason__main_item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.top-reason__main_item img {
  width: 362px;
}

.top-reason__main_item p {
  width: 357px;
  margin-left: 18px;
  color: #8A8985;
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.top-reason__downArrow {
  text-align: center;
  margin-bottom: 32px;
}

.top-reason__downArrow img {
  width: 179px;
}

.top-reason__searchTitle {
  color: #6D6B66;
  text-align: center;
  font-family: var(--font-noto-sans-jp);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; 
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid #DBDAD7;
}

.top-reason__searchTitle .strong {
  color: #ECB062;
}

.top-reason__search img {
  width: 738px;
  margin-bottom: 24px;
}

.top-reason__search p {
  color: #8A8985;
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 32px;
}

/* よくある質問 */
.top-faq {
  padding: 56px 0;
  background-color: #60A6E7;
}
.top-faq__container {
  width: 738px;
  margin: auto;
}

.top-faq__title {
  color: #FFF;
  text-align: center;
  font-family: var(--font-noto-sans-jp);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border-bottom: 1px solid #DBDAD7;
  padding-bottom: 16px;
  margin-bottom: 48px;
}

.faq-plus-btn {
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform;
}

.faq-plus-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
  height: 3px;
  border-radius: 10px;
  background: #D9D9D9;
  display: block;
}

.faq-plus-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3px;
  height: 75%;
  border-radius: 10px;
  background: #D9D9D9;
  display: block;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}

.faq-plus-btn.active:after {
  opacity: 0;
}

.top-faq__listItem {
  border-radius: 3px;
  margin-bottom: 8px;
}

.top-faq__listItem-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 27px;
  background-color: #fff;
  position: relative;
}

.top-faq__listItem-answer {
  display: none;
  border-top: 1px solid #DBDAD7;
  background-color: #fff;
  overflow: hidden;
  padding: 16px 48px 16px 19px;
}

.top-faq__listItem-answer img {
  width: 36px;
  height: 36px;
}

.top-faq__listItem-answer .flex {
  display: flex;
}

.top-faq__listItem-questionCont {
  display: flex;
  align-items: center;
  color: #4B2502;
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.top-faq__listItem-q {
  color: #4A96DC;
  font-size: 24px;
  margin-right: 16px;
}

.top-faq__listItem-a {
  color: #fff;
  background-color: #4A96DC;
  font-family: var(--font-noto-sans-jp);
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.top-faq__listItem-answerCont {
  width: 603px;
  color: #8A8985;
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-left: 32px;
}

/* 新着情報 */
.top-news {
  padding: 56px 0;
}

.top-news__container {
  width: 738px;
  margin: 0 auto;
}

.top-news__title {
  color: #6D6B66;
  text-align: center;
  font-family: var(--font-noto-sans-jp);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border-bottom: 1px solid #DBDAD7;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.top-news__item {
  border-bottom: 1px solid #DBDAD7;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.top-news__item a {
  display: flex;
  align-items: center;
}

.top-news__item img {
  width: 300px;
  height: auto;
}

.top-news__item_right {
  width: 424px;
  color: #6D6B66;
  font-style: normal;
  font-family: var(--font-noto-sans-jp);
  line-height: 160%;
  margin-left: 8px;
}

.top-news__item_date {
  font-size: 12px;
  font-weight: 400;
}

.top-news__item_title {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  /* 共通css */
  .top-title__main, .top-title__mainWhite {
    width: 342px;
    font-size: 24px;
  }

  .top-title__cont, .top-title__contWhite {
    width: 342px;
    text-align: left;
  }

  .top-button {
    width: 342px;
    height: 48px;
  }

  .top-button p {
    font-size: 16px;
  }

  /* .top-button img {
    width: 16px;
    height: 16px;
  } */

   /* firts view */
  .top-firstview {
    height: 690px;
    width: 100%;
    background-image: url("../images/top/top-firstview-img-sp.webp"), url("../images/top/top-firstview-bg.webp");
    background-size: 100%, contain;
    margin-top: 60px;
  }

  .top-firstview__img {
    top: 60%;
    width: 375px;
  }

  .top-firstview__img img {
    height: auto;
  }

  .top-firstview__feature {
    width: 109px;
    height: 89px;
    padding: 0;
  }

  .top-firstview__feature p {
    font-size: 14px;
  }

  .top-firstview__feature p .strong {
    font-size: 20px;
  }

  /* worries */
  .top-worries {
    padding: 0;
  }

  .top-worries__title .top-worries__doubleLine {
    width: 39px;
  }

  .top-worries__title-cont {
    font-size: 24px;
  }

  .top-worries__grid {
    width: 358px;
    height: 437px;
    padding: 16px 8px;
    top: -60px;
  }

  .top-worries__img {
    width: 342px;
    height: 195px;
  }

  .top-worries__downArrow {
    margin: 0 auto 16px auto;
  }
  .top-firstview__btn {
    margin-top: 16px;
  }

  .top-worries__btn img {
    width: 342px;
  }

  .top-worries__movie {
    width: 342px;
    height: 192px;
  }

  .top-worries__bottom img {
    height: 357px;
  }

  .top-worries__movieBox {
    bottom: 32px;
  }

  .top-worries__fukidashi {
    padding: 12px 4px;
    font-size: 20px;
  }

  /* support */
  .top-support {
    padding-bottom: 40px;
  }

  .top-support__title {
    background-color: #fff;
    border-radius: 0;
    padding: 32px 0;
  }

  .top-title__title_box {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
  }

  .top-support__list {
    display: block;
    width: 341px;
    top: 0;
  }

  .top-support__item {
    width: 341px;
    margin: 0;
    margin-bottom: 8px;
    justify-content: start;
    height: auto;
  }

  .top-support__item_leftImg, 
  .top-support__item_rightImg {
    width: 134px;
    height: 136px;
  }

  /* strengths */

  .top-strengths__title_img {
    height: 156px;
  }

  .top-strengths__title_box {
    position: relative;
    top: -110px;
    left: 0;
    transform: translateX(0);
    margin-bottom: -40px;
  }

  .top-strengths__topImg {
    width: 342px;
    height: 220px;
  }

  .top-strengths__list {
    display: block;
    width: 342px;
  }

  .top-strengths__item {
    width: 342px;
    margin: 32px 0;
    text-align: center;
  }

  .top-strengths__item-cont {
    text-align: left;
  }

  .top-strengths__triangle {
    height: 62px;
  }

  .top-price {
    padding: 110px 0  40px 0;
  }

  .top-price__table_container {
    width: 342px;
    margin-right: 0;
    margin-left: auto;
  }

  /* reason */

  .top-reason__title_img {
    height: 156px;
  }

  .top-reason__main {
    width: 342px;
    margin: 0 auto;
    padding-bottom: 56px;
    border-radius: 3px;
  }

  .top-reason__searchTitle {
    width: 342px;
    margin: 0 auto;
    margin-bottom: 27px;
  }

  .top-reason__main_list {
    border: 1px solid #DBDAD7;
    margin-bottom: 24px;
    padding-top: 24px;
  }

  .top-reason__main_item {
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }

  .top-reason__main_item img {
    width: 310px;
    height: 220px;
  }

  .top-reason__main_item p {
    width: 310px;
    margin: auto;
    margin-top: 16px;
    text-align: left;
  }

  .top-reason__downArrow {
    margin-bottom: 48px;
  }

  .top-reason__downArrow img {
    width: 120px;
    height: 48px;
  }

  .top-reason__search {
    text-align: center;
    width: 342px;
    margin: auto;
    margin-top: 27px;
  }

  .top-reason__search p {
    margin-bottom: 24px;
  }

  .top-reason__search img {
    width: 100%;
    height: 192px;
  }

  /* faq */
  .top-faq__container {
    width: 342px;
  }

  .top-faq__listItem-question {
    padding: 16px;
  }

  .top-faq__listItem-answer {
    padding: 16px 16px 16px 9px;
  }

  .top-faq__listItem-answerCont {
    width: 270px;
    margin-left: 11px;
  }

  /* news */
  .top-news__container {
    width: 342px;
  }

  .top-news__item_right {
    width: 214px;
    margin-left: 8px;
  }

  .top-news__item_title {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .top-news__item img {
    width: 120px;
  }
}
