@charset "utf-8";

/*////////////////////////////////////
works
////////////////////////////////////*/
@media screen and (min-width: 768px){
#works {
	position: relative;
	width: 100%;
	padding: 80px 0;
	background: #EEE;
}
#works_area {
	position: relative;
	width: 90%;
	max-width: 1920px;
	margin: 0 auto;
}
.works_title {
	position: relative;
	width: 100%;
	background: #019DEF;
	font-size: 1.8rem;
	font-weight: 700;
	color: #FFF;
	padding: 10px 20px;
}
.works_title:after {
  	content: '';
  	width: 0;
  	height: 0;
  	border-style: solid;
  	border-width: 8px 0 8px 12px;
  	border-color: transparent transparent transparent #fff;
  	position: absolute;
  	top: 0;
  	right: 26px;
  	bottom: 0;
  	margin: auto;
	transition: all 0.3s;
}
.works_place,
.works_place2,
.works_place3 {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.top_works_item,
.top_works_item2,
.top_works_item3 {
	position: relative;
	padding: 20px;
}
.top_works_item a,
.top_works_item2 a,
.top_works_item3 a {
	position: relative;
	display: block;
	width: 100%;
	text-decoration: none;
	transition: all 0.3s;
	border-radius: 30px;
	overflow: hidden;
	background: #FEFEFE;
}
.top_works_item a .top_works_photo,
.top_works_item2 a .top_works_photo,
.top_works_item3 a .top_works_photo {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
	overflow: hidden;
}
.top_works_item a .top_works_photo img,
.top_works_item2 a .top_works_photo img,
.top_works_item3 a .top_works_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.top_works_item a:hover .top_works_photo img,
.top_works_item2 a:hover .top_works_photo img,
.top_works_item3 a:hover .top_works_photo img {
	transform: scale(1.05);
}

.top_works_item a .top_works_word_area,
.top_works_item2 a .top_works_word_area,
.top_works_item3 a .top_works_word_area {
	position: relative;
	padding: 20px;
}
.top_works_item a .top_works_day,
.top_works_item2 a .top_works_day,
.top_works_item3 a .top_works_day {
	position: relative;
	font-size: 1.2rem;
	color: #555;
	font-weight: 700;
	margin-bottom: 10px;
}
.top_works_item a .top_works_cate,
.top_works_item2 a .top_works_cate,
.top_works_item3 a .top_works_cate {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.top_works_item a .top_works_cate span,
.top_works_item2 a .top_works_cate span,
.top_works_item3 a .top_works_cate span {
	display: inline-block;
	background: #009DFF;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 5px 10px;
	margin-right: 5px;
	border-radius: 10px;
	margin-bottom: 5px;
}
.top_works_item a .top_works_word,
.top_works_item2 a .top_works_word,
.top_works_item3 a .top_works_word {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
	min-height: 2.5em;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#works {
	position: relative;
	width: 100%;
	padding: 80px 0;
	background: #EEE;
}
#works_area {
	position: relative;
	width: 90%;
	max-width: 1920px;
	margin: 0 auto;
}
.works_title {
	position: relative;
	width: 100%;
	background: #019DEF;
	font-size: 1.8rem;
	font-weight: 700;
	color: #FFF;
	padding: 10px 20px;
}
.works_title:after {
  	content: '';
  	width: 0;
  	height: 0;
  	border-style: solid;
  	border-width: 8px 0 8px 12px;
  	border-color: transparent transparent transparent #fff;
  	position: absolute;
  	top: 0;
  	right: 26px;
  	bottom: 0;
  	margin: auto;
	transition: all 0.3s;
}
.works_place,
.works_place2,
.works_place3 {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.top_works_item,
.top_works_item2,
.top_works_item3 {
	position: relative;
	padding: 20px;
}
.top_works_item a,
.top_works_item2 a,
.top_works_item3 a {
	position: relative;
	display: block;
	width: 100%;
	text-decoration: none;
	transition: all 0.3s;
	border-radius: 30px;
	overflow: hidden;
	background: #FEFEFE;
}
.top_works_item a .top_works_photo,
.top_works_item2 a .top_works_photo,
.top_works_item3 a .top_works_photo {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
	overflow: hidden;
}
.top_works_item a .top_works_photo img,
.top_works_item2 a .top_works_photo img,
.top_works_item3 a .top_works_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.top_works_item a:hover .top_works_photo img,
.top_works_item2 a:hover .top_works_photo img,
.top_works_item3 a:hover .top_works_photo img {
	transform: scale(1.05);
}

.top_works_item a .top_works_word_area,
.top_works_item2 a .top_works_word_area,
.top_works_item3 a .top_works_word_area {
	position: relative;
	padding: 20px;
}
.top_works_item a .top_works_day,
.top_works_item2 a .top_works_day,
.top_works_item3 a .top_works_day {
	position: relative;
	font-size: 1.2rem;
	color: #555;
	font-weight: 700;
	margin-bottom: 10px;
}
.top_works_item a .top_works_cate,
.top_works_item2 a .top_works_cate,
.top_works_item3 a .top_works_cate {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.top_works_item a .top_works_cate span,
.top_works_item2 a .top_works_cate span,
.top_works_item3 a .top_works_cate span {
	display: inline-block;
	background: #009DFF;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 5px 10px;
	margin-right: 5px;
	border-radius: 10px;
	margin-bottom: 5px;
}
.top_works_item a .top_works_word,
.top_works_item2 a .top_works_word,
.top_works_item3 a .top_works_word{
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
	min-height: 2.5em;
}
}


@media screen and (min-width: 1920px){
.top_works_item,
.top_works_item2,
.top_works_item3 {
	width: 18%;
	margin: 1%;
}
}
@media screen and (min-width: 1401px) and (max-width: 1919px){
.top_works_item,
.top_works_item2,
.top_works_item3 {
	width: 23%;
	margin: 1%;
}
}

@media screen and (min-width: 768px) and (max-width: 1400px){
.top_works_item,
.top_works_item2,
.top_works_item3{
	width: 31%;
	margin: 1%;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
.top_works_item,
.top_works_item2,
.top_works_item3{
	width: 98%;
	margin: 1%;
}
}

.morebt,
.morebt2,
.morebt3{
	position: relative;
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}
.morebt span,
.morebt2 span,
.morebt3 span {
	display: inline-block;
	background: #555;
	color: #FFF;
	font-size: 1.6rem;
	padding: 10px 50px;
	cursor: pointer;
}

.top_works_item.is-hidden,
.top_works_item2.is-hidden,
.top_works_item3.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}


/*////////////////////////////////////
works
////////////////////////////////////*/
@media screen and (min-width: 768px){
#works_detail_area {
	position: relative;
	width: 90%;
	background: #FEFEFE;
	max-width: 1400px;
	padding: 80px;
	margin: 0 auto;
	border-radius: 50px;
}
.works_detail_day {
	position: relative;
	text-align: center;
}
.works_detail_day span {
	display: inline-block;
	color: #FFF;
	background: #2F82C3;
	padding: 5px 30px;
	font-size: 1.6rem;
	border-radius: 5px;
	margin-bottom: 10px;
}
.works_detail_title {
	position: relative;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 50px;
}
.works_detail_place {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.works_detail_word {
	position: relative;
	width: 46%;
	margin-left: 4%;
}
.works_detail_word p {
	margin-bottom: 1em;
	font-size: 1.8rem;
}
#works_detail_photo_area {
	position: relative;
	width: 48%;
	margin-right: 2%;
	z-index: 2;
}
.works_detail_photo_place {
	position: relative;
	width: 100%;
	background: #333;
	margin-bottom: 20px;
}
.works_detail_photo {
	position: relative;
}
.works_detail_photo img {
	width: 100%;
	aspect-ratio:1/1;
	object-fit: contain;
}
.works_detail_thumbnail {
	position: relative;
	padding: 5px;
}
.works_detail_thumbnail span {
	padding: 5px;
	border:1px solid #EEE;
	display: block;
}
.works_detail_thumbnail img {
	width: 100%;
	aspect-ratio:1/1;
	object-fit: contain;
	cursor: pointer;
	transition: all 0.3s;
}
.works_detail_thumbnail img:hover {
	opacity: 0.8;
}
.works_detail_word table {
	width: 100%;
    border-collapse: collapse;
    border-spacing:0;
}

.works_detail_word table th,td {
    padding: 10px 10px;
}

.works_detail_word table th {
	width: 25%;
    background-color:#2E8FCC;
	text-align: center;
	color: #FFF;
	font-size: 1.6rem;
	border: 1px solid #29589F;
}

.works_detail_word table td {
	font-size: 1.6rem;
	font-weight: 300;
    border: 1px solid #29589F;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#works_detail_area {
	position: relative;
	width: 90%;
	background: #FEFEFE;
	max-width: 1400px;
	padding: 10px;
	margin: 0 auto;
	border-radius: 30px;
}
.works_detail_day {
	position: relative;
	text-align: center;
}
.works_detail_day span {
	display: inline-block;
	color: #FFF;
	background: #2F82C3;
	padding: 5px 20px;
	font-size: 1.4rem;
	border-radius: 5px;
	margin-bottom: 10px;
}
.works_detail_title {
	position: relative;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 50px;
}
.works_detail_place {
	position: relative;
	width: 100%;
}
.works_detail_word {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.works_detail_word p {
	margin-bottom: 1em;
	font-size: 1.6rem;
}
#works_detail_photo_area {
	position: relative;
	width: 100%;
	z-index: 2;
}
.works_detail_photo_place {
	position: relative;
	width: 100%;
	background: #333;
	margin-bottom: 20px;
}
.works_detail_photo {
	position: relative;
}
.works_detail_photo img {
	width: 100%;
	aspect-ratio:1/1;
	object-fit: contain;
}
.works_detail_thumbnail {
	position: relative;
	padding: 5px;
}
.works_detail_thumbnail span {
	padding: 5px;
	border:1px solid #EEE;
	display: block;
}
.works_detail_thumbnail img {
	width: 100%;
	aspect-ratio:1/1;
	object-fit: contain;
	cursor: pointer;
}
.works_detail_word table {
	width: 100%;
    border-collapse: collapse;
    border-spacing:0;
}

.works_detail_word table th,td {
    padding: 10px 10px;
}

.works_detail_word table th {
	width: 25%;
    background-color:#2E8FCC;
	text-align: center;
	color: #FFF;
	font-size: 1.4rem;
	border: 1px solid #29589F;
}

.works_detail_word table td {
	font-size: 1.4rem;
	font-weight: 300;
    border: 1px solid #29589F;
}
}

