<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
.font-serif(){
	//font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.font-serif-bold(){
	.font-serif();
	font-weight: bold;
}
*/
.wh100 {
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
/*==============================================================
  ■ (SP)
==============================================================*/
/*==============================================================
  ■ (SP)common
==============================================================*/
.maincontents {
  padding: 0;
}
section {
  position: relative;
}
#fixbg {
  position: absolute;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: url(../img/top/sp_about_bg.jpg) center center / cover no-repeat;
}
#fixbg.ch {
  background: url(../img/top/sp_link_bg.jpg) center center / cover no-repeat;
}
.top .sec {
  position: relative;
}
.top1 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100vh;
}
.top1:after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: 50px;
  display: block;
  width: 15px;
  height: 214px;
  background-image: url("../img/sp_top_scroll.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.top1__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/top/sp_top_sec1.jpg) center center no-repeat;
  background-size: cover;
  filter: brightness(3);
  transition: all 4s 0s ease;
}
.top1__bg.active {
  filter: brightness(1);
}
.top1__wrapper {
  position: relative;
}
.top1__wrapper.active .top1__logo {
  opacity: 0 !important;
}
.top1__wrapper.active .top1__read {
  opacity: 0 !important;
}
.top1__wrapper.active .top1__btn {
  opacity: 0 !important;
}
.top1__logo {
  display: block;
  width: 616px;
  height: 127px;
  background-image: url("../img/sp_top_txt1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
}
.top1__read {
  display: block;
  width: 378px;
  height: 38px;
  background-image: url("../img/sp_top_txt2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 50px auto 0;
  opacity: 0;
}
.top1__btn {
  display: block;
  width: 474px;
  height: 100px;
  background-image: url("../img/sp_top_btn_msg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 60px auto 0;
}
.top1__modal {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: -100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: all 300ms 0s ease;
}
.top1__modal__wrapper {
  position: relative;
  width: 530px;
  height: 80%;
  overflow-y: scroll;
}
.top1__modal__back {
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  display: block;
  width: 57px;
  height: 41px;
  background-image: url("../img/sp_top_backtotop.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.top1__modal__bgmsg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 750px;
  height: 118px;
  background-image: url("../img/sp_top_bgmsg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.top1__modal__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 30px;
}
.top1__modal__read {
  font-weight: bold;
  line-height: 190%;
}
.top1__modal.active {
  left: 0;
}
.top2 {
  overflow: hidden;
  height: 1216px;
  background-color: white;
}
.top2__img {
  width: 52vw;
  height: 25.867vw;
  background-image: url("../img/top/sp_msg_titlebg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 0px;
  top: 254px;
}
.top2__img a {
  display: block;
  width: 100%;
  height: 100%;
}
.top2__title {
  width: 85.867vw;
  height: 10.133vw;
  background-image: url("../img/top/sp_msg_title.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 40px;
  top: 200px;
}
.top2__title a {
  display: block;
  width: 100%;
  height: 100%;
}
.top2__subtitle {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: absolute;
  left: 40px;
  top: 300px;
}
.top2__catch .txt1 {
  width: 55.867vw;
  height: 9.333vw;
  background-image: url("../img/top/sp_msg_catch1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 80px;
  top: 538px;
}
.top2__catch .txt1 a {
  display: block;
  width: 100%;
  height: 100%;
}
.top2__catch .txt2 {
  width: 69.733vw;
  height: 9.333vw;
  background-image: url("../img/top/sp_msg_catch2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 80px;
  top: 608px;
}
.top2__catch .txt2 a {
  display: block;
  width: 100%;
  height: 100%;
}
.top2__read {
  width: 590px;
  line-height: 200%;
  letter-spacing: 0.1em;
  position: absolute;
  left: 80px;
  top: 700px;
}
.top2 .btnmore {
  width: 49.867vw;
  height: 13.333vw;
  background-image: url("../img/top/sp_btn_more.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 190px;
  top: 914px;
}
.top2 .btnmore a {
  display: block;
  width: 100%;
  height: 100%;
}
.top3 {
  height: 3254px;
}
.top3:after {
  content: '';
  width: 2.133vw;
  height: 26.933vw;
  background-image: url("../img/top/sp_about_index.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.top3:after a {
  display: block;
  width: 100%;
  height: 100%;
}
.top3__title {
  width: 56.267vw;
  height: 23.333vw;
  background-image: url("../img/top/sp_about_title.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 290px;
  top: 156px;
}
.top3__title a {
  display: block;
  width: 100%;
  height: 100%;
}
.top3__list__detail {
  position: absolute;
  color: white;
}
.top3__list__detail__index {
  position: absolute;
  left: 48px;
  top: 260px;
}
.top3__list__detail__img {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}
.top3__list__detail__title {
  font-size: 42px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.1em;
  white-space: nowrap;
  position: absolute;
  left: 240px;
  top: 290px;
}
.top3__list__detail__read {
  font-size: 24px;
  line-height: 200%;
  letter-spacing: 0.1em;
  margin-top: 90px;
  margin-left: 40px;
}
.top3__list__detail .btnmore {
  width: 49.867vw;
  height: 13.333vw;
  background-image: url("../img/top/sp_btn_more_w.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.top3__list__detail .btnmore a {
  display: block;
  width: 100%;
  height: 100%;
}
.top3 .detail1 {
  position: absolute;
  left: 0px;
  top: 406px;
}
.top3 .detail1 .top3__list__detail__img {
  width: 85.867vw;
  height: 42.667vw;
  background-image: url("../img/top/sp_about_img1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.top3 .detail1 .top3__list__detail__img a {
  display: block;
  width: 100%;
  height: 100%;
}
.top3 .detail1 .top3__list__detail__index {
  width: 19.6vw;
  height: 16.667vw;
  background-image: url("../img/top/sp_about_idx1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.top3 .detail1 .top3__list__detail__index a {
  display: block;
  width: 100%;
  height: 100%;
}
.top3 .detail1 .btnmore {
  position: absolute;
  left: 294px;
  top: 674px;
}
.top3 .detail2 {
  position: absolute;
  left: 108px;
  top: 1380px;
}
.top3 .detail2 .top3__list__detail__img {
  width: 85.6vw;
  height: 42.667vw;
  background-image: url("../img/top/sp_about_img2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.top3 .detail2 .top3__list__detail__img a {
  display: block;
  width: 100%;
  height: 100%;
}
.top3 .detail2 .top3__list__detail__title {
  left: 200px;
}
.top3 .detail2 .top3__list__detail__index {
  width: 24.133vw;
  height: 16.667vw;
  background-image: url("../img/top/sp_about_idx2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  top: 284px;
  left: -48px;
}
.top3 .detail2 .top3__list__detail__index a {
  display: block;
  width: 100%;
  height: 100%;
}
.top3 .detail2 .top3__list__detail__read {
  margin-left: 0;
  margin-top: 130px;
}
.top3 .detail2 .top3__list__detail__read {
  margin-top: 105px;
}
.top3 .detail2 .btnmore {
  position: absolute;
  left: 230px;
  top: 600px;
}
.top3 .detail3 {
  position: absolute;
  left: 0px;
  top: 2280px;
}
.top3 .detail3 .top3__list__detail__img {
  width: 85.867vw;
  height: 42.533vw;
  background-image: url("../img/top/sp_about_img3.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.top3 .detail3 .top3__list__detail__img a {
  display: block;
  width: 100%;
  height: 100%;
}
.top3 .detail3 .top3__list__detail__index {
  width: 23.867vw;
  height: 16.667vw;
  background-image: url("../img/top/sp_about_idx3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.top3 .detail3 .top3__list__detail__index a {
  display: block;
  width: 100%;
  height: 100%;
}
.top3 .detail3 .top3__list__detail__title {
  left: 260px;
}
.top3 .detail3 .btnmore {
  position: absolute;
  left: 294px;
  top: 674px;
}
.top4 {
  background-color: white;
  height: 4278px;
  padding-top: 160px;
}
.top4:after {
  content: '';
  width: 2vw;
  height: 13.333vw;
  background-image: url("../img/top/sp_people_index.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.top4:after a {
  display: block;
  width: 100%;
  height: 100%;
}
.top4__title {
  width: 42.133vw;
  height: 9.467vw;
  background-image: url("../img/top/sp_people_title.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 50px;
}
.top4__title a {
  display: block;
  width: 100%;
  height: 100%;
}
.top4__subtitle {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-left: 40px;
  margin-top: 26px;
}
.top4__read {
  font-weight: bold;
  line-height: 200%;
  letter-spacing: 0.13em;
  margin-left: 40px;
  margin-top: 64px;
}
.top4__list {
  position: absolute;
  left: 30px;
  top: 562px;
  width: 100%;
}
.top4__list__detail {
  position: absolute;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
  z-index: 0;
}
.top4__list__detail a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.top4__list__detail__img {
  position: relative;
}
.top4__list__detail__img img {
  width: 345px;
  height: 540px;
  object-fit: cover;
}
.top4__list__detail__txt {
  position: relative;
  background-color: #08007a;
  color: white;
  padding: 22px 30px 26px;
  width: 280px;
  margin-top: -122px;
}
.top4__list__detail__txt__date {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.top4__list__detail__txt__name {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-top: 12px;
}
.top4__list__detail__txt__pos {
  font-size: 16px;
  line-height: 150%;
  margin-top: 4px;
}
.top4__list__detail.detail1 {
  left: 0;
  top: 0;
}
.top4__list__detail.detail2 {
  left: 345px;
  top: 420px;
}
.top4__list__detail.detail3 {
  left: 0;
  top: 840px;
}
.top4__list__detail.detail4 {
  left: 345px;
  top: 1260px;
}
.top4__list__detail.detail5 {
  left: 0;
  top: 1680px;
}
.top4__list__detail.detail6 {
  left: 345px;
  top: 2100px;
}
.top4__list__detail.detail7 {
  left: 0;
  top: 2520px;
}
.top4__list__detail.detail8 {
  left: 345px;
  top: 2940px;
}
.top4__list__detail.detail9 {
  left: 0;
  top: 3360px;
}
.top4__list__detail:nth-child(2n) .top4__list__detail__txt {
  margin-right: -30px;
  margin-left: auto;
}
.top4__list__detail:nth-child(2n+1) .top4__list__detail__txt {
  margin-left: -30px;
}
.top5 {
  background-color: #edf0f7;
  height: 1800px;
  overflow: hidden;
}
.top5__title {
  width: 84.133vw;
  height: 15.2vw;
  background-image: url("../img/top/sp_try_title.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
.top5__title a {
  display: block;
  width: 100%;
  height: 100%;
}
.top5__subtitle {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-align: center;
  margin-top: 54px;
}
.top5__read {
  position: relative;
  text-align: center;
  line-height: 200%;
  margin-top: 30px;
  z-index: 2;
}
.top5 .wrapper {
  height: 490px;
  padding-top: 120px;
}
.top5__bg {
  position: absolute;
  left: 0;
  top: 470px;
  width: 100%;
  height: 1334px;
  background: #edf0f7 url(../img/sp_top_sec2_bg.png) center center no-repeat;
}
.top5__nav {
  position: absolute;
  bottom: 90px;
  right: 0;
  left: 0;
  margin: auto;
  width: 400px;
  height: 180px;
}
.top5__nav__title {
  margin: 26px auto 0px;
  display: block;
  width: 321px;
  height: 58px;
  background-image: url("../img/sp_top_sec2_title.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.top5__nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 67px;
}
.top5__nav__list__detail {
  position: relative;
  width: 60px;
  height: 2px;
  margin: 0 5px;
  background-color: #bec0c6;
  cursor: pointer;
}
.top5__nav__list__detail.active {
  overflow: visible;
  background-color: black;
  pointer-events: none;
}
.top5__nav__list__detail.active:before {
  top: -20px;
  opacity: 1;
}
.top5__nav__list__detail:nth-child(1):before {
  display: block;
  width: 19px;
  height: 15px;
  background-image: url("../img/sp_top_sec2_subindex1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.top5__nav__list__detail:nth-child(2):before {
  display: block;
  width: 22px;
  height: 15px;
  background-image: url("../img/sp_top_sec2_subindex2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.top5__nav__list__detail:nth-child(3):before {
  display: block;
  width: 22px;
  height: 15px;
  background-image: url("../img/sp_top_sec2_subindex3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.top5__nav__list__detail:before {
  content: '';
  opacity: 0;
  position: absolute;
  left: 22px;
  top: -15px;
  transition: all 300ms 0s ease;
}
.top5__nav__list__detail:after {
  content: '';
  display: block;
  background-color: black;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0px;
  top: -40px;
  opacity: 0;
}
.top5__list {
  position: relative;
  width: 300vw;
  height: 100%;
  margin-top: -220px;
  display: -ms-flexbox;
  display: flex;
}
.top5__list__detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100vw;
  height: 100%;
}
.top5__list__detail__wrapper {
  position: relative;
  width: 1px;
  height: 1px;
}
.top5__list__detail__index {
  display: none;
}
.top5__list__detail__read {
  position: absolute;
  left: -128px;
  top: -420px;
}
.top5__list__detail__com {
  display: none;
}
.top5__list__detail__link {
  position: absolute;
  left: -175px;
  top: 222px;
  width: 49.867vw;
  height: 13.333vw;
  background-image: url("../img/top/sp_btn_more_il.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.top5__list__detail__link a {
  display: block;
  width: 100%;
  height: 100%;
}
.top5__list__detail:nth-child(1) {
  background: url(../img/sp_top_sec2_p1.png) center center no-repeat;
}
.top5__list__detail:nth-child(1) .top5__list__detail__read {
  position: absolute;
  left: -182px;
  top: -565px;
  width: 67.2vw;
  height: 41.467vw;
  background-image: url("../img/sp_top_sec2_read1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.top5__list__detail:nth-child(1) .top5__list__detail__read a {
  display: block;
  width: 100%;
  height: 100%;
}
.top5__list__detail:nth-child(2) {
  background: url(../img/sp_top_sec2_p2.png) center center no-repeat;
}
.top5__list__detail:nth-child(2) .top5__list__detail__read {
  position: absolute;
  left: -222px;
  top: -526px;
  width: 73.6vw;
  height: 35.467vw;
  background-image: url("../img/sp_top_sec2_read2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.top5__list__detail:nth-child(2) .top5__list__detail__read a {
  display: block;
  width: 100%;
  height: 100%;
}
.top5__list__detail:nth-child(3) {
  background: url(../img/sp_top_sec2_p3.png) center center no-repeat;
}
.top5__list__detail:nth-child(3) .top5__list__detail__read {
  position: absolute;
  left: -142px;
  top: -527px;
  width: 65.067vw;
  height: 41.333vw;
  background-image: url("../img/sp_top_sec2_read3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.top5__list__detail:nth-child(3) .top5__list__detail__read a {
  display: block;
  width: 100%;
  height: 100%;
}
.top6 {
  height: 2336px;
  padding-top: 160px;
}
.top6__list__detail {
  position: relative;
  width: 710px;
  margin-bottom: 150px;
}
.top6__list__detail__container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.top6__list__detail__txt {
  position: relative;
  width: 394px;
  height: 394px;
  background-color: white;
  padding: 40px 40px 0;
  padding-right: 30px;
}
.top6__list__detail__txt__title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #08007a;
}
.top6__list__detail__txt__read {
  line-height: 180%;
  margin-top: 20px;
}
.top6__list__detail__txt::after {
  content: '';
  width: 15.733vw;
  height: 2.667vw;
  background-image: url("../img/top/sp_link_more_txt.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 40px;
  bottom: 46px;
}
.top6__list__detail__txt::after a {
  display: block;
  width: 100%;
  height: 100%;
}
.top6__list__detail__img {
  width: 316px;
  height: 394px;
  overflow: hidden;
}
.top6__list__detail__img img {
  width: 316px;
  height: 394px;
  object-fit: cover;
}
.top6__list__detail:nth-child(2n+1) {
  margin-left: auto;
}
.top7 {
  height: 1334px;
  padding-top: 310px;
  background: url(../img/top/sp_achance_bg.jpg) center center / cover no-repeat;
  text-align: center;
}
.top7:after {
  content: '';
  width: 2.133vw;
  height: 16.4vw;
  background-image: url("../img/top/sp_achance_index.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.top7:after a {
  display: block;
  width: 100%;
  height: 100%;
}
.top7__logo {
  width: 52.933vw;
  height: 12.133vw;
  background-image: url("../img/top/sp_achance_title.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
.top7__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.top7__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.1em;
  margin-top: 70px;
}
.top7__read {
  line-height: 200%;
  margin-top: 26px;
}
.top7 .btnmore {
  margin: 146px auto 0;
  display: block;
  width: 374px;
  height: 100px;
  background-image: url("../img/top/sp_btn_more.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
</pre></body></html>