@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
 #kurashi-feature{
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', 'Arial', sans-serif;
  color: #878787;
  background: #fffef4;
}
@media screen and (min-width: 601px) {
  .sp {
    display: block !important;
  }
  #kurashi-feature img.sp,#kurashi-feature br.sp{
    display: block !important;
  }
  #kurashi-feature img.pc,#kurashi-feature br.pc,#kurashi-feature span.pc{
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  #kurashi-feature img.sp,#kurashi-feature br.sp{
    display: none !important;
  }
  #kurashi-feature img.pc,#kurashi-feature br.pc,#kurashi-feature span.pc{
    display: block !important;
  }
}
#kurashi-feature a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: 0.3s;
}
#kurashi-feature a:active, a:focus {
  text-decoration: none !important;
}
#kurashi-feature {
  background: #f3f5f1;
  margin: 0;
  padding: 0 0 80px;
  color: #454545;
}
#kurashi-feature sup {
  font-size: 10px;
  display: inline-block;
  margin: -0.1em 0 0;
  vertical-align: top;
  line-height: 1.5;
}
#kurashi-feature .explanation {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F8F8F8;
  border-bottom: 1px solid #C2C2C2;
  font-size: 14px;
  font-weight: 400;
}
#kurashi-feature .hero-container {
  background-image: linear-gradient(0deg, rgba(243, 245, 241, 1), rgba(255, 255, 255, 1));
}
#kurashi-feature .hero-box {
  width: 100%;
  padding: 10px 0 0;
  max-width: 1167px;
  margin: 0 auto;
  background: url("/ep/kurashi/images/hero_bg.png") no-repeat 50% 0%;
  background-size: contain;
  box-sizing: border-box;
}
#kurashi-feature .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 90px;
  box-sizing: border-box;
}
#kurashi-feature h1 {
  width: 100%;
  padding: 4.5% 0 0 8.7%;
}
#kurashi-feature h1 img {
  width: 58%;
  max-width: 526px;
  height: auto;
}
#kurashi-feature ul.anchor-list {
  width: 41%;
  margin: -10px 0 4% 8%;
  display: flex;
  flex-wrap: wrap;
}
#kurashi-feature ul.anchor-list li {
  width: 43%;
  margin: -4px -2px;
}
#kurashi-feature ul.anchor-list li img {
  width: 100%;
  max-width: 161px;
  height: auto;
}
#kurashi-feature ul.login-list {
  margin: 0 0 0;
  padding: 10px 3.8% 0;
  display: flex;
  justify-content: center;
}
#kurashi-feature ul.login-list li {
  width: 50%;
  margin: 0 5px;
  max-width: 420px;
  text-align: center;
}
#kurashi-feature ul.login-list li span {
  display: block;
  font-weight: 400;
}
#kurashi-feature ul.login-list li a {
  width: 100%;
  height: 78px;
  padding: 0 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: #ffffff;
  border: none;
  border-radius: 99999px;
  background: #F9494F;
  font-size: 16px;
  position: relative;
  /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); */
}
@media (max-width: 1000px) {
  #kurashi-feature ul.login-list li a {
    font-size: 14px;
  }
}
#kurashi-feature ul.login-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
#kurashi-feature ul.login-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 36px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #E81F25;
  border-right: 1px solid #E81F25;
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#kurashi-feature ul.login-list li:first-child a {
  background: #ffffff;
  font-weight: 700;
  color: #454545;
  border: 1px solid #D9D9D9;
}
#kurashi-feature ul.login-list li:first-child a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 1px solid #A5A5A5;
  background: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
#kurashi-feature ul.login-list li:first-child a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 36px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #A5A5A5;
  border-right: 1px solid #A5A5A5;
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#kurashi-feature ul.login-list li:first-child a span {
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 1000px) {
  #kurashi-feature ul.login-list li:first-child a span {
    font-size: 10px;
  }
}
#kurashi-feature .hero-box p.note {
  margin: 20px 0 60px;
  text-align: center;
}
#kurashi-feature .hero-box p.note a {
  text-decoration: underline;
  color: #454545;
}
#kurashi-feature .point-list {}
#kurashi-feature .point-list .desc {
  width: 66%;
}
#kurashi-feature .point-content {
  max-width: 920px;
  min-height: 248px;
  margin: 0 auto 20px;
  padding: 12px 30px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
#kurashi-feature .point-list #point-1 {}
#kurashi-feature .point-list #point-1 .desc {}
#kurashi-feature .point-list #point-1 h2 {
  width: 100%;
  max-width: 232px;
  margin: 0 auto 25px;
}
#kurashi-feature .point-list #point-1 .image {
  width: 100%;
  max-width: 219px;
  margin: 0 10px 0 0;
}
#kurashi-feature .point-list #point-2 {
  padding: 0 23px;
  flex-direction: row-reverse;
}
#kurashi-feature .point-list #point-2 .desc {
  width: 64%;
  margin: 0 45px 0 0;
}
#kurashi-feature .point-list #point-2 h2 {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 25px;
}
#kurashi-feature .point-list #point-2 .image {
  width: 100%;
  max-width: 245px;
  margin: 0 0 0 10px;
}
#kurashi-feature .point-list #point-3 {}
#kurashi-feature .point-list #point-3 a {
  color: #0895FF;
  text-decoration: underline;
}
#kurashi-feature .point-list #point-3 .desc {
  width: 65.5%;
  margin: 0px 20px 0 25px;
}
#kurashi-feature .point-list #point-3 h2 {
  width: 100%;
  max-width: 324px;
  margin: 0 auto 25px;
}
#kurashi-feature .point-list #point-3 .image {
  width: 100%;
  max-width: 241px;
  margin: 0 2px 0 0;
}
#kurashi-feature .point-list #point-4 {
  flex-direction: row-reverse;
}
#kurashi-feature .point-list #point-4 .desc {}
#kurashi-feature .point-list #point-4 h2 {
  width: 100%;
  max-width: 324px;
  margin: 0 auto 25px;
}
#kurashi-feature .point-list #point-4 .image {
  width: 100%;
  max-width: 254px;
  margin: 0 0 0 0;
}
#kurashi-feature .point-list p {}
#kurashi-feature .point-list h2 img {
  width: 100%;
  height: auto;
}
#kurashi-feature .point-list .image img {
  width: 100%;
  height: auto;
}
#kurashi-feature ul.note {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 50px;
  font-size: 12px;
  color: #656D73;
  font-weight: 500;
}
#kurashi-feature ul.note li.num {
  position: relative;
  margin: 0 0 0.5em;
  padding: 0 0 0 1em;
}
#kurashi-feature ul.note li.num span {
  position: absolute;
  top: 0;
  left: 0;
}
#kurashi-feature .ranking {
  padding: 40px 0;
  width: 100%;
  background: #ffffff;
}
#kurashi-feature .ranking .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  font-weight: 900;
}
#kurashi-feature .ranking .red {
  color: #d42233;
  font-size: 150%;
}
#kurashi-feature .ranking .desc {
  margin: 0 0 0 25px;
  width: 29.3%;
}
#kurashi-feature .ranking .image {
  width: 46.4%;
}
#kurashi-feature .ranking .image img {
  width: 100%;
  height: auto;
}
#kurashi-feature .line-block {
  width: 100%;
  margin: 50px auto;
}
#kurashi-feature .line-block img {
  width: 100%;
  height: auto;
}
#kurashi-feature .video-area {
  width: 100%;
  margin: 50px auto;
}
#kurashi-feature .video-area h2 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#kurashi-feature .video-area h2 img {
  margin: -4px 10px 0 0;
  width: 100%;
  max-width: 222px;
  height: auto;
}
#kurashi-feature .video-area h2 span {
  font-size: 24px;
  font-weight: 400;
}
#kurashi-feature .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#kurashi-feature .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#kurashi-feature .question-list {
  width: 100%;
  margin: 0 auto;
}
#kurashi-feature .question-list h2 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #656D73;
}
#kurashi-feature .question-list dl {
  margin: 0 0 10px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(229, 220, 206, 1);
}
#kurashi-feature .question-list dt {
  padding: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
#kurashi-feature .question-list dt:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#kurashi-feature .question-list dt p {
  width: 90%;
  margin: 0;
  padding: 0 60px 0 34px;
  font-size: 16px;
  line-height: 24px;
  color: #D42233;
  font-weight: 700;
}
#kurashi-feature .question-list dt p::before {
  content: "";
  background-image: url("/ep/kurashi/images/icon_question.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 20px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
}
#kurashi-feature .question-list dt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 36px;
  width: 2px;
  height: 16px;
  background: #D42233;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease, content 0.3s ease;
}
#kurashi-feature .question-list dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 36px;
  width: 2px;
  height: 16px;
  background: #D42233;
  transform: translateY(-50%);
  transition: transform 0.3s ease, content 0.3s ease;
}
#kurashi-feature .question-list dl.open dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 36px;
  width: 2px;
  height: 16px;
  background: #D42233;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease, content 0.3s ease;
}
#kurashi-feature .question-list dd {
  margin: 0 32px 0 20px;
  padding: 18px 0 20px;
  display: none; /* 初期状態では非表示 */
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  border-top: 1px dashed #656D73;
}
#kurashi-feature .question-list dd p::before {
  margin: 12px 0 0;
  content: "";
  background-image: url("/ep/kurashi/images/icon_ans.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
}
#kurashi-feature .question-list dd p {
  margin: 0;
  padding: 0 0 0 34px;
  font-size: 16px;
  line-height: 24px;
}
#kurashi-feature .question-list dd a {
  color: #0895FF;
  text-decoration: underline;
}
#kurashi-feature .question-btn a {
  display: block;
  margin: 20px 0 0;
  padding: 17px 26px;
  border: 1px solid #D42233;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(229, 220, 206, 1);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #D42233;
  position: relative;
}
#kurashi-feature .question-btn a::after {
  margin: 0 0 0 5px;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #E81F25;
  border-right: 1px solid #E81F25;
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#kurashi-feature .floating-container {
  position: fixed;
  bottom: -100px; /* 初期位置を画面外に設定 */
  width: 100%;
  transition: bottom 0.3s ease-in-out; /* アニメーションの指定 */
}
#kurashi-feature .floating-container.hidden {
  bottom: -100px; /* 画面外 */
  /* bottom: -100px; */
}
#kurashi-feature .floating-container.active {
  /* top: 69px; /* PC版の固定位置 */
  bottom: 92px;
}
#kurashi-feature .floating-navigation {
  width: 100%;
  height: 92px;
  background: #F4F5F2BD;
  background-color: rgba(244, 245, 242, 0.74);
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}
#kurashi-feature .floating-navigation ul {
  width: 100%;
  margin: 0;
  padding: 0 3.8%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#kurashi-feature .floating-navigation ul li {
  width: 50%;
  margin: 0 3px;
  max-width: 289px;
  text-align: center;
}
#kurashi-feature .floating-navigation li a {
  width: 100%;
  max-width: 589px;
  height: 51px;
  padding: 0 20px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: #ffffff;
  border: none;
  border-radius: 99999px;
  background: #F9494F;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#kurashi-feature .floating-navigation li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
#kurashi-feature .floating-navigation li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #E81F25;
  border-right: 1px solid #E81F25;
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#kurashi-feature .floating-navigation li:first-child a {
  padding: 0;
  background: #ffffff;
  font-weight: 700;
  color: #454545;
  border: 1px solid #D9D9D9;
}
#kurashi-feature .floating-navigation li:first-child a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  border: 1px solid #A5A5A5;
  background: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
#kurashi-feature .floating-navigation li:first-child a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #A5A5A5;
  border-right: 1px solid #A5A5A5;
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 767px) {

  #kurashi-feature {
    background: #f3f5f1;
    margin: 0;
    padding: 0 0 12.82vw;
    color: #454545;
  }
  #kurashi-feature .hero-box {
    width: 100%;
    padding: 0;
    max-width: none;
    margin: 0 auto;
    background: url("/ep/kurashi/images/hero_bg_sp.png") no-repeat 50% 29.5vw;
    background-size: contain;
    box-sizing: border-box;
  }
  #kurashi-feature .inner {
    width: 100%;
    max-width: none;
    padding: 0 3.59vw;
  }
  #kurashi-feature .hero-box .inner {
    text-align: center;
  }
  #kurashi-feature h1 {
    width: 100%;
    padding: 0;
  }
  #kurashi-feature h1 img {
    width: 100%;
    max-width: none;
    height: auto;
  }
  #kurashi-feature ul.anchor-list {
    width: 100%;
    margin: 74vw 0 4% 0;
    display: flex;
    flex-wrap: nowrap;
  }
  #kurashi-feature ul.anchor-list li {
    margin: -4px -2px;
  }
  #kurashi-feature ul.anchor-list li img {
    width: 100%;
    max-width: none;
    height: auto;
  }
  #kurashi-feature ul.login-list {
    margin: 0;
    padding: 0 2.82vw;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  #kurashi-feature ul.login-list li {
    width: 100%;
    margin: 0 0 2.56vw;
    max-width: none;
    text-align: center;
  }
  #kurashi-feature ul.login-list li span {
    display: block;
    font-weight: 400;
  }
  #kurashi-feature ul.login-list li a {
    width: 100%;
    height: 14.62vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    color: #ffffff;
    border: none;
    border-radius: 99999px;
    background: #F9494F;
    font-size: 4.1vw;
    position: relative;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); */
  }
  #kurashi-feature ul.login-list li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 6.67vw;
    box-sizing: border-box;
    width: 6.15vw;
    height: 6.15vw;
    background: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  #kurashi-feature ul.login-list li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9.23vw;
    width: 1.5vw;
    height: 1.5vw;
    border-top: 1px solid #E81F25;
    border-right: 1px solid #E81F25;
    -webkit-transform: rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  #kurashi-feature ul.login-list li:first-child a {
    background: #ffffff;
    font-weight: 700;
    color: #454545;
    height: 20vw;
    border: 1px solid #D9D9D9;
  }
  #kurashi-feature ul.login-list li:first-child a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 6.67vw;
    box-sizing: border-box;
    width: 6.15vw;
    height: 6.15vw;
    border: 1px solid #A5A5A5;
    background: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  #kurashi-feature ul.login-list li:first-child a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9.23vw;
    width: 1.5vw;
    height: 1.5vw;
    border-top: 1px solid #A5A5A5;
    border-right: 1px solid #A5A5A5;
    -webkit-transform: rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  #kurashi-feature ul.login-list li:first-child a span {
    margin: 0 0 0 -2em;
    font-size: 3.08vw;
    font-weight: 400;
    letter-spacing: -0.1em;
  }
  #kurashi-feature .hero-box p.note {
    margin: 0 auto 4.62vw;
    text-align: left;
    display: inline-block;
    font-size: 3.08vw;
  }
  #kurashi-feature .hero-box p.note a {
    text-decoration: underline;
    color: #454545;
  }
  #kurashi-feature .point-list {}
  #kurashi-feature .point-list .desc {
    width: 100%;
  }
  #kurashi-feature .point-content {
    max-width: none;
    min-height: none;
    margin: 0 auto 5.12vw;
    padding: 12px 7.7vw;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 20px;
    display: block;
    justify-content: space-between;
    align-items: center;
    font-size: 3.59vw;
    line-height: 1.5;
    font-weight: 500;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  }
  #kurashi-feature sup {
    font-size: 2.56vw;
    display: inline-block;
    margin: -0.1em 0 0;
    vertical-align: top;
    line-height: 1.5;
  }
  #kurashi-feature .point-list #point-1 {}
  #kurashi-feature .point-list #point-1 .desc {}
  #kurashi-feature .point-list #point-1 h2 {
    width: 100%;
    max-width: 59.74vw;
    margin: 7.69vw auto 6.15vw;
  }
  #kurashi-feature .point-list #point-1 .image {
    width: 100%;
    max-width: none;
    margin: 5.12vw 0;
  }
  #kurashi-feature .point-list #point-2 {
    padding: 12px 7.69vw;
    flex-direction: row-reverse;
  }
  #kurashi-feature .point-list #point-2 .desc {
    width: 100%;
    margin: 0;
  }
  #kurashi-feature .point-list #point-2 h2 {
    width: 100%;
    max-width: 58.97vw;
    margin: 7.69vw auto 6.15vw;
  }
  #kurashi-feature .point-list #point-2 .image {
    width: 100%;
    max-width: none;
    margin: 5.12vw 0;
  }
  #kurashi-feature .point-list #point-3 {}
  #kurashi-feature .point-list #point-3 a {
    color: #0895FF;
    text-decoration: underline;
  }
  #kurashi-feature .point-list #point-3 .desc {
    width: 100%;
    margin: 0px;
  }
  #kurashi-feature .point-list #point-3 h2 {
    width: 100%;
    max-width: 42.3vw;
    margin: 7.69vw auto 6.15vw;
  }
  #kurashi-feature .point-list #point-3 .image {
    width: 100%;
    max-width: none;
    margin: 5.12vw 0;
  }
  #kurashi-feature .point-list #point-4 {
    flex-direction: row-reverse;
  }
  #kurashi-feature .point-list #point-4 .desc {}
  #kurashi-feature .point-list #point-4 h2 {
    width: 100%;
    max-width: 42.82vw;
    margin: 7.69vw auto 6.15vw;
  }
  #kurashi-feature .point-list #point-4 .image {
    width: 100%;
    max-width: none;
    margin: 5.12vw 0;
  }
  #kurashi-feature .point-list p {}
  #kurashi-feature .point-list h2 img {
    width: 100%;
    height: auto;
  }
  #kurashi-feature .point-list .image img {
    width: 100%;
    height: auto;
  }
  #kurashi-feature ul.note {
    width: 100%;
    max-width: none;
    margin: 0 auto 50px;
    font-size: 3.08vw;
    color: #656D73;
    font-weight: 500;
  }
  #kurashi-feature ul.note li.num {
    position: relative;
    margin: 0 0 0.5em;
    padding: 0 0 0 1em;
  }
  #kurashi-feature ul.note li.num span {
    position: absolute;
    top: 0;
    left: 0;
  }
  #kurashi-feature .ranking {
    padding: 40px 0;
    width: 100%;
    background: #ffffff;
  }
  #kurashi-feature .ranking .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    font-weight: 900;
  }
  #kurashi-feature .ranking .red {
    color: #d42233;
    font-size: 150%;
  }
  #kurashi-feature .ranking .desc {
    margin: 2.56vw 0 0;
    width: 86%;
    font-size: 3.8vw;
  }
  #kurashi-feature .ranking .image {
    width: 85%;
  }
  #kurashi-feature .ranking .image img {
    width: 100%;
    height: auto;
  }
  #kurashi-feature .line-block {
    width: 100%;
    margin: 8.97vw auto;
  }
  #kurashi-feature .line-block img {
    width: 100%;
    height: auto;
  }
  #kurashi-feature .video-area {
    width: 100%;
    margin: 8.97vw auto;
  }
  #kurashi-feature .video-area h2 {
    margin: 0 0 1.28vw;
    font-size: 4.6vw;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #kurashi-feature .video-area h2 img {
    margin: -4px 10px 0 0;
    width: 100%;
    max-width: 38.2vw;
    height: auto;
  }
  #kurashi-feature .video-area h2 span {
    font-size: 4.06vw;
    font-weight: 400;
  }
  #kurashi-feature .video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  #kurashi-feature .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #kurashi-feature .question-list {
    width: 100%;
    margin: 0 auto;
  }
  #kurashi-feature .question-list h2 {
    margin: 0 0 2.56vw;
    font-size: 5.12vw;
    font-weight: 700;
    text-align: center;
    color: #656D73;
  }
  #kurashi-feature .question-list dl {
    margin: 0 0 2.56vw;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 0px 2.56vw 0px rgba(229, 220, 206, 1);
  }
  #kurashi-feature .question-list dt {
    padding: 5.13vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
  }
  #kurashi-feature .question-list dt:hover {
    opacity: 1;
    transition: 0.3s;
  }
  #kurashi-feature .question-list dt p {
    width: 90%;
    margin: 0;
    padding: 0 8.97vw 0 8.72vw;
    font-size: 4.1vw;
    line-height: 1.5;
    color: #D42233;
    font-weight: 700;
  }
  #kurashi-feature .question-list dt p::before {
    content: "";
    background-image: url("/ep/kurashi/images/icon_question.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 5.13vw;
    width: 6.15vw;
    height: 6.15vw;
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
  }
  #kurashi-feature .question-list dt::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 9.23vw;
    width: 0.5vw;
    height: 4.1vw;
    background: #D42233;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s ease, content 0.3s ease;
  }
  #kurashi-feature .question-list dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9.23vw;
    width: 0.5vw;
    height: 4.1vw;
    background: #D42233;
    transform: translateY(-50%);
    transition: transform 0.3s ease, content 0.3s ease;
  }
  #kurashi-feature .question-list dl.open dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9.23vw;
    width: 0.5vw;
    height: 4.1vw;
    background: #D42233;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s ease, content 0.3s ease;
  }
  #kurashi-feature .question-list dd {
    margin: 0 8.21vw 0 5.13vw;
    padding: 4.62vw 0 5.13vw;
    display: none; /* 初期状態では非表示 */
    position: relative;
    font-size: 4.1vw;
    line-height: 1.5;
    font-weight: 300;
    border-top: 1px dashed #656D73;
  }
  #kurashi-feature .question-list dd p::before {
    margin: 3.08vw 0 0;
    content: "";
    background-image: url("/ep/kurashi/images/icon_ans.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    width: 6.15vw;
    height: 6.15vw;
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
  }
  #kurashi-feature .question-list dd p {
    margin: 0;
    padding: 0 0 0 8.72vw;
    font-size: 4.1vw;
    line-height: 6.15vw;
  }
  #kurashi-feature .question-list dd a {
    color: #0895FF;
    text-decoration: underline;
  }
  #kurashi-feature .question-btn a {
    display: block;
    margin: 5.13vw 0 0;
    padding: 4.36vw 6.67vw;
    border: 1px solid #D42233;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0px 0px 2.56vw 0px rgba(229, 220, 206, 1);
    font-size: 4.1vw;
    font-weight: 700;
    text-align: center;
    color: #D42233;
    position: relative;
  }
  #kurashi-feature .question-btn a::after {
    margin: 0 0 0 1.28vw;
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    width: 2.05vw;
    height: 2.05vw;
    border-top: 1px solid #E81F25;
    border-right: 1px solid #E81F25;
    -webkit-transform: rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  #kurashi-feature .floating-container {
    position: fixed;
    top: -100px; /* 初期位置を画面外に設定 */
    bottom: auto;
    width: 100%;
    transition: top 0.3s ease-in-out; /* アニメーションの指定 */
  }
#kurashi-feature .floating-container.hidden {
    top: -100px; /* 画面外 */
    /* bottom: -100px; */
    bottom: auto;
  }
  #kurashi-feature .floating-container.active {
    top: 52px;
    /* bottom: 60px; */
    bottom: auto;
  }
  #kurashi-feature .floating-navigation {
    width: 100%;
    height: 60px;
    background: #F4F5F2BD;
    background-color: rgba(244, 245, 242, 0.74);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #kurashi-feature .floating-navigation ul {
    width: 100%;
    margin: 0 -3px;
    padding: 0 4.10vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #kurashi-feature .floating-navigation ul li {
    width: 50%;
    margin: 0 3px;
    max-width: none;
    text-align: center;
  }
  #kurashi-feature .floating-navigation li a {
    width: 100%;
    max-width: none;
    height: 45px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    color: #ffffff;
    border: none;
    border-radius: 99999px;
    background: #F9494F;
    font-size: 3.08vw;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0px 0px 2.56vw 0px rgba(0, 0, 0, 0.2);
  }
  #kurashi-feature .floating-navigation li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.59vw;
    box-sizing: border-box;
    width: 4.36vw;
    height: 4.36vw;
    background: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  #kurashi-feature .floating-navigation li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.4vw;
    width: 1vw;
    height: 1vw;
    border-top: 1px solid #E81F25;
    border-right: 1px solid #E81F25;
    -webkit-transform: rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  #kurashi-feature .floating-navigation li:first-child a {
    padding: 0 5.13vw 0 0;
    background: #ffffff;
    font-weight: 700;
    color: #454545;
    border: 1px solid #D9D9D9;
  }
  #kurashi-feature .floating-navigation li:first-child a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.59vw;
    box-sizing: border-box;
    width: 4.36vw;
    height: 4.36vw;
    border: 1px solid #A5A5A5;
    background: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  #kurashi-feature .floating-navigation li:first-child a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.4vw;
    width: 1vw;
    height: 1vw;
    border-top: 1px solid #A5A5A5;
    border-right: 1px solid #A5A5A5;
    -webkit-transform: rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}