@charset "UTF-8";
/*index_lp
-----------------------------------------*/
#pagetitle {
  padding: 40px 0 42px;
  background-color: #f0f0f0;
  text-align: center;
}
@media screen and (max-width: 500px) {
  #pagetitle {
    padding: 20px 0 50px;
  }
}
#pagetitle .titleTop {
  display: block;
  font-size: 16px;
  padding: 0 0 10px !important;
}
#pagetitle h1 {
  font-size: 46px;
  line-height: 1.3;
  letter-spacing: 0;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
  #pagetitle h1 {
    font-size: 34px;
  }
}
#pagetitle h1 .inH1 {
  color: #a98320;
}
#pagetitle .arrow {
  margin: 15px 0 0;
}
#pagetitle em {
  display: inline-block;
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  margin: 20px 0 0;
  padding: 30px 60px;
  border: 1px solid;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #pagetitle em {
    font-size: 20px;
    padding: 20px;
  }
}
#pagetitle em {
  /*&::before{
  	content:"→";
  	margin: 0 5px;
  }*/
}
#pagetitle .anc {
  background: #000;
  padding: 20px 0;
  border-radius: 27px;
  width: 330px;
  margin: 50px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #pagetitle .anc {
    width: 290px;
  }
}
#pagetitle .anc:hover {
  opacity: 0.8;
  transition: 0.5s;
}
#pagetitle .anc::before {
  content: url("../img/arrow_b.png");
  position: absolute;
  top: 22px;
  right: 20px;
}
#pagetitle a {
  color: #fff;
  text-decoration: none;
}

#contentsWrapper {
  background-color: #f0f0f0;
}

#worksSec {
  max-width: 1000px;
  width: 93%;
  margin: 80px auto 130px;
  text-align: left;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 960px) {
  #worksSec {
    margin: 20px auto 70px;
  }
}
@media screen and (max-width: 768px) {
  #worksSec {
    width: 86vw;
  }
}
#worksSec .read {
  margin: 0 auto 120px;
  max-width: 800px;
}
@media screen and (max-width: 500px) {
  #worksSec .read {
    margin: 0 auto 100px;
  }
}
#worksSec .read p {
  font-size: 16px;
  line-height: 2;
}
#worksSec .read p em {
  background-color: #e6d8b3;
  font-weight: bold;
}
#worksSec .exampleList {
  margin: 0 0 120px 0;
}
@media screen and (max-width: 768px) {
  #worksSec .exampleList {
    margin: 0 0 100px;
  }
}
#worksSec .exampleList h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-feature-settings: "palt" 1;
  line-height: 1.2;
  margin: 0 0 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #worksSec .exampleList h2 {
    font-size: 26px;
  }
}
#worksSec .exampleList .exampleWrapper .client_txt {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  #worksSec .exampleList .exampleWrapper .client_txt {
    display: block;
  }
}
#worksSec .exampleList .exampleWrapper .client_txt .txt_left {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #worksSec .exampleList .exampleWrapper .client_txt .txt_left {
    font-size: 16px;
    border-bottom: 3px dotted #808080;
    padding: 0 0 15px;
  }
}
#worksSec .exampleList .exampleWrapper .client_txt .line {
  margin: 0 30px;
}
#worksSec .exampleList .exampleWrapper .client_txt .txt_right p {
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-feature-settings: "palt" 1;
  line-height: 1.5;
  margin: 0 0 15px;
  color: #a98320;
}
@media screen and (max-width: 768px) {
  #worksSec .exampleList .exampleWrapper .client_txt .txt_right p {
    font-size: 20px;
    margin: 15px 0;
  }
}
#worksSec .exampleList .exampleWrapper .client_txt .txt_right .tag ul {
  display: flex;
}
#worksSec .exampleList .exampleWrapper .client_txt .txt_right .tag ul li {
  background: #fff;
  padding: 5px;
  margin: 3px;
}
@media screen and (max-width: 768px) {
  #worksSec .exampleList .exampleWrapper .client_txt .txt_right .tag ul li {
    font-size: 12px;
  }
}
#worksSec .exampleList .exampleWrapper .portfolio_area {
  margin-top: 60px;
}
#worksSec .exampleList .exampleWrapper .portfolio_area .logo_area p {
  margin-bottom: 15px;
}
#worksSec .exampleList .exampleWrapper .portfolio_area .logo_area .logo {
  background: #fff;
}
#worksSec .exampleList .exampleWrapper .portfolio_area .lp01_area {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  #worksSec .exampleList .exampleWrapper .portfolio_area .lp01_area {
    display: block;
    margin: 30px 0 0;
  }
}
#worksSec .exampleList .exampleWrapper .portfolio_area .lp01_area .web_area {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #worksSec .exampleList .exampleWrapper .portfolio_area .lp01_area .web_area {
    width: 100%;
  }
}
#worksSec .exampleList .exampleWrapper .portfolio_area .lp01_area .web_area p {
  margin-bottom: 15px;
}
#worksSec .exampleList .exampleWrapper .portfolio_area .lp01_area .web_area img {
  width: 100%;
}
#worksSec .exampleList .exampleWrapper .portfolio_area .lp01_area .design_area {
  width: 58%;
}
@media screen and (max-width: 768px) {
  #worksSec .exampleList .exampleWrapper .portfolio_area .lp01_area .design_area {
    width: 100%;
    margin-top: 10px;
  }
}
#worksSec .exampleList .exampleWrapper .portfolio_area .lp01_area .design_area p {
  margin-bottom: 15px;
}
#worksSec .exampleList .exampleWrapper .portfolio_area .lp01_area .design_area ul {
  display: flex;
  justify-content: space-between;
}
#worksSec .exampleList .exampleWrapper .portfolio_area .lp01_area .design_area ul li {
  width: 48.5%;
  margin-bottom: 15px;
}
#worksSec .exampleList .exampleWrapper .portfolio_area .lp01_area .design_area .bottom {
  margin-top: 10px;
}
#worksSec .exampleList .exampleWrapper .portfolio_area .lp02_area {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  #worksSec .exampleList .exampleWrapper .portfolio_area .lp02_area {
    display: block;
    margin: 30px 0 0;
  }
}
#worksSec .exampleList .exampleWrapper .portfolio_area .lp02_area .first_contents p {
  margin-bottom: 15px;
}
#worksSec .exampleList .exampleWrapper .portfolio_area .lp02_area .pkg {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #worksSec .exampleList .exampleWrapper .portfolio_area .lp02_area .pkg {
    display: block;
  }
}
#worksSec .exampleList .exampleWrapper .portfolio_area .lp02_area .pkg .pkg_img {
  width: 31%;
}
@media screen and (max-width: 768px) {
  #worksSec .exampleList .exampleWrapper .portfolio_area .lp02_area .pkg .pkg_img {
    width: 100%;
    margin-bottom: 10px;
  }
}
#worksSec .exampleList .exampleWrapper .portfolio_area .lp02_area .second_contents {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  #worksSec .exampleList .exampleWrapper .portfolio_area .lp02_area .second_contents {
    display: block;
    margin: 30px 0 0;
  }
}
#worksSec .exampleList .exampleWrapper .portfolio_area .lp02_area .second_contents p {
  margin-bottom: 15px;
}
#worksSec .exampleList .exampleWrapper .portfolio_area .lp02_area .second_contents ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #worksSec .exampleList .exampleWrapper .portfolio_area .lp02_area .second_contents ul {
    display: block;
    margin-bottom: 0;
  }
}
#worksSec .exampleList .exampleWrapper .portfolio_area .lp02_area .second_contents ul li {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  #worksSec .exampleList .exampleWrapper .portfolio_area .lp02_area .second_contents ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
#worksSec .worksList {
  margin: 0 0 120px 0;
}
@media screen and (max-width: 500px) {
  #worksSec .worksList {
    margin: 0 0 100px;
  }
}
#worksSec .worksList h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-feature-settings: "palt" 1;
  line-height: 1.2;
  margin: 0 0 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #worksSec .worksList h2 {
    font-size: 26px;
  }
}
#worksSec .worksList .workBoxWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}
#worksSec .worksList .workBoxWrapper .workBox {
  margin: 0 0 60px;
  width: 30%;
  position: relative;
  padding: 0 0 32px 0;
  display: block;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  #worksSec .worksList .workBoxWrapper .workBox {
    margin: 0 0 50px;
    width: 100%;
  }
}
#worksSec .worksList .workBoxWrapper .workBox .image {
  width: 100%;
}
#worksSec .worksList .workBoxWrapper .workBox .image img {
  width: 100%;
  height: auto;
}
#worksSec .worksList .workBoxWrapper .workBox .txtBox {
  width: 100%;
  padding: 20px;
}
#worksSec .worksList .workBoxWrapper .workBox .txtBox h3 {
  font-size: 19px;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
  #worksSec .worksList .workBoxWrapper .workBox .txtBox h3 {
    font-size: 18px;
  }
}
#worksSec .worksList .workBoxWrapper .workBox .txtBox h4 {
  font-size: 12px;
  line-height: 1.4;
}
#worksSec .worksList .workBoxWrapper a.workBox {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  /*&::after{
  	content:"デザイン実績詳細はこちら";
  	position:absolute;
  	bottom:0;
  	left:0;
  	width:calc(100% - 24px);
  	height:32px;
  	padding:0 24px 0 0;
  	display: flex;
  	justify-content:flex-end;
  	align-items: center;
  	background:url("/works/img/arrow_r.png") #000 no-repeat 97% center;
  	background-size: 8px auto;
  	font-size:16px;
  	color:#fff;
  }*/
}
#worksSec .worksList .workBoxWrapper a.workBox .clickDetail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
  padding: 0 24px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: url("/works/img/arrow_r.png") #000 no-repeat 97% center;
  background-size: 8px auto;
  font-size: 16px;
  color: #fff;
}
#worksSec .worksList .workBoxWrapper a.workBox:hover {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
}
#worksSec .worksList .workBoxWrapper .workBoxDmy {
  background-color: #f0f0f0;
}
@media screen and (max-width: 500px) {
  #worksSec .worksList .workBoxWrapper .workBoxDmy {
    display: none;
  }
}
#worksSec .blogList {
  margin: 0 0 100px 0;
}
#worksSec .blogList h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-feature-settings: "palt" 1;
  line-height: 1.2;
  margin: 0 0 15px;
}
#worksSec .blogList .blogRead {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 30px;
}
#worksSec .blogList ul li {
  display: block;
  border-top: 1px solid #ccc;
}
#worksSec .blogList ul li:last-child {
  border-bottom: 1px solid #ccc;
}
#worksSec .blogList ul li a {
  display: block;
  padding: 15px 30px 15px 5px;
  font-size: 18px;
  line-height: 1.7;
  text-decoration: none;
  color: #000;
  background: url("/works/img/btn_arrow.png") no-repeat #f0f0f0 99% center;
  background-size: 12px auto;
}
#worksSec .blogList ul li a:hover {
  background: url("/works/img/btn_arrow.png") no-repeat #f9f9f9 99% center;
  background-size: 12px auto;
}
@media screen and (max-width: 768px) {
  #worksSec .blogList ul li a {
    font-size: 16px;
  }
}
/*# sourceMappingURL=layout_index.css.map */
