/*
 Theme Name: SOLARIS Child
 Template: solaris_tcd088
*/
:root {
  --font-zenmaru:"Zen Maru Gothic", sans-serif;
  --font-zenkaku:"Zen Kaku Gothic New", sans-serif;
  --font-biz:"BIZ UDPGothic", sans-serif;
  --font-sawarabi:"Sawarabi Gothic", sans-serif;
}

body.wp-child-theme-solaris-child {
  font-family: var(--font-sawarabi);
  font-weight: 400;
  letter-spacing: 0.05em;
}
body.wp-child-theme-solaris-child h2, body.wp-child-theme-solaris-child h3, body.wp-child-theme-solaris-child h4, body.wp-child-theme-solaris-child h5, body.wp-child-theme-solaris-child h6 {
  font-weight: 400;
}
body.wp-child-theme-solaris-child .rich_font, body.wp-child-theme-solaris-child .p-vertical {
  font-family: var(--font-sawarabi);
  font-weight: 700;
}
body.wp-child-theme-solaris-child .rich_font_type3 {
  font-family: var(--font-sawarabi);
  font-weight: 700;
}
body.wp-child-theme-solaris-child .tab_content_top .catch {
  font-family: var(--font-zenmaru);
}

#header_slider .caption {
  text-align: left;
  top: 10%;
  transform: translate(-50%, 0%);
}
#header_slider .caption h2 {
  padding-bottom: 0.25em;
  border-bottom: 2px solid white;
  display: inline-block;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.3));
}
#header_slider .caption p {
  font-weight: 700;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  font-family: var(--font-zenmaru);
}

.home .tab_content_top_inner {
  width: 100%;
  padding: 0 60px;
  top: 15%;
  transform: none;
}
.home .cb_tab_content .inview {
  text-align: left;
}
.home .cb_free_space {
  width: 1150px;
  margin: 0 auto;
  padding: 100px 70px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home .cb_free_space .post_content {
  padding: 0 !important;
}
.home .cb_free_space .post_content .cb_headline {
  margin-bottom: 0;
}
.home .cb_free_space .post_content .stories-grid {
  margin-top: 55px;
}
.home .cb_free_space .post_content .cb_desc {
  line-height: 2.4;
  margin: 55px 0 0;
  text-align: center;
}
.home .cb_free_space .bnr {
  display: block;
  font-size: 0;
  vertical-align: middle;
  opacity: 1;
  margin-bottom: 40px;
  transition: opacity 0.3s ease;
}
.home .cb_free_space .bnr:hover {
  opacity: 0.6;
}
.home .project_list {
  padding: 0 70px;
}
.home .white_content + .white_content.cb_project_list {
  padding-top: 100px !important;
}
.home .white_content + .cb_free_space {
  padding-top: 0;
}

.image_wrap, .image_area .image_area_inner {
  border-radius: 20px;
  overflow: hidden;
}

.stories-grid {
  padding: 0 0 55px;
  width: 1150px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 750px) {
  .stories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.stories-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* border: 1px solid rgba(0,0,0,.08); */
  background: #fff;
  overflow: hidden;
}
.stories-card .thumb {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  display: block;
  background: #f5f5f5;
}
.stories-card .body {
  padding: 14px 16px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .stories-card .body {
    padding: 1em 0;
  }
}
.stories-card .meta {
  margin: 0 0 4px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  color: #666;
}
.stories-card .title {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 !important;
}
.stories-card .title a {
  text-decoration: none;
}
.stories-card .excerpt {
  color: #666;
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}
.stories-card .thumb-link {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.sns_button_list li a {
  width: 40px !important;
}
.sns_button_list li a:before {
  font-size: 30px !important;
}

.category.news_cat_id8 {
  background-color: #00d8ff;
}
.category.news_cat_id7 {
  background-color: #77c600;
}
.category.news_cat_id29 {
  background-color: #e000c6;
}

@media screen and (max-width: 750px) {
  #header_slider .caption {
    padding: 0 10vw;
  }
  .home .tab_content_top_inner {
    padding: 0 10vw;
  }
  .home .cb_content .cb_headline {
    margin: 25px 20px 0;
  }
  .home .cb_project_list .project_list {
    padding: 0 20px;
  }
}

/*# sourceMappingURL=style.css.map */
