.content {
  display: block;
  width: 90%;
  max-width: 1080px;
  margin: auto;
}

.top_mv {
  padding: 0 2.5rem;
}

.top_mv .top_mv_gridone {
  display: grid;
  grid-template-columns: 178fr 125fr;
  gap: 15px;
}

.top_mv .top_mv_gridtwo {
  margin-top: 15px;
}

.top_mv .item {
  position: relative;
  color: #fff;
  font-size: 1.28rem;
  line-height: 1.8;
  overflow: hidden;
}

.top_mv .item:hover {
  opacity: 1;
}

.top_mv .item_prent_one,
.top_mv .item_prent_two,
.top_mv .item_prent_three {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.top_mv .item_prent_three {
  display: grid;
  grid-template-columns: 611fr 903fr;
  gap: 15px;
}

.top_mv .item_prent_one .item:nth-child(1) {
  grid-column: span 2;
}

.top_mv .item_prent_one .item:nth-child(2) {
  grid-column: span 1;
}

.top_mv .item_prent_one .item:nth-child(3) {
  grid-column: span 1;
}

.top_mv .item_prent_two .item:nth-child(1) {
  grid-column: span 2;
}

.top_mv .item_prent_two .item:nth-child(2) {
  grid-column: span 1;
}

.top_mv .item_prent_two .item:nth-child(3) {
  grid-column: span 1;
}

.top_mv .item_prent_three .item:nth-child(1) {
  grid-column: span 1;
}

.top_mv .item_prent_three .item:nth-child(2) {
  grid-column: span 1;
}

.top_mv .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_mv .item_prent_one .item:nth-child(1) img {
  aspect-ratio: 890/597;
}

.top_mv .item_prent_one .item:nth-child(2) img,
.top_mv .item_prent_one .item:nth-child(3) img {
  aspect-ratio: 437/338;
}

.top_mv .item_prent_two .item:nth-child(1) img {
  aspect-ratio: 625/364;
}

.top_mv .item_prent_two .item:nth-child(2) img,
.top_mv .item_prent_two .item:nth-child(3) img {
  aspect-ratio: 305/571;
}

.top_mv .item_prent_three .item:nth-child(1) img {
  aspect-ratio: 611/410;
}

.top_mv .item_prent_three .item:nth-child(2) img {
  aspect-ratio: 903/410;
}

.top_mv .inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.78rem;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  box-sizing: border-box;
}

.top_mv .item:hover .inner {
  background: none;
}

.top_mv .inner .label {
  width: fit-content;
  padding: 0 23px;
  border-radius: 5px;
  background: #507caf;
}

.top_mv .inner .label.skyblue {
  background: #5bb6d8;
}

.top_mv .inner .label.pink {
  background: #f5a4f8;
}

.top_mv .inner .label.green {
  background: #538a4c;
}

.top_mv .inner .label.brown {
  background: #b6612b;
}

.top_mv .inner h2 {
  font-size: 1.86rem;
  font-weight: 500;
}

.top_mv .item_prent_one .item:nth-child(1) .inner h2 {
  font-size: 2.57rem;
}

.top_mv .inner .subttl {
  line-height: 2;
  margin-top: 0.4rem;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .top_mv .item {
    font-size: 1rem;
    line-height: 1.5;
  }

  .top_mv .inner h2 {
    font-size: 1.28rem;
  }

  .top_mv .item_prent_one .item:nth-child(1) .inner h2 {
    font-size: 1.57rem;
  }
}

@media (max-width: 960px) {
  .top_mv {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }

  .top_mv .item_prent_three {
    grid-template-columns: repeat(1, 1fr);
  }

  .top_mv .top_mv_gridone {
    grid-template-columns: repeat(1, 1fr);
  }

  .top_mv .item_prent_one .item:nth-child(1) img,
  .top_mv .item_prent_two .item:nth-child(1) img {
    aspect-ratio: 327 / 245;
  }

  .top_mv .item_prent_one .item:nth-child(2) img,
  .top_mv .item_prent_one .item:nth-child(3) img {
    aspect-ratio: 4 / 3;
  }

  .top_mv .item_prent_two .item:nth-child(2) img,
  .top_mv .item_prent_two .item:nth-child(3) img {
    aspect-ratio: 160 / 284;
  }

  .top_mv .item_prent_three .item:nth-child(1) img,
  .top_mv .item_prent_three .item:nth-child(2) img {
    aspect-ratio: 327 / 218;
  }
}

@media (max-width: 560px) {
  .top_mv .inner {
    padding: 0.71rem;
  }

  .top_mv .item_prent_one,
  .top_mv .item_prent_two,
  .top_mv .item_prent_three {
    gap: 7px;
  }

  .top_mv .top_mv_gridone {
    gap: 7px;
  }

  .top_mv .top_mv_gridtwo {
    margin-top: 7px;
  }

  .top_mv .inner .subttl {
    line-height: 1.5;
  }
}

.top_desc {
  overflow: hidden;
  padding: 10.7rem 0 21.4rem;
}

.top_desc h2 {
  width: 370px;
}

.top_desc_cont {
  position: relative;
}

.top_desc_cont .info {
  position: relative;
  z-index: 2;
  background: url(../img/top/top_desc_bg.png) no-repeat left top/cover;
  padding: 7.28rem 7.57rem 7.14rem calc(50vw - 50%);
  /*margin-top: 3.64rem;*/
  margin-left: calc(50% - 50vw);
  width: 63.125%;
}

.top_desc_cont .info h3 {
  font-size: 3.21rem;
  letter-spacing: 0.05em;
  line-height: 1.66;
}

.top_desc_cont .info .phase {
  margin-top: 3.78rem;
  font-size: 1.28rem;
  line-height: 1.77;
}

.top_desc_cont .info .name {
  width: 278px;
  margin: 0 5.92rem 0 auto;
}

.top_desc_cont .info .link_wrap {
  position: relative;
}

.top_desc_cont .info .link {
  position: absolute;
  left: 0;
  bottom: -240px;
  display: flex;
  gap: 47px;
}

.top_desc_cont .info .link li a {
  display: block;
  width: 230px;
  text-align: center;
  border-radius: 10px;
  border: solid 1px #93a46c;
  background: #fff;
  padding: 3.21rem 0 1.21rem;
  transition: all 0.3s;
}

.top_desc_cont .info .link li a:hover {
  background: #dae5cc;
  opacity: 1;
}

.top_desc_cont .info .link li a img {
  width: auto;
  height: 168px;
}

.top_desc_cont .img {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: calc(50% - 50vw);
  width: 72%;
}

@media (max-width: 960px) {
  .top_desc_cont .info h3 {
    font-size: 2.36rem;
  }
}

@media (max-width: 560px) {
  .top_desc {
    padding: 7.14rem 0 2.86rem;
  }

  .top_desc h2 {
    width: 100%;
  }

  .top_desc_cont .info {
    width: 100vw;
    padding: 5.07rem 0 6.71rem;
    margin: 3.64rem calc(50% - 50vw) 0;
  }

  .top_desc_cont .info .inner {
    padding: 0 5%;
  }

  .top_desc_cont .info h3 {
    font-size: 1.86rem;
  }

  .top_desc_cont .info .phase {
    margin-top: 3.14rem;
    font-size: 1.14rem;
  }

  .top_desc_cont .info .name {
    width: 84.1%;
    margin: 0 0 0 auto;
  }

  .top_desc_cont .info .link {
    bottom: -175px;
    gap: 7px;
    width: 100%;
  }

  .top_desc_cont .info .link li {
    width: calc((100% - 7px) / 2);
  }

  .top_desc_cont .info .link li a {
    padding: 0.714rem 0;
    width: auto;
  }

  .top_desc_cont .info .link li a img {
    height: 140px;
  }

  .top_desc_cont .img {
    position: static;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.top_reading {
  position: relative;
  padding: 0 0 5.71rem;
  background: url(../img/top/top_bg02.jpg) no-repeat left top / cover;
}

.top_reading h2 {
  position: relative;
  top: -2rem;
  width: 478px;
  margin: 0 auto -2rem;
}

.top_reading_list {
  margin-top: 1rem;
}

.top_reading_wrap {
  position: relative;
  max-width: 1470px;
  margin: 0 auto;
}

.top_reading_wrap .swiper-button-prev,
.top_reading_wrap .swiper-button-next {
  top: 100px;
  width: 82px;
  height: 82px;
  margin-top: 0;
}

.top_reading_wrap .swiper-button-prev::after,
.top_reading_wrap .swiper-button-next::after {
  content: "";
}

.top_reading_wrap .swiper-button-prev {
  left: -41px;
  /* background: url(../img/top/btn_arrow_left.svg) no-repeat left top/cover; */
}

.top_reading_wrap .swiper-button-prev svg,.top_reading_wrap .swiper-button-next svg{
  overflow: visible;
}

.top_reading_wrap .swiper-button-prev svg g,.top_reading_wrap .swiper-button-next svg g{
  stroke: #93A46C;
  stroke-width: 2;
}

.top_reading_wrap .swiper-button-next {
  right: -41px;
  /* background: url(../img/top/btn_arrow_right.svg) no-repeat left top/cover; */
}

.top_reading_list>div {
  /* width: 25%; */
  height: auto;
}

.top_reading_list>div a {
  display: block;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  color: #000;
}

.top_reading_list>div a:hover {
  opacity: 1;
}

.top_reading_list>div a .img img {
  aspect-ratio: 36/16;
  object-fit: cover;
}

.top_reading_list>div a .info {
  padding: 1.42rem;
}

.top_reading_list>div a .info .catdate {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.top_reading_list>div a .info .catdate .catname {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  background: #caf1fd;
}

.top_reading_list>div a .info .catdate .date {
  font-size: 1.14rem;
  letter-spacing: 0.05em;
}

.top_reading_list>div a .info h3 {
  margin-top: 1.35rem;
  font-size: 1.71rem;
  font-weight: 700;
  line-height: 1.2;
  transition: all 0.3s;
}

.top_reading_list>div a .info .taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 1.57rem;
}

.top_reading_list>div a .info .taglist li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: #f8f8f8;
  border-radius: 5px;
}

.top_reading_list>div a:hover .info h3 {
  color: #90add5;
}

@media (max-width: 1552px) {
  .top_reading_wrap {
    width: 90%;
  }

  .top_reading_wrap .swiper-button-prev {
    left: -5%;
  }

  .top_reading_wrap .swiper-button-next {
    right: -5%;
  }
}

@media (max-width: 560px) {
  .top_reading h2 {
    width: 90.2%;
  }

  .top_reading_wrap .swiper-button-prev,
  .top_reading_wrap .swiper-button-next {
    top: 40%;
    width: 40px;
    height: 40px;
  }
}

.top_nursely {
  padding: 3.57rem 0 4.71rem;
}

.top_nursely h2 {
  width: 335px;
  margin: 0 auto;
}

.top_nursely_list {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 4rem;
}

.top_nursely_list li a {
  transition: all 0.3s;
}

.top_nursely_list li a:hover {
  opacity: 1;
}

.top_nursely_list li a:hover img {
  animation: fuwafuwa 3s linear infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-7deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(7deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.top_nursely_map {
  position: relative;
  margin-top: 6.57rem;
}

.top_nursely_map h3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 332px;
}

.top_nursely_map .img {
  position: absolute;
  top: 72px;
  left: 0;
  z-index: 2;
  width: 171px;
}

@media (max-width: 960px) {
  .top_nursely_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .top_nursely {
    padding: 3.28rem 0 4.57rem;
  }

  .top_nursely h2 {
    width: 63%;
  }

  .top_nursely_list {
    gap: 15px 7px;
    margin-top: 2.7rem;
  }

  .top_nursely_map {
    margin-top: 3.64rem;
  }

  .top_nursely_map h3 {
    position: static;
    width: 63%;
    margin-bottom: 2.86rem;
  }

  .top_nursely_map .img {
    top: 50px;
    width: 32.4%;
  }
}

.top_children {
  position: relative;
  background: url(../img/top/top_bg03.jpg) no-repeat left top/cover;
  padding: 6.7rem 0 3.6rem;
}

.top_children h2 {
  position: relative;
  top: -10rem;
  width: 287px;
  margin: 0 auto -10rem;
}

.top_children_wrap{
  position: relative;
  width: 90%;
  max-width: 1080px;
  margin: 6.4rem auto 0;
  box-sizing: border-box;
}

.js-slider-children:not(.swiper-initialized) .top_children_list {
  /* display: grid;
  grid-template-columns: repeat(4, 1fr); */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
}

.js-slider-children:not(.swiper-initialized) .top_children_list li {
  width: calc((100% - 78px) / 4);
}

.top_children_list li {
  background: #ecd6be;
  border-radius: 20px;
  overflow: hidden;
  height: auto !important;

}

.top_children_list li a {
  display: block;
}

.top_children_list li a:hover {
  opacity: 1;
}

.top_children_list li .info {
  padding: 1.57rem 1.22rem 0.64rem;
}

.top_children_list li .info h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  text-align: center;
  font-size: 1.57rem;
  font-weight: 500;
}

.top_children_list li .info p {
  margin-top: 1rem;
  font-size: 1.14rem;
  font-weight: 500;
  line-height: 1.75;
}

.top_children_list li .info .arrow {
  width: 40px;
  height: 40px;
  margin: 0.6rem 0 0 auto;
  border-radius: 50%;
  background: #ecf2e3;
  transition: all 0.3s;
}

.top_children_list li .info .arrow span {
  position: relative;
  top: 14px;
  left: 13px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #93a46c;
  border-right: 2px solid #93a46c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
}

.top_children_list li a:hover .info .arrow {
  background: #93a46c;
}

.top_children_list li a:hover .info .arrow span {
  border-color: #fff;
}

.top_children_wrap .swiper-button-prev,
.top_children_wrap .swiper-button-next {
  top: 100px;
  width: 82px;
  height: 82px;
  margin-top: 0;
}

.top_children_wrap .swiper-button-prev::after,
.top_children_wrap .swiper-button-next::after {
  content: "";
}

.top_children_wrap .swiper-button-prev {
  left: -41px;
  /* background: url(../img/top/btn_arrow_left.svg) no-repeat left top/cover; */
}

.top_children_wrap .swiper-button-prev svg,.top_children_wrap .swiper-button-next svg{
  overflow: visible;
}

.top_children_wrap .swiper-button-prev svg g,.top_children_wrap .swiper-button-next svg g{
  stroke: #93A46C;
  stroke-width: 2;
}

.top_children_wrap .swiper-button-next {
  right: -41px;
  /* background: url(../img/top/btn_arrow_right.svg) no-repeat left top/cover; */
}

@media (max-width: 1552px) {

  .top_children_wrap .swiper-button-prev {
    left: -5%;
  }

  .top_children_wrap .swiper-button-next {
    right: -5%;
  }
}

@media (min-width: 961px) {
  .top_children_wrap .swiper-button-prev,
  .top_children_wrap .swiper-button-next{
    display: none;
  }
}

@media (max-width: 960px) {

  .top_children_list {
    /* grid-template-columns: repeat(2, 1fr);
    gap: 5%; */
  }

  .top_children_list li {
    /* width: calc((100% - 52px) / 2);
    width: 47.5%; */
  }
}

@media (max-width: 560px) {
  .top_children h2 {
    width: 47.5%;
  }

  .top_children_wrap {
    margin-top: 2.86rem;
  }

  .top_children_list {
    /* grid-template-columns: repeat(1, 1fr);
    gap: 18px; */
  }

  .top_children_list li {
    /* width: 100%; */
  }

  .top_children_list li .info {
    padding: 1.64rem 1.57rem 1.28rem;
  }

  .top_children_list li .info h3 {
    height: auto;
    font-size: 1.28rem;
  }

  .top_children_list li .info h3 img {
    height: 24px;
  }

  .top_children_wrap .swiper-button-prev,
  .top_children_wrap .swiper-button-next {
    top: 40%;
    width: 40px;
    height: 40px;
  }
}

.top_bnr {
  padding: 5.7rem 0;
}

.top_bnr_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

@media (max-width: 960px) {
  .top_bnr_list {
    gap: 18px;
  }
}

@media (max-width: 560px) {
  .top_bnr {
    padding: 4.57rem 0;
  }

  .top_bnr_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.miraien-map2024 {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 800 / 740;
  position: relative;
  background-image: url("../img/miraien/map_japan.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: auto auto 0;
}

.miraien-map2024 .btn a {
  position: absolute;
  display: inline-block;
  height: 45px;
  padding: 0 1rem;
  color: white;
  font-size: 1.3rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
  line-height: 45px;
  border-radius: 5px;
}

@media (max-width: 560px) {
  .miraien-map2024 .btn a {
    height: 30px;
    font-size: 0.95rem;
    line-height: 30px;
    padding: 0 0.5rem;
  }
}

.miraien-map2024 .btn.tohoku a {
  background-color: #9aaf71;
  left: 72%;
  top: 30%;
}

@media (max-width: 560px) {
  .miraien-map2024 .btn.tohoku a {
    left: 69%;
    top: 28%;
  }
}

.miraien-map2024 .btn.kanto a {
  background-color: #e0ae6c;
  left: 65%;
  top: 57%;
}

@media (max-width: 560px) {
  .miraien-map2024 .btn.kanto a {
    left: 63%;
    top: 55%;
  }
}

.miraien-map2024 .btn.kansai a {
  background-color: #f1c19b;
  left: 22%;
  top: 32%;
}

@media (max-width: 560px) {
  .miraien-map2024 .btn.kansai a {
    left: 10%;
    top: 21%;
  }
}

.miraien-map2024 .btn.chugoku a {
  background-color: #d7cc7c;
  left: 2%;
  top: 45%;
}

@media (max-width: 560px) {
  .miraien-map2024 .btn.chugoku a {
    left: 0%;
    top: 36%;
  }
}

.miraien-map2024 .btn.tokai a {
  background-color: #bc9871;
  left: 40%;
  top: 67%;
}

@media (max-width: 560px) {
  .miraien-map2024 .btn.tokai a {
    left: 39%;
    top: 68%;
  }
}