#top-page {
  overflow: hidden;
}
#top-page .main {
  width: 100%;
  /* height: 100vh; */
  overflow: hidden;
  background: url(../img/top/bgmain_pc.png) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  #top-page .main {
    background-size: cover;
    height: 693px;
  }
}
#top-page .main__inner {
  position: relative;
  width: 100%;
  padding-bottom: 11.25vh;
  /* height: 100vh; */
}
@media screen and (max-width: 834px) {
  #top-page .main__inner {
    height: 693px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
#top-page .main__inner .mainBox {
  padding-top: 12.6vh;
  position: relative;
}
@media screen and (max-width: 834px) {
  #top-page .main__inner .mainBox {
    padding-top: 90px;
  }
}
#top-page .main__inner .mainBox .slider {
  position: relative;
  margin-bottom: 10.2vh;
}
@media screen and (max-width: 834px) {
  #top-page .main__inner .mainBox .slider {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  #top-page .main__inner .mainBox .slider {
    margin-bottom: 10px;
    overflow: hidden;
  }
}
#top-page .main__inner .mainBox .slider .swiper-slide {
  height: auto;
  width: 100%;
  max-width: none !important;
}
#top-page .main__inner .mainBox .slider .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
@media screen and (max-width: 600px) {
  #top-page .main__inner .mainBox .slider .swiper-slide img {
    border-radius: 8px;
  }
}
#top-page .main__inner .mainBox .slider .swiper-slide.report {
  position: relative;
}
#top-page .main__inner .mainBox .slider .swiper-slide.report img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#top-page .main__inner .mainBox .slider .swiper-slide.report .reportBox {
  position: absolute;
  width: 51.6%;
  text-align: center;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  #top-page .main__inner .mainBox .slider .swiper-slide.report .reportBox {
    display: none;
  }
}
#top-page .main__inner .mainBox .slider .swiper-slide.report .reportBox .reportSet a {
  background: #fcfeff;
  box-shadow: 0 0 20px rgba(36, 53, 56, 0.2);
  display: block;
  border-radius: 16px;
}
#top-page .main__inner .mainBox .slider .swiper-slide.report .reportBox .reportSet a figure {
  margin: 0;
}
#top-page .main__inner .mainBox .slider .swiper-slide.report .reportBox .reportSet a figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  position: relative;
  aspect-ratio: 372/224;
}
#top-page .main__inner .mainBox .slider .swiper-slide.report .reportBox .reportSet a .detailBox {
  padding: 20px 20px 40px;
  box-sizing: border-box;
}
#top-page .main__inner .mainBox .slider .swiper-slide.report .reportBox .reportSet a .detailBox p {
  text-align: left;
}
#top-page .main__inner .mainBox .slider .swiper-slide.report .reportBox .reportSet a .detailBox p span.en {
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.03em;
  color: #aaa;
  padding-right: 10px;
}
#top-page .main__inner .mainBox .slider .swiper-slide.report .reportBox .reportSet a .detailBox p span.cate {
  font-weight: 700;
  border-radius: 50px;
  background: #f9f7f3;
  padding: 6px 24px;
  box-sizing: border-box;
  color: #1496C4;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.03em;
}
#top-page .main__inner .mainBox .slider .swiper-slide.report .reportBox .reportSet a .detailBox p.ttl {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.35em;
  font-weight: 700;
}
#top-page .main__inner .mainBox .slider .swiper-button-prev {
  height: 60px;
  width: 60px;
  position: absolute;
  left: 19%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 5;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}
@media screen and (max-width: 834px) {
  #top-page .main__inner .mainBox .slider .swiper-button-prev {
    left: 8%;
  }
}
@media screen and (max-width: 600px) {
  #top-page .main__inner .mainBox .slider .swiper-button-prev {
    height: 25px;
    width: 25px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    left: -10px;
  }
}
#top-page .main__inner .mainBox .slider .swiper-button-next {
  height: 60px;
  width: 60px;
  position: absolute;
  right: 19%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 5;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}
@media screen and (max-width: 834px) {
  #top-page .main__inner .mainBox .slider .swiper-button-next {
    right: 8%;
  }
}
@media screen and (max-width: 600px) {
  #top-page .main__inner .mainBox .slider .swiper-button-next {
    height: 25px;
    width: 25px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    right: -10px;
  }
}
#top-page .main__inner .mainBox .slider .swiper-button-prev:after,
#top-page .main__inner .mainBox .slider .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 60px;
  margin: auto;
  width: 60px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #top-page .main__inner .mainBox .slider .swiper-button-prev:after,
  #top-page .main__inner .mainBox .slider .swiper-button-next:after {
    height: 25px;
    width: 25px;
  }
}
#top-page .main__inner .mainBox .slider .swiper-button-prev:after {
  background-image: url(../img/common/ico_left.svg);
}
#top-page .main__inner .mainBox .slider .swiper-button-next:after {
  background-image: url(../img/common/ico_right.svg);
}
@media screen and (max-width: 600px) {
  #top-page .main__inner .mainBox .swiper-button-prev {
    position: absolute;
    top: 39%;
    z-index: 5;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    height: 25px;
    width: 25px;
    left: -10px;
  }
}
@media screen and (max-width: 600px) {
  #top-page .main__inner .mainBox .swiper-button-next {
    position: absolute;
    top: 39%;
    z-index: 5;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    height: 25px;
    width: 25px;
    right: -10px;
  }
}
@media screen and (max-width: 600px) {
  #top-page .main__inner .mainBox .swiper-button-prev:after,
  #top-page .main__inner .mainBox .swiper-button-next:after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    margin: auto;
    display: block;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }
}
#top-page .main__inner .mainBox .swiper-button-prev:after {
  background-image: url(../img/common/ico_left.svg);
}
#top-page .main__inner .mainBox .swiper-button-next:after {
  background-image: url(../img/common/ico_right.svg);
}
#top-page .main__inner .mainBox .slider-thumbnail {
  width: 49.8%;
  margin-left: auto;
  padding-right: 90px;
}
@media screen and (max-width: 834px) {
  #top-page .main__inner .mainBox .slider-thumbnail {
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  #top-page .main__inner .mainBox .slider-thumbnail {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  #top-page .main__inner .mainBox .slider-thumbnail .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px 0;
  }
}
#top-page .main__inner .mainBox .slider-thumbnail .swiper-wrapper .swiper-slide {
  height: auto;
  width: 100%;
  max-width: none !important;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #top-page .main__inner .mainBox .slider-thumbnail .swiper-wrapper .swiper-slide {
    width: 49% !important;
    aspect-ratio: 166/100;
    height: 100%;
  }
}
#top-page .main__inner .mainBox .slider-thumbnail .swiper-wrapper .swiper-slide::before {
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
#top-page .main__inner .mainBox .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  display: none;
}
#top-page .main__inner .mainBox .slider-thumbnail .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
#top-page .main__inner .txtBox {
  position: absolute;
  bottom: 70px;
  left: 40px;
  width: 38.2%;
  height: 17%;
  pointer-events: none;
  display: block;
  content: "";
  z-index: 5;
}
@media screen and (max-width: 834px) {
  #top-page .main__inner .txtBox {
    left: 0;
    width: 40.9%;
  }
}
@media screen and (max-width: 600px) {
  #top-page .main__inner .txtBox {
    bottom: 28px;
    left: 0;
    width: 70%;
    height: 18%;
  }
}
#top-page .main__inner .txtBox2 {
  position: absolute;
  bottom: 2vh;
  right: 90px;
  width: 21%;
  height: 47px;
  pointer-events: none;
  display: block;
  content: "";
  z-index: 5;
}
@media screen and (max-width: 834px) {
  #top-page .main__inner .txtBox2 {
    right: 0;
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  #top-page .main__inner .txtBox2 {
    bottom: 42px;
    right: 0;
    width: 50%;
    height: 12px;
  }
}
#top-page .project {
  width: 100%;
  position: relative;
}
#top-page .project img.bg {
  position: absolute;
  top: 106px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #top-page .project img.bg {
    bottom: -250px;
    top: inherit;
  }
}
#top-page .project__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  #top-page .project__inner {
    padding: 50px 0;
  }
}
#top-page .project__inner .projectBox .ttlBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #top-page .project__inner .projectBox .ttlBox {
    margin-bottom: 30px;
  }
}
#top-page .project__inner .projectBox .reportBox {
  display: flex;
  margin-bottom: 50px;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 30px;
  -moz-column-gap: 1.6%;
       column-gap: 1.6%;
}
@media screen and (max-width: 834px) {
  #top-page .project__inner .projectBox .reportBox {
    row-gap: 20px;
    -moz-column-gap: 2.8%;
         column-gap: 2.8%;
  }
}
@media screen and (max-width: 600px) {
  #top-page .project__inner .projectBox .reportBox {
    margin-bottom: 30px;
  }
}
#top-page .project__inner .projectBox .reportBox .reportSet {
  width: 23.8%;
  background: #fcfeff;
  box-shadow: 0 0 20px rgba(36, 53, 56, 0.2);
  border-radius: 8px;
}
@media screen and (max-width: 834px) {
  #top-page .project__inner .projectBox .reportBox .reportSet {
    width: 48.6%;
  }
}
#top-page .project__inner .projectBox .reportBox .reportSet a {
  display: block;
}
#top-page .project__inner .projectBox .reportBox .reportSet a figure {
  margin: 0;
}
#top-page .project__inner .projectBox .reportBox .reportSet a figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
  position: relative;
  aspect-ratio: 238/141;
}
@media screen and (max-width: 600px) {
  #top-page .project__inner .projectBox .reportBox .reportSet a figure img {
    aspect-ratio: 164/105;
  }
}
#top-page .project__inner .projectBox .reportBox .reportSet a .detailBox {
  padding: 10px 15px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #top-page .project__inner .projectBox .reportBox .reportSet a .detailBox {
    padding: 10px 10px 15px;
  }
}
#top-page .project__inner .projectBox .reportBox .reportSet a .detailBox p {
  text-align: left;
  line-height: 1em;
}
#top-page .project__inner .projectBox .reportBox .reportSet a .detailBox p span.en {
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.03em;
  color: #aaa;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  #top-page .project__inner .projectBox .reportBox .reportSet a .detailBox p span.en {
    font-size: 12px;
    padding-right: 7px;
  }
}
#top-page .project__inner .projectBox .reportBox .reportSet a .detailBox p span.cate {
  font-weight: 700;
  border-radius: 50px;
  background: #f9f7f3;
  padding: 5px 20px;
  box-sizing: border-box;
  color: #1496C4;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 600px) {
  #top-page .project__inner .projectBox .reportBox .reportSet a .detailBox p span.cate {
    padding: 3px 15px;
    font-size: 11px;
  }
}
#top-page .project__inner .projectBox .reportBox .reportSet a .detailBox p.ttl {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  #top-page .project__inner .projectBox .reportBox .reportSet a .detailBox p.ttl {
    font-size: 14px;
  }
}
#top-page .project__inner .projectBox .btnBox {
  margin: 0 auto;
}
#top-page .about {
  width: 100%;
}
#top-page .about__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 0 0 80px;
}
@media screen and (max-width: 600px) {
  #top-page .about__inner {
    padding: 0 0 50px;
  }
}
#top-page .about__inner .aboutBox .ttlBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #top-page .about__inner .aboutBox .ttlBox {
    margin-bottom: 30px;
  }
}
#top-page .about__inner .aboutBox .aboutFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #top-page .about__inner .aboutBox .aboutFlex {
    margin-bottom: 30px;
  }
}
#top-page .about__inner .aboutBox .aboutFlex .detailBox {
  width: 57.9%;
}
@media screen and (max-width: 600px) {
  #top-page .about__inner .aboutBox .aboutFlex .detailBox {
    width: 100%;
  }
}
#top-page .about__inner .aboutBox .aboutFlex .detailBox p {
  margin-bottom: 15px;
}
#top-page .about__inner .aboutBox .aboutFlex .detailBox p:last-child {
  margin: 0;
}
#top-page .about__inner .aboutBox .aboutFlex .photoBox {
  width: 36.5%;
}
@media screen and (max-width: 600px) {
  #top-page .about__inner .aboutBox .aboutFlex .photoBox {
    width: 100%;
    margin-bottom: 20px;
    order: -1;
  }
}
#top-page .about__inner .aboutBox .btnBox {
  margin: 0 auto;
}
#top-page .business {
  width: 100%;
  background-color: #1496C4;
  position: relative;
}
#top-page .business img.bg {
  position: absolute;
  bottom: 67px;
  right: 0;
  z-index: 1;
  pointer-events: none;
  width: 35.8%;
}
@media screen and (max-width: 600px) {
  #top-page .business img.bg {
    bottom: 82px;
    width: 72.5%;
  }
}
#top-page .business__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  #top-page .business__inner {
    padding: 50px 0;
  }
}
#top-page .business__inner .businessBox {
  position: relative;
  z-index: 2;
}
#top-page .business__inner .businessBox .ttlBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #top-page .business__inner .businessBox .ttlBox {
    margin-bottom: 30px;
  }
}
#top-page .business__inner .businessBox .ttlBox p span.en {
  color: #fcfeff;
}
#top-page .business__inner .businessBox .ttlBox h4 {
  color: #fcfeff;
}
#top-page .business__inner .businessBox .businessSwiperBox {
  margin-right: calc(50% - 50vw);
  width: 100vw;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 5px;
}
#top-page .business__inner .businessBox .businessSwiperBox .swiper-wrapper {
  transition-timing-function: linear;
  margin-bottom: 30px;
}
#top-page .business__inner .businessBox .businessSwiperBox .swiper-wrapper .swiper-slide figure {
  position: relative;
  margin: 0;
}
#top-page .business__inner .businessBox .businessSwiperBox .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 8px;
}
#top-page .business__inner .businessBox .businessSwiperBox .swiper-wrapper .swiper-slide figure figcaption {
  position: absolute;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #fff;
  color: #1496C4;
  font-size: 16px;
  line-height: 1em;
  left: -5px;
  bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  #top-page .business__inner .businessBox .businessSwiperBox .swiper-wrapper .swiper-slide figure figcaption {
    font-size: 12px;
  }
}
#top-page .business__inner .businessBox .businessSwiperBox .swiper-wrapper .swiper-slide .detailBox p.ttl {
  font-size: 14px;
  line-height: 1.5em;
  color: #fcfeff;
  font-weight: 700;
}
#top-page .business__inner .businessBox .businessSwiperBox .swiper-wrapper .swiper-slide .detailBox p span {
  letter-spacing: 0.03em;
  font-size: 12px;
  line-height: 1.3em;
  color: #fcfeff;
}
#top-page .business__inner .businessBox .businessSwiperBox .swiper-wrapper .swiper-slide .detailBox p span.ttl {
  padding-right: 17px;
  position: relative;
}
#top-page .business__inner .businessBox .businessSwiperBox .swiper-wrapper .swiper-slide .detailBox p span.ttl::after {
  display: block;
  position: absolute;
  width: 1px;
  height: 12px;
  background: #fcfeff;
  content: "";
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#top-page .business__inner .businessBox .businessSwiperBox .btnFlex {
  max-width: 120px;
  display: flex;
  justify-content: space-between;
  padding: 0 0 20px 20px;
  box-sizing: border-box;
  margin-left: -20px;
}
@media screen and (max-width: 600px) {
  #top-page .business__inner .businessBox .businessSwiperBox .btnFlex {
    max-width: 80px;
  }
}
#top-page .business__inner .businessBox .businessSwiperBox .btnFlex .swiper-button-prev02 {
  height: 45px;
  width: 45px;
  position: relative;
  top: inherit;
  bottom: inherit;
  left: inherit;
  margin-top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  #top-page .business__inner .businessBox .businessSwiperBox .btnFlex .swiper-button-prev02 {
    width: 25px;
    height: 25px;
  }
}
#top-page .business__inner .businessBox .businessSwiperBox .btnFlex .swiper-button-next02 {
  height: 45px;
  width: 45px;
  position: relative;
  top: inherit;
  bottom: inherit;
  right: inherit;
  margin-top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  #top-page .business__inner .businessBox .businessSwiperBox .btnFlex .swiper-button-next02 {
    width: 25px;
    height: 25px;
  }
}
#top-page .business__inner .businessBox .businessSwiperBox .btnFlex .swiper-button-prev02::after,
#top-page .business__inner .businessBox .businessSwiperBox .btnFlex .swiper-button-next02::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 45px;
  margin: auto;
  width: 45px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #top-page .business__inner .businessBox .businessSwiperBox .btnFlex .swiper-button-prev02::after,
  #top-page .business__inner .businessBox .businessSwiperBox .btnFlex .swiper-button-next02::after {
    width: 25px;
    height: 25px;
  }
}
#top-page .business__inner .businessBox .businessSwiperBox .btnFlex .swiper-button-prev02::after {
  background-image: url(../img/common/ico_left.svg);
  background-size: 100% auto;
}
#top-page .business__inner .businessBox .businessSwiperBox .btnFlex .swiper-button-next02::after {
  background-image: url(../img/common/ico_right.svg);
  background-size: 100% auto;
}
#top-page .business__inner .businessBox .businessSwiperBox .btnFlex .swiper-button-next02.swiper-button-disabled {
  opacity: 1;
}
#top-page .business__inner .businessBox .businessSwiperBox .btnFlex .swiper-button-prev02.swiper-button-disabled {
  opacity: 1;
}
#top-page .business__inner .businessBox .btnBox {
  margin: 0 auto;
}
#top-page .business__inner .businessBox .btnBox a {
  background: #fcfeff url(../img/common/ico_next_orange.svg) center right 20px no-repeat;
  background-size: 20px auto;
  color: #1496C4;
}
@media screen and (max-width: 600px) {
  #top-page .business__inner .businessBox .btnBox a {
    background: #fcfeff url(../img/common/ico_next_orange.svg) center right 20px no-repeat;
    background-size: 18px auto;
  }
}
#top-page .business .txtBox {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 7;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #top-page .business .txtBox {
    bottom: -30px;
  }
}
#top-page .business .txtBox p {
  flex: 0 0 auto;
  white-space: nowrap;
}
#top-page .business .txtBox p span.en {
  font-size: 120px;
  line-height: 1em;
  font-weight: 700;
  color: #F1FBFF;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 600px) {
  #top-page .business .txtBox p span.en {
    font-size: 60px;
  }
}
#top-page .business .txtBox p:nth-child(odd) {
  animation: loop 100s -50s linear infinite;
}
#top-page .business .txtBox p:nth-child(even) {
  animation: loop2 100s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
#top-page .join {
  width: 100%;
  position: relative;
}
#top-page .join img.bg {
  position: absolute;
  bottom: -43px;
  left: 0;
  z-index: -1;
  pointer-events: none;
  width: 45.6%;
}
@media screen and (max-width: 600px) {
  #top-page .join img.bg {
    top: 50%;
    bottom: inherit;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 86.1%;
  }
}
#top-page .join__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 100px 0 80px;
}
@media screen and (max-width: 600px) {
  #top-page .join__inner {
    padding: 70px 0 50px;
  }
}
#top-page .join__inner .joinFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  #top-page .join__inner .joinFlex {
    align-items: flex-start;
  }
}
#top-page .join__inner .joinFlex .photoBox {
  width: 46.1%;
}
@media screen and (max-width: 834px) {
  #top-page .join__inner .joinFlex .photoBox {
    width: 40.1%;
  }
}
@media screen and (max-width: 600px) {
  #top-page .join__inner .joinFlex .photoBox {
    width: 100%;
    margin-bottom: 15px;
  }
}
#top-page .join__inner .joinFlex .detailBox {
  width: 48.3%;
}
@media screen and (max-width: 834px) {
  #top-page .join__inner .joinFlex .detailBox {
    width: 54.3%;
  }
}
@media screen and (max-width: 600px) {
  #top-page .join__inner .joinFlex .detailBox {
    width: 100%;
  }
}
#top-page .join__inner .joinFlex .detailBox ul {
  margin: 20px 0;
}
@media screen and (max-width: 600px) {
  #top-page .join__inner .joinFlex .detailBox ul {
    margin: 15px 0;
  }
}
#top-page .join__inner .joinFlex .detailBox ul li {
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  padding-left: 18px;
  background: url(../img/common/ico_circle.svg) center left no-repeat;
  background-size: 8px auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #top-page .join__inner .joinFlex .detailBox ul li {
    font-size: 12px;
  }
}
#top-page .join__inner .joinFlex .detailBox ul li:last-child {
  margin: 0;
}
#top-page .join__inner .joinFlex .detailBox .btnBox {
  margin: 50px 0 0;
}
@media screen and (max-width: 600px) {
  #top-page .join__inner .joinFlex .detailBox .btnBox {
    margin: 30px auto 0;
  }
}
#top-page .activities {
  width: 100%;
  position: relative;
}
#top-page .activities__inner {
  width: 100%;
  padding: 0 0 80px;
}
@media screen and (max-width: 600px) {
  #top-page .activities__inner {
    padding: 0 0 50px;
  }
}
#top-page .activities__inner .activitiesBox .ttlBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #top-page .activities__inner .activitiesBox .ttlBox {
    width: min(90%, 1000px);
    margin: 0 auto 30px;
  }
}
#top-page .activities__inner .activitiesBox .ttlBox p {
  text-align: center;
}
@media screen and (max-width: 600px) {
  #top-page .activities__inner .activitiesBox .ttlBox p {
    text-align: left;
  }
}
#top-page .activities__inner .activitiesBox .ttlBox h4 {
  text-align: center;
}
@media screen and (max-width: 600px) {
  #top-page .activities__inner .activitiesBox .ttlBox h4 {
    text-align: left;
  }
}
#top-page .activities__inner .activitiesBox .activitiesSwiperBox {
  overflow: hidden;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #top-page .activities__inner .activitiesBox .activitiesSwiperBox {
    margin-bottom: 30px;
  }
}
#top-page .activities__inner .activitiesBox .activitiesSwiperBox .swiper-wrapper {
  transition-timing-function: linear;
  padding-top: 30px;
}
@media screen and (max-width: 600px) {
  #top-page .activities__inner .activitiesBox .activitiesSwiperBox .swiper-wrapper {
    padding-top: 25px;
  }
}
#top-page .activities__inner .activitiesBox .activitiesSwiperBox .swiper-wrapper .swiper-slide figure {
  position: relative;
  margin: 0;
}
#top-page .activities__inner .activitiesBox .activitiesSwiperBox .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  aspect-ratio: 353/241;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  #top-page .activities__inner .activitiesBox .activitiesSwiperBox .swiper-wrapper .swiper-slide figure img {
    aspect-ratio: 290/198;
    margin-bottom: 10px;
  }
}
#top-page .activities__inner .activitiesBox .activitiesSwiperBox .swiper-wrapper .swiper-slide figure figcaption {
  position: absolute;
  padding: 8px 25px;
  box-sizing: border-box;
  background: #1496C4;
  color: #fcfeff;
  font-size: 14px;
  line-height: 1em;
  left: 15px;
  top: -30px;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 600px) {
  #top-page .activities__inner .activitiesBox .activitiesSwiperBox .swiper-wrapper .swiper-slide figure figcaption {
    padding: 7px 21px;
    font-size: 11px;
    top: -24px;
  }
}
#top-page .activities__inner .activitiesBox .activitiesSwiperBox .swiper-wrapper .swiper-slide figure figcaption.gray {
  background: #aaaaaa;
}
#top-page .activities__inner .activitiesBox .activitiesSwiperBox .swiper-wrapper .swiper-slide .detailBox p.ttl {
  font-size: 18px;
  line-height: 1.5em;
  color: #243538;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  #top-page .activities__inner .activitiesBox .activitiesSwiperBox .swiper-wrapper .swiper-slide .detailBox p.ttl {
    font-size: 14px;
  }
}
#top-page .activities__inner .activitiesBox .activitiesSwiperBox .swiper-wrapper .swiper-slide .detailBox p span.en {
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.03em;
  color: #aaa;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  #top-page .activities__inner .activitiesBox .activitiesSwiperBox .swiper-wrapper .swiper-slide .detailBox p span.en {
    font-size: 14px;
  }
}
#top-page .activities__inner .activitiesBox .activitiesSwiperBox .swiper-wrapper .swiper-slide .detailBox p span.cate {
  font-weight: 700;
  border-radius: 50px;
  background: #EEEEEE;
  padding: 3px 24px;
  box-sizing: border-box;
  color: #1496C4;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 600px) {
  #top-page .activities__inner .activitiesBox .activitiesSwiperBox .swiper-wrapper .swiper-slide .detailBox p span.cate {
    font-size: 11px;
    padding: 3px 20px;
  }
}
#top-page .activities__inner .activitiesBox .btnBox {
  margin: 0 auto;
}
#top-page .activities__inner .btnBox {
  margin: 0 auto;
}
#top-page .links {
  width: 100%;
}
#top-page .links__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 0 0 80px;
}
@media screen and (max-width: 600px) {
  #top-page .links__inner {
    padding: 0 0 50px;
  }
}
#top-page .links__inner .ttlBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #top-page .links__inner .ttlBox {
    margin-bottom: 30px;
  }
}
#top-page .links__inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
@media screen and (max-width: 834px) {
  #top-page .links__inner ul {
    justify-content: flex-start;
    -moz-column-gap: 4.25%;
         column-gap: 4.25%;
  }
}
@media screen and (max-width: 600px) {
  #top-page .links__inner ul {
    row-gap: 20px;
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
#top-page .links__inner ul li {
  width: 23.5%;
}
@media screen and (max-width: 834px) {
  #top-page .links__inner ul li {
    width: 30.5%;
  }
}
@media screen and (max-width: 600px) {
  #top-page .links__inner ul li {
    width: 48%;
  }
}
#top-page .links__inner ul li a {
  display: block;
  width: 100%;
  padding: 0 0 20px;
  border-bottom: 2px solid #1496C4;
  background: url(../img/common/ico_link.svg) bottom 20px right 5px no-repeat;
  background-size: 20px;
}
@media screen and (max-width: 600px) {
  #top-page .links__inner ul li a {
    padding: 0 0 15px;
    background: url(../img/common/ico_link.svg) bottom 15px right no-repeat;
    background-size: 15px;
    font-size: 12px;
  }
}
#top-page .links__inner ul li a:hover {
  color: #1496C4;
}
#top-page .summary {
  width: 100%;
  position: relative;
}
#top-page .summary img.bg {
  position: absolute;
  bottom: -87px;
  right: 0;
  width: 80.9%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #top-page .summary img.bg {
    width: 100%;
    bottom: -29px;
  }
}
#top-page .summary__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 0 0 80px;
}
@media screen and (max-width: 600px) {
  #top-page .summary__inner {
    padding: 0 0 50px;
  }
}
#top-page .summary__inner .ttlBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #top-page .summary__inner .ttlBox {
    margin-bottom: 30px;
  }
}
#top-page .summary__inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
@media screen and (max-width: 834px) {
  #top-page .summary__inner ul {
    justify-content: flex-start;
    -moz-column-gap: 4.25%;
         column-gap: 4.25%;
  }
}
@media screen and (max-width: 600px) {
  #top-page .summary__inner ul {
    row-gap: 20px;
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
#top-page .summary__inner ul li {
  width: 23.5%;
}
@media screen and (max-width: 834px) {
  #top-page .summary__inner ul li {
    width: 30.5%;
  }
}
@media screen and (max-width: 600px) {
  #top-page .summary__inner ul li {
    width: 48%;
  }
}
#top-page .summary__inner ul li a {
  display: block;
  width: 100%;
  padding: 0 0 20px;
  border-bottom: 2px solid #1496C4;
  background: url(../img/common/ico_next_orange.svg) bottom 21px right no-repeat;
  background-size: 15px;
}
@media screen and (max-width: 600px) {
  #top-page .summary__inner ul li a {
    padding: 0 0 15px;
    background: url(../img/common/ico_next_orange.svg) bottom 17px right no-repeat;
    background-size: 10px;
    font-size: 12px;
  }
}
#top-page .summary__inner ul li a:hover {
  color: #1496C4;
}/*# sourceMappingURL=top.css.map */