@charset "UTF-8";
/* CSS Document */

/* 制作物 */
.works_title {
  font-size: 50px;
  font-weight: 400;
  display: inline-flex;
  padding: 70px 48px;
}
.works_section-title {
  display: flex;
}
.works_title-contents {
  position: relative;
  font-size: 20px;
  margin-left: 10px;
  margin-top: 110px;
  display: flex;
  gap: 20px;
}
.works_title-contents::before {
  position: absolute;
  content: "";
  left: -20px;
  width: 2px;
  height: 30%;
  background: #4C4841;
  border-radius: 3px;
  transform: rotate(25deg);
}
.works_section {
	max-width: 1100px;
	width: calc(100% - (20px * 2));
	margin: 0 auto;
}
@media (max-width:800px) {
  .works_title {
    font-size: 30px;
    padding-bottom: 0;
  }
  .works_title-contents p{
    font-size: 16px;
  }
  .works_section-title {
    display: flex;
    flex-direction: column;
  }
  .works_title-contents {
    margin: 10px 0 30px auto;
  }
  .works_title-contents::before {
    height: 90%;
  }
}

.works_picture_wrap {
	padding-bottom: 124px;
	position: relative; /*擬似要素「after」の基準位置にするため指定*/
}
.works_picture_wrap::after {
  position: absolute;
  content: "";
  background: #927F63; 
  height: 50%;
  width: 100%;
  bottom: 0; /*値を「-100%」から「0」にする*/
  left: 0;
  z-index: 0;
}
.works_picture_wrap .works_picture {
	display: block;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.works_picture_wrap .works_picture img {
	display: inline-block;
	width: 100%;
}
@media (max-width:800px) {
  .works_picture_wrap {
    padding-bottom: 38px;
  }
}

.works_item-1 {
  margin-top: 190px;
}
.title {
  font-size: 28px;
  font-weight: 400;
  border-bottom: solid #4C4841 1px;
  padding: 8px;
  display: inline-block;
}
.works_text {
  margin-top: 30px;
  line-height: 2.0em;
}
.works_item {
  margin-top: 80px;
}
.contants {
  display: flex;
}
.detail img {
  margin-top: 190px;
  margin-left: 130px;
}
.detail_portforio img {
  margin-top: 100px;
  margin-left: 200px;
}
.works_text-2 {
  margin-top: 10px;
}
.works_color {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}
.mock-up01 img {
  margin-top: 50px;
  width: 100%;
}
.mock-up02 img {
  margin-top: 120px;
  width: 100%;
}
.designcomp {
  font-size: 28px;
  font-weight: 400;
  margin-top: 100px;
}
.title_computer {
  font-family: Montserrat;
}
.works_designcomp {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.designcomp_img img {
  margin-top: 30px;
}
.color {
  width: 70px;
  height: 70px;
}
@media(max-width:1000px) {
  .title {
    font-family: "Noto Sans","Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    padding: 2px;
  }
  .contants {
    flex-direction: column-reverse;
  }
  .detail img {
    margin: 0 auto;
    margin-top: 70px;
  }
  .detail_portforio img {
    margin: 0 auto;
    margin-top: 70px;
  }
  .works_item-1 {
    margin-top: 70px;
  }
  .title {
    font-size: 20px;
  }
  .works_text {
    margin-top: 15px;
  }
  .works_item {
    margin-top: 60px;
  }
  .works_color {
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .color {
    width: 60px;
    height: 60px;
  }
  .mock-up01 img {
    margin-top: 25px;
  }
  .mock-up02 img {
    margin-top: 80px;
  }
  .designcomp {
    margin-top: 60px;
    font-size: 20px;
  }
  .works_designcomp {
    margin-top: 20px;
    flex-direction: column;
    gap: 30px;
  }
  .designcomp_img img {
    width: 100%;
    margin-top: 15px;
  }
}

/* ボタン */
.button_contents-item {
  margin: 230px auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width:1100px) {
  .button_contents-item {
   width: 60%;
  }
}
@media (max-width:700px) {
  .button_contents-item {
    width: 80%;
  }
}

/* 調理専門学校 */
.cooking_school-color1 {
  background: #383838;
}
.cooking_school-color2 {
  background: #F09B53;
}
.cooking_school-color3 {
  background: #F2A9AD;
}
.cooking_school-color4 {
  background: #86BE8F;
}
.cooking_school-color5 {
  background: #39B3C2;
}
.cooking_school-color6 {
  background: #FCFAEF;
}
.cooking_school-color7 {
  background: #BCBCBC;
}

/*　ペットショップ　*/
.petshop-color1 {
  background: #ED8686;
}
.petshop-color2 {
  background: #86D8ED;
}
.petshop-color3 {
  background: #734A01;
}
.petshop-color4 {
  background: #302A25;
}
.petshop-color5 {
  background: #4D412C;
}
.petshop-color6 {
  background: #C6C2C2;
}
.petshop-color7 {
  background: #FFF9E0;
}
.petshop-color8 {
  background: #E0BCD4;
}
.petshop-color9 {
  background: #F9ECEA;
}
.petshop-color10 {
  background: #BCE0DE;
}
.petshop-color11 {
  background: #E8F5F4;
}
.petshop-color12 {
  background: #FAF7F1;
}

/* 建築事務所 */
.architecture-color1 {
  background: #0B67AD;
}
.architecture-color2 {
  background: #4C93CA;
}
.architecture-color3 {
  background: #3F4252;
}
.architecture-color4 {
  background: #E5E7E8;
}

/* オーダーメイド手帳 */
.notebook-color1 {
  background: #21597C;
}
.notebook-color2 {
  background: #2A2A2A;
}
.notebook-color3 {
  background: #66727A;
}
.notebook-color4 {
  background: #9E9074;
}
.notebook-color5 {
  background: #E9EAEA;
}

/* 歯科クリニック */
.shikaclinic-color1 {
  background: #3C4146;
}
.shikaclinic-color2 {
  background: #45648A;
}
.shikaclinic-color3 {
  background: #658BB9;
}
.shikaclinic-color4 {
  background: #B99365;
}
.shikaclinic-color5 {
  background: #6F7881;
}
.shikaclinic-color6 {
  background: #D8E8FC;
}
.shikaclinic-color7 {
  background: #FCEDD9;
}

/* スポーツジム */
.sportsgym-color1 {
  background: #375194;
}
.sportsgym-color2 {
  background: #333333;
}
.sportsgym-color3 {
  background: #FF8404;
}
.sportsgym-color4 {
  background: #F9BB7A;
}
.sportsgym-color5 {
  background: #BECADE;
}
.sportsgym-color6 {
  background: #E8ECF4;
}

/* ポートフォリオ */
.portforio-color1 {
  background: #806E53;
}
.portforio-color2 {
  background: #454D72;
}
.portforio-color3 {
  background: #4C4841;
}
.portforio-color4 {
  background: #F7F2EB;
  border: solid 1px #4C4841;
}
.portforio-color5 {
  background: #96928A;
}

/* 模写 */
.title2 {
  font-size: 28px;
  font-weight: 400;
}
.works_item2 {
  margin-top: 50px;
}
.works_text2 {
  line-height: 2.0em;
}
@media(max-width:767px) {
  .title2 {
    font-size: 20px;
  }
  .works_item2 {
    margin-top: 40px;
  }
}

/* バナー */
.works_picture-banner {
  display: block;
	width: 70%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.works_picture-banner img {
  display: inline-block;
	width: 100%;
}
.banner_contants {
  position: relative;
  display: flex;
}
.picture_design-school img {
  width: 40%;
  position: absolute;
  right: 0;
}
.banner_detail img {
  margin-top: 130px;
}
.picture_matching_event img {
  width: 30%;
  position: absolute;
  right: 0;
}
.works_title-matching {
  position: relative;
  font-size: 20px;
  margin-left: 10px;
  margin-top: 110px;
  display: flex;
  gap: 20px;
}
.works_title-matching::before {
  position: absolute;
  content: "";
  left: -20px;
  width: 2px;
  height: 30%;
  background: #4C4841;
  border-radius: 3px;
  transform: rotate(25deg);
}
.title_matching_event {
  font-size: 50px;
  font-weight: 300;
  display: inline-flex;
  padding: 70px 48px;
}

@media(max-width:1300px) {
  .banner_items {
    display: flex;
    flex-direction: column-reverse;
  }
  .picture_design-school img {
    position: static;
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-top: 60px;
  }
  .picture_matching_event img {
    position: static;
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-top: 60px;
  }
  .banner_contants {
    display: flex;
    flex-direction: column;
  } 
}
@media (max-width:980px) {
  .works_title-matching p{
    font-size: 16px;
  }
  .works_title-matching {
    margin: 90px 0 30px auto;
  }
  .works_title-matching::before {
    height: 90%;
  }
  .title_matching_event {
    font-size: 30px;
    padding-bottom: 0;
  }
 
}
@media(max-width:767px) {
  .picture_design-school img {
    width: 100%;
  }
  .picture_matching_event img {
    width: 100%;
  }
    .works_title-matching {
    margin: 10px 0 30px auto;
  }
}



