@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700,900");

@import url("https://fonts.googleapis.com/css?family=Barlow:400,600&display=swap");

@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700");

input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

input[type="checkbox"] + span {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 5px 5px 5px 0;
  margin-left: 15px;
}

input[type="checkbox"] + span:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #496d8f;
  margin-right: 0.5rem;
  position: relative;
  top: 3px;
}

input[type="checkbox"]:checked + span:after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background-image: url(../img/common/ico_check_on.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 12px;
  left: 2px;
}

.worksNav .allBtn {
  background-color: #4c4948;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.worksNav .allBtn a {
  color: #fff;
  display: block;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.worksNav__inner {
  margin-bottom: 20px;
}

.worksNavMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.worksNavMenu__title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.worksNav__blocktitle {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin-bottom: 10px;
}

.searchComponent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.searchComponent__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.searchComponent__list__item {
  font-size: 15px;
  color: #496d8f;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.searchBtn {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
 "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
 Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background-color: #496d8f;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.18em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 245px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  background-image: url(../img/common/ico_search.svg);
  background-size: 20px 19px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.w_pageTitle {
  margin-bottom: 50px;
}

.w_pageTitle.w_pageTitle__works {
  background-image: url(../img/works/mainvisual.jpg);
}

.searchInformation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 75px;
}

.searchInformation__result {
  font-size: 19px;
  letter-spacing: 0.19em;
}

.searchInformation__result .result {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding-left: 5px;
  padding-right: 5px;
}

.searchInformation__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.resultList__item {
  padding-bottom: 15px;
  border-bottom: 3px solid #56595c;
  margin-top: 60px;
  letter-spacing: 0.15em;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.resultList__item.typeTochi .resultList__item__subTitle {
  font-size: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.7;
}

.resultList__item.typeTochi .resultList__item__descArea {
  padding-top: 25px;
}

.resultList__item.typeChuko .resultList__item__subTitle__item01 {
  width: auto;
}

.resultList__item.typeWorks .resultList__item__subTitle__item01 {
  width: auto;
}

.resultList__item.typeWorks .worksLinkArea {
  position: relative;
}

.resultList__item.typeWorks .worksLinkArea > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.resultList__item > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.resultList__item__thumbnail {
  height: 330px;
  position: relative;
}

.resultList__item__thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #665E51;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.resultList__item__thumbnail__photo {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 330px;
}

.resultList__item__thumbnail__floor {
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: -2px;
  left: -1px;
  font-size: 20px;
  background-color: #fff;
  padding: 10px 16px 3px 16px;
}

.resultList__item__thumbnail__floor:before {
  content: "";
  position: absolute;
  right: -14px;
  bottom: 0;
  display: block;
  content: "";
  position: absolute;
  right: -14px;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 27px 14px;
  border-color: transparent transparent #ffffff transparent;
}

.resultList__item__thumbnail__catType {
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 16px;
  background-color: #c8c8c8;
  padding: 7px 16px 7px 16px;
}

.resultList__item__thumbnail__catType:before {
  content: "";
  position: absolute;
  right: -14px;
  bottom: 0;
  display: block;
  content: "";
  position: absolute;
  right: -14px;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 27px 14px;
  border-color: transparent transparent #c8c8c8 transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.resultList__item__thumbnail__logoArea {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 88px;
  position: absolute;
  top: 0;
  left: 30px;
  padding: 13px 5px 10px 5px;
}

.resultList__item__thumbnail__logoArea__logo {
  width: 63px;
  height: 59px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 5px;
}

.resultList__item__thumbnail__logoArea__text {
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.07em;
}

.resultList__item__titArea {
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #56595c;
}

.resultList__item__subTitle {
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.resultList__item__subTitle__item01 {
  margin-right: 10px;
}

.resultList__item__title {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.resultList__item__descArea__twoColumn {
  margin-top: 10px;
}

.resultList__item__descArea__twoColumn .descList {
  margin-top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.resultList__item__descArea__threeColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 10px;
}

.resultList__item__descArea__threeColumn .descList {
  margin-top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.resultList__item__descArea__threeColumn .descList__desc {
  width: 100px;
}

.arrowMoreBtn {
  font-size: 10px;
  width: 85px;
  margin: 0 0 0 auto;
  padding-bottom: 2px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.arrowMoreBtn:before {
  content: "";
  width: 75px;
  height: 2px;
  margin: auto;
  background-color: #4c4948;
  position: absolute;
  bottom: 0;
  right: 10px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.arrowMoreBtn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 12px;
  border-color: transparent transparent transparent #4c4948;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}

.worksCategoryTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.worksCategoryTag__item {
  text-align: center;
  margin-top: 8px;
  margin-left: 8px;
}

.worksCategoryTag__item a {
  color: #496d8f;
  font-size: 12px;
  font-weight: 700;
  display: block;
  border: 1px solid #496d8f;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.resultList__item__titArea {
  border-bottom: 0;
}

.resultList__item__subTitle {
  font-size: 21px;
  margin-bottom: 20px;
}

.worksAddress {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

/* bunjyo_wrap
***************************************************************/

.bunjyo_wrap {
  padding: 160px 0 150px;
}

.bunjyo_wrap .item {
  position: relative;
}

.bunjyo_wrap .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #665e51;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 10;
}

.bunjyo_wrap .item.type2 {
  width: 1000px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bunjyo_wrap .item .thumb {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.bunjyo_wrap .item .thumb .img {
  background-image: url(../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.bunjyo_wrap .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 400px;
  height: 200px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 30px 12px 5px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  z-index: 11;
}

.bunjyo_wrap .item.type2 .link {
  right: auto;
  left: 30px;
}

.bunjyo_wrap .item .link .h2 {
  text-align: center;
}

.bunjyo_wrap .item .link .h2 .jp {
  display: block;
  font-size: 22px;
  letter-spacing: 0.3em;
  font-weight: 500;
}

.bunjyo_wrap .item .link .h2 .en {
  display: block;
  font-size: 10px;
}

.bunjyo_wrap .item .link .p1 {
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 1.62;
  text-align: center;
}

.bunjyo_wrap .item:before {
  content: "";
  display: block;
}

.bunjyo_wrap .arrow {
  font-size: 11px;
  width: 65px;
  margin: 10px 0 0 auto;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.bunjyo_wrap .arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: -1px;
  bottom: 0;
  margin: auto;
}

.bunjyo_wrap {
  padding: 0;
}

.bunjyo_wrap a:not(:first-child) {
  margin-top: 60px;
}

#infscr-loading {
  margin: 0 auto;
  font-size: 11px;
  clear: both;
}

#infscr-loading .comment {
  width: 200px;
  position: relative;
  top: 20px;
  padding: 20px 20px;
  margin: 0 auto;
  text-align: center;
}

#infscr-loading img {
  display: none;
}

.single .w_pageTitle.w_pageTitle__works {
  background-image: none;
  margin-bottom: 0;
}

.single .w_pageTitle.w_pageTitle__works .h1 {
  color: #4c4948;
}

.single .w_pageTitle.w_pageTitle__works .h1 .t1:after {
  background-color: #4c4948;
}

.single .cmsConversionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single .cmsConversionList__item {
  background-color: #4c4948;
  font-size: 10px;
  text-align: center;
  width: 50%;
}

.single .cmsConversionList__item a {
  padding-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  color: #fff;
}

.single .cmsConversionList__item.item01 a {
  background-image: url(../img/common/ico_mail_w.svg);
  background-size: 24px 17px;
  background-position: 10px center;
  background-repeat: no-repeat;
}

.single .cmsConversionList__item.item02 a {
  background-image: url(../img/common/ico_tel_w.svg);
  background-size: 18px 29px;
  background-position: 10px center;
  background-repeat: no-repeat;
}

.single .profileText {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

.single .concept_wrap {
  padding-top: 0;
}

.single .concept_wrap h3 {
  line-height: 1.892;
}

.single .concept_wrap .inner_txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

.single .contentBox:not(:first-child) {
  margin-top: 35px;
}

.single .contentBox__image > div {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.single .contentBox__image > div a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.single .contentBox__image__thumbnail {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}

.single .contentBox__image__thumbnail + * {
  margin-top: 13px;
}

.single .contentBox__image__thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #665E51;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.single .contentBox__image__thumbnail:after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/modelhouse/photo_btn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}

.single .contentBox__image__thumbnail + .contentBox__image__text {
  margin-bottom: 45px;
}

.single .contentBox__image__text {
  font-size: 15px;
  line-height: 2.06;
  text-align: justify;
  text-justify: inter-ideograph;
}

.single .contentBox__image.type02 .contentBox__image__thumbnail + .contentBox__image__text {
  margin-bottom: 0;
}

.single .contentBox__image.type03 .contentBox__image__thumbnail + .contentBox__image__text {
  margin-bottom: 0;
}

.single .contentBox__midashi {
  font-size: 28px;
  line-height: 1.892;
  letter-spacing: 0.18em;
}

.single .contentBox__text {
  font-size: 15px;
  line-height: 2.06;
  text-align: justify;
  text-justify: inter-ideograph;
}

.single .contentBox__text a {
  color: #ca5560;
  text-decoration: underline;
}

.single .type05 + .contentBox {
  margin-top: 60px;
}

.single .type06 + .contentBox {
  margin-top: 20px;
}

.single .contentList {
  margin-top: 90px;
  margin-bottom: 120px;
}

.single .contentBox:not(:first-child) {
  margin-top: 70px;
}

.single .singleMainvisual {
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.single .dataArea {
  font-size: 14px;
  background-color: #f3f3f3;
}

.single .dataTitle {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.25em;
  font-family: 'Crimson Text', serif;
}

.single .dataDescription .text {
  line-height: 2;
}

.single .dataList {
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single .dataDescription__contents.contents__01 {
  padding-bottom: 20px;
  border-bottom: 1px solid #898989;
}

.single .dataDescription__contents.contents__02 {
  margin-top: 20px;
}

.single .dataDescription__contents.contents__03 {
  margin-top: 20px;
}

.single .dataList__title:after {
  content: "／";
}

.single .commentArea {
  font-size: 14px;
  border: 1px solid #4c4948;
  margin-top: 45px;
}

.single .commentTitle {
  font-size: 23px;
  letter-spacing: 0.25em;
  font-family: 'Crimson Text', serif;
  font-weight: 700;
}

.single .commentDescriptionWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single .commentDescription .text {
  line-height: 2;
}

.single .nameArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single .nameArea__department {
  font-size: 13px;
  font-weight: 500;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single .nameArea__name {
  font-size: 18px;
  font-weight: 500;
  height: 30px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single .w_link1 {
  margin-top: 60px;
}

.single .btnListArea02 {
  margin-top: 70px;
  margin-bottom: 80px;
  /* btn */
}

.single .btnListArea02 .txt {
  color: #4c4948;
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
}

.single .btnListArea02 .btn {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #de5d4c;
  border: 1px solid #de5d4c;
  width: 450px;
  height: 85px;
  margin: 0 auto;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.single .btnListArea02 .btn::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico_arrow_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 1px;
  bottom: 0;
  margin: auto;
}

.single .btnListArea02 .btn02 {
  border-color: #eb9445;
  background-color: #eb9445;
}

.single .btnListArea02 .btn.btn01 {
  background-color: #4c4948;
  border-color: #4c4948;
}

ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 35px;
  font-family: 'Crimson Text', serif;
}

ul.page-numbers li {
  margin: 0 15px;
}

ul.page-numbers .current {
  color: #b81c2b;
}

ul.page-numbers .next,
ul.page-numbers .prev {
  display: block;
  position: relative;
  padding-right: 60px;
}

ul.page-numbers .prev:before {
  content: "";
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #4c4948;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

ul.page-numbers .prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 12px 0 0;
  border-color: transparent #4c4948 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 4px;
  left: 0;
  margin: auto;
}

ul.page-numbers .next:before {
  content: "";
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #4c4948;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

ul.page-numbers .next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 12px;
  border-color: transparent transparent transparent #4c4948;
  position: absolute;
  top: 0;
  bottom: 4px;
  right: 0;
  margin: auto;
}

@-moz-document url-prefix()  {
  /* Firefox fix */

  ul.page-numbers .next:before {
    top: 6px;
  }
}

.infoBnrArea {
  padding-top: 90px;
  border-top: 1px solid #ddd;
  margin-top: 90px;
}

@media print, screen and (min-width: 680px) {
  .worksNav .allBtn:hover {
    background-color: #2f2d2d;
  }

  .worksNav__inner {
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .worksNav__left {
    width: 300px;
  }

  .worksNav__right {
    width: 600px;
    padding-left: 30px;
    border-left: 1px solid #4c4948;
    margin-left: 30px;
  }

  .worksNav__right .worksNav__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .worksNav__right .searchComponent__list {
    width: 284px;
  }

  .worksNav__right .searchComponent__list.list__03 {
    width: 300px;
  }

  .worksNav__right .searchComponent__list.list__04 {
    width: 269px;
  }

  .worksNav__right .searchComponent__list.list__01 .searchComponent__list__item:first-child span,
  .worksNav__right .searchComponent__list.list__03 .searchComponent__list__item:first-child span,
  .worksNav__right .searchComponent__list.list__01 .searchComponent__list__item:nth-child(3n + 1) span,
  .worksNav__right .searchComponent__list.list__03 .searchComponent__list__item:nth-child(3n + 1) span {
    margin-left: 0px;
  }

  .worksNav__right .searchComponent__list.list__02,
  .worksNav__right .searchComponent__list.list__04 {
    padding-left: 15px;
  }

  .worksNav__right .searchComponent__list.list__02 .searchComponent__list__item:first-child span,
  .worksNav__right .searchComponent__list.list__04 .searchComponent__list__item:first-child span,
  .worksNav__right .searchComponent__list.list__02 .searchComponent__list__item:nth-child(2n + 1) span,
  .worksNav__right .searchComponent__list.list__04 .searchComponent__list__item:nth-child(2n + 1) span {
    margin-left: 0px;
  }

  .searchComponent__list__item:first-child {
    margin-top: 0;
  }

  .searchBtn:hover {
    background-color: #2a3e51;
  }

  .searchBtn {
    padding-left: 38px;
  }

  .searchBtn:not(:first-child) {
    margin-left: 30px;
  }

  .foot .block1 {
    padding-top: 200px;
  }

  .searchInformation {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .searchInformation__select {
    position: absolute;
    top: 0;
    right: 0;
    width: 216px;
  }

  .resultList {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 154px;
  }

  .resultList__inner {
    margin-left: -60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .resultList__item:hover .arrowMoreBtn {
    width: 75px;
  }

  .resultList__item:hover .arrowMoreBtn:before {
    width: 65px;
  }

  .resultList__item:hover .resultList__item__thumbnail:before {
    opacity: 0.4;
  }

  .resultList__item {
    width: 470px;
    margin-left: 60px;
  }

  .resultList__item:first-child,
  .resultList__item:nth-child(2) {
    margin-top: 0;
  }

  .resultList__item.typeTochi .resultList__item__titArea {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .resultList__item.typeTochi .resultList__item__subTitle__item01 {
    min-width: 137px;
  }

  .resultList__item.typeTochi .resultList__item__descArea {
    width: 450px;
    margin: 0 0 0 20px;
  }

  .resultList__item.typeTochi .descList__price {
    width: 125px;
  }

  .resultList__item__subTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .resultList__item__subTitle__item01 {
    width: 125px;
  }

  .resultList__item__descArea {
    padding-top: 30px;
    width: 410px;
    margin: 0 auto;
  }

  .resultList__item__descArea__twoColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .resultList__item__descArea__twoColumn .descList:not(:first-child) {
    margin-left: 20px;
  }

  .resultList__item__descArea__twoColumn .descList__desc {
    width: 100px;
  }

  .resultList__item__descArea__threeColumn .descList:not(:first-child) {
    margin-left: 30px;
  }

  .resultList {
    margin-bottom: 60px;
  }

  .worksCategoryTag__item {
    width: 151px;
  }

  .worksCategoryTag__item:first-child,
  .worksCategoryTag__item:nth-child(2),
  .worksCategoryTag__item:nth-child(3) {
    margin-top: 0;
  }

  .worksCategoryTag__item:first-child,
  .worksCategoryTag__item:nth-child(3n + 1) {
    margin-left: 0;
  }

  .worksCategoryTag__item a:hover {
    color: #fff;
    background-color: #2a3e51;
  }

  .resultList__item__titArea {
    padding-top: 20px;
  }

  .resultList__item__descArea {
    width: auto;
    padding-top: 10px;
  }

  #infscr-loading .comment {
    position: relative;
    left: 20px;
  }

  .single .concept_wrap {
    width: 690px;
  }

  .single .concept_wrap .inner_txt {
    margin-top: 40px;
  }

  .single .contentList {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .single .contentBox__image > div:hover .contentBox__image__thumbnail:before {
    opacity: 0.4;
  }

  .single .contentBox__image__thumbnail {
    height: 460px;
  }

  .single .contentBox__image.type02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .single .contentBox__image.type02 .imageLandscape {
    width: 330px;
  }

  .single .contentBox__image.type02 .contentBox__image__thumbnail {
    height: 230px;
  }

  .single .contentBox__image.type03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .single .contentBox__image.type03 .imagePortrait {
    width: 330px;
  }

  .single .contentBox__image.type03 .contentBox__image__thumbnail {
    height: 500px;
  }

  .single .contentBox__image.type04 .imagePortrait {
    width: 460px;
    margin: 0 auto;
  }

  .single .contentBox__image.type04 .contentBox__image__thumbnail {
    height: 700px;
  }

  .single .contentBox__text a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .single .contentBox__text a:hover {
    opacity: 0.7;
  }

  .single .type05 .contentBox__text,
  .single .type06 .contentBox__midashi {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .single .contentBox + .type06 {
    margin-top: 40px;
  }

  .single .contentList {
    width: 850px;
  }

  .single .contentBox__image__thumbnail {
    height: 570px;
  }

  .single .contentBox__image.type02 .imageLandscape,
  .single .contentBox__image.type03 .imagePortrait {
    width: 415px;
  }

  .single .contentBox__image.type02 .contentBox__image__thumbnail {
    height: 280px;
  }

  .single .single .contentBox__image.type03 .contentBox__image__thumbnail {
    height: 625px;
  }

  .single .singleMainvisual {
    width: 900px;
    height: 600px;
    margin: 0 auto;
  }

  .single .dataArea {
    padding: 40px 20px 40px 60px;
    width: 720px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .single .dataTitle {
    width: 170px;
    padding-top: 40px;
  }

  .single .dataDescription {
    width: 455px;
  }

  .single .dataList {
    width: 50%;
  }

  .single .dataDescription__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single .dataDescription__contents.contents__01 .dataList:first-child .dataList__title {
    width: 81px;
  }

  .single .dataDescription__contents.contents__01 .dataList:first-child .dataList__text {
    width: 147px;
  }

  .single .dataDescription__contents.contents__01 .dataList:nth-child(2) .dataList__title {
    width: 56px;
  }

  .single .dataDescription__contents.contents__01 .dataList:nth-child(2) .dataList__text {
    width: 200px;
  }

  .single .dataDescription__contents.contents__01 .dataList:nth-child(3) .dataList__title {
    width: 81px;
  }

  .single .dataDescription__contents.contents__01 .dataList:nth-child(3) .dataList__text {
    width: 147px;
  }

  .single .dataDescription__contents.contents__02 .dataList .dataList__title {
    width: 81px;
  }

  .single .dataDescription__contents.contents__02 .dataList .dataList__text {
    width: 147px;
  }

  .single .dataDescription__contents.contents__02 .dataList:nth-child(3) .dataList__title,
  .single .dataDescription__contents.contents__02 .dataList:nth-child(5) .dataList__title {
    width: 77px;
  }

  .single .dataDescription__contents.contents__02 .dataList:nth-child(3) .dataList__text,
  .single .dataDescription__contents.contents__02 .dataList:nth-child(5) .dataList__text {
    width: 150px;
  }

  .single .commentArea {
    padding: 40px 20px 40px 60px;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single .commentTitle {
    width: 115px;
    padding-top: 60px;
  }

  .single .commentDescriptionWrap {
    width: 455px;
    margin-left: 50px;
  }

  .single .commentDescription {
    width: 270px;
  }

  .single .nameArea {
    margin-top: 20px;
    width: 100%;
  }

  .single .commentThumbnail {
    width: 164px;
    margin-left: 20px;
  }

  .single .btnListArea02 {
    width: 935px;
    margin-left: auto;
    margin-right: auto;
  }

  .single .btnListArea02 .linkWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .single .btnListArea02 .linkWrap .btn,
  .single .btnListArea02 .linkWrap .model_btn {
    margin: 0;
  }

  .single .btnListArea02 {
    margin-top: 170px;
  }

  .single .btnListArea02 .btn.btn01:hover {
    background-color: #333;
  }

  ul.page-numbers {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  ul.page-numbers li:hover a {
    color: #b81c2b;
  }

  ul.page-numbers li:hover a.prev:before {
    background-color: #b81c2b;
  }

  ul.page-numbers li:hover a.prev:after {
    border-color: transparent #b81c2b transparent transparent;
  }

  ul.page-numbers li:hover a.next:before {
    background-color: #b81c2b;
  }

  ul.page-numbers li:hover a.next:after {
    border-color: transparent transparent transparent #b81c2b;
  }

  ul.page-numbers {
    margin-bottom: 140px;
  }
}

@media all and (min-width: 681px) {
  .bunjyo_wrap .item:hover:before {
    opacity: 0.4;
  }

  .single .btnListArea02 .btn:hover {
    background-color: #dc7967;
  }
}

@media all and (max-width: 680px) {
  .bunjyo_wrap {
    padding: 50px 0 50px;
  }

  .bunjyo_wrap .item.type2 {
    width: 100%;
  }

  .bunjyo_wrap .item .thumb {
    height: 200px;
  }

  .bunjyo_wrap .item.type2 .link {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    margin: 30px;
    padding: 15px 6px 5px;
    left: auto;
  }

  .bunjyo_wrap .item .link .h2 .jp {
    font-size: 16px;
  }

  .bunjyo_wrap .item .link .p1 {
    font-size: 12px;
    line-height: 1.42;
    padding: 0px 8%;
  }

  .bunjyo_wrap .arrow {
    margin: 0px 0 0 auto;
  }

  .single .btnListArea02 .btn {
    font-size: 13px;
    width: 288px;
  }
}

@media screen and (max-width: 679px) {
  .worksNav .allBtn {
    font-size: 14px;
  }

  .worksNav .allBtn a {
    background-position: 30% center;
  }

  .worksNav__inner {
    margin-left: 20px;
    margin-right: 20px;
  }

  .worksNav__left {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #4c4948;
  }

  .worksNav__left .worksNavMenu {
    padding-left: 5px;
    line-height: 1;
  }

  .worksNav__left .worksNavMenu input[type="checkbox"]:checked + span:after {
    bottom: 7px;
  }

  .worksNav__right {
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .worksNav__right .worksNav__blocktitle {
    text-align: center;
    margin-bottom: 5px;
  }

  .worksNav__right .searchComponent__list.list__01 .searchComponent__list__item:first-child span,
  .worksNav__right .searchComponent__list.list__03 .searchComponent__list__item:first-child span,
  .worksNav__right .searchComponent__list.list__01 .searchComponent__list__item:nth-child(3n + 1) span,
  .worksNav__right .searchComponent__list.list__03 .searchComponent__list__item:nth-child(3n + 1) span {
    margin-left: 0px;
  }

  .worksNav__right .searchComponent__list.list__02 .searchComponent__list__item:first-child span,
  .worksNav__right .searchComponent__list.list__04 .searchComponent__list__item:first-child span,
  .worksNav__right .searchComponent__list.list__02 .searchComponent__list__item:nth-child(2n + 1) span,
  .worksNav__right .searchComponent__list.list__04 .searchComponent__list__item:nth-child(2n + 1) span {
    margin-left: 0px;
  }

  .worksNavMenu__title {
    font-size: 14px;
  }

  .worksNav__blocktitle {
    font-size: 14px;
  }

  .searchComponent__list__item {
    font-size: 14px;
  }

  .searchBtn {
    font-size: 14px;
  }

  .searchBtn:not(:first-child) {
    margin-left: 3%;
  }

  .w_pageTitle {
    margin-bottom: 25px;
  }

  .w_pageTitle.w_pageTitle__works {
    background-image: url(../img/works/mainvisual_sp.jpg);
  }

  .foot .block1 {
    margin-top: 70px;
  }

  .searchInformation {
    margin-bottom: 0;
  }

  .searchInformation__result {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .searchInformation__result .result {
    font-size: 18px;
  }

  .searchInformation__select {
    width: 220px;
  }

  .resultList {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 70px;
  }

  .resultList__item {
    margin-top: 40px;
  }

  .resultList__item.typeTochi .resultList__item__subTitle {
    font-size: 16px;
  }

  .resultList__item.typeTochi .resultList__item__subTitle__item01 {
    min-width: 150px;
  }

  .resultList__item__thumbnail {
    height: 66vw;
  }

  .resultList__item__thumbnail__photo {
    height: 66vw;
  }

  .resultList__item__thumbnail__floor {
    font-size: 16px;
  }

  .resultList__item__thumbnail__catType {
    font-size: 16px;
  }

  .resultList__item__thumbnail__logoArea {
    width: 86px;
    left: 10px;
  }

  .resultList__item__thumbnail__logoArea__logo {
    width: 59px;
    height: 54px;
    background-size: contain;
  }

  .resultList__item__subTitle {
    font-size: 16px;
  }

  .resultList__item__subTitle__item01 {
    text-align: center;
  }

  .resultList__item__subTitle__item02 {
    text-align: center;
  }

  .resultList__item__title {
    font-size: 19px;
  }

  .resultList__item__descArea {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .resultList__item__descArea__twoColumn .descList:not(:first-child) {
    margin-top: 10px;
  }

  .resultList__item__descArea__threeColumn .descList:not(:first-child) {
    margin-top: 10px;
  }

  .resultList__item__descArea__threeColumn .descList__desc {
    width: 50%;
  }

  .resultList {
    margin-bottom: 30px;
  }

  .arrowMoreBtn {
    width: 58px;
    margin: 0 0 0 auto;
    text-indent: -9999px;
    overflow: hidden;
  }

  .worksCategoryTag__item {
    width: 31.5%;
    margin-top: 5px;
    margin-left: 2%;
  }

  .worksCategoryTag__item:first-child,
  .worksCategoryTag__item:nth-child(2),
  .worksCategoryTag__item:nth-child(3) {
    margin-top: 0;
  }

  .worksCategoryTag__item:first-child,
  .worksCategoryTag__item:nth-child(3n + 1) {
    margin-left: 0;
  }

  .worksCategoryTag__item a {
    font-size: 10px;
    letter-spacing: 0;
  }

  .resultList__item__title br {
    display: none;
  }

  .resultList__item__subTitle {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .resultList__item__descArea {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .bunjyo_wrap {
    padding: 0;
  }

  .bunjyo_wrap .item .link .p1 {
    text-align: left;
  }

  .single .profileText {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .single .concept_wrap h3 br {
    display: none;
  }

  .single .contentList {
    margin-left: 10px;
    margin-right: 10px;
  }

  .single .contentBox:not(:first-child) {
    margin-top: 30px;
  }

  .single .contentBox__image__thumbnail + * {
    margin-top: 10px;
  }

  .single .contentBox__image__thumbnail:after {
    width: 30px;
    height: 30px;
  }

  .single .contentBox__image__text {
    line-height: 2;
  }

  .single .contentBox__image.type01 .contentBox__image__thumbnail {
    padding-top: 65.7%;
  }

  .single .contentBox__image.type02 .imageLandscape:not(:first-child) {
    margin-top: 30px;
  }

  .single .contentBox__image.type02 .contentBox__image__thumbnail {
    padding-top: 69%;
  }

  .single .contentBox__image.type03 .imagePortrait:not(:first-child) {
    margin-top: 30px;
  }

  .single .contentBox__image.type03 .contentBox__image__thumbnail {
    padding-top: 152%;
  }

  .single .contentBox__image.type04 .contentBox__image__thumbnail {
    padding-top: 152%;
  }

  .single .contentBox__midashi {
    font-size: 18px;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .single .contentBox__midashi br {
    display: none;
  }

  .single .contentBox__text {
    line-height: 2;
  }

  .single .type05 .contentBox__text,
  .single .type06 .contentBox__midashi {
    padding-left: 20px;
    padding-right: 20px;
  }

  .single .contentBox + .type06 {
    margin-top: 25px !important;
  }

  .single .type05 + .contentBox {
    margin-top: 30px;
  }

  .single .contentList {
    margin-top: 45px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 60px;
  }

  .single .contentBox:not(:first-child) {
    margin-top: 30px;
  }

  .single .singleMainvisual {
    padding-top: 66%;
  }

  .single .singleMainvisual.is__movie {
    padding-top: 0;
    height: 57vw;
  }

  .single .singleMainvisual iframe {
    width: 100%;
    height: 57vw;
  }

  .single .concept_wrap .inner_txt {
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .single .dataArea {
    padding: 30px 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .single .dataTitle {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
  }

  .single .dataDescription__contents.contents__01 .dataList:first-child .dataList__title {
    width: 117px;
  }

  .single .dataDescription__contents.contents__01 .dataList:first-child .dataList__text {
    width: 100%;
  }

  .single .dataDescription__contents.contents__01 .dataList:nth-child(2) .dataList__title {
    width: 64px;
  }

  .single .dataDescription__contents.contents__01 .dataList:nth-child(2) .dataList__text {
    width: 100%;
  }

  .single .dataDescription__contents.contents__01 .dataList:nth-child(3) .dataList__title {
    width: 117px;
  }

  .single .dataDescription__contents.contents__01 .dataList:nth-child(3) .dataList__text {
    width: 100%;
  }

  .single .dataDescription__contents.contents__02 .dataList__title {
    width: 117px;
  }

  .single .dataDescription__contents.contents__02 .dataList__text {
    width: 100%;
  }

  .single .dataDescription__contents.contents__02 .dataList:nth-child(3) .dataList__title,
  .single .dataDescription__contents.contents__02 .dataList:nth-child(5) .dataList__title {
    width: 105px;
  }

  .single .dataDescription__contents.contents__02 .dataList:nth-child(3) .dataList__text,
  .single .dataDescription__contents.contents__02 .dataList:nth-child(5) .dataList__text {
    width: 100%;
  }

  .single .commentArea {
    padding: 30px 5%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .single .commentTitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }

  .single .commentDescription {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }

  .single .nameArea {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
  }

  .single .nameArea__department {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .single .nameArea__name {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .single .commentThumbnail {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .single .w_link1 {
    margin-top: 30px;
  }

  .single .btnListArea02 {
    margin-top: 35px;
    margin-bottom: 40px;
  }

  .single .btnListArea02 .txt {
    font-size: 14px;
  }

  .single .btnListArea02 .btn {
    padding-right: 20px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
  }

  .single .btnListArea02 .btn:not(:first-child) {
    margin-top: 10px;
  }

  .single .btnListArea02 {
    margin-top: 60px;
  }

  ul.page-numbers {
    margin-bottom: 70px;
  }

  .infoBnrArea {
    padding-top: 45px;
    margin-top: 45px;
  }

  .bnrKurashi {
    background-image: url(../img/tateuri/img04_sp.jpg) !important;
  }

  .bnrWorks {
    background-image: url(../img/tateuri/img06_sp.jpg) !important;
  }

  .bnrVoice {
    background-image: url(../img/tateuri/img05_sp.jpg) !important;
  }
}

@media screen and (max-width: 370px) {
  .searchComponent__list__item {
    font-size: 12px;
  }
}