.m_btn01 li {
  margin: auto;
  width: 500px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .m_btn01 li {
    width: auto;
  }
}
.m_btn01 li a {
  display: block;
  height: 70px;
  position: relative;
  border: 1px solid #212121;
  background: #212121;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  line-height: 70px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .m_btn01 li a {
    padding: 6vw 4vw;
    height: auto;
    padding-right: 5.333vw;
    background-size: 4.133vw auto;
    font-size: 3.733vw;
    line-height: 1.5;
  }
}
.m_btn01 li a::after {
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 1;
}
.m_btn01 li a:hover::after {
  transform: scale(1, 1);
}
.m_btn01 li a span {
  display: block;
  position: relative;
  background: url("/common/img/m_btn_arrow01.png") no-repeat center right 19px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .m_btn01 li a span {
    background-size: 5.067vw auto;
    background-position: center right;
  }
}
.m_btn01 li a:hover span {
  background-image: url("/common/img/m_btn_arrow02.png");
  color: #212121;
}

.m_rowHeaderStyle01 {
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle01 {
    padding: 12vw 5.333vw 14.667vw;
  }
}
.m_rowHeaderStyle01 .areaIndex {
  margin: 0 0 40px;
  position: relative;
  font-family: Roboto;
  font-size: 20px;
  color: #ababab;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle01 .areaIndex {
    margin: 0 0 6vw;
    font-size: 3.467vw;
  }
}
.m_rowHeaderStyle01 .areaIndex[data-scroll=fadeup] {
  opacity: 0;
}
.m_rowHeaderStyle01 .areaIndex::before {
  content: "";
  display: block;
  width: calc((100vw - 1000px) / 2);
  position: absolute;
  top: 18px;
  left: calc(50% - 50vw);
  border-top: 1px solid #ababab;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle01 .areaIndex::before {
    width: 3.333vw;
    top: 2.667vw;
    left: -5.333vw;
  }
}
.m_rowHeaderStyle01 h1, .m_rowHeaderStyle01 .heading {
  margin: 0 0 30px;
  position: relative;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.6;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle01 h1, .m_rowHeaderStyle01 .heading {
    margin-bottom: 8vw;
    font-size: 8vw;
  }
}
.m_rowHeaderStyle01 .rowHeading {
  padding-left: 40px;
  border-left: 1px solid #50c850;
  font-size: 34px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle01 .rowHeading {
    font-size: 7.2vw;
  }
}
.m_rowHeaderStyle01 .exp {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle01 .exp {
    font-size: 3.467vw;
  }
}
.m_rowHeaderStyle01 .info {
  display: flex;
}
.m_rowHeaderStyle01 .info li {
  margin-right: 30px;
  list-style-type: none;
}
.m_rowHeaderStyle01 .info li.date {
  font-size: 12px;
  color: #909090;
}
.m_rowHeaderStyle01 .info li.category {
  width: 135px;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle01 .info li.category {
    width: 21.867vw;
  }
}
.m_rowHeaderStyle01 .info li.category a, .m_rowHeaderStyle01 .info li.category span {
  display: block;
  width: 135px;
  font-size: 14px;
  text-align: center;
  background-color: #50c850;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle01 .info li.category a, .m_rowHeaderStyle01 .info li.category span {
    padding: 0.8vw 0 0.933vw;
    width: 21.867vw;
    font-size: 2.667vw;
  }
}

.m_rowHeaderStyle01.company::after {
  content: "COMPANY";
  display: block;
  position: absolute;
  top: 70px;
  right: 0;
  font-size: 200px;
  font-weight: 300;
  font-family: Roboto;
  color: #f8f8f8;
  line-height: 0.7;
  opacity: 0.3;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle01.company::after {
    white-space: pre;
    content: "COMPANY";
    top: 12vw;
    font-size: 26.667vw;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle01.noExp {
    padding: 12vw 5.333vw 8vw;
  }
}

.m_rowHeaderStyle02 {
  padding: 100px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle02 {
    padding: 11.333vw 5.333vw 14.667vw;
  }
}
.m_rowHeaderStyle02 .areaIndex {
  margin: 0 0 40px;
  position: relative;
  font-family: Roboto;
  font-size: 20px;
  color: #ababab;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle02 .areaIndex {
    margin: 0 0 6vw;
    font-size: 3.467vw;
  }
}
.m_rowHeaderStyle02 .areaIndex::before {
  content: "";
  display: block;
  width: calc((100vw - 1000px) / 2);
  position: absolute;
  top: 15px;
  left: calc(50% - 50vw);
  border-top: 1px solid #ababab;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle02 .areaIndex::before {
    width: 3.333vw;
    top: 2.667vw;
    left: -5.333vw;
  }
}
.m_rowHeaderStyle02 .col {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle02 .col {
    display: block;
  }
}
.m_rowHeaderStyle02 .col .imgArea {
  margin-right: 25px;
  width: 340px;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle02 .col .imgArea {
    margin-right: 0;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle02 .col .imgArea img {
    width: 57.6vw;
    height: auto;
  }
}
.m_rowHeaderStyle02 .col .textArea {
  flex: 1;
}
.m_rowHeaderStyle02 .col .textArea h1 {
  margin: 0 0 30px;
  position: relative;
  font-size: 40px;
  font-weight: 500;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle02 .col .textArea h1 {
    margin-bottom: 5.333vw;
    font-size: 8vw;
  }
}
.m_rowHeaderStyle02 .col .textArea .exp {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle02 .col .textArea .exp {
    font-size: 3.467vw;
  }
}

.m_rowHeaderStyle03 {
  padding: 80px 0 30px;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle03 {
    padding: 10.667vw 5.333vw 4vw;
  }
}
.m_rowHeaderStyle03 h1 {
  padding-left: 50px;
  border-left: 1px solid #50c850;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle03 h1 {
    padding-left: 6.133vw;
    font-size: 7.2vw;
  }
}
.m_rowHeaderStyle03 .snsList {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle03 .snsList {
    margin-top: 4.667vw;
  }
}
.m_rowHeaderStyle03 .snsList li {
  margin-left: 17px;
  width: 41px;
  height: 41px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle03 .snsList li {
    margin-left: 3.467vw;
    width: 9.2vw;
    height: 9.2vw;
  }
}
.m_rowHeaderStyle03 .snsList li a {
  display: block;
  width: 41px;
  height: 41px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 41px auto;
  text-indent: -9999px;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle03 .snsList li a {
    width: 9.2vw;
    height: 9.2vw;
    background-size: 9.2vw auto;
  }
}
.m_rowHeaderStyle03 .snsList li.tw a {
  background-image: url("/common/img/icon_twitter.svg");
}
.m_rowHeaderStyle03 .snsList li.fb a {
  background-image: url("/common/img/icon_facebook.svg");
}
.m_rowHeaderStyle03 .snsList li.note a {
  background-image: url("/common/img/icon_note.svg");
}
.m_rowHeaderStyle03 .snsList li.mail a {
  background-image: url("/common/img/icon_mail.svg");
}

.m_caseStudy01 h2 {
  margin: 0 0 45px;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 h2 {
    margin-bottom: 11.333vw;
  }
}
.m_caseStudy01 .caseStudyList {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 55px;
  min-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList {
    display: block;
    justify-content: flex-start;
    margin-bottom: 13.333vw;
    min-width: initial;
  }
}
.m_caseStudy01 .caseStudyList > li {
  margin-right: 21px;
  width: 299px;
  position: relative;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li {
    margin-right: 0;
    margin-bottom: 4vw;
    width: auto;
  }
}
.m_caseStudy01 .caseStudyList > li:hover {
  background-color: #fff;
}
.m_caseStudy01 .caseStudyList > li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li:last-child {
    margin-bottom: 0;
  }
}
.m_caseStudy01 .caseStudyList > li a {
  display: block;
  padding: 25px;
  height: 100%;
  background-color: #f0f0f0;
  text-decoration: none;
  color: #191919;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li a {
    padding: 3.2vw;
  }
}
.m_caseStudy01 .caseStudyList > li a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #212121;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li a::before {
    width: 8.933vw;
    height: 8.933vw;
  }
}
.m_caseStudy01 .caseStudyList > li a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li a::after {
    width: 1.467vw;
    height: 1.467vw;
    right: 3.6vw;
    bottom: 3.467vw;
  }
}
.m_caseStudy01 .caseStudyList > li a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li a:hover {
    opacity: 1;
  }
}
.m_caseStudy01 .caseStudyList > li a:hover::after {
  opacity: 1;
}
.m_caseStudy01 .caseStudyList > li a .img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li a .img {
    margin-bottom: 3.6vw;
  }
}
.m_caseStudy01 .caseStudyList > li a .img img {
  width: 100%;
  height: auto;
}
.m_caseStudy01 .caseStudyList > li a dl {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li a dl {
    padding-bottom: 17.333vw;
  }
}
.m_caseStudy01 .caseStudyList > li a dl dt {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li a dl dt {
    margin-bottom: 2.667vw;
    font-size: 4vw;
  }
}
.m_caseStudy01 .caseStudyList > li a dl dd {
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li a dl dd {
    font-size: 3.467vw;
  }
}
.m_caseStudy01 .caseStudyList > li a .tags {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 25px;
  bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li a .tags {
    left: 3.2vw;
    bottom: 13.333vw;
  }
}
.m_caseStudy01 .caseStudyList > li a .tags li {
  margin-right: 9px;
  width: 77px;
  height: 30px;
  background-color: #50c850;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  list-style-type: none;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li a .tags li {
    margin-right: 1.2vw;
    width: 11.467vw;
    height: 4.4vw;
    font-size: 2.533vw;
    line-height: 4.4vw;
  }
}
.m_caseStudy01 .caseStudyList > li a .tags li:last-child {
  margin-right: 0;
}
.m_caseStudy01 .m_btn01 li {
  width: 299px;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .m_btn01 li {
    width: auto;
  }
}
.m_caseStudy01 .m_btn01 li a {
  width: 299px;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .m_btn01 li a {
    width: auto;
  }
}

.product {
  padding: 80px 0 0;
  min-width: 1000px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product {
    padding: 22.667vw 5.333vw 0;
    min-width: initial;
  }
}
.product::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 581px;
  background-color: #f8f8f8;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .product::before {
    left: 0;
    height: 200vw;
  }
}
.product .afterCategoryText {
  content: "PRODUCT";
  display: block;
  position: absolute;
  top: 80px;
  right: 0;
  font-size: 200px;
  font-weight: 300;
  font-family: Roboto;
  color: #606060;
  letter-spacing: -11px;
  line-height: 0.7;
  opacity: 0.03;
  z-index: -1;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .product .afterCategoryText {
    top: 22.667vw;
    font-size: 26.667vw;
  }
}
.product .areaIndex {
  margin: 0 0 50px;
  position: relative;
  font-family: Roboto;
  font-size: 20px;
  color: #ababab;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .product .areaIndex {
    margin: 0 0 6vw;
    font-size: 3.467vw;
  }
}
.product .areaIndex::before {
  content: "";
  display: block;
  width: calc((100vw - 975px) / 2);
  position: absolute;
  top: 17px;
  left: calc(50% - 50vw);
  border-top: 1px solid #ababab;
}
@media only screen and (max-width: 767px) {
  .product .areaIndex::before {
    width: 3.333vw;
    top: 2vw;
    left: -5.333vw;
  }
}
.product h2 {
  margin: 0 0 44px;
  font-size: 34px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .product h2 {
    margin: 0 0 9.333vw;
  }
}
.product p {
  margin: 0 0 30px;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .product p {
    margin: 0 0 8vw;
    font-size: 3.467vw;
    text-align: left;
  }
}
.product .serviceList {
  display: flex;
  justify-content: space-around;
  margin: auto;
  width: 735px;
}
@media only screen and (max-width: 767px) {
  .product .serviceList {
    display: block;
    width: auto;
  }
}
.product .serviceList li {
  width: 350px;
  border-top: 1px solid #e2e2e2;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .product .serviceList li {
    width: auto;
  }
}
.product .serviceList li .name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 155px;
  border-left: 4px solid;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .product .serviceList li .name {
    height: 32.933vw;
  }
}
.product .serviceList li .name img {
  width: auto;
  height: 72px;
}
@media only screen and (max-width: 767px) {
  .product .serviceList li .name img {
    width: 53.867vw;
    height: auto;
  }
}
.product .serviceList li .text {
  margin: 0;
  padding: 25px 40px;
  text-align: left;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .product .serviceList li .text {
    padding: 5.733vw 10.667vw;
  }
}
.product .serviceList li .btn {
  margin-top: -1px;
  padding: 0 40px 30px;
}
@media only screen and (max-width: 767px) {
  .product .serviceList li .btn {
    padding: 0 10.667vw 5.333vw;
  }
}
.product .serviceList li .btn li {
  width: auto;
  border-top: none;
}
.product .serviceList li .btn li a {
  display: block;
  width: auto;
  height: 43px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  line-height: 43px;
}
@media only screen and (max-width: 767px) {
  .product .serviceList li .btn li a {
    height: 13.6vw;
    font-size: 3.733vw;
    line-height: 13.6vw;
  }
}
.product .serviceList li .btn li a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 1;
}
.product .serviceList li .btn li a:hover {
  color: #fff;
}
.product .serviceList li .btn li a:hover::after {
  transform: scale(1, 1);
}
.product .serviceList li .btn li a span {
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right 20px center;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .product .serviceList li.omni {
    margin-bottom: 5.333vw;
  }
}
.product .serviceList li.omni .name {
  border-color: #50c850;
}
.product .serviceList li.omni .text {
  background-color: #50c850;
}
.product .serviceList li.omni .btn {
  background-color: #50c850;
}
.product .serviceList li.omni .btn a {
  color: #06a506;
}
.product .serviceList li.omni .btn a::after {
  background-color: #50c850;
}
.product .serviceList li.omni .btn a span {
  background-image: url("/common/img/m_btn_arrow03.png");
}
.product .serviceList li.omni .btn a:hover span {
  background-image: url("/common/img/m_btn_arrow04.png");
}
.product .serviceList li.point .name {
  border-color: #f7a61a;
}
.product .serviceList li.point .text {
  background-color: #f7a61a;
}
.product .serviceList li.point .btn {
  background-color: #f7a61a;
}
.product .serviceList li.point .btn a {
  color: #df8d00;
}
.product .serviceList li.point .btn a::after {
  background-color: #f7a61a;
}
.product .serviceList li.point .btn a span {
  background-image: url("/common/img/m_btn_arrow05.png");
}
.product .serviceList li.point .btn a:hover span {
  background-image: url("/common/img/m_btn_arrow06.png");
}

.productType02 {
  padding: 120px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .productType02 {
    padding: 24vw 5.333vw 0;
  }
}
.productType02::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw - 66px);
  height: 586px;
  background-color: #f8f8f8;
  z-index: -1;
}
@media only screen and (max-width: 1000px) {
  .productType02::before {
    width: 943px;
  }
}
@media only screen and (max-width: 767px) {
  .productType02::before {
    width: 100%;
    height: 200vw;
  }
}
.productType02::after {
  top: 90px;
}

.productType03 {
  padding: 160px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .productType03 {
    padding: 24vw 5.333vw 0;
  }
}
.productType03::before {
  content: none;
}
.productType03::after {
  top: 120px;
}
.productType03 .serviceList li {
  border-right: 1px solid #e2e2e2;
}

.m_descriptionList01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
  padding: 0 80px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .m_descriptionList01 {
    margin: 0 5.333vw 9.333vw;
    padding: 0;
    width: auto;
  }
}
.m_descriptionList01 dt, .m_descriptionList01 dd {
  padding: 30px 0;
  border-bottom: 1px solid #dbdbdb;
}
@media only screen and (max-width: 767px) {
  .m_descriptionList01 dt, .m_descriptionList01 dd {
    padding: 4.667vw 0;
    font-size: 3.467vw;
  }
}
.m_descriptionList01 dt {
  padding-right: 12px;
  width: 102px;
}
@media only screen and (max-width: 767px) {
  .m_descriptionList01 dt {
    padding-right: 1.6vw;
    width: 17.467vw;
  }
}
.m_descriptionList01 dd {
  width: 677px;
}
@media only screen and (max-width: 767px) {
  .m_descriptionList01 dd {
    width: 70.267vw;
  }
}

.m_rowLinkList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
  padding: 0 80px;
}
@media only screen and (max-width: 767px) {
  .m_rowLinkList {
    margin-bottom: 13.333vw;
    padding: 0 5.333vw;
  }
}
.m_rowLinkList li {
  margin-right: 50px;
  font-size: 16px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .m_rowLinkList li {
    margin-right: 7.733vw;
    font-size: 3.467vw;
  }
}

.m_textLayout01 {
  margin: 0 30px 75px;
}
@media only screen and (max-width: 767px) {
  .m_textLayout01 {
    margin: 0 5.333vw 10vw;
  }
}
.m_textLayout01 h2 {
  margin-bottom: 30px;
  padding-left: 30px;
  border-left: 1px solid #ababab;
  font-size: 26px;
  font-weight: 500;
  color: #191919;
}
@media only screen and (max-width: 767px) {
  .m_textLayout01 h2 {
    margin-bottom: 4.667vw;
    padding-left: 4.667vw;
    font-size: 5.333vw;
  }
}
.m_textLayout01 p {
  font-size: 16px;
  color: #3f3f3f;
}
@media only screen and (max-width: 767px) {
  .m_textLayout01 p {
    font-size: 3.467vw;
  }
}
.m_textLayout01 ul li {
  margin-left: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .m_textLayout01 ul li {
    font-size: 3.467vw;
  }
}

.m_listStyle01 {
  margin: 25px 0;
}
@media only screen and (max-width: 767px) {
  .m_listStyle01 {
    margin: 4vw 0;
  }
}
.m_listStyle01 li {
  margin: 0;
  list-style-type: square;
}
@media only screen and (max-width: 767px) {
  .m_listStyle01 li {
    font-size: 3.467vw;
  }
}

.m_listStyle02 {
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .m_listStyle02 {
    margin: 1.333vw 0;
  }
}
.m_listStyle02 li {
  margin: 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .m_listStyle02 li {
    font-size: 3.467vw;
  }
}

.m_listStyle03 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.m_listStyle03 li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 300px;
  font-size: 12px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .m_listStyle03 li {
    margin-right: 2.267vw;
    margin-bottom: 2.4vw;
    width: 43.467vw;
  }
}
.m_listStyle03 li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .m_listStyle03 li:nth-child(3n) {
    margin-right: 2.267vw;
  }
}
@media only screen and (max-width: 767px) {
  .m_listStyle03 li:nth-child(2n) {
    margin-right: 0;
  }
}
.m_listStyle03 li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.m_listStyle_column {
  column-count: 2;
}
@media only screen and (max-width: 767px) {
  .m_listStyle_column {
    column-count: 1;
  }
}
.m_listStyle_column li {
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  .m_listStyle_column li {
    padding-right: 2vw;
  }
}

#content .pageArea {
  margin-bottom: 65px;
  display: flex;
  justify-content: center;
  font-family: Roboto;
}
@media only screen and (max-width: 767px) {
  #content .pageArea {
    margin-bottom: 13.333vw;
  }
}
#content .pageArea p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #content .pageArea p {
    font-size: 4vw;
  }
}
#content .pageArea p a, #content .pageArea p span {
  position: relative;
  text-decoration: none;
  color: #000000;
}
#content .pageArea p a:hover, #content .pageArea p span:hover {
  text-decoration: none;
  color: #50c850;
}
#content .pageArea p a::after, #content .pageArea p span::after {
  content: "";
  display: block;
  margin-top: -3px;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  #content .pageArea p a::after, #content .pageArea p span::after {
    margin-top: -1.067vw;
    width: 2vw;
    height: 2vw;
  }
}
#content .pageArea p a:hover::after, #content .pageArea p span:hover::after {
  border-color: #50c850;
}
#content .pageArea .prev a, #content .pageArea .prev span {
  padding-left: 18px;
}
@media only screen and (max-width: 767px) {
  #content .pageArea .prev a, #content .pageArea .prev span {
    padding-left: 4vw;
  }
}
#content .pageArea .prev a::after, #content .pageArea .prev span::after {
  left: 0px;
  transform: rotate(135deg);
}
#content .pageArea .next a, #content .pageArea .next span {
  padding-right: 18px;
}
@media only screen and (max-width: 767px) {
  #content .pageArea .next a, #content .pageArea .next span {
    padding-right: 4vw;
  }
}
#content .pageArea .next a::after, #content .pageArea .next span::after {
  right: 0px;
}
#content .pageArea .prev span, #content .pageArea .next span {
  color: #bbbbbb;
  cursor: default;
}
#content .pageArea .prev span::after, #content .pageArea .next span::after {
  border-color: #bbbbbb;
}
#content .pageArea .prev span:hover, #content .pageArea .next span:hover {
  color: #bbbbbb;
}
#content .pageArea .prev span:hover::after, #content .pageArea .next span:hover::after {
  border-color: #bbbbbb;
}
#content .pageArea ul {
  display: flex;
  margin: 0 35px;
}
@media only screen and (max-width: 767px) {
  #content .pageArea ul {
    margin: 0 10vw;
  }
}
#content .pageArea ul li {
  margin: 0 10px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content .pageArea ul li {
    margin: 0 1.6vw;
  }
}
#content .pageArea ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  #content .pageArea ul li a {
    font-size: 4vw;
  }
}
#content .pageArea ul li span {
  text-decoration: underline;
  color: #50c850;
}
#content .pageArea.noNum .prev {
  margin-right: 100px;
}
@media only screen and (max-width: 767px) {
  #content .pageArea.noNum .prev {
    margin-right: 13.333vw;
  }
}

#content .m_columnList {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #content .m_columnList {
    margin: 0 0 6.667vw;
  }
}
#content .m_columnList .m_categoryMenuBg {
  margin-bottom: 60px;
  padding: 20px 0 25px;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  #content .m_columnList .m_categoryMenuBg {
    margin-bottom: 12vw;
    padding: 5.333vw 5.333vw 6.667vw;
  }
}
#content .m_columnList .listTitle {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto";
  color: #9f9f9f;
}
@media only screen and (max-width: 767px) {
  #content .m_columnList .listTitle {
    margin-bottom: 4vw;
    font-size: 3.733vw;
  }
}
#content .m_categoryMenu {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  padding-left: 33px;
  border-left: 1px solid #bbbbbb;
}
@media only screen and (max-width: 767px) {
  #content .m_categoryMenu {
    justify-content: flex-start;
    margin: 0 5.333vw 0 0;
    gap: 2.667vw;
    padding-top: 3.333vw;
    padding-left: 3.333vw;
  }
}
#content .m_categoryMenu li {
  width: 135px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content .m_categoryMenu li {
    width: auto;
  }
}
#content .m_categoryMenu li a {
  display: block;
  padding: 3px 0;
  background-color: #bbbbbb;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #content .m_categoryMenu li a {
    padding: 0.667vw 6.667vw;
    font-size: 2.667vw;
  }
}
#content .m_categoryMenu li a:hover {
  background-color: #50c850;
}
#content .m_categoryMenu li.current a {
  background-color: #50c850;
}
@media only screen and (max-width: 767px) {
  #content .m_articleList01 {
    margin: 0 5.333vw 13.333vw;
  }
}
#content .m_articleList01 > li {
  list-style-type: none;
  border-bottom: 1px solid #e2e2e2;
  text-decoration: none;
}
#content .m_articleList01 > li:first-child {
  border-top: 1px solid #e2e2e2;
}
#content .m_articleList01 > li a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 24px 55px 24px 20px;
}
@media only screen and (max-width: 767px) {
  #content .m_articleList01 > li a {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 7.333vw 9.333vw 7.333vw 5.333vw;
  }
}
#content .m_articleList01 > li a .date {
  margin-right: 15px;
  font-size: 12px;
  width: 85px;
  color: #909090;
}
@media only screen and (max-width: 767px) {
  #content .m_articleList01 > li a .date {
    margin-right: 2.667vw;
    font-size: 3.467vw;
    width: 18.667vw;
  }
}
#content .m_articleList01 > li a .category {
  margin-right: 23px;
  width: 135px;
  background-color: #50c850;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #content .m_articleList01 > li a .category {
    margin-right: 0;
    padding: 0;
    width: auto;
    font-size: 2.667vw;
  }
}
#content .m_articleList01 > li a .category span {
  display: block;
  padding: 2px 0 3px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #content .m_articleList01 > li a .category span {
    padding: 0.667vw 6.667vw;
  }
}
#content .m_articleList01 > li a .text {
  flex: 1;
  margin-right: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  #content .m_articleList01 > li a .text {
    flex: auto;
    margin: 2.667vw 0;
    width: 100%;
    font-size: 3.467vw;
  }
}
#content .m_articleList01 > li a .img img {
  width: 200px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #content .m_articleList01 > li a .img img {
    width: 100%;
  }
}

#content .m_rowHeaderStyle01 {
  position: relative;
}
#content .m_rowHeaderStyle01::after {
  content: "CASE STUDY";
  display: block;
  position: absolute;
  top: 70px;
  right: 0;
  font-size: 200px;
  font-weight: 300;
  font-family: Roboto;
  color: #f8f8f8;
  line-height: 0.7;
  letter-spacing: -11px;
  opacity: 0.4;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #content .m_rowHeaderStyle01::after {
    white-space: pre;
    content: "CASE\aSTUDY";
    top: 9.333vw;
    font-size: 26.667vw;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  #content #caseStudy {
    padding: 0 5.333vw;
  }
}
#content #caseStudy .caseStudyList {
  justify-content: space-between;
  margin-bottom: 120px;
  min-width: auto;
}
@media only screen and (max-width: 767px) {
  #content #caseStudy .caseStudyList {
    margin-bottom: 17.333vw;
  }
}
#content #profileArea {
  padding: 80px 0;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  #content #profileArea {
    padding: 10.667vw 5.333vw;
  }
}
@media only screen and (max-width: 767px) {
  #content #profileArea .inner .col02:first-of-type::after {
    display: block;
    content: "";
    bottom: 0;
    width: 100%;
    height: 0;
    border-left: 0;
    left: 0;
    border-bottom: 1px solid #dcdcdc;
  }
}
#content #profileArea .col {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #content #profileArea .col {
    flex-direction: column-reverse;
  }
}
#content #profileArea .col .imgArea {
  margin-right: 76px;
  width: 436px;
}
@media only screen and (max-width: 767px) {
  #content #profileArea .col .imgArea {
    margin: 6.667vw 0 0;
    padding-top: 6.667vw;
    width: auto;
    border-top: 1px solid #c7c7c7;
  }
}
#content #profileArea .col .imgArea img {
  width: 100%;
  height: auto;
}
#content #profileArea .col .textArea {
  flex: 1;
}
#content #profileArea .col .textArea .logo {
  margin-bottom: 20px;
  width: 248px;
}
@media only screen and (max-width: 767px) {
  #content #profileArea .col .textArea .logo {
    margin-bottom: 3.333vw;
    width: auto;
  }
}
#content #profileArea .col .textArea .logo img {
  width: 100%;
  height: auto;
}
#content #profileArea .col .textArea .category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #content #profileArea .col .textArea .category {
    margin-bottom: 4.667vw;
  }
}
#content #profileArea .col .textArea .category li {
  margin-right: 15px;
  width: 65px;
  height: 26px;
  background-color: #50c850;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  list-style-type: none;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  #content #profileArea .col .textArea .category li {
    margin-right: 1.2vw;
    width: 11.467vw;
    height: 4.4vw;
    font-size: 2.667vw;
    line-height: 4.4vw;
  }
}
#content #profileArea .col .textArea .company {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  #content #profileArea .col .textArea .company {
    font-size: 4.8vw;
  }
}
#content #profileArea .col .textArea .name {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #content #profileArea .col .textArea .name {
    font-size: 3.467vw;
  }
}
#content #profileArea .bg01 {
  margin: 40px 0 0;
  padding: 65px 70px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #content #profileArea .bg01 {
    margin-top: 5.333vw;
    padding: 4.8vw;
  }
}
#content #profileArea .bg01 p {
  margin-bottom: 20px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #content #profileArea .bg01 p {
    margin-bottom: 5.333vw;
    font-size: 3.467vw;
  }
}
#content #profileArea .bg01 p:last-child {
  margin-bottom: 0;
}
#content #profileArea .col02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #content #profileArea .col02 {
    flex-direction: column;
    gap: 6.667vw;
  }
}
#content #profileArea .col02::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 50%;
  border-left: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  #content #profileArea .col02::after {
    content: none;
  }
}
#content #profileArea .col02 .col {
  width: 430px;
}
@media only screen and (max-width: 767px) {
  #content #profileArea .col02 .col {
    flex-direction: row;
    width: auto;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  #content #profileArea .col02 .col::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -6.667vw;
    width: 100%;
    height: 0;
    border-left: 0;
    left: 0;
    border-bottom: 1px solid #dcdcdc;
  }
}
#content #profileArea .col02 .col:last-of-type::after {
  content: none;
}
#content #profileArea .col02 .col .imgArea {
  margin-right: 24px;
  width: 180px;
}
@media only screen and (max-width: 767px) {
  #content #profileArea .col02 .col .imgArea {
    margin-top: 0;
    margin-right: 2.933vw;
    padding-top: 0;
    width: 38.4vw;
    border-top: 0;
  }
}
#content #profileArea .col02 .col .imgArea img {
  width: 100%;
  height: auto;
}
#content #profileArea .col02 .col .textArea {
  width: 225px;
}
@media only screen and (max-width: 767px) {
  #content #profileArea .col02 .col .textArea {
    width: 48vw;
  }
}
#content #profileArea .col02 .col .textArea .logo {
  width: auto;
}
#content #profileArea .col02 .col .textArea .logo img {
  width: 100%;
  height: auto;
}
#content #profileArea .col02 .col .textArea .company {
  margin-left: -205px;
}
@media only screen and (max-width: 767px) {
  #content #profileArea .col02 .col .textArea .company {
    margin-left: -41.333vw;
  }
}
#content #profileArea .col02 .col .textArea .name {
  margin-left: -205px;
}
@media only screen and (max-width: 767px) {
  #content #profileArea .col02 .col .textArea .name {
    margin-left: -41.333vw;
  }
}
#content #profileArea .col02 .col .textArea .name span {
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #content #profileArea .col02 .col .textArea .name span {
    margin-top: 5px;
  }
}
#content .articleArea {
  margin: 80px 0 100px;
}
@media only screen and (max-width: 767px) {
  #content .articleArea {
    margin: 18.667vw 0 13.333vw;
  }
}
#content .articleArea .articleWrap {
  padding: 0 80px;
}
@media only screen and (max-width: 767px) {
  #content .articleArea .articleWrap {
    padding: 0 5.333vw;
  }
}
#content .articleArea h2 {
  margin: 100px 0 30px;
  padding-left: 27px;
  border-left: 1px solid #50c850;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #content .articleArea h2 {
    margin: 18.667vw 0 6vw;
    padding-left: 6.667vw;
    font-size: 6.4vw;
  }
}
#content .articleArea p {
  margin-bottom: 23px;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #content .articleArea p {
    margin-bottom: 2.667vw;
    font-size: 3.467vw;
  }
}
#content .articleArea img {
  margin-bottom: 23px;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #content .articleArea img {
    margin-top: 5.333vw;
    margin-bottom: 2.667vw;
  }
}
#content .articleArea figure {
  margin-bottom: 23px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #content .articleArea figure {
    margin-bottom: 2.667vw;
    font-size: 2.933vw;
  }
}
#content .articleArea figure img {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #content .articleArea figure img {
    margin-bottom: 1.333vw;
  }
}
#content .articleArea .col01 {
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  #content .articleArea .col01 {
    margin-bottom: 2.667vw;
  }
}
#content .articleArea .col01 ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #content .articleArea .col01 ul {
    display: block;
  }
}
#content .articleArea .col01 ul li {
  margin-right: 16px;
  width: 382px;
  font-size: 14px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content .articleArea .col01 ul li {
    margin-right: 0;
    margin-bottom: 2.667vw;
    width: auto;
    font-size: 2.933vw;
  }
}
#content .articleArea .col01 ul li img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #content .articleArea .col01 ul li img {
    margin-bottom: 1.333vw;
  }
}
#content .articleArea .col01 ul li:nth-child(2n) {
  margin-right: 0;
}
#content .contactArea {
  padding: 80px 0 60px;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  #content .contactArea {
    padding: 6.667vw 5.333vw;
  }
}
#content .contactArea a {
  text-decoration: underline;
}
#content .contactArea .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
  width: 515px;
}
@media only screen and (max-width: 767px) {
  #content .contactArea .btn {
    display: block;
    margin: 0 0 6.667vw;
    width: auto;
  }
}
#content .contactArea .btn li {
  margin-bottom: 25px;
  width: 100%;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content .contactArea .btn li {
    margin-bottom: 3.333vw;
  }
}
#content .contactArea .btn li:last-child {
  margin-bottom: 0;
}
#content .contactArea .btn li a {
  display: block;
  height: 70px;
  position: relative;
  background-color: #212121;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  line-height: 70px;
}
@media only screen and (max-width: 767px) {
  #content .contactArea .btn li a {
    padding: 4.4vw 0;
    height: auto;
    font-size: 3.6vw;
    line-height: 1.5;
  }
}
#content .contactArea .btn li a[target=_blank]::before, #content .contactArea .btn li a[target=_blank]::after {
  content: none;
}
#content .contactArea .btn li a[target=_blank] span {
  padding: 0 35px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #content .contactArea .btn li a[target=_blank] span {
    padding: 0;
    position: static;
  }
}
#content .contactArea .btn li a[target=_blank] span::before, #content .contactArea .btn li a[target=_blank] span::after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 50%;
  background-color: none;
}
@media only screen and (max-width: 767px) {
  #content .contactArea .btn li a[target=_blank] span::before, #content .contactArea .btn li a[target=_blank] span::after {
    width: 2.933vw;
    height: 2.267vw;
  }
}
#content .contactArea .btn li a[target=_blank] span::before {
  margin-top: -6px;
  right: 0;
  border: 1px solid #909090;
}
@media only screen and (max-width: 767px) {
  #content .contactArea .btn li a[target=_blank] span::before {
    right: 7.6vw;
  }
}
#content .contactArea .btn li a[target=_blank] span::after {
  margin-top: -3px;
  right: 3px;
  border: 1px solid #ffffff;
  background-color: #212121;
}
@media only screen and (max-width: 767px) {
  #content .contactArea .btn li a[target=_blank] span::after {
    right: 8.267vw;
  }
}
#content .contactArea .btn li.contact {
  width: 246px;
}
@media only screen and (max-width: 767px) {
  #content .contactArea .btn li.contact {
    width: auto;
  }
}
#content .contactArea .btn li.contact a {
  background-color: #50c850;
}
#content .contactArea .btn li.document {
  width: 246px;
}
@media only screen and (max-width: 767px) {
  #content .contactArea .btn li.document {
    width: auto;
  }
}
#content .contactArea .btn li.document a {
  border: 1px solid #50c850;
  background-color: #ffffff;
  color: #009400;
}
#content .contactArea .attList {
  margin: 0 auto;
  padding: 0 35px;
  width: 515px;
}
@media only screen and (max-width: 767px) {
  #content .contactArea .attList {
    padding: 0;
    width: auto;
  }
}
#content .contactArea .attList li {
  padding-left: 1.2em;
  font-size: 12px;
  text-indent: -1.2em;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content .contactArea .attList li {
    font-size: 3.467vw;
  }
}
#content .otherCaseArea {
  padding: 160px 0 80px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #content .otherCaseArea {
    padding: 25.333vw 5.333vw 18.667vw;
  }
}
#content .otherCaseArea::after {
  white-space: pre;
  content: "OTHER\a CASE STUDY";
  display: block;
  position: absolute;
  top: 115px;
  right: 0;
  font-size: 200px;
  font-weight: 300;
  font-family: Roboto;
  color: #606060;
  line-height: 0.9;
  opacity: 0.03;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #content .otherCaseArea::after {
    content: "OTHER\a CASE\aSTUDY";
    top: 12.933vw;
    font-size: 26.667vw;
    line-height: 0.8;
  }
}
#content .otherCaseArea h2 {
  font-size: 34px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #content .otherCaseArea h2 {
    font-size: 8vw;
  }
}
#content .otherCaseArea .areaIndex {
  margin: 0 0 40px;
  position: relative;
  font-family: Roboto;
  font-size: 20px;
  color: #ababab;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  #content .otherCaseArea .areaIndex {
    margin: 0 0 6vw;
    font-size: 3.467vw;
  }
}
#content .otherCaseArea .areaIndex::before {
  content: "";
  display: block;
  width: calc((100vw - 1000px) / 2);
  position: absolute;
  top: 17px;
  left: calc(50% - 50vw);
  border-top: 1px solid #ababab;
}
@media only screen and (max-width: 767px) {
  #content .otherCaseArea .areaIndex::before {
    width: 3.333vw;
    top: 2.667vw;
    left: -5.333vw;
  }
}
#content .otherCaseArea .m_btn01 li {
  width: 349px;
}
@media only screen and (max-width: 767px) {
  #content .otherCaseArea .m_btn01 li {
    width: auto;
  }
}
#content .otherCaseArea .m_btn01 li a {
  width: 349px;
}
@media only screen and (max-width: 767px) {
  #content .otherCaseArea .m_btn01 li a {
    width: auto;
  }
}

/*# sourceMappingURL=casestudy.css.map */
