.UniversLTPro-55Roman {
  font-family: UniversLTPro-55Roman;
  font-weight: normal;
  font-style: normal;
}
.UniversLTPro-65Bold {
  font-family: UniversLTPro-65Bold;
  font-weight: normal;
  font-style: normal;
}
#top .concept {
  padding-bottom: 70px;
  zoom: 1;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#top .concept:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .concept {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .concept {
    padding-bottom: 20px;
  }
}
#top .concept h2 {
  font-size: 60px;
  text-align: center;
  margin: 0;
  line-height: 1;
  padding: 95px 0;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .concept h2 {
    font-size: 4.5rem;
    padding: 45px 0;
  }
}
#top .concept .concept-ja,
#top .concept .concept-en {
  width: 480px;
  float: left;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .concept .concept-ja,
  #top .concept .concept-en {
    width: 100%;
    float: none;
  }
}
#top .concept .concept-ja p,
#top .concept .concept-en p {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
#top .concept .concept-ja p {
  width: 365px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .concept .concept-ja p {
    width: 90%;
  }
  #top .concept .concept-ja p:last-child:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    margin-top: 40px;
    background-color: #000;
  }
}
#top .concept .concept-en p {
  width: 470px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .concept .concept-en p {
    width: 90%;
  }
}
#top .concept p {
  font-size: 15px;
  line-height: 2.3;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .concept p {
    line-height: 1.7;
    font-size: 1.5rem;
  }
}
#top .recent-works {
  padding-bottom: 105px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-works {
    padding-bottom: 60px;
  }
}
#top .recent-works ul {
  list-style: none;
  padding: 0 0 60px;
  margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-works ul {
    padding-bottom: 30px;
  }
}
#top .recent-works ul li {
  height: 600px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-works ul li {
    height: auto;
    border-bottom: none;
  }
}
#top .recent-works ul li:last-child {
  margin-bottom: 0px;
}

#top .recent-works ul li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#top .recent-works ul li .article-image {
  width: 100%;
  flex: 1;
  overflow: hidden;
}

@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-works ul li .article-image {
    position: relative;
    padding-top: 110%;
    height: auto;
  }
}
#top .recent-works ul li .article-image .article-image-inner {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: transform 400ms ease-out;
}
#top .recent-works ul li .article-image .article-image-inner.no-image {
  background-size: 50% 50%;
}

html.desktop #top .recent-works ul li a:hover .article-image .article-image-inner,
html.desktop #top .recent-works ul li a:focus .article-image .article-image-inner {
  transform: scale(1.05);
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-works ul li .article-image .article-image-inner {
    position: absolute;
    top: 0;
    left: 0;
  }
}
#top .recent-works ul li .article-info {
  position: static;
  width: 100%;
  padding: 20px 0;
  background-color: transparent;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 960px;
  margin: auto;
}

.article-info__bottom-row {
  display: contents;
}

@media only screen and (min-width: 320px) and (max-width: 720px) {
  #top .recent-works ul li .article-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 5%;
  }

  .article-info__bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
#top .recent-works ul li .article-info h2,
#top .recent-works ul li .article-info h3,
#top .recent-works ul li .article-info p {
  margin: 0;
  color: #000;
  line-height: 1;
  font-weight: normal;
}
#top .recent-works ul li .article-info h3 {
  font-size: 12px;
  border: #000 1px solid;
  display: inline-block;
  padding: 8px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-works ul li .article-info h3 {
    font-size: 1.3rem;
  }
}
#top .recent-works ul li .article-info h2 {
  font-size: 14px;
  line-height: 1.3;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-works ul li .article-info h2 {
    font-size: 1.5rem;
  }
}
#top .recent-works ul li .article-info p {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-works ul li .article-info p {
    font-size: 1.2rem;
    margin: 0;
  }
}
#top .recent-works ul li .article-info p.client {
  margin: 17px 0 23px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-works ul li .article-info p.client {
    margin: 1.2em 0;
  }
}
#top .recent-works ul li .article-info p.more {
  margin-bottom: 7px;
}
#top .recent-works ul li .article-info p.more i {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  left: 0;
  font-size: 9px;
  -webkit-transition: left 200ms ease-out;
  transition: left 200ms ease-out;
}
#top .recent-news {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-news {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-news {
    padding: 0;
  }
}
#top .recent-news h2 {
  text-align: center;
  margin: 0;
  font-size: 58px;
  line-height: 1;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-news h2 {
    font-size: 4rem;
  }
}
#top .recent-news .news-list {
  margin-top: 30px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-news .news-list {
    padding-bottom: 80px;
  }
}
#top .recent-news .news-list ul {
  padding: 30px 0 0;
  margin: 0 0 60px;
  font-size: 0;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-news .news-list ul {
    border-top: none;
    padding-top: 0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#top .recent-news .news-list ul li {
  display: inline-block;
  width: 315px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-news .news-list ul li {
    display: block;
    width: 50%;
    padding-bottom: 0;
  }
}
#top .recent-news .news-list ul li:nth-child(3n + 2) {
  width: 330px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-news .news-list ul li:nth-child(3n + 2) {
    width: 50%;
  }
}
#top .recent-news .news-list ul li:nth-child(3n + 2) a.news-info {
  padding: 0 15px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-news .news-list ul li:nth-child(3n + 2) a.news-info {
    padding: 0;
    border: none;
  }
}
#top .recent-news .news-list ul li:nth-child(3n + 3) a.news-info {
  padding-left: 15px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-news .news-list ul li:nth-child(3n + 3) a.news-info {
    padding-left: 0;
  }
}
#top .recent-news .news-list ul li:nth-child(4) {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-news .news-list ul li:nth-child(4) {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-news .news-list ul li:nth-child(odd) {
    padding-right: 5px;
  }
  #top .recent-news .news-list ul li:nth-child(even){
    padding-left: 5px;
  }
}
#top .recent-news .news-list ul li a.news-info {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
html.desktop #top .recent-news .news-list ul li a.news-info:hover,
html.desktop #top .recent-news .news-list ul li a.news-info:focus {
  opacity: 0.5;
}
#top .recent-news .news-list ul li .news-thumbnail {
  width: 300px;
  height: 200px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-news .news-list ul li .news-thumbnail {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 65%;
  }
}
#top .recent-news .news-list ul li .news-thumbnail .news-thumbnail-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-news .news-list ul li .news-thumbnail .news-thumbnail-inner {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-news .news-list ul li .news-thumbnail {
    width: 100%;
  }
}
#top .recent-news .news-list ul li .news-text {
  width: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-news .news-list ul li .news-text {
    width: 100%;
    padding: 12px 20px;
  }
}
#top .recent-news .news-list ul li .news-text h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin: 15px 0;
  color: #201b19;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-news .news-list ul li .news-text h3 {
    font-size: 1.2rem;
    margin: 0.6em 0 0;
  }
}
#top .recent-news .news-list ul li .news-text p.news-date {
  color: #777;
  margin: 0;
  font-size: 12px;
  line-height: 1;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-news .news-list ul li .news-text p.news-date {
    font-size: 1rem;
  }
}
#top .recent-news .news-list ul li .news-text p.news-excerpt {
  font-size: 12px;
  margin: 0;
  color: #201b19;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #top .recent-news .news-list ul li .news-text p.news-excerpt {
    display: none;
  }
}

#container .news-info {
  display: block;
  text-decoration: none;
  color: #201b19;
}



#container .news-info .text-button--right {
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #container .news-info .text-button--right {
    display: none;
  }
  #top .recent-news .news-list ul li{
    margin-top: 10px;
    margin-bottom: 20px;
  }
}