body[data-opening-anime=on] {
  height: 100vh;
  overflow: hidden;
}
body[data-opening-anime=on] #header {
  opacity: 0;
}
body[data-opening-anime=on] .opening_anime {
  display: block;
}
body[data-opening-anime=done] #header {
  opacity: 1;
}
body[data-opening-anime=done] .toppage {
  opacity: 1;
}

#header {
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.toppage {
  padding-top: 0;
  background-color: #FFF8FB;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
@media screen and (width <= 767px) {
  .toppage {
    padding-bottom: 0;
  }
}

.opening_anime {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  overflow-y: scroll;
  display: none;
}
@media screen and (width <= 767px) {
  .opening_anime {
    background-image: url(../images/index/top_bg01_sp.jpg);
    background-position: center 25%;
    background-size: cover;
  }
}
@media screen and (width > 767px), print {
  .opening_anime {
    background-image: url(../images/index/top_bg01_sakura_pc.png), url(../images/index/top_bg01_pc.jpg);
    background-position: center bottom, center 20%;
    background-size: 1280px auto, cover;
  }
}
.opening_anime .container {
  width: 100%;
  height: 100%;
  position: relative;
}
.opening_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.opening_txt[data-img-anime=on] {
  -webkit-animation: opening-anime 3s;
          animation: opening-anime 3s;
}
@media screen and (width <= 767px) {
  .opening_txt .logo {
    width: 15.4rem;
  }
}
@media screen and (width > 767px), print {
  .opening_txt .logo {
    width: 18.5rem;
  }
}
@media screen and (width <= 767px) {
  .opening_txt .txt {
    width: 31.9rem;
    margin-left: 0.9rem;
  }
}
@media screen and (width > 767px), print {
  .opening_txt .txt {
    width: 100%;
    max-width: 67.8rem;
  }
}
.opening_img {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.opening_img[data-img-id="1"] {
  width: 24.1rem;
}
@media screen and (width <= 767px) {
  .opening_img[data-img-id="1"] {
    top: 22.6%;
    left: 2.7rem;
  }
}
@media screen and (width > 767px), print {
  .opening_img[data-img-id="1"] {
    left: 4.2rem;
    bottom: 13rem;
  }
}
.opening_img[data-img-id="2"] {
  width: 12.5rem;
}
@media screen and (width <= 767px) {
  .opening_img[data-img-id="2"] {
    top: 8.84%;
    left: 7.1rem;
  }
}
@media screen and (width > 767px), print {
  .opening_img[data-img-id="2"] {
    top: 7.5rem;
    left: 15.9rem;
  }
}
.opening_img[data-img-id="3"] {
  width: 24.4rem;
}
@media screen and (width <= 767px) {
  .opening_img[data-img-id="3"] {
    right: 1.9rem;
    bottom: 12.33%;
  }
}
@media screen and (width > 767px), print {
  .opening_img[data-img-id="3"] {
    right: 13.4rem;
    bottom: 9.6rem;
  }
}
.opening_img[data-img-id="4"] {
  width: 17.3rem;
}
@media screen and (width <= 767px) {
  .opening_img[data-img-id="4"] {
    top: 12.33%;
    right: 5.2rem;
  }
}
@media screen and (width > 767px), print {
  .opening_img[data-img-id="4"] {
    left: 9.5rem;
    bottom: 16.8rem;
  }
}
.opening_img[data-img-id="5"] {
  width: 24.7rem;
}
@media screen and (width <= 767px) {
  .opening_img[data-img-id="5"] {
    left: 2.1rem;
    bottom: 18.09%;
  }
}
@media screen and (width > 767px), print {
  .opening_img[data-img-id="5"] {
    top: 11.1rem;
    right: 7.1rem;
  }
}
.opening_img[data-img-anime=on] {
  -webkit-animation: opening-anime 2.5s ease-in-out;
          animation: opening-anime 2.5s ease-in-out;
}

@-webkit-keyframes opening-anime {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opening-anime {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.top_report {
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}
@media screen and (width <= 767px) {
  .top_report {
    padding-block: 5.2rem 5.1rem;
    background-image: url(../images/index/top_bg01_sp.jpg);
    background-size: cover;
  }
}
@media screen and (width > 767px), print {
  .top_report {
    padding-block: 11.5rem 3.2rem;
    background-image: url(../images/index/top_bg01_sakura_pc.png), url(../images/index/top_bg01_pc.jpg);
    background-size: 1280px auto, cover;
  }
}
.top_report .main_box {
  background-image: url(../images/index/top_parts_separator.svg), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), url(../images/index/top_parts_separator_btm.svg);
  background-image: url(../images/index/top_parts_separator.svg), linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../images/index/top_parts_separator_btm.svg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (width <= 767px) {
  .top_report .main_box {
    padding-block: 3.2rem 5rem;
  }
}
@media screen and (width <= 1020px) {
  .top_report .main_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (width > 767px), print {
  .top_report .main_box {
    gap: 2.8rem;
    padding: 7rem min(3.7vw, 4rem) 6rem min(5.55vw, 6rem);
  }
}
.top_report_side {
  position: relative;
}
@media screen and (width <= 767px) {
  .top_report_side {
    margin-inline: 3.7rem 4rem;
  }
}
@media screen and (767px < width <= 1020px) {
  .top_report_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (width > 1020px), print {
  .top_report_side {
    width: 27.75%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (width <= 767px) {
  .top_report_side .txt {
    margin-top: 0;
    width: 15.3rem;
  }
}
@media screen and (767px < width <= 1020px) {
  .top_report_side .txt {
    margin-top: 0;
    width: 27.2rem;
  }
}
@media screen and (width > 1020px), print {
  .top_report_side .txt {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.top_report_side .txt img {
  width: 100%;
}
@media screen and (width <= 767px) {
  .top_report_side .img {
    width: 13.6rem;
    position: absolute;
    top: 0.6rem;
    right: 0;
  }
}
@media screen and (767px < width <= 1020px) {
  .top_report_side .img {
    width: 24.2rem;
    margin-top: 0.6rem;
  }
}
@media screen and (width > 1020px), print {
  .top_report_side .img {
    width: 24.3rem;
    margin-top: 5.6rem;
    margin-left: -0.3rem;
  }
}
.top_report_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 25rem;
  height: 5rem;
  padding-inline: 6.1rem 4.5rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#E96A7C), to(#D15163));
  background-image: linear-gradient(to right, #E96A7C, #D15163);
  border: 0.2rem solid var(--white);
  border-radius: 0.7rem;
  -webkit-box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.1);
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
@media screen and (width <= 1020px) {
  .top_report_btn {
    margin: 3rem auto 0;
  }
  .top_report_btn.-pc {
    display: none;
  }
}
@media screen and (width > 1020px), print {
  .top_report_btn {
    margin-top: 3.2rem;
  }
  .top_report_btn.-sp {
    display: none;
  }
}
@media screen and (width > 767px), print {
  .top_report_btn {
    -webkit-transition: -webkit-box-shadow 0.4s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.4s, -webkit-transform 0.3s;
    transition: box-shadow 0.4s, transform 0.3s;
    transition: box-shadow 0.4s, transform 0.3s, -webkit-box-shadow 0.4s, -webkit-transform 0.3s;
  }
  .top_report_btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem);
  }
}
.top_report_btn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/index/top_arw_report.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 2.1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width > 767px), print {
  .top_report_content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.top_report_content .section_ttl {
  text-align: center;
  color: #D53A50;
  font-weight: 500;
}
@media screen and (width <= 767px) {
  .top_report_content .section_ttl {
    font-size: 3rem;
  }
}
@media screen and (width > 767px), print {
  .top_report_content .section_ttl {
    font-size: 3.7rem;
    letter-spacing: 0.1em;
  }
}
.top_report_content .report_date {
  text-align: center;
}
@media screen and (width <= 767px) {
  .top_report_content .report_date {
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }
}
@media screen and (width > 767px), print {
  .top_report_content .report_date {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}
.top_report_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem 0;
}
@media screen and (width <= 767px) {
  .top_report_list {
    margin-top: 6rem;
    gap: 3.7rem 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .top_report_list {
    margin-top: 3rem;
  }
}
@media screen and (width <= 767px) {
  .top_report_list > li {
    width: 9rem;
    padding-bottom: 2.7rem;
    position: relative;
  }
  .top_report_list > li:nth-of-type(3n - 2):not(:nth-of-type(n + 10)), .top_report_list > li:nth-of-type(3n):not(:nth-of-type(n + 10)) {
    margin-top: -4rem;
  }
  .top_report_list > li:nth-of-type(n + 10) {
    margin-top: -3rem;
  }
  .top_report_list > li:nth-of-type(11) {
    margin-left: 2.5rem;
  }
}
@media screen and (width > 767px), print {
  .top_report_list > li {
    width: 25%;
  }
  .top_report_list > li:nth-of-type(2), .top_report_list > li:nth-of-type(4), .top_report_list > li:nth-of-type(6), .top_report_list > li:nth-of-type(9), .top_report_list > li:nth-of-type(11) {
    margin-top: 1.5rem;
  }
  .top_report_list > li:nth-of-type(5) {
    margin-left: 2rem;
  }
  .top_report_list > li:nth-of-type(7) {
    margin-right: 2rem;
  }
}
.top_report_list > li .num {
  position: relative;
}
@media screen and (width > 767px), print {
  .top_report_list > li .num {
    margin-inline: 2rem;
  }
}
.top_report_list > li .num > p {
  width: 100%;
  margin-top: 0;
  text-align: center;
  color: #444;
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (width <= 767px) {
  .top_report_list > li .num > p {
    font-size: 3.9rem;
    top: calc(50% + 0.2rem);
  }
}
@media screen and (width > 767px), print {
  .top_report_list > li .num > p {
    font-size: 4.6rem;
    top: calc(50% + 0.5rem);
  }
}
.top_report_list > li .num .img {
  -webkit-filter: drop-shadow(0 0 2rem var(--white));
          filter: drop-shadow(0 0 2rem var(--white));
}
.top_report_list > li .school {
  text-align: center;
  color: #D53A50;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (width <= 767px) {
  .top_report_list > li .school {
    font-size: 1.3rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (width > 767px), print {
  .top_report_list > li .school {
    font-size: 1.5rem;
  }
}
.top_section_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_section_ttl img {
  display: block;
}
@media screen and (width <= 767px) {
  .top_section_ttl.-interview img {
    width: 2.6rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (width > 767px), print {
  .top_section_ttl.-interview img {
    width: 3.6rem;
    margin-bottom: 1.1rem;
  }
}
.top_section_ttl.-content img {
  width: 25.2rem;
}
@media screen and (width <= 767px) {
  .top_section_ttl.-content img {
    margin-bottom: 1rem;
  }
}
@media screen and (width > 767px), print {
  .top_section_ttl.-content img {
    margin-bottom: 2rem;
  }
}
.top_section_ttl .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .top_section_ttl .ttl {
    margin-bottom: 2rem;
    font-size: 2.8rem;
  }
}
@media screen and (width > 767px), print {
  .top_section_ttl .ttl {
    margin-bottom: 4rem;
    font-size: 3.5rem;
  }
}
.top_section_ttl .ttl::after {
  content: attr(data-ttl);
  color: var(--yellow);
  font-family: var(--font-en);
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (width <= 767px) {
  .top_section_ttl .ttl::after {
    margin-top: 0.9rem;
    font-size: 1.4rem;
  }
}
@media screen and (width > 767px), print {
  .top_section_ttl .ttl::after {
    margin-top: 0.8rem;
    font-size: 1.5rem;
  }
}
.top_cardlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (width <= 767px) {
  .top_cardlink {
    gap: 2rem;
  }
}
@media screen and (width > 767px), print {
  .top_cardlink {
    gap: 5rem 6rem;
  }
}
@media screen and (width <= 767px) {
  .top_cardlink > li {
    width: 100%;
  }
}
@media screen and (width > 767px), print {
  .top_cardlink > li {
    width: calc(50% - 3rem);
  }
}
.top_cardlink > li > a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.6s, -webkit-transform 0.4s;
  transition: -webkit-box-shadow 0.6s, -webkit-transform 0.4s;
  transition: box-shadow 0.6s, transform 0.4s;
  transition: box-shadow 0.6s, transform 0.4s, -webkit-box-shadow 0.6s, -webkit-transform 0.4s;
}
@media screen and (width <= 767px) {
  .top_cardlink > li > a {
    border-radius: 1.5rem;
    width: 100%;
  }
}
@media screen and (width > 767px), print {
  .top_cardlink > li > a {
    border-radius: 2.5rem;
  }
  .top_cardlink > li > a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem);
  }
  .top_cardlink > li > a:hover .txt::after {
    background-position: 100% 0;
  }
}
@media screen and (width <= 767px) {
  .top_cardlink > li .img img {
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
@media screen and (width > 767px), print {
  .top_cardlink > li .img img {
    border-radius: 2.5rem 2.5rem 0 0;
  }
}
.top_cardlink > li .txt {
  position: relative;
  z-index: 1;
}
@media screen and (width <= 767px) {
  .top_cardlink > li .txt {
    padding: 1rem 4.2rem 1.4rem 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .top_cardlink > li .txt {
    padding: 1.8rem 5.2rem 2rem 2rem;
  }
}
.top_cardlink > li .txt::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.top_cardlink > li .txt::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FEAAAA), color-stop(50%, #ED707C), to(#FEAAAA));
  background-image: linear-gradient(to right, #FEAAAA 0, #ED707C 50%, #FEAAAA 100%);
  background-size: 200% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: background-position 0.6s;
  transition: background-position 0.6s;
}
@media screen and (width <= 767px) {
  .top_cardlink > li .txt::after {
    border-radius: 0 0 1.5rem 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .top_cardlink > li .txt::after {
    border-radius: 0 0 2.5rem 2.5rem;
  }
}
.top_interview {
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (width <= 767px) {
  .top_interview {
    margin-top: -2rem;
    padding-bottom: 2.8rem;
    background-image: url(../images/index/top_bg02_sp.png);
    background-size: 100% auto;
    background-position: bottom center;
  }
}
@media screen and (width > 767px), print {
  .top_interview {
    margin-top: 1.8rem;
    padding-bottom: 1.5rem;
    background-image: url(../images/index/top_bg02_pc.png);
    background-size: 1280px auto;
    background-position: top center;
  }
}
.top_interview .top_cardlink > li .txt .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 1rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (width <= 767px) {
  .top_interview .top_cardlink > li .txt .name {
    font-size: 1.3rem;
  }
}
@media screen and (width > 767px), print {
  .top_interview .top_cardlink > li .txt .name {
    font-size: 1.5rem;
  }
}
.top_interview .top_cardlink > li .txt .ttl {
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (width <= 767px) {
  .top_interview .top_cardlink > li .txt .ttl {
    margin-top: 0.4rem;
    font-size: 1.6rem;
  }
}
@media screen and (width > 767px), print {
  .top_interview .top_cardlink > li .txt .ttl {
    margin-top: 0.8rem;
    font-size: 2rem;
  }
}
.top_interview .top_cardlink > li .txt .ttl::after {
  content: "";
  display: block;
  background-image: url(../images/index/top_arw_yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 767px) {
  .top_interview .top_cardlink > li .txt .ttl::after {
    width: 2.2rem;
    height: 2.2rem;
    right: 1rem;
  }
}
@media screen and (width > 767px), print {
  .top_interview .top_cardlink > li .txt .ttl::after {
    width: 2.8rem;
    height: 2.8rem;
    right: 1.5rem;
  }
}
.top_interview .top_cardlink > li .txt::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFE385), color-stop(50%, #FFC25C));
  background-image: linear-gradient(to right, #FFE385 0, #FFC25C 50%);
}
.top_interview .top_cardlink > li:first-of-type .txt::before {
  background-image: url(../images/index/top_interview_sakura01.png);
}
@media screen and (width <= 767px) {
  .top_interview .top_cardlink > li:first-of-type .txt::before {
    width: 7.2rem;
    height: 6.2rem;
    top: -4rem;
    right: 3.7rem;
  }
}
@media screen and (width > 767px), print {
  .top_interview .top_cardlink > li:first-of-type .txt::before {
    width: 9.4rem;
    height: 8.1rem;
    top: -5.2rem;
    right: 4.85rem;
  }
}
.top_interview .top_cardlink > li:nth-of-type(2) .txt::before {
  background-image: url(../images/index/top_interview_sakura02.png);
}
@media screen and (width <= 767px) {
  .top_interview .top_cardlink > li:nth-of-type(2) .txt::before {
    width: 5.6rem;
    height: 5.4rem;
    top: -1.6rem;
    right: 4.1rem;
  }
}
@media screen and (width > 767px), print {
  .top_interview .top_cardlink > li:nth-of-type(2) .txt::before {
    width: 7.3rem;
    height: 7.1rem;
    top: -2.1rem;
    right: 5.25rem;
  }
}
.top_content {
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (width <= 767px) {
  .top_content {
    margin-top: 0.7rem;
    padding-bottom: 5.8rem;
    background-image: url(../images/index/top_bg03_sp.png), url(../images/index/top_bg04_sp.png);
    background-size: 100% auto;
    background-position: top center, bottom center;
  }
}
@media screen and (width > 767px), print {
  .top_content {
    margin-top: 2rem;
    padding-bottom: 6.1rem;
    background-image: url(../images/index/top_bg03_pc.png);
    background-size: 1280px auto;
    background-position: top center;
  }
}
.top_content .top_cardlink > li .txt .ttl {
  margin-top: 0;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (width <= 767px) {
  .top_content .top_cardlink > li .txt .ttl {
    font-size: 2rem;
  }
}
@media screen and (width > 767px), print {
  .top_content .top_cardlink > li .txt .ttl {
    font-size: 2.4rem;
  }
}
.top_content .top_cardlink > li .txt .ttl::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 767px) {
  .top_content .top_cardlink > li .txt .ttl::after {
    width: 2.2rem;
    height: 2.2rem;
    right: 1rem;
  }
}
@media screen and (width > 767px), print {
  .top_content .top_cardlink > li .txt .ttl::after {
    width: 2.8rem;
    height: 2.8rem;
    right: 1.5rem;
  }
}
.top_content .top_cardlink > li .txt .sub {
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (width <= 767px) {
  .top_content .top_cardlink > li .txt .sub {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
}
@media screen and (width > 767px), print {
  .top_content .top_cardlink > li .txt .sub {
    margin-top: 0.8rem;
    font-size: 1.5rem;
  }
}
.top_content .top_cardlink > li:first-of-type .ttl::after {
  background-image: url(../images/index/top_arw_orange.svg);
}
.top_content .top_cardlink > li:first-of-type .txt::before {
  background-image: url(../images/index/top_content_sakura01.png);
}
@media screen and (width <= 767px) {
  .top_content .top_cardlink > li:first-of-type .txt::before {
    width: 6rem;
    height: 6rem;
    top: -0.8rem;
    right: 4.7rem;
  }
}
@media screen and (width > 767px), print {
  .top_content .top_cardlink > li:first-of-type .txt::before {
    width: 7.8rem;
    height: 7.9rem;
    top: -1rem;
    right: 6.15rem;
  }
}
.top_content .top_cardlink > li:first-of-type .txt::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFC379), color-stop(50%, #FF985C));
  background-image: linear-gradient(to right, #FFC379 0, #FF985C 50%);
}
.top_content .top_cardlink > li:nth-of-type(2) .ttl::after {
  background-image: url(../images/index/top_arw_green.svg);
}
.top_content .top_cardlink > li:nth-of-type(2) .txt::before {
  background-image: url(../images/index/top_content_sakura02.png);
}
@media screen and (width <= 767px) {
  .top_content .top_cardlink > li:nth-of-type(2) .txt::before {
    width: 5.6rem;
    height: 6.9rem;
    top: -1.2rem;
    right: 4.7rem;
  }
}
@media screen and (width > 767px), print {
  .top_content .top_cardlink > li:nth-of-type(2) .txt::before {
    width: 7.3rem;
    height: 9.1rem;
    top: -1.5rem;
    right: 6.15rem;
  }
}
.top_content .top_cardlink > li:nth-of-type(2) .txt::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ABE0CB), color-stop(50%, #87CBCB));
  background-image: linear-gradient(to right, #ABE0CB 0, #87CBCB 50%);
}
.top_content .top_cardlink > li:nth-of-type(3) .ttl::after {
  background-image: url(../images/index/top_arw_purple.svg);
}
.top_content .top_cardlink > li:nth-of-type(3) .txt::before {
  background-image: url(../images/index/top_content_sakura03.png);
}
@media screen and (width <= 767px) {
  .top_content .top_cardlink > li:nth-of-type(3) .txt::before {
    width: 5.1rem;
    height: 7.5rem;
    top: -2.9rem;
    right: 4.3rem;
  }
}
@media screen and (width > 767px), print {
  .top_content .top_cardlink > li:nth-of-type(3) .txt::before {
    width: 6.8rem;
    height: 10rem;
    top: -3.7rem;
    right: 5.6rem;
  }
}
.top_content .top_cardlink > li:nth-of-type(3) .txt::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #E3CCEE), color-stop(50%, #BDACE1));
  background-image: linear-gradient(to right, #E3CCEE 0, #BDACE1 50%);
}
.top_content .top_cardlink > li:nth-of-type(4) .ttl::after {
  background-image: url(../images/index/top_arw_pink.svg);
}
.top_content .top_cardlink > li:nth-of-type(4) .txt::before {
  background-image: url(../images/index/top_content_sakura04.png);
}
@media screen and (width <= 767px) {
  .top_content .top_cardlink > li:nth-of-type(4) .txt::before {
    width: 5.7rem;
    height: 5.3rem;
    top: -1.2rem;
    right: 3.9rem;
  }
}
@media screen and (width > 767px), print {
  .top_content .top_cardlink > li:nth-of-type(4) .txt::before {
    width: 7.9rem;
    height: 7rem;
    top: -1.6rem;
    right: 4.3rem;
  }
}
.top_content .top_cardlink > li:nth-of-type(4) .txt::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFCAD1), color-stop(50%, #FF8CA5));
  background-image: linear-gradient(to right, #FFCAD1 0, #FF8CA5 50%);
}
.top_content .img_btm {
  display: block;
  width: 27.4rem;
  margin-inline: auto;
}
@media screen and (width <= 767px) {
  .top_content .img_btm {
    margin-top: 4rem;
  }
}
@media screen and (width > 767px), print {
  .top_content .img_btm {
    margin-top: 5.5rem;
  }
}