@charset "UTF-8";
/* ---------- リセット ---------- */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
  border: solid 1px #000;
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

/* ---------- 共通設定 ---------- */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #5F5F5F;
  font-family: "Noto Sans JP", sans-serif;
}

.inner {
  width: 100%;
  max-width: 1280px;
  padding-inline: 40px;
  margin-inline: auto;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.animated__fadeIn {
  opacity: 0;
  translate: 0 30px;
  transition: opacity 0.5s ease, translate 0.5s ease;
}
.animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

/* ---------- ヘッダー ---------- */
.header {
  width: 100%;
  height: 87px;
  background-color: #fff;
  position: fixed;
  z-index: 100;
}

.header__inner {
  max-width: 1500px;
  height: inherit;
  padding-inline: 40px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__left {
  height: inherit;
  display: flex;
  align-items: center;
}

.header__logo {
  display: flex;
}

.logo-pal {
  width: 204px;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo-wrapper {
  display: flex;
  margin-left: 15px;
  padding-left: 50px;
  position: relative;
}

.logo-wrapper::before,
.logo-wrapper::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  top: 34px;
  left: 0;
  background-color: #231814;
}

.logo-wrapper::before {
  transform: rotate(-45deg);
}

.logo-wrapper::after {
  transform: rotate(45deg);
}

.logo-kyoei {
  width: 84px;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo-athome {
  width: 125px;
  margin-left: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__cta-btn {
  width: 329px;
  height: 59px;
  background-color: #5B61D9;
  text-align: center;
  padding-top: 18px;
  border-radius: 60px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease 0s;
}

.header__cta-btn span {
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF3C6;
  position: relative;
}

.header__cta-btn span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.5px;
  bottom: -5px;
  left: 0;
  background: url(../img/header-btn_line.svg) repeat-x center left/cover;
}

.header__cta-btn:hover {
  opacity: 0.7;
}

main {
  padding-top: 87px;
}

/* ---------- 共通 20250704 ---------- */
.inner--large {
  width: min(1080px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.deco-triangle {
  position: relative;
}
.deco-triangle::after {
  position: absolute;
  content: "";
  width: 330px;
  height: 74px;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background-color: #FFF2F2;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 1116px) {
  .deco-triangle::after {
    width: 118px;
    height: auto;
    aspect-ratio: 330/74;
  }
}
@media screen and (max-width: 767px) {
  .deco-triangle::after {
    width: 73px;
    height: 26px;
  }
}
.deco-triangle--pink::after {
  background-color: #FFF2F2;
}
.deco-triangle--white::after {
  background-color: #fff;
}

/* ---------- ファーストビュー 20250704 ---------- */
.fv {
  position: relative;
  z-index: 0;
  height: 606px;
  padding-top: 34px;
  background: linear-gradient(0deg, rgba(86, 176, 214, 0) 0%, rgba(121, 160, 198, 0.5) 15%, rgba(103, 143, 193, 0.69) 33%, rgba(87, 128, 188, 0.86) 52%, rgba(78, 119, 185, 0.96) 68%, #4B74B9 80%, rgba(0, 83, 148, 0.4) 100%) center center/94% 100% no-repeat, url(../img/2025-07-05/fv-bg-stripe.png) center/cover no-repeat, #CDE6F4;
}
@media screen and (max-width: 1230px) {
  .fv {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    padding-top: 40px;
    background: linear-gradient(0deg, rgba(86, 176, 214, 0) 0%, rgba(121, 160, 198, 0.5) 15%, rgba(103, 143, 193, 0.69) 33%, rgba(87, 128, 188, 0.86) 52%, rgba(78, 119, 185, 0.96) 68%, #4B74B9 80%, rgba(0, 83, 148, 0.4) 100%) center center/100% 100% no-repeat, url(../img/2025-07-05/fv-bg-stripe.png) center/cover no-repeat, #CDE6F4;
  }
}
.fv::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: calc(50% + 114px);
  width: 497px;
  height: 408px;
  background: transparent url(../img/2025-07-05/fv-man.png) no-repeat center center/contain;
}
@media screen and (max-width: 1230px) {
  .fv::after {
    content: none;
  }
}

.fv__title-wrap {
  width: 100%;
  background-color: #F6537E;
  box-shadow: 0 0 11.4px rgba(0, 0, 0, 0.25);
  padding-block: 31px 45px;
  padding-left: calc(50% - 505px);
}
@media screen and (max-width: 1230px) {
  .fv__title-wrap {
    padding-block: 11px 8px;
    padding-inline: 10px;
  }
}

.fv__title {
  width: 100%;
  max-width: 865px;
  position: relative;
}
@media screen and (max-width: 1230px) {
  .fv__title {
    max-width: 430px;
    margin-inline: auto;
  }
}
.fv__title::after {
  position: absolute;
  content: "";
  top: -51px;
  right: -218px;
  width: 208px;
  height: auto;
  aspect-ratio: 1;
  background: transparent url(../img/2025-07-05/fire-img.png) no-repeat center center/contain;
  rotate: 14.23deg;
}
@media screen and (max-width: 1230px) {
  .fv__title::after {
    width: 132px;
    top: -40px;
    right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .fv__title::after {
    width: 105px;
    top: -40px;
    right: 8px;
  }
}

.fv__title img {
  width: 100%;
}

.fv__text-inner {
  padding-inline: 20px;
}
@media screen and (max-width: 370px) {
  .fv__text-inner {
    padding-inline: 6px;
  }
}

.fv__text-wrap {
  margin-top: 54px;
  margin-left: calc(50% - 518px);
  width: 673px;
  max-width: 100%;
  padding: 28px 38px;
  border: 3px solid #F6537E;
  border-radius: 13.15px;
  background-color: #FFFFFD;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.26);
}
@media screen and (max-width: 1230px) {
  .fv__text-wrap {
    margin-top: 218px;
    margin-left: initial;
    margin-inline: auto;
    position: relative;
  }
}
@media screen and (max-width: 1230px) {
  .fv__text-wrap::after {
    position: absolute;
    content: "";
    bottom: 100%;
    right: -7px;
    width: 336px;
    height: 214px;
    background: transparent url(../img/2025-07-05/fv-man_sp.png) no-repeat center center/contain;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .fv__text-wrap {
    padding: 18px 9px 18px 18px;
    max-width: 416px;
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .fv__text-wrap {
    padding: 10px 4px 10px 9px;
  }
}

.fv__text {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .fv__text {
    font-size: 15px;
    line-height: 2.4;
  }
}
@media screen and (max-width: 370px) {
  .fv__text {
    font-size: 14px;
  }
}

.underline-yellow {
  background-image: linear-gradient(transparent 60%, #FFFD9D 60%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.fv__text-accent {
  color: #F6537E;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .fv__text-accent {
    line-height: 1.5;
  }
}

.fv-deco-man {
  position: absolute;
  bottom: 0;
  left: calc(50% + 114px);
}

/* ---------- 満期を迎える前に 20250704 ---------- */
.introduction {
  padding-block: 45px 63px;
  background-color: #FFF2F2;
  position: relative;
}
@media screen and (max-width: 1116px) {
  .introduction {
    padding-block: 31px 107px;
  }
}
.introduction::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: calc(50% + 320px);
  width: 232px;
  height: 251px;
  background: transparent url(../img/2025-07-05/woman-01.png) no-repeat center bottom/contain;
}
@media screen and (max-width: 1116px) {
  .introduction::before {
    right: calc(50% + 36px);
    width: 116px;
    height: auto;
    aspect-ratio: 116/92;
    background: transparent url(../img/2025-07-05/woman-01_sp.png) no-repeat center bottom/contain;
  }
}
.introduction::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: calc(50% + 320px);
  width: 235px;
  height: 258px;
  background: transparent url(../img/2025-07-05/man-01.png) no-repeat center bottom/contain;
}
@media screen and (max-width: 1116px) {
  .introduction::after {
    left: calc(50% + 43px);
    width: 108px;
    height: auto;
    aspect-ratio: 108/92;
    background: transparent url(../img/2025-07-05/man-01_sp.png) no-repeat center bottom/contain;
  }
}

.introduction__inner {
  padding-inline: 10px;
}

.introduction__text-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.introduction__text-wrap::before, .introduction__text-wrap::after {
  position: absolute;
  content: "";
  bottom: 9px;
  width: 65px;
  height: 98px;
}
@media screen and (max-width: 767px) {
  .introduction__text-wrap::before, .introduction__text-wrap::after {
    content: none;
  }
}
.introduction__text-wrap::before {
  left: -85px;
  background: transparent url(../img/2025-07-05/deco-pink-left.svg) no-repeat center bottom/contain;
}
.introduction__text-wrap::after {
  right: -85px;
  background: transparent url(../img/2025-07-05/deco-pink-right.svg) no-repeat center bottom/contain;
}

@media screen and (max-width: 767px) {
  .introduction__text-sp-deco {
    margin-left: 22px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .introduction__text-sp-deco::before,
.introduction__text-sp-deco::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 17px;
    height: 25.66px;
  }
}

@media screen and (max-width: 767px) {
  .introduction__text-sp-deco::before {
    left: -22px;
    background: transparent url(../img/2025-07-05/deco-pink-left_sp.svg) no-repeat center bottom/contain;
  }
}

@media screen and (max-width: 767px) {
  .introduction__text-sp-deco::after {
    right: -12px;
    background: transparent url(../img/2025-07-05/deco-pink-right_sp.svg) no-repeat center bottom/contain;
  }
}

.introduction__text {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .introduction__text {
    font-size: 14px;
    line-height: 2.2;
  }
}
@media screen and (max-width: 370px) {
  .introduction__text {
    font-size: 13px;
  }
}

.introduction__text-pink {
  color: #F6537E;
}

.introduction__text-semilarge {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .introduction__text-semilarge {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .introduction__text-semilarge {
    font-size: 15px;
  }
}

.introduction__text-large {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .introduction__text-large {
    font-size: 20px;
  }
}
@media screen and (max-width: 370px) {
  .introduction__text-large {
    font-size: 18px;
  }
}

.introduction__text-bold {
  font-weight: 700;
}

.introduction__text-bg-white {
  background-color: #fff;
  padding-inline: 9px;
  margin-right: 8px;
}

/* ---------- なぜ今、保険を見直すべきか？ 20250704 ---------- */
.why {
  padding-block: 133px 80px;
}
@media screen and (max-width: 767px) {
  .why {
    padding-block: 66px 62px;
  }
}

.why__title {
  text-align: center;
  padding-inline: 17px;
}

.why__items {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 84px;
       column-gap: 84px;
  row-gap: 70px;
}
@media screen and (max-width: 1080px) {
  .why__items {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .why__items {
    max-width: 500px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .why__items {
    margin-top: 50px;
    flex-direction: column;
  }
}

.why__item {
  border: 5px solid #F6537E;
  border-radius: 22px;
  padding: 40px 36px 31px;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .why__item {
    padding: 24px 18px 26px;
  }
}
@media screen and (max-width: 767px) {
  .why__item {
    border: 4px solid #F6537E;
  }
}
.why__item::after {
  position: absolute;
  content: "";
  top: -35px;
  left: -23px;
  width: 192px;
  height: 88px;
}
@media screen and (max-width: 767px) {
  .why__item::after {
    top: -33px;
    left: 3px;
    width: 116px;
    height: 53px;
  }
}
.why__item:nth-child(1)::after {
  background: transparent url(../img/2025-07-05/speech-bubble-pink-01.svg) no-repeat center center/contain;
}
.why__item:nth-child(2)::after {
  background: transparent url(../img/2025-07-05/speech-bubble-pink-02.svg) no-repeat center center/contain;
}

.why__item-title {
  text-align: center;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3571428571;
  color: #333;
}
@media screen and (max-width: 767px) {
  .why__item-title {
    font-weight: 700;
    font-size: 20px;
  }
}

.why__item-title-pink {
  color: #F6537E;
}

.why__item-img {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .why__item-img {
    margin-top: 14px;
  }
}

@media screen and (max-width: 767px) {
  .why__item1 .why__item-img img {
    width: 148px;
    height: auto;
    aspect-ratio: 190/172;
  }
}

@media screen and (max-width: 767px) {
  .why__item2 .why__item-img img {
    width: 170px;
    height: auto;
    aspect-ratio: 218/172;
  }
}

.why__item-text {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 767px) {
  .why__item-text {
    margin-top: 14px;
    line-height: 1.625;
  }
}

.why__item-text-pink {
  color: #F6537E;
}

/* ---------- 保険の見直しはパルシステムがおすすめ 20250704 ---------- */
.bg-stripe {
  padding-block: 114px;
  background: #FFF2F2 url(../img/2025-07-05/bg-stripe.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .bg-stripe {
    padding-block: 76px 40px;
  }
}

.recommend__title {
  text-align: center;
  padding-inline: 17px;
}

.recommend__point {
  margin-top: 38px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .recommend__point {
    margin-top: 83px;
  }
}
.recommend__point::before {
  position: absolute;
  content: "";
  width: 119px;
  height: 174px;
  bottom: calc(100% - 1px);
  left: 90px;
  background: transparent url(../img/2025-07-05/woman-02.png) no-repeat center center/contain;
}
@media screen and (max-width: 1080px) {
  .recommend__point::before {
    width: 65px;
    height: 77px;
    bottom: calc(100% - 1px);
    left: initial;
    right: calc(50% + 20px);
    background: transparent url(../img/2025-07-05/woman-02_sp.png) no-repeat center center/contain;
  }
}
.recommend__point::after {
  position: absolute;
  content: "";
  width: 114px;
  height: 161px;
  bottom: calc(100% - 1px);
  right: 69px;
  background: transparent url(../img/2025-07-05/man-02.png) no-repeat center center/contain;
}
@media screen and (max-width: 1080px) {
  .recommend__point::after {
    width: 62px;
    height: 77px;
    bottom: calc(100% - 1px);
    right: initial;
    left: calc(50% + 20px);
    background: transparent url(../img/2025-07-05/man-02_sp.png) no-repeat center center/contain;
  }
}

.recommend__point-items {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
@media screen and (max-width: 1080px) {
  .recommend__point-items {
    flex-direction: column;
    max-width: 500px;
    margin-inline: auto;
  }
}

.recommend__point-item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.recommend__point-item img {
  width: 100%;
}

.recommend__point-number {
  background-color: #F6537E;
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding-block: 15px 12px;
}

.recommend__point-body {
  padding: 17px 17px 26px;
  flex-grow: 1;
  background-color: #fff;
  border: 5px solid #F6537E;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recommend__point-body {
    border: 4px solid #F6537E;
  }
}

.recommend__point-head {
  font-weight: 900;
  font-size: 20px;
  color: #333333;
  min-height: 77px;
  background-color: #DDF7FF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}

.recommend__point01-contentWrap {
  margin-top: 18px;
  padding-inline: 26px;
}
@media screen and (max-width: 370px) {
  .recommend__point01-contentWrap {
    padding-inline: 0;
  }
}

.recommend__point01-text {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 12px;
}
.recommend__point01-text--orange {
  font-size: 20px;
  font-weight: 900;
  color: #F27743;
}
.recommend__point01-text--red {
  font-size: 20px;
  font-weight: 900;
  color: #E4414E;
}

.recommend__point01-icon-plus {
  text-align: center;
  margin-block: 10px;
}

@media screen and (max-width: 1080px) {
  .recommend__point-item--point02 img {
    margin-block: 10px;
  }
}

@media screen and (max-width: 1080px) {
  .recommend__point-item--point03 img {
    margin-block: 31px;
  }
}

.recommend__point-text {
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 1.625;
  font-weight: 600;
}

.recommend__point-text--bold {
  font-weight: 900;
  color: #F6537E;
}

.recommend__point-noteList {
  margin-top: 10px;
  width: min(903px, 100%);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 1080px) {
  .recommend__point-noteList {
    width: min(500px, 100%);
  }
}
@media screen and (max-width: 767px) {
  .recommend__point-noteList {
    margin-top: 11px;
  }
}

.recommend__point-noteItem {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1428571429;
  letter-spacing: 0.03em;
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .recommend__point-noteItem {
    font-size: 12px;
    line-height: 1.5;
  }
}

.banner {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 45px;
  }
}
.banner img {
  width: 100%;
}

/* ---------- おすすめ保険商品 20250704 ---------- */
.product-link {
  padding-block: 70px;
}
@media screen and (max-width: 767px) {
  .product-link {
    padding-block: 40px;
  }
}

.product-link__title {
  text-align: center;
  padding-inline: 56px;
}

.product-link__items {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 87px;
}
@media screen and (max-width: 1080px) {
  .product-link__items {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-link__items {
    margin-top: 30px;
    gap: 10px;
  }
}

.product-link__item {
  flex-grow: 1;
  padding: 49px 55px 41px;
  text-align: center;
  border-width: 5px;
  border-style: solid;
  border-radius: 22px;
}
@media screen and (max-width: 1080px) {
  .product-link__item {
    padding: 30px 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-link__item {
    padding: 19px 8px 14px;
    border-width: 4px;
    border-radius: 8px;
  }
}
.product-link__item:nth-child(1) {
  border-color: #65AFFF;
}
.product-link__item:nth-child(2) {
  border-color: #32EA80;
}

.product-link__item-text {
  margin-top: 58px;
  font-weight: 700;
  font-size: 26px;
  color: #133682;
}
@media screen and (max-width: 767px) {
  .product-link__item-text {
    margin-top: 22px;
    font-size: 12px;
  }
}
.product-link__item-text span {
  margin-inline: 6px;
}
@media screen and (max-width: 767px) {
  .product-link__item-text span {
    margin-inline: 1px;
  }
}

.product-link__link-button {
  display: block;
  margin-top: 19px;
  transition: opacity 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .product-link__link-button {
    margin-top: 7px;
  }
}
@media (any-hover: hover) {
  .product-link__link-button:hover {
    opacity: 0.7;
  }
}

.product-link__link-button img {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

/* ---------- 安心あっとホーム ---------- */
.anshin {
  margin-top: 100px;
  padding-block: 100px;
  background: transparent url(../img/anshin_bg.png) repeat top left;
}

.product-title-wrapper {
  width: 100%;
  height: 239px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titel-wrapper-anshin {
  position: relative;
}

.titel-wrapper-anshin::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent url(../img/product-title_bg-1.svg) no-repeat bottom center/contain;
}

.product__title {
  margin-top: 15px;
  z-index: 1;
}

.product__title img {
  width: 470px;
  text-align: center;
}

.product__title span {
  display: block;
  margin-top: 15px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.3em;
}

.anshin__body {
  background-color: #F1FFFF;
  padding-block: 75px 50px;
  padding-inline: 80px;
}

.product__sub-title {
  color: #008CCF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 42px;
  position: relative;
}

.product__sub-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: transparent url(../img/line-deco.svg) no-repeat top center/contain;
}

.anshin-subject__text {
  margin-top: 20px;
  line-height: 1.4;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: justify;
}

.anshin-subject__img-wrapper {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.anshin-subject__img-wrapper img {
  width: 26.9%;
}

.anshin-subject__img-wrapper p {
  font-size: 20px;
  font-weight: 500;
}

.anshin__plan {
  margin-top: 100px;
}

.anshin-plan__table {
  margin-top: 20px;
}

.plan__table {
  text-align: center;
}

.anshin__compensat {
  margin-top: 100px;
}

.anshin-compensat__content-wrapper {
  margin-top: 20px;
  border: 3px dotted #5F5F5F;
  background-color: #fff;
  padding: 30px;
}

.anshin-compensat__text {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: justify;
}

.anshin-compensat__example-ok {
  margin-top: 30px;
  display: flex;
}

.anshin-compensat__example-ok > p {
  color: #0074C1;
  font-size: 14px;
  width: 80px;
  height: 80px;
  border: 3px solid #0074C1;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.anshin-compensat__example-ok > p span {
  margin-top: 5px;
  font-size: 28px;
  display: block;
}

.anshin-compensat-example__items {
  display: flex;
  margin-left: 50px;
  flex-grow: 2;
}

.anshin-compensat-example__item {
  display: flex;
  width: 216px;
  align-items: center;
}

.anshin-compensat-example__item p {
  font-size: 18px;
  color: #0074C1;
}

.anshin-compensat-example__item p span {
  margin-top: 5px;
  font-size: 28px;
  font-weight: 700;
  display: block;
}

.anshin-compensat-example__item img {
  margin-left: 5px;
}

.anshin-compensat__example-ng {
  margin-top: 30px;
  background-color: #FFDCDB;
  padding: 40px 30px;
  border-radius: 16px;
  position: relative;
}

.anshin-compensat__example-ng ul {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.anshin-compensat__example-ng ul li {
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-left: 19px;
  position: relative;
}

.anshin-compensat__example-ng ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 9px;
  left: 0;
  background-color: #888888;
  border-radius: 50%;
}

.anshin-compensat__example-ng ul li::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 10px;
  left: 1px;
  background-color: #FFDCDB;
  border-radius: 50%;
}

.anshin-compensat__example-ng ul li:nth-child(n+2) {
  margin-top: 10px;
}

.anshin-compensat__example-ng > p {
  color: #E73B3F;
  font-weight: 700;
  position: absolute;
  top: -10px;
  left: calc(50% - 88px);
}

.cta-pamphlet {
  margin-top: 80px;
}

.cta-pamphlet__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin-inline: auto;
}

.cta-pamphlet__text {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}

.cta-pamphlet__text::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 32px;
  top: 50%;
  right: -43px;
  transform: translateY(-50%);
  background-color: #FF7E7B;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.cta-pamphlet__text::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 32px;
  top: 50%;
  right: -86px;
  transform: translateY(-50%);
  background-color: #FF7E7B;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.pamphletLink-btn {
  transition: all 0.3s ease 0s;
}

.pamphletLink-btn:hover {
  transform: scale(1.1);
}

.cta-banner {
  margin-top: 60px;
}

.cta-banner a[href*="tel:"] {
  pointer-events: none;
  display: block;
}

.cta-banner__textBox {
  margin-top: 12px;
  max-width: 440px;
  margin-inline: auto;
}

.cta-banner-text__title {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.cta-banner-text {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.2;
}

/* ---------- すまいるリビング ---------- */
.smile {
  margin-top: 100px;
  padding-block: 100px;
  background: transparent url(../img/smile_bg.png) repeat top left;
}

.titel-wrapper-smile {
  position: relative;
}

.titel-wrapper-smile::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent url(../img/product-title_bg-2.svg) no-repeat bottom center/contain;
}

.smile__body {
  background-color: #FCFFFA;
  padding-block: 75px 50px;
  padding-inline: 80px;
}

.smile-subject__text {
  margin-top: 40px;
  text-align: center;
  color: #58C262;
  font-size: 20px;
  line-height: 1.4;
}

.smile-subject__text span {
  margin-left: 150px;
  position: relative;
}

.smile-subject__text span::before {
  position: absolute;
  content: "";
  width: 125px;
  height: 68px;
  top: 50%;
  left: -142px;
  transform: translateY(-50%);
  background: transparent url(../img/smile_img-1.png) no-repeat center center/contain;
}

.smile__auto-set {
  margin-top: 100px;
}

.smile-autoSet__items {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.smile-autoSet__item {
  width: calc(50% - 15px);
}

.smile-autoSet__head {
  background-color: #00C261;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-block: 8px;
  letter-spacing: 0.3em;
}

.smile-autoSet__body {
  margin-top: 12px;
  display: flex;
}

.smile-autoSet__text {
  width: 70%;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: justify;
}

.smile-autoSet__img {
  width: 26%;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
}

.smile-autoSet__footNote {
  margin-top: 8px;
  line-height: 1.5;
  text-indent: -3.5em;
  padding-left: 3.5em;
}

.smile__plan {
  margin-top: 100px;
}

.smile-plan__table {
  margin-top: 20px;
}

/* ---------- フッター ---------- */
.footer__inner {
  width: 100%;
}

.footer__address {
  background-color: #F2F2F2;
  padding-top: 20px;
  padding-bottom: 30px;
}

.footer-address__inner {
  width: 100%;
  max-width: 1173px;
  margin-inline: auto;
  padding-inline: 80px;
}

.footer-address__text {
  line-height: 1.4;
  padding-bottom: 15px;
}

.footer-address__item {
  padding-top: 15px;
  border-top: 1px solid #888888;
  font-style: normal;
}

.footer-address__head {
  font-size: 24px;
  font-weight: 700;
}

.footer-address__body {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.2;
}

.footer__number {
  text-align: right;
}

.footer__copy {
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #4F4F4F;
  padding: 20px;
}

@media (max-width: 1159px) {
  .titel-wrapper-products::after {
    background: #FFF9F2 url(../img/recommend_title_bg-2_sp.png) no-repeat bottom center/contain;
  }
  .product-title-wrapper {
    height: 19.9166666667vw;
  }
  .product__title img {
    width: 370px;
  }
  .anshin-compensat__example-ok {
    flex-direction: column;
    align-items: center;
  }
  .anshin-compensat-example__items {
    margin-left: 0;
  }
  .anshin-compensat-example__item p {
    font-size: 16px;
  }
  .cta-pamphlet__inner {
    flex-direction: column;
  }
  .cta-pamphlet__text::before {
    width: 32px;
    height: 28px;
    right: -43px;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .cta-pamphlet__text::after {
    width: 32px;
    height: 28px;
    right: auto;
    left: -43px;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .pamphletLink-btn {
    margin-top: 30px;
  }
  .footer-address__inner {
    padding-inline: 40px;
  }
}
@media (max-width: 939px) {
  .header__cta-btn {
    position: fixed;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer__copy {
    padding-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-inline: 0;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .header {
    height: 59px;
  }
  .header__inner {
    padding-inline: 15px;
  }
  .header__left {
    margin-inline: auto;
  }
  .logo-pal {
    width: 127px;
  }
  .logo-wrapper {
    margin-left: 10px;
    padding-left: 26px;
  }
  .logo-wrapper::before,
.logo-wrapper::after {
    width: 16px;
    top: 22px;
  }
  .logo-kyoei {
    width: 52px;
  }
  .logo-athome {
    width: 78px;
  }
  main {
    padding-top: 59px;
  }
  .anshin {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .product-title-wrapper {
    height: 29.3333333333vw;
  }
  .titel-wrapper-anshin::after {
    background: transparent url(../img/product-title_bg-1_sp.svg) no-repeat bottom center/contain;
  }
  .product__title img {
    width: 280px;
  }
  .product__title span {
    margin-top: 7px;
    font-size: 18px;
  }
  .anshin__body {
    padding-top: 37px;
    padding-inline: 20px;
  }
  .product__sub-title {
    font-size: 19px;
    padding-bottom: 27px;
  }
  .product__sub-title::after {
    height: 18px;
    background-size: cover;
  }
  .anshin-subject__text {
    margin-top: 10px;
    font-size: 18px;
  }
  .anshin-subject__img-wrapper {
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
    margin-top: 30px;
  }
  .anshin-subject__img-wrapper img {
    width: 80%;
    max-width: 360px;
  }
  .anshin__plan {
    margin-top: 60px;
  }
  .anshin-plan__table {
    margin-top: 10px;
  }
  .plan__table {
    overflow: auto;
  }
  .plan__table img {
    max-width: 520px;
  }
  .anshin__compensat {
    margin-top: 60px;
  }
  .anshin-compensat__content-wrapper {
    margin-top: 10px;
    padding: 15px;
  }
  .anshin-compensat__example-ok {
    letter-spacing: normal;
  }
  .anshin-compensat-example__items {
    margin-top: 10px;
    flex-direction: column;
    margin-left: 0;
    padding-inline: 20px;
  }
  .anshin-compensat-example__item p {
    font-size: 18px;
  }
  .anshin-compensat-example__item {
    width: 100%;
  }
  .anshin-compensat-example__item img {
    margin-left: 20px;
  }
  .anshin-compensat-example__item:not(:first-child) {
    margin-top: 24px;
  }
  .anshin-compensat__example-ng {
    margin-top: 40px;
    padding: 20px 12px;
  }
  .anshin-compensat__example-ng ul {
    -moz-column-count: 1;
    column-count: 1;
  }
  .anshin-compensat__example-ng ul li {
    padding-left: 12px;
  }
  .cta-pamphlet {
    margin-top: 50px;
  }
  .cta-pamphlet__text {
    font-size: 18px;
  }
  .cta-pamphlet__text::before {
    width: 17px;
    height: 14px;
    right: -23px;
  }
  .cta-pamphlet__text::after {
    width: 17px;
    height: 14px;
    left: -23px;
  }
  .pamphletLink-btn {
    margin-top: 15px;
  }
  .cta-banner {
    margin-top: 30px;
  }
  .cta-banner a[href*="tel:"] {
    pointer-events: all;
  }
  .smile {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .titel-wrapper-smile::after {
    background: transparent url(../img/product-title_bg-2_sp.svg) no-repeat bottom center/contain;
  }
  .smile__body {
    padding-top: 37px;
    padding-inline: 20px;
  }
  .smile-subject__text {
    margin-top: 10px;
    letter-spacing: normal;
  }
  .smile-subject__text span {
    margin-left: 0;
  }
  .smile-subject__text span::before {
    top: auto;
    bottom: -78px;
    left: 50%;
    transform: translateX(-50%);
  }
  .smile__auto-set {
    margin-top: 137px;
  }
  .smile-autoSet__items {
    margin-top: 10px;
    flex-direction: column;
  }
  .smile-autoSet__item {
    width: 100%;
  }
  .smile-autoSet__item:not(:first-child) {
    margin-top: 30px;
  }
  .smile-autoSet__img {
    -o-object-position: center;
    object-position: center;
  }
  .smile__plan {
    margin-top: 60px;
  }
  .smile-plan__table {
    margin-top: 10px;
  }
  .footer__address {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .footer-address__inner {
    padding-inline: 20px;
  }
  .footer-address__text {
    font-size: 10px;
    padding-bottom: 10px;
  }
  .footer-address__item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-address__head {
    font-size: 10px;
  }
  .footer-address__body {
    font-size: 10px;
  }
  .footer__number {
    font-size: 10px;
  }
  .footer__copy {
    font-size: 12px;
    padding: 10px 10px 75px;
  }
}
@media (max-width: 350px) {
  .logo-pal {
    width: 101px;
  }
  .logo-kyoei {
    width: 41px;
  }
  .logo-athome {
    width: 62px;
  }
  .header__cta-btn {
    width: 290px;
    height: 57px;
  }
  .header__cta-btn span {
    font-size: 16px;
  }
  .header__cta-btn span::after {
    bottom: -3px;
  }
}