#hero {
  position: relative;
  top: 100px;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url(/wp-content/themes/indigital/images/main-visual.jpg);
}
@media screen and (max-width: 959px) {
  #hero {
    top: 40px;
    height: calc(50vw + 40px);
    background-size: contain;
  }
}
.catchcopy {
  position: absolute;
  top: 0;
  left: 7%;
  height: 100vh;
  z-index: 100;
}
@media screen and (max-width: 959px) {
  .catchcopy {
    top: calc(20vw + 20px);
    height: auto;
  }
}
.catchcopy__wrapper {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catchcopy__wrapper #imgCatchcopy01-load {
  width: 34.3vw;
}
.catchcopy__wrapper #imgCatchcopy02-load {
  width: 19.3vw;
  margin-top: 0.2vw;
  margin-left: 10.2vw;
}
@media screen and (max-width: 959px) {
  .catchcopy__wrapper {
    position: inherit;
  }
  .catchcopy__wrapper #imgCatchcopy01-load {
    width: 40vw;
    height: auto;
  }
  .catchcopy__wrapper #imgCatchcopy02-load {
    width: 24.3vw;
    height: auto;
  }
}
.container {
  width: 100%;
  background: #fff;
}
.location {
  position: absolute;
  left: 4.2vw;
  margin-top: -9%;
  z-index: 999;
}
.location01 {
  position: absolute;
  left: 4.2vw;
  margin-top: -9%;
  z-index: 999;
}

.location02 {
  position: absolute;
  left: 4.2vw;
  margin-top: -9%;
  z-index: 999;
}
.location--flat {
  position: absolute;
  left: 4.2vw;
  margin-top: -8%;
  z-index: 999;
}
.locationBlock {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 1.4vw;
  position: relative;
  width: 1.8vw;
  height: 16.25vw;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .locationBlock {
    font-size: 0.75rem;
    width: 16px;
  }
}
.locationBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  background: #433f3f;
}
.locationBlock--num {
  color: #ff5013;
  position: absolute;
  top: -3vw;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .locationBlock--num {
    top: -6vw;
  }
}
.locationBlock--section {
  color: #433f3f;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  line-height: initial;
  position: absolute;
  top: 17.3vw;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .locationBlock--section {
    top: 18vw;
  }
}
.sectionBlock-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 11%;
  margin-right: 8%;
}
@media screen and (max-width: 519px) {
  .sectionBlock-content {
    margin: 0 7% 15%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sectionBlock-content__image,
.sectionBlock-content__image--l,
.sectionBlock-content__image--r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 51%;
}

.sectionBlock-content__image--r.-end {
  align-self: center;
}
.sectionBlock-content__image img,
.sectionBlock-content__image--l img,
.sectionBlock-content__image--r img {
  width: 100%;
  height: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media screen and (max-width: 519px) {
  .sectionBlock-content__image,
  .sectionBlock-content__image--l,
  .sectionBlock-content__image--r {
    width: 100vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sectionBlock-content__image--r.-end {
    width: 100%;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.sectionBlock-content__image--l {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 519px) {
  .sectionBlock-content__image--l {
    margin: 0 0 10% calc(50% - 50vw);
  }
}
.sectionBlock-content__image--r {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 519px) {
  .sectionBlock-content__image--r {
    margin: 0 calc(50% - 50vw) 7% 0;
  }
}
.sectionBlock-content__box {
  width: 51%;
  max-width: 612px;
  margin: 0 0 0 7%;
}
@media screen and (max-width: 519px) {
  .sectionBlock-content__box {
    width: 100%;
    margin: 0;
  }
}
.sectionBlock-content__box--title {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ff5013;
  margin-bottom: 5%;
}
@media screen and (max-width: 959px) {
  .sectionBlock-content__box--title {
    font-size: 1.25rem;
    margin-bottom: 4%;
  }
}
.sectionBlock-content__box--text {
  font-size: 1rem;
  margin-bottom: 8%;
}

.sectionBlock-content__box--text.-mb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .sectionBlock-content__box--text {
    font-size: 0.875rem;
  }
}
.sectionBlock-content__box span {
  font-size: 0.75rem;
  line-height: 1.5;
}
.sectionBlock-content__box ul {
  margin-bottom: 12%;
}

.sectionBlock-content__box .contentBox__subTitle {
  font-size: 2rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #ff5013;
}

@media screen and (max-width: 959px) {
  .sectionBlock-content__box ul {
    margin-bottom: 10%;
  }

  .sectionBlock-content__box .contentBox__subTitle {
    font-size: 1.6rem;
  }
}
.sectionBlock-content__box ul li {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 5%;
  padding-left: 1em;
}
.sectionBlock-content__box ul li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ff5013;
}
@media screen and (max-width: 959px) {
  .sectionBlock-content__box ul li {
    position: relative;
    font-size: 1rem;
  }
  .sectionBlock-content__box ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ff5013;
  }
}
.sectionBlock-content__box ul li.noWrap {
  letter-spacing: -0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 519px) {
  .sectionBlock-content__box ul li.noWrap {
    white-space: normal;
  }
}
.sectionBlock-content--reverse {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 11%;
  margin-left: 8%;
}

.sectionBlock-content--reverse.-small {
  max-width: 1200px;
}
@media screen and (max-width: 519px) {
  .sectionBlock-content--reverse {
    margin: 0 7% 15%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sectionBlock-content--reverse .sectionBlock-content__box {
  margin: 0 7% 0 0;
}
@media screen and (max-width: 519px) {
  .sectionBlock-content--reverse .sectionBlock-content__box {
    width: 100%;
    margin: 0;
  }
}
.btnDesign-arrow {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #ff5013;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #ff5013;
  overflow: hidden;
}
.btnDesign-arrow span {
  font-size: 1.5rem;
  position: relative;
  right: 1em;
}
.btnDesign-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 1000%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-100%) translateY(-100%) rotate(135deg);
  transform: translateX(-100%) translateY(-100%) rotate(135deg);
  background: #ff5013;
}
.btnDesign-arrow:not(.noHover):hover::before {
  -webkit-transform: translateX(-30%) translateY(-50%) rotate(135deg);
  transform: translateX(-30%) translateY(-50%) rotate(135deg);
}
.btnDesign-arrow span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.4em);
  right: -40px;
  display: inline-block;
  width: 0.8em;
  height: 0.7em;
  -webkit-mask-image: url("/wp-content/themes/indigital/images/arrow-right.svg");
  mask-image: url("/wp-content/themes/indigital/images/arrow-right.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ff5013;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btnDesign-arrow:not(.noHover):hover span {
  color: #fff;
}
.btnDesign-arrow:not(.noHover):hover span::after {
  background-color: #fff;
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 959px) {
  .btnDesign-arrow {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    color: #ff5013;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ff5013;
  }
  .btnDesign-arrow span {
    font-size: 1.125rem;
    position: relative;
    right: 0.7em;
  }
  .btnDesign-arrow span::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.4em);
    right: -24px;
    display: inline-block;
    width: 0.8em;
    height: 0.7em;
    -webkit-mask-image: url("/wp-content/themes/indigital/images/arrow-right.svg");
    mask-image: url("/wp-content/themes/indigital/images/arrow-right.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #ff5013;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btnDesign-arrow:not(.noHover):hover span {
    color: #fff;
  }
  .btnDesign-arrow:not(.noHover):hover span::after {
    background-color: #fff;
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.btnDesign-arrow.l-center {
  width: 42.5%;
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 519px) {
  .btnDesign-arrow.l-center {
    width: 100%;
    max-width: 100%;
  }
}
.message__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100vw;
  padding: 0 0 10vw;
  background: #ededed;
}
.message__wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 16.4vw solid #fff;
  border-left: 100vw solid transparent;
}
@media screen and (max-width: 959px) {
  .message__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.message__text {
  width: 45vw;
  margin: 10vw 8.3vw;
  padding-bottom: 0;
}
@media screen and (max-width: 959px) {
  .message__text {
    width: 100%;
    margin: 10% 7%;
  }
}
.message__text p {
  font-size: 1.4vw;
  line-height: 2.25;
  font-weight: 600;
  margin-bottom: 3.1vw;
}
@media screen and (max-width: 959px) {
  .message__text p {
    font-size: 0.875rem;
  }
}
.message__text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 519px) {
  .br-pc {
    display: none;
  }
}
.service {
  position: relative;
  padding: 5vw 0 17vw;
  background: #fff;
}
@media screen and (max-width: 519px) {
  .service {
    padding: 0;
  }
}
.service__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.service__wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 17vw solid #f8f8f8;
  border-left: 100vw solid transparent;
}

.location01 + .sectionBlock.service .service__wrapper::before {
  display: none;
}

.location01 + .sectionBlock.service {
  padding: 5vw 0 0;
}
@media screen and (max-width: 519px) {
  .service__wrapper {
    margin: 7% 0;
    padding: 0 0 10vw;
  }
  .service__wrapper::before {
    border-bottom: 16.4vw solid #f8f8f8;
  }
}
.topics {
  background: #f8f8f8;
  padding: 5vw 0 0;
}
.topics__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 12%;
}
@media screen and (max-width: 519px) {
  .topics__wrapper {
    width: auto;
    margin: 7% 7% 25%;
  }
}
.topics__wrapper > p {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3%;
}
@media screen and (max-width: 959px) {
  .topics__wrapper > p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 519px) {
  .topics__wrapper > p {
    margin-bottom: 10%;
  }
}
.topics .sectionBlock-title {
  margin-bottom: 4%;
}
.topics__articleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 83%;
  max-width: 1200px;
  margin-bottom: 6%;
}
@media screen and (max-width: 519px) {
  .topics__articleList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: auto;
  }
}
.articleBox {
  display: block;
  width: 32%;
  height: 51%;
  margin-right: 2.5%;
  line-height: 0;
}
@media screen and (max-width: 519px) {
  .articleBox {
    width: 100%;
    height: 27%;
    margin: 0 0 10% 0;
  }
}
.articleBox:last-child {
  margin-right: 0;
}
.articleBox:not(.noHover):hover .articleBox__image img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.articleBox__image {
  width: 100%;
  height: 22.6vw;
  max-height: 325px;
  overflow: hidden;
}
.articleBox__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 519px) {
  .articleBox__image {
    width: 100%;
    height: 53vw;
  }
  .articleBox__image img {
    width: 100%;
    height: 53vw;
  }
}
.articleBox__content {
  line-height: 2;
  height: auto;
  padding: 8%;
  background: #fff;
}
@media screen and (max-width: 959px) {
  .articleBox__content {
    height: auto;
  }
}
@media screen and (max-width: 519px) {
  .articleBox__content {
    padding: 5% 4%;
  }
}
.articleBox__content--date {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #ff5013;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .articleBox__content--date {
    margin-bottom: 2%;
  }
}
.articleBox__content--title {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.6;
  height: calc(2em * 1.6);
  margin-bottom: 8px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .articleBox__content--title {
    font-size: 1rem;
    margin-bottom: 3%;
  }
}
.articleBox__content--text {
  font-size: 1rem;
  line-height: 1.875;
  height: calc(3em * 1.875);
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .articleBox__content--text {
    font-size: 0.875rem;
  }
}
.company__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 12% auto;
}
@media screen and (max-width: 519px) {
  .company__wrapper {
    width: auto;
    margin: 15% 7%;
  }
}
