@charset "UTF-8";
/* ============================
  TOPページ
============================ */
/*-------- main-visual --------*/
.main-visual {
  width: 100%;
  height: 100vh;
  min-height: 640px;
  max-height: 900px;
  position: relative;
}
.main-visual .mv-image {
  width: 100%;
  height: calc(100% - 140px);
  background-image: url(../img/main-visual_bg.jpg);
  background-image: image-set(url(../img/main-visual_bg.jpg) 1x, url(../img/main-visual_bg@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/main-visual_bg.jpg) 1x, url(../img/main-visual_bg@2x.jpg) 2x);
  background-size: cover;
  background-position: center bottom;
}
.main-visual__catch {
  width: 100%;
  overflow-x: hidden;
  position: absolute;
  bottom: -100px;
}

.mv-text {
  height: 530px;
  position: absolute;
  top: 25%;
  left: 56%;
  color: #fff;
}
.mv-text__catch {
  font-size: 64px;
  font-weight: 900;
}
.mv-text__catch span {
  display: inline-block;
}
.mv-text__catch span:not(:first-of-type) {
  margin-top: 24px;
}
.mv-text__lead {
  margin-top: 52px;
  font-size: 30px;
}
.mv-text__cta-btn {
  width: 460px;
  height: 90px;
  margin-top: 56px;
  padding: 5px;
  position: relative;
  border: 2px solid #29d585;
  border-radius: 60px;
  font-size: 24px;
}
.mv-text__cta-btn a {
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: linear-gradient(70deg, rgb(44, 220, 135) 0%, rgb(26, 172, 120) 50%, rgb(196, 255, 102) 100%);
  background-position: 0% 50%;
  background-size: 200% auto;
  display: flex;
  align-items: center;
  color: #fff;
  transition: 0.3s ease;
}
.mv-text__cta-btn a:hover {
  background-position: 70% 50%;
}
.mv-text__cta-btn a:hover .arrow {
  left: calc(100% - 12px);
  transform: translateX(-100%);
}
.mv-text__cta-btn a .arrow {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 12px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.mv-text__cta-btn a .arrow .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #28d184;
  font-size: 40px;
}
.mv-text__cta-btn a span {
  width: 100%;
  text-align: center;
  position: relative;
}

.mv-catch {
  width: 5483.78px;
  display: inline-block;
  font-size: 196px;
  font-family: "Viga", sans-serif;
  color: rgba(41, 213, 133, 0.17);
  display: flex;
  margin: 0;
  letter-spacing: 0;
  animation: text-loop 40s 0.5s linear infinite;
}
.mv-catch__item {
  max-height: 100%;
  margin-right: 60px;
  display: block;
  line-height: 1.5;
  white-space: nowrap;
}
@keyframes text-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-5483.78px);
  }
}
.mv-catch .bordering {
  opacity: 0.3;
  color: transparent;
  -webkit-text-stroke: 2px #29d585;
}

/*-------- 最新ニュース --------*/
.latest-news {
  width: 100%;
  height: 127px;
  background-color: #1baf79;
  overflow-y: hidden;
}
.latest-news .inner {
  max-width: 100%;
  display: flex;
  align-items: center;
  padding-left: 87px;
  padding-right: 87px;
  position: relative;
  z-index: 1;
}
.latest-news .head {
  font-size: 41px;
  font-family: "Viga", sans-serif;
  color: #fff;
  flex-shrink: 0;
}
.latest-news__more-btn {
  width: 180px;
  height: 70px;
  flex-shrink: 0;
  background-color: #4ddf6f;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.latest-news__more-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.latest-news__more-btn:hover {
  transform: scale(1.15);
}

.article {
  width: 100%;
  margin-left: 81px;
  color: #fff;
}
.article li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.article__info {
  display: flex;
  align-items: center;
}
.article__info time {
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.article__info .category {
  min-width: 142px;
  height: 27px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background-color: #fff;
  color: #1baf79;
  font-size: 14px;
  font-weight: 700;
}
.article__head {
  margin-top: 16px;
  font-size: 22px;
  font-weight: 400;
}

/*-------- ABOUT --------*/
.about {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}
.about .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.about .bg__circle {
  position: absolute;
}
.about .bg__circle.--waning {
  width: 18vw;
  height: 18vw;
  fill: #e5f8ed;
  left: 5%;
  bottom: 90px;
}
.about .bg__circle.--border {
  width: 10vw;
  height: 10vw;
  fill: #1baf79;
  opacity: 0.49;
  top: 40%;
  left: -48px;
}
.about .bg__circle.--stripe {
  width: 9.3vw;
  height: 9.3vw;
  fill: #1baf79;
  opacity: 0.2;
  top: 332px;
  right: -48px;
}
.about .bg__circle.--fill {
  width: 2.6vw;
  height: 2.6vw;
  fill: #1baf79;
  opacity: 0.4;
  top: 372px;
  right: 86px;
}
.about .bg__image {
  position: absolute;
  width: 24vw;
  max-width: 648px;
  height: 808px;
  fill: #51f54e;
  opacity: 0.3;
  top: -20px;
  right: 105px;
  z-index: -1;
}
.about .inner {
  display: flex;
  justify-content: center;
}
.about__catch {
  writing-mode: vertical-rl;
  color: #1cab3d;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-weight: bold;
}
.about__catch span {
  background-color: #f5ef4e;
}
.about__content {
  margin-top: 0px;
  margin-left: 70px;
}
.about__content .lead {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 2em;
}
.about__content .text {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.4;
}
.about .more-btn {
  margin-top: 40px;
  margin-left: 0;
}

/*-------- SOLUTION --------*/
.solution {
  position: relative;
}
.solution .bg {
  width: 87%;
  height: 560px;
  position: absolute;
  right: 0;
  border-radius: 50px 0 0 50px;
  background-color: #1baf79;
  z-index: 0;
}
.solution .bg__head {
  position: absolute;
  top: 0;
  right: 3%;
  transform: translateY(-100%);
  font-size: 80px;
  line-height: 0.6;
  font-family: "Viga", sans-serif;
  color: #1baf79;
  z-index: -1;
}
.solution .bg .panda1 {
  width: 14%;
  position: absolute;
  top: 158px;
  right: 7%;
  z-index: 2;
}
.solution .bg .panda2 {
  width: 25%;
  position: absolute;
  bottom: -527px;
  left: -221px;
  z-index: 2;
}
.solution .inner {
  width: 1100px;
  margin: 0 auto;
  padding-top: 55px;
  position: relative;
  z-index: 1;
}
.solution .inner .lead {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.solution .inner .title {
  margin-top: 33px;
  font-size: 22px;
  font-weight: 700;
  color: #1baf79;
  text-align: center;
}
.solution .inner .title span {
  display: inline-block;
  padding: 12px 19px;
  background-color: #fff;
}
.solution .inner .title span:nth-of-type(2) {
  margin-top: 16px;
}
.solution .inner .text {
  max-width: 620px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.4em;
  color: #fff;
}
.solution .row-list {
  margin-top: 116px;
  display: flex;
}
.solution .row-list li {
  margin-left: 49px;
  padding: 31px 30px;
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1.8px 7.1px 24px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.solution .row-list li:first-of-type {
  margin-left: 40px;
}
.solution .row-list li .num {
  width: 89px;
  height: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -68px;
  left: -54px;
  border-radius: 50%;
  box-sizing: content-box;
  border: 5px solid #f5ef4e;
  font-family: "Viga", sans-serif;
  font-size: 42px;
  color: #f5ef4e;
}
.solution .row-list li .catch {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #1baf79;
}
.solution .row-list li img {
  margin-top: 26px;
}
.solution .row-list li .text {
  margin-top: 20px;
  color: #111111;
  line-height: 1.8em;
  text-align: justify;
}
.solution .more-btn {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
  background-color: transparent;
}
.solution .more-btn a {
  background-color: #fff;
  border-radius: 45px;
}
.solution .more-btn a::before {
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 45px;
  position: absolute;
  top: -3px;
  left: -3px;
  background-color: #1baf79;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
.solution .more-btn a:hover a {
  color: #fff;
}
.solution .more-btn a:hover::before {
  transform: translateX(0%);
}
.solution .more-btn:hover::before {
  transform: translateX(0%);
}

.philosophy {
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
}
.philosophy .bg {
  width: 88%;
  height: 920px;
  margin-left: 0;
  margin-right: auto;
  position: absolute;
  top: 140px;
  border-radius: 0 50px 50px 0;
  background-color: #f8f7f0;
  z-index: -1;
}
.philosophy .bg__circle {
  position: absolute;
  fill: #e5dfb6;
  opacity: 0.3;
}
.philosophy .bg__circle.--waning {
  width: 14vw;
  height: 14vw;
  left: 8%;
  top: 287px;
}
.philosophy .bg__circle.--stripe {
  width: 9.3vw;
  height: 9.3vw;
  top: 879px;
  left: -26px;
}
.philosophy .bg__circle.--border {
  width: 16vw;
  height: 16vw;
  top: 360px;
  right: -20%;
}
.philosophy .bg__circle.--fill {
  width: 3vw;
  height: 3vw;
  top: 1050px;
  right: 10px;
}
.philosophy .bg__image {
  width: 48vw;
  max-width: 988px;
  height: 539px;
  position: absolute;
  bottom: 20px;
  right: -254px;
  fill: #e5dfb6;
  opacity: 0.3;
}
.philosophy .bg__head {
  position: absolute;
  top: 260px;
  right: 0;
  font-size: 120px;
  letter-spacing: 0.05em;
  line-height: 0.75;
  writing-mode: vertical-lr;
  font-family: "Viga", sans-serif;
  color: #f8f7f0;
}
.philosophy .inner {
  text-align: center;
}
.philosophy .inner .title {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.8;
  color: #1cab3d;
}
.philosophy .inner .title span {
  position: relative;
  z-index: 1;
}
.philosophy .inner .title span::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: 110%;
  background-color: #f5ef4e;
  z-index: -1;
}
.philosophy .inner .text {
  max-width: 795px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2em;
  text-align: left;
}

.qualification {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 1;
}
.qualification .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 980px;
  padding-bottom: 60px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1.8px 7.1px 24px rgba(0, 0, 0, 0.16);
}
.qualification .inner .catch {
  transform: translateY(-43px);
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 900;
  text-align: center;
}
.qualification .inner .catch span {
  display: inline-block;
  padding: 14px 20px;
  background: linear-gradient(to right, rgb(44, 220, 135) 0%, rgb(26, 172, 120) 100%);
}
.qualification .inner .catch span:nth-of-type(2) {
  margin-top: 20px;
}
.qualification .inner .content {
  max-width: 1100px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  text-align: center;
}
.qualification .inner .content .head-wrap {
  height: 90px;
  position: relative;
}
.qualification .inner .content .head-wrap .title {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.9;
  text-align: center;
}
.qualification .inner .content .head-wrap .title span {
  font-size: 78%;
}
.qualification .inner .content .head-wrap .caption {
  font-size: 28px;
  font-family: adobe-handwriting-ernie, sans-serif;
  position: absolute;
  top: -28px;
  left: 0;
  color: #1baf79;
  transform: rotate(-14deg);
}
.qualification .inner .content .image-wrap a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.qualification .inner .content .image-wrap img {
  width: 85%;
}
.qualification .inner .content .item {
  width: 30%;
}
.qualification .inner .content .item:nth-of-type(2) {
  margin-left: 40px;
}
.qualification .inner .content .item:nth-of-type(2) .title {
  margin-right: -12px;
}

.catch.gradation {
  font-size: 45px;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 900;
  text-align: center;
}
.catch.gradation span {
  display: inline-block;
  padding: 25px 59px;
  background: linear-gradient(to right, rgb(44, 220, 135) 0%, rgb(26, 172, 120) 100%);
}
.catch.gradation span:nth-of-type(2) {
  margin-top: 30px;
}

.shop {
  margin-top: 180px;
  padding-top: 30px;
  padding-bottom: 89px;
  background-color: #eef9f3;
  position: relative;
}
.shop .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.shop .bg__head {
  position: absolute;
  top: 8px;
  left: -10px;
  transform: translateY(-100%);
  font-size: 90px;
  letter-spacing: 0.05em;
  line-height: 0.75;
  font-family: "Viga", sans-serif;
  color: #eef9f3;
}
.shop .bg__image {
  width: 64vw;
  max-width: 988px;
  height: 539px;
  position: absolute;
  bottom: -560px;
  right: -154px;
  fill: #e5dfb6;
  opacity: 0.3;
}
.shop .inner {
  padding-left: 40px;
  padding-right: 40px;
}
.shop .inner .head-wrap {
  text-align: center;
}
.shop .inner .head-wrap .caption {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.shop .inner .head-wrap .caption span {
  font-size: 32px;
  font-weight: 900;
}
.shop .inner .head-wrap .catch {
  margin-top: 30px;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #1baf79;
}
.shop .inner .head-wrap .text {
  margin-top: 30px;
  line-height: 1.75;
  font-weight: 700;
  font-size: 14px;
}
.shop .inner .content {
  max-width: 850px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  z-index: 1;
}
.shop .inner .content .text-wrap {
  width: 55%;
  flex-shrink: 0;
  padding: 25px 46px 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 1.8px 7.1px 24px rgba(0, 0, 0, 0.16);
}
.shop .inner .content .text-wrap .title {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
.shop .inner .content .text-wrap .caption {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75em;
}
.shop .inner .content .text-wrap img {
  max-width: 320px;
  width: 100%;
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.shop .inner .content .image-wrap {
  width: 50.6%;
  height: 110%;
  flex-shrink: 0;
  position: absolute;
  top: -26px;
  right: 0;
  z-index: -1;
}
.shop .inner .content .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.shop .inner .more-btn {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.flow {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.flow .bg {
  width: 88%;
  height: 530px;
  margin-left: 0;
  margin-right: auto;
  position: absolute;
  top: 200px;
  border-radius: 0 50px 50px 0;
  background-color: #f8f7f0;
  z-index: -1;
}
.flow .bg__circle {
  position: absolute;
  fill: #e5dfb6;
  opacity: 0.3;
}
.flow .bg__circle.--waning {
  width: 14vw;
  height: 14vw;
  left: 8%;
  top: 287px;
}
.flow .bg__circle.--stripe {
  width: 9.3vw;
  height: 9.3vw;
  top: 879px;
  left: -26px;
}
.flow .bg__circle.--border {
  width: 16vw;
  height: 16vw;
  top: 360px;
  right: -20%;
}
.flow .bg__circle.--fill {
  width: 3vw;
  height: 3vw;
  top: 1050px;
  right: 10px;
}
.flow .bg__image {
  width: 38vw;
  max-width: 921px;
  height: 668px;
  position: absolute;
  bottom: -486px;
  right: -12%;
  fill: #e5dfb6;
  opacity: 0.3;
}
.flow .bg__head {
  position: absolute;
  top: 260px;
  right: 0;
  font-size: 120px;
  letter-spacing: 0.05em;
  line-height: 0.75;
  writing-mode: vertical-lr;
  font-family: "Viga", sans-serif;
  color: #f8f7f0;
}
.flow .inner {
  max-width: 1100px;
  margin-top: 75px;
  position: relative;
}
.flow .inner .step-image {
  display: block;
  margin: 0 auto;
  width: 18%;
}
.flow .inner .step-list {
  text-align: center;
}
.flow .inner .step-list li {
  width: 290px;
  position: absolute;
}
.flow .inner .step-list .head {
  display: flex;
  align-items: center;
}
.flow .inner .step-list .num {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  padding: 3px;
  border-radius: 50%;
  border: 2px solid #29d585;
  font-family: "Viga", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #fff;
}
.flow .inner .step-list .num p {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(to right, rgb(44, 220, 135) 0%, rgb(26, 172, 120) 100%);
}
.flow .inner .step-list .num span {
  font-size: 28px;
}
.flow .inner .step-list .catch {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6em;
}
.flow .inner .step-list .catch span {
  background-color: #f5ef4e;
}
.flow .inner .step-list .text {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: justify;
}
.flow .inner .step-list .--first {
  top: 250px;
  left: 160px;
}
.flow .inner .step-list .--second {
  top: 60px;
  left: 220px;
}
.flow .inner .step-list .--third {
  top: 75px;
  right: 115px;
}
.flow .inner .more-btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.voice {
  padding-top: 133px;
  position: relative;
}
.voice > .catch {
  margin-top: 65px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #1baf79;
}
.voice > .catch span {
  background-color: #f5ef4e;
}
.voice .splide {
  z-index: 1;
}
.voice .splide__pagination__page {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: #fff;
  border: 2px solid #1baf79;
}
.voice .splide__pagination__page.is-active {
  background-color: #1baf79;
}
.voice .splide__arrow {
  width: 5em;
  height: 5em;
  background-color: #565656;
  box-shadow: 1.8px 7.1px 24px rgba(0, 0, 0, 0.16);
  top: 40%;
  border-radius: 0;
  transition: all 0.3s ease;
}
.voice .splide__arrow:hover {
  opacity: 0.7;
}
.voice .splide__arrow svg {
  width: 30%;
  height: 30%;
  fill: #fff;
}
.voice .splide__arrow--prev {
  left: calc(50% - 450px - 2.5em);
}
.voice .splide__arrow--next {
  right: calc(50% - 450px - 2.5em);
}
.voice .voice-slide .splide__track {
  padding-top: 55px;
  padding-bottom: 105px;
}
.voice .voice-slide__item {
  max-width: 900px;
  padding-top: 55px;
  padding-bottom: 75px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 1.8px 7.1px 24px rgba(0, 0, 0, 0.16);
  transition: transform 0.5s ease;
}
.voice .voice-slide__item:not(.is-visible) {
  transform: translateY(34px);
}
.voice .voice-slide__item .person {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
}
.voice .voice-slide__item .person img {
  width: 118px;
}
.voice .voice-slide__item .person .content {
  margin-left: 17px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.075em;
}
.voice .voice-slide__item .person .family {
  margin-top: 17px;
  color: #1baf79;
}
.voice .voice-slide__item .person .family .head {
  color: #fff;
  background-color: #1baf79;
  border: 1px solid #1baf79;
  border-radius: 15px 0 0 15px;
  padding: 3px 20px;
}
.voice .voice-slide__item .person .family .text {
  border: 1px solid #1baf79;
  border-radius: 0 15px 15px 0;
  padding: 3px 20px;
}
.voice .voice-slide__item .qanda {
  margin-top: 55px;
  max-width: 895px;
  margin-left: auto;
  margin-right: auto;
}
.voice .voice-slide__item .qanda .row {
  display: flex;
  align-items: center;
}
.voice .voice-slide__item .qanda .question .content {
  margin-left: 29px;
  letter-spacing: 0.05em;
}
.voice .voice-slide__item .qanda .question .lead {
  color: #1baf79;
  font-size: 19px;
}
.voice .voice-slide__item .qanda .question .head {
  margin-top: 12px;
  font-weight: 700;
  font-size: 20px;
}
.voice .voice-slide__item .qanda .answer {
  margin-top: 32px;
  background-color: #f8f7f0;
  border-radius: 25px;
  position: relative;
  padding: 20px 34px;
}
.voice .voice-slide__item .qanda .answer::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 22px;
  transform: translateY(-100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 26px 16px;
  border-color: transparent transparent #f8f7f0 transparent;
}
.voice .voice-slide__item .qanda .answer .text {
  margin-left: 32px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  font-weight: 400;
}
.voice .voice-slide__item .qanda .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-family: "Viga", sans-serif;
  font-size: 32px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice .voice-slide__item .qanda .circle.--q {
  background-color: #65dda0;
}
.voice .voice-slide__item .qanda .circle.--a {
  background-color: #1cab3d;
  flex-shrink: 0;
}
.voice .voice-slide__item .catch.gradation {
  margin-top: 68px;
  font-size: 25px;
}
.voice .voice-slide__item .catch.gradation span {
  padding: 12px 16px;
}
.voice .voice-slide__item .catch.gradation span:nth-of-type(2) {
  margin-top: 13px;
}
.voice .voice-slide__item .bef-aft {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-20px);
}
.voice .voice-slide__item .bef-aft .item {
  width: 40%;
  max-width: 356px;
  height: 217px;
  border-radius: 50px;
  position: relative;
}
.voice .voice-slide__item .bef-aft .item .head {
  margin-top: 24px;
  display: inline-block;
  transform: translateX(-22px);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding: 10px 15px;
}
.voice .voice-slide__item .bef-aft .item .panda {
  position: absolute;
}
.voice .voice-slide__item .bef-aft .item ul {
  max-width: 270px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.voice .voice-slide__item .bef-aft .item ul li {
  position: relative;
  padding-left: 27px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.voice .voice-slide__item .bef-aft .item ul li:not(:first-of-type) {
  margin-top: 22px;
}
.voice .voice-slide__item .bef-aft .item ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
.voice .voice-slide__item .bef-aft .item ul li p {
  display: flex;
  justify-content: space-between;
}
.voice .voice-slide__item .bef-aft .item ul li p span {
  letter-spacing: -0.5em;
  margin-right: 9px;
}
.voice .voice-slide__item .bef-aft .item.--before {
  background-color: #d8d8d8;
  color: #565656;
}
.voice .voice-slide__item .bef-aft .item.--before .head {
  background-color: #565656;
  color: #fff;
}
.voice .voice-slide__item .bef-aft .item.--before ul li::before {
  background-color: #565656;
}
.voice .voice-slide__item .bef-aft .item.--before .panda {
  width: 24%;
  top: 34%;
  right: -11%;
}
.voice .voice-slide__item .bef-aft .item.--after {
  background-color: #1cab3d;
  color: #fff;
}
.voice .voice-slide__item .bef-aft .item.--after .head {
  background-color: #f5ef4e;
  color: #000;
}
.voice .voice-slide__item .bef-aft .item.--after ul li::before {
  background-color: #fff;
}
.voice .voice-slide__item .bef-aft .item.--after .panda {
  width: 35%;
  top: 35%;
  right: -22%;
}
.voice .voice-slide__item .bef-aft .arrow {
  margin-left: 52px;
  margin-right: 36px;
}
.voice .voice-slide__item .bef-aft .arrow .fa-solid {
  font-size: 32px;
  color: #65dda0;
}
.voice .voice-slide__item .bef-aft .arrow .fa-solid:nth-of-type(2) {
  margin-left: 9px;
}
.voice .voice-slide__item .comment {
  max-width: 892px;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}
.voice .voice-slide__item .comment .head {
  font-size: 25px;
  font-weight: 900;
  color: #1baf79;
}
.voice .voice-slide__item .comment.--user {
  margin-top: 81px;
  padding-top: 46px;
  padding-bottom: 40px;
  background-color: #f8f7f0;
}
.voice .voice-slide__item .comment.--user .head {
  text-align: center;
}
.voice .voice-slide__item .comment.--user .head span {
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
}
.voice .voice-slide__item .comment.--user .head span::before, .voice .voice-slide__item .comment.--user .head span::after {
  content: "";
  width: 37px;
  height: 1px;
  position: absolute;
  top: 50%;
  background-color: #1baf79;
}
.voice .voice-slide__item .comment.--user .head span::before {
  left: 0;
  transform: translate(-100%, -50%);
}
.voice .voice-slide__item .comment.--user .head span::after {
  right: 0;
  transform: translate(100%, -50%);
}
.voice .voice-slide__item .comment.--user .flex {
  margin-top: 20px;
  padding-left: 43px;
  padding-right: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice .voice-slide__item .comment.--user .flex .text {
  font-size: 16px;
  line-height: 2.4;
  font-weight: 400;
}
.voice .voice-slide__item .comment.--user .flex .image-wrap {
  width: 30%;
  height: auto;
  flex-shrink: 0;
  margin-left: 22px;
  position: relative;
  background-color: #fff;
}
.voice .voice-slide__item .comment.--user .flex .image-wrap img {
  width: 100%;
}
.voice .voice-slide__item .comment.--user .flex .image-wrap .caption {
  width: 182px;
  height: 32px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  font-weight: 900;
  border-radius: 16px;
  background-color: #222222;
  color: #fff;
}
.voice .voice-slide__item .comment.--user .flex .image-wrap .caption::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  border-style: solid;
  border-width: 9px 4.5px 0 4.5px;
  border-color: #222222 transparent transparent transparent;
}
.voice .voice-slide__item .comment.--consultant {
  margin-top: 56px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 40px;
  position: relative;
  border: 6px solid #1cab3d;
  border-radius: 20px;
}
.voice .voice-slide__item .comment.--consultant .content {
  display: flex;
}
.voice .voice-slide__item .comment.--consultant .text-wrap {
  margin-left: 220px;
}
.voice .voice-slide__item .comment.--consultant .text-wrap .text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.8;
}
.voice .voice-slide__item .comment.--consultant .image-wrap {
  width: 24%;
  position: absolute;
  left: -10px;
  bottom: 0;
}
.voice .voice-slide__item .comment.--consultant .image-wrap img {
  width: 100%;
  height: auto;
}
.voice .more-btn {
  margin: 40px auto 0;
}
.voice .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.voice .bg__circle {
  position: absolute;
}
.voice .bg__circle.--fill {
  width: 5.4vw;
  height: 5.4vw;
  fill: #1baf79;
  opacity: 0.4;
  top: 1160px;
  left: -28px;
}
.voice .bg__circle.--border {
  width: 18vw;
  height: 18vw;
  fill: #1baf79;
  opacity: 0.49;
  top: 2000px;
  left: 6%;
}
.voice .bg__circle.--stripe {
  width: 11vw;
  height: 11vw;
  fill: #1baf79;
  opacity: 0.2;
  bottom: -1200px;
  left: -104px;
}
.voice .bg__circle.--waning {
  width: 23vw;
  height: 23vw;
  fill: #e5f8ed;
  bottom: -1000px;
  right: 120px;
  transform: scale(-1, 1);
}

.analysis {
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
}
.analysis .bg {
  width: 100%;
  height: 360px;
  position: absolute;
  top: 135px;
  background-color: #1baf79;
  z-index: -1;
}
.analysis .bg__head {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 90px;
  letter-spacing: 0.05em;
  line-height: 0.7;
  writing-mode: vertical-lr;
  font-family: "Viga", sans-serif;
  color: #49bf94;
}
.analysis .bg__head span {
  color: #d1efe4;
}
.analysis .bg__image {
  width: 63vw;
  max-width: 1122px;
  height: 626px;
  position: absolute;
  top: 400px;
  right: -380px;
  fill: #fff;
  opacity: 0.2;
}
.analysis .inner {
  max-width: 700px;
  margin-top: 80px;
}
.analysis .inner .content {
  width: 100%;
  height: 460px;
  display: flex;
}
.analysis .inner .content .card-item {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
  box-shadow: 1.8px 7.1px 24px rgba(0, 0, 0, 0.16);
}
.analysis .inner .content .card-item .head {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1baf79;
  font-weight: 900;
  color: #fff;
}
.analysis .inner .content .card-item .catch {
  margin-top: 20px;
  font-size: 32px;
  color: #1baf79;
  font-weight: 900;
  font-family: "Viga", sans-serif;
}
.analysis .inner .content .card-item .text {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  letter-spacing: 0.052em;
}
.analysis .inner .content .card-item img {
  max-width: 40%;
}
.analysis .inner .content .col-1 {
  width: 57%;
  height: 100%;
}
.analysis .inner .content .col-1 .card-item {
  height: 100%;
  padding-top: 20px;
}
.analysis .inner .content .col-1 .card-item .head {
  width: 85%;
  height: 40px;
  border-radius: 35px;
  font-size: 18px;
}
.analysis .inner .content .col-1 .card-item .catch {
  margin-top: 40px;
}
.analysis .inner .content .col-1 .card-item .text {
  margin-top: 40px;
  line-height: 1.5;
}
.analysis .inner .content .col-1 .card-item img {
  margin-top: 59px;
}
.analysis .inner .content .col-2 {
  width: 37%;
  margin-left: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.analysis .inner .content .col-2 .card-item {
  height: 48%;
  padding-top: 20px;
}
.analysis .inner .content .col-2 .card-item .head {
  width: 346px;
  height: 30px;
  border-radius: 22px;
  font-size: 16px;
}
.analysis .inner .content .col-2 .card-item img {
  margin-top: 20px;
  max-width: 25%;
}
.analysis .inner .content .col-2 .card-item .catch {
  margin-top: 10px;
}
.analysis .inner .content .col-2 .card-item .text {
  margin-top: 10px;
}
.analysis .inner .more-btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.analysis .inner .more-btn a {
  font-size: 14px;
}

.news {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #f8f7f0;
}
.news .inner {
  max-width: 800px;
}
.news .inner .content {
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
}
.news .inner .content .article {
  color: #222222;
  margin-left: 0;
}
.news .inner .content .article li {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c4c4c4;
}
.news .inner .content .article__info time {
  font-size: 16px;
}
.news .inner .content .article__info .category {
  min-width: 120px;
  height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  background-color: #1baf79;
  color: #fff;
}
.news .inner .content .article__head {
  margin-top: 10px;
  font-size: 16px;
}
.news .inner .more-btn {
  margin-top: 40px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
.news .bg {
  position: relative;
}
.news .bg__image {
  width: 100vw;
  max-width: 1620px;
  height: 657px;
  position: absolute;
  bottom: -880px;
  right: -303px;
  fill: #e5dfb6;
  opacity: 0.3;
}
.news .line-wrap {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #fff;
}
.news .sonpo-wrap {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #fff;
}
.news .sonpo-wrap .caption {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
}
.news .title-wrap.banner .caption {
  font-size: 20px;
  font-weight: 700;
}
.news .sonpo-banner {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
}
.news .sonpo-banner .item {
  width: 50%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}
.news .sonpo-banner .item:nth-of-type(2) {
  margin-left: 42px;
}
.news .sonpo-banner .item a {
  padding: 20px;
  display: flex;
  align-items: center;
}
.news .sonpo-banner .item img {
  width: 50%;
}
.news .sonpo-banner .item .text {
  margin-left: 20px;
  font-weight: 500;
  line-height: 1.75em;
  font-size: 14px;
}

/* ============================
  下層ページ
============================ */
.lower-outline {
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.lower-outline .lead {
  text-align: center;
  color: #1baf79;
  letter-spacing: 0.05em;
  font-size: 28px;
  line-height: 1.57em;
  font-weight: 900;
  position: relative;
}
.lower-outline .catch {
  font-size: 405%;
  font-family: "Viga", sans-serif;
  letter-spacing: 0.05em;
  color: #1baf79;
  opacity: 0.15;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lower-outline .text {
  margin-top: 81px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2.3em;
  text-align: center;
}
.lower-outline .bg {
  position: absolute;
  top: 25%;
  right: 10%;
}

.head.--lower {
  font-size: 28px;
  line-height: 46px;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #1baf79;
  text-align: center;
}
.head.--lower + .caption {
  margin-top: 8px;
  color: #c4c4c4;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: center;
}
.head.--lower + .life-caption {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  text-align: center;
}

/*-------- ABOUT --------*/
.origin {
  display: block;
  margin-top: 140px;
  height: 710px;
  position: relative;
}
.origin .bg {
  width: 93%;
  height: 100%;
  position: absolute;
  right: 0;
  border-radius: 50px 0 0 50px;
  background-color: #1baf79;
  z-index: -1;
}
.origin .bg__head {
  position: absolute;
  bottom: -48px;
  right: 0;
  font-size: 159px;
  color: #fff;
  font-family: "Viga", sans-serif;
  opacity: 0.3;
}
.origin .inner {
  max-width: 1100px;
  display: flex;
}
.origin .content {
  max-width: 744px;
  padding-top: 120px;
}
.origin .content .head {
  color: #f5ef4e;
  font-weight: 700;
  text-align: left;
}
.origin .content .text {
  margin-top: 44px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.origin .image-wrap {
  width: 30%;
  position: absolute;
  top: -75px;
  right: 85px;
}
.origin .image-wrap img {
  width: 100%;
}

.place {
  margin-top: 151px;
}
.place .head.--lower {
  text-align: center;
}
.place .inner {
  max-width: 1100px;
}
.place .point-list {
  margin-top: 90px;
}
.place .point-list__item {
  width: 100%;
  height: 440px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 1.8px 7.1px 24px rgba(0, 0, 0, 0.16);
  display: flex;
  position: relative;
}
.place .point-list__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.place .point-list__item:nth-of-type(even) .num {
  left: auto;
  right: 0px;
  transform: translate(50%, -50%);
}
.place .point-list__item:nth-of-type(even) .image-wrap {
  border-radius: 0 50px 50px 0;
}
.place .point-list__item:nth-of-type(even) .bg {
  right: 40%;
}
.place .point-list__item:not(:first-of-type) {
  margin-top: 128px;
}
.place .point-list__item .num {
  width: 144px;
  height: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-sizing: content-box;
  border: 5px solid #1baf79;
  font-family: "Viga", sans-serif;
  font-size: 69px;
  color: #1baf79;
}
.place .point-list__item .image-wrap {
  width: 40%;
  overflow: hidden;
  border-radius: 50px 0 0 50px;
}
.place .point-list__item .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.place .point-list__item .content {
  width: 50%;
  flex-grow: 2;
  padding: 50px 60px 0;
  background-image: url(../img/about_place_bg.png);
  background-image: image-set(url(../img/about_place_bg.png) 1x, url(../img/about_place_bg@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/about_place_bg.png) 1x, url(../img/about_place_bg@2x.png) 2x);
  background-size: 47%;
  background-repeat: no-repeat;
  background-position: bottom -50px right -40px;
}
.place .point-list__item .content .lead {
  font-size: 16px;
  color: #1baf79;
  font-weight: 700;
}
.place .point-list__item .content .head {
  margin-top: 14px;
  font-size: 25px;
  font-weight: 700;
}
.place .point-list__item .content .text {
  font-size: 16px;
  margin-top: 40px;
  line-height: 2.25em;
}
.place .point-list__item .bg {
  width: 25%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.place .point-list__item .bg .image-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.place .point-list__item .bg .image-wrap img {
  height: auto;
  position: absolute;
  right: -20px;
  bottom: -30px;
  -o-object-fit: initial;
     object-fit: initial;
}
.place .point-list__item .bg .catch {
  font-family: kinescope, sans-serif;
  font-size: 54px;
  color: #1baf79;
  letter-spacing: 0.15em;
  transform: rotate(-10deg);
  position: absolute;
  bottom: 0;
}

.promise {
  margin-top: 239px;
  padding-bottom: 146px;
  position: relative;
  overflow: hidden;
}
.promise .inner {
  max-width: 1100px;
}
.promise .circle-list {
  margin-top: 108px;
  display: flex;
  justify-content: space-between;
}
.promise .circle-list__item {
  width: 30%;
  text-align: center;
}
.promise .circle-list__item .image-wrap {
  width: 327px;
  height: 327px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1.8px 7.1px 24px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  position: relative;
}
.promise .circle-list__item .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.promise .circle-list__item .content {
  max-width: 327px;
  margin-top: 30px;
  text-align: center;
  color: #fff;
}
.promise .circle-list__item .content .lead {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.42;
}
.promise .circle-list__item .content .text {
  margin-top: 34px;
  font-size: 18px;
  line-height: 1.75;
}
.promise .bg {
  width: 140vw;
  height: 590px;
  margin-left: -20vw;
  margin-right: -20vw;
  position: absolute;
  bottom: 0;
  background-color: #1baf79;
  border-radius: 50% 50% 0 0;
  z-index: -1;
}

.after-support {
  margin-top: 200px;
}
.after-support__content {
  margin-top: 90px;
}
.after-support .card-list {
  display: flex;
}
.after-support .card-list__item {
  width: 48%;
  margin-left: 40px;
}
.after-support .card-list__item:first-of-type {
  margin-left: 0px;
}
.after-support .card-list__item .card {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #fff;
  box-shadow: 1.8px 7.1px 24px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  text-align: center;
}
.after-support .card-list__item .lead {
  font-size: 16px;
  color: #1baf79;
  font-weight: 700;
}
.after-support .card-list__item .head {
  margin-top: 16px;
  font-size: 25px;
  font-weight: 700;
}
.after-support .card-list__item .image-wrap {
  width: 50%;
  height: 165px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.after-support .card-list__item .image-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.after-support .card-list__item .text {
  height: 112px;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-top: 40px;
  line-height: 1.75;
}
.after-support .card-list__item .more-btn {
  margin-top: 70px;
}

.issue {
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}
.issue .inner {
  max-width: 1100px;
  padding-top: 77px;
}
.issue .inner .head {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.issue .inner .head .font-small {
  display: inline-block;
  font-size: 77%;
  margin-bottom: 20px;
}
.issue .inner .head .dot-text {
  color: #e9f611;
}
.issue .card-list {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.issue .card-list__item {
  width: 323px;
  height: 300px;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 1.8px 7.1px 24px rgba(0, 0, 0, 0.16);
  padding-top: 13px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  position: relative;
}
.issue .card-list__item:nth-of-type(3n + 2) {
  margin-top: 45px;
}
.issue .card-list__item:nth-of-type(3n + 3) {
  margin-top: 90px;
}
.issue .card-list__item::after {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 42px;
  width: 0;
  height: 0;
  transform: translateY(100%);
  border-style: solid;
  border-width: 25px 10.5px 0 10.5px;
  border-color: #fff transparent transparent transparent;
}
.issue .card-list__item .head {
  font-size: 22px;
  color: #e4e4e4;
  text-align: left;
}
.issue .card-list__item .head span {
  margin-left: 13px;
  font-size: 150%;
}
.issue .card-list__item .icon {
  width: 100px;
  height: 100px;
  margin: 18px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f7f0;
  border-radius: 50%;
}
.issue .card-list__item .text {
  width: auto;
  display: inline-block;
  margin: 18px auto 0;
  text-align: left;
  font-size: 20px;
  line-height: 1.95;
  letter-spacing: 0;
  font-weight: 700;
}
.issue .card-list__item .text .em {
  color: #1baf79;
}
.issue .catch-wrap {
  margin-top: 320px;
  text-align: center;
  font-weight: 700;
}
.issue .catch-wrap .lead {
  font-size: 30px;
  position: relative;
  display: inline-block;
}
.issue .catch-wrap .lead::before, .issue .catch-wrap .lead::after {
  content: "";
  width: 2px;
  height: 51px;
  position: absolute;
  bottom: -10px;
  background-color: #111111;
}
.issue .catch-wrap .lead::before {
  left: -20px;
  transform: rotate(-27deg);
}
.issue .catch-wrap .lead::after {
  right: -20px;
  transform: rotate(27deg);
}
.issue .catch-wrap .catch {
  margin-top: 40px;
  font-size: 51px;
  line-height: 1.7;
  font-weight: 900;
}
.issue .catch-wrap .catch .em {
  font-size: 119%;
  background: linear-gradient(to right, #2cdc87 50%, #1aac78 100%);
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
}
.issue .catch-wrap .catch .em::before {
  content: "";
  width: 100%;
  height: 22px;
  position: absolute;
  bottom: 4px;
  left: 0;
  background-color: #e9f611;
  z-index: -1;
}
.issue .bg {
  width: 88%;
  height: 1243px;
  position: absolute;
  right: 0;
  border-radius: 50px 0 0 50px;
  background-color: #1baf79;
  z-index: -1;
}
.issue .bg::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 1px;
  left: 44%;
  transform: translate(-50%, 100%);
  border-style: solid;
  border-width: 85px 131px 0 131px;
  border-color: #1baf79 transparent transparent transparent;
}
.issue .bg__head {
  position: absolute;
  bottom: -48px;
  left: 0;
  font-size: 195px;
  color: #fff;
  font-family: "Viga", sans-serif;
  opacity: 0.3;
}
.issue .bg__image {
  width: 18%;
  max-width: 400px;
  position: absolute;
  right: 0px;
  bottom: -105px;
}

.about-insurance {
  position: relative;
  padding-top: 88px;
}
.about-insurance .inner {
  max-width: 1100px;
}
.about-insurance .card-list {
  margin-top: 88px;
  display: flex;
  justify-content: space-between;
}
.about-insurance .card-list__item {
  width: 501px;
  height: 668px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 1.8px 7.1px 24px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
}
.about-insurance .card-list__item .head {
  font-size: 52px;
  color: #1baf79;
  font-family: adobe-handwriting-ernie, sans-serif;
  transform: rotate(-8deg) translate(25px, -31px);
}
.about-insurance .card-list__item .image-wrap {
  width: 40%;
  margin: 16px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.about-insurance .card-list__item .image-wrap::before {
  content: "";
  width: 170px;
  height: 170px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #e5f8ed;
  z-index: -1;
}
.about-insurance .card-list__item .lead {
  display: inline-block;
  margin: 16px auto 0;
  font-size: 30px;
  font-weight: 900;
  color: #1baf79;
  line-height: 2;
}
.about-insurance .card-list__item .lead span {
  background-color: #e9f611;
  padding: 0 10px;
}
.about-insurance .card-list__item .text {
  max-width: 385px;
  margin: 12px auto 0;
  line-height: 3;
}
.about-insurance .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 816px;
  background-color: #eef9f3;
  z-index: -1;
}
.about-insurance .bg__image {
  width: 20%;
  max-width: 450px;
  position: absolute;
  top: -73px;
  left: calc(50% - 740px);
}

.story {
  margin-top: 206px;
  padding-top: 147px;
  padding-bottom: 120px;
  position: relative;
}
.story .inner {
  max-width: 1100px;
}
.story .inner .lead {
  font-size: 35px;
  font-weight: 900;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
.story .inner .lead .em {
  color: #1baf79;
}
.story .inner .catch {
  margin-top: 36px;
  font-size: 30px;
  font-weight: 900;
  display: inline-block;
  position: relative;
}
.story .inner .catch::after {
  content: "";
  width: 171px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: calc(100% + 31px);
  transform: translateY(-50%);
  background-color: #111111;
}
.story .inner .text {
  max-width: 68%;
  margin-top: 80px;
  line-height: 2.25;
}
.story .bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #f8f7f0;
  z-index: -1;
}
.story .bg__head {
  font-size: 195px;
  color: #e5dfb6;
  writing-mode: vertical-lr;
  position: absolute;
  top: -112px;
  font-family: "Viga", sans-serif;
  opacity: 0.3;
}
.story .bg__image {
  width: 45%;
  position: absolute;
  right: 0;
  top: -8%;
}

.when-needed {
  position: relative;
  padding-top: 130px;
  padding-bottom: 104px;
}
.when-needed .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #f8f7f0;
  z-index: -1;
}
.when-needed .bg__head {
  font-size: 152px;
  color: #e5dfb6;
  position: absolute;
  font-family: "Viga", sans-serif;
  top: 130px;
  left: 50%;
  opacity: 0.3;
  transform: translate(-50%, -30%);
}
.when-needed .inner .head.--lower {
  color: #222222;
}
.when-needed .image-wrap {
  margin-top: 120px;
}
.when-needed .image-wrap img {
  width: 100%;
}

.lifeplan .catch {
  transform: translateY(-54px);
}
.lifeplan__head {
  margin-top: 48px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.lifeplan__image-cont {
  margin-top: 142px;
  height: 330px;
}
.lifeplan__image-cont .inner {
  position: relative;
}
.lifeplan__image-cont .image-board {
  width: 461px;
  height: 330px;
  margin: 0 auto;
  padding: 10px;
  background-color: #fff;
  box-shadow: 1.8px 7.1px 24px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.lifeplan__image-cont .image-board img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.lifeplan__image-cont .image-board .caption.--aft {
  margin-top: 20px;
  display: none;
  color: #fff;
  font-size: 20px;
}
.lifeplan__image-cont .image-board .caption.--bef {
  margin-top: 20px;
  color: #565656;
  font-size: 14px;
  text-align: center;
}
.lifeplan__image-cont .image-board.active {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.lifeplan__image-cont .image-board.active img {
  width: 80%;
  max-width: 800px;
  height: auto;
}
.lifeplan__image-cont .image-board.active .caption.--aft {
  display: block;
}
.lifeplan__image-cont .image-board.active .caption.--bef {
  display: none;
}

.lifeplan-desc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.lifeplan-desc__item {
  width: 286px;
  padding: 27px 17px;
  position: absolute;
  background-color: #eaeaea;
}
.lifeplan-desc__item .lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}
.lifeplan-desc__item .text {
  margin-top: 16px;
  line-height: 1.5em;
}
.lifeplan-desc__item .pointer {
  position: absolute;
}
.lifeplan-desc__item .pointer::before, .lifeplan-desc__item .pointer::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 50%;
  background-color: #a7a7a7;
}
.lifeplan-desc__item.--first {
  transform: translateY(-43.25px);
  top: -20%;
  left: 0;
}
.lifeplan-desc__item.--first .pointer {
  width: 47px;
  height: 141px;
  top: 40px;
  left: 100%;
  border-top: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
}
.lifeplan-desc__item.--first .pointer::before {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.lifeplan-desc__item.--first .pointer::after {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
.lifeplan-desc__item.--second {
  transform: translateY(-51.25px);
  top: -20%;
  right: 0;
}
.lifeplan-desc__item.--second .pointer {
  width: 70px;
  height: 140px;
  top: 48px;
  right: 100%;
  border-top: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
}
.lifeplan-desc__item.--second .pointer::before {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.lifeplan-desc__item.--second .pointer::after {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.lifeplan-desc__item.--third {
  transform: translateY(16px);
  left: 0;
  bottom: -20%;
}
.lifeplan-desc__item.--third .pointer {
  width: 46px;
  height: 66px;
  bottom: 71px;
  left: 100%;
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
}
.lifeplan-desc__item.--third .pointer::before {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.lifeplan-desc__item.--third .pointer::after {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.lifeplan-desc__item.--fourth {
  transform: translateY(50px);
  bottom: -20%;
  right: 0;
}
.lifeplan-desc__item.--fourth .pointer {
  width: 182px;
  height: 23px;
  bottom: 90%;
  left: -179px;
  border-top: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
}
.lifeplan-desc__item.--fourth .pointer::before {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.lifeplan-desc__item.--fourth .pointer::after {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}

.lifeplan__head.--family {
  margin-top: 148px;
}
.lifeplan__head.--family .c-green {
  color: #1baf79;
}
.lifeplan__head.--family .--beard {
  position: relative;
}
.lifeplan__head.--family .--beard::before, .lifeplan__head.--family .--beard::after {
  content: "";
  width: 1px;
  height: 1.7em;
  position: absolute;
  bottom: 0;
  background-color: #000000;
}
.lifeplan__head.--family .--beard::before {
  left: -23px;
  transform: rotate(-27.4deg);
}
.lifeplan__head.--family .--beard::after {
  right: -23px;
  transform: rotate(27.4deg);
}

.family-cont {
  margin-top: 73px;
  padding-top: 87px;
  padding-bottom: 87px;
  background-color: #eef9f3;
}
.family-cont__board {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 68px;
  padding-right: 68px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1.8px 7.1px 24px rgba(0, 0, 0, 0.16);
  font-size: 20px;
  letter-spacing: 0.05em;
}
.family-cont__board .head-wrap {
  display: flex;
}
.family-cont__board .head-wrap__head {
  font-weight: 700;
  margin-right: 49px;
}
.family-cont__board .text {
  margin-top: 43px;
  line-height: 1.8;
}

.lineup {
  margin-top: 110px;
  padding-bottom: 136px;
}
.lineup .inner {
  max-width: 100%;
}

.lineup-slide {
  margin-top: 80px;
}
.lineup-slide .splide__list {
  justify-content: center;
}
.lineup-slide .logo-list {
  width: auto;
  height: 66px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.lineup-slide .logo-list li {
  margin-left: 40px;
}
.lineup-slide .logo-list img {
  width: auto;
  height: 100%;
}
.lineup-slide.splide2 {
  margin-top: 0;
}

.type {
  margin-bottom: 160px;
  padding-top: 97px;
  padding-bottom: 205px;
  position: relative;
}
.type .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eef9f3;
  overflow: hidden;
}
.type .bg__head {
  color: #1baf79;
  opacity: 0.15;
  font-size: 159px;
  font-family: "Viga", sans-serif;
  position: absolute;
  bottom: -36px;
  right: 54px;
}
.type .text {
  margin-top: 60px;
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
}
.type .choice-type {
  margin-top: 101px;
  display: flex;
}
.type .choice-type__item > .head a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.type .choice-type__item > .head a .fas {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.type .choice-type .card-list {
  width: 50%;
  text-align: center;
  background-color: #fff;
  border-radius: 25px;
}
.type .choice-type .card-list.--stage {
  border: 1px solid #1baf79;
}
.type .choice-type .card-list.--stage .head {
  background-color: #1baf79;
}
.type .choice-type .card-list.--stage .card-list {
  border: 1px solid #1baf79;
}
.type .choice-type .card-list.--type {
  margin-left: 36px;
  border: 1px solid #1cab3d;
}
.type .choice-type .card-list.--type .head {
  background-color: #1cab3d;
}
.type .choice-type .card-list.--type .card-list {
  border: 1px solid #1cab3d;
}
.type .choice-type .card-list .head {
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-top: -1px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border-radius: 25px 25px 0 0;
}
.type .choice-type .card-list .choice-list {
  padding: 25px 70px 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.type .choice-type .card-list .choice-list__item {
  width: calc((100% - 25px) / 2);
  margin-top: 30px;
  border-radius: 25px;
}
.type .choice-type .card-list .choice-list__item a {
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: all 0.2s ease;
}
.type .choice-type .card-list .choice-list__item a:hover {
  opacity: 0.7;
}
.type .choice-type .card-list .choice-list__item a:hover .icon {
  transform: scale(1.15);
}
.type .choice-type .card-list .choice-list__item:nth-of-type(2n) {
  margin-left: 25px;
}
.type .choice-type .card-list .choice-list__item .head {
  height: 60px;
  font-size: 20px;
}
.type .choice-type .card-list .choice-list__item .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #e5f8ed;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.type .choice-type .card-list .choice-list__item .icon .type-icon {
  width: 100%;
  height: 100%;
  fill: #1baf79;
}

@media screen and (max-width: 1479px) {
  /*-------- TOP --------*/
  .main-visual .mv-text__catch {
    font-size: 52px;
  }
  .main-visual .mv-text__lead {
    font-size: 19px;
  }
  .main-visual .mv-text__cta-btn {
    width: 360px;
    height: 75px;
    margin-top: 56px;
    font-size: 20px;
  }
  .main-visual .mv-text__cta-btn .arrow {
    width: 52px;
    height: 52px;
    left: 11px;
  }
  .main-visual .mv-text__cta-btn span {
    font-size: 18px;
  }
  .main-visual__catch {
    bottom: -85px;
  }
  .main-visual .mv-catch {
    width: 5045.94px;
    font-size: 180px;
    bottom: -12px;
  }
  @keyframes text-loop {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-5045.94px);
    }
  }
  .latest-news {
    height: 90px;
  }
  .latest-news .inner {
    padding-right: 100px;
  }
  .latest-news .article__info time {
    font-size: 16px;
  }
  .latest-news .article__info .category {
    min-width: 135px;
    height: 22px;
    font-size: 14px;
  }
  .latest-news .article__head {
    font-size: 16px;
  }
  .latest-news__more-btn {
    width: 160px;
    height: 50px;
    font-size: 18px;
  }
  .solution .row-list li .catch {
    font-size: 21px;
  }
  .solution .row-list li .text {
    font-size: 14px;
  }
  .analysis .inner .content {
    justify-content: center;
  }
  .head.--lower {
    font-size: 28px;
  }
  .head.--lower + .caption {
    font-size: 24px;
  }
  .lower-outline {
    padding-top: 80px;
  }
  .lower-outline .lead {
    font-size: 30px;
  }
  .lower-outline .text {
    margin-top: 60px;
    font-size: 16px;
  }
  .origin {
    height: 480px;
    margin-top: 80px;
  }
  .origin .bg__head {
    font-size: 130px;
    bottom: -40px;
  }
  .origin .inner {
    width: 65%;
  }
  .origin .inner .text {
    font-size: 16px;
  }
  .origin .content {
    max-width: 65%;
    padding-top: 70px;
  }
  .origin .image-wrap {
    top: -50px;
  }
  .place .inner {
    max-width: 960px;
  }
  .place .point-list__item {
    height: 385px;
  }
  .place .point-list__item:not(:first-of-type) {
    margin-top: 80px;
  }
  .place .point-list__item .num {
    width: 100px;
    height: 100px;
    font-size: 48px;
  }
  .place .point-list__item .content .text {
    line-height: 2;
  }
  .promise {
    margin-top: 140px;
    padding-bottom: 60px;
  }
  .promise .circle-list {
    margin-top: 80px;
    justify-content: space-around;
  }
  .promise .circle-list__item .image-wrap {
    width: 240px;
    height: 240px;
  }
  .promise .circle-list__item .image-wrap img {
    transform: translateX(-50%) scale(0.75);
    transform-origin: bottom;
  }
  .promise .circle-list__item .content .lead {
    font-size: 24px;
  }
  .promise .circle-list__item .content .text {
    font-size: 16px;
  }
  .promise .bg {
    height: 460px;
  }
  .shop {
    margin-top: 140px;
  }
  .issue {
    margin-top: 80px;
  }
  .issue .inner {
    max-width: 980px;
  }
  .issue .inner .head {
    font-size: 32px;
  }
  .issue .card-list {
    margin-top: 60px;
  }
  .issue .card-list__item {
    width: 305px;
    height: 270px;
  }
  .issue .card-list__item:nth-of-type(3n + 2) {
    margin-top: 40px;
  }
  .issue .card-list__item:nth-of-type(3n + 3) {
    margin-top: 80px;
  }
  .issue .card-list__item .head {
    font-size: 22px;
  }
  .issue .card-list__item .icon {
    width: 80px;
    height: 80px;
  }
  .issue .card-list__item .icon img {
    transform: scale(0.8);
  }
  .issue .card-list__item .text {
    margin-top: 10px;
    font-size: 19.5px;
  }
  .issue .catch-wrap {
    margin-top: 220px;
  }
  .issue .catch-wrap .lead {
    font-size: 24px;
  }
  .issue .catch-wrap .catch {
    margin-top: 14px;
    font-size: 40px;
  }
  .issue .bg {
    height: 1024px;
  }
  .issue .bg__head {
    bottom: -36px;
    font-size: 140px;
  }
  .about-insurance .inner {
    max-width: 960px;
  }
  .about-insurance .card-list {
    justify-content: space-around;
  }
  .about-insurance .card-list__item {
    width: 45%;
    height: 500px;
  }
  .about-insurance .card-list__item .head {
    font-size: 40px;
  }
  .about-insurance .card-list__item .image-wrap {
    width: 25%;
    margin-top: 0;
  }
  .about-insurance .card-list__item .image-wrap::before {
    width: 80px;
    height: 80px;
  }
  .about-insurance .card-list__item .image-wrap img {
    width: 100%;
  }
  .about-insurance .card-list__item .lead {
    margin-top: 20px;
    font-size: 24px;
  }
  .about-insurance .card-list__item .text {
    max-width: 340px;
    margin-top: 20px;
    line-height: 2;
  }
  .story {
    padding-top: 80px;
  }
  .story .inner {
    max-width: 980px;
  }
  .story .inner .lead {
    font-size: 28px;
  }
  .story .inner .catch {
    font-size: 24px;
  }
  .story .inner .text {
    margin-top: 40px;
  }
  .story .bg__head {
    font-size: 140px;
  }
  .when-needed .inner {
    max-width: 1100px;
    width: 80%;
  }
  .when-needed .bg__head {
    font-size: 104px;
  }
}
@media screen and (max-width: 1439px) {
  .main-visual {
    max-height: 760px;
  }
  .main-visual .mv-text {
    top: 20%;
  }
  .latest-news .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .latest-news__more-btn {
    width: 160px;
    height: 55px;
    font-size: 19px;
  }
  .solution .bg {
    width: 92%;
    height: 605px;
  }
  .solution .bg .panda2 {
    left: -16%;
  }
  .solution .inner {
    width: 100%;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .solution .inner .text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .solution .row-list li {
    width: 30%;
    padding: 20px;
  }
  .solution .row-list li:not(:first-of-type) {
    margin-left: 20px;
  }
  .solution .row-list li .num {
    width: 64px;
    height: 64px;
    top: -48px;
    left: -26px;
  }
  .solution .row-list li img {
    width: 100%;
  }
  .solution .row-list li .text {
    padding: 0;
  }
  .solution .more-btn {
    margin-top: 60px;
  }
  .flow .bg {
    width: 92%;
    height: 500px;
  }
  .flow .bg__head {
    font-size: 11vw;
  }
  .flow .inner .step-list .--first {
    top: 205px;
    left: 75px;
  }
  .flow .inner .step-list .--second {
    left: 128px;
  }
  .flow .inner .step-list .--third {
    right: 85px;
  }
  .voice {
    padding-top: 80px;
  }
  .voice .voice-slide__item {
    max-width: 840px;
  }
  .voice .splide__arrow {
    width: 4em;
    height: 4em;
  }
  .voice .splide__arrow--prev {
    left: calc(50% - 450px - 2em);
  }
  .voice .splide__arrow--next {
    right: calc(50% - 450px - 2em);
  }
  .shop .bg__head {
    font-size: 120px;
    top: 0.5%;
  }
  .shop .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .shop .inner .content .text-wrap {
    padding: 50px;
  }
  .shop .inner .content .text-wrap img {
    width: 100%;
  }
  .qualification .inner .catch {
    font-size: 2vw;
  }
  .qualification .inner .catch span {
    padding-left: 20px;
    padding-right: 20px;
  }
  .place .inner,
  .promise .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .place .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .place .point-list__item .content {
    padding: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .issue .bg {
    width: 95%;
  }
  .issue .bg__image {
    width: 15%;
    bottom: -142px;
  }
  .issue .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .issue .card-list__item {
    width: 290px;
  }
  .issue .card-list__item .text {
    font-size: 18px;
  }
  .about-insurance .bg__image {
    width: 30%;
    top: 20px;
    left: -48px;
  }
  .story .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .when-needed .bg__head {
    font-size: 98px;
  }
  .lifeplan__head {
    font-size: 24px;
    font-weight: 900;
  }
  .lifeplan__head.--family {
    margin-top: 780px;
  }
  .lifeplan__image-cont {
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .lifeplan__image-cont .image-board {
    width: 600px;
    height: 430px;
    margin-bottom: 477px;
  }
  .lifeplan .catch {
    font-size: 3.2vw;
  }
  .lifeplan-desc {
    width: 700px;
    top: 475px;
    left: 50%;
    transform: translateX(-50%);
  }
  .lifeplan-desc__item.--first {
    top: 0;
    transform: none;
  }
  .lifeplan-desc__item.--first .pointer {
    width: 46px;
    height: 383px;
    top: auto;
    left: 19px;
    bottom: 100%;
    border-right: none;
    border-left: 1px solid #a7a7a7;
  }
  .lifeplan-desc__item.--first .pointer::before {
    left: 100%;
  }
  .lifeplan-desc__item.--first .pointer::after {
    right: 100%;
  }
  .lifeplan-desc__item.--second {
    top: 0;
    transform: translateX(-20px);
  }
  .lifeplan-desc__item.--second .pointer {
    width: 60px;
    height: 384px;
    top: auto;
    right: 20px;
    bottom: 100%;
    border-right: 1px solid #a7a7a7;
    border-left: none;
  }
  .lifeplan-desc__item.--second .pointer::before {
    right: 100%;
  }
  .lifeplan-desc__item.--second .pointer::after {
    left: 100%;
  }
  .lifeplan-desc__item.--third {
    top: 265px;
    bottom: auto;
    transform: translateX(39px);
  }
  .lifeplan-desc__item.--third .pointer {
    width: 48px;
    height: 381px;
    top: auto;
    left: auto;
    right: 18px;
    bottom: 100%;
    border-right: 1px solid #a7a7a7;
    border-left: none;
    border-top: 1px solid #a7a7a7;
    border-bottom: none;
  }
  .lifeplan-desc__item.--third .pointer::before {
    right: auto;
    transform: translate(0%, -50%);
    left: 0;
  }
  .lifeplan-desc__item.--third .pointer::after {
    left: 100%;
  }
  .lifeplan-desc__item.--fourth {
    top: 285px;
    bottom: auto;
    transform: none;
  }
  .lifeplan-desc__item.--fourth .pointer {
    width: 227px;
    height: 519px;
    top: auto;
    left: auto;
    right: 13px;
    bottom: 100%;
    border-right: 1px solid #a7a7a7;
    border-left: none;
  }
  .family-cont .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .type {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lineup-slide .splide__list {
    justify-content: start;
  }
}
@media screen and (max-width: 959px) {
  .header {
    padding-left: 20px;
  }
  .header__logo {
    margin-left: 0;
  }
  .main-visual {
    height: 120vw;
    max-height: 100%;
  }
  .main-visual .mv-image {
    background-image: url(../img/main-visual_bg_sp.jpg);
    background-image: image-set(url(../img/main-visual_bg_sp.jpg) 1x, url(../img/main-visual_bg_sp@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/main-visual_bg_sp.jpg) 1x, url(../img/main-visual_bg_sp@2x.jpg) 2x);
    background-position: center;
  }
  .main-visual .mv-text {
    top: 18%;
    left: 5%;
  }
  .main-visual .mv-text__catch {
    font-size: 50px;
  }
  .latest-news {
    height: 220px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .latest-news .inner {
    flex-direction: column;
    align-items: start;
    position: relative;
  }
  .latest-news .head {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
  }
  .latest-news .article {
    margin-left: 0;
    margin-top: 10px;
  }
  .latest-news__more-btn {
    position: absolute;
    top: 0;
    right: 100px;
  }
  .about {
    padding-bottom: 140px;
  }
  .about__content {
    margin-left: 40px;
  }
  .solution .bg {
    width: calc(100% - 40px);
    height: 590px;
  }
  .solution .bg__head {
    font-size: 80px;
  }
  .solution .bg .panda1 {
    right: 2%;
  }
  .solution .bg .panda2 {
    bottom: -460px;
    left: -75px;
  }
  .solution .inner {
    width: 100%;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .flow {
    padding-top: 140px;
  }
  .flow .bg {
    height: 700px;
    top: 300px;
  }
  .flow .inner {
    margin-top: 100px;
    text-align: center;
  }
  .flow .inner .step-list {
    width: auto;
    margin: 10px auto 0;
    padding-right: 40px;
    display: inline-block;
  }
  .flow .inner .step-list .num {
    flex-shrink: 0;
    margin: 0;
  }
  .flow .inner .step-list li {
    width: 100%;
    margin-top: 20px;
    display: block;
    position: static;
  }
  .flow .inner .step-list .catch {
    margin-top: 0;
    margin-left: 20px;
  }
  .flow .inner .step-list .text {
    padding-left: 10px;
    max-width: 600px;
  }
  .voice {
    padding-top: 20px;
  }
  .voice > .catch {
    margin-top: 40px;
  }
  .voice .voice-slide .splide__track {
    padding-bottom: 60px;
  }
  .voice .voice-slide .splide__arrow {
    width: 4em;
    height: 4em;
  }
  .voice .voice-slide .splide__arrow--prev {
    left: 0;
  }
  .voice .voice-slide .splide__arrow--next {
    right: 0;
  }
  .voice .voice-slide__item {
    max-width: calc(100% - 40px);
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .voice .voice-slide__item .person {
    padding-bottom: 20px;
  }
  .voice .voice-slide__item .qanda {
    margin-top: 30px;
  }
  .voice .voice-slide__item .qanda .answer {
    margin-top: 20px;
  }
  .voice .voice-slide__item .catch.gradation {
    margin-top: 40px;
    font-size: 21px;
  }
  .voice .voice-slide__item .bef-aft .item {
    width: 42%;
  }
  .voice .voice-slide__item .bef-aft .item .head {
    font-size: 16px;
  }
  .voice .voice-slide__item .bef-aft .item ul {
    padding-right: 30px;
  }
  .voice .voice-slide__item .bef-aft .arrow {
    margin-left: 10px;
    margin-right: 10px;
  }
  .shop {
    padding-bottom: 60px;
  }
  .shop .bg__head {
    font-size: 80px;
  }
  .shop .inner .more-btn {
    margin-top: 80px;
  }
  .analysis {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .analysis .bg {
    top: 230px;
  }
  .analysis .inner .content .col-2 {
    margin-left: 28px;
  }
  .analysis .inner .content .col-2 .card-item .head {
    font-size: 16px;
  }
  .analysis .inner .more-btn {
    margin-top: 75px;
  }
  .news .inner .content {
    margin-top: 20px;
  }
  .news .inner .more-btn {
    margin-top: 80px;
  }
  .news .sonpo-wrap {
    padding-bottom: 120px;
  }
  .news .sonpo-banner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news .sonpo-banner .item:nth-of-type(2) {
    margin-left: 20px;
  }
  .news .sonpo-banner .item img {
    width: 40%;
  }
  .news .sonpo-banner .item .text {
    font-size: 14px;
  }
  .philosophy {
    padding-bottom: 90px;
  }
  .philosophy .bg {
    width: 90%;
    height: 1220px;
  }
  .philosophy .inner .text {
    width: 74%;
  }
  .qualification {
    margin-bottom: 120px;
  }
  .qualification .inner {
    padding-bottom: 60px;
  }
  .qualification .inner .content {
    margin-top: 20px;
  }
  .qualification .inner .content .item {
    width: 50%;
  }
  .qualification .inner .content .item:nth-of-type(2) {
    margin-left: 20px;
  }
  .qualification .inner .content .head-wrap {
    height: 80px;
  }
  .qualification .inner .content .head-wrap .title {
    font-size: 16px;
  }
  .issue {
    padding-bottom: 75px;
  }
  .issue .bg {
    height: 1104px;
  }
  .issue .bg::after {
    left: 48%;
  }
  .issue .bg__head {
    font-size: 104px;
    left: 20px;
    bottom: -26px;
  }
  .issue .bg__image {
    width: 18%;
    bottom: -116px;
  }
  .issue .card-list {
    margin-top: 50px;
    justify-content: space-around;
    max-width: 700px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .issue .card-list__item {
    height: 230px;
  }
  .issue .card-list__item:nth-of-type(3n + 2) {
    margin-top: 0;
  }
  .issue .card-list__item:nth-of-type(3n + 3) {
    margin-top: 0;
  }
  .issue .card-list__item:nth-of-type(2n) {
    margin-top: 40px;
  }
  .issue .card-list__item .icon {
    width: 75px;
    height: 75px;
    margin-top: 10px;
  }
  .issue .card-list__item .icon img {
    transform: scale(0.75);
  }
  .issue .card-list__item .text {
    font-size: 16px;
  }
  .lifeplan .catch {
    font-size: 38px;
  }
  .lifeplan .catch span {
    padding: 20px 35px;
  }
  .lifeplan__head {
    line-height: 1.7;
    font-size: 20px;
  }
  .family-cont__board {
    padding-left: 50px;
    padding-right: 50px;
  }
  .family-cont__board .head-wrap {
    display: block;
  }
  .family-cont__board .head-wrap__text {
    margin-top: 28px;
  }
  .origin .bg {
    width: 95%;
  }
  .origin .inner {
    width: 83%;
  }
  .origin .content {
    max-width: 68%;
    padding-top: 50px;
  }
  .origin .image-wrap {
    top: -40px;
    right: 20px;
  }
  .place .point-list__item {
    height: 475px;
  }
  .promise .circle-list__item .image-wrap {
    width: 210px;
    height: 210px;
  }
  .after-support .card-list__item .lead {
    font-size: 14px;
  }
  .after-support .card-list__item .head {
    font-size: 20px;
  }
  .after-support .more-btn {
    width: 100%;
    max-width: 360px;
  }
  .after-support .more-btn.line-design .icon {
    width: 32px;
    height: 32px;
  }
  .type .bg__head {
    font-size: 100px;
    bottom: -25px;
  }
  .type .choice-type .card-list .head {
    height: 51px;
    font-size: 18px;
  }
  .type .choice-type .card-list .choice-list {
    padding: 25px 25px 45px;
  }
  .type .choice-type .card-list .choice-list__item .head {
    height: 40px;
    font-size: 16px;
  }
  .type .choice-type .card-list .choice-list__item .icon {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .more-btn {
    width: 100%;
    max-width: 240px;
    height: 45px;
  }
  .more-btn a {
    border-width: 3px;
    font-size: 16px;
  }
  .more-btn .fas {
    right: 15px;
  }
  .title-wrap {
    padding-bottom: 25px;
  }
  .title-wrap .caption {
    font-size: 15px;
  }
  .title-wrap .head {
    margin-top: 14px;
    font-size: 32px;
  }
  body section .inner {
    padding-left: 17px;
    padding-right: 17px;
  }
  .head.--lower {
    font-size: 18px;
  }
  .head.--lower + .caption {
    font-size: 15px;
  }
  .main-visual {
    height: 100vh;
    max-height: 900px;
  }
  .main-visual .mv-image {
    height: 100%;
  }
  .main-visual .mv-text {
    width: calc(95% - 20px);
    height: auto;
  }
  .main-visual .mv-text__catch {
    font-size: 32px;
  }
  .main-visual .mv-text__catch span:not(:first-of-type) {
    margin-top: 4vw;
  }
  .main-visual .mv-text__lead {
    margin-top: 8vw;
    font-size: 4vw;
  }
  .main-visual .mv-text__cta-btn {
    width: 100%;
    padding: 4px;
    max-width: 290px;
    height: 65px;
    margin-top: 50px;
    font-size: 18px;
    border-width: 1px;
  }
  .main-visual .mv-text__cta-btn .arrow {
    width: 46px;
    height: 46px;
    left: 9px;
  }
  .main-visual .mv-text__cta-btn .arrow .fas {
    font-size: 32px;
  }
  .main-visual .mv-text__cta-btn span {
    font-size: 16px;
    font-weight: 500;
  }
  .main-visual .mv-catch {
    display: none;
  }
  .latest-news {
    height: 140px;
  }
  .latest-news .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .latest-news .head {
    font-size: 24px;
    padding-bottom: 5px;
  }
  .latest-news__more-btn {
    width: 110px;
    height: 30px;
    font-size: 12px;
    top: -5px;
    right: 20px;
  }
  .latest-news .article {
    margin-top: 0;
  }
  .latest-news .article__head {
    margin-top: 10px;
    font-size: 14px;
  }
  .latest-news .article__info time {
    font-size: 14px;
  }
  .latest-news .article__info .category {
    min-width: 105px;
    height: 20px;
    font-size: 12px;
  }
  .about {
    padding-top: 50px;
  }
  .about .inner {
    flex-direction: column;
    align-items: center;
  }
  .about__catch {
    font-size: 20px;
  }
  .about__content {
    margin-left: 0;
    margin-top: 40px;
  }
  .about__content .lead {
    font-size: 20px;
    line-height: 1.5;
  }
  .about__content .text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.75;
  }
  .about .more-btn {
    margin-top: 40px;
  }
  .about .bg__circle.--waning {
    width: 169px;
    height: 169px;
    left: -4vw;
    bottom: 160px;
  }
  .about .bg__circle.--border {
    width: 86px;
    height: 86px;
    top: 338px;
    left: -9vw;
  }
  .about .bg__circle.--stripe {
    width: 90px;
    height: 90px;
    top: 512px;
    right: -5vw;
  }
  .about .bg__circle.--fill {
    width: 25px;
    height: 25px;
    top: 590px;
    right: 9.8vw;
  }
  .about .bg__image {
    width: 240px;
    top: 190px;
  }
  .solution {
    padding-bottom: 60px;
  }
  .solution .bg {
    max-width: 720px;
    width: calc(100% - 20px);
    height: 580px;
  }
  .solution .bg__head {
    font-size: 42px;
  }
  .solution .bg .panda1 {
    width: 87px;
    top: 238px;
  }
  .solution .bg .panda2 {
    width: 132px;
    bottom: -630px;
    left: -60px;
  }
  .solution .inner {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 20px;
  }
  .solution .inner .lead {
    font-size: 18px;
    line-height: 1.75;
  }
  .solution .inner .title {
    margin-top: 40px;
    font-size: 14px;
  }
  .solution .inner .title span {
    padding: 8px 7px;
  }
  .solution .inner .title span:nth-of-type(2) {
    margin-top: 5px;
  }
  .solution .inner .text {
    max-width: 400px;
    margin-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 2;
  }
  .solution .more-btn {
    margin-top: 20px;
    border-width: 1px;
  }
  .dot-text::before {
    top: -0.13em;
  }
  .flow .bg {
    height: 660px;
    top: 260px;
  }
  .flow .bg__circle.--waning {
    width: 229px;
    height: 229px;
    top: 387px;
    left: -58px;
  }
  .flow .bg__circle.--stripe {
    width: 89.5px;
    height: 89.5px;
    top: 889px;
    left: -28.5px;
  }
  .flow .bg__circle.--border {
    width: 173.5px;
    height: 173.5px;
    top: 480px;
    right: -124.5px;
  }
  .flow .bg__circle.--fill {
    width: 40.5px;
    height: 40.5px;
    top: 1050px;
    right: 51px;
  }
  .flow .bg__image {
    display: none;
    width: 409px;
    bottom: -466px;
  }
  .flow .bg__head {
    font-size: 13vw;
    top: 330px;
    right: 2px;
  }
  .flow .inner {
    margin-top: 60px;
  }
  .flow .inner .step-image {
    width: 140px;
  }
  .flow .inner .step-list li {
    margin-top: 15px;
  }
  .flow .inner .step-list .num {
    width: 65px;
    height: 65px;
    padding: 3px;
    font-size: 10px;
    line-height: 1;
  }
  .flow .inner .step-list .num span {
    font-size: 24px;
  }
  .flow .inner .step-list .catch {
    margin-left: 20px;
    font-size: 18px;
  }
  .flow .inner .step-list .text {
    margin-top: 5px;
    font-size: 14px;
  }
  .flow .inner .more-btn {
    margin-top: 50px;
  }
  .voice .bg__circle.--waning {
    width: 150.5px;
    height: 150.5px;
    right: -30px;
    bottom: -950px;
  }
  .voice .bg__circle.--border {
    width: 173.5px;
    height: 173.5px;
    top: 1850px;
    left: -104.5px;
  }
  .voice .bg__circle.--stripe {
    width: 93px;
    height: 93px;
    left: -8.5px;
    bottom: -2000px;
  }
  .voice .bg__circle.--fill {
    width: 51.5px;
    height: 51.5px;
    top: 1070px;
    left: auto;
    right: -24px;
  }
  .voice > .catch {
    font-size: 20px;
  }
  .voice .voice-slide .splide__track {
    padding-top: 40px;
  }
  .voice .voice-slide .splide__arrow {
    width: 3em;
    height: 3em;
  }
  .voice .voice-slide .splide__arrow--prev {
    left: 0;
  }
  .voice .voice-slide .splide__arrow--next {
    right: 0;
  }
  .voice .voice-slide__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .voice .voice-slide__item .person img {
    width: 50px;
  }
  .voice .voice-slide__item .person .content {
    font-size: 16px;
  }
  .voice .voice-slide__item .person .family {
    font-size: 12px;
  }
  .voice .voice-slide__item .person .family .head {
    padding: 3px 10px;
  }
  .voice .voice-slide__item .person .family .text {
    padding: 3px 10px;
  }
  .voice .voice-slide__item .qanda .circle {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    font-size: 16px;
  }
  .voice .voice-slide__item .qanda .question .content {
    margin-left: 20px;
    transform: translateY(-3px);
  }
  .voice .voice-slide__item .qanda .question .lead {
    font-size: 13px;
  }
  .voice .voice-slide__item .qanda .question .head {
    font-size: 17px;
    margin-top: 5px;
  }
  .voice .voice-slide__item .qanda .answer {
    padding: 15px;
    align-items: flex-start;
  }
  .voice .voice-slide__item .qanda .answer .text {
    margin-left: 12px;
    font-size: 13px;
    line-height: 1.75;
  }
  .voice .voice-slide__item .catch.gradation {
    font-size: 16px;
    line-height: 1.5;
  }
  .voice .voice-slide__item .catch.gradation span {
    padding: 7px 5px;
  }
  .voice .voice-slide__item .catch.gradation span:nth-of-type(2) {
    margin-top: 7px;
  }
  .voice .voice-slide__item .bef-aft {
    flex-direction: column;
    transform: none;
  }
  .voice .voice-slide__item .bef-aft .item {
    width: 100%;
    height: auto;
    border-radius: 40px;
    padding-bottom: 20px;
  }
  .voice .voice-slide__item .bef-aft .item .head {
    margin-top: 10px;
    font-size: 13px;
  }
  .voice .voice-slide__item .bef-aft .item ul {
    margin-top: 10px;
  }
  .voice .voice-slide__item .bef-aft .item ul li {
    font-size: 13px;
  }
  .voice .voice-slide__item .bef-aft .item ul li:not(:first-of-type) {
    margin-top: 10px;
  }
  .voice .voice-slide__item .bef-aft .item.--before .panda, .voice .voice-slide__item .bef-aft .item.--after .panda {
    top: auto;
    bottom: -20px;
  }
  .voice .voice-slide__item .bef-aft .item.--after .panda {
    right: -19%;
  }
  .voice .voice-slide__item .bef-aft .arrow {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .voice .voice-slide__item .bef-aft .arrow .fa-solid {
    margin: 0;
    transform: rotate(90deg);
    display: block;
  }
  .voice .voice-slide__item .bef-aft .arrow .fa-solid:nth-of-type(2) {
    margin: 0;
  }
  .shop .bg__head {
    font-size: 12vw;
    left: 20px;
  }
  .shop .bg__image {
    width: 362.5px;
    height: auto;
    right: -94px;
    bottom: -740px;
  }
  .shop .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .shop .inner .head-wrap .caption {
    font-size: 15px;
  }
  .shop .inner .head-wrap .catch {
    margin-top: 10px;
    font-size: 21px;
  }
  .shop .inner .content {
    margin-top: 40px;
    flex-direction: column-reverse;
    align-items: center;
  }
  .shop .inner .content .image-wrap {
    width: 100%;
    position: static;
  }
  .shop .inner .content .text-wrap {
    margin-top: -10%;
    padding: 30px 30px 40px;
    width: 95%;
  }
  .shop .inner .content .text-wrap .title {
    line-height: 1.5;
    font-size: 20px;
  }
  .shop .inner .content .text-wrap .caption {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.75;
  }
  .shop .inner .content .text-wrap img {
    margin-top: 20px;
  }
  .shop .inner .more-btn {
    margin-top: 60px;
  }
  .analysis {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .analysis .bg {
    top: 220px;
  }
  .analysis .bg__head {
    top: 20px;
    left: 20px;
    writing-mode: initial;
    font-size: 48px;
  }
  .analysis .bg__head span {
    color: inherit;
  }
  .analysis .bg__image {
    right: 0;
  }
  .analysis .inner {
    margin-top: 95px;
  }
  .analysis .inner .content {
    height: auto;
    flex-direction: column;
  }
  .analysis .inner .content .col-1 {
    width: 100%;
  }
  .analysis .inner .content .col-1 .card-item {
    height: auto;
    padding: 20px;
  }
  .analysis .inner .content .col-1 .card-item .head {
    width: 100%;
    height: 30px;
    font-size: 18px;
  }
  .analysis .inner .content .col-1 .card-item img {
    max-width: 30%;
    margin-top: 20px;
  }
  .analysis .inner .content .col-1 .card-item .catch {
    margin-top: 20px;
    font-size: 28px;
  }
  .analysis .inner .content .col-1 .card-item .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .analysis .inner .content .col-2 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    flex-direction: row;
  }
  .analysis .inner .content .col-2 .card-item {
    min-width: 40%;
    height: auto;
    padding: 10px;
  }
  .analysis .inner .content .col-2 .card-item:nth-of-type(2) {
    margin-left: 20px;
  }
  .analysis .inner .content .col-2 .card-item .head {
    font-size: 12px;
  }
  .analysis .inner .content .col-2 .card-item img {
    max-width: 30%;
    margin-top: 20px;
  }
  .analysis .inner .content .col-2 .card-item .catch {
    font-size: 28px;
    margin-top: 15px;
  }
  .analysis .inner .content .col-2 .card-item .text {
    margin-top: 15px;
    font-size: 14px;
  }
  .analysis .inner .more-btn {
    margin-top: 50px;
  }
  .analysis .inner .more-btn a {
    font-size: 12px;
  }
  .news .bg__image {
    width: 50vw;
    right: 0;
  }
  .news .inner .content .article li {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .news .inner .content .article__head {
    margin-top: 10px;
    font-size: 13px;
  }
  .news .inner .content .article__info time {
    font-size: 15px;
  }
  .news .inner .content .article__info .category {
    min-width: 110px;
    height: 22px;
    font-size: 11px;
    transform: translateY(-2px);
  }
  .news .inner .more-btn {
    margin-top: 60px;
  }
  .news .sonpo-wrap {
    padding-bottom: 60px;
  }
  .news .sonpo-banner {
    display: block;
  }
  .news .sonpo-banner .item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 8px 15px;
  }
  .news .sonpo-banner .item:nth-of-type(2) {
    margin-left: auto;
    margin-top: 20px;
  }
  .news .sonpo-banner .item .text {
    margin-left: 14px;
  }
  .philosophy {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .philosophy .bg {
    width: 94%;
    height: 1120px;
    top: 80px;
  }
  .philosophy .bg__head {
    font-size: 40px;
  }
  .philosophy .bg__image {
    display: none;
  }
  .philosophy .inner .title {
    font-size: 20px;
  }
  .philosophy .inner .text {
    width: 90%;
    margin-top: 40px;
    font-size: 13px;
    line-height: 1.75em;
    text-align: left;
  }
  .philosophy .more-btn {
    margin-top: 40px;
  }
  .qualification {
    padding-left: 20px;
    padding-right: 20px;
  }
  .qualification .inner {
    width: 100%;
    max-width: 600px;
    padding-bottom: 30px;
  }
  .qualification .inner .catch {
    width: calc(100% + 60px);
    margin-left: -30px;
    font-size: 13px;
    transform: translateY(-14px);
  }
  .qualification .inner .catch span {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .qualification .inner .catch span:nth-of-type(2) {
    margin-top: 10px;
  }
  .qualification .inner .content {
    display: block;
  }
  .qualification .inner .content .item {
    width: 100%;
    max-width: 300px;
    margin: 0px auto;
  }
  .qualification .inner .content .item:nth-of-type(2) {
    margin-top: 40px;
    margin-left: auto;
  }
  .qualification .inner .content .head-wrap {
    height: auto;
  }
  .qualification .inner .content .head-wrap .caption {
    top: -10px;
    font-size: 20px;
    transform: rotate(-10deg);
  }
  .qualification .inner .content .head-wrap .title {
    font-size: 16px;
    line-height: 1.4;
  }
  .qualification .inner .content .head-wrap .title span {
    font-size: 50%;
  }
  .qualification .inner .content img {
    margin-top: 20px;
  }
  .lower-outline {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .lower-outline .lead {
    font-size: 18px;
  }
  .lower-outline .catch {
    font-size: 50px;
  }
  .lower-outline .text {
    margin-top: 40px;
    font-size: 12.5px;
    line-height: 2;
  }
  .lower-outline .bg {
    top: auto;
    bottom: -10px;
    right: -10px;
    max-width: 200px;
    width: 53%;
  }
  .lower-outline .bg img {
    width: 100%;
  }
  .lifeplan .catch {
    transform: translateY(-23px);
    font-size: 20px;
  }
  .lifeplan .catch span {
    padding: 12px 20px;
  }
  .lifeplan .catch span:nth-of-type(2) {
    margin-top: 16px;
  }
  .lifeplan__head {
    margin-top: 20px;
    font-size: 18px;
  }
  .lifeplan__image-cont {
    margin-top: 58px;
  }
  .lifeplan__image-cont .inner {
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
    position: static;
  }
  .lifeplan__image-cont .image-board {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .lifeplan-desc {
    width: 100%;
    margin-top: 20px;
    position: static;
    transform: none;
  }
  .lifeplan-desc__item {
    width: 100%;
    margin-top: 7px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    position: static;
  }
  .lifeplan-desc__item.--first, .lifeplan-desc__item.--second, .lifeplan-desc__item.--third, .lifeplan-desc__item.--fourth {
    position: static;
    transform: none;
  }
  .lifeplan-desc__item.--first .pointer, .lifeplan-desc__item.--second .pointer, .lifeplan-desc__item.--third .pointer, .lifeplan-desc__item.--fourth .pointer {
    display: none;
  }
  .lifeplan-desc__item .lead {
    font-size: 14px;
  }
  .lifeplan-desc__item .text {
    margin-top: 10px;
    font-size: 12.5px;
  }
  .lifeplan__head.--family {
    margin-top: 620px;
    font-size: 16px;
  }
  .lifeplan__head.--family .--beard::before {
    left: -12px;
    bottom: -4px;
  }
  .lifeplan__head.--family .--beard::after {
    right: -12px;
    bottom: -4px;
  }
  .family-cont {
    margin-top: 48px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .family-cont__board {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
  .family-cont__board .head-wrap__text {
    margin-top: 20px;
  }
  .family-cont__board .text {
    margin-top: 28px;
    font-size: 12.5px;
  }
  .origin {
    height: 680px;
    margin-top: 40px;
  }
  .origin .inner {
    width: 100%;
    padding-left: 40px;
    padding-right: 17px;
    position: relative;
    justify-content: start;
    flex-direction: column-reverse;
  }
  .origin .inner .text {
    margin-top: 30px;
    font-size: 12.5px;
  }
  .origin .image-wrap {
    max-width: 400px;
    margin-left: auto;
    padding-left: 15px;
    position: static;
    width: 100%;
    transform: translateY(-40px);
  }
  .origin .bg {
    width: calc(100% - 15px);
    border-radius: 25px 0 0 25px;
  }
  .origin .bg__head {
    bottom: -12px;
    right: 15px;
    font-size: 50px;
  }
  .origin .content {
    margin-top: -10px;
    max-width: 100%;
    padding-top: 0;
  }
  .origin .content .head {
    font-size: 20px;
  }
  .place {
    margin-top: 60px;
  }
  .place .inner {
    padding-left: 17px;
    padding-right: 17px;
  }
  .place .point-list__item {
    position: relative;
    height: auto;
    flex-direction: column;
    background-color: transparent;
    box-shadow: none;
  }
  .place .point-list__item:nth-of-type(even) .num {
    left: auto;
    right: 0px;
    transform: translateY(-70%);
  }
  .place .point-list__item:nth-of-type(even) .image-wrap {
    border-radius: 0;
  }
  .place .point-list__item:nth-of-type(even) .bg {
    right: 0;
  }
  .place .point-list__item:nth-of-type(even) .content {
    max-width: 90%;
    margin-left: 0;
    margin-right: auto;
  }
  .place .point-list__item .num {
    width: 75px;
    height: 75px;
    border-width: 3px;
    font-size: 24px;
    transform: translateY(-70%);
  }
  .place .point-list__item .image-wrap {
    position: absolute;
    width: 80%;
    max-width: 400px;
    height: 260px;
    z-index: -1;
    border-radius: 0;
  }
  .place .point-list__item .content {
    width: 90%;
    margin-top: 170px;
    margin-left: auto;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    box-shadow: 1.8px 7.1px 24px rgba(0, 0, 0, 0.16);
    background-size: 180px;
  }
  .place .point-list__item .content .lead {
    font-size: 11px;
  }
  .place .point-list__item .content .head {
    margin-top: 10px;
    font-size: 15px;
  }
  .place .point-list__item .content .text {
    margin-top: 20px;
    font-size: 12.5px;
  }
  .place .point-list__item .bg {
    width: 50%;
    height: 50%;
    z-index: 1;
  }
  .place .point-list__item .bg .catch {
    font-size: 32px;
  }
  .promise {
    margin-top: 80px;
  }
  .promise .inner {
    padding-left: 17px;
    padding-right: 17px;
  }
  .promise .circle-list {
    margin-top: 40px;
    display: block;
  }
  .promise .circle-list__item {
    width: 100%;
    margin-top: 40px;
  }
  .promise .circle-list__item .content {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .promise .circle-list__item .content .lead {
    font-size: 18px;
  }
  .promise .circle-list__item .content .text {
    margin-top: 20px;
    font-size: 13px;
  }
  .promise .circle-list__item .image-wrap img {
    transform: translateX(-50%) scale(0.65);
  }
  .promise .bg {
    width: 280vw;
    margin-left: -90vw;
    margin-right: -90vw;
    top: 150px;
    height: auto;
  }
  .after-support {
    margin-top: 120px;
  }
  .after-support__content {
    margin-top: 64px;
  }
  .after-support .card-list {
    display: block;
  }
  .after-support .card-list__item {
    width: 100%;
    margin-top: 80px;
    margin-left: 0;
  }
  .after-support .card-list__item .card {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .after-support .card-list__item .image-wrap {
    width: 214px;
    margin-top: 30px;
    height: auto;
  }
  .after-support .card-list__item .image-wrap.--second {
    width: 150px;
  }
  .after-support .card-list__item .text {
    margin-top: 20px;
    font-size: 14px;
  }
  .after-support .card-list__item .more-btn {
    max-width: 290px;
    margin-top: 40px;
  }
  .shop .inner .head-wrap .text {
    font-size: 12.5px;
  }
  .shop.page-about {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .shop.page-about .bg__head {
    font-size: 48px;
  }
  .issue {
    padding-bottom: 75px;
  }
  .issue .bg {
    width: calc(100% - 17px);
    height: 954px;
    border-radius: 25px 0 0 25px;
  }
  .issue .bg::after {
    border-width: 35px 61px 0 61px;
    left: 50%;
  }
  .issue .bg__head {
    font-size: 50px;
    left: 20px;
    bottom: -11px;
  }
  .issue .bg__image {
    width: 120px;
    bottom: -70px;
  }
  .issue .inner {
    padding-top: 40px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .issue .inner .head {
    font-size: 24px;
  }
  .issue .card-list {
    margin-top: 50px;
    justify-content: space-around;
  }
  .issue .card-list__item {
    width: 43vw;
    max-width: 245px;
    height: 180px;
    border-radius: 15px;
  }
  .issue .card-list__item:nth-of-type(3n + 2) {
    margin-top: 0;
  }
  .issue .card-list__item:nth-of-type(3n + 3) {
    margin-top: 0;
  }
  .issue .card-list__item:nth-of-type(2n) {
    margin-top: 40px;
  }
  .issue .card-list__item::after {
    border-width: 15px 5.5px 0 5.5px;
    right: 22px;
  }
  .issue .card-list__item .head {
    font-size: 10px;
  }
  .issue .card-list__item .head span {
    margin-left: 5px;
  }
  .issue .card-list__item .icon {
    width: 45px;
    height: 45px;
    margin-top: 10px;
  }
  .issue .card-list__item .icon img {
    transform: scale(0.5);
  }
  .issue .card-list__item .text {
    font-size: 12.5px;
  }
  .issue .catch-wrap .lead {
    font-size: 16px;
  }
  .issue .catch-wrap .lead::before, .issue .catch-wrap .lead::after {
    width: 1px;
    height: 1.7em;
    bottom: -5px;
  }
  .issue .catch-wrap .lead::before {
    left: -15px;
    transform: rotate(-23deg);
  }
  .issue .catch-wrap .lead::after {
    right: -12px;
    transform: rotate(23deg);
  }
  .issue .catch-wrap .catch {
    font-size: 21px;
  }
  .about-insurance {
    padding-top: 40px;
  }
  .about-insurance .card-list {
    margin-top: 10px;
    display: block;
  }
  .about-insurance .card-list__item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    height: 390px;
    margin-top: 45px;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 25px;
  }
  .about-insurance .card-list__item .head {
    font-size: 32px;
    transform: rotate(-8deg) translate(-5px, -21px);
  }
  .about-insurance .card-list__item .image-wrap::before {
    width: 85px;
    height: 85px;
  }
  .about-insurance .card-list__item .image-wrap img {
    width: 140%;
    margin-left: -20%;
  }
  .about-insurance .card-list__item .lead {
    font-size: 18px;
  }
  .about-insurance .card-list__item .text {
    font-size: 12.5px;
  }
  .about-insurance .bg {
    height: 890px;
  }
  .story {
    margin-top: -80px;
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .story .bg__head {
    top: 160px;
    font-size: 50px;
  }
  .story .bg__image {
    width: calc(100% - 17px);
    max-width: 360px;
    top: 340px;
  }
  .story .inner .lead {
    width: 75%;
    margin-left: 30%;
    margin-right: 0;
    font-size: 17px;
  }
  .story .inner .catch {
    margin-left: 30%;
    font-size: 15px;
  }
  .story .inner .catch::after {
    width: 85px;
    left: calc(100% + 17px);
  }
  .story .inner .text {
    max-width: 400px;
    margin-top: 540px;
    font-size: 12.5px;
    margin-left: auto;
    margin-right: auto;
  }
  .when-needed {
    padding-top: 0;
  }
  .when-needed .bg__head {
    font-size: 42px;
    white-space: nowrap;
    top: 25px;
  }
  .when-needed .inner {
    padding: 0;
    width: 100%;
  }
  .when-needed .head.--lower {
    font-size: 13px;
    line-height: 1.75em;
  }
  .when-needed .head.--lower + .life-caption {
    font-size: 12px;
  }
  .when-needed .image-wrap {
    margin-top: 50px;
    overflow: hidden;
  }
  .when-needed .image-wrap img {
    transform: translateX(2%);
  }
  .lineup {
    margin-top: 40px;
    padding-bottom: 60px;
  }
  .lineup .logo-list {
    height: 40px;
  }
  .lineup .logo-list li {
    margin-left: 20px;
  }
  .lineup-slide {
    margin-top: 40px;
  }
  .type {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
  }
  .type .bg__head {
    font-size: 56px;
    bottom: -14px;
    right: 17px;
  }
  .type .text {
    margin-top: 40px;
  }
  .type .choice-type {
    margin-top: 60px;
    display: block;
  }
  .type .choice-type .card-list {
    width: 100%;
    padding-bottom: 0;
  }
  .type .choice-type .card-list.--type {
    margin-left: 0;
    margin-top: 20px;
  }
  .type .choice-type .card-list .choice-list {
    max-width: 395px;
    margin: 0 auto;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-around;
  }
  .type .choice-type .card-list .choice-list__item {
    width: 90px;
    height: 90px;
    margin-top: 15px;
    border-radius: 15px;
  }
  .type .choice-type .card-list .choice-list__item:nth-of-type(2n) {
    margin-left: 0;
  }
  .type .choice-type .card-list .choice-list__item .head {
    height: 30px;
    border-radius: 15px 15px 0 0;
    font-size: 14px;
  }
  .type .choice-type .card-list .choice-list__item .icon {
    width: 40px;
    height: 45px;
    margin: 7px 25px;
  }
}
/* ClearFix
============================================================================================================ */
.clearfix,
.row {
  zoom: 1;
}

.clearfix:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .sp-hidden {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */