/* メインスライド */
/* ----------- */
.main_slide_wrap {
  width: 100%;
  position: relative;
}

.swiper-container-firstview {
  padding-bottom: 20px;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  width: 5px !important;
  height: 5px !important;
  margin: 0 12px !important;
}

.swiper-pagination-bullet-active {
  background: black !important;
}

.main_slide_img_year {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: auto;
  margin-top: -10px;
  z-index: 1;
}


/* BLOOMING */
/* ----------- */
.blooming_wrap {
  background-image: url(/img/img_bg_blooming.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 100px 0;
}

.blooming_contents {
  display: flex;
  max-width: 1072px;
  padding: 0 40px;
  margin: 0 auto;
}

.blooming_layout_title {
  flex: 1;
  position: relative;
}

.blooming_title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.blooming_title_highlight {
  font-size: 80px;
  font-weight: bold;
  background-image: linear-gradient(270deg, rgba(255, 0, 243, 1), rgba(255, 213, 0, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 959px) {
  .blooming_title_highlight {
    font-size: 60px;
  }
}

.blooming_title_text {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .blooming_title_text {
    font-size: 16px;
  }
}

.blooming_layout_text {
  flex: 1;
}

.blooming_description {
  padding-left: 16px;
  border-left: 1px solid #707070;
  line-height: 1.6;
}

/* NEWS */
/* ----------- */
.news_wrap {
  margin-top: 40px;
}

.news {
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
  padding: 60px 40px 40px;
}

.news_list {
  border-top: 1px solid #E0E0E0;
  background-color: rgba(255,255,255,0.8);
}

.news_list:last-of-type {
  border-bottom: 1px solid #E0E0E0;
}

.news_list_link {
  font-size: 16px;
  padding: 20px 52px 20px 100px;
  position: relative;
  display: block;
}

.news_list_link::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  content: "NEWS!";
  color: #F7618F;
  font-size: 18px;
  font-weight: bold;
}

.news_list_link::after {
  content: "";
  display: block;
  height: 12px;
  width: 8px;
  background-image: url(/img/icon_arrow_news.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.news_list_link:hover {
  transition: all .2s;
  opacity: .6;
}

/* ABOUT US */
/* ----------- */
.aboutus_wrap {
  margin-top: 40px;
}

.aboutus_slide {
  width: 100%;
  padding: 20px;
  background-color: #E6F3FF;
}

/* MASSAGE */
/* ----------- */
.message_wrap {
  margin-top: 40px;
  background: linear-gradient(to bottom right, #AEE1FF, #E4CAF0, #FEF1D6);
}

.message_layout {
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
  padding: 40px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgb(0 0 0 / 16%);
}

.message_layout_img {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  padding-right: 140px;
}

.message_img {
  width: 440px;
  height: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 959px) {
  .message_layout_img {
    padding-right: 280px;
  }
}

.message_layout_text {
  margin-right: 40px;
}

.message_layout_text::after {
  content: "";
  display: block;
  height: 35px;
  margin-top: 20px;
  background-image: url(/img/img_message_signature-2.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.message_title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  padding-bottom: 16px;
}

.message_text {
  margin-top: 16px;
  line-height: 1.6;
}

/* CULTURE */
/* ----------- */
.culture_layout {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 12px;
  justify-content: space-between;
  padding-bottom: 80px;
  border-bottom: 1px solid #ebebeb;
}

.culture {
  width: calc(33% - 6px);
  overflow: hidden;
  cursor: pointer;
}

/* ホバー時の画像拡大 */
.culture:hover .culture_img {
  transition: transform .6s ease;
  transform: scale(1.1);
}

.culture_layout_img {
  overflow: hidden;
  border-radius: 10px;
}

.culture_img {
  width: 100%;
}

.culture_title {
  color: #F7618F;
  font-weight: bold;
  margin-top: 16px;
}

.culture_text {
  margin: 16px 0;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* DATA */
/* ----------- */
.data_layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 12px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ebebeb;
}

/* MEMBERS */
/* ----------- */
.members_layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 12px;
  /* padding-bottom: 80px; */
  /* border-bottom: 1px solid #ebebeb; */
}

.members {
  width: calc(33% - 6px);
}

.members:nth-child(1) {
  margin-top: 80px;
}

.members:nth-child(2) {
  margin-top: 40px;
}

/* ホバー時 */
.members_link:hover .members_img {
  transition: transform .6s ease;
  transform: scale(1.1);
}

.members_layout_img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.members_img {
  width: 100%;
}

.members_title {
  color: #F7618F;
  font-weight: bold;
  margin-top: 16px;
}

.members_text {
  margin: 16px 0;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* DEVELOPMENT */
/* ----------- */
.development_layout {
  width: 100%;
  padding-bottom: 80px;
  border-bottom: 1px solid #ebebeb;
}

.development {
  border-radius: 10px;
  background-color: #F7F7FC;
  padding: 40px;
}

.development_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #707070;
  padding-bottom: 16px;
}

.development_title_segment {
  display: inline-block;
}

.development_text {
  margin-top: 16px;
  line-height: 1.6;
  margin-bottom: 32px;
}

.development_img {
  display: flex;
  gap: 16px;
}

.development_img_list {
  width: 33%;
}
.development_img_list_item {
  width: 100%;
}

/* PHOTO */
/* ----------- */
.photo_wrap {
  background-color: #4B505E;
  color: white;
}

.photo_slide {
  width: 100%;
  border-radius: 10px;
}

/* ACCESS */
/* ----------- */
.access_wrap {
  background-color: #4B505E;
  color: white;
}
.access_layout {
  padding-bottom: 80px;
}
.access_text {
  margin-top: 20px;
  line-height: 1.5;
}

/* BLOG */
/* ----------- */
.blog_layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 12px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ebebeb;
}

.blog {
  width: calc(33% - 6px);
}

/* ランダム対象のリンクは初期表示時は非表示にしておきます。ロード時にJSがかかるまで表示されるため。 */
/* JSのランダマイズがかかると、表示対象のリンクにDisplay:inline;がかかり表示されます。 */
.blog_link.is-random {
  display: none;
}

.blog_link:hover .blog_img {
  transition: transform .6s ease;
  transform: scale(1.1);
}

.blog_layout_img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.blog_img {
  width: 100%;
}

.blog_text {
  height: 76px;
  margin: 16px 0;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* JOB DESCRIPTION */
/* ----------- */
.job_layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 12px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

.job {
  display: block;
  width: calc(50% - 6px);
  font-size: 20px;
  font-weight: bold;
  padding: 24px 28px;
  border: 1px solid #E2E3E3;
  position: relative;
}

.job::after {
  content: "";
  display: block;
  height: 36px;
  width: 36px;
  background-image: url(/img/icon_arrow_job.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.job:hover {
  transition: all .2s;
  opacity: .6;
  border-image: linear-gradient(90deg, rgba(255, 0, 243, 1), rgba(255, 213, 0, 1));
  border-image-slice: 1;
}



/* ------------ */
/* Photo */
/* ------------ */
.swiper-container .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

#swiper-photo-thumbs {
  height: 10%;
  box-sizing: border-box;
  padding: 10px 0;
}

#swiper-photo-thumbs .swiper-slide {
  width: 16%;
  height: auto;
  opacity: 0.4;
  cursor: pointer;
}

#swiper-photo-thumbs .swiper-slide-active {
  opacity: 1;
  border: 4px solid #3E86F5;
}