/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

.firstview {
  position: relative;
}
.firstview__image {
  width: 100%;
  margin: auto;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.2s;
}
.header:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .logo img {
    width: 101px;
    height: 100px;
  }
}

.title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  .title {
    margin: -3.6rem auto 0;
  }
}
.title__main {
  font-size: clamp(2rem, 6.25vw, 5rem);
  font-weight: 600;
  text-align: center;
  color: #FF477F;
  line-height: 1;
  letter-spacing: 0.45rem;
  position: relative;
  margin-left: 1.25rem;
  text-shadow: 0.375rem 0 0 var(--white-ffffff, #FFF), 0.353rem 0.125rem 0 var(--white-ffffff, #FFF), 0.289rem 0.237rem 0 var(--white-ffffff, #FFF), 0.198rem 0.318rem 0 var(--white-ffffff, #FFF), 0.085rem 0.366rem 0 var(--white-ffffff, #FFF), 0 0.375rem 0 var(--white-ffffff, #FFF), -0.085rem 0.366rem 0 var(--white-ffffff, #FFF), -0.198rem 0.318rem 0 var(--white-ffffff, #FFF), -0.289rem 0.237rem 0 var(--white-ffffff, #FFF), -0.353rem 0.125rem 0 var(--white-ffffff, #FFF), -0.375rem 0 0 var(--white-ffffff, #FFF), -0.353rem -0.125rem 0 var(--white-ffffff, #FFF), -0.289rem -0.237rem 0 var(--white-ffffff, #FFF), -0.198rem -0.318rem 0 var(--white-ffffff, #FFF), -0.085rem -0.366rem 0 var(--white-ffffff, #FFF), 0 -0.375rem 0 var(--white-ffffff, #FFF), 0.085rem -0.366rem 0 var(--white-ffffff, #FFF), 0.198rem -0.318rem 0 var(--white-ffffff, #FFF), 0.289rem -0.237rem 0 var(--white-ffffff, #FFF), 0.353rem -0.125rem 0 var(--white-ffffff, #FFF);
}
@media screen and (max-width: 768px) {
  .title__main {
    font-size: 3rem;
    letter-spacing: 0.15rem;
    margin-left: 0;
    text-shadow: 0.25rem 0 0 var(--white-ffffff, #FFF), 0.248rem 0.03rem 0 var(--white-ffffff, #FFF), 0.246rem 0.045rem 0 var(--white-ffffff, #FFF), 0.242rem 0.062rem 0 var(--white-ffffff, #FFF), 0.237rem 0.08rem 0 var(--white-ffffff, #FFF), 0.232rem 0.098rem 0 var(--white-ffffff, #FFF), 0.228rem 0.112rem 0 var(--white-ffffff, #FFF), 0.22rem 0.13rem 0 var(--white-ffffff, #FFF), 0.215rem 0.15rem 0 var(--white-ffffff, #FFF), 0.207rem 0.166rem 0 var(--white-ffffff, #FFF), 0.2rem 0.177rem 0 var(--white-ffffff, #FFF), 0.19rem 0.192rem 0 var(--white-ffffff, #FFF), 0.18rem 0.21rem 0 var(--white-ffffff, #FFF), 0.17rem 0.225rem 0 var(--white-ffffff, #FFF), 0.164rem 0.237rem 0 var(--white-ffffff, #FFF), 0.15rem 0.25rem 0 var(--white-ffffff, #FFF), 0.138rem 0.265rem 0 var(--white-ffffff, #FFF), 0.125rem 0.28rem 0 var(--white-ffffff, #FFF), 0.11rem 0.295rem 0 var(--white-ffffff, #FFF), 0.095rem 0.31rem 0 var(--white-ffffff, #FFF), 0.073rem 0.318rem 0 var(--white-ffffff, #FFF), 0.06rem 0.325rem 0 var(--white-ffffff, #FFF), 0.04rem 0.332rem 0 var(--white-ffffff, #FFF), 0.02rem 0.338rem 0 var(--white-ffffff, #FFF), 0 0.34rem 0 var(--white-ffffff, #FFF), -0.02rem 0.338rem 0 var(--white-ffffff, #FFF), -0.04rem 0.332rem 0 var(--white-ffffff, #FFF), -0.06rem 0.325rem 0 var(--white-ffffff, #FFF), -0.073rem 0.318rem 0 var(--white-ffffff, #FFF), -0.095rem 0.31rem 0 var(--white-ffffff, #FFF), -0.11rem 0.295rem 0 var(--white-ffffff, #FFF), -0.125rem 0.28rem 0 var(--white-ffffff, #FFF), -0.138rem 0.265rem 0 var(--white-ffffff, #FFF), -0.15rem 0.25rem 0 var(--white-ffffff, #FFF), -0.164rem 0.237rem 0 var(--white-ffffff, #FFF), -0.17rem 0.225rem 0 var(--white-ffffff, #FFF), -0.18rem 0.21rem 0 var(--white-ffffff, #FFF), -0.19rem 0.192rem 0 var(--white-ffffff, #FFF), -0.2rem 0.177rem 0 var(--white-ffffff, #FFF), -0.207rem 0.166rem 0 var(--white-ffffff, #FFF), -0.215rem 0.15rem 0 var(--white-ffffff, #FFF), -0.22rem 0.13rem 0 var(--white-ffffff, #FFF), -0.228rem 0.112rem 0 var(--white-ffffff, #FFF), -0.232rem 0.098rem 0 var(--white-ffffff, #FFF), -0.237rem 0.08rem 0 var(--white-ffffff, #FFF), -0.242rem 0.062rem 0 var(--white-ffffff, #FFF), -0.246rem 0.045rem 0 var(--white-ffffff, #FFF), -0.248rem 0.03rem 0 var(--white-ffffff, #FFF), -0.25rem 0 0 var(--white-ffffff, #FFF), -0.248rem -0.03rem 0 var(--white-ffffff, #FFF), -0.246rem -0.045rem 0 var(--white-ffffff, #FFF), -0.242rem -0.062rem 0 var(--white-ffffff, #FFF), -0.237rem -0.08rem 0 var(--white-ffffff, #FFF), -0.232rem -0.098rem 0 var(--white-ffffff, #FFF), -0.228rem -0.112rem 0 var(--white-ffffff, #FFF), -0.22rem -0.13rem 0 var(--white-ffffff, #FFF), -0.215rem -0.15rem 0 var(--white-ffffff, #FFF), -0.207rem -0.166rem 0 var(--white-ffffff, #FFF), -0.2rem -0.177rem 0 var(--white-ffffff, #FFF), -0.19rem -0.192rem 0 var(--white-ffffff, #FFF), -0.18rem -0.21rem 0 var(--white-ffffff, #FFF), -0.17rem -0.225rem 0 var(--white-ffffff, #FFF), -0.164rem -0.237rem 0 var(--white-ffffff, #FFF), -0.15rem -0.25rem 0 var(--white-ffffff, #FFF), -0.138rem -0.265rem 0 var(--white-ffffff, #FFF), -0.125rem -0.28rem 0 var(--white-ffffff, #FFF), -0.11rem -0.295rem 0 var(--white-ffffff, #FFF), -0.095rem -0.31rem 0 var(--white-ffffff, #FFF), -0.073rem -0.318rem 0 var(--white-ffffff, #FFF), -0.06rem -0.325rem 0 var(--white-ffffff, #FFF), -0.04rem -0.332rem 0 var(--white-ffffff, #FFF), -0.02rem -0.338rem 0 var(--white-ffffff, #FFF), 0 -0.34rem 0 var(--white-ffffff, #FFF), 0.02rem -0.338rem 0 var(--white-ffffff, #FFF), 0.04rem -0.332rem 0 var(--white-ffffff, #FFF), 0.06rem -0.325rem 0 var(--white-ffffff, #FFF), 0.073rem -0.318rem 0 var(--white-ffffff, #FFF), 0.095rem -0.31rem 0 var(--white-ffffff, #FFF), 0.11rem -0.295rem 0 var(--white-ffffff, #FFF), 0.125rem -0.28rem 0 var(--white-ffffff, #FFF), 0.138rem -0.265rem 0 var(--white-ffffff, #FFF), 0.15rem -0.25rem 0 var(--white-ffffff, #FFF), 0.164rem -0.237rem 0 var(--white-ffffff, #FFF), 0.17rem -0.225rem 0 var(--white-ffffff, #FFF), 0.18rem -0.21rem 0 var(--white-ffffff, #FFF), 0.19rem -0.192rem 0 var(--white-ffffff, #FFF), 0.2rem -0.177rem 0 var(--white-ffffff, #FFF), 0.207rem -0.166rem 0 var(--white-ffffff, #FFF), 0.215rem -0.15rem 0 var(--white-ffffff, #FFF), 0.22rem -0.13rem 0 var(--white-ffffff, #FFF), 0.228rem -0.112rem 0 var(--white-ffffff, #FFF), 0.232rem -0.098rem 0 var(--white-ffffff, #FFF), 0.237rem -0.08rem 0 var(--white-ffffff, #FFF), 0.242rem -0.062rem 0 var(--white-ffffff, #FFF), 0.246rem -0.045rem 0 var(--white-ffffff, #FFF), 0.248rem -0.03rem 0 var(--white-ffffff, #FFF);
  }
}
.title__main::before {
  content: "";
  position: absolute;
  background: url("/staging/assets/images/fv-attention.svg") no-repeat;
  width: clamp(4rem, 15vw, 7.5rem);
  height: clamp(2rem, 6vw, 4rem);
  top: clamp(-5rem, -8vw, -1.5rem);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .title__main::before {
    width: 100%;
    height: 100%;
    top: -52px;
    background: url("/staging/assets/images/fv-attention-sp.svg") no-repeat center;
  }
}
.title__provider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34.375rem;
  margin: 12px auto 0;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.6;
  text-shadow: 0.1875rem 0 0 #FFF, 0.1765rem 0.0625rem 0 #FFF, 0.1445rem 0.1185rem 0 #FFF, 0.099rem 0.159rem 0 #FFF, 0.0425rem 0.183rem 0 #FFF, 0 0.1875rem 0 #FFF, -0.0425rem 0.183rem 0 #FFF, -0.099rem 0.159rem 0 #FFF, -0.1445rem 0.1185rem 0 #FFF, -0.1765rem 0.0625rem 0 #FFF, -0.1875rem 0 0 #FFF, -0.1765rem -0.0625rem 0 #FFF, -0.1445rem -0.1185rem 0 #FFF, -0.099rem -0.159rem 0 #FFF, -0.0425rem -0.183rem 0 #FFF, 0 -0.1875rem 0 #FFF, 0.0425rem -0.183rem 0 #FFF, 0.099rem -0.159rem 0 #FFF, 0.1445rem -0.1185rem 0 #FFF, 0.1765rem -0.0625rem 0 #FFF;
}
@media screen and (max-width: 768px) {
  .title__provider {
    padding: 0 2.3125rem;
    width: auto;
    font-size: 0.9375rem;
    margin-top: 6px;
  }
}
.title__provider::before {
  content: "";
  height: 0.1875rem;
  background-color: #FF477F;
  flex-grow: 9;
  margin-right: 1rem;
  border-radius: 0;
  box-shadow: 0.125rem 0 0 #FFF, 0.1177rem 0.0417rem 0 #FFF, 0.0963rem 0.079rem 0 #FFF, 0.066rem 0.106rem 0 #FFF, 0.0283rem 0.122rem 0 #FFF, 0 0.125rem 0 #FFF, -0.0283rem 0.122rem 0 #FFF, -0.066rem 0.106rem 0 #FFF, -0.0963rem 0.079rem 0 #FFF, -0.1177rem 0.0417rem 0 #FFF, -0.125rem 0 0 #FFF, -0.1177rem -0.0417rem 0 #FFF, -0.0963rem -0.079rem 0 #FFF, -0.066rem -0.106rem 0 #FFF, -0.0283rem -0.122rem 0 #FFF, 0 -0.125rem 0 #FFF, 0.0283rem -0.122rem 0 #FFF, 0.066rem -0.106rem 0 #FFF, 0.0963rem -0.079rem 0 #FFF, 0.1177rem -0.0417rem 0 #FFF;
}
@media screen and (max-width: 768px) {
  .title__provider::before {
    flex-grow: 6;
    height: 0.125rem;
  }
}
.title__provider::after {
  content: "";
  height: 0.1875rem;
  background-color: #FF477F;
  flex-grow: 1;
  margin-left: 1rem;
  border-radius: 0;
  box-shadow: 0.125rem 0 0 #FFF, 0.1177rem 0.0417rem 0 #FFF, 0.0963rem 0.079rem 0 #FFF, 0.066rem 0.106rem 0 #FFF, 0.0283rem 0.122rem 0 #FFF, 0 0.125rem 0 #FFF, -0.0283rem 0.122rem 0 #FFF, -0.066rem 0.106rem 0 #FFF, -0.0963rem 0.079rem 0 #FFF, -0.1177rem 0.0417rem 0 #FFF, -0.125rem 0 0 #FFF, -0.1177rem -0.0417rem 0 #FFF, -0.0963rem -0.079rem 0 #FFF, -0.066rem -0.106rem 0 #FFF, -0.0283rem -0.122rem 0 #FFF, 0 -0.125rem 0 #FFF, 0.0283rem -0.122rem 0 #FFF, 0.066rem -0.106rem 0 #FFF, 0.0963rem -0.079rem 0 #FFF, 0.1177rem -0.0417rem 0 #FFF;
}
@media screen and (max-width: 768px) {
  .title__provider::after {
    height: 0.125rem;
  }
}
.title__text {
  color: #2F2F2F;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.0625rem;
  margin-top: 3px;
  margin-left: 0.625rem;
  text-shadow: 0.1875rem 0 0 #FFF, 0.1765rem 0.0625rem 0 #FFF, 0.1445rem 0.1185rem 0 #FFF, 0.099rem 0.159rem 0 #FFF, 0.0425rem 0.183rem 0 #FFF, 0 0.1875rem 0 #FFF, -0.0425rem 0.183rem 0 #FFF, -0.099rem 0.159rem 0 #FFF, -0.1445rem 0.1185rem 0 #FFF, -0.1765rem 0.0625rem 0 #FFF, -0.1875rem 0 0 #FFF, -0.1765rem -0.0625rem 0 #FFF, -0.1445rem -0.1185rem 0 #FFF, -0.099rem -0.159rem 0 #FFF, -0.0425rem -0.183rem 0 #FFF, 0 -0.1875rem 0 #FFF, 0.0425rem -0.183rem 0 #FFF, 0.099rem -0.159rem 0 #FFF, 0.1445rem -0.1185rem 0 #FFF, 0.1765rem -0.0625rem 0 #FFF;
}
@media screen and (max-width: 768px) {
  .title__text {
    font-size: 1rem;
    line-height: 1.7;
    margin-left: 0;
  }
}
.title__highlight {
  color: var(--pink-FF477F, #FF477F);
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.075rem;
  text-shadow: none;
  background: linear-gradient(transparent 0%, #FFF49F 0%);
  padding: 0 0.25rem;
  margin: 0 0.25rem;
}
@media screen and (max-width: 768px) {
  .title__highlight {
    font-size: 1.1875rem;
    line-height: 1.7;
  }
}

.main {
  background: url("/staging/assets/images/bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: -4rem;
  padding: 5rem 5rem;
  background-position: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .main {
    background: url("/staging/assets/images/bg-sp.jpg") no-repeat;
    background-size: cover;
    padding: 0;
    background-position: -7px 24px;
  }
}
.main__wrapper {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main__wrapper {
    padding-top: 5rem;
  }
}
.main__description {
  font-size: 0.875rem;
  color: #288CD0;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .main__description {
    font-size: 0.8125rem;
    padding: 0 1rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .main__description-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main__description-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.main__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
  justify-self: anchor-center;
  margin-top: 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main__tabs {
    justify-self: unset;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 0.5rem;
    gap: 0.3125rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__tabs::before {
    position: absolute;
    content: "";
    width: 97%;
    height: 0.1875rem;
    background: #288CD0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
.main__tabs-item {
  text-align: center;
  font-size: 22px;
  text-decoration: none;
  color: #333333;
  border-radius: 0.5rem 0.5rem 0 0;
  transition: background-color 0.3s;
  font-weight: 600;
  line-height: 1.3;
  width: clamp(14rem, 22vw, 280px);
  height: 82px;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .main__tabs-item:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .main__tabs-item {
    font-size: 1rem;
    width: 100%;
    height: 4.375rem;
  }
}
.main__tabs-item span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.main__tabs-item--all {
  background-color: #1e88cf;
  color: #ffffff;
}
.main__tabs-item--all span {
  padding-left: 42px;
}
@media screen and (max-width: 768px) {
  .main__tabs-item--all span {
    padding-left: 0;
    top: -3px;
  }
}
.main__tabs-item--all span::before {
  position: absolute;
  content: "";
  background: url("/staging/assets/images/icn-all.svg") no-repeat;
  width: 100%;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .main__tabs-item--all span::before {
    display: none;
  }
}
.main__tabs-item--heatstroke {
  background-color: #FF477F;
  color: #ffffff;
}
.main__tabs-item--heatstroke span {
  padding-left: 44px;
}
@media screen and (max-width: 768px) {
  .main__tabs-item--heatstroke span {
    padding-left: 0;
  }
}
.main__tabs-item--heatstroke span::before {
  position: absolute;
  content: "";
  background: url("/staging/assets/images/icn-sun.svg") no-repeat;
  width: 100%;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  .main__tabs-item--heatstroke span::before {
    display: none;
  }
}
.main__tabs-item--summer {
  background-color: #FF477F;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .main__tabs-item--summer {
    min-width: 8.8125rem;
  }
}
.main__tabs-item--summer span {
  padding-left: 48px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .main__tabs-item--summer span {
    padding-left: 0;
    text-align: center;
  }
}
.main__tabs-item--summer span::before {
  position: absolute;
  content: "";
  background: url("/staging/assets/images/icn-hat.svg") no-repeat;
  width: 100%;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  .main__tabs-item--summer span::before {
    display: none;
  }
}
.main__tabs-item--active {
  position: relative;
  height: 92px;
}
@media screen and (max-width: 768px) {
  .main__tabs-item--active {
    height: 4.875rem;
  }
}
.main__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding-top: 2.5rem;
  border-top: 3px solid #288CD0;
}
@media screen and (max-width: 768px) {
  .main__content {
    grid-template-columns: 1fr;
    padding-top: 1.25rem;
    border-top: none;
    padding: 1.25rem 2rem 5rem;
  }
}
.main__card {
  background-color: #ffffff;
  border-radius: 0.625rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.main__card-image {
  overflow: hidden;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
@media (hover: hover) and (pointer: fine) {
  .main__card-img {
    transition: transform 0.6s ease;
  }
}
.main__card-body {
  padding: 1.25rem;
}
@media screen and (max-width: 768px) {
  .main__card-body {
    padding: 1rem;
  }
}
.main__card-link {
  text-decoration: none;
}
.main__card-link:hover .main__card-title {
  color: #288CD0;
}
.main__card-link:hover .main__card-text {
  color: #288CD0;
}
.main__card-link:hover .main__card-img {
  transform: scale(1.1);
}
.main__card-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  padding-left: 0.75rem;
  color: #2F2F2F;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .main__card-title {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
    padding-left: 0.6875rem;
  }
}
.main__card-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 0.3rem;
  height: 90%;
  background: #288CD0;
}
@media screen and (max-width: 768px) {
  .main__card-title::before {
    width: 0.1875rem;
    height: 90%;
    top: 2px;
  }
}
.main__card-text {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
  color: #2F2F2F;
  padding-left: 0.75rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .main__card-text {
    font-size: 0.9375rem;
    padding-left: 0;
  }
}

.insurance {
  background: url("/staging/assets/images/bg_footer.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 51px 5rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .insurance {
    padding: 29px 0.5rem 40px;
  }
}
.insurance::before {
  position: absolute;
  content: "";
  background: url("/staging/assets/images/plan-human1.png") no-repeat;
  background-size: contain;
  width: 145px;
  height: 148px;
  left: 70px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .insurance::before {
    display: none;
  }
}
.insurance::after {
  position: absolute;
  content: "";
  background: url("/staging/assets/images/plan-human2.png") no-repeat;
  background-size: contain;
  width: 145px;
  height: 148px;
  right: 70px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .insurance::after {
    display: none;
  }
}
.insurance__fukidashi {
  position: relative;
  box-shadow: 0 4px 0 #288CD0;
  display: inline-flex;
  border: 2px solid #288CD0;
  border-radius: 45px;
  padding: 6px 70px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .insurance__fukidashi {
    width: 93%;
    justify-content: center;
    border-radius: 20px;
    padding: 13px 0;
  }
}
.insurance__fukidashi::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 20px;
  background: #288CD0;
  -webkit-clip-path: path("M0,0 L30,0 L20,15 Q15,20 10,15 L0,0");
          clip-path: path("M0,0 L30,0 L20,15 Q15,20 10,15 L0,0");
}
.insurance__fukidashi::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 15px;
  background: #fff;
  -webkit-clip-path: path("M0,0 L20,0 L13,10 Q10,15 7,10 L0,0");
          clip-path: path("M0,0 L20,0 L13,10 Q10,15 7,10 L0,0");
  z-index: 1;
}
.insurance__fukidashi-wrapper {
  position: relative;
  display: inline;
}
@media screen and (max-width: 768px) {
  .insurance__fukidashi-wrapper {
    height: 100%;
    display: block;
  }
}
.insurance__fukidashi-wrapper::before {
  position: absolute;
  content: "";
  background: url("/staging/assets/images/plan-float.svg") no-repeat;
  width: 32px;
  height: 32px;
  top: -20px;
  left: 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .insurance__fukidashi-wrapper::before {
    left: 6px;
    width: 40px;
    height: 40px;
    background: url("/staging/assets/images/plan-float.svg") no-repeat;
    background-size: contain;
    top: 10px;
  }
}
.insurance__fukidashi-wrapper::after {
  position: absolute;
  content: "";
  background: url("/staging/assets/images/plan-ice.svg") no-repeat;
  width: 38px;
  height: 38px;
  top: 6px;
  right: 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .insurance__fukidashi-wrapper::after {
    transform: scale(-1, 1);
    top: initial;
    right: 28px;
    bottom: -12px;
    background: url("/staging/assets/images/plan-ice.svg") no-repeat;
    width: 40px;
    height: 40px;
  }
}
.insurance__fukidashi-inner {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .insurance__fukidashi-inner::before {
    position: absolute;
    content: "";
    background: url("/staging/assets/images/plan-human1.png") no-repeat;
    background-size: contain;
    width: 70px;
    height: 62px;
    left: 15px;
    bottom: -13px;
    z-index: 3;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .insurance__fukidashi-inner::after {
    position: absolute;
    content: "";
    background: url("/staging/assets/images/plan-human2.png") no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: -13px;
    z-index: 3;
    display: none;
  }
}
.insurance__text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #288CD0;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 768px) {
  .insurance__text {
    font-size: 20px;
    line-height: 1.3;
  }
}
.insurance__text--disclaimer {
  margin: 0.5rem auto 0;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  max-width: 840px;
  width: 100%;
  color: #2F2F2F;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .insurance__text--disclaimer {
    padding-left: 0;
  }
}
.insurance__more {
  margin-top: 1rem;
}
.insurance__link {
  max-width: 380px;
  width: 100%;
  display: block;
  margin: 24px auto 0;
  padding: 19px 0;
  border-radius: 40px;
  border: 2px solid var(--white-ffffff, #FFF);
  background: var(--pink-FF477F, #FF477F);
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .insurance__link {
    max-width: 327px;
    margin: 0 auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .insurance__link {
    transition: all 0.2s;
  }
  .insurance__link:hover {
    background: #fff;
    color: #FF477F;
    border: 2px solid #FF477F;
  }
  .insurance__link:hover::after {
    border-left: 14px solid #FF477F;
  }
}
.insurance__link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 43px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 11px solid transparent;
  border-right: 0 solid transparent;
  border-left: 14px solid #fff;
  border-bottom: 11px solid transparent;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .insurance__link::after {
    right: 30px;
  }
}

.insurance-card {
  max-width: 50rem;
  width: 100%;
  border: 0.1875rem solid #000;
  border-radius: 0.75rem;
  background-color: #e6f7fc;
  box-sizing: border-box;
  overflow: hidden;
  margin: 29px auto 0;
  border-radius: 10px;
  border: 0.25rem solid #2F2F2F;
  background: var(--white-ffffff, #FFF);
}
@media screen and (max-width: 768px) {
  .insurance-card {
    margin: 32px auto 0;
  }
}
.insurance-card__header {
  text-align: center;
  padding: 1.5rem 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .insurance-card__header {
    padding: 0.8rem 0.5rem 0;
  }
}
.insurance-card__title {
  color: #C1161C;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .insurance-card__title {
    font-size: 1.75rem;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
  }
}
.insurance-card__subtitle {
  font-size: 1.25rem;
  font-weight: 600;
}
.insurance-card__text {
  font-size: 1rem;
  line-height: 1.4;
}
.insurance-card__text--age {
  font-weight: 600;
  color: #2F2F2F;
}
@media screen and (max-width: 768px) {
  .insurance-card__text--age {
    margin-top: 4px;
  }
}
.insurance-card__text--note {
  font-size: 0.875rem;
  font-weight: 600;
  color: #2F2F2F;
  line-height: 1.4;
  margin-top: 0.7rem;
}
.insurance-card__plan {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.25rem;
  background: #fff;
  margin: 6px 2.3rem 0;
  padding: 0.3125rem 0;
  border-radius: 0.4375rem;
  border: 0.125rem solid #2F2F2F;
}
@media screen and (max-width: 768px) {
  .insurance-card__plan {
    margin: 3px 0.75rem;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
  }
}
.insurance-card__content {
  margin: 14px 2.3rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .insurance-card__content {
    margin: 10px 0.75rem 1.125rem;
  }
}
.insurance-card__row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.insurance-card__cell {
  flex: 1;
}
.insurance-card__cell--header {
  color: #fff;
  padding: 0.4375rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: 0.3rem;
  border-radius: 0.4375rem;
  background: #2F2F2F;
  padding: 0.5375rem 0 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .insurance-card__cell--header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 1;
  }
}
.insurance-card__cell--header span {
  font-size: 1.125rem;
}
.insurance-card__cell--fee {
  width: 100%;
  background-color: #fff;
}
.insurance-card__cell--content {
  width: 24.4375rem;
  flex: 391;
  position: relative;
}
.insurance-card__cell--content p {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1125rem;
  position: absolute;
  top: 3.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.insurance-card__fee-item {
  margin-top: 3px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 40px;
  background-image: repeating-linear-gradient(90deg, #ff477f, #ff477f 6px, transparent 6px, transparent 12px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .insurance-card__fee-item {
    gap: 1.6rem;
    padding-bottom: 8px;
    align-items: center;
  }
}
.insurance-card__fee-item:last-child {
  margin-top: 0.75rem;
}
.insurance-card__fee-period {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: unset;
  position: relative;
  top: -9px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .insurance-card__fee-period {
    gap: 4px;
    top: -0.1rem;
    position: static;
  }
}
.insurance-card__fee-label {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #2F2F2F;
  position: relative;
  top: 6px;
  left: 11px;
}
@media screen and (max-width: 768px) {
  .insurance-card__fee-label {
    font-size: 20px;
    display: flex;
    align-items: end;
    top: 6px;
    left: 6px;
  }
}
@media screen and (max-width: 768px) and (hover: none) and (pointer: coarse) {
  .insurance-card__fee-label {
    top: 0;
    left: 6px;
  }
}
.insurance-card__fee-num {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #2F2F2F;
  display: flex;
  align-items: center;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  position: relative;
  left: 4px;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .insurance-card__fee-num {
    font-size: 28px;
    left: 8px;
    top: 4px;
  }
}
@media screen and (max-width: 768px) and (hover: none) and (pointer: coarse) {
  .insurance-card__fee-num {
    top: 4px;
  }
}
.insurance-card__fee-unit {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #2F2F2F;
  margin-left: 4px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .insurance-card__fee-unit {
    font-size: 20px;
    margin-left: 2px;
    top: 0;
  }
}
@media screen and (max-width: 768px) and (hover: none) and (pointer: coarse) {
  .insurance-card__fee-unit {
    margin-left: 4px;
    top: 1px;
  }
}
.insurance-card__fee-asterisk {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: -4px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .insurance-card__fee-asterisk {
    font-size: 12px;
  }
}
.insurance-card__fee-value {
  font-size: 3.5rem;
  color: #FF477F;
  line-height: 1;
  background: linear-gradient(transparent 60%, #FFF49F 60%);
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .insurance-card__fee-value {
    font-size: 44px;
  }
}
.insurance-card__unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #FF477F;
}
@media screen and (max-width: 768px) {
  .insurance-card__unit {
    font-size: 28px;
  }
}

.summer-nav {
  max-width: 46rem;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 5rem 0 4.8rem;
}
@media screen and (max-width: 768px) {
  .summer-nav {
    padding: 3.5rem 0 3.2rem;
  }
}
.summer-nav__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .summer-nav__container {
    grid-template-columns: 1fr;
    gap: 1.7rem;
  }
}
.summer-nav__title {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #2F2F2F;
  padding-bottom: 0.5rem;
  border-bottom: 0.09375rem solid #EBEBEB;
}
@media screen and (max-width: 768px) {
  .summer-nav__title {
    margin-bottom: 0.75rem;
  }
}
.summer-nav__title::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("/staging/assets/images/icn-digiho-footer.svg") no-repeat;
  background-size: contain;
  margin-right: 0.5rem;
}
.summer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .summer-nav__list {
    gap: 0.4rem;
  }
}
.summer-nav__item {
  position: relative;
}
.summer-nav__link {
  display: inline-block;
  text-decoration: none;
  color: #2F2F2F;
  font-size: 0.8125rem;
  font-weight: 600;
  padding-left: 0.875rem;
  position: relative;
  line-height: 1.4;
}
@media (hover: hover) and (pointer: fine) {
  .summer-nav__link {
    transition: all 0.2s;
  }
  .summer-nav__link:hover {
    opacity: 0.6;
  }
}
.summer-nav__link::before {
  content: "";
  position: absolute;
  left: -0.1875rem;
  top: 0.3rem;
  width: 0.425rem;
  height: 0.425rem;
  border-top: 0.125rem solid #ff5a78;
  border-right: 0.125rem solid #ff5a78;
  transform: rotate(45deg);
}

.footer__container {
  width: 100%;
}
.footer__nav-container {
  width: 100%;
  background: #fff;
  padding: 0 1rem;
}
.footer__main {
  background: #E9FCFF;
  padding: 0.625rem 0 0;
}
@media screen and (max-width: 768px) {
  .footer__main {
    padding: 1rem 0 0;
  }
}
.footer__main-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 47.9375rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__main-container {
    flex-direction: column;
    gap: 16px;
  }
}
.footer__logos {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.footer__logos:after {
  content: "";
  position: absolute;
  right: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.09375rem;
  height: 3.75rem;
  background: #ddd;
}
@media screen and (max-width: 768px) {
  .footer__logos:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom-nav {
    margin-left: 0;
    width: 100%;
    padding: 0 1rem;
  }
}
.footer__bottom-list {
  display: flex;
  gap: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer__bottom-list {
    flex-direction: column;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom-item {
    margin-left: 0;
  }
}
.footer__bottom-item:first-child {
  margin-left: 0;
}
.footer__bottom-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  position: relative;
  padding-left: 0.875rem;
}
@media (hover: hover) and (pointer: fine) {
  .footer__bottom-link {
    transition: all 0.2s;
  }
  .footer__bottom-link:hover {
    opacity: 0.6;
  }
}
.footer__bottom-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 0.425rem;
  height: 0.425rem;
  border-top: 0.125rem solid #C1161C;
  border-right: 0.125rem solid #C1161C;
  transform: rotate(45deg);
}
.footer__bottom-text {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    padding: 1rem 0 0;
  }
}
.footer__text {
  font-size: 1rem;
  line-height: 1.4;
}
.footer__text--copyright {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 350;
  line-height: 1.6;
  color: #2F2F2F;
  margin: 0;
}
.footer__copyright {
  background: #288CD0;
  text-align: center;
  padding: 8px 0;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 24px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer__copyright-text small {
  font-size: 12px;
  font-family: "Noto Sans JP";
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .footer__copyright-text small {
    line-height: 1.5;
    display: block;
  }
}

.pagetop {
  background: url("/staging/assets/images/btn-toFv.svg") no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 74%;
  transform: translateY(-50%);
  right: 1rem;
  z-index: 99;
}
@media (hover: hover) and (pointer: fine) {
  .pagetop {
    transition: all 0.2s;
  }
  .pagetop:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 50px;
    height: 50px;
    top: 90%;
  }
}

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

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

.consultation .breadcrumbs {
  padding-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .consultation .breadcrumbs {
    padding-top: 0 !important;
  }
}
.consultation .breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .consultation .breadcrumbs__list {
    padding-left: 16px;
    gap: 12px !important;
    align-items: flex-start;
  }
}
.consultation .breadcrumbs__item {
  list-style: none;
  color: #288CD0;
}
.consultation .breadcrumbs__item a {
  color: #288CD0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}
.consultation .breadcrumbs__item a:first-child {
  position: relative;
  padding-left: 20px;
}
.consultation .breadcrumbs__item a:first-child::before {
  position: absolute;
  content: "";
  background: url("/staging/assets/images/subtract.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.consultation__card {
  max-width: 860px;
  width: 100%;
  margin: 40px auto 0;
  border: 5px solid #2F2F2F;
  border-radius: 15px;
  padding: 40px 32px 32px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .consultation__card {
    margin: 26px auto 0;
    padding: 32px 24px 24px;
  }
}
.consultation__card-wrapper {
  background: url("/staging/assets/images/bg-memphis.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 768px) {
  .consultation__card-wrapper {
    background: initial;
  }
  .consultation__card-wrapper::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("/staging/assets/images/bg-memphis-sp.jpg") no-repeat;
    background-size: cover;
    z-index: -1;
  }
}
.consultation__card-wrap {
  padding: 0 16px;
}
.consultation__text {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.4;
}
.consultation__title {
  display: inline-block;
  color: #2F2F2F;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.4;
  display: inline;
  box-shadow: 0 -0.6em 0 #FFEFBE inset;
}
@media screen and (max-width: 768px) {
  .consultation__title {
    font-size: 26px;
    display: inline;
    box-shadow: 0 -0.6em 0 #FFEFBE inset;
  }
}
.consultation__date {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .consultation__date {
    margin-top: 12px;
    gap: 8px;
  }
}
.consultation__date-label {
  border-radius: 5px;
  border: 2px solid #FF477F;
  background: #FF477F;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  padding: 12px 1rem;
}
@media screen and (max-width: 768px) {
  .consultation__date-label {
    font-size: 14px;
    padding: 6px 8px;
  }
}
.consultation__date-value {
  font-size: 16px;
  color: #2F2F2F;
  font-weight: 600;
  line-height: 1;
  padding-left: 22px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .consultation__date-value {
    font-size: 14px;
  }
}
.consultation__date-value::before {
  position: absolute;
  content: "";
  background: url("/staging/assets/images/date.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-top: 1px;
}
.consultation__illustration {
  margin-top: 1rem;
}
.consultation__illustration img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9 !important;
}
.consultation__assistant {
  margin-top: 32px;
  text-align: center;
  padding: 0 16px 48px;
}
@media screen and (max-width: 768px) {
  .consultation__assistant {
    margin-top: 26px;
  }
}
.consultation__assistant-bubble {
  max-width: 450px;
  margin: auto;
  position: relative;
}
.consultation__assistant-bubble::before {
  position: absolute;
  content: "";
  background: url("/staging/assets/images/time-human.png") no-repeat;
  background-size: contain;
  width: 106px;
  height: 105px;
  bottom: -48px;
  left: -150px;
}
.consultation__assistant-bubble::after {
  position: absolute;
  content: "";
  background: #288CD0;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -8px;
}
@media screen and (max-width: 768px) {
  .consultation__assistant-bubble::after {
    bottom: -10px;
  }
}
.consultation__assistant-text {
  color: #288CD0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.45;
  position: relative;
}
@media screen and (max-width: 768px) {
  .consultation__assistant-text {
    font-size: 20px;
  }
}
.consultation__assistant-text::before {
  position: absolute;
  content: "";
  background: url("/staging/assets/images/fukidashi-left.png") no-repeat;
  background-size: contain;
  width: 26px;
  height: 31px;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
}
@media screen and (max-width: 768px) {
  .consultation__assistant-text::before {
    width: 21px;
    height: 26px;
    left: 0px;
    margin-top: 3px;
  }
}
.consultation__assistant-text::after {
  position: absolute;
  content: "";
  background: url("/staging/assets/images/fukidashi-right.png") no-repeat;
  background-size: contain;
  width: 26px;
  height: 31px;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
}
@media screen and (max-width: 768px) {
  .consultation__assistant-text::after {
    width: 21px;
    height: 26px;
    right: 0px;
    margin-top: 3px;
  }
}
.consultation__assistant-text span {
  position: relative;
  padding-left: 44px;
}
.consultation__assistant-text span::before {
  position: absolute;
  content: "";
  background: url("/staging/assets/images/time-watch.png") no-repeat;
  background-size: contain;
  width: 36px;
  height: 39px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .consultation__assistant-text span::before {
    margin-top: -3px;
  }
}
@media screen and (max-width: 375px) {
  .consultation__assistant-text span::before {
    left: 5px;
  }
}
.consultation__assistant-text span span {
  position: static;
  font-size: 28px;
  color: #FF477F;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .consultation__assistant-text span span {
    font-size: 24px;
  }
}
.consultation__content {
  background: url(/staging/assets/images/bg02.png) no-repeat;
  background-size: cover;
  padding: 80px 16px;
}
@media screen and (max-width: 768px) {
  .consultation__content {
    background: url(/staging/assets/images/bg-sp02.jpg) no-repeat;
    background-size: cover;
    padding: 56px 16px;
  }
}
.consultation__content-inner {
  max-width: 860px;
  margin: auto;
}
.consultation__intro {
  background: #fff;
  border-radius: 10px;
  border: 5px solid #288CD0;
  padding: 40px 40px 48px;
  box-shadow: 0 4px 0 #288CD0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .consultation__intro {
    padding: 32px 24px 40px;
  }
}
.consultation__intro::before {
  position: absolute;
  content: "";
  background: url("/staging/assets/images/introduction-doctor.png") no-repeat;
  background-size: contain;
  width: 108px;
  height: 102px;
  right: 100px;
  top: -14px;
}
@media screen and (max-width: 768px) {
  .consultation__intro::before {
    width: 86px;
    height: 81px;
    right: 32px;
    top: -11px;
  }
}
.consultation__intro-title {
  text-align: center;
  color: #288CD0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .consultation__intro-title {
    font-size: 22px;
  }
}
.consultation__intro-box {
  border-top: 2px solid #288CD0;
  border-bottom: 2px solid #288CD0;
  padding: 16px 0;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .consultation__intro-box {
    margin-top: 16px;
  }
}
.consultation__intro-text {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
  color: #2F2F2F;
}
.consultation__mokuzi {
  background: #fff;
  border-radius: 10px;
  border: 5px solid #78B3C9;
  padding: 40px 40px 48px;
  box-shadow: 0 4px 0 #78B3C9;
  margin-top: 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .consultation__mokuzi {
    padding: 40px 24px 48px;
  }
}
.consultation__mokuzi::before {
  position: absolute;
  content: "";
  background: url("/staging/assets/images/index-hand.png") no-repeat;
  background-size: contain;
  width: 130px;
  height: 89px;
  right: -48px;
  top: 13px;
}
@media screen and (max-width: 768px) {
  .consultation__mokuzi::before {
    width: 110px;
    height: 75px;
    right: -18px;
  }
}
.consultation__mokuzi-title {
  position: relative;
  color: #4298B8;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  padding-left: 58px;
}
@media screen and (max-width: 768px) {
  .consultation__mokuzi-title {
    font-size: 22px;
    padding-left: 48px;
  }
}
.consultation__mokuzi-title::before {
  position: absolute;
  content: "";
  background: url("/staging/assets/images/icn-index.png") no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .consultation__mokuzi-title::before {
    width: 40px;
    height: 40px;
  }
}
.consultation__list {
  padding-left: 0;
}
.consultation__list-wrapper {
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .consultation__list-wrapper {
    margin-top: 28px;
  }
}
.consultation__item {
  list-style: none;
  background-image: repeating-linear-gradient(90deg, #4298B8, #4298B8 6px, transparent 6px, transparent 12px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding-bottom: 12px;
  margin-top: 16px;
}
.consultation__link {
  color: #4298B8;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .consultation__link {
    font-size: 18px;
  }
}
.consultation__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.425rem;
  height: 0.425rem;
  border-top: 0.125rem solid #4298B8;
  border-right: 0.125rem solid #4298B8;
  transform: rotate(45deg);
}
.consultation__post {
  background: #fff;
  border-radius: 10px;
  border: 5px solid #288CD0;
  padding: 40px 40px 56px;
  box-shadow: 0 4px 0 #288CD0;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .consultation__post {
    font-size: 18px;
    padding: 32px 24px 48px;
  }
}
.consultation__post-heading {
  border-radius: 10px;
  background: #288CD0;
  padding: 17px 24px 17px 36px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  color: #ECF9FF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .consultation__post-heading {
    padding: 10px 16px 10px 27px;
    font-size: 22px;
  }
}
.consultation__post-heading span {
  position: relative;
}
.consultation__post-heading span::before {
  position: absolute;
  content: "";
  border-left: 4px solid #ECF9FF;
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
  height: 30px;
  margin-top: 1px;
}
@media screen and (max-width: 768px) {
  .consultation__post-heading span::before {
    height: 90%;
  }
}
.consultation__post-heading:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .consultation__post-heading:not(:first-child) {
    margin-top: 40px;
  }
}
.consultation__post-heading02 {
  margin: 40px 0 24px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  padding-left: 11px;
}
@media screen and (max-width: 768px) {
  .consultation__post-heading02 {
    font-size: 20px;
    margin: 24px 0 16px;
  }
}
.consultation__post-heading02::before {
  position: absolute;
  content: "";
  border-left: 3px solid #288CD0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 90%;
  margin-top: 1px;
}
.consultation__post img {
  margin: 40px auto;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .consultation__post img {
    margin: 24px auto;
    width: 100%;
    height: auto;
  }
}
.consultation__post-text {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
  color: #2F2F2F;
}
.consultation__summary {
  background: #fff;
  border-radius: 10px;
  border: 5px solid #288CD0;
  box-shadow: 0 4px 0 #288CD0;
  margin-top: 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .consultation__summary {
    margin-top: 40px;
  }
}
.consultation__summary::before {
  position: absolute;
  content: "";
  background: url("/staging/assets/images/summary-human2.png") no-repeat;
  background-size: contain;
  width: 158px;
  height: 178px;
  left: -200px;
  bottom: -4px;
}
@media screen and (max-width: 1279px) {
  .consultation__summary::before {
    display: none;
  }
}
.consultation__summary-heading-wrapper {
  background: #288CD0;
  padding: 28px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .consultation__summary-heading-wrapper {
    padding: 17px 0;
  }
}
.consultation__summary-heading-wrapper::before {
  position: absolute;
  content: "";
  background: url("/staging/assets/images/summary-human1.png") no-repeat;
  background-size: contain;
  width: 143px;
  height: 120px;
  right: 100px;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  .consultation__summary-heading-wrapper::before {
    width: 95px;
    height: 88px;
    right: 10px;
    bottom: -10px;
  }
}
.consultation__summary-heading {
  color: #FFEFBE;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .consultation__summary-heading {
    font-size: 22px;
  }
}
.consultation__summary-heading span {
  position: relative;
}
.consultation__summary-heading span::before {
  position: absolute;
  content: "";
  left: -58px;
  top: 50%;
  transform: translateY(-50%);
  background: url("/staging/assets/images/icn-sun.png") no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .consultation__summary-heading span::before {
    width: 40px;
    height: 40px;
    left: -48px;
  }
}
.consultation__summary-result {
  padding: 40px 56px 56px;
}
@media screen and (max-width: 768px) {
  .consultation__summary-result {
    padding: 32px 24px 48px;
  }
}
.consultation__summary-text {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.8;
  color: #2F2F2F;
}
.consultation__summary-list-wrapper {
  margin-top: 16px;
}
.consultation__summary-list {
  padding-left: 0;
}
.consultation__summary-item {
  list-style: none;
  background-image: repeating-linear-gradient(90deg, #4298B8, #4298B8 6px, transparent 6px, transparent 12px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding-bottom: 12px;
  margin-top: 16px;
  position: relative;
  padding-left: 20px;
  color: #2F2F2F;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .consultation__summary-item {
    font-size: 18px;
  }
}
.consultation__summary-item::before {
  position: absolute;
  content: "";
  background: url("/staging/assets/images/dot.png") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-top: -5px;
}
.consultation__reporter {
  border-radius: 10px;
  background: #fff;
  padding: 32px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .consultation__reporter-text {
    border-top: 1px solid #ddd;
    padding-top: 16px;
    text-align: center;
  }
}
.consultation__reporter-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #2F2F2F;
}
@media screen and (max-width: 768px) {
  .consultation__reporter-title {
    font-size: 22px;
  }
}
.consultation__reporter-title span {
  position: relative;
}
.consultation__reporter-title span::before {
  position: absolute;
  content: "";
  background: url("/staging/assets/images/icn-reporter.png") no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
}
.consultation__reporter-flex {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .consultation__reporter-flex {
    flex-direction: column;
    margin-top: 16px;
    gap: 16px;
  }
}
.consultation__reporter-image {
  padding-right: 24px;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .consultation__reporter-image {
    border-right: none;
    padding-right: 0;
  }
}
.consultation__reporter-image figure {
  width: 100px;
}
.consultation__reporter-image figure img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 4px solid #288CD0;
}
.consultation__reporter-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #2F2F2F;
}
.consultation__reporter-read {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: #2F2F2F;
  margin-top: 8px;
}
.consultation__careful {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .consultation__careful {
    margin-top: 40px;
  }
}
.consultation__careful-read {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  color: #2F2F2F;
}
.consultation__careful-num {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  color: #2F2F2F;
  text-align: right;
  margin-top: 8px;
}

.insurance-card_fee-contentBottom-text {
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  padding: 10px 20px;
  color: #2F2F2F;
  border-radius: 5px;
  border: 2px solid var(--txt-2F2F2F, #2F2F2F);
  background: var(--white-ffffff, #FFF);
}
@media screen and (max-width: 768px) {
  .insurance-card_fee-contentBottom-text {
    padding: 10px;
    font-size: 18px;
  }
}

.insurance-card_fee-contentBottom-en {
  font-size: 56px;
  color: #FF477F;
  line-height: 1;
  background: linear-gradient(transparent 60%, #FFF49F 60%);
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .insurance-card_fee-contentBottom-en {
    letter-spacing: 0.01em;
    font-size: 48px;
  }
}
.insurance-card_fee-contentBottom-en b {
  position: relative;
  left: -3px;
  font-weight: 700 !important;
}
.insurance-card_fee-contentBottom-en span {
  margin-left: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: #FF477F;
}
@media screen and (max-width: 768px) {
  .insurance-card_fee-contentBottom-en span {
    letter-spacing: 0.01em;
    font-size: 28px;
  }
}

.insurance-card__cell--contentBottom .insurance-card__fee-item {
  align-items: flex-end;
  padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .insurance-card__cell--contentBottom .insurance-card__fee-item {
    gap: 10px;
    justify-content: center;
  }
}
@media screen and (max-width: 375px) {
  .insurance-card__cell--contentBottom .insurance-card__fee-item {
    padding: 0 0 6px;
    justify-content: center;
  }
}

.insurance-card_fee-contentBottom-text-posi {
  position: relative;
  right: -6px;
}
@media screen and (max-width: 768px) {
  .insurance-card_fee-contentBottom-text-posi {
    position: static;
  }
}

.insurance-card_fee-contentBottom-en-posi {
  position: relative;
  right: -5px;
}
@media screen and (max-width: 768px) {
  .insurance-card_fee-contentBottom-en-posi {
    position: static;
    font-size: 48px;
  }
}

.insurance__carefull-text {
  max-width: 620px;
  width: 100%;
  margin: 16px auto 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  color: #2F2F2F;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  text-align: left;
}
.insurance__carefull-text a {
  color: #FF477F;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .insurance-card__fee-item02 {
    margin-top: 12px !important;
    gap: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) and (hover: none) and (pointer: coarse) {
  .insurance-card__fee-num02 {
    top: 4px !important;
  }
}
.deziho-banner {
  margin: 48px 0;
  transition: all 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .deziho-banner {
    margin: 40px 0;
  }
}
.deziho-banner:hover {
  opacity: 0.6;
}

.footer__back-btn p a {
  max-width: 380px;
  width: 100%;
  display: block;
  margin: 40px auto 0;
  padding: 19px 0 19px 5px;
  border-radius: 40px;
  border: 2px solid #288CD0;
  background: #fff;
  color: #288CD0;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__back-btn p a {
    font-size: 20px;
    line-height: 1.3;
    margin: 32px auto 0;
  }
}
.footer__back-btn p a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 43px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 11px solid transparent;
  border-right: 0 solid transparent;
  border-left: 14px solid #288CD0;
  border-bottom: 11px solid transparent;
  box-sizing: border-box;
  transform: rotate(180deg);
}

.footer__breadcrumbs {
  margin: 40px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .footer__breadcrumbs {
    margin: 32px auto 0;
  }
}
.footer__breadcrumbs .breadcrumbs__list {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.footer__breadcrumbs .breadcrumbs__item {
  list-style: none;
  color: #288CD0;
}
.footer__breadcrumbs .breadcrumbs__item a:first-child {
  position: relative;
  padding-left: 20px;
}
.footer__breadcrumbs .breadcrumbs__item a {
  color: #288CD0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}
.footer__breadcrumbs .breadcrumbs__item a:first-child::before {
  position: absolute;
  content: "";
  background: url(/staging/assets/images/subtract.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 768px) {
  .breadcrumbs__list {
    padding-left: 16px;
    gap: 6px 12px !important;
  }
  .insurance-card__fee-item03 {
    gap: 0px;
    justify-content: space-between;
  }
  .value90 {
    position: relative;
    left: -23px;
  }
  .value-left01 {
    position: relative;
    left: -1%;
  }
  .nowrap {
    white-space: nowrap;
  }
}
.none-home {
  padding-left: 0 !important;
}
.none-home a {
  padding-left: 0 !important;
}
.none-home a::before {
  display: none;
}

.font16 {
  font-size: 15px !important;
}

.middle {
  position: relative;
  top: 1px;
}

.v2 {
  position: relative !important;
  right: -10px !important;
}
@media screen and (max-width: 768px) {
  .v2 {
    right: -4px !important;
  }
}
.v2 b {
  position: relative;
  left: -6px !important;
}

.kubi {
  background: linear-gradient(transparent 60%, #FFF49F 60%) !important;
}

.insurance-card__fee-item-last {
  background-image: repeating-linear-gradient(90deg, #ff477f, #ff477f 6px, transparent 6px, transparent 12px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding-bottom: 6px !important;
}
.insurance-card__fee-item-last .insurance-card__fee-item {
  background-image: none !important;
  padding-bottom: 0 !important;
}

.insurance-card__fee-item-last-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #2F2F2F;
  margin-top: 2px;
  text-align: center !important;
}



.last2 {
  display: inline-block !important;
  position: relative;
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .last2 {
    text-align: left !important;
    left: 0;
  }
}

.last3 {
  display: inline-block !important;
  margin-top: 0px !important;
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .last3 {
    text-align: left !important;
  }
}

.last4 {
  display: inline-block !important;
  text-align: left !important;
}

.consultation__reporter-read {
  text-align: left !important;
}

.flex-list {
  display: flex !important;
}

.careful-item {
  display: flex !important;
}

.consultation__summary-image img {
  max-width: 400px;
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}

b {
  font-weight: 350 !important;
}

.consultation dl {
	padding-left: 3.5em;
}

.consultation dt {
	margin-bottom: 8px;
	font-size: 17px;
    font-weight: 350;
    line-height: 1.8;
    color: #2F2F2F;
	position: relative;
}
.consultation dt::before {
	position: absolute;
	content: "●";
	top: 50%;
	transform: translateY(-50%);
	left: -30px;
	font-size: 17px;
    font-weight: 350;
    line-height: 1.8;
    color: #2F2F2F;
}
.consultation dd {
	font-size: 17px;
    font-weight: 350;
    line-height: 1.8;
    color: #2F2F2F;
}

@media screen and (max-width: 768px) {
	.consultation dl {
		padding-left: 2em !important;
	}
}

/*# sourceMappingURL=main.css.map */