.topslide {
  position: relative;
  padding-top: 76px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.topslide .slide {
  overflow-x: hidden;
}
.topslide .msg {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
  transition: 1s;
  opacity: 0;
}
.topslide .msg.active {
  animation-name: anime_topmsg;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}
@keyframes anime_topmsg {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.topslide .msg img {
  width: 70%;
  height: auto;
  max-width: 1218px;
}
.topslide .frame {
  position: absolute;
  z-index: 2;
  bottom: -10%;
}

#sec_news .box {
  display: flex;
}
#sec_news .box .ttlArea {
  width: 250px;
  padding-top: 15px;
}
#sec_news .box .newsArea {
  width: calc(100% - 265px);
}
#sec_news .box .newsArea ul li {
  border-bottom: solid 1px var(--blue);
}
#sec_news .box .newsArea ul li a {
  display: flex;
  width: 100%;
  padding: 15px 0px;
  gap: 40px;
}
#sec_news .box .newsArea ul li a {
}
#sec_news .ttl span {
  display: inline-block;
  position: relative;
  padding-left: 65px;
}
#sec_news .ttl span::before {
  position: absolute;
  content: "";
  display: block;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 20px;
  background: url(../img/ttlimg.png) no-repeat left top 9px;
}
.ex_news{
  border-bottom: solid 1px var(--blue);
}
.ex_news > a{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  padding-block: 15px;
}

#sec_about {
  position: relative;
}
#sec_about::before {
  position: absolute;
  content: "";
  display: block;
  top: 300px;
  left: 0px;
  background: url(../img/home/bg_l1.png) no-repeat center left;
  width: 476px;
  height: 705px;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
#sec_about .inner {
  position: relative;
  z-index: 3;
}
#sec_about .ttl {
  text-align: center;
}
#sec_about .box {
  display: flex;
  gap: 40px;
}
#sec_about .box .photos {
  width: 60%;
}
#sec_about .box .text {
  width: 40%;
}

#sec_events .inner {
  position: relative;
  z-index: 3;
}
#sec_events::before {
  position: absolute;
  content: "";
  display: block;
  top: 350px;
  right: 0px;
  background: url(../img/home/bg_r1.png) no-repeat center left;
  width: 520px;
  height: 999px;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
#sec_events #newsFeed2 li img{
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
#sec_bnr {
  position: relative;
}
#sec_bnr::before {
  position: absolute;
  content: "";
  display: block;
  top: 350px;
  left: 20px;
  background: url(../img/home/bg_l2.png) no-repeat center left;
  width: 457px;
  height: 547px;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
#sec_bnr .inner {
  position: relative;
  z-index: 3;
}
#sec_bnr .box {
  display: flex;
  gap: 40px;
}
#sec_bnr .box a {
  display: flex;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  width: 50%;
  position: relative;
}
#sec_bnr .box a::before {
  position: absolute;
  content: "";
  display: block;
  right: 0px;
  bottom: 0px;
  border-bottom: solid 25px var(--blue);
  border-left: solid 25px transparent;
}
#sec_bnr .box a .photo {
  width: 65%;
}
#sec_bnr .box a h3 {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5em;
  width: 35%;
}
#sec_bnr .box2 {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  padding: 50px 30px;
  position: relative;
  z-index: 3;
  background: #fff;
}
#sec_bnr .box2 .list {
  display: flex;
  gap: 15px;
}
#sec_bnr .box2 .list li {
  width: calc(33.3% - 10px);
}
#sec_bnr .box2 .list li a {
  display: block;
  background: var(--blue);
  color: #fff;
  padding: 25px;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}
#sec_bnr .inner {
  position: relative;
  z-index: 3;
}

#sec_recruit img {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

/*
===================================================
	tb
===================================================
*/
@media screen and (max-width: 1100px) {
  .topslide {
    padding-top: 60px;
  }
  #sec_about::before {
    top: 300px;
    left: 0px;
    background: url(../img/home/bg_l1.png) no-repeat center left;
    width: 238px;
    height: 352px;
    background-size: contain;
  }
  #sec_events::before {
    top: 350px;
    right: 0px;
    background: url(../img/home/bg_r1.png) no-repeat center left;
    width: 260px;
    height: 500px;
    background-size: contain;
  }
  #sec_bnr::before {
    top: 350px;
    left: 20px;
    background: url(../img/home/bg_l2.png) no-repeat center left;
    width: 228px;
    height: 273px;
    background-size: contain;
  }

  #sec_news .box {
    display: block;
  }
  #sec_news .box .ttlArea {
    width: auto;
    text-align: center;
  }
  #sec_news .box .newsArea {
    width: auto;
    margin-top: 20px;
  }
  #sec_news .box .newsArea ul li a {
    display: flex;
    width: 100%;
    padding: 15px 0px;
    gap: 30px;
  }
  #sec_news .ttl span {
    padding: 0px 65px;
  }

  #sec_about .box {
    display: block;
  }
  #sec_about .box .photos {
    width: auto;
    text-align: center;
  }
  #sec_about .box .text {
    width: auto;
    margin-top: 30px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }

  #sec_bnr {
    position: relative;
  }
  #sec_bnr .box a {
    width: 100%;
  }
  #sec_bnr .box2 {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    padding: 50px 30px;
    position: relative;
    z-index: 3;
    background: #fff;
  }
  #sec_bnr .box2 .list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  #sec_bnr .box2 .list li {
    width: 100%;
  }
  #sec_bnr .box2 .list li a {
    padding: 15px;
  }
}

/*
===================================================
	sp
===================================================
*/
@media screen and (max-width: 640px) {
  .topslide {
    padding-top: 50px;
  }
  .topslide .inner {
    width: 100%;
    overflow: hidden;
  }
  .topslide .msg {
    bottom: 3%;
  }
  .topslide .msg img {
    width: 90%;
  }
  .topslide .frame {
    position: absolute;
    z-index: 2;
    bottom: 0%;
  }
  .topslide .frame img {
    transform: scale(1.6);
  }
  #sec_news {
    padding-top: 25px;
  }
  #sec_news .box .newsArea ul li a {
    display: block;
    padding: 8px;
    line-height: 1.4em;
  }
  #sec_news .box .newsArea ul li a span {
    display: block;
  }
  #sec_news .box .newsArea ul li a span.date {
    font-size: 80%;
  }
  .ex_news > a{
    display: block;
    padding: 8px;
    line-height: 1.4em;
  }
  .ex_news > a span.date{
    font-size: 80%;
  }
  #sec_bnr .box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}
