@charset "utf-8";
#content {
	margin: 50px auto 145px;
}
#content h1 {
	padding-bottom: 15px;
	border-bottom: 1px solid #333333;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width:768px) {
	.w960 {
/*		width: 95%; */
      width:100%;
	}
	#content h1 {
		font-size: 1.6rem;
	}
}
/* ---------------------------
top
------------------------------ */
#content h2 {
	margin: 5rem auto 2rem;
  font-size:2.4rem;
}
#content .top_pic {
	display: flex;
/*
  justify-content: space-between;
*/
}
#content .top_pic .large_pic {
	max-width: 468px;
	width: 100%;
}
#content .small_pic {
	display: flex;
	flex-direction: column;
}
#content .small_pic img {
  max-width: 464px;
	width: 100%;
	margin-left: 28px;
  margin-bottom:28px;
}
.tagList {
/*  max-width: 700px; */
  max-width:960px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 5rem auto;
}
.tagList li {
  width: auto;
  margin-right: 5px;
/*
  font-size: 1.2rem;
*/
  font-size: 1.6rem;
  color: white;
  background-color: #333;
  border: 1px solid #333;
/*
  padding: 5px;
  border-radius: 10px;
*/
  padding: 10px;
  border-radius: 20px;
  margin-top: 10px;
}
#content .top_pic img {
/*	padding-bottom: 2rem; */
/*  	padding-bottom: 32px;*/
}
#content .case_text p{
/*
  max-width: 700px;
*/
  max-width: 960px;
  margin: 3rem 0;
/*
  font-size: 1.4rem;
	line-height: 2.4rem;
*/
  font-size: 1.8rem;
}
#content h3 {
	font-size: 1.6rem;
	margin:3rem 0 1rem 1rem;
}
@media screen and (max-width:768px) {
	#content h2 {
	}
	#content .top_pic {
        flex-wrap: wrap;
}
	#content .small_pic img {
	margin-left: 0px;
}
}
/* ---------------------------
photos
------------------------------ */
.photo_list {
	margin: 10rem auto;
}
.photo {
	max-width: 960px;
	width: 100%;
	margin: 3rem auto;
	padding-bottom: 100px;
	background-color: #FFFFFF;
	column-count: 4;
    column-gap: 10px;
}
.photo img{
  width: 100% !important;
  height: auto !important;
}
@media screen and (max-width:768px){
	.photo{
		width: 95%;
		column-count: 3;
	}
}
/* ---------------------------
link
------------------------------ */
#content .link_btn {
	display: flex;
	justify-content: space-around;
	margin: 0 auto 10rem;
}
a.viewmore {
	margin-top: 0;
}
#content .link_btn .viewmore span {
	width: 300px;
}
#content .case_list {
	max-width: 960px;
	text-align: right;
	margin:10rem auto;
	padding-right: 10rem;
}
.shape {
    position: absolute;
    right: 30px;
    bottom: 24px;
}
.shape:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-left: 75px solid transparent;
    border-bottom: 60px solid #ebebe2;
    opacity: 0;
}
a:hover .shape:before {
    opacity: 1;
}
a .shape:after {
    content: "";
    width: 54px;
    height: 54px;
    border-radius: 54px;
    background-color: #ebebe2;
    display: block;
    opacity: 1;
}
a:hover .shape:after{
	opacity: 0;
}

a .arrow {
    position: absolute;
    right: 55px;
    bottom: 45px;
    transition: .3s;
}
a:hover .arrow{
    transition: .3s;
    transform: translateX(25px);
}
a .arrow:before {
    content: "";
    position: absolute;
    background-color: #7b7a7a;
    width: 10px;
    height: 1px;
    display: block;
    right: 0;
    transform: rotate(45deg);
    top: -4px;
}

a .arrow:after {
    content: "";
    position: absolute;
    width: 44px;
    height: 1px;
    background-color: #7b7a7a;
    display: block;
    right: 0;
}
.link_list {
	display: inline-block;
	margin: 30px auto;
	font-weight: 700;
	font-size: 1.8rem;
}
.link_list .shape {
    right: -50%;
    bottom: -10px;
}
.link_list .shape:after {
	width: 40px;
	height: 40px;
}
.link_list .shape:before {
	content: none;
}
.link_list:hover .shape:after{
	opacity: 1;
}
.link_list .arrow {
    position: absolute;
    right: -50px;
    bottom: 7px;
    transition: .3s;
}
/* ---------------------------
works_magazine
------------------------------ */
.works_magazine {
  margin-top: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.works_magazine ul {
  margin-top: 50px;
  width: 100%;
}
.works_magazine ul li {
  display: flex;
  width: 250px !important;
  height: 250px;
  background-size: cover !important;
  background-position: center center !important;
  margin-right: 30px;
  border-radius: 20px;
}
.works_magazine ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.works_magazine ul li a:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0;
  border-radius: 20px;
  z-index: 0;
  transition: .3s;
}
.works_magazine ul li a:hover:after {
  opacity: 0.5;
}
.works_magazine ul li a p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
  z-index: 1;
  font-weight: bold;
  opacity: 0;
  transition: .3s;
  padding: 10px;
  line-height: 1.8;
}
.works_magazine ul li a p span.date {
  font-size: 1.5rem;
}
.works_magazine ul li a p span.name {
  font-size: 2rem;
  text-align: justify;
}
.works_magazine ul li a:hover p {
  opacity: 1;
}
@media screen and (max-width:768px) {
  .works_magazine {
    margin-top: 75px;
  }
}