@charset "UTF-8";
#l-index {
  /* MV
  ---------------------------------------------------------------------------- */
  /* お知らせ
  ---------------------------------------------------------------------------- */
  /* イントロ
  ---------------------------------------------------------------------------- */
  /* 少子高齢化社会・時代の要請に応える総合医
  ---------------------------------------------------------------------------- */
  /* プログラム
  ---------------------------------------------------------------------------- */
  /* 総合医育成プログラムの魅力と可能性
  ---------------------------------------------------------------------------- */
  /* 受講生の声
  ---------------------------------------------------------------------------- */
  /* 現場レポート
  ---------------------------------------------------------------------------- */
  /* ボタンセクション
  ---------------------------------------------------------------------------- */
  /* 運営団体
  ---------------------------------------------------------------------------- */
}
#l-index .p-mv {
  background-color: #133293;
  position: relative;
  padding-top: 30rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-mv {
    padding-top: 26.6rem;
  }
}
#l-index .p-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/index/bg_mv.jpg) no-repeat center center/cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #l-index .p-mv::before {
    height: 26.6rem;
    background: url(../img/index/bg_mv_sp.jpg) no-repeat center center/cover;
  }
}
#l-index .p-mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 36rem);
  background: rgba(83, 165, 82, 0.15);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #l-index .p-mv::after {
    content: none;
  }
}
#l-index .p-mv .txt-box {
  position: relative;
  z-index: 3;
  height: 36rem;
  background-color: rgba(19, 50, 147, 0.9);
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  #l-index .p-mv .txt-box {
    height: auto;
    padding: 2.5rem 0;
  }
}
#l-index .p-mv .txt-box .lead {
  position: relative;
  width: 76rem;
  margin: 0 auto;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #E0D010;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #l-index .p-mv .txt-box .lead {
    width: 100%;
    font-size: 1.6rem;
  }
}
#l-index .p-mv .txt-box .lead::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 14rem;
  height: 2px;
  background-color: #E0D010;
}
@media screen and (max-width: 767px) {
  #l-index .p-mv .txt-box .lead::before {
    width: 2.4rem;
  }
}
#l-index .p-mv .txt-box .lead::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 14rem;
  height: 2px;
  background-color: #E0D010;
}
@media screen and (max-width: 767px) {
  #l-index .p-mv .txt-box .lead::after {
    width: 2.4rem;
  }
}
#l-index .p-mv .txt-box .ttl {
  margin-top: 1rem;
  font-size: 7rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #l-index .p-mv .txt-box .ttl {
    font-size: 3.2rem;
    white-space: nowrap;
  }
}
#l-index .p-mv .txt-box .c-btn-box {
  margin-top: 2.2rem;
}
#l-index .p-mv .txt-box .txt {
  margin-top: 2.2rem;
  line-height: 1.944;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #l-index .p-mv .txt-box .txt {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}
#l-index .p-mv .txt-box .txt .txt-btn {
  position: relative;
  text-decoration: underline;
  display: inline-block;
  padding-right: 1.8rem;
}
@media screen and (min-width: 768px) {
  #l-index .p-mv .txt-box .txt .txt-btn {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #l-index .p-mv .txt-box .txt .txt-btn:hover {
    opacity: 0.7;
  }
}
#l-index .p-mv .txt-box .txt .txt-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1rem;
  height: 1rem;
  background: url(../img/common/icon_mv.svg) no-repeat center center/contain;
}
#l-index .p-news {
  background-color: #082172;
  padding: 3.5rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-news {
    padding: 2.5rem 0;
  }
}
#l-index .p-news .l-wrap {
  max-width: 110rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-news .l-wrap {
    width: calc(100% - 4rem);
  }
}
#l-index .p-news .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #l-index .p-news .flex {
    display: block;
  }
}
#l-index .p-news .flex .ttl {
  width: 14.8rem;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #l-index .p-news .flex .ttl {
    width: 100%;
    position: relative;
    font-size: 2rem;
  }
  #l-index .p-news .flex .ttl span {
    background-color: #082172;
    position: relative;
    padding-right: 1.5rem;
  }
  #l-index .p-news .flex .ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
#l-index .p-news .flex .content {
  flex: 1;
  border-left: 1px solid #fff;
  padding-left: 2.3rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-news .flex .content {
    margin-top: 1.5rem;
    border: none;
    padding-left: 0;
  }
}
#l-index .p-news .flex .content .date {
  font-size: 1.4rem;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #l-index .p-news .flex .content .date {
    font-size: 1.3rem;
  }
}
#l-index .p-news .flex .content .txt {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #l-index .p-news .flex .content .txt {
    margin-top: 0.3rem;
  }
}
#l-index .p-intro {
  padding: 8rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #l-index .p-intro {
    padding: 4.5rem 0 8rem;
  }
}
#l-index .p-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../img/index/bg_intro.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #l-index .p-intro::before {
    height: 100%;
    background: url(../img/index/bg_intro_sp.jpg) no-repeat center center/cover;
  }
}
#l-index .p-intro .l-wrap {
  position: relative;
  z-index: 2;
}
#l-index .p-intro .l-wrap .txt-box {
  margin-top: 3.5rem;
  box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 4.5rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-intro .l-wrap .txt-box {
    padding: 2.6rem 1.7rem;
  }
}
#l-index .p-intro .l-wrap .txt-box .lead {
  font-size: 2rem;
  text-align: center;
  color: #133293;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #l-index .p-intro .l-wrap .txt-box .lead {
    font-size: 1.6rem;
  }
}
#l-index .p-intro .l-wrap .txt-box .flex {
  margin-top: 2.3rem;
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
#l-index .p-intro .l-wrap .txt-box .txt {
  flex: 1;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  #l-index .p-intro .l-wrap .txt-box .txt {
    text-align: left;
  }
}
#l-index .p-intro .l-wrap .txt-box .img {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-intro .l-wrap .txt-box .img {
    display: none;
  }
}
#l-index .p-member {
  padding: 8rem 0;
  background: url(../img/index/bg_member.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #l-index .p-member {
    background: #E8ECF5;
    padding: 4.5rem 0 8rem;
  }
}
#l-index .p-member .box {
  margin-top: 4rem;
  background-color: #fff;
  padding: 3rem 4.3rem;
  box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.16);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-member .box {
    margin-top: 4rem;
    display: block;
    padding: 3rem 2.2rem 3.5rem;
  }
}
#l-index .p-member .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18rem;
  height: 11rem;
  background: url(../img/index/icon_member_left.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #l-index .p-member .box::before {
    width: 12.7rem;
    height: 7.8rem;
  }
}
#l-index .p-member .box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18rem;
  height: 11rem;
  background: url(../img/index/icon_member_right.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #l-index .p-member .box::after {
    width: 12.7rem;
    height: 7.7rem;
  }
}
#l-index .p-member .box .img {
  position: relative;
  width: 27.6rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-member .box .img {
    width: 20rem;
    margin: 0 auto;
  }
}
#l-index .p-member .box .txt-box {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  #l-index .p-member .box .txt-box {
    margin-top: 2rem;
  }
}
#l-index .p-member .box .txt-box .ttl-box {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 2px solid #133293;
}
@media screen and (max-width: 767px) {
  #l-index .p-member .box .txt-box .ttl-box {
    display: block;
    border: none;
  }
}
#l-index .p-member .box .txt-box .ttl-box .ttl {
  width: 15rem;
  font-size: 2.4rem;
  color: #133293;
}
@media screen and (max-width: 767px) {
  #l-index .p-member .box .txt-box .ttl-box .ttl {
    font-size: 2rem;
    width: 100%;
    text-align: center;
  }
}
#l-index .p-member .box .txt-box .ttl-box .post {
  flex: 1;
  font-size: 1.4rem;
  color: #133293;
}
@media screen and (max-width: 767px) {
  #l-index .p-member .box .txt-box .ttl-box .post {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 1.3rem;
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
}
#l-index .p-member .box .txt-box .txt {
  margin-top: 1.5rem;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
#l-index .p-program {
  padding: 8rem 0;
  position: relative;
  background-color: #E8ECF5;
}
@media screen and (max-width: 767px) {
  #l-index .p-program {
    padding: 4rem 0 8rem;
  }
}
#l-index .p-program .list {
  margin: 3rem auto 0;
  width: 70rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-program .list {
    width: calc(100% - 2rem);
    margin: 4rem 1rem 0;
  }
}
#l-index .p-program .list_item {
  box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #l-index .p-program .list_item {
    display: block;
  }
}
#l-index .p-program .list_item:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-program .list_item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}
#l-index .p-program .list_item_num-box {
  background: url(../img/index/bg_program_item.jpg) no-repeat center center/cover;
  width: 13rem;
  height: 13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-program .list_item_num-box {
    padding-bottom: 0;
    gap: 1rem;
    flex-direction: row;
    width: 100%;
    height: 3.6rem;
    background: url(../img/index/bg_program_item_sp.jpg) no-repeat center center/cover;
  }
}
#l-index .p-program .list_item_num-ttl {
  font-size: 1.7rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #l-index .p-program .list_item_num-ttl {
    font-size: 1.5rem;
  }
}
#l-index .p-program .list_item_num {
  margin-top: -0.5rem;
  font-size: 6rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #l-index .p-program .list_item_num {
    font-size: 2.4rem;
  }
}
#l-index .p-program .list_item_txt-box {
  padding: 0 2rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #l-index .p-program .list_item_txt-box {
    padding: 1.4rem 1.6rem;
  }
}
#l-index .p-program .list_item_ttl {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #l-index .p-program .list_item_ttl {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
  }
}
#l-index .p-program .list_item_txt {
  margin-top: 0.7rem;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
#l-index .p-program .c-btn-box {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-program .c-btn-box {
    margin-top: 4.5rem;
  }
}
#l-index .p-charm {
  padding: 8rem 0;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  #l-index .p-charm {
    padding: 4rem 0 8rem;
  }
}
#l-index .p-charm .box {
  margin-top: 4.5rem;
  border-top: 1.5rem solid #133293;
  padding: 4.5rem;
  box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.16);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.5rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #l-index .p-charm .box {
    margin-top: 4rem;
    grid-template-columns: repeat(1, 1fr);
    padding: 3rem 1rem 4rem;
    gap: 0;
  }
}
#l-index .p-charm .box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 1px;
  height: calc(100% - 9rem);
  background-color: #C3C3C3;
}
@media screen and (max-width: 767px) {
  #l-index .p-charm .box::before {
    content: none;
  }
}
#l-index .p-charm .box .ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.8181818182;
}
@media screen and (max-width: 767px) {
  #l-index .p-charm .box .ttl {
    padding: 0 1rem;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
#l-index .p-charm .box .profile {
  margin-top: 3rem;
  padding: 1.2rem;
  background-color: #F6F7FB;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-charm .box .profile {
    margin-top: 1.5rem;
  }
}
#l-index .p-charm .box .profile .img {
  width: 9rem;
}
#l-index .p-charm .box .profile .txt-box {
  flex: 1;
}
#l-index .p-charm .box .profile .txt-box .post {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-charm .box .profile .txt-box .post {
    font-size: 1.3rem;
  }
}
#l-index .p-charm .box .profile .txt-box .name {
  margin-top: 0.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-charm .box .profile .txt-box .name {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
#l-index .p-charm .box .txt {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
#l-index .p-charm .box .left .txt {
  margin-top: 3.2rem;
}
#l-index .p-charm .box .accordion {
  margin-top: 2.5rem;
  padding-bottom: 6rem;
  position: relative;
}
#l-index .p-charm .box .accordion .accordion-btn {
  width: 100%;
  height: 5rem;
  border: 2px solid #133293;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #133293;
  letter-spacing: 0.1em;
  bottom: 0rem;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  #l-index .p-charm .box .accordion .accordion-btn {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #l-index .p-charm .box .accordion .accordion-btn:hover {
    opacity: 0.7;
  }
}
#l-index .p-charm .box .accordion .accordion-btn::after {
  content: "続きはこちら";
}
#l-index .p-charm .box .accordion .accordion-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8rem;
  width: 1.4rem;
  height: 0.7rem;
  background: url(../img/common/arrow_bottom.svg) no-repeat center center/contain;
}
#l-index .p-charm .box .accordion .accordion-btn.is-show {
  bottom: -1rem;
}
#l-index .p-charm .box .accordion .accordion-btn.is-show::after {
  content: "閉じる";
}
#l-index .p-charm .box .accordion .accordion-btn.is-show::before {
  transform: translateY(-50%) rotate(180deg);
}
#l-index .p-charm .box .accordion .accordion-btn.is-show + .accordion-text::before {
  display: none;
}
#l-index .p-charm .box .accordion .accordion-text {
  overflow: hidden;
  position: relative;
}
#l-index .p-charm .box .accordion .accordion-text.is-hide {
  height: 14rem;
}
#l-index .p-charm .box .accordion .accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  height: 6rem;
  position: absolute;
  width: 100%;
}
#l-index .p-charm .box .accordion .accordion-text .txt {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
#l-index .p-voice {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #l-index .p-voice {
    padding: 4rem 0 8rem;
  }
}
#l-index .p-voice .flex {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-voice .flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
    margin: 4rem 1rem 0;
  }
}
#l-index .p-voice .flex .box .img-box {
  position: relative;
}
#l-index .p-voice .flex .box .img-box .img img {
  width: 100%;
  aspect-ratio: 31/35;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #l-index .p-voice .flex .box .img-box .img img {
    aspect-ratio: 32/35;
  }
}
#l-index .p-voice .flex .box .img-box .txt-box {
  background-color: rgba(19, 50, 147, 0.9);
  padding: 1rem 1rem 0.5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
#l-index .p-voice .flex .box .img-box .txt-box * {
  color: #fff;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
#l-index .p-voice .flex .box .img-box .txt-box .post {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-voice .flex .box .img-box .txt-box .post {
    font-size: 1.3rem;
  }
}
#l-index .p-voice .flex .box .img-box .txt-box .name {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-voice .flex .box .img-box .txt-box .name {
    font-size: 1.8rem;
  }
}
#l-index .p-voice .flex .box .img-box .txt-box .name span {
  font-size: 1.4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-voice .flex .box .img-box .txt-box .name span {
    font-size: 1.3rem;
  }
}
#l-index .p-voice .flex .box .accordion {
  margin-top: 2rem;
  padding-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #l-index .p-voice .flex .box .accordion {
    margin-top: 2rem;
  }
}
#l-index .p-voice .flex .box .accordion .accordion-btn {
  width: 100%;
  height: 5rem;
  border: 2px solid #133293;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #133293;
  letter-spacing: 0.1em;
  bottom: 0rem;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  #l-index .p-voice .flex .box .accordion .accordion-btn {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #l-index .p-voice .flex .box .accordion .accordion-btn:hover {
    opacity: 0.7;
  }
}
#l-index .p-voice .flex .box .accordion .accordion-btn::after {
  content: "続きはこちら";
}
#l-index .p-voice .flex .box .accordion .accordion-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8rem;
  width: 1.4rem;
  height: 0.7rem;
  background: url(../img/common/arrow_bottom.svg) no-repeat center center/contain;
}
#l-index .p-voice .flex .box .accordion .accordion-btn.is-show {
  bottom: -2rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-voice .flex .box .accordion .accordion-btn.is-show {
    bottom: 0;
  }
}
#l-index .p-voice .flex .box .accordion .accordion-btn.is-show::after {
  content: "閉じる";
}
#l-index .p-voice .flex .box .accordion .accordion-btn.is-show::before {
  transform: translateY(-50%) rotate(180deg);
}
#l-index .p-voice .flex .box .accordion .accordion-btn.is-show + .accordion-text::before {
  display: none;
}
#l-index .p-voice .flex .box .accordion .accordion-text {
  overflow: hidden;
  position: relative;
}
#l-index .p-voice .flex .box .accordion .accordion-text.is-hide {
  height: 16rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-voice .flex .box .accordion .accordion-text.is-hide {
    height: 14rem;
  }
}
#l-index .p-voice .flex .box .accordion .accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  height: 5rem;
  position: absolute;
  width: 100%;
}
#l-index .p-voice .flex .box .accordion .accordion-text .txt {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
#l-index .p-report {
  padding: 8rem 0;
  background-color: #E9ECF5;
}
@media screen and (max-width: 767px) {
  #l-index .p-report {
    padding: 4rem 0 8rem;
  }
}
#l-index .p-report .list {
  margin-top: 4.5rem;
  background-color: #fff;
  padding: 2rem 4.5rem 3.5rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-report .list {
    margin-top: 2rem;
    padding: 0;
    background-color: transparent;
  }
}
#l-index .p-report .c-btn-box {
  margin-top: 4.5rem;
}
#l-index .p-btn {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #l-index .p-btn {
    padding: 4.5rem 0;
  }
}
#l-index .p-manage {
  background-color: #133293;
  padding: 7rem 0;
}
@media screen and (max-width: 767px) {
  #l-index .p-manage {
    padding: 4.5rem 0;
  }
}
#l-index .p-manage .flex {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  #l-index .p-manage .flex {
    margin-top: 2rem;
    gap: 4.5rem;
    flex-direction: column;
  }
}
#l-index .p-manage .flex .box a {
  width: 25.2rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #l-index .p-manage .flex .box a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #l-index .p-manage .flex .box a:hover {
    opacity: 0.7;
  }
}
#l-index .p-manage .flex .box a .img {
  width: 15rem;
  margin: 0 auto;
}
#l-index .p-manage .flex .box a .name {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  #l-index .p-manage .flex .box a .name {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=index.css.map */