@charset "UTF-8";
/*
	Filename: works
	Version: 1.0.1
*/
/*-----------------------------------------------------
	.works_category_list
------------------------------------------------------*/
.works_category_list {
  width: 70%;
  margin-bottom: 60px;
  padding: 35px 45px;
  background: #f7f8f8;
}
.works_category_list > h2 {
  margin-bottom: 10px !important;
  padding-bottom: 5px;
  border-bottom: 1px solid #3e3a39;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #3e3a39 !important;
}
.works_category_list_link {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.works_category_list_link > a {
  display: block;
  position: relative;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 22px;
  color: #3e3a39 !important;
  text-decoration: none !important;
}
.works_category_list_link a::before {
  content: "▶";
  display: inline-block;
  margin-right: 5px;
}
.works_category_list_link a:hover {
  opacity: .6;
}
@media screen and (max-width: 1135px) {
  .works_category_list {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .works_category_list {
    margin-bottom: 30px;
    padding: 15px 20px;
  }
  .works_category_list > h2 {
    font-size: 16px;
  }
  .works_category_list_link a {
    margin-right: 15px;
    font-size: 16px;
  }
}
/*-----------------------------------------------------
	#sec_01
------------------------------------------------------*/
#sec_01 {
  padding-top: 147px;
  padding-bottom: 0;
}
.works_box {
  width: 1218px;
  margin-left: calc((100% - 1075px)/2);
  margin-right: 0;
}
.works_box .date {
  margin-bottom: 5px;
  font-size: 16px;
}
.works_box .works_l {
  width: 70%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dcdddd;
}
.works_list:last-of-type .works_l {
  border-bottom: none;
}
.works_box .works_l h2 {
  margin-bottom: 30px;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
.works_box .works_l p {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.6;
}
.more_link {
  text-align: right;
}
.more_link a {
  font-size: 22px;
  font-weight: 700;
}
.works_box .works_r {
  position: relative;
  width: 28%;
}
.works_box .works_r img {
  position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
  max-width: 100%;
  max-height: 300px;
  object-fit: cover;
}
@media screen and (max-width: 1426px) {
  .works_box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  #sec_01 {
    padding-top: 100px;
  }
  .works_box .works_l {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .works_list:last-of-type .works_r {
    border-bottom: none;
  }
  .works_box .works_l h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .works_box .works_l p {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .more_link a {
    font-size: 18px;
  }
  .works_box .works_r {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #dcdddd;
  }
  .works_box .works_r img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: auto;
    object-fit: contain;
  }
}
/*-----------------------------------------------------
	投稿
------------------------------------------------------*/
.works_single {
  width: 990px;
  margin: 0 auto;
}
.works_single .date {
  margin-bottom: 30px;
  padding: 5px 20px;
  background: #c9caca;
  font-size: 16px;
  color: #fff;
}
.works_single img {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px;
}
.works_single h1 {
  margin-bottom: 30px;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
.works_single h2 {
  margin-bottom: 20px;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #e6002d;
  line-height: 1.5;
}
.works_single h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
}
.works_single h4 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.75;
}
.works_single h5 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
}
.works_single h6 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}
.works_single a {
  color: #e6002d;
  text-decoration: underline;
}
.works_single a:hover {
  opacity: .6;
  text-decoration: none;
}
.works_single p {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.8;
}
.works_single ul {
  margin-bottom: 30px;
  margin-left: 20px;
}
.works_single ol {
  margin-bottom: 30px;
  margin-left: 15px;
}
.works_single ul li, .works_single ol li {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.8;
}
@media screen and (max-width: 1050px) {
  .works_single {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 750px) {
  .works_single {
    padding: 0 20px;
  }
  .works_single h1 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .works_single h2 {
    font-size: 22px;
  }
  .works_single h3 {
    font-size: 21px;
  }
  .works_single h4 {
    font-size: 20px;
  }
  .works_single h5 {
    font-size: 19px;
  }
  .works_single h6 {
    font-size: 18px;
  }
  .works_single p {
    font-size: 16px;
  }
  .works_single ul li, .works_single ol li {
    font-size: 16px;
  }
}









