@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.header {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.mainvisual {
  --fz: clamp(1.75rem, 0.530rem + 5.422vw, 4rem);
  --triangle-size: calc(var(--fz) * 9.5);
  position: relative;
  padding: 135px clamp(1rem, 0.44rem + 2.388vw, 1.5rem) 72px;
}
@media screen and (min-width: 681px) {
  .mainvisual {
    padding: max(130px, 30vh) clamp(1rem, 0.44rem + 2.388vw, 1.5rem) 72px;
  }
}
@media screen and (min-width: 1024px) {
  .mainvisual {
    --triangle-size: calc(var(--fz) * 9.5 + clamp(0rem, -7.605rem + 14.226vw, 8.5rem));
    padding: max(130px, 45vh) clamp(1.5rem, -7.605rem + 14.226vw, 10rem) 96px;
  }
}
.mainvisual::before {
  content: "";
  display: block;
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0) 80%, #e3eef8 100%);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 3;
  pointer-events: none;
}
.mainvisual::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 200px;
  height: 200px;
  background: linear-gradient(to bottom, #fcfeff, transparent);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  transition: 0.2s;
}
@media screen and (min-width: 681px) {
  .mainvisual::after {
    width: 280px;
    height: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .mainvisual::after {
    width: 360px;
    height: 360px;
  }
}
.mainvisual__slides {
  overflow: hidden;
  position: absolute;
  inset: 0;
}
.mainvisual__slides::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  display: block;
  content: "";
  width: var(--triangle-size);
  height: var(--triangle-size);
  background: linear-gradient(to right, rgba(73, 111, 161, 0.4) 0%, rgba(73, 111, 161, 0.05) 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.mainvisual__slides::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: linear-gradient(45deg, #496FA1 5%, rgba(73, 111, 161, 0) 75%);
}
@media screen and (min-width: 681px) {
  .mainvisual__slides::after {
    background: linear-gradient(45deg, #496FA1 0%, rgba(73, 111, 161, 0) 60%);
  }
}
@keyframes mv-zoom {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.mainvisual__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 4s ease;
}
.mainvisual__slide.is-active {
  opacity: 1;
  animation: mv-zoom 7000ms cubic-bezier(0.2, 0, 0.8, 1) forwards;
}
.mainvisual__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainvisual__contents {
  position: relative;
  z-index: 4;
  pointer-events: none;
}
.mainvisual__maincopy {
  margin-block: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 650;
  font-size: var(--fz);
  line-height: 1.3;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #fff;
}
.mainvisual__maincopy--fzs {
  display: inline-block;
  margin-inline: clamp(-0.094rem, -0.043rem - 0.226vw, -0.188rem);
  font-size: 75%;
}
.mainvisual__sbcopy {
  padding-right: 5rem;
  font-size: clamp(0.75rem, 0.547rem + 0.904vw, 1.125rem);
  font-weight: 500;
  color: #fff;
}
.mainvisual__button {
  position: absolute;
  right: clamp(1rem, 0.44rem + 2.388vw, 1.5rem);
  bottom: 80px;
  z-index: 3;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 1024px) {
  .mainvisual__button {
    right: clamp(2.5rem, -0.299rem + 11.94vw, 5rem);
    bottom: 120px;
  }
}
.mainvisual__button span {
  display: block;
}
.mainvisual__button a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 6rem;
  height: 6rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, #496FA1 0%, #5279a5 50%, #6293c1 100%);
  transition: 0.2s;
}
@media screen and (min-width: 681px) {
  .mainvisual__button a {
    width: 8rem;
    height: 8rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .mainvisual__button a {
    width: 10rem;
    height: 10rem;
    font-size: 1.25rem;
  }
}
.mainvisual__button a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(315deg, #496FA1 0%, #5279a5 100%);
  border-radius: 50%;
  transition: 0.2s;
}
.mainvisual__button a:hover {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
}
.mainvisual__button a:hover::before {
  opacity: 1;
}

.top-headline01 {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.top-headline01 span {
  display: inline-block;
  font-size: clamp(0.625rem, 0.553rem + 0.308vw, 0.75rem);
  font-weight: bold;
  color: #9BBEE2;
}
.top-headline01 h2 {
  margin-block: 0 1rem;
  font-size: clamp(1.75rem, 1.461rem + 1.233vw, 2.25rem);
  font-weight: 600;
  line-height: 1.1;
}

.info {
  padding: 0 0 clamp(2.5rem, -0.299rem + 11.94vw, 5rem);
  background: #e3eef8;
}
.info .top-headline01 h2 {
  font-size: clamp(1.25rem, 0.979rem + 1.205vw, 1.75rem);
}
.info__body {
  position: relative;
  z-index: 4;
  margin-top: -50px;
  margin-inline: 0 clamp(1rem, 0.44rem + 2.388vw, 1.5rem);
  padding: clamp(1rem, 0.44rem + 2.388vw, 1.5rem) clamp(1.25rem, -0.149rem + 5.97vw, 2.5rem) clamp(1.25rem, -0.149rem + 5.97vw, 2.5rem) clamp(1rem, 0.44rem + 2.388vw, 1.5rem);
  background: linear-gradient(-135deg, transparent 2rem, #F7FBFD 0);
  border-radius: 0 0.5rem 0.5rem 0;
}
@media screen and (min-width: 1024px) {
  .info__body {
    display: grid;
    grid-template-columns: 240px 1fr;
    grid-template-rows: 1fr;
    gap: 2.5rem;
    margin-right: calc(clamp(0px, (100vw - 1200px) / 2, 100vw) + clamp(1.25rem, -0.149rem + 5.97vw, 2.5rem));
    padding-left: calc(clamp(0px, (100vw - 1200px) / 2, 100vw) + clamp(1rem, 0.44rem + 2.388vw, 1.5rem));
    padding-right: clamp(2.5rem, -0.299rem + 11.94vw, 5rem);
  }
}
.info__ttl {
  font-size: 0.875rem;
}

.subject {
  position: relative;
  background: #FCF7E9;
}
.subject::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: rgb(248.94, 238.84, 210.56) transparent transparent transparent;
  border-style: solid;
  border-width: 20rem 20rem 0 0;
}
.subject__inner {
  position: relative;
  padding: clamp(2.5rem, -0.299rem + 11.94vw, 5rem) clamp(1rem, 0.44rem + 2.388vw, 1.5rem);
  max-width: 1200px;
  margin: auto;
}
.subject__copy {
  margin-top: 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: #241a08;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .subject__copy {
    line-height: 2;
  }
}
.subject__body {
  container: feature-body/inline-size;
}
.subject__sbttl {
  padding-inline: 1rem;
  font-size: clamp(1.125rem, 0.908rem + 0.924vw, 1.5rem);
  border-bottom: 1px solid #F8933A;
}
@media screen and (min-width: 1024px) {
  .subject__sbttl:first-child {
    margin-top: 0;
  }
}
.subject__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 280px));
  gap: 1rem;
  justify-content: center;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .subject__cards {
    grid-template-columns: repeat(2, calc(50% - 0.75rem));
    gap: 1.5rem;
    padding: 0 clamp(1rem, 0.44rem + 2.388vw, 1.5rem);
  }
}
.subject__card {
  position: relative;
  max-width: 280px;
  margin-inline: auto;
  overflow: hidden;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 2px 5px rgba(114, 98, 80, 0.1);
  transition: 0.2s;
}
@media screen and (min-width: 1024px) {
  .subject__card {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
}
.subject__card a, .subject__card.subject__card--nolink {
  text-decoration: none;
  color: #042835;
}
@media screen and (min-width: 1024px) {
  .subject__card a, .subject__card.subject__card--nolink {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-template-rows: auto;
  }
}
.subject__card a {
  position: relative;
}
.subject__card a::after {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon/icon-arrow-gray.svg"), #EAEFF1;
  background-repeat: no-repeat;
  background-size: 10px 10px, auto;
  background-position: center, center;
  border-radius: 50%;
  transition: 0.2s;
}
.subject__card a:hover {
  box-shadow: 0 0 2px rgba(84, 63, 50, 0.2);
}
.subject__card a:hover::after {
  right: 0.3rem;
}
.subject__card a:hover .subject__thumb img {
  transform: scale(106%);
}
.subject__thumb {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 1024px) {
  .subject__thumb {
    align-self: stretch;
    width: 250px;
    height: 100%;
    aspect-ratio: auto;
  }
}
.subject__thumb::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .subject__thumb::before {
    background: linear-gradient(to left, white 5%, rgba(255, 255, 255, 0) 50%);
  }
}
.subject__thumb img {
  width: 100%;
  transition: 0.2s;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1024px) {
  .subject__thumb img {
    height: 100%;
    aspect-ratio: 4/3;
    -o-object-position: 110% 50%;
       object-position: 110% 50%;
  }
}
.subject dl {
  margin: 0;
  padding: 1rem 2.5rem 1rem 1rem;
}
@media screen and (min-width: 1024px) {
  .subject dl {
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  }
}
.subject dt {
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .subject dt {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
  }
}
.subject dd {
  position: relative;
  margin-left: 0.25rem;
  padding-left: 1em;
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .subject dd {
    font-size: 1rem;
  }
}
.subject dd::before {
  position: absolute;
  top: 0.675em;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #9BBEE2;
  border-radius: 50%;
}

.feature {
  overflow: hidden;
  position: relative;
  padding-top: clamp(2.5rem, -0.299rem + 11.94vw, 5rem);
  background: #F1F9FC;
}
@media screen and (min-width: 800px) {
  .feature {
    padding-bottom: clamp(2.5rem, -0.299rem + 11.94vw, 5rem);
  }
}
.feature::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: rgb(230.68, 242.84, 248.92) transparent transparent transparent;
  border-style: solid;
  border-width: 20rem 20rem 0 0;
}
.feature__cards {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 800px) {
  .feature__cards {
    display: grid;
    grid-template-columns: auto;
    gap: clamp(2.5rem, -28.333rem + 66.667vw, 5rem);
    padding: 0 clamp(1rem, 0.44rem + 2.388vw, 1.5rem) clamp(1.25rem, -0.149rem + 5.97vw, 2.5rem);
  }
}
.feature__cards > .feature__card:nth-child(even) .feature__thumb {
  padding-inline: clamp(1.25rem, -0.149rem + 5.97vw, 2.5rem) 0;
}
@media screen and (min-width: 800px) {
  .feature__cards > .feature__card:nth-child(even) .feature__thumb {
    padding-inline: 0;
  }
}
.feature .top-headline01 {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 1.5rem;
  text-align: center;
}
.feature__card {
  max-width: 1080px;
  margin: auto;
}
@media screen and (min-width: 800px) {
  .feature__card {
    display: grid;
    grid-template-columns: max(40%, 360px) 1fr;
    gap: clamp(1.25rem, -0.149rem + 5.97vw, 2.5rem);
  }
}
@media screen and (min-width: 1024px) {
  .feature__card {
    grid-template-columns: max(40%, 440px) 1fr;
    gap: 64px;
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  .feature__card:nth-child(odd) {
    transform: translateX(80px);
  }
  .feature__card:nth-child(even) {
    transform: translateX(-80px);
  }
  .feature__card.is-active {
    opacity: 1;
    transform: translateX(0);
  }
  .feature__card.is-active b {
    background-size: 100% 100%;
    transition-delay: 0.4s;
  }
}
@media screen and (min-width: 800px) {
  .feature__card:nth-child(even) {
    grid-template-columns: 1fr max(40%, 360px);
  }
}
@media screen and (min-width: 1024px) {
  .feature__card:nth-child(even) {
    grid-template-columns: 1fr max(40%, 440px);
  }
}
@media screen and (min-width: 800px) {
  .feature__card:nth-child(even) .feature__thumb {
    grid-column: 2;
  }
}
@media screen and (min-width: 800px) {
  .feature__card:nth-child(even) .feature__body {
    grid-column: 1;
  }
}
.feature__thumb {
  position: relative;
  z-index: -2;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding-inline: 0 clamp(1.25rem, -0.149rem + 5.97vw, 2.5rem);
  aspect-ratio: 100/58;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .feature__thumb {
    grid-column: 1;
    grid-row: 1;
    padding-inline: 0;
    aspect-ratio: 100/71;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.feature__thumb img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .feature__thumb img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.25rem;
  }
}
.feature__body {
  position: relative;
  padding: 1px clamp(1rem, 0.44rem + 2.388vw, 1.5rem) 2.5rem;
}
@media screen and (min-width: 800px) {
  .feature__body {
    grid-column: 2;
    grid-row: 1;
    display: grid;
    align-content: center;
    padding: 0;
  }
}
.feature__body p {
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 1024px) {
  .feature__body p {
    font-size: 1.125rem;
  }
}
.feature__body b {
  font-weight: normal;
  background: linear-gradient(transparent 55%, rgba(155, 190, 226, 0.4) 55%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 1024px) {
  .feature__body b {
    background-size: 0% 100%;
    transition: background-size 0.8s ease-out;
  }
}
.feature__ttl {
  position: relative;
  z-index: 4;
  margin: 2rem 0 0;
  font-size: clamp(1.5rem, 1.229rem + 1.205vw, 2rem);
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 800px) {
  .feature__ttl {
    margin-top: 0;
  }
}
.feature__ttl--quot-first {
  margin-inline: -0.6em -0.2em;
  font-weight: normal;
}
.feature__ttl--quot-end {
  margin-inline: -0.05em -0.5em;
  font-weight: normal;
}
.feature__ttl--quot-end02 {
  margin-inline: -0.05em 0;
  font-weight: normal;
}
.feature__ttl--nakaguro {
  margin-inline: -0.25em -0.25em;
}
.feature__deco {
  position: absolute;
  top: -3.5rem;
  right: clamp(1rem, 0.44rem + 2.388vw, 1.5rem);
  z-index: 3;
  font-family: "Noto Serif JP", serif;
  font-size: 10rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 681px) {
  .feature__deco {
    top: -5rem;
  }
}
@media screen and (min-width: 800px) {
  .feature__deco {
    top: -3rem;
  }
}
@media screen and (min-width: 1024px) {
  .feature__deco {
    font-size: 12.5rem;
    top: -3rem;
  }
}
.feature__btn {
  margin: 0 0 clamp(1.25rem, -0.149rem + 5.97vw, 2.5rem);
  text-align: center;
}

.auth {
  position: relative;
  padding: clamp(1.25rem, -0.149rem + 5.97vw, 2.5rem) 0;
  background: #fff;
}
.auth::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #F7FBFD transparent transparent transparent;
  border-style: solid;
  border-width: 5rem 5rem 0 0;
}
.auth__inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 681px) {
  .auth__inner {
    max-width: 600px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .auth__inner {
    display: flex;
    max-width: 100%;
    padding-left: clamp(0px, (100vw - 1200px) / 2, 100vw);
  }
}
.auth__header {
  padding: 0 clamp(1rem, 0.44rem + 2.388vw, 1.5rem);
}
@media screen and (min-width: 1024px) {
  .auth__header {
    flex-shrink: 0;
    width: 400px;
  }
}
.auth__header h3 {
  margin-block: 0 0.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 1.114rem + 0.602vw, 1.5rem);
  line-height: 1.3;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.auth__header p {
  margin-top: 0;
}
.auth__kekaku {
  font-weight: bold;
}
.auth__contents {
  margin-left: clamp(1rem, 0.44rem + 2.388vw, 1.5rem);
  padding: clamp(1rem, 0.44rem + 2.388vw, 1.5rem);
  background: #f5f8f7;
}
@media screen and (min-width: 1024px) {
  .auth__contents {
    display: flex;
    gap: clamp(1rem, 0.44rem + 2.388vw, 1.5rem);
    width: 100%;
    margin-left: 0;
  }
}
.auth__sb-header {
  display: flex;
  gap: 1rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .auth__sb-header {
    display: block;
  }
}
.auth__sb-header p {
  margin: 0;
}
.auth__sb-header--img {
  flex-shrink: 0;
  margin-top: -30px;
  width: 80px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.19);
}
@media screen and (min-width: 1024px) {
  .auth__sb-header--img {
    width: 120px;
    height: auto;
  }
}
.auth__list {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0 clamp(1rem, 0.44rem + 2.388vw, 1.5rem);
  font-size: 0.875rem;
}
.auth__list li {
  position: relative;
  padding-left: 1rem;
}
.auth__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.auth__txt--pcview {
  display: none;
}
@media screen and (min-width: 1024px) {
  .auth__txt--pcview {
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .auth__txt--spview {
    display: none;
  }
}

.sec-blog {
  position: relative;
}
.sec-blog > * {
  position: relative;
  z-index: 2;
}
.sec-blog::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: rgb(230.68, 242.84, 248.92) transparent transparent transparent;
  border-style: solid;
  border-width: 20rem 20rem 0 0;
}
.sec-blog__inner {
  max-width: 1200px;
  margin: auto;
}

.posts__wrap {
  padding-top: 10px;
}
@media screen and (min-width: 1024px) {
  .posts__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    justify-content: start;
    gap: 2rem;
    margin: auto;
  }
}
.posts__card {
  max-width: 240px;
}
@media screen and (min-width: 1024px) {
  .posts__card {
    max-width: 280px;
  }
}

.no-post {
  padding-inline: clamp(1rem, 0.44rem + 2.388vw, 1.5rem);
  text-align: center;
}

.swiper-wrapper {
  padding-bottom: 1rem;
}
.swiper-pagination {
  position: relative;
  width: calc(100% - 104px);
  height: 2px;
  background: #C8DCEF;
  margin: 20px 0 16px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .swiper-pagination {
    display: none;
  }
}
.swiper-pagination .custom-pagination__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #496FA1;
  transition: transform 0.3s ease-out, width 0.3s ease-out;
  transform: translateX(0);
}
.swiper-button-prev, .swiper-button-next {
  top: auto !important;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  margin: 0 !important;
  padding: 10px;
  color: #fff;
  background: #496FA1;
  border-radius: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}
.swiper-button-prev {
  left: auto !important;
  right: calc(clamp(1rem, 0.44rem + 2.388vw, 1.5rem) + 44px) !important;
}
.swiper-button-next {
  right: clamp(1rem, 0.44rem + 2.388vw, 1.5rem) !important;
}

.case {
  padding: clamp(2.5rem, -0.299rem + 11.94vw, 5rem) 0;
  background: #F1F9FC;
}
.case .top-headline01 {
  padding-inline: clamp(1rem, 0.44rem + 2.388vw, 1.5rem);
}

.column {
  padding: clamp(2.5rem, -0.299rem + 11.94vw, 5rem) 0;
  background: #F7FBFD;
}
.column::before {
  border-color: rgb(234.76, 244.88, 249.94) transparent transparent transparent;
}
.column .top-headline01 {
  padding-inline: clamp(1rem, 0.44rem + 2.388vw, 1.5rem);
}

.topics {
  padding: clamp(2.5rem, -0.299rem + 11.94vw, 5rem) 0;
  background: #F1F9FC;
}
.topics__header {
  padding-inline: clamp(1rem, 0.44rem + 2.388vw, 1.5rem);
}

.corona {
  padding: clamp(2.5rem, -0.299rem + 11.94vw, 5rem) clamp(1rem, 0.44rem + 2.388vw, 1.5rem);
  background: #EAEFF1;
  font-size: 0.875rem;
}
.corona__inner {
  container: corona/inline-size;
  overflow: hidden;
  max-width: 920px;
  margin: auto;
  background: #fff;
  border: 1px solid #c8ced0;
  border-radius: 4px;
}
.corona__header {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  min-height: 88px;
  padding: 1rem clamp(1rem, 0.44rem + 2.388vw, 1.5rem) 1rem 120px;
  text-align: center;
}
@container corona (min-width: 640px) {
  .corona__header {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .corona__header {
    font-size: 1.125rem;
  }
}
.corona__header::before {
  position: absolute;
  top: 50%;
  left: -50px;
  display: block;
  content: "";
  width: 160px;
  height: 160px;
  background-color: #edf8fe;
  background-image: url(../img/top/hand-wash.svg);
  background-repeat: no-repeat;
  background-position: 66px center;
  background-size: 71px auto;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .corona__header::before {
    left: -40px;
    width: 180px;
    height: 180px;
  }
}
.corona__trg {
  position: relative;
  width: 10rem;
  margin-top: 0.5rem;
  padding: 0.3125rem;
  background: #496FA1;
  font-size: clamp(0.75rem, 0.682rem + 0.301vw, 0.875rem);
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 20px;
}
.corona__trg::after {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%) rotate(90deg);
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../img/icon/icon-arrow-white.svg) no-repeat;
  background-size: contain;
}
.corona h2 {
  margin: auto;
  font-weight: normal;
  color: #496FA1;
}
.corona__body {
  display: none;
  padding: clamp(0rem, -0.813rem + 3.614vw, 1.5rem) clamp(1rem, -1.169rem + 9.639vw, 5rem) clamp(1rem, 0.187rem + 3.614vw, 2.5rem);
}
.corona__body *:last-of-type {
  margin-bottom: 0;
}

.js-corona__body {
  display: none;
  overflow: hidden;
}

.js-corona__trg--close {
  display: none;
}

.is-open .js-corona__trg::after {
  transform: translateY(-50%) rotate(270deg);
}
.is-open .js-corona__trg--close {
  display: inline-block;
}
.is-open .js-corona__trg--open {
  display: none;
}
.is-open .js-corona__body {
  display: block;
}