:root {
  --color-main: #0068B7;
  --color-black: #143955;
}

.el-d-scene-firstview {
  display: block;
  margin: 24px auto 54px;
  color: var(--color-black);
}
.el-d-scene-firstview img {
  height: auto;
}
@media screen and (max-width: 700px) {
  .el-d-scene-firstview {
    padding: 0 20px;
  }
}

.el-d-scene-search {
  padding: 32px 0 80px;
  margin-bottom: 0;
  background: #E4EFF8;
}
.el-d-scene-search .el-d-section {
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .el-d-scene-search {
    padding: 32px 5px;
  }
}
.el-d-scene-search img {
  height: auto;
}
.el-d-scene-search__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #0068B7;
}
@media screen and (max-width: 700px) {
  .el-d-scene-search__title {
    text-align: center;
    font-size: 24px;
    line-height: 1.6;
  }
}
.el-d-scene-search__icon {
  flex: 0 0 auto;
  width: 64px;
}
.el-d-scene-search__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
  margin: 29px 0 0;
}
@media screen and (max-width: 700px) {
  .el-d-scene-search__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    gap: 16px 10px;
  }
}
.el-d-scene-search__item {
  position: relative;
  z-index: 0;
  padding: 12px 12px 10px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 0px 22px rgba(40, 142, 220, 0.14);
  box-sizing: border-box;
  background: linear-gradient(135deg, #0068B7, #38A8FD);
  backface-visibility: hidden;
}
@media screen and (max-width: 700px) {
  .el-d-scene-search__item {
    display: flex;
    flex-direction: column;
    padding: 6px;
    min-height: 184px;
    border-radius: 12px;
  }
}
.el-d-scene-search__item::before {
  position: absolute;
  inset: 2px;
  z-index: -1;
  background: #fff;
  border-radius: 22px;
  content: "";
}
@media screen and (max-width: 700px) {
  .el-d-scene-search__item::before {
    border-radius: 10px;
  }
}
.el-d-scene-search__item::after {
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: #fff;
  border-radius: 24px;
  transition: opacity 0.3s ease;
  content: "";
}
@media screen and (max-width: 700px) {
  .el-d-scene-search__item::after {
    border-radius: 12px;
  }
}
.el-d-scene-search__item:hover {
  opacity: 1;
  border-color: transparent;
  text-decoration: none;
}
.el-d-scene-search__item:hover::after {
  opacity: 0;
}
.el-d-scene-search__item:hover img {
  opacity: 1;
}
.el-d-scene-search__image {
  margin: 0 0 20px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .el-d-scene-search__image {
    flex: 0 0 auto;
    margin-bottom: 8px;
    border-radius: 10px;
  }
}
.el-d-scene-search__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #404146;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .el-d-scene-search__label {
    flex: 1 1 auto;
    height: 100%;
    gap: 8px;
    line-height: 1.4;
  }
  .el-d-scene-search__label > span {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
  }
}
.el-d-scene-search__label::after {
  flex: 0 0 auto;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/_var/pro-paper/scene/update20250325/images/icon-down.png) 0 0/contain no-repeat;
  content: "";
}
@media screen and (max-width: 700px) {
  .el-d-scene-search__label::after {
    width: 16px;
    height: 16px;
    margin-top: auto;
  }
}

.el-d-scene-section {
  padding: 90px 0 0;
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .el-d-scene-section {
    padding-top: 80px;
  }
}
.el-d-scene-section img {
  height: auto;
}
.el-d-scene-section.el-d-scene-kaigo {
  position: relative;
  z-index: 0;
  background: linear-gradient(180deg, #E4EFF8 0%, #FFFFFF 10%);
}
.el-d-scene-section__inner {
  padding: 0 40px 60px;
  margin-bottom: 0;
  border-radius: 32px;
  background: url(/_var/pro-paper/scene/update20250325/images/bg-section.png) 0 0/100% 100% no-repeat;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .el-d-scene-section__inner {
    padding: 0 16px 32px;
    margin: 0 20px;
    border-radius: 16px;
    background-image: url(/_var/pro-paper/scene/update20250325/images/bg-section-sp.png);
    background-size: 100% 110%;
  }
}
.el-d-scene-section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  position: relative;
  top: -57px;
  margin: 0 0 -57px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #0068B7;
}
@media screen and (max-width: 700px) {
  .el-d-scene-section__title {
    gap: 26px;
    top: -38px;
    margin: 0 0 -38px;
    font-size: 24px;
  }
}
.el-d-scene-section__icon {
  flex: 0 0 auto;
  width: 138px;
}
@media screen and (max-width: 700px) {
  .el-d-scene-section__icon {
    width: 103px;
  }
}
.el-d-scene-section__image {
  display: block;
  margin: 32px 0 0;
}
.el-d-scene-section__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 32px 0 0;
}
.el-d-scene-item {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 32px 24px;
  background: rgba(255, 255, 255, 0.5);
  border: 8px solid #fff;
  border-radius: 16px;
  box-sizing: border-box;
  box-shadow: 0px 0px 23.4px rgba(93, 185, 255, 0.11);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media screen and (max-width: 700px) {
  .el-d-scene-item {
    flex-direction: column;
    gap: 20px;
    padding: 32px 10px;
    border-width: 4px;
  }
}
.el-d-scene-item__label {
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  background: #0068B7;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 4px;
}
.el-d-scene-item__catch {
  margin-top: 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #0068B7;
}
.el-d-scene-item__text {
  margin: 24px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 700px) {
  .el-d-scene-item__text {
    font-size: 16px;
  }
}
.el-d-scene-item__link {
  position: relative;
  display: block;
  width: 190px;
  flex: 0 0 auto;
}
@media screen and (max-width: 700px) {
  .el-d-scene-item__link {
    width: 100%;
    min-height: 200px;
    background: #E9F5FF;
    border-radius: 12px;
  }
}
.el-d-scene-item__link:hover .el-d-scene-item__button {
  background: #0068B7;
  color: #fff;
}
.el-d-scene-item__link:hover .el-d-scene-item__button::after {
  background-image: url(/_var/pro-paper/scene/update20250325/images/icon-down-white.png);
}
.el-d-scene-item__link:hover img {
  opacity: 1;
}
.el-d-scene-item__button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  translate: -50% 0;
  max-width: 85%;
  width: 143px;
  height: 36px;
  line-height: 1;
  border-radius: 100px;
  border: 1px solid currentColor;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #0068B7;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 700px) {
  .el-d-scene-item__button {
    bottom: 16px;
    translate: -50% 0;
    width: 200px;
    height: 50px;
    font-size: 18px;
  }
}
.el-d-scene-item__button::after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  flex: 0 0 auto;
  rotate: -90deg;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/_var/pro-paper/scene/update20250325/images/icon-down.png) 0 0/contain no-repeat;
  content: "";
}
@media screen and (max-width: 700px) {
  .el-d-scene-item__button::after {
    right: 24px;
    margin-top: -9px;
    width: 18px;
    height: 18px;
  }
}
.el-d-scene-item__image {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.el-d-scene-items {
  margin: 80px 0 0;
  padding: 0 0 80px;
  background: linear-gradient(360deg, #E4EFF8 0%, #FFFFFF 100%);
}
.el-d-scene-items img {
  height: auto;
}
.el-d-scene-items__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #0068B7;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 700px) {
  .el-d-scene-items__title {
    line-height: 1.6;
    font-size: 24px;
  }
}
.el-d-scene-items__icon {
  flex: 0 0 auto;
  margin: 0 0 4px;
  width: 64px;
}
.el-d-scene-items__small {
  margin: 0 0 2px;
  font-size: 18px;
}
.el-d-scene-items__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px 20px;
  margin: 30px auto 0;
  width: 1000px;
}
@media screen and (max-width: 700px) {
  .el-d-scene-items__list {
    grid-template-columns: 1fr;
    padding: 0 45px;
    width: 100%;
    box-sizing: border-box;
  }
}
.el-d-scene-items__link {
  position: relative;
  z-index: 0;
  padding: 4px 4px 12px;
  display: block;
  border-radius: 24px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0px 0px 22px rgba(40, 142, 220, 0.14);
  background: linear-gradient(135deg, #0068B7, #38A8FD);
  backface-visibility: hidden;
}
@media screen and (max-width: 700px) {
  .el-d-scene-items__link {
    padding-bottom: 16px;
    border-radius: 22px;
  }
}
@media screen and (min-width: 701px) {
  .el-d-scene-items__link {
    grid-column: span 2;
  }
  .el-d-scene-items__link:nth-of-type(4) {
    grid-column: 2/4;
  }
  .el-d-scene-items__link:nth-of-type(5) {
    grid-column: 4/6;
  }
}
.el-d-scene-items__link::before {
  position: absolute;
  inset: 2px;
  z-index: -1;
  background: #fff;
  border-radius: 22px;
  content: "";
  backface-visibility: hidden;
}
@media screen and (max-width: 700px) {
  .el-d-scene-items__link::before {
    border-radius: 22px;
  }
}
.el-d-scene-items__link::after {
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: #fff;
  border-radius: 24px;
  transition: opacity 0.3s ease;
  content: "";
  backface-visibility: hidden;
}
@media screen and (max-width: 700px) {
  .el-d-scene-items__link::after {
    border-radius: 22px;
  }
}
.el-d-scene-items__link:hover {
  text-decoration: none;
}
.el-d-scene-items__link:hover::after {
  opacity: 0;
}
.el-d-scene-items__link:hover .el-d-scene-items__button {
  background: #0068B7;
  color: #fff;
}
.el-d-scene-items__link:hover .el-d-scene-items__button::after {
  background-image: url(/_var/pro-paper/scene/update20250325/images/icon-down-white.png);
}
.el-d-scene-items__link:hover img {
  opacity: 1;
}
.el-d-scene-items__label {
  padding: 8px 8px 4px;
  text-align: center;
  line-height: 1.6;
  background: rgba(0, 104, 183, 0.6);
  color: #Fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 22px 22px 0 0;
}
@media screen and (max-width: 700px) {
  .el-d-scene-items__label {
    padding: 10px 8px 5px;
    border-radius: 22px 22px 0 0;
  }
}
.el-d-scene-items__image {
  display: block;
  padding: 12px;
}
@media screen and (max-width: 700px) {
  .el-d-scene-items__image {
    padding: 16px 10px 12px;
  }
}
.el-d-scene-items__text {
  line-height: 1.6;
  text-align: center;
  color: #404146;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 700px) {
  .el-d-scene-items__text {
    font-size: 16px;
  }
}
.el-d-scene-items__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
  max-width: 85%;
  width: 143px;
  height: 36px;
  line-height: 1;
  border-radius: 100px;
  border: 1px solid currentColor;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #0068B7;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 700px) {
  .el-d-scene-items__button {
    width: 200px;
    height: 50px;
    font-size: 18px;
  }
}
.el-d-scene-items__button::after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  flex: 0 0 auto;
  rotate: -90deg;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/_var/pro-paper/scene/update20250325/images/icon-down.png) 0 0/contain no-repeat;
  content: "";
}
@media screen and (max-width: 700px) {
  .el-d-scene-items__button::after {
    margin-top: -9px;
    right: 26px;
    width: 18px;
    height: 18px;
  }
}

.el-d-section-banners {
  padding: 80px 0 120px;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 700px) {
  .el-d-section-banners {
    padding: 40px 20px 24px;
  }
}
.el-d-section-banners__inner {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 700px) {
  .el-d-section-banners__inner {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.el-d-section-banners__item {
  position: relative;
  z-index: 0;
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  aspect-ratio: 469/197;
  padding: 40px 0 20px 32px;
  background: right top/cover no-repeat;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .el-d-section-banners__item {
    flex: 0 0 auto;
    padding: 30px 0 17px 24px;
    width: 350px;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 18px;
  }
}
@media screen and (max-width: 390px) {
  .el-d-section-banners__item {
    padding: 7.6923076923vw 0 4.358974359vw 6.1538461538vw;
    width: 89.7435897436vw;
  }
}
.el-d-section-banners__item:nth-child(1)::before {
  background-image: url(/_var/pro-paper/scene/update20250325/images/bg-banner-01.jpg);
}
.el-d-section-banners__item:nth-child(1)::after {
  background-image: url(/_var/pro-paper/scene/update20250325/images/bg-banner-01-hover.jpg);
}
.el-d-section-banners__item:nth-child(2)::before {
  background-image: url(/_var/pro-paper/scene/update20250325/images/bg-banner-02.jpg);
}
.el-d-section-banners__item:nth-child(2)::after {
  background-image: url(/_var/pro-paper/scene/update20250325/images/bg-banner-02-hover.jpg);
}
.el-d-section-banners__item:visited {
  color: #fff;
}
.el-d-section-banners__item::before, .el-d-section-banners__item::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  background: 0 0/contain no-repeat;
  content: "";
}
.el-d-section-banners__item::after {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.el-d-section-banners__item:hover {
  text-decoration: none;
}
.el-d-section-banners__item:hover::after {
  opacity: 1;
}
.el-d-section-banners__item:hover .el-d-section-banners__button {
  background: #fff;
  color: var(--color-main);
}
.el-d-section-banners__label {
  line-height: 1.6;
  font-size: 32px;
  color: var(--color-main);
}
@media screen and (max-width: 700px) {
  .el-d-section-banners__label {
    font-size: 24px;
  }
}
@media screen and (max-width: 390px) {
  .el-d-section-banners__label {
    font-size: 6.1538461538vw;
  }
}
.el-d-section-banners__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 32px 0 0;
  width: 82%;
  max-width: 287px;
  height: 50px;
  line-height: 1;
  border-radius: 300px;
  background: var(--color-main);
  border: 1px solid var(--color-main);
  color: #fff;
  font-size: 18px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 700px) {
  .el-d-section-banners__button {
    gap: 9px;
    margin-top: 20px;
    width: 206px;
    height: 40px;
    font-size: 13px;
  }
}
@media screen and (max-width: 390px) {
  .el-d-section-banners__button {
    gap: 2.3076923077vw;
    margin-top: 5.1282051282vw;
    width: 52.8205128205vw;
    height: 10.2564102564vw;
    font-size: 3.3333333333vw;
  }
}
.el-d-section-banners__button::after {
  flex: 0 0 auto;
  display: block;
  width: 6px;
  height: 12px;
  background: currentColor;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
}
@media screen and (max-width: 700px) {
  .el-d-section-banners__button::after {
    width: 5px;
    height: 9px;
  }
}
@media screen and (max-width: 390px) {
  .el-d-section-banners__button::after {
    width: 1.2820512821vw;
    height: 2.3076923077vw;
  }
}

.el-d-scene-wrapper {
  position: relative;
}
.el-d-scene-wrapper__pagetop {
  position: sticky;
  top: auto;
  bottom: 120px;
  right: 20px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  padding: 4px 0 0;
  margin-left: auto;
  width: 56px;
  height: 56px;
  background: #E4EFF8;
  border: 1px dashed rgba(0, 104, 183, 0.5);
  border-radius: 300px;
  box-sizing: border-box;
  overflow: hidden;
  color: #0068B7;
  transition: color 0.3s ease, background-color 0.6s ease;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 700px) {
  .el-d-scene-wrapper__pagetop {
    bottom: 180px;
  }
}
.el-d-scene-wrapper__pagetop::before {
  flex: 0 0 auto;
  display: block;
  -webkit-clip-path: path("M10.5 0L21 10.4658L20.4641 11L10.5 1.06838L0.535936 11L0 10.4658L10.5 0Z");
          clip-path: path("M10.5 0L21 10.4658L20.4641 11L10.5 1.06838L0.535936 11L0 10.4658L10.5 0Z");
  width: 21px;
  height: 11px;
  background: currentColor;
  content: "";
}
.el-d-scene-wrapper__pagetop::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  background: linear-gradient(124.72deg, #0068B7 3.45%, #38A8FD 98.34%);
  opacity: 0;
  transition: opacity 0.3s ease;
  content: "";
}
.el-d-scene-wrapper__pagetop:hover {
  border: 1px solid #0068B7;
  background: transparent;
  text-decoration: none;
  color: #fff;
}
.el-d-scene-wrapper__pagetop:hover::after {
  opacity: 1;
}
.el-d-scene-wrapper.is-active .el-d-scene-wrapper__pagetop {
  opacity: 1;
  pointer-events: initial;
}/*# sourceMappingURL=style.css.map */