body {
  background-color: #F0F7FF;
}
body .link a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333333;
  transition: 0.3s ease-in-out;
}
body .link a:hover {
  opacity: 0.7;
}
body .link a::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/index_2026/icon07.svg") no-repeat center/cover;
}

#visual .inner .noti {
  width: 322px;
  position: absolute;
  top: 79px;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  padding: 26px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #visual .inner .noti {
    position: static;
    width: auto;
    background: #eee;
    padding: 20px;
  }
}
#visual .inner .noti .tit {
  font-size: 1.6rem;
  line-height: 140%;
  color: #2288FF;
  text-align: center;
  margin: 0 auto 17px;
}
#visual .inner .noti ul {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  border-radius: 8px;
}
#visual .inner .noti ul li {
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
#visual .inner .noti ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  min-height: 104px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #visual .inner .noti ul li a {
    gap: 0;
  }
}
#visual .inner .noti ul li a:hover {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(to right, #2288ff 0%, #00bb77 100%);
}
#visual .inner .noti ul li a:hover::before {
  filter: brightness(0) invert(1);
}
#visual .inner .noti ul li a::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #visual .inner .noti ul li a::before {
    margin-bottom: -10px;
  }
}
#visual .inner .noti ul li:nth-child(1) a::before {
  background-image: url("../img/index_2026/icon01.svg");
}
#visual .inner .noti ul li:nth-child(2) a::before {
  background-image: url("../img/index/icon03.svg");
}
#visual .inner .noti ul li:nth-child(3) a::before {
  background-image: url("../img/index_2026/icon02.svg");
}
#visual .inner .noti ul li:nth-child(4) a::before {
  background-image: url("../img/index_2026/icon03.svg");
}
#visual .inner .noti p.link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  #visual .inner .noti p.link {
    align-items: center;
    gap: 15px;
  }
}
#visual .inner .noti p.link a {
  position: relative;
  display: inline-block;
  color: #333;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 20px;
  transition: 0.3s ease-in-out;
}
#visual .inner .noti p.link a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#visual .inner .noti p.link a::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #2288FF;
  border-right: 1px solid #2288FF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#alert {
  background-color: #ff3e29;
  padding: 24px 0;
}
#alert .js-slide-alert:not(.flexslider) > div:not(:first-child) {
  display: none;
}
#alert .inner01 {
  display: grid;
  grid-template-columns: 1fr 110px;
  padding-left: 160px;
}
@media screen and (max-width: 768px) {
  #alert .inner01 {
    display: block !important;
    padding-left: 0;
  }
}
#alert .text01 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-right: 17px;
}
@media screen and (min-width: 769px) {
  #alert .text01 {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #alert .text01 {
    margin-bottom: 8px;
  }
}
#alert .text01::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  flex: none;
  background: url("/img/icon/info.svg") no-repeat center/cover;
}
#alert .item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #alert .item {
    flex-wrap: wrap;
  }
}
#alert .item p {
  line-height: 1.7;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #alert .item p:last-of-type {
    width: 100%;
    text-decoration: underline;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #alert .link {
    position: absolute;
    top: 0;
    right: 10px;
  }
}
#alert .link a {
  display: inline-flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ffffff;
}
#alert .link a::after {
  filter: brightness(0) invert(1);
}
#alert .flex-control-paging a {
  background-color: transparent;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #alert .flex-control-nav {
    position: absolute !important;
    top: 7px;
    bottom: auto;
    right: 125px;
  }
}

#tabs {
  position: relative;
  padding: 75px 0 60px;
  background-color: #F0F7FF;
}
#tabs .sub-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: #ffffff;
}
#tabs .sub-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0 0 0 100px;
  background-color: #F0F7FF;
}
#tabs h2 {
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.4;
}
#tabs .lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(26, 82, 153, 0.1);
  border-radius: 100px;
  margin: 27px 0 0;
}
#tabs .lists button {
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  height: 68px;
  font-size: 2rem;
  font-weight: 600;
  background-color: #fff;
  color: #333333;
  border-radius: 100px;
  border: 4px solid #ffffff;
  outline: 0;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #tabs .lists button {
    font-size: 1.6rem;
  }
}
#tabs .lists button.active {
  background: linear-gradient(90deg, rgb(34, 136, 255) 0%, rgb(0, 187, 119) 100%);
  color: #fff;
}
@media screen and (min-width: 769px) {
  #tabs .lists button .sp {
    display: none;
  }
}
#tabs .inner > div:last-child {
  position: relative;
  min-height: 200px;
}
#tabs #tab01,
#tabs #tab02 {
  width: 100%;
}
#tabs #tab02 {
  display: none;
}
#tabs #tab01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 53px 30px;
  margin-top: 83px;
}
@media screen and (max-width: 768px) {
  #tabs #tab01 {
    grid-template-columns: 1fr;
  }
}
#tabs #tab01 .item {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px rgba(26, 82, 153, 0.1);
  border-radius: 30px;
  padding: 51px 20px 37px;
}
#tabs #tab01 .item:hover .thumb img, #tabs #tab01 .item:hover::before {
  transform: scale(1.1);
}
#tabs #tab01 .item:hover::after {
  transform: scale(1.1) rotate(180deg);
}
#tabs #tab01 .item::before, #tabs #tab01 .item::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 66px;
  height: 67px;
  background: url("../img/index_2026/icon02.png") no-repeat center/cover;
  transition: 0.3s ease-in-out;
}
#tabs #tab01 .item::after {
  top: auto;
  left: auto;
  bottom: -4px;
  right: -4px;
  transform: rotate(180deg);
}
#tabs #tab01 .item:nth-child(1) .thumb {
  margin-top: -16px;
}
#tabs #tab01 .item:nth-child(2) .thumb {
  margin-top: 16px;
}
#tabs #tab01 .item .tag {
  position: absolute;
  white-space: nowrap;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  color: #2288ff;
  border-radius: 8px;
  background-color: #CFE5FF;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 18px 20px;
}
#tabs #tab01 .item .tag::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-color: #CFE5FF;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#tabs #tab01 .item h3 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 39px;
  align-content: center;
}
#tabs #tab01 .item h3 span {
  position: relative;
  top: -5px;
  font-size: 1.4rem;
  border: 2px solid #333;
  border-radius: 8px;
  margin-left: 8px;
  padding: 3px 5px;
}
#tabs #tab01 .item .thumb {
  margin-bottom: 20px;
  margin-top: 32px;
}
#tabs #tab01 .item .thumb img {
  transition: 0.3s ease-in-out;
}
#tabs #tab01 .item .btn {
  margin: auto 0 14px;
}
#tabs #tab01 .item .btn a {
  position: relative;
  isolation: isolate;
  min-width: 225px;
}
#tabs #tab01 .item .btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(34, 136, 255) 0%, rgb(0, 187, 119) 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#tabs #tab01 .item .btn a:after {
  transition: 0.3s ease-in-out, background-image 0.3s ease-in-out;
}
#tabs #tab01 .item .btn a:hover {
  color: #ffffff;
}
#tabs #tab01 .item .btn a:hover::before {
  opacity: 1;
}
#tabs #tab01 .item .btn a:hover:after {
  filter: brightness(0) invert(1);
}
#tabs #tab02 .text {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  margin: 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #tabs #tab02 .text {
    font-size: 1.8rem;
  }
}
#tabs #tab02 .box {
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #tabs #tab02 .box .sp {
    display: none;
  }
}
#tabs #tab02 ul {
  display: flex;
  gap: 20px;
  letter-spacing: -0.4em;
  text-align: left;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  #tabs #tab02 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
#tabs #tab02 ul ~ ul {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #tabs #tab02 ul ~ ul {
    margin-top: 10px;
  }
}
#tabs #tab02 ul > li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 25%;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 3px 10px rgba(26, 82, 153, 0.15);
}
@media screen and (max-width: 768px) {
  #tabs #tab02 ul > li {
    width: 100%;
  }
}
#tabs #tab02 ul > li br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #tabs #tab02 ul > li br.sp {
    display: block;
  }
}
#tabs #tab02 ul > li > a {
  display: block;
  background: #fff;
  color: #333;
  padding: 40px 0 40px;
  text-align: center;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #tabs #tab02 ul > li > a {
    padding-block: 20px;
  }
}
#tabs #tab02 ul > li > a:hover {
  text-decoration: none;
  color: #2288FF;
}
#tabs #tab02 ul > li > a:hover img {
  transform: scale(1.25);
}
#tabs #tab02 ul > li > a > img {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto 20px;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  #tabs #tab02 ul > li > a > img {
    width: 70px;
    margin-bottom: 10px;
  }
}
#tabs #tab02 ul > li > a > span {
  display: block;
  font-size: 1.6rem;
  line-height: 120%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #tabs #tab02 ul > li > a > span {
    font-size: 1.4rem;
    font-weight: 600;
  }
}
#tabs #tab02 .btn {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#tabs .modal01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 99999;
  box-sizing: border-box;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
#tabs .modal01:not(.is-show) {
  visibility: hidden;
  opacity: 0;
}
#tabs .modal01 > * {
  box-sizing: border-box;
}
#tabs .modal01-body {
  position: relative;
  background-color: #2288FF;
  color: #fff;
  max-width: 1200px;
  width: 100%;
  min-height: 100px;
  padding: 40px 30px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  #tabs .modal01-body {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
#tabs .modal01-title {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #tabs .modal01-title {
    font-size: 2rem;
    text-align: left;
  }
}
#tabs .modal01-list {
  max-width: 900px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #tabs .modal01-list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 30px;
  }
}
#tabs .modal01-list li {
  text-align: left;
}
#tabs .modal01-list li a {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #fff;
  padding: 16px 20px;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #tabs .modal01-list li a {
    border: 0;
    border-radius: 0;
    padding: 5px 15px;
  }
}
#tabs .modal01-text01 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #tabs .modal01-text01 {
    font-size: 1.6rem;
  }
}
#tabs .modal01-text02 {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #tabs .modal01-text02 {
    display: none;
  }
}
#tabs .modal01-footer {
  text-align: center;
  margin-top: 30px;
}
#tabs .modal01-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  padding: 5px 20px;
  min-height: 40px;
  border-radius: 100px;
  background-color: #ffffff;
  color: #333333;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  #tabs .modal01-link {
    min-width: 216px;
  }
}
@media screen and (max-width: 768px) {
  #tabs .modal01-link {
    padding: 10px 20px;
  }
}
#tabs .modal01-link:hover {
  text-decoration: none;
  background: #f5f5f5;
}
#tabs .modal01-link::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/index_2026/icon07.svg) no-repeat center/cover;
  margin-left: 8px;
}
#tabs .modal01-bg {
  position: absolute;
  inset: 0;
  background-color: #787B7F;
  opacity: 0.6;
}
#tabs .modal01-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 0;
  border: 0;
  outline: unset;
}
@media screen and (max-width: 768px) {
  #tabs .modal01-close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
#tabs .modal01-close::before, #tabs .modal01-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #333333;
}
#tabs .modal01-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#tabs .modal01-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@keyframes consult-float {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -16px, 0);
  }
}
@keyframes consult-float-sp {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}
#consult {
  padding: 60px 20px 30px;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  background: #fff url("../img/index_2026/im-bg01.png") no-repeat center 85%/auto;
}
#consult h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.75;
  background-image: linear-gradient(90deg, #ff8c82, #3ec5bf);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #consult h2 {
    font-size: 2.8rem;
  }
}
#consult .inner01 {
  max-width: 1280px;
  margin-inline: auto;
}
#consult .inner01 .text01 {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 30px;
}
#consult .inner01 .btn {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
#consult .inner01 .btn a {
  background: #FF8C82;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
#consult .inner01 .btn a:hover {
  opacity: 0.7;
}
#consult .inner01 .btn a::after {
  border-color: #ffffff;
}
#consult .inner01 .lists-wrap {
  width: 100%;
  margin: 50px 0 0 -52px;
}
@media screen and (max-width: 768px) {
  #consult .inner01 .lists-wrap {
    margin-top: 30px;
  }
}
#consult .inner01 .lists-track {
  display: flex;
  align-items: flex-start;
  gap: 90px;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}
@media screen and (max-width: 768px) {
  #consult .inner01 .lists-track {
    gap: 30px;
  }
}
#consult .inner01 .lists {
  display: flex;
  align-items: flex-start;
  gap: 90px;
  width: max-content;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #consult .inner01 .lists {
    gap: 30px;
  }
}
#consult .inner01 .lists li {
  flex-shrink: 0;
  position: relative;
  width: 320px;
  animation: consult-float 4s ease-in-out infinite;
  backface-visibility: hidden;
  transform: translateZ(0);
}
@media screen and (max-width: 768px) {
  #consult .inner01 .lists li {
    width: 230px;
    animation-name: consult-float-sp;
    animation-duration: 5s;
  }
}
#consult .inner01 .lists li:nth-child(4n+1) {
  animation-delay: 0s;
  animation-duration: 3.8s;
}
@media screen and (max-width: 768px) {
  #consult .inner01 .lists li:nth-child(4n+1) {
    animation-duration: 4.8s;
  }
}
#consult .inner01 .lists li:nth-child(4n+2) {
  animation-delay: -1.2s;
  animation-duration: 4.2s;
}
@media screen and (max-width: 768px) {
  #consult .inner01 .lists li:nth-child(4n+2) {
    animation-duration: 5.2s;
  }
}
#consult .inner01 .lists li:nth-child(4n+3) {
  animation-delay: -0.6s;
  animation-duration: 3.6s;
}
@media screen and (max-width: 768px) {
  #consult .inner01 .lists li:nth-child(4n+3) {
    animation-duration: 4.6s;
  }
}
#consult .inner01 .lists li:nth-child(4n) {
  animation-delay: -1.8s;
  animation-duration: 4.4s;
}
@media screen and (max-width: 768px) {
  #consult .inner01 .lists li:nth-child(4n) {
    animation-duration: 5.4s;
  }
}
@media screen and (max-width: 768px) {
  #consult .inner01 .lists li:nth-child(odd) p {
    left: 50%;
    transform: translateX(-50%);
    min-width: 150px;
  }
}
#consult .inner01 .lists li:nth-child(even) {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #consult .inner01 .lists li:nth-child(even) {
    margin-top: 80px;
  }
}
#consult .inner01 .lists li:nth-child(even) p {
  top: -80px;
  right: 8px;
  bottom: auto;
}
@media screen and (max-width: 768px) {
  #consult .inner01 .lists li:nth-child(even) p {
    top: -55px;
    min-height: unset;
  }
}
#consult .inner01 .lists li:nth-child(even) p::before {
  top: auto;
  bottom: -29px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (max-width: 768px) {
  #consult .inner01 .lists li:nth-child(3) p::before, #consult .inner01 .lists li:nth-child(6) p::before {
    left: auto;
    right: 45px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
}
#consult .inner01 .lists li p {
  position: absolute;
  bottom: -60px;
  right: -10px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #FF8C82;
  text-align: left;
  max-width: 170px;
  min-height: 54px;
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #consult .inner01 .lists li p {
    font-size: 1.3rem;
  }
}
#consult .inner01 .lists li p span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#consult .inner01 .lists li p::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 30px;
  width: 15px;
  height: 30px;
  background-color: #ffffff;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #consult .inner01 .lists li p::before {
    left: 45px;
  }
}
#consult .inner01 .lists img {
  max-width: 100%;
}

#products {
  margin: 0 auto;
  line-height: 0;
  text-align: center;
  background: #fff;
  position: relative;
  padding-bottom: 110px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #products {
    padding-inline: 20px;
  }
}
#products .inner {
  background: #F5F5F5;
  border-radius: 40px;
  padding-top: 53px;
  padding-bottom: 23px;
}
@media screen and (max-width: 768px) {
  #products .inner {
    padding-inline: 15px;
    border-radius: 30px;
  }
}
#products h2 {
  font-size: 2.6rem;
  line-height: 140%;
  margin: 0 auto 60px;
  color: #333;
}
@media screen and (max-width: 768px) {
  #products h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
#products h2 > span {
  display: block;
  font-size: 1.2rem;
  color: #2288FF;
  font-family: "Montserrat";
  line-height: 120%;
  padding: 5px 0 0;
}
#products .box {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto 60px;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  #products .box {
    margin-bottom: 40px;
  }
}
#products ul {
  display: block;
  letter-spacing: -0.4em;
  text-align: left;
  line-height: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  #products ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #products ul:last-of-type {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #products ul:last-of-type li:nth-child(1), #products ul:last-of-type li:nth-child(2) {
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (max-width: 768px) {
  #products ul:last-of-type li:nth-child(2):after {
    content: unset;
  }
}
@media screen and (max-width: 768px) {
  #products ul:last-of-type li a {
    display: block;
    align-content: center;
    text-align: left;
    padding: 0 4px 0 0;
    padding-bottom: 0 !important;
    height: 70px;
    padding-left: 59px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #products ul:last-of-type li img {
    position: absolute;
    width: 50px;
    top: 10px;
    left: 7px;
  }
}
#products ul > li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 25%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #products ul > li {
    width: 100%;
    padding-block: 10px;
  }
}
@media screen and (max-width: 768px) {
  #products ul > li:first-child a span {
    font-size: 1.4rem;
  }
}
#products ul > li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 156px;
  transform: translateY(-50%);
  background: #ddd;
}
@media screen and (max-width: 768px) {
  #products ul > li:after {
    height: calc(100% - 20px);
  }
}
#products ul > li > a {
  display: block;
  background: #fff;
  color: #333;
  padding: 40px 0 40px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #products ul > li > a {
    padding-block: 9px;
  }
}
#products ul > li > a:hover {
  text-decoration: none;
  color: #2288FF;
}
#products ul > li > a:hover img {
  transform: scale(1.25);
}
#products ul > li > a > img {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto 20px;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  #products ul > li > a > img {
    width: 70px;
  }
}
#products ul > li > a > span {
  display: block;
  font-size: 1.6rem;
  line-height: 120%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #products ul > li > a > span {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px) {
  #products ul > li > a .sp {
    display: none;
  }
}
#products ul > li:last-child:after {
  content: unset;
}
#products .btn {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

#campaign {
  margin-bottom: 0;
  padding-bottom: 98px;
}
#campaign h2 {
  margin-bottom: 52px;
}

#lifes {
  background: #ffffff url("../img/index_2026/img-bg02.png") repeat center 10%/auto;
  padding-top: 74px;
  padding-bottom: 80px;
  overflow: hidden;
}
#lifes h2 {
  font-size: 2.6rem;
  line-height: 140%;
  margin: 0 auto 58px;
  color: #333;
}
#lifes h2 > span {
  display: block;
  font-size: 1.2rem;
  color: #2288FF;
  font-family: "Montserrat";
  line-height: 120%;
  padding: 5px 0 0;
}
@media screen and (max-width: 768px) {
  #lifes .inner {
    padding-inline: 0;
  }
}
#lifes .inner01 {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #lifes .inner01 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  #lifes .inner01 > div:first-of-type {
    padding-inline: 20px;
  }
}
#lifes .text01 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  align-content: center;
  min-height: 90px;
  width: 100%;
  max-width: 330px;
  margin: 13px auto 30px;
  background-color: #2288FF;
  color: #fff;
  border-radius: 8px;
  position: relative;
}
#lifes .text01::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-color: #2288FF;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
#lifes .text02 {
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 12px 0 16px;
}
#lifes .list {
  margin-bottom: 26px;
}
#lifes .list li:not(:last-child) {
  margin-bottom: 10px;
}
#lifes .list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #333333;
  min-height: 40px;
  background-color: #ffffff;
  padding: 5px 15px;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #lifes .list li a {
    font-size: 1.3rem;
  }
}
#lifes .list li a::before {
  content: "";
  display: inline-block;
  flex: none;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
#lifes .list li a::after {
  content: "";
  display: inline-block;
  flex: none;
  width: 16px;
  height: 16px;
  background: url("../img/index_2026/icon07.svg") no-repeat center/cover;
}
#lifes .list li:nth-child(1) a::before {
  background-image: url("../img/index_2026/icon12.svg");
}
#lifes .list li:nth-child(2) a::before {
  background-image: url("../img/index_2026/icon13.svg");
}
#lifes .list li:nth-child(3) a::before {
  background-image: url("../img/index_2026/icon14.svg");
}
#lifes .list li:nth-child(4) a::before {
  background-image: url("../img/index_2026/icon15.svg");
}
#lifes .list li:nth-child(5) a::before {
  background-image: url("../img/index_2026/icon16.svg");
}
#lifes .rights {
  background-color: #FFF7D5;
  padding: 40px 60px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #lifes .rights {
    padding: 40px;
    border-radius: 0;
  }
}
#lifes .rights .flexslider {
  margin-top: 24px;
}
#lifes .rights .flexslider.is-no-scroll > .flex-viewport {
  padding-bottom: 0;
}
#lifes .rights .flexslider.is-no-scroll > .jspHorizontalBar,
#lifes .rights .flexslider.is-no-scroll .flex-direction-nav {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #lifes .rights .flexslider .flex-viewport {
    overflow: visible !important;
  }
}
#lifes .rights .flexslider .slides li {
  box-shadow: unset;
}
#lifes .rights .flexslider .slides li a {
  background-color: transparent;
  box-shadow: unset;
}
#lifes .rights .flexslider .slides li a img {
  border-radius: 8px;
}
#lifes .rights .flexslider .slides li a .text {
  padding: 0;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #lifes .rights .flexslider > .flex-viewport {
    margin-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  #lifes .rights .flex-direction-nav a {
    display: inline-block !important;
  }
}
#lifes .rights .flex-direction-nav a:after {
  border-color: #2288FF;
  width: 20px;
  height: 20px;
  left: 4px;
}
#lifes .rights .flex-direction-nav a.flex-next:after {
  right: 4px;
  left: auto;
}

#service {
  margin-top: 0;
}

#news {
  background-color: #F5F5F5;
  padding-top: 74px;
}
#news h2 {
  margin-bottom: 35px;
}
#news ul.news_list {
  margin-bottom: 70px;
}
#news ul.news_list > li p span.pink {
  background: #ddc4f5;
}

#banner ul li a img {
  width: 100%;
  border-radius: 8px;

  object-fit: cover;
}

#sns {
  background-color: #ffffff;
}
