.top-wrap {
  position: relative;
  /* background: url(../../img/top/bg01.png) no-repeat center top; */
  overflow: clip;
  z-index: -9999;
}
.main-bg {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: clip;
  padding-bottom: 1.6rem;
}
@media (width <= 768px) {
  .main-bg {
    background-position: center top;
  }
}

/* 春 */
.main.is-spring .main-bg {
  background-image: url("../../img/top/bg_spring.png");
}

/* 夏 */
.main.is-summer .main-bg {
  background-image: url("../../img/top/bg_summer.png");
}

/* 秋 */
.main.is-autumn .main-bg {
  background-image: url("../../img/top/bg_autumn.png");
}

/* 冬 */
.main.is-winter .main-bg {
  background-image: url("../../img/top/bg_winter.png");
}

@media (max-width: 768px) {
  /* 春 */
  .main.is-spring .main-bg {
    background-image: url("../../img/top/bg_spring_sp.png");
  }

  /* 夏 */
  .main.is-summer .main-bg {
    background-image: url("../../img/top/bg_summer_sp.png");
  }

  /* 秋 */
  .main.is-autumn .main-bg {
    background-image: url("../../img/top/bg_autumn_sp.png");
  }

  /* 冬 */
  .main.is-winter .main-bg {
    background-image: url("../../img/top/bg_winter_sp.png");
  }
}
main {
  padding-top: 136px;
}
@media (width <= 768px) {
  main {
    padding-top: 6.4rem;
  }
}

/* .top-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../../img/top/bg07.png) no-repeat center bottom repeat-x;
  overflow: clip;
} */

.top-block01 {
  position: relative;
  width: var(--inner-width);
  margin-inline: auto;
  display: flex;
  gap: 2.4rem;
  container: layout inline-size;
  padding-block: 2.4rem;
  z-index: 1;
}

@media (width <= 768px) {
  .top-block01 {
    flex-direction: column;
    padding-block: 2.4rem;
  }
}
.top-info {
  background-color: #fff;
  border-radius: var(--rounded-md);
  overflow: clip;
  width: 65%;
  height: fit-content;
  box-shadow: var(--shadow02);
}
@media (width <= 768px) {
  .top-info {
    width: 100%;
  }
}
.top-info__title {
  display: flex;
  padding-inline: 2rem;
  padding-block: 1rem;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-primary);
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--color-white);
}
.top-info .top-info__back {
  position: relative;
  padding-left: calc(1em + 0.4rem);
}

.top-info__block {
  padding-inline: 2rem 1.4rem;
  padding-block: 2rem;
}

.top-info__list {
  height: 200px;
  overflow-y: scroll;
  padding-right: 0.3rem;
}
@media (width < 768px) {
  .top-info__list {
    padding-right: 1rem;
  }
}
/* スクロールバーのデザイン（Chrome, Edge, Safari） */
.top-info__list::-webkit-scrollbar {
  width: 25px;
}
.top-info__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 4px;
}
.top-info__list::-webkit-scrollbar-thumb {
  background: var(--color-gray);
  border-radius: 4px;
}
.top-info__list::-webkit-scrollbar-thumb:hover {
  background: var(--color-gray);
}
/* ▲▼矢印ボタン（縦のみ）を非表示 */
.top-info__list::-webkit-scrollbar-button:vertical:start:decrement,
.top-info__list::-webkit-scrollbar-button:vertical:end:increment {
  display: none;
  width: 0;
  height: 0;
}
/* Firefox用 */
.top-info__list {
  scrollbar-width: thin;
  scrollbar-color: var(--color-gray) #fff;
}
.top-info__list li {
  border-bottom: dashed 1px var(--color-gray);
  padding-block-end: 1.4rem;
  margin-block-end: 1.4rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.3rem;
}

@media (width <= 768px) {
  .top-info__list {
    height: 200px;
  }
  .top-info__list li {
    flex-direction: column;
    font-size: 1.4rem;
  }
}

.top-info__list li .date {
  font-size: 1.5rem;
  position: relative;
  width: fit-content;
  padding-left: 70px;
  padding-right: 44px;
  white-space: nowrap;
}

.top-info__list li .date.new::after {
  position: absolute;
  top: 0.3em;
  right: 3px;
  content: "NEW";
  color: var(--color-red);
  width: 36px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.4rem;
}
.top-info__list li .date.topics::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: "INFO";
  color: var(--color-white);
  width: 64px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 1.3rem;
  background-color: var(--color-secondary);
  border-radius: var(--rounded-md);
}
.top-info__list li .date.important::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: "重　要";
  color: var(--color-white);
  width: 64px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 1.2rem;
  background-color: #d80c18;
  border-radius: var(--rounded-md);
}

.top-info__list li span.key a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  mask: var(--icon-lock) center / contain no-repeat;
  background-color: var(--color-yellow);
  vertical-align: middle;
}
@media (width > 768px) {
  .top-info__list li .text {
    width: 100%;
  }
}
.top-info__list li .text a {
  color: var(--color-black);
  text-decoration: underline;
}
.top-info__list li .text a:hover {
  color: var(--color-primary);
  opacity: 1;
}
.top-bnr {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  width: 230px;
}
@media (width <= 768px) {
  .top-bnr {
    width: 100%;
  }
  .top-bnr__innner .top-bnr {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    padding: 2%;
    margin-top: 2.4rem;
  }
}
@media (width > 768px) {
  .top-bnr {
    flex-direction: column;
  }
}

.top-bnr__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  gap: 1.6rem;
  box-shadow: var(--shadow01);
  padding: 0 0.5rem 0 1rem;
}
.top-bnr__item::before {
  content: "";
  position: absolute;
  left: -130px;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  height: 180px;
  background: #dff2ff;
  border-radius: 50%;
  padding: 0 1rem;
}

.top-bnr__item:hover {
  opacity: 1;
  box-shadow: var(--shadow01-hover);
  transform: translateY(1px);
}

@media (width <= 768px) {
  .top-bnr__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 0.5rem;
    width: 100%;
    height: 90px;
    padding: 5px;
  }
  .top-bnr__item::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -90px;
    transform: translateX(-50%);
    width: 160%;
    height: 160%;
    background: #dff2ff;
    border-radius: 50%;
  }
}

.top-bnr__item span {
  position: relative;
  z-index: 2;
  opacity: 1;
  text-decoration: none;
  color: var(--color-black);
  font-weight: bold;
  width: 100%;
}
.top-bnr__item span img {
  width: 47px;
  height: 54px;
}
.top-bnr__item span.icon {
  opacity: 1;
  text-decoration: none;
  color: var(--color-black);
  font-weight: bold;
  flex: 0 0 30%;
  text-align: center;
}
.top-bnr__item span.icon[data-id="hoken_fukushi"] {
  opacity: 1;
  text-decoration: none;
  color: var(--color-black);
  font-weight: bold;
  flex: 0 0 15%;
  text-align: center;
}
.top-bnr__item span.text {
  opacity: 1;
  text-decoration: none;
  color: var(--color-black);
  font-weight: bold;
  font-size: 1.5rem;
  flex: 1;
  padding-left: 3px;
}
@media (width >= 768px) and (width < 1024px) {
  .top-bnr__item span img {
    width: 47px;
    height: 54px;
  }
  .top-bnr__item span.icon {
    opacity: 1;
    text-decoration: none;
    color: var(--color-black);
    font-weight: bold;
    flex: 0 0 30%;
    text-align: center;
  }
  .top-bnr__item span.text {
    opacity: 1;
    text-decoration: none;
    color: var(--color-black);
    font-weight: bold;
    font-size: 1.2rem;
    flex: 1;
    padding-left: 3px;
  }
}
@media (width <= 768px) {
  .top-bnr__item span img {
    width: 34px;
    height: 40px;
  }
  .top-bnr__item span.icon {
    padding: 0 2rem 0;
    flex: 0 0 30%;
  }
  .top-bnr__item span.text {
    opacity: 1;
    text-decoration: none;
    color: var(--color-black);
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.3;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.top-info__btn-block {
  display: flex;
  justify-content: center;
}
.top-info__btn {
  position: relative;
  border-radius: var(--rounded-tablet);
  border: 1px solid var(--color-secondary);
  text-decoration: none;
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
  padding: 0.8rem 2.4rem;
  width: min(100%, 320px);
  opacity: 1;
  transition: all var(--transition-duration) ease;
}

.top-info__btn:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.top-info__btn::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6rem;
  content: "";
  mask: var(--icon-arrow-right) 0 0 / contain no-repeat;
  background-color: currentColor;
  width: 9px;
  height: 15px;
}
.top-block02__wrap {
  display: flex;
  width: var(--inner-width);
  margin-inline: auto;
  gap: 2.4rem;
  container: layout inline-size;
  padding-block: 1.6rem 1.6rem;
}
@media (width <= 768px) {
  .top-block02__wrap {
    flex-direction: column;
    gap: 1.6rem;
    width: 92%;
    padding-block: 1.6rem;
  }
}

.top-block02 {
  display: grid;
  gap: 1.6rem;
  width: 100%;
}
@media (width <= 768px) {
  .top-block02 {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-content: center;
    place-items: center;
    grid-column-gap: 10px;
    grid-row-gap: 24px;
  }
}
@media (width > 768px) {
  .top-block02 {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    place-content: center;
    place-items: center;
  }
}

.top-block02__item {
  border-radius: var(--rounded-md);
  box-shadow: var(--shadow01);
  transition: all var(--transition-duration) ease;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-block02__item:hover {
  box-shadow: var(--shadow01-hover);
}

@media (width >= 768px) and (width < 1200px) {
  .top-block02__item {
    width: fit-content;
    height: auto;
  }
}
@media (width <= 768px) {
  .top-block02__item {
    width: fit-content;
    max-width: 250px;
    height: auto;
  }
}

.top-block02__item a {
  opacity: 1;
  text-decoration: none;
  color: var(--color-black);
  font-weight: bold;
}
.top-block03 {
  position: relative;
  width: var(--inner-width);
  margin-inline: auto;
  container: layout inline-size;
  padding-block: 1.6rem 3.2rem;
  z-index: 1;
}

@media (width <= 768px) {
  .top-block03 {
    padding-block: 2.4rem 1.6rem;
    gap: 1.4rem;
  }
}
.top_menu {
  width: 100%;
}
@media (width <= 1024px) {
  .top_menu {
    width: 100%;
  }
}
.top-tab {
  display: flex;
  gap: 1rem;
}
.top-tab__item {
  cursor: pointer;
  position: relative;
  width: 25%;
  text-align: center;
  background: var(--color-primary);
  font-weight: bold;
  color: #fff;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 5px 0 0;
}
@media (width <= 768px) {
  .top-tab__item {
    font-size: 1.3rem;
    height: 60px;
    width: 50%;
  }
}
/* .top-menu__tab-item::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: solid 5px var(--color-secondary);
  background-color: var(--color-secondary);
  width: 100%;
  height: 5px;
} */

.top-tab__item:not(.current) {
  background: #e8e8e8;
  color: #888888;
  border-radius: 5px 5px 0 0;
}
.top-tab__item:not(.current)::after {
  display: none;
}
.top-tab__hoken {
  position: relative;
  width: 230px;
  padding: 0.5rem 0 0.5rem 1.6rem;
  font-weight: bold;
}
.top-tab__hoken::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 35px;
  background: var(--color-secondary);
  border-radius: 10px;
}
.top-tab__block {
  display: flex;
  justify-content: center;
}
.top-kon {
  display: grid;
  width: 100%;
  place-content: center;
  background-color: var(--color-primary);
  padding: 2.4rem 1.6rem;
  border-radius: 0 5px 5px 5px;
}
@media (width <= 768px) {
  .top-kon {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 0.8rem;
    grid-row-gap: 1.2rem;
    font-size: 1rem;
    padding: 2.4rem 0.8rem;
    border-radius: 0 0 5px 5px;
  }
}
@media (width > 768px) {
  .top-kon {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
.top-hoken {
  display: grid;
  width: 100%;
  place-content: center;
  background-color: var(--color-primary);
  padding: 2.4rem 1.6rem;
  border-radius: 0 5px 5px 5px;
}

@media (width <= 768px) {
  .top-hoken {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0.8rem;
    grid-row-gap: 1.2rem;
    font-size: 1rem;
    padding: 2.4rem 0.8rem;
    border-radius: 0 0 5px 5px;
  }
}
@media (width > 768px) {
  .top-hoken {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

.top-important__title {
  font-weight: bold;
  width: max-content;
  position: absolute;
  top: -0.3em;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-primary);
  font-size: clamp(2.4rem, 2.5vw, 2.8rem);
  padding-inline: 2.4rem;
  background-color: #fff;
  text-box: trim-both cap alphabetic;
}

@media (width <= 768px) {
  .top-important__title {
    padding-inline: 1.6rem;
  }
}

.top-details + .top-details {
  margin-top: 1.6rem;
}
.top-details summary {
  position: relative;
  font-weight: bold;
  border-bottom: dashed 1px var(--color-gray);
  padding: 0 1.6rem 0.8rem 0.8rem;
  display: flex;
  align-items: center;
}
.top-details summary .text {
  flex-grow: 1;
}
.top-details summary .icon {
  display: inline-block;
  mask: var(--icon-arrow-down) 0 0 / contain no-repeat;
  color: var(--color-primary);
  background-color: currentColor;
  width: 15px;
  height: 9px;
  transition: transform 0.3s;
}

.top-details[open] summary .icon {
  transform: rotate(180deg);
}

.top-block04 {
  position: relative;
  overflow: clip;
  filter: drop-shadow(0px 10px 30px #dcf2f7);
  z-index: 1;
}
.top-block04__inner {
  position: relative;
  background-color: #fef5f5;
  mask-repeat: no-repeat;
  mask-position: center bottom;
}

/* スマホ */
/* @media (width < 600px) {
  .top-block04__inner {
    mask-image: url("../../img/top/bg-wave02-sp.svg");
    mask-size: cover;
  }
} */
/* iPad */
/* @media (600px <= width <= 1024px) {
  .top-block04__inner {
    mask-image: url("../../img/top/bg-wave02-tab.svg");
    mask-size: cover;
  }
} */
/* PC */
/* @media (1024px < width) {
  .top-block04__inner {
    mask-image: url("../../img/top/bg-wave02.svg");
    mask-size: cover;
  }
} */

.top-block04__wave--top {
  width: 100%;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0px 10px 30px rgba(232, 195, 195, 0.25));
}

/* .top-block04__wave--top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../img/top/bg-wave01.svg) no-repeat bottom center;
  background-size: cover;
  width: 100%;
  z-index: 2;
} */

/* スマホ */
@media (width < 600px) {
  .top-block04__wave--top::after {
    height: 2.2rem;
  }
}
/* iPad */
@media (600px <= width <= 1024px) {
  .top-block04__wave--top::after {
    height: 4rem;
  }
}
/* PC */
@media (1024px < width) {
  .top-block04__wave--top::after {
    height: 8rem;
  }
}
.top-block04__item01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.top-block04__item01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../img/top/bg02.png) no-repeat;
  background-size: cover;
}

/* スマホ */
@media (width < 600px) {
  .top-block04__item01::after {
    background: url(../../img/top/bg02_sp.png) no-repeat;
    background-size: cover;
    width: 134px;
    height: 86px;
  }
}
/* iPad */
@media (600px <= width <= 1024px) {
  .top-block04__item01::after {
    width: 214px;
    height: 258px;
  }
}
/* PC */
@media (1024px < width) {
  .top-block04__item01::after {
    width: 377px;
    height: 479px;
  }
}

.top-block04__item02::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../../img/top/bg04.png) no-repeat;
  background-size: cover;
  z-index: 0;
}

/* スマホ */
@media (width < 600px) {
  .top-block04__item02::after {
    background: url(../../img/top/bg04_sp.png) no-repeat;
    background-size: cover;
    width: 59px;
    height: 93px;
  }
}
/* iPad */
@media (600px <= width <= 1024px) {
  .top-block04__item02::after {
    width: 117px;
    height: 179px;
  }
}
/* PC */
@media (1024px < width) {
  .top-block04__item02::after {
    width: 295px;
    height: 330px;
  }
}

.top-block04__item03::after {
  content: "";
  position: absolute;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
/* スマホ */
@media (width < 600px) {
  .top-block04__item03::after {
    background-image: url(../../img/top/bg06_sp.png);
    top: 42px;
    left: 0;
    width: 79px;
    height: 16px;
  }
}
/* iPad */
@media (600px <= width <= 1024px) {
  .top-block04__item03::after {
    background-image: url(../../img/top/bg06.png);
    width: 180px;
    height: 83px;
    top: 28px;
    left: 42px;
  }
}
/* PC */
@media (1024px < width) {
  .top-block04__item03::after {
    background-image: url(../../img/top/bg06.png);
    width: 313px;
    height: 175px;
    left: 78px;
  }
}

.top-block04__item04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../img/top/bg03.png) no-repeat;
  background-size: cover;
  z-index: 0;
}

/* スマホ */
@media (width < 600px) {
  .top-block04__item04::after {
    background: url(../../img/top/bg03_sp.png) no-repeat;
    background-size: cover;
    width: 137px;
    height: 186px;
  }
}
/* iPad */
@media (600px <= width <= 1024px) {
  .top-block04__item04::after {
    width: 224px;
    height: 239px;
  }
}
/* PC */
@media (1024px < width) {
  .top-block04__item04::after {
    width: 394px;
    height: 433px;
  }
}

.top-block04__item05:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../../img/top/bg05.png) no-repeat;
  background-size: cover;
  z-index: 0;
}

/* スマホ */
@media (width < 600px) {
  .top-block04__item05:after {
    background: url(../../img/top/bg05_sp.png) no-repeat;
    background-size: cover;
    width: 133px;
    height: 184px;
  }
}
/* iPad */
@media (600px <= width <= 1024px) {
  .top-block04__item05:after {
    width: 223px;
    height: 278px;
  }
}
/* PC */
@media (1024px < width) {
  .top-block04__item05:after {
    width: 483px;
    height: 506px;
  }
}

.top-block04__content {
  margin-inline: auto;
  position: relative;
}

/* スマホ */
@media (width < 600px) {
  .top-block04__content {
    padding-block: 6.4rem;
  }
}
/* iPad */
@media (600px <= width <= 1024px) {
  .top-block04__content {
    padding-block: 9.6rem 8rem;
  }
}
/* PC */
@media (1024px < width) {
  .top-block04__content {
    padding-block: 16rem 13.6rem;
  }
}

.top-block04__content h2 {
  color: var(--color-primary);
  font-size: clamp(2.4rem, 2.5vw, 3.2rem);
  font-weight: bold;
  text-align: center;
  padding-block-end: 2.8rem;
  margin-block-end: 3.2rem;
  line-height: 1.28;
  position: relative;
  z-index: 2;
}

.top-block04__content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../img/top/headline__deco01.svg) no-repeat;
  width: 412px;
  height: 16px;
}

.top-block05 {
  position: relative;
  z-index: 0;
  top: -54px;
  background-color: #f1fdff;
}

/* スマホ */
@media (width < 600px) {
  .top-block05 {
    top: -16px;
  }
}
.top-block05__item01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
/* スマホ */
@media (width < 600px) {
  .top-block05__item01::after {
    background-image: url(../../img/top/bg07_sp.png);
    width: 101px;
    height: 112px;
  }
}
/* iPad */
@media (600px <= width <= 1024px) {
  .top-block05__item01::after {
    background-image: url(../../img/top/bg07.png);
    width: 223px;
    height: 222px;
  }
}
/* PC */
@media (1024px < width) {
  .top-block05__item01::after {
    background-image: url(../../img/top/bg07.png);
    width: 456px;
    height: 389px;
  }
}
.top-block05__item02::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

/* スマホ */
@media (width < 600px) {
  .top-block05__item02::after {
    background-image: url(../../img/top/bg08_sp.png);
    width: 111px;
    height: 87px;
  }
}
/* iPad */
@media (600px <= width <= 1024px) {
  .top-block05__item02::after {
    background-image: url(../../img/top/bg08.png);
    width: 289px;
    height: 182px;
  }
}
/* PC */
@media (1024px < width) {
  .top-block05__item02::after {
    background-image: url(../../img/top/bg08.png);
    width: 462px;
    height: 336px;
  }
}

.top-block05__item03::after {
  content: "";
  position: absolute;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

/* スマホ */
@media (width < 600px) {
  .top-block05__item03::after {
    background-image: url(../../img/top/bg11_sp.png);
    top: 42px;
    right: 0;
    width: 103px;
    height: 20px;
  }
}
/* iPad */
@media (600px <= width <= 1024px) {
  .top-block05__item03::after {
    background-image: url(../../img/top/bg11.png);
    top: 26px;
    right: 78px;
    width: 152px;
    height: 81px;
  }
}
/* PC */
@media (1024px < width) {
  .top-block05__item03::after {
    background-image: url(../../img/top/bg11.png);
    top: 0;
    right: 112px;
    width: 313px;
    height: 132px;
  }
}

.top-block05__content {
  margin-inline: auto;
  position: relative;
  top: 54px;
  background-color: #f1fdff;
}

/* スマホ */
@media (width < 600px) {
  .top-block05__content {
    padding-block: 5.6rem;
    top: 16px;
  }
}
/* iPad */
@media (600px <= width <= 1024px) {
  .top-block05__content {
    padding-block: 6rem 8rem;
  }
}
/* PC */
@media (1024px < width) {
  .top-block05__content {
    padding-block: 5.6rem 12rem;
  }
}

.top-block05__content h2 {
  color: var(--color-secondary);
  font-size: clamp(2.4rem, 2.5vw, 3.2rem);
  font-weight: bold;
  text-align: center;
  padding-block-end: 2.8rem;
  margin-block-end: 3.2rem;
  line-height: 1.28;
  position: relative;
  z-index: 2;
}

.top-block05__content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../img/top/headline__deco02.svg) no-repeat;
  width: 412px;
  height: 16px;
}

.top-block05__item04::after {
  content: "";
  position: absolute;
  bottom: -56px;
  left: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

/* スマホ */
@media (width < 600px) {
  .top-block05__item04::after {
    bottom: -16px;
    background-image: url(../../img/top/bg09_sp.png);
    width: 114px;
    height: 133px;
  }
}
/* iPad */
@media (600px <= width <= 1024px) {
  .top-block05__item04::after {
    width: 131px;
    height: 110px;
    background-image: url(../../img/top/bg09.png);
  }
}
/* PC */
@media (1024px < width) {
  .top-block05__item04::after {
    width: 310px;
    height: 358px;
    background-image: url(../../img/top/bg09.png);
  }
}

.top-block05__item05::after {
  content: "";
  position: absolute;
  right: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

/* スマホ */
@media (width < 600px) {
  .top-block05__item05::after {
    bottom: -16px;
    background-image: url(../../img/top/bg10_sp.png);
    width: 156px;
    height: 183px;
  }
}
/* iPad */
@media (600px <= width <= 1024px) {
  .top-block05__item05::after {
    background-image: url(../../img/top/bg10.png);
    width: 232px;
    height: 213px;
  }
}
/* PC */
@media (1024px < width) {
  .top-block05__item05::after {
    background-image: url(../../img/top/bg10.png);
    width: 364px;
    height: 339px;
  }
}

.top__btn-list {
  width: var(--inner-width);
  margin-inline: auto;
  display: grid;
  position: relative;
  z-index: 2;
}
/* スマホ */
@media (width < 600px) {
  .top__btn-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }
}

/* iPad */
@media (600px <= width <= 1024px) {
  .top__btn-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
  }
}
/* PC */
@media (1024px < width) {
  .top__btn-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem 2.4rem;
  }
}

.top__btn-list a {
  color: var(--color-black);
  text-decoration: none;
  font-weight: bold;
  background: #ffffff;
  box-shadow: var(--shadow02);
  border-radius: var(--rounded-md);
  height: 144px;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.top__btn-list a:hover {
  transition: all var(--transition-duration) ease;
  box-shadow: var(--shadow02-hover);
  background: rgba(255, 255, 255, 0.8);
}

.top__btn-list .icon {
  display: grid;
  align-items: center;
  margin-inline: auto;
  max-inline-size: max-content;
  height: 65px;
  margin-top: 2rem;
}
.top__btn-list .text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  height: calc(100% - 65px);
  margin-block: auto;
}
