@charset "UTF-8";

/* top共通
------------------------------------------ */

/* ----------------------------------------
firstview
------------------------------------------*/
.firstview {
  position: relative;
  margin-top: 95px;
}
.firstview-bg {
  width: 100%;
  height: calc(100vh - 95px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.firstview .catch-wrap1,
.firstview .catch-wrap2 {
  width: 100%;
  position: absolute;
}
.firstview .catch-wrap1 {
  top: 200px;
  left: 0;
}
.firstview .catch-wrap2 {
  top: 200px;
  left: 100px
}
.firstview .catch-wrap1 .txt-wrap,
.firstview .catch-wrap2 .txt-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.firstview .catch-wrap1 .txt,
.firstview .catch-wrap2 .txt {
  font-size: 3.5rem;
  font-weight: 600;
  color: #5D8DC1;
  text-shadow: 2px 2px 2px #fff,
  -2px 2px 2px #fff,
  2px -2px 2px #fff,
  -2px -2px 2px #fff,
  2px 0px 2px #fff,
  0px 2px 2px #fff,
  -2px 0px 2px #fff,
  0px -2px 2px #fff,
  2px 2px 2px #fff,
  -2px 2px 2px #fff,
  2px -2px 2px #fff,
  -2px -2px 2px #fff,
  2px 2px 2px #fff,
  0px 2px 2px #fff,
  -2px 0px 2px #fff,
  0px -2px 2px #fff;
}
.firstview .catch-wrap1 .txt:nth-child(1),
.firstview .catch-wrap2 .txt:nth-child(1) {
  margin-bottom: 1.5rem;
}
.firstview .catch-wrap1 .txt:nth-child(2),
.firstview .catch-wrap2 .txt:nth-child(2) {
  margin-left: 10rem;
}
.firstview .news-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,.7);
  padding: 1rem 0;
}
.firstview .news-wrap .flex {
  display: flex;
}
.firstview .news-wrap .btn-wrap {
  width: 20%;
}
.firstview .news-wrap .btn-wrap p {
  font-size: 3rem;
}
.firstview .news-wrap .ul-wrap {
  width: calc(100% - 20%);
}
.ul-firstview-news .slick-slide {
  margin-right: 1rem;
}
.ul-firstview-news a {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  background: #fff;
}
.ul-firstview-news a .img-wrap {
  aspect-ratio: 1/1;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #5D8DC1;
  background: #fff;
}
.ul-firstview-news a .ele-wrap {
  width: calc(100% - 70px);
}
.ul-firstview-news a .cat {
  color: #fff;
  padding: .5rem;
  text-align: center;
  font-size: 1.3rem;
}
.ul-firstview-news a .cat.info {
  background: #5D8DC1;
}
.ul-firstview-news a .cat.event {
  background: #5DBDC1;
}
.ul-firstview-news a .time {
  font-size: 1.3rem;
}
@media screen and (max-width: 1180px) {
  .firstview {
    margin-top: 80px;
  }
  .firstview-bg {
    height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 1024px) {
  .firstview-bg {
    height: calc(50vh - 80px);
  }
  .firstview .news-wrap .btn-wrap {
    width: 25%;
  }
  .firstview .news-wrap .ul-wrap {
    width: calc(100% - 25%);
  }
}
@media screen and (max-width: 820px) {
  .firstview .news-wrap .btn-wrap p {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .firstview-bg {
    height: calc(600px - 80px);
  }
}
@media screen and (max-width: 767px) {
  .firstview-bg[data-slick-index="0"] {
    background-position: -380px 0px;
  }
  .firstview {
    margin-top: 67px;
  }
  .firstview-bg {
    height: calc(600px - 67px);
  }
  .firstview .news-wrap .flex {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .firstview .news-wrap .btn-wrap {
    width: 100%;
  }
  .firstview .news-wrap .ul-wrap {
    width: 100%;
  }
  .ul-firstview-news .slick-slide {
    margin-right: 0;
  }
  .firstview .news-wrap .btn-wrap p {
    font-size: 2rem;
  }
  .firstview .catch-wrap2 {
    left: 0;
  }
  .firstview .catch-wrap1 .txt,
  .firstview .catch-wrap2 .txt {
    font-size: 2rem;
  }
  .firstview .catch-wrap1 .txt:nth-child(2),
  .firstview .catch-wrap2 .txt:nth-child(2) {
    margin-left: 5rem;
  }
}

/* ----------------------------------------
top-concept-sec
------------------------------------------*/
.sec.top-concept-sec {
  padding: 10rem 0;
}
.top-concept-sec .flower1 {
  bottom: 0;
  right: -10%;
  max-width: 250px;
}
.top-concept-eles .media-img-wrap {
  width: 35%;
}
.top-concept-eles .media-ele-wrap {
  width: 65%;
}
.top-concept-eles .media-ele-wrap h3 {
  max-width: 100%;
  /* max-width: 300px; */
  margin-bottom: 2rem;
}
.top-concept-eles .media-ele-wrap h3 span {
  font-size: 2.5rem;
  font-weight: 600;
  color: #5D8DC1;
  display: block;
  line-height: 1.5;
}
.top-concept-eles .media-ele-wrap span:nth-child(1) {
  text-align: left;
}
.top-concept-eles .media-ele-wrap span:nth-child(2) {
  text-align: right;
}
@media screen and (max-width: 1350px) {
  .top-concept-sec .flower1 {
    right: 0;
  }
}
@media screen and (max-width: 820px) {
  .top-concept-sec .flower1 {
    bottom: 300px;
  }
  .top-concept-eles .media-img-wrap {
    width: 50%;
  }
  .top-concept-eles .media-ele-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec.top-concept-sec {
    padding: 5rem 0;
  }
  .top-concept-sec .flower1 {
    bottom: unset;
    top: 200px;
    max-width: 100px;
  }
  .top-concept-eles .media-img-wrap {
    width: 70%;
  }
  .top-concept-eles .media-ele-wrap h3 {
    font-size: 1.8rem;
    /* max-width: 250px; */
  }
  .top-concept-eles .media-ele-wrap h3 span {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------
top-item-sec
------------------------------------------*/
.sec.top-item-sec {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .sec.top-item-sec {
    padding: 5rem 0;
  }
}

/* ----------------------------------------
top-column-sec
------------------------------------------*/
.sec.top-column-sec {
  padding: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec.top-column-sec {
    padding: 5rem 0 0;
  }
}

/* ----------------------------------------
top-insta-sec
------------------------------------------*/
.sec.top-insta-sec {
  padding: 10rem 0;
}
.top-insta-sec .flower2 {
  top: 10%;
  left: -15%;
}
@media screen and (max-width: 1350px) {
  .top-insta-sec .flower2 {
    top: 0;
    left: 0%;
  }
}
@media screen and (max-width: 767px) {
  .top-insta-sec .flower2 {
    top: 0;
    max-width: 100px;
  }
}

/* ----------------------------------------
top-business-partners
------------------------------------------*/
.sec.top-business-partners-sec {
  padding: 0 0 10rem;
}
.top-business-partners-eles .media {
  position: relative;
  justify-content: flex-end;
}
.top-business-partners-eles .media-img-wrap {
  width: 80%;
  margin-right: calc(50% - 50vw);
}
.top-business-partners-eles .media-ele-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  padding: 4rem;
  box-shadow: 3px 3px 6px #ccc;
}
.top-business-partners-eles .media-ele-wrap h3 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.top-business-partners-eles .txt-wrap1 {
  max-width: 450px;
  margin-bottom: 2rem;
}
.top-business-partners-eles .txt-wrap1 .txt1 {
  font-size: 2rem;
  font-weight: 600;
  color: #5D8DC1;
  line-height: 1;
}
.top-business-partners-eles .txt-wrap1 .txt2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.top-business-partners-eles .txt-wrap1 p:nth-child(1) {
  text-align: left;
}
.top-business-partners-eles .txt-wrap1 p:nth-child(2) {
  text-align: right;
}
.top-business-partners-eles .txt-wrap2 {
  margin-bottom: 2rem;
}
.top-business-partners-eles .txt-wrap2 p {
  font-weight: 600;
}
.top-business-partners-eles .txt-wrap2 p span {
  font-size: 2rem;
  font-weight: 600;
  color: #5D8DC1;
  display: inline-block;
}
.top-business-partners-eles .txt-wrap3 p {
  font-size: 1.8rem;
  font-weight: 600;
}
.top-business-partners-eles .txt-wrap3 .txt1 {
  color: #5D8DC1;
}
@media screen and (min-width: 1536px) {
  .top-business-partners-eles .media-img-wrap.res1536 {
    width: 65%;
    margin-right: 0;
  }
}
@media screen and (max-width: 820px) {
  .top-business-partners-eles .media-ele-wrap {
    width: 100%;
    position: static;
    transform: unset;
    padding: 2rem;
  }
  .top-business-partners-eles .media-img-wrap {
    width: 90%;
  }
  .top-business-partners-eles .media-ele-wrap h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-business-partners-eles .txt-wrap1 .txt1,
  .top-business-partners-eles .txt-wrap1 .txt2 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .top-business-partners-eles .txt-wrap1 .txt1 {
    margin-bottom: 1rem;
  }
  .top-business-partners-eles .txt-wrap2 p span {
    font-size: 1.6rem;
    display: block;
  }
  .top-business-partners-eles .txt-wrap3 p {
    font-size: 1.6rem;
  }
}
