@charset "UTF-8";
#index {
  /* MV
  ---------------------------------------------------------------------------- */
  /* SPECIAL GUESTS
  ---------------------------------------------------------------------------- */
  /* NEWS
  ---------------------------------------------------------------------------- */
  /* 人気ドクターによる生解説で体験できる２日間
  ---------------------------------------------------------------------------- */
  /* ケアネットまつりとは
  ---------------------------------------------------------------------------- */
  /* YouTubeライブ配信
  ---------------------------------------------------------------------------- */
  /* 無料公開100番組
  ---------------------------------------------------------------------------- */
  /* プレゼントキャンペーン
  ---------------------------------------------------------------------------- */
  /* スペシャルサンクス
  ---------------------------------------------------------------------------- */
  /* ケアネット
  ---------------------------------------------------------------------------- */
  /* SNSアカウント
  ---------------------------------------------------------------------------- */
}
#index .p-fv {
  position: relative;
  padding-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  #index .p-fv {
    padding-top: 6rem;
  }
}
#index .p-fv .c-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  #index .p-fv .c-btn {
    bottom: 2.5rem;
  }
}
#index .p-guests {
  background-color: #01163F;
  padding: 5rem 0 5.8rem;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  #index .p-guests {
    padding: 4.5rem 0;
  }
}
#index .p-guests .ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .p-guests .ttl {
    font-size: 2rem;
  }
}
#index .p-guests .list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 2.3rem;
}
@media screen and (max-width: 767px) {
  #index .p-guests .list {
    margin-top: 3rem;
    display: none;
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
  #index .p-guests .list .slick-list {
    padding-left: 2rem;
  }
  #index .p-guests .list .slick-slide {
    margin-right: 2rem;
    width: 12rem;
  }
  #index .p-guests .list .slick-slide > div {
    height: 100%;
  }
  #index .p-guests .list.slick-initialized {
    display: block;
  }
}
#index .p-guests .list_item_ttl {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #index .p-guests .list_item_ttl {
    font-size: 1.3rem;
  }
}
#index .p-news {
  background: linear-gradient(to right, #E01BBA, #00A8BA);
  padding: 1.6rem 0;
}
@media screen and (max-width: 767px) {
  #index .p-news {
    padding: 2.5rem 0 2rem;
  }
}
#index .p-news .flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex {
    display: block;
  }
}
#index .p-news .flex .ttl {
  width: 12rem;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex .ttl {
    font-size: 2rem;
  }
}
#index .p-news .flex .list {
  flex: 1;
  padding-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex .list {
    padding-top: 1rem;
  }
}
#index .p-news .flex .list_item {
  color: #fff;
}
#index .p-news .flex .list_item a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #index .p-news .flex .list_item a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #index .p-news .flex .list_item a:hover {
    opacity: 0.7;
  }
}
#index .p-event {
  background: url(../img/index/bg_event.jpg) no-repeat center center/cover;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #index .p-event {
    padding: 7rem 0;
    background: url(../img/index/bg_event_sp.jpg) no-repeat center center/cover;
  }
}
#index .p-event .heading {
  text-align: center;
}
#index .p-event .heading .catch {
  display: inline-block;
  padding: 0 6.8rem;
  font-size: 2.8rem;
  color: #5CE6FF;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-event .heading .catch {
    font-size: 1.8rem;
    text-align: center;
    padding: 0 2rem;
    line-height: 1.6666666667;
  }
}
#index .p-event .heading .catch::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5rem;
  height: 5rem;
  background: url(../img/index/img_event_star.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-event .heading .catch::before {
    width: 4rem;
    height: 4rem;
    left: -2rem;
  }
}
#index .p-event .heading .catch::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 5rem;
  height: 5rem;
  background: url(../img/index/img_event_star.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-event .heading .catch::after {
    width: 4rem;
    height: 4rem;
    right: -2rem;
  }
}
#index .p-event .heading .c-secttl-box {
  margin-top: 1rem;
}
#index .p-event .content {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #index .p-event .content {
    margin: 3rem 1rem 0;
  }
}
#index .p-event .content .img {
  max-width: 56rem;
  margin: 0 auto;
}
#index .p-event .content .video {
  margin: 1rem auto 0;
  max-width: 73rem;
}
#index .p-event .content .video iframe {
  aspect-ratio: 73/41;
  width: 100%;
}
#index .p-about {
  padding: 7rem 0 10rem;
  background: url(../img/index/bg_about.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #index .p-about {
    padding: 8rem 0;
    background: url(../img/index/bg_about_sp.jpg) no-repeat center center/cover;
  }
}
#index .p-about .c-secttl-box {
  padding-top: 9.5rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .p-about .c-secttl-box {
    padding-top: 5.5rem;
  }
}
#index .p-about .c-secttl-box::before {
  content: "";
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 7.5rem;
  height: 7.5rem;
  background: url(../img/index/img_about_icon.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-about .c-secttl-box::before {
    width: 5rem;
    height: 5rem;
  }
}
#index .p-about .c-secttl-box .c-seccatch {
  position: relative;
  display: inline-block;
  padding: 0 3.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-about .c-secttl-box .c-seccatch {
    padding: 0 4.5rem;
  }
}
#index .p-about .c-secttl-box .c-seccatch::before {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  width: 3rem;
  height: 3rem;
  background: url(../img/index/img_about_ttl_left.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-about .c-secttl-box .c-seccatch::before {
    width: 4rem;
    height: 4rem;
    left: -1rem;
  }
}
#index .p-about .c-secttl-box .c-seccatch::after {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 0;
  width: 3rem;
  height: 3rem;
  background: url(../img/index/img_about_ttl_right.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-about .c-secttl-box .c-seccatch::after {
    width: 4rem;
    height: 4rem;
    right: -1rem;
  }
}
@media screen and (max-width: 767px) {
  #index .p-about .c-secttl-box .c-sectxt {
    margin-top: 4rem;
    text-align: center;
  }
}
#index .p-about .list {
  max-width: 95.6rem;
  margin: 8rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  #index .p-about .list {
    margin-top: 6rem;
    gap: 0.8rem;
  }
}
#index .p-about .list_item a {
  display: block;
  background-color: #fff;
  position: relative;
  padding: 4rem 0 6rem;
}
@media screen and (min-width: 768px) {
  #index .p-about .list_item a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #index .p-about .list_item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #index .p-about .list_item a {
    padding: 3rem 0 4rem;
  }
}
#index .p-about .list_item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  background-color: #099EB5;
}
@media screen and (max-width: 767px) {
  #index .p-about .list_item a::before {
    height: 2.4rem;
  }
}
#index .p-about .list_item a::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  transform: translateX(-50%);
  left: 50%;
  width: 1.2rem;
  height: 2rem;
  background: url(../img/common/arrow_bottom.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-about .list_item a::after {
    bottom: 0.2rem;
    width: 1.7rem;
  }
}
#index .p-about .list_item_num {
  position: absolute;
  width: 5rem;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #index .p-about .list_item_num {
    width: 3.5rem;
    top: -1rem;
  }
}
#index .p-about .list_item_ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #index .p-about .list_item_ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#index .p-youtube {
  padding: 10rem 0;
  background: url(../img/index/bg_youtube.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #index .p-youtube {
    padding: 6.5rem 0 4.5rem;
  }
}
#index .p-youtube .heading .c-secttl-box {
  padding-top: 7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .heading .c-secttl-box {
    padding-top: 6rem;
  }
}
#index .p-youtube .heading .c-secttl-box::before {
  content: "";
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 6rem;
  height: 6rem;
  background: url(../img/index/img_youtube_icon.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .heading .c-secttl-box::before {
    width: 4.2rem;
    height: 4.2rem;
  }
}
#index .p-youtube .tab-list {
  margin-top: 7.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.6rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .tab-list {
    margin-top: 4.6rem;
    gap: 1rem;
  }
}
#index .p-youtube .tab-list_item {
  background-color: #C4C4C4;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  font-weight: 700;
  color: #ACACAC;
  line-height: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #index .p-youtube .tab-list_item {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #index .p-youtube .tab-list_item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #index .p-youtube .tab-list_item {
    font-size: 2rem;
    height: 4.5rem;
    white-space: nowrap;
    letter-spacing: 0.03em;
  }
}
#index .p-youtube .tab-list_item span {
  font-size: 2.4rem;
  padding-top: 1rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .tab-list_item span {
    font-size: 1.3rem;
    margin-left: -0.5rem;
    padding-top: 0.5rem;
  }
}
#index .p-youtube .tab-list_item.is-active {
  background-color: #099EB5;
  color: #fff;
  pointer-events: none;
}
#index .p-youtube .content-box {
  background-color: #fff;
  padding: 5rem 12rem 10rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box {
    padding: 4.5rem 1.5rem;
  }
}
#index .p-youtube .content-box .content {
  display: none;
}
#index .p-youtube .content-box .content.is-active {
  display: block;
}
#index .p-youtube .content-box .content .block:nth-child(n+2) {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block:nth-child(n+2) {
    margin-top: 4.5rem;
  }
}
#index .p-youtube .content-box .content .block .ttl-box {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  padding-bottom: 1.5rem;
  border-bottom: 3px solid #333333;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block .ttl-box {
    padding-bottom: 1rem;
    border-bottom: 2px solid #333333;
  }
}
#index .p-youtube .content-box .content .block .ttl-box .date {
  width: 9rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block .ttl-box .date {
    width: 7rem;
  }
}
#index .p-youtube .content-box .content .block .ttl-box .date img {
  width: 100%;
}
#index .p-youtube .content-box .content .block .ttl-box .ttl {
  font-size: 3rem;
  font-weight: 700;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block .ttl-box .ttl {
    font-size: 2rem;
  }
}
#index .p-youtube .content-box .content .block .doctor-box {
  margin-top: 1.8rem;
}
#index .p-youtube .content-box .content .block .doctor-box .txt {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
}
#index .p-youtube .content-box .content .block .doctor-box .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block .doctor-box .flex {
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
}
#index .p-youtube .content-box .content .block .doctor-box .flex:nth-child(n+2) {
  margin-top: 3.5rem;
}
#index .p-youtube .content-box .content .block .doctor-box .flex .img {
  width: 15.7rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block .doctor-box .flex .img {
    width: 13.3rem;
  }
}
#index .p-youtube .content-box .content .block .doctor-box .flex .txt-box {
  flex: 1;
}
#index .p-youtube .content-box .content .block .doctor-box .flex .txt-box .name {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block .doctor-box .flex .txt-box .name {
    font-size: 1.6rem;
  }
}
#index .p-youtube .content-box .content .block .doctor-box .flex .txt-box .name a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #index .p-youtube .content-box .content .block .doctor-box .flex .txt-box .name a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #index .p-youtube .content-box .content .block .doctor-box .flex .txt-box .name a:hover {
    opacity: 0.7;
  }
}
#index .p-youtube .content-box .content .block .doctor-box .flex .txt-box .info {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block .doctor-box .flex .txt-box .info {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}
#index .p-youtube .content-box .content .block .doctor-box .flex.-l {
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block .doctor-box .flex.-l {
    display: block;
  }
}
#index .p-youtube .content-box .content .block .doctor-box .flex.-l .img {
  width: 22rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block .doctor-box .flex.-l .img {
    width: 15.4rem;
    margin: 0 auto;
  }
}
#index .p-youtube .content-box .content .block .doctor-box .flex.-l .txt-box .name {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block .doctor-box .flex.-l .txt-box .name {
    margin-top: 2rem;
    font-size: 1.8rem;
    text-align: center;
  }
}
#index .p-youtube .content-box .content .block .doctor-box .flex.-l .txt-box .info {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block .doctor-box .flex.-l .txt-box .info {
    font-size: 1.2rem;
  }
}
#index .p-youtube .content-box .content .block .doctor-box .flex.-l .txt-box .txt {
  margin-top: 2rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block .doctor-box .flex.-l .txt-box .txt {
    font-size: 1.4rem;
  }
}
#index .p-youtube .content-box .content .block.block01 .box {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block01 .box {
    margin-top: 1.5rem;
  }
}
#index .p-youtube .content-box .content .block.block01 .box .img {
  max-width: 56rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block01 .box .img {
    margin: 0 -0.5rem;
  }
}
#index .p-youtube .content-box .content .block.block01 .box .video {
  margin: 1rem auto 0;
  max-width: 73rem;
}
#index .p-youtube .content-box .content .block.block01 .box .video iframe {
  width: 100%;
  aspect-ratio: 73/41;
}
#index .p-youtube .content-box .content .block.block01 .box .c-btn {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block01 .box .c-btn {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block01 .box .c-btn_link {
    width: 30rem;
  }
}
#index .p-youtube .content-box .content .block.block01 .box .notes {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  text-align: center;
  color: #888888;
}
#index .p-youtube .content-box .content .block.block02 .box {
  margin-top: 2rem;
}
#index .p-youtube .content-box .content .block.block02 .box .txt {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block02 .box .txt {
    font-size: 1.4rem;
  }
}
#index .p-youtube .content-box .content .block.block02 .box table {
  margin-top: 3rem;
  width: 100%;
  border-collapse: collapse;
  position: relative;
}
#index .p-youtube .content-box .content .block.block02 .box table::before {
  content: "";
  position: absolute;
  top: 6rem;
  transform: translateX(-50%);
  left: 50%;
  width: 2px;
  height: calc(100% - 6rem);
  border-left: 2px dashed #A0A0A0;
  opacity: 0.7;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block02 .box table::before {
    content: none;
  }
}
#index .p-youtube .content-box .content .block.block02 .box table tr th {
  color: #fff;
  background-color: #099EB5;
  text-align: center;
  font-size: 1.8rem;
  padding: 0.5rem 0;
  border-left: 2px solid #333333;
  border-right: 2px solid #333333;
  border-top: 2px solid #333333;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block02 .box table tr th {
    font-size: 1.5rem;
    padding: 0.3rem 0;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
  }
}
#index .p-youtube .content-box .content .block.block02 .box table tr th.-l {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block02 .box table tr th.-l {
    font-size: 1.6rem;
  }
}
#index .p-youtube .content-box .content .block.block02 .box table tr th.bg-green {
  background-color: #29C399;
  border-right: none;
  border-top: none;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block02 .box table tr th.bg-green {
    border-right: 1px solid #333333;
  }
}
#index .p-youtube .content-box .content .block.block02 .box table tr th.bg-blue {
  background-color: #21BCBC;
  border-left: none;
  border-top: none;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block02 .box table tr th.bg-blue {
    border-left: 1px solid #333333;
  }
}
#index .p-youtube .content-box .content .block.block02 .box table tr td {
  padding: 1.2rem 2.5rem 0;
  vertical-align: top;
  height: 9.4rem;
  width: 50%;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  position: relative;
  background-color: #fff;
}
#index .p-youtube .content-box .content .block.block02 .box table tr td:first-child {
  border-left: 2px solid #333333;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block02 .box table tr td:first-child {
    border-left: 1px solid #333333;
  }
}
#index .p-youtube .content-box .content .block.block02 .box table tr td:last-child {
  border-right: 2px solid #333333;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block02 .box table tr td:last-child {
    border-right: 1px solid #333333;
  }
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block02 .box table tr td {
    height: auto;
    padding: 1rem 1.3rem;
    border-bottom: 2px solid #CECECE;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block02 .box table tr td {
    border-bottom: 1px solid #CECECE;
  }
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block02 .box table tr td.-s {
    font-size: 1.4rem;
    padding-right: 0;
  }
}
#index .p-youtube .content-box .content .block.block02 .box table tr td span {
  font-size: 1.3rem;
  display: block;
}
#index .p-youtube .content-box .content .block.block02 .box table tr td .bg-blue {
  position: absolute;
  font-size: 1.3rem;
  background-color: #099EB5;
  padding: 0 1rem;
  color: #fff;
  top: 1.2rem;
  line-height: 1.5;
  left: 11rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block02 .box table tr td .bg-blue {
    left: 10rem;
  }
}
#index .p-youtube .content-box .content .block.block02 .box table tr td.bg {
  background-color: #F0F9FB;
}
#index .p-youtube .content-box .content .block.block02 .box table tr:last-child td {
  border-bottom: 2px solid #333333;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block02 .box table tr:last-child td {
    border-bottom: 1px solid #333333;
  }
}
#index .p-youtube .content-box .content .block.block02 .box .notes {
  margin-top: 2rem;
  font-weight: 400;
  font-size: 1.3rem;
  color: #666666;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block02 .box .notes {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
#index .p-youtube .content-box .content .block.block06 .box {
  margin-top: 2.4rem;
}
#index .p-youtube .content-box .content .block.block06 .box dl .item dt {
  background-color: #099EB5;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block06 .box dl .item dt {
    font-size: 1.8rem;
    height: 4rem;
  }
}
#index .p-youtube .content-box .content .block.block06 .box dl .item dd {
  border: 2px solid #333333;
  border-top: none;
  padding: 3rem 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block06 .box dl .item dd {
    padding: 2rem 1.5rem;
  }
}
#index .p-youtube .content-box .content .block.block06 .box dl .item dd .ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block06 .box dl .item dd .ttl {
    font-size: 1.7rem;
    line-height: 1.7647058824;
  }
}
#index .p-youtube .content-box .content .block.block06 .box dl .item dd .txt {
  margin: 1.5rem 2.5rem 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block06 .box dl .item dd .txt {
    margin: 1.5rem 0 0;
  }
}
#index .p-youtube .content-box .content .block.block06 .box dl .item dd .notes {
  font-size: 1.3rem;
  margin: 1rem 2.5rem 0;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block06 .box dl .item dd .notes {
    margin: 2rem 0 0;
    font-size: 1.4rem;
  }
}
#index .p-youtube .content-box .content .block.block06 .box dl .item dd .notes a {
  color: #E01BBA;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #index .p-youtube .content-box .content .block.block06 .box dl .item dd .notes a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #index .p-youtube .content-box .content .block.block06 .box dl .item dd .notes a:hover {
    opacity: 0.7;
  }
}
#index .p-youtube .content-box .content .block.block06 .box dl .item dd .bg-gray {
  margin-top: 2rem;
  background-color: #F2F2F2;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block06 .box dl .item dd .bg-gray {
    display: block;
    padding: 1.6rem 1rem;
  }
}
#index .p-youtube .content-box .content .block.block06 .box dl .item dd .bg-gray .doctor {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block06 .box dl .item dd .bg-gray .doctor {
    align-items: flex-start;
  }
}
#index .p-youtube .content-box .content .block.block06 .box dl .item dd .bg-gray .doctor:nth-child(n+2) {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block06 .box dl .item dd .bg-gray .doctor:nth-child(n+2) {
    margin-top: 2rem;
  }
}
#index .p-youtube .content-box .content .block.block06 .box dl .item dd .bg-gray .doctor .img {
  width: 9rem;
}
#index .p-youtube .content-box .content .block.block06 .box dl .item dd .bg-gray .doctor .txt-box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block06 .box dl .item dd .bg-gray .doctor .txt-box {
    padding-top: 0.5rem;
  }
}
#index .p-youtube .content-box .content .block.block06 .box dl .item dd .bg-gray .doctor .txt-box .name {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block06 .box dl .item dd .bg-gray .doctor .txt-box .name {
    font-size: 1.6rem;
  }
}
#index .p-youtube .content-box .content .block.block06 .box dl .item dd .bg-gray .doctor .txt-box .name a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #index .p-youtube .content-box .content .block.block06 .box dl .item dd .bg-gray .doctor .txt-box .name a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #index .p-youtube .content-box .content .block.block06 .box dl .item dd .bg-gray .doctor .txt-box .name a:hover {
    opacity: 0.7;
  }
}
#index .p-youtube .content-box .content .block.block06 .box dl .item dd .bg-gray .doctor .txt-box .info {
  margin-top: 1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #index .p-youtube .content-box .content .block.block06 .box dl .item dd .bg-gray .doctor .txt-box .info {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}
#index .p-free {
  margin-top: -1px;
  padding: 4rem 0 10rem;
  background: url(../img/index/bg_free.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #index .p-free {
    padding: 6.5rem 0 5rem;
    background: #01163F;
  }
}
#index .p-free .heading .c-secttl-box {
  padding-top: 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-free .heading .c-secttl-box {
    padding-top: 6rem;
  }
}
#index .p-free .heading .c-secttl-box::before {
  content: "";
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 7.3rem;
  height: 6rem;
  background: url(../img/index/img_free_icon.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-free .heading .c-secttl-box::before {
    width: 5rem;
    height: 4.2rem;
  }
}
#index .p-free .block01 {
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  #index .p-free .block01 {
    margin-top: 3.5rem;
  }
}
#index .p-free .block01 .txt {
  font-size: 8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #index .p-free .block01 .txt {
    font-size: 4rem;
  }
}
#index .p-free .block02 {
  margin-top: 6rem;
  background: linear-gradient(45deg, #555BCC, #A03CB7);
  border-radius: 2rem;
  padding: 4.5rem 7rem;
}
@media screen and (max-width: 767px) {
  #index .p-free .block02 {
    margin-top: 3.5rem;
    background: linear-gradient(180deg, #6C72E0, #B154C6);
    padding: 3rem 1rem;
    border-radius: 1rem;
  }
}
#index .p-free .block02 .ttl {
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .p-free .block02 .ttl {
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}
#index .p-free .block02 .txt {
  margin-top: 3rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #index .p-free .block02 .txt {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
}
#index .p-free .block02 .img {
  margin-top: 2.7rem;
}
#index .p-free .block02 .img a {
  display: block;
}
@media screen and (min-width: 768px) {
  #index .p-free .block02 .img a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #index .p-free .block02 .img a:hover {
    opacity: 0.7;
  }
}
#index .p-free .block02 .c-btn02 {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #index .p-free .block02 .c-btn02 {
    margin-top: 2rem;
  }
}
#index .p-free .block02 .link-box {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #index .p-free .block02 .link-box {
    margin-top: 2.4rem;
  }
}
#index .p-free .block02 .link-box a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69rem;
  height: 11rem;
  border: 1px solid #fff;
  gap: 2rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #index .p-free .block02 .link-box a {
    flex-direction: column;
    width: calc(100% - 2rem);
    height: auto;
    padding: 1.8rem 0 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #index .p-free .block02 .link-box a:hover {
    background-color: #fff;
  }
  #index .p-free .block02 .link-box a:hover .link-ttl, #index .p-free .block02 .link-box a:hover .link-txt {
    color: #1B0065;
  }
  #index .p-free .block02 .link-box a:hover .link-btn {
    background-color: #1B0065;
    color: #fff;
  }
}
#index .p-free .block02 .link-box .link-ttl {
  color: #fff;
  font-size: 2.2rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #index .p-free .block02 .link-box .link-ttl {
    font-size: 1.8rem;
  }
}
#index .p-free .block02 .link-box .link-btn {
  margin-top: 1.4rem;
  font-size: 1.3rem;
  padding: 0.2rem 3rem;
  color: #1B0065;
  background-color: #fff;
  border-radius: 2rem;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #index .p-free .block02 .link-box .link-btn {
    margin-top: -1.5rem;
    padding: 0.2rem 5rem;
  }
}
#index .p-free .block02 .link-box .link-txt {
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #index .p-free .block02 .link-box .link-txt {
    font-size: 1.3rem;
    text-align: center;
  }
}
#index .p-present {
  margin-top: -1px;
  padding: 4rem 0 7rem;
  background: url(../img/index/bg_present.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  #index .p-present {
    background: #01163F;
    padding: 6rem 0 4.5rem;
  }
}
#index .p-present .heading .c-secttl-box {
  padding-top: 7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-present .heading .c-secttl-box {
    padding-top: 6rem;
  }
}
#index .p-present .heading .c-secttl-box::before {
  content: "";
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 7.3rem;
  height: 6rem;
  background: url(../img/index/img_present_icon.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-present .heading .c-secttl-box::before {
    width: 5.1rem;
    height: 4.2rem;
  }
}
#index .p-present .block01 {
  margin-top: 7.8rem;
}
@media screen and (max-width: 767px) {
  #index .p-present .block01 {
    margin-top: 2rem;
  }
}
#index .p-present .block01 .txt {
  font-size: 8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #index .p-present .block01 .txt {
    font-size: 4rem;
  }
}
#index .p-other {
  margin-top: -1px;
  background: linear-gradient(to bottom, #1F1F3A, #230661);
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #index .p-other {
    padding: 7rem 0;
    background: linear-gradient(to bottom, #1F1F3A, #230661);
  }
}
#index .p-other .block {
  background: url(../img/index/bg_other_01.png) center center/100% 100% no-repeat;
  padding: 8.4rem 10.6rem;
}
@media screen and (max-width: 767px) {
  #index .p-other .block {
    padding: 6rem 2rem;
    background: url(../img/index/bg_other_01_sp.png) center center/100% 100% no-repeat;
  }
}
#index .p-other .block:nth-child(n+2) {
  margin-top: 5rem;
}
#index .p-other .block .ttl {
  max-width: 59.3rem;
  margin: 0 auto;
}
#index .p-other .block .ttl img {
  width: 100%;
}
#index .p-other .block .txt {
  color: #fff;
  text-align: center;
}
#index .p-other .block.block01 .img {
  width: 50rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  #index .p-other .block.block01 .img {
    width: 100%;
    margin-top: 2rem;
  }
}
#index .p-other .block.block01 .img img {
  width: 100%;
}
#index .p-other .block.block01 .txt {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #index .p-other .block.block01 .txt {
    text-align: left;
  }
}
#index .p-other .block.block01 .c-btn02 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #index .p-other .block.block01 .c-btn02 {
    margin-top: 3.5rem;
  }
}
#index .p-other .block.block02 {
  background: url(../img/index/bg_other_02.png) center center/100% 100% no-repeat;
}
@media screen and (max-width: 767px) {
  #index .p-other .block.block02 {
    background: url(../img/index/bg_other_02_sp.png) center center/100% 100% no-repeat;
  }
}
#index .p-other .block.block02 .txt {
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  #index .p-other .block.block02 .txt {
    margin-top: 0.8rem;
  }
}
#index .p-other .block.block02 .c-btn02 {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-other .block.block02 .c-btn02 {
    margin-top: 1.5rem;
  }
  #index .p-other .block.block02 .c-btn02 .c-btn02_link {
    font-size: 1.3rem;
  }
}
#index .p-other .block.block02 .list {
  margin-top: 4.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem 4.8rem;
}
@media screen and (max-width: 767px) {
  #index .p-other .block.block02 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
#index .p-other .block.block02 .list_item a {
  display: block;
}
@media screen and (min-width: 768px) {
  #index .p-other .block.block02 .list_item a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #index .p-other .block.block02 .list_item a:hover {
    opacity: 0.7;
  }
}
#index .p-other .block.block02 .list_item_txt {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  color: #fff;
}
#index .p-other .block.block03 .img {
  margin: 5rem 1rem 0;
}
@media screen and (max-width: 767px) {
  #index .p-other .block.block03 .img {
    margin-top: 3rem;
  }
}
#index .p-other .block.block03 .img:nth-of-type(n + 2) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #index .p-other .block.block03 .img:nth-of-type(n + 2) {
    margin-top: 2.4rem;
  }
}
#index .p-other .block.block03 .img a {
  display: block;
}
@media screen and (min-width: 768px) {
  #index .p-other .block.block03 .img a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #index .p-other .block.block03 .img a:hover {
    opacity: 0.7;
  }
}
#index .p-carenet {
  margin-top: -1px;
  background: url(../img/index/bg_carenet.jpg) no-repeat center center/cover;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #index .p-carenet {
    background: url(../img/index/bg_carenet_sp.jpg) no-repeat center center/cover;
  }
}
#index .p-carenet .l-wrap {
  max-width: 94rem;
}
#index .p-carenet .flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  #index .p-carenet .flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.7rem;
  }
}
#index .p-carenet .flex .txt-box {
  background-color: #fff;
  padding: 6rem 3rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #index .p-carenet .flex .txt-box {
    padding: 4rem 2.3rem;
  }
}
#index .p-carenet .flex .txt-box .ttl {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .p-carenet .flex .txt-box .ttl {
    font-size: 2.4rem;
  }
}
#index .p-carenet .flex .txt-box .txt {
  margin-top: 3rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #index .p-carenet .flex .txt-box .txt {
    margin-top: 1.5rem;
  }
}
#index .p-carenet .flex .txt-box .c-btn02 {
  padding-top: 2.5rem;
  margin-top: auto;
}
#index .p-sns {
  padding: 8rem 0 9rem;
  background: linear-gradient(to bottom, #250562, #093B52);
}
@media screen and (max-width: 767px) {
  #index .p-sns {
    padding: 8.5rem 0 8rem;
  }
}
#index .p-sns .heading {
  position: relative;
}
#index .p-sns .heading .star-box .star {
  opacity: 0;
  animation-name: twinkle;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes twinkle {
  0%, 100% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}
#index .p-sns .heading .star-box .star01 {
  position: absolute;
  width: 7rem;
  height: 7rem;
  top: 0rem;
  left: -7rem;
}
@media screen and (max-width: 767px) {
  #index .p-sns .heading .star-box .star01 {
    width: 3rem;
    height: 3rem;
    left: 1.5rem;
    top: -1.8rem;
  }
}
#index .p-sns .heading .star-box .star02 {
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: 6rem;
  left: -11rem;
  animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  #index .p-sns .heading .star-box .star02 {
    width: 2.1rem;
    height: 2.1rem;
    left: 0;
    top: 0.6rem;
  }
}
#index .p-sns .heading .star-box .star03 {
  position: absolute;
  width: 5.8rem;
  height: 5.8rem;
  top: 9rem;
  left: -7rem;
  animation-delay: 1.6s;
}
@media screen and (max-width: 767px) {
  #index .p-sns .heading .star-box .star03 {
    width: 2.5rem;
    height: 2.5rem;
    left: 1.6rem;
    top: 2rem;
  }
}
#index .p-sns .heading .star-box.-right .star01 {
  left: auto;
  right: -8rem;
}
@media screen and (max-width: 767px) {
  #index .p-sns .heading .star-box.-right .star01 {
    right: 1.5rem;
  }
}
#index .p-sns .heading .star-box.-right .star02 {
  top: 6rem;
  left: auto;
  right: -12rem;
}
@media screen and (max-width: 767px) {
  #index .p-sns .heading .star-box.-right .star02 {
    right: 0;
    top: 0.5rem;
  }
}
#index .p-sns .heading .star-box.-right .star03 {
  left: auto;
  top: 9rem;
  right: -8rem;
}
@media screen and (max-width: 767px) {
  #index .p-sns .heading .star-box.-right .star03 {
    right: 2rem;
    top: 2rem;
  }
}
#index .p-sns .heading .ttl {
  text-align: center;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .p-sns .heading .ttl {
    font-size: 2.4rem;
  }
}
#index .p-sns .heading .txt {
  margin-top: 2rem;
  color: #fff;
  text-align: center;
}
#index .p-sns .heading .txt span {
  color: #F5FF81;
}
#index .p-sns .list {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #index .p-sns .list {
    margin: 4rem 1rem 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
#index .p-sns .list_item a {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 15rem;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  #index .p-sns .list_item a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #index .p-sns .list_item a:hover {
    opacity: 0.7;
  }
}
#index .p-sns .list_item_img {
  height: 7.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index .p-sns .list_item_img img {
  width: 5rem;
}
#index .p-sns .list_item_img img.-fb {
  width: 4.5rem;
}
#index .p-sns .list_item_img img.-x {
  width: 3.5rem;
}
#index .p-sns .list_item_img img.-insta {
  width: 4rem;
}
#index .p-sns .list_item_ttl {
  font-size: 1.5rem;
}
#index .p-sns .list_item_id {
  margin-top: 0.5rem;
  color: #888888;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  #index .p-sns .list_item_id {
    margin-top: 0;
  }
}/*# sourceMappingURL=index.css.map */