.btn__login--float {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  border-radius: 0 8px 0 0;
  background-color: #E60012;
  padding: 12px;
}
@media print, screen and (min-width: 768px) {
  .btn__login--float {
    padding: 20px;
    border-radius: 0 12px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .btn__login--float .btn__link {
    padding: 10px 15px;
    width: 200px;
  }
}
@media print, screen and (min-width: 768px) {
  .btn__login--float .btn__link--arrow-right {
    background-size: 18px auto;
  }
}

.c-mv-sideimage.c-ibtop-image {
  background-color: #F8F7F4;
}
.c-mv-sideimage.c-ibtop-image .c-mv__inner {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-mv-sideimage.c-ibtop-image .c-mv__inner {
    gap: 0;
    padding: 20px 0 0;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .c-mv-sideimage.c-ibtop-image .c-mv__inner {
    height: 360px;
    width: 100%;
    padding: 0 clamp(20px, (100vw - 1240px) / 2, (100vw - 1240px) / 2);
    flex-direction: row;
  }
}
@media print, screen and (min-width: 768px) {
  .c-mv-sideimage.c-ibtop-image .c-mv__inner .c-mv__sideimage {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
  }
}
.c-mv-sideimage.c-ibtop-image .c-mv__inner .c-mv__sideimage::before {
  content: "";
  display: block;
}
@media only screen and (max-width: 767px) {
  .c-mv-sideimage.c-ibtop-image .c-mv__inner .c-mv__sideimage::before {
    position: absolute;
    left: 0;
    bottom: 23.9361702128vw;
    width: 100%;
    height: 48.4042553191vw;
    background: linear-gradient(180deg, #F8F7F4 26.48%, rgba(255, 255, 255, 0) 100%);
  }
}
@media print, screen and (min-width: 768px) {
  .c-mv-sideimage.c-ibtop-image .c-mv__inner .c-mv__sideimage::before {
    position: absolute;
    left: 280px;
    width: 50%;
    height: 360px;
    background: linear-gradient(to right, rgb(248, 247, 244) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.c-mv-sideimage.c-ibtop-image .c-mv__inner .c-mv__sidetitle {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-mv-sideimage.c-ibtop-image .c-mv__inner .c-mv__sidetitle {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-mv-sideimage.c-ibtop-image .c-mv__inner .c-mv__sidetitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
  }
}

section.important {
  margin: 10px 0 100px;
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  section.important {
    margin: 25px auto 120px;
    padding: 0 20px;
    width: 1240px;
  }
}
section.important > .inner {
  display: flex;
  border-radius: 12px;
  border: 2px solid #E60012;
}
@media only screen and (max-width: 767px) {
  section.important > .inner {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  section.important > .inner {
    border-radius: 20px;
    overflow: hidden;
  }
}
section.important > .inner > .important-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 12px 8px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  section.important > .inner > .important-title {
    font-size: 2.2rem;
  }
}
section.important > .inner > .important-title {
  color: #E60012;
}
@media only screen and (max-width: 767px) {
  section.important > .inner > .important-title {
    padding: 16px 0;
  }
}
@media print, screen and (min-width: 768px) {
  section.important > .inner > .important-title {
    flex-direction: column;
    flex-shrink: 0;
    width: 280px;
  }
}
section.important > .inner > .important-title::before {
  content: "";
  position: absolute;
  display: block;
  opacity: 0.2;
}
@media only screen and (max-width: 767px) {
  section.important > .inner > .important-title::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 2px dashed #E60012;
  }
}
@media print, screen and (min-width: 768px) {
  section.important > .inner > .important-title::before {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 2px dashed #E60012;
  }
}
section.important > .inner > .important-title > .icon {
  line-height: 0;
}
section.important > .inner > .important-links {
  padding: 25px 20px;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  section.important > .inner > .important-links {
    max-height: 40vh;
  }
}
@media print, screen and (min-width: 768px) {
  section.important > .inner > .important-links {
    padding: 45px 65px;
    max-height: 200px;
  }
}
section.important > .inner > .important-links ul li {
  display: flex;
  gap: 6px 24px;
}
@media only screen and (max-width: 767px) {
  section.important > .inner > .important-links ul li {
    flex-direction: column;
  }
}
section.important > .inner > .important-links ul li span.date {
  flex-shrink: 0;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  section.important > .inner > .important-links ul li span.date {
    font-size: 1.6rem;
  }
}
section.important > .inner > .important-links ul li span.date {
  font-weight: 400;
}
section.important > .inner > .important-links ul li a {
  display: inline-flex;
  padding-left: 12px;
  background: url("/echishin/assets/images/common/ic_arrow-simple_red_right.svg") left 8px no-repeat;
}
@media print, screen and (min-width: 768px) {
  section.important > .inner > .important-links ul li a {
    background-position: left 10px;
  }
}

.information-links {
  padding: 0 20px 25px;
  overflow-y: auto;
  max-height: 40vh;
}
@media print, screen and (min-width: 768px) {
  .information-links {
    padding: 0 65px;
    margin-bottom: 45px;
    max-height: 200px;
  }
}
.information-links ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.information-links ul li {
  display: flex;
  gap: 6px 24px;
}
@media only screen and (max-width: 767px) {
  .information-links ul li {
    flex-direction: column;
  }
}
.information-links ul li span.date {
  flex-shrink: 0;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .information-links ul li span.date {
    font-size: 1.6rem;
  }
}
.information-links ul li span.date {
  font-weight: 400;
}
.information-links ul li a {
  display: inline-flex;
  padding-left: 12px;
  background: url("/echishin/assets/images/common/ic_arrow-simple_red_right.svg") left 8px no-repeat;
}
@media print, screen and (min-width: 768px) {
  .information-links ul li a {
    background-position: left 10px;
  }
}

.c-abouts {
  position: relative;
  display: grid;
  gap: 20px 22px;
  background-image: url("/echishin/assets/images/personal/ib/index/bg_abouts.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .c-abouts {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px 100px;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  .c-abouts {
    grid-template-columns: repeat(3, 386px);
    justify-content: center;
    padding-bottom: 100px;
  }
}
.c-abouts::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .c-abouts::after {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 100%);
  }
}
@media print, screen and (min-width: 768px) {
  .c-abouts::after {
    background: linear-gradient(180deg, #FFF 10.48%, rgba(255, 255, 255, 0) 100%);
  }
}
.c-abouts .c-about {
  border: 1px solid #E8E8E8;
  background: rgba(255, 255, 255, 0.8);
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .c-abouts .c-about {
    padding: 20px 20px 0;
    border-radius: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-abouts .c-about {
    padding: 35px 30px 0;
    border-radius: 12px;
  }
}
.c-abouts .c-about::before {
  position: absolute;
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background-color: #E60012;
  border-radius: 9999px;
}
.c-abouts .c-about__title .about__icon {
  display: flex;
  justify-content: center;
  border-bottom: 2px dashed #D4D4D4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-abouts .c-about__title .about__icon {
    height: 100px;
  }
}
.c-abouts .c-about__title .about__icon img {
  max-height: 60px;
}
@media print, screen and (min-width: 768px) {
  .c-abouts .c-about__title .about__icon img {
    max-height: 80px;
  }
}
.c-abouts .c-about__foot {
  display: flex;
  align-items: center;
  background: rgba(248, 247, 244, 0.8);
  padding: 15px 20px;
  border-radius: 0 0 8px 8px;
  margin: 0 -20px;
}
@media print, screen and (min-width: 768px) {
  .c-abouts .c-about__foot {
    border-radius: 0 0 12px 12px;
    margin: 0 -30px;
    padding: 25px 30px;
  }
}/*# sourceMappingURL=style.css.map */