@charset "UTF-8";

.icatchWrap .thumb .img1 {
  background-image: url(../../img/process/mv1.jpg);
}

/* ページ下リードコピー */

.pagecopy {
  color: #1d211e;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin-top: 60px;
  white-space: nowrap;
}

/* タグエリア */

.tagArea {
  margin-top: 60px;
}

.tagAreatitle {
  color: #1d211e;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

/* タグリスト */

.tagAreaList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 8px;
  margin-left: -5px;
}

.tagAreaListItem {
  margin: 7px 5px;
}

.tagAreaListItem.isCurrent a {
  background-color: #5b5e62;
  color: #fff;
}

.tagAreaListItem.all a {
  padding-left: 20px;
  padding-right: 20px;
}

.tagAreaListItem a {
  padding: 5px 10px 5px 10px;
  background-color: #eaeaea;
  border-radius: 10px;
  color: #1d211e;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  display: block;
}

.tagAreaListItem a:before {
  content: "#";
  padding-right: 5px;
}

.tagAreaListItem.all a:before {
  display: none;
}

/* 投稿一覧 */

.worksListWrap {
  padding: 100px 0;
  background-color: #e8e8e8;
  margin-top: 40px;
}

.worksListItem {
  letter-spacing: 0;
  background-color: #fff;
  color: #1d211e;
  position: relative;
  transition: background 0.3s ease, color 0.3s ease;
}

.worksListItem .link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}

.worksListItem .thumbnail {
  position: relative;
  width: 100%;
  height: 246px;
  overflow: hidden;
}

.worksListItem .photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../img/common/noimage.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.worksListItem .category {
  min-width: 138px;
  padding: 7px 30px;
  background-color: #4e4e4e;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
.worksListItem .category.cat2 {
  background-color: #919191;
}

.worksListItem .contents {
  padding: 15px 20px 20px 20px;
}

.worksListItem .address {
  padding-bottom: 10px;
  border-bottom: 1px solid #c4c4c4;
  font-size: 17px;
  font-weight: 500;
  position: relative;
}

.worksListItem .address2 {
  /* padding-left: 20px; */
}

.worksListItem .addressIcon {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 5px;
  right: 0;
}

.worksListItem .addressIcon:before {
  content: "";
  background-color: #c4c4c4;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.worksListItem .addressIcon:after {
  content: "";
  background-color: #c4c4c4;
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  top: -6px;
  right: -1px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

.worksListItem .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.666;
  margin-top: 10px;
}

/* 投稿一覧ータグリスト */

.worksListItem .itemTagListWrap {
  overflow: hidden;
}

.worksListItem .itemTagList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-left: -5px;
}

.worksListItem .itemTagListItem {
  margin: 5px 0;
  position: relative;
}

.worksListItem .itemTagListItem.isCurrent a {
  /* background-color: #e8e8e8; */
  color: #1d211e;
  pointer-events: none;
}
.worksListItem .itemTagListItem:before {
  content: "";
  background-color: #808080;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
}

.worksListItem .itemTagListItem a {
  padding: 2px 7px 2px 7px;
  /* padding: 0 7px 0 7px; */
  color: #808080;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  display: block;
  z-index: 40;
}

.worksListItem .itemTagListItem a:before {
  content: "#";
  padding-right: 5px;
}

.moreButton {
  margin-top: 100px;
}

.moreButton.type3 {
  margin-top: 70px;
}

.link_title1 {
  width: 100%;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 18px;
}

.moreButton.clmLink1 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.moreButton.clmLink1 a {
  text-align: center;
  line-height: 1.4;
}

.allTagButton {
  width: 236px;
  height: 34px;
  position: relative;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.allTagButton a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  height: 100%;
}

.allTagButton a:before {
  content: "";
  background-color: #c4c4c4;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
}

.allTagButton a:after {
  content: "";
  background-color: #c4c4c4;
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  right: -3px;
  bottom: 7px;
  margin: auto;
  transform: rotate(45deg);
}

@media all and (min-width: 681px) {
  .tagAreaListItem a,
  .worksListItem .itemTagListItem a {
    transition: 0.3s ease;
    opacity: 1;
  }
  .tagAreaListItem a:hover {
    background-color: #5b5e62;
    color: #eaeaea;
  }
  .worksListItem .itemTagListItem a:hover {
    /* background-color: #5B5E62; */
    color: #fff;
  }
  .worksList {
    display: flex;
    flex-wrap: wrap;
  }
  .worksListItem .photo {
    transition: 0.3s ease;
  }
  .worksListItem .thumbnail:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background 0.3s ease;
    z-index: 15;
  }
  .worksListItem:hover .thumbnail:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: background 0.3s ease;
  }
  .worksListItem:hover .photo {
    transform: scale(1.1, 1.1);
  }
  .worksListItem:hover {
    background-color: #5b5e62;
    color: #fff;
  }
  .worksListItem:hover .itemTagListItem a {
    color: #fff;
  }
  .worksListItem .itemTagListItem:before {
    transition: background-color 0.3s ease;
  }
  .worksListItem:hover .itemTagListItem:before {
    background-color: #fff;
  }
  .worksListItem .itemTagListItem a:hover {
    opacity: 0.5;
  }
  .worksListItem .addressIcon {
    transition: width 0.3s ease;
  }
  .worksListItem:hover .addressIcon {
    width: 25px;
  }

  .worksListItem:hover .itemTagListItem.isCurrent a {
    color: #fff;
  }

  /* 投稿一覧ーtypeA（PCだけ切り替え） */
  .worksList.typeA {
    margin-left: -40px;
  }
  .worksList.typeA .worksListItem {
    width: 370px;
    margin-top: 40px;
    margin-left: 40px;
  }
  .worksList.typeA .worksListItem:first-child,
  .worksList.typeA .worksListItem:nth-child(2),
  .worksList.typeA .worksListItem:nth-child(3) {
    margin-top: 0;
  }
  /* 投稿一覧ーtypeA　ここまで */

  /* 投稿一覧ーtypeB（PCだけ切り替え） */
  .tagAreaList.typeB {
    justify-content: flex-start;
  }
  .worksList.typeB {
    margin-left: -40px;
  }
  .worksList.typeB .worksListItem {
    width: 580px;
    margin-top: 40px;
    margin-left: 40px;
  }
  .worksList.typeB .worksListItem:first-child,
  .worksList.typeB .worksListItem:nth-child(2) {
    margin-top: 0;
  }
  .worksList.typeB .worksListItem .thumbnail {
    height: 385px;
  }
  .worksList.typeB .worksListItem .contents {
    padding: 25px 35px 35px 35px;
  }
  .worksList.typeB .worksListItem .address {
    padding-bottom: 0;
    border-bottom: 0;
    width: 146px;
  }
  .worksList.typeB .worksListItem .address2 {
    padding-left: 0;
    display: block;
  }
  .worksList.typeB .worksListItem .addressIcon {
    display: none;
  }
  .worksList.typeB .worksListItem .titleArea {
    padding: 5px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }
  .worksList.typeB .worksListItem .titleArea:before {
    content: "";
    background-color: #c4c4c4;
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 161px;
  }
  .worksList.typeB .worksListItem .title {
    padding-left: 40px;
    width: 360px;
    margin-top: 0;
  }
  .worksList.typeB .worksListItem .itemTagList {
    margin-top: 15px;
  }
  .moreButton.type2 .w_btn01 {
    font-size: 15px;
    height: 53px;
  }
  /* 投稿一覧ーtypeB　ここまで */
}

@media all and (max-width: 680px) {
  .pagecopy {
    margin-top: 105px;
    padding: 0 38px;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .archive_works .pagecopy {
    padding: 0;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    white-space: normal;
  }
  .pagecopy.type2 {
    margin-top: 30px;
  }
  .tagArea {
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .tagAreatitle {
    font-size: 13px;
  }
  .tagAreaList {
    justify-content: center;
    margin-left: -3.5px;
  }
  .tagAreaListItem {
    margin: 5px 3.5px;
  }
  .tagAreaListItem a {
    font-size: 12px;
    border-radius: 8px;
  }
  .worksListWrap {
    padding: 40px 20px 50px;
    margin-top: 30px;
  }
  .worksListItem {
    margin-top: 40px;
  }
  .worksListItem:first-child {
    margin-top: 0;
  }
  .worksListItem .contents {
    padding: 15px 20px;
  }
  .worksListItem .address {
    font-size: 16px;
  }
  .worksListItem .title {
    font-size: 15px;
    line-height: 1.733;
  }
  .worksListItem .itemTagListItem a {
    font-size: 11px;
  }
  .worksListItem .thumbnail {
    height: 59vw;
  }
  .link_title1 {
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .moreButton {
    margin-top: 40px;
  }
  .allTagButton {
    margin-top: 20px;
  }

  .moreButton.clmLink1 {
    display: block;
    width: 100%;
  }
  .moreButton.clmLink1 a {
    height: 58px;
  }
  .moreButton.clmLink1 a + a {
    margin-top: 15px;
  }

  .moreButton.type3 {
    margin-top: 50px;
  }
}

@media all and (max-width: 370px) {
}

/* 詳細ページ（AとB共通のデザイン）
***************************************************************/

/* 記事コンテンツ */

.singleContents {
  margin-top: 60px;
}

.singleContents .caption {
  font-size: 14px;
  line-height: 1.714;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
}

.singleContents .image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* /記事コンテンツここまで */

.singleText {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
  /* margin-top: 50px; */
}

.singleYoutube {
  width: 100%;
  height: 675px;
  margin-top: 60px;
}

.singleYoutube iframe {
  width: 100%;
  height: 100%;
}

.dataArea {
  padding: 40px 0 25px 0;
  background-color: #e8e8e8;
  margin-top: 100px;
}

.dataListItem dl {
  line-height: 1.4;
  display: flex;
}

.dataListItem dl + dl {
  margin-top: 5px;
}

.dataListItem dt:after {
  content: "／";
}

.dataArea .tagArea {
  margin-top: 10px;
}

.dataArea .tagAreaList {
  justify-content: flex-start;
}

.dataArea .tagAreaListItem a {
  background-color: #fff;
  color: #1d211e;
}

.dataAreaCategory {
  background-color: #5b5e62;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sectionTitleWrap {
  margin-top: 140px;
}

.worksWrapList {
  margin-top: 50px;
}

@media all and (min-width: 681px) {
  /* 記事コンテンツ */
  .singleContents .singleColumn {
    margin-top: 60px;
  }
  .singleContents .singleColumn:first-child {
    margin-top: 0;
  }
  .singleContents .leftColumn,
  .singleContents .rightColumn {
    width: 580px;
  }
  .singleContents .typeImage .image {
    height: 863px;
  }
  .singleContents .typeImage .caption {
    padding-left: 60px;
    padding-right: 60px;
  }
  .singleContents .typeThreeImage .leftColumn .image,
  .singleContents .typeTwoImage.typeLarge .image {
    height: 870px;
  }
  .singleContents .typeTwoImage,
  .singleContents .typeThreeImage {
    display: flex;
    justify-content: space-between;
  }
  .singleContents .typeTwoImage .caption,
  .singleContents .typeThreeImage .caption {
    padding-left: 30px;
    padding-right: 30px;
  }
  .singleContents .typeTwoImage .image,
  .singleContents .typeThreeImage .image {
    height: 382px;
  }
  .singleContents .typeThreeImage .rightColumn .image {
    height: 415px;
  }
  .singleContents .typeThreeImage .rightColumn .image + .image {
    margin-top: 40px;
  }
  .singleContents .typeText + .typeText {
    margin-top: 20px;
  }
  /* /記事コンテンツここまで */

  .dataArea .tagAreaListItem a:hover {
    background-color: #5b5e62;
    color: #fff;
  }

  .dataAreaInner {
    display: flex;
  }

  .dataAreaCategory {
    padding-left: 15px;
    padding-right: 15px;
    width: 420px;
    min-height: 60px;
  }

  .dataAreaTitle {
    font-size: 16px;
    font-weight: 700;
    width: 65px;
    display: flex;
    align-items: center;
    margin-left: 40px;
    color: #4e4e4e;
  }

  .dataList {
    padding-left: 25px;
    padding-right: 20px;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    width: 550px;
    display: flex;
  }

  .dataListItem {
    font-size: 14px;
    line-height: 1.857;
    letter-spacing: 0;
    margin-left: 20px;
  }

  .dataListItem:first-child {
    margin-left: 0;
  }

  .dataListItem.item1 {
    width: 225px;
  }
  .dataListItem.item2 {
    width: 250px;
  }
  .dataListItem.item3 {
    width: 250px;
  }

  .dataListItem dt {
    width: 118px;
  }
  .dataListItem dd {
    width: 100%;
  }
  .dataListItem.item3 dt {
    width: 132px;
  }

  .contactBanner {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .contactBanner a {
    transition: 0.3s ease;
  }
  .contactBanner a:hover {
    opacity: 0.8;
  }
  .contactBanner,
  .contactBanner__image,
  .contactBanner img {
    width: 765.5px;
  }
}

@media all and (max-width: 680px) {
  /* 記事コンテンツ */

  .singleContents {
    margin-top: 30px;
  }
  .singleContents .singleColumn {
    margin-top: 30px;
  }
  .singleContents .singleColumn:first-child {
    margin-top: 0;
  }

  .singleContents .rightColumn {
    margin-top: 30px;
  }

  .singleContents .typeThreeImage .rightColumn .image + .image {
    margin-top: 10px;
  }
  .singleContents .typeImage .image,
  .singleContents .typeTwoImage .image,
  .singleContents .typeThreeImage .rightColumn .image {
    height: 67.5vw;
  }
  .singleContents .typeThreeImage .leftColumn .image,
  .singleContents .typeTwoImage.typeLarge .image {
    height: 150vw;
  }
  .singleContents .caption {
    font-size: 14px;
    line-height: 1.857;
    margin-top: 10px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .singleContents .typeText {
  }

  /* /記事コンテンツここまで */

  .singleText {
    font-size: 14px;
    line-height: 1.857;
    margin-left: 12px;
    margin-right: 12px;
  }

  .singleYoutube {
    height: 211px;
    margin-top: 30px;
  }

  .dataArea {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0;
  }
  .dataAreaInner {
    display: flex;
    flex-wrap: wrap;
  }
  .dataList {
    padding-left: 20px;
    border-left: 1px solid #a0a29e;
  }
  .dataListItem {
    font-size: 11px;
    line-height: 1.818;
    letter-spacing: 0.05em;
  }
  .dataListItem + .dataListItem {
    margin-top: 5px;
  }
  .dataAreaCategory {
    padding: 5px 0;
    font-size: 13px;
    width: 100%;
    margin-bottom: 15px;
  }
  .dataAreaTitle {
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 700;
    width: 65px;
  }
  .sectionTitleWrap {
    margin-top: 76px;
  }
  .worksWrapList {
    margin-top: 24px;
  }
  .tagArea.type2 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .contactBanner {
    text-align: center;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .dataArea .tagArea {
    margin: 15px auto 0;
  }
  .dataArea .tagAreaList {
    margin-top: 0;
  }
}

@media all and (max-width: 370px) {
  .dataArea {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tagArea.type2 {
    margin-left: 12px;
    margin-right: 12px;
  }
}

/* 詳細ページースライダー（PCはtopのAをベースに、SPはBをベースに作成）
***************************************************************/
.ot_slideWtap {
  background-color: #e8e8e8;
  padding: 140px 0 150px;
  margin-top: 160px;
}
.ot_title1 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.ot_category {
  min-width: 138px;
  padding: 7px 30px;
  background-color: #4e4e4e;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
.ot_category.cat2 {
  background-color: #919191;
}
@media all and (min-width: 681px) {
  .worksWrapInner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .worksTitle1 {
    margin-bottom: 60px;
  }
  .worksLink1 {
    margin-top: 50px;
  }
  .worksWrapList {
  }
  .worksWrapList .slideItem a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  .worksWrapList .slideItem .textBox {
    width: 300px;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    overflow: hidden;
  }
  .worksWrapList .slideItem .textBox .category {
    background-color: #5b5e62;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 2px 18px;
    width: 100%;
  }
  .worksWrapList .slideItem .textBox .caption {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 5px;
    margin-bottom: 8px;
    margin-top: 20px;
  }
  .worksWrapList .slideItem .textBox .caption .s1 {
    margin-right: 18px;
  }
  .worksWrapList .slideItem .textBox .title {
    font-size: 17px;
    text-align: justify;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .worksWrapList .slideItem .imgBox {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .worksWrapList .slideItem .imgBox .thumb {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .worksWrapList .slideItem .imgBox .thumb .img1 {
    width: 100%;
    height: 100%;
    background-image: url(../../img/common/noimage.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s ease;
  }
  .worksWrap .slideArrow .prev,
  .worksWrap .slideArrow .next {
    width: 42px;
    height: 42px;
    background-color: #5b5e62;
    position: absolute;
    top: 131px;
    left: calc((100% - 1050px) / 2);
    cursor: pointer;
    transition: background 0.3s ease;
  }
  .worksWrap .slideArrow .prev::after,
  .worksWrap .slideArrow .next::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(135deg);
    transition: border 0.3s ease;
  }
  .worksWrap .slideArrow .next {
    left: auto;
    right: calc((100% - 1050px) / 2);
  }
  .worksWrap .slideArrow .next::after {
    left: 0;
    right: 5px;
    transform: rotate(-45deg);
  }

  .worksWrapList::after {
    content: "";
    display: block;
    /* width: calc(100% / 3); */
  }
  .worksWrap .worksWrapList .slideItem {
    width: 454px;
    height: 304px;
  }
  .worksWrap.bg2 .worksWrapList .slideItem a {
    background-color: #fff;
  }
  .worksWrapList .slideItem {
    margin: 0 30px;
  }
  .worksWrapList .slideItem a:hover {
    background-color: #ccc;
  }
  .worksWrapList .slideItem a:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background 0.3s ease;
  }
  .worksWrapList .slideItem a:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .worksWrapList .slideItem a:hover .imgBox .thumb .img1 {
    transform: scale(1.1);
  }
  .worksWrap .worksWrapList .slick-track {
    margin-left: 257px;
  }
  .worksWrapList .slideItem .textBox {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .worksWrapList .slideItem a:hover .textBox {
    opacity: 1;
  }
}
@media all and (max-width: 680px) {
  .ot_slideWtap {
    padding: 50px 0 25px;
    margin-top: 75px;
  }
  .ot_title1 {
    font-size: 16px;
  }
  .worksWrap .worksWrapInner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .worksWrap .worksTitle1 {
    margin-bottom: 60px;
  }
  .worksWrap .worksLink1 {
    margin-top: 50px;
  }
  .worksWrap .worksWrapList .slideItem {
    width: 516px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .worksWrap .worksWrapList .slideItem a {
    width: 100%;
    display: block;
    position: relative;
  }
  .worksWrap .worksWrapList .slideItem .textBox {
    width: 100%;
    padding: 10px 0;
  }
  .worksWrap .worksWrapList .slideItem .textBox .category {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #5b5e62;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 2px 18px;
  }
  .worksWrap .worksWrapList .slideItem .textBox .caption {
    color: #1d211e;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
  .worksWrap .worksWrapList .slideItem .textBox .caption .s1 {
    margin-right: 18px;
  }
  .worksWrap .worksWrapList .slideItem .textBox .title {
    font-size: 20px;
    text-align: justify;
    letter-spacing: 0.05em;
  }
  .worksWrap .worksWrapList .slideItem .imgBox {
    width: 100%;
    height: 304px;
    position: relative;
  }
  .worksWrap .worksWrapList .slideItem .imgBox .thumb {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .worksWrap .worksWrapList .slideItem .imgBox .thumb .img1 {
    width: 100%;
    height: 100%;
    background-image: url(../../img/common/noimage.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s ease;
  }
  .worksWrap .slideArrow .prev,
  .worksWrap .slideArrow .next {
    width: 42px;
    height: 42px;
    background-color: #5b5e62;
    position: absolute;
    top: 131px;
    left: calc((100% - 1176px) / 2);
    cursor: pointer;
    transition: background 0.3s ease;
  }
  .worksWrap .slideArrow .prev::after,
  .worksWrap .slideArrow .next::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(135deg);
    transition: border 0.3s ease;
  }
  .worksWrap .slideArrow .next {
    left: auto;
    right: calc((100% - 1176px) / 2);
  }
  .worksWrap .slideArrow .next::after {
    left: 0;
    right: 5px;
    transform: rotate(-45deg);
  }
  .worksWrap .worksWrapInner {
    width: 100%;
    padding: 0 20px;
  }
  .worksWrap .worksTitle1 {
    margin-bottom: 30px;
  }
  .worksWrap .worksLink1 {
    margin-top: 30px;
  }
  .worksWrap .worksWrapList {
    display: block;
  }
  .worksWrap .worksWrapList .slideItem {
    width: 100%;
    margin: 0;
  }
  .worksWrap .worksWrapList .slideItem a {
    width: 100%;
    display: block;
    padding: 0;
  }
  .worksWrap .worksWrapList .slideItem .textBox {
    width: 100%;
    padding: 15px 0;
  }
  .worksWrap .worksWrapList .slideItem .textBox .category {
    font-size: 13px;
    padding: 2px 24px;
  }
  .worksWrap .worksWrapList .slideItem .textBox .caption {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .worksWrap .worksWrapList .slideItem .textBox .title {
    font-size: 15px;
    line-height: 1.733;
  }
  .worksWrap .worksWrapList .slideItem .imgBox {
    width: 100%;
    height: 66.56vw;
  }
  .worksWrap .slideArrow .prev,
  .worksWrap .slideArrow .next {
    width: 30px;
    height: 30px;
    top: calc((66.56vw / 2) - 15px);
    left: 0;
  }
  .worksWrap .slideArrow .prev::after,
  .worksWrap .slideArrow .next::after {
    left: 4px;
    right: 0;
    width: 12px;
    height: 12px;
  }
  .worksWrap .slideArrow .next {
    left: auto;
    right: 0;
  }
  .worksWrap .slideArrow .next::after {
    left: 0;
    right: 4px;
  }
}
@media all and (max-width: 370px) {
}

/* processWrap
***************************************************************/
.processWrap {
  padding: 100px 0;
  background-color: #e8e8e8;
}
.process_catBox1 {
  display: flex;
  justify-content: center;
  margin-bottom: 38px;
}
.process_category1 {
  min-width: 138px;
  padding: 7px 30px;
  background-color: #4e4e4e;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.process_category1.cat2 {
  background-color: #919191;
}
.process_s_title1 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .processWrap {
    padding: 60px 0 28px;
  }
  .process_catBox1 {
    margin-bottom: 30px;
  }
  .process_s_title1 {
    font-size: 18px;
    text-align: justify;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 0 20px;
  }
}
@media all and (max-width: 370px) {
}

/* process_flow
***************************************************************/
.process_flow {
  padding-top: 40px;
}
.process_flow_item {
  background-color: #fff;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 70px;
}
.process_flow_item + .process_flow_item {
  margin-top: 8px;
}
.process_flow_clm {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.process_slides {
  width: 510px;
}
.process_slide_item {
  width: 100%;
  height: 382px;
}
.process_slide_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.process_slides .slick-prev,
.process_slides .slick-next {
  width: 40px;
  height: 40px;
  background-color: #1d211e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process_slides .slick-prev {
  left: -20px;
}
.process_slides .slick-next {
  right: -20px;
}
.process_slides .slick-prev:before,
.process_slides .slick-next:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
}
.process_slides .slick-prev:before {
  left: 4px;
}
.process_slides .slick-next:before {
  right: 4px;
}
.process_group {
  width: 500px;
}
.process_group .day {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.process_group .title {
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.025em;
  line-height: calc(32 / 18);
}
.process_group .text {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(30 / 16);
}
.process_group .title + .text {
  margin-top: 16px;
}
.process_flow_linkBox {
  margin-top: 54px;
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
.process_flow_linkBox .w_btn01 {
  margin: 0;
}
.process_textlinks {
  margin-top: 35px;
}
.process_textlinks > li:nth-of-type(n + 2) {
  margin-top: 18px;
}
.process_textlinks a {
  display: block;
  color: #666464;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-decoration: underline;
}
@media all and (min-width: 681px) {
  .process_textlinks a:hover {
    text-decoration: none;
  }
}
@media all and (max-width: 680px) {
  .process_flow {
    padding: 30px 20px 0;
  }
  .process_flow_item {
    width: 100%;
    padding: 20px 20px 40px;
  }
  .process_flow_clm {
    display: block;
  }
  .process_slides {
    width: 100%;
  }
  .process_slide_item {
    width: 100%;
    height: calc((221 / 375) * 100vw);
  }
  .process_slides .slick-prev {
    left: -40px;
  }
  .process_slides .slick-next {
    right: -40px;
  }
  .process_group {
    width: 100%;
    padding-top: 13px;
  }
  .process_group .day {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .process_group .title {
    font-size: 17px;
    letter-spacing: 0;
    line-height: calc(32 / 17);
  }
  .process_group .text {
    font-size: 15px;
    line-height: calc(30 / 15);
  }
  .process_group .title + .text {
    margin-top: 16px;
  }
  .process_flow_linkBox {
    margin-top: 35px;
    flex-flow: column;
    align-items: center;
    gap: 17px 0;
  }
  .process_textlinks {
    margin-top: 30px;
  }
  .process_textlinks > li:nth-of-type(n + 2) {
    margin-top: 14px;
  }
  .process_textlinks a {
    font-size: 15px;
  }
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
