@charset "UTF-8";
body {
  font-family: "Noto Sans JP", serif;
  color: #000;
}

/*
-----------------------------------
事業紹介トップ・特徴・プロジェクトタイトル
-----------------------------------
*/
.ul-page.business-all .ul-main,
.ul-page.characteristics .ul-main,
.ul-page.projectcase .ul-main {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.ul-page.business-all .ul-main__titleArea .titleLine,
.ul-page.characteristics .ul-main__titleArea .titleLine,
.ul-page.projectcase .ul-main__titleArea .titleLine {
  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;
}
@media screen and (max-width: 768px) {
  .ul-page.business-all .ul-main__titleArea .titleLine,
.ul-page.characteristics .ul-main__titleArea .titleLine,
.ul-page.projectcase .ul-main__titleArea .titleLine {
    width: 95%;
    min-height: 19.0839694656vw;
  }
}

.ul-page.projectcase .ul-main {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ul-page.projectcase .ul-main {
    padding-top: 3.75rem;
  }
}
.ul-page.projectcase .ul-main img {
  -o-object-fit: cover;
     object-fit: cover;
}
.ul-page.projectcase .ul-main__titleArea {
  top: 53%;
}
@media screen and (max-width: 768px) {
  .ul-page.projectcase .ul-main__titleArea {
    top: 24.4vw;
  }
}
.ul-page.projectcase .ul-main__titleArea .sub {
  color: #fff;
}

/** 特徴 **/
@media screen and (max-width: 768px) {
  .ul-page.characteristics .ul-main {
    padding-top: 45vw;
  }
}
.ul-page.characteristics .ul-main__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.ul-page.characteristics .titleSet {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .ul-page.characteristics .titleSet {
    margin-bottom: 12.7226463104vw;
  }
}
.ul-page.characteristics .titleSet .sub {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  color: #df5611;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .ul-page.characteristics .titleSet .sub {
    font-size: 4.0712468193vw;
  }
}
.ul-page.characteristics .titleSet .title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: bold;
  color: #3e6e82;
}
@media screen and (max-width: 768px) {
  .ul-page.characteristics .titleSet .title {
    font-size: 7.8880407125vw;
  }
}
.ul-page.characteristics .chara01 {
  padding: 50px 0;
  padding: 3.125rem 0;
}
@media screen and (max-width: 768px) {
  .ul-page.characteristics .chara01 {
    padding: 12.7226463104vw 0;
  }
}
.ul-page.characteristics .chara01 .inner {
  max-width: 1090px;
}
.ul-page.characteristics .chara01__column.flex {
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .ul-page.characteristics .chara01__column.flex {
    gap: 7.6335877863vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ul-page.characteristics .chara01__column.flex .img,
.ul-page.characteristics .chara01__column.flex .desc {
  width: 100%;
}
.ul-page.characteristics .chara01__column.flex .desc {
  letter-spacing: -0.05em;
}
.ul-page.characteristics .chara02 {
  padding: 50px 0;
  padding: 3.125rem 0;
}
@media screen and (max-width: 768px) {
  .ul-page.characteristics .chara02 {
    padding: 12.7226463104vw 0;
  }
}
.ul-page.characteristics .chara02 .inner {
  max-width: 1090px;
  background: no-repeat right 5% top 7%/25% url(../images/characteristics/chara02-back.png);
}
@media screen and (max-width: 768px) {
  .ul-page.characteristics .chara02 .inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .ul-page.characteristics .chara02 .titleSet {
    margin-bottom: 7.6335877863vw;
  }
}
.ul-page.characteristics .chara02__column {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .ul-page.characteristics .chara02__column {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 7.6335877863vw;
  }
}
.ul-page.characteristics .chara02__column .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: -0.05em;
}
.ul-page.characteristics .chara02__column .img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .ul-page.characteristics .chara02__column .img {
    width: 100%;
  }
}
.ul-page.characteristics .chara03 {
  padding: 50px 0 90px;
  padding: 3.125rem 0 5.625rem;
}
@media screen and (max-width: 768px) {
  .ul-page.characteristics .chara03 {
    padding: 12.7226463104vw 0 25.4452926209vw;
  }
}
.ul-page.characteristics .chara03 .inner {
  max-width: 1090px;
}
@media screen and (max-width: 768px) {
  .ul-page.characteristics .chara03 .titleSet {
    margin-bottom: 7.6335877863vw;
  }
}
.ul-page.characteristics .chara03__column.flex {
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .ul-page.characteristics .chara03__column.flex {
    gap: 7.6335877863vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ul-page.characteristics .chara03__column.flex .img {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .ul-page.characteristics .chara03__column.flex .img {
    width: 100%;
  }
}
.ul-page.characteristics .chara03__column.flex .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: -0.05em;
}

/*
-----------------------------------
詳細ページ
-----------------------------------
*/
/*共通パーツ*/
.title-grass {
  padding-left: 220px;
  position: relative;
}
.title-grass::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 185px;
  height: 200px;
  background: no-repeat left bottom/contain url(../images/man-glass.png);
}
@media screen and (max-width: 768px) {
  .title-grass {
    padding-left: 38.9312977099vw;
  }
  .title-grass::before {
    width: 36.3867684478vw;
    height: 38.1679389313vw;
  }
}

.business__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  color: #3E6E82;
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .business__title {
    font-size: 7.6335877863vw;
    margin-bottom: 10.1781170483vw;
  }
}
.business__title span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: bold;
  color: #FF5900;
}
@media screen and (max-width: 768px) {
  .business__title span {
    font-size: 4.0712468193vw;
  }
}
.business__title span.title-sub {
  display: inline;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1428571429;
  font-weight: bold;
  color: #3E6E82;
}
@media screen and (max-width: 768px) {
  .business__title span.title-sub {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .title-sub.sp {
    margin-top: -7vw;
    margin-bottom: 8vw;
    font-size: 6.106870229vw;
    line-height: 1.3333333333;
    font-weight: bold;
    color: #3E6E82;
  }
}

/*ページコンテンツ*/
.business__about {
  padding: 40px 0;
  margin-bottom: 50px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 89, 0)), to(rgb(255, 124, 58)));
  background: linear-gradient(90deg, rgb(255, 89, 0) 0%, rgb(255, 124, 58) 100%);
}
@media screen and (max-width: 768px) {
  .business__about {
    padding: 7.6335877863vw 0 11vw;
    margin-bottom: 17.8117048346vw;
  }
}
.business__about .inner {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .business__about .inner {
    gap: 5.0890585242vw;
  }
}

.business__about-text {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.business__about-text .sub {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .business__about-text .sub {
    font-size: 4.0712468193vw;
  }
}
.business__about-text .title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .business__about-text .title {
    font-size: 7.3vw;
    margin-bottom: 7.6335877863vw;
  }
}
.business__about-text .desc {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .business__about-text .desc {
    font-size: 4.5801526718vw;
  }
}

.business__about-img {
  width: 50%;
  margin-bottom: -90px;
}
@media screen and (max-width: 768px) {
  .business__about-img {
    width: 100%;
    margin-bottom: -22.9007633588vw;
  }
  .business__about-img img {
    aspect-ratio: 1/1;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.business__gallery {
  margin-bottom: 77px;
  margin-bottom: 4.8125rem;
}
@media screen and (max-width: 768px) {
  .business__gallery {
    margin-bottom: 24.6819338422vw;
  }
}
.business__gallery .inner {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .business__gallery .inner {
    gap: 2.5445292621vw;
  }
}

.business__gallery-left {
  width: 44.9193548387%;
  padding-top: 34%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .business__gallery-left {
    width: 100%;
    padding-top: 78%;
  }
}
.business__gallery-left .img {
  width: 64.631956912%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .business__gallery-left .img {
    width: 76.5%;
  }
}
.business__gallery-left .illust {
  width: 45.0628366248%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .business__gallery-left .illust {
    width: 40%;
  }
}

.business__gallery-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
  margin-top: 25px;
  max-width: 570px;
}
.business__gallery-right.--message {
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .business__gallery-right.--message .business__title {
    margin-bottom: 8vw;
  }
}
.business__gallery-right.--message .message__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  padding: 18px 20px 18px 25px;
  border: 1px solid #3E6E82;
  border-radius: 20px;
  margin-left: -20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .business__gallery-right.--message .message__text {
    font-size: 4.0712468193vw;
    padding: 7vw 4.5801526718vw;
    margin-left: 0;
    border-radius: 4vw;
  }
}
.business__gallery-right.--message .message__text::before {
  display: block;
  content: "";
  position: absolute;
  top: 25px;
  left: -26px;
  width: 30px;
  height: 30px;
  background: no-repeat center/contain url(../images/business/thermal/fukidashi.jpg);
}
@media screen and (max-width: 768px) {
  .business__gallery-right.--message .message__text::before {
    top: -5.3vw;
    left: 7vw;
    width: 6vw;
    height: 6vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  .business__gallery-right {
    margin-top: 0;
    max-width: 100%;
    gap: 1.272264631vw;
  }
}

.business__contents {
  background-color: #f5f5f5;
  padding: 25px 0 55px;
  padding: 1.5625rem 0 3.4375rem;
}
@media screen and (max-width: 768px) {
  .business__contents {
    padding: 5.0890585242vw 0 19.4vw;
  }
}

.business__contents-flow .item {
  width: 28%;
  margin-right: -42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .business__contents-flow .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.0890585242vw;
    width: 100%;
    margin-bottom: -12.4681933842vw;
  }
}
.business__contents-flow .item:nth-child(1) {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .business__contents-flow .item:nth-child(1) {
    width: 100%;
  }
}
.business__contents-flow .item:nth-child(1) .arrow {
  background-color: #7fcef4;
  -webkit-clip-path: polygon(calc(100% - 50px) 0, 100% 52%, calc(100% - 50px) 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - 50px) 0, 100% 52%, calc(100% - 50px) 100%, 0 100%, 0 0);
}
@media screen and (max-width: 768px) {
  .business__contents-flow .item:nth-child(1) .arrow {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12.7vw), 50% 100%, 0 calc(100% - 12.7vw));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12.7vw), 50% 100%, 0 calc(100% - 12.7vw));
    min-height: 77.3536895674vw;
  }
}
.business__contents-flow .item:nth-child(1) .desc {
  margin-left: 0;
}
.business__contents-flow .item:nth-child(1) .img {
  margin-left: 0;
}
.business__contents-flow .item:nth-child(2) .arrow {
  background-color: #38beef;
}
.business__contents-flow .item:nth-child(3) .arrow {
  background-color: #00abeb;
}
.business__contents-flow .item:nth-child(4) .arrow {
  background-color: #00a0e9;
}
.business__contents-flow .item .arrow {
  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;
  color: #fff;
  min-height: 94px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50%, calc(100% - 50px) 100%, 0 100%, 50px 50%);
          clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50%, calc(100% - 50px) 100%, 0 100%, 50px 50%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .business__contents-flow .item .arrow {
    min-width: 23.9185750636vw;
    min-height: 90.0763358779vw;
    font-size: 5.0890585242vw;
    -webkit-clip-path: polygon(50% 12.7vw, 100% 0, 100% calc(100% - 12.7vw), 50% 100%, 0 calc(100% - 12.7vw), 0 0);
            clip-path: polygon(50% 12.7vw, 100% 0, 100% calc(100% - 12.7vw), 50% 100%, 0 calc(100% - 12.7vw), 0 0);
  }
  .business__contents-flow .item .arrow span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}
.business__contents-flow .item .wrap {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .business__contents-flow .item .wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.business__contents-flow .item .desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 255px;
  margin-left: 50px;
  margin-left: 3.125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .business__contents-flow .item .desc {
    font-size: 4.0712468193vw;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 2.5445292621vw;
  }
}
.business__contents-flow .item .img {
  max-width: 168px;
  max-width: 10.5rem;
  margin-left: 50px;
  margin-left: 3.125rem;
}
@media screen and (max-width: 768px) {
  .business__contents-flow .item .img {
    max-width: 42.7480916031vw;
    margin-left: 0;
  }
}

.business__bottom {
  padding: 50px 0 88px;
  padding: 3.125rem 0 5.5rem;
}
@media screen and (max-width: 768px) {
  .business__bottom {
    padding: 10.1781170483vw 0 12.7226463104vw;
  }
}
.business__bottom .btn.--official {
  max-width: 400px;
  margin: 0 auto 50px;
  margin: 0 auto 3.125rem;
}
@media screen and (max-width: 768px) {
  .business__bottom .btn.--official {
    max-width: 101.7811704835vw;
    margin: 0 auto 12.7226463104vw;
  }
}

.business__links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.business__link {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .business__link {
    display: none !important;
  }
}
.business__link:hover .arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.business__link:hover .page-name {
  color: #df5611;
}
.business__link.--before .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.business__link.--before:hover .arrow {
  -webkit-transform: rotate(180deg) translateX(5px);
          transform: rotate(180deg) translateX(5px);
}
.business__link .arrow {
  width: 40px;
  margin-top: 7px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.business__link .text {
  width: 200px;
}
.business__link .text .en {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2857142857;
  font-weight: 300;
  color: #df5611;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #df5611;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.business__link .text .page-name {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: -10px;
}

.btn.arrow.business__link-all {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .btn.arrow.business__link-all {
    width: 100%;
    max-width: 55.9796437659vw;
  }
}

.hydraulic .business__contents {
  margin-bottom: 150px;
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .hydraulic .business__contents {
    margin-bottom: 24.9363867684vw;
  }
}

.hydraulic .business__contents.last {
  margin-bottom: 0;
}

.oversea .business__about {
  margin-bottom: 130px;
  margin-bottom: 8.125rem;
}
@media screen and (max-width: 768px) {
  .oversea .business__about {
    margin-bottom: 38.1679389313vw;
  }
}
@media screen and (max-width: 768px) {
  .oversea .title-grass {
    padding-left: 0;
    padding-top: 19vw;
  }
}
@media screen and (max-width: 768px) {
  .oversea .title-grass::before {
    bottom: auto;
    top: -19vw;
  }
}
@media screen and (max-width: 768px) {
  .oversea .business__title {
    margin-bottom: 6vw;
  }
}
.oversea .business__contents {
  margin-bottom: 150px;
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .oversea .business__contents {
    margin-bottom: 24.9363867684vw;
  }
}
.oversea .business__contents.last {
  margin-bottom: 0;
}
.oversea .business__contents-column {
  gap: 10px;
}
.oversea .business__contents-column .img {
  width: 72.5806451613%;
}
@media screen and (max-width: 768px) {
  .oversea .business__contents-column .img {
    width: 100%;
  }
}
.oversea .business__contents-column .text {
  width: 26.6129032258%;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .oversea .business__contents-column .text {
    width: 100%;
  }
}

/****  事業紹介一覧  ****/
.businessIndex {
  padding: 10px 0 100px;
  padding: 0.625rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .businessIndex {
    padding: 10.1781170483vw 0 12.7226463104vw;
  }
}
.businessIndex .inner {
  max-width: 1080px;
}

.businessIndex__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 0px;
}
@media screen and (max-width: 768px) {
  .businessIndex__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 8.9058524173vw 0;
  }
}

.businessIndex__item {
  display: block;
  padding: 0 15px;
  padding: 0 0.9375rem;
  border-right: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .businessIndex__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
    padding: 0 2.0356234097vw;
  }
}
.businessIndex__item .titleArea {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .businessIndex__item .titleArea {
    margin-bottom: 2.5445292621vw;
  }
}
.businessIndex__item .titleArea .number {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  width: 50px;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .businessIndex__item .titleArea .number {
    font-size: 3.5623409669vw;
    padding-bottom: 0.7633587786vw;
    margin-bottom: 1.5267175573vw;
    width: 12.7226463104vw;
  }
}
.businessIndex__item .titleArea .title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .businessIndex__item .titleArea .title {
    font-size: 3.5623409669vw;
  }
}
.businessIndex__item .imgArea {
  position: relative;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .businessIndex__item .imgArea {
    margin-bottom: 8.9058524173vw;
  }
}
.businessIndex__item .imgArea .img {
  width: 80%;
}
.businessIndex__item .imgArea .illust {
  position: absolute;
  top: 10px;
  right: 0;
  width: auto;
  height: 180px;
}
@media (max-width: 1080px) {
  .businessIndex__item .imgArea .illust {
    height: 16.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .businessIndex__item .imgArea .illust {
    top: 2.5445292621vw;
    height: 22.3918575064vw;
  }
}
.businessIndex__item .imgArea .illust img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.businessIndex__item .btn {
  max-width: 220px;
  max-width: 13.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .businessIndex__item .btn {
    max-width: 55.9796437659vw;
    height: 9.1603053435vw;
  }
}
.businessIndex__item .btn a {
  text-transform: none;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .businessIndex__item .btn a::before {
    border-left: 2.5vw solid #3e6e82;
    border-top: 1.5vw solid transparent;
    border-bottom: 1.5vw solid transparent;
  }
}

.businessIndex__item:nth-child(3n) {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .businessIndex__item:nth-child(3n) {
    border-right: 1px solid #cccccc;
  }
}

@media screen and (max-width: 768px) {
  .businessIndex__item:nth-child(2n) {
    border-right: none;
  }
}

/****  プロジェクトケース  ****/
.projectTop {
  background: no-repeat center/cover url(../images/projectcase/project_back01.png);
  padding: 50px 0;
  padding: 3.125rem 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .projectTop {
    background: no-repeat center/cover url(../images/projectcase/project_back01-sp.png);
    padding: 12.7226463104vw 0;
    margin-bottom: 5.0890585242vw;
  }
}
.projectTop .title {
  min-height: 80px;
  min-height: 5rem;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.625;
  font-weight: 600;
  color: #fff;
  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;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 140, 83)), color-stop(50%, rgb(255, 89, 0)), to(rgb(255, 140, 83)));
  background: linear-gradient(90deg, rgb(255, 140, 83) 0%, rgb(255, 89, 0) 50%, rgb(255, 140, 83) 100%);
  padding: 10px;
  padding: 0.625rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .projectTop .title {
    font-size: 8.1424936387vw;
    text-align: center;
    padding: 2vw;
    margin-bottom: 12.7226463104vw;
  }
}
.projectTop .desc {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.3333333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .projectTop .desc {
    font-size: 4.5801526718vw;
    text-align: left;
  }
}

.projectDetail {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.projectDetail__item {
  gap: 30px;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 20px 40px;
  padding: 1.875rem 1.25rem 2.5rem;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .15);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, .15);
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .projectDetail__item {
    gap: 10.1781170483vw;
    padding: 5.0890585242vw 5.0890585242vw 7.6335877863vw;
    margin-bottom: 5.0890585242vw;
  }
}
.projectDetail__item .text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .projectDetail__item .text {
    width: 100%;
  }
}
.projectDetail__item .text .titleSet {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .projectDetail__item .text .titleSet {
    margin-bottom: 7.6335877863vw;
  }
}
.projectDetail__item .text .titleSet .number {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1428571429;
  font-weight: 300;
  color: #df5611;
  border-bottom: 1px solid #df5611;
  width: 100px;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .projectDetail__item .text .titleSet .number {
    font-size: 7.1246819338vw;
    width: 25.4452926209vw;
    margin-bottom: 5.0890585242vw;
  }
}
.projectDetail__item .text .titleSet .title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .projectDetail__item .text .titleSet .title {
    font-size: 7.1246819338vw;
  }
}
.projectDetail__item:nth-child(1) .img {
  width: 18.5%;
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (max-width: 768px) {
  .projectDetail__item:nth-child(1) .img {
    width: 53.03514377%;
    margin-top: 0;
  }
}
.projectDetail__item:nth-child(2) {
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.projectDetail__item:nth-child(2) .img {
  width: 31%;
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (max-width: 768px) {
  .projectDetail__item:nth-child(2) .img {
    width: 88.8178913738%;
    margin-top: 0;
  }
}
.projectDetail__item:nth-child(3) {
  margin-bottom: 0;
}
.projectDetail__item:nth-child(3) .img {
  width: 25.25%;
}
@media screen and (max-width: 768px) {
  .projectDetail__item:nth-child(3) .img {
    width: 72.5239616613%;
    margin-top: 0;
  }
}

.topics {
  background: no-repeat center/cover url(../images/projectcase/project_back02.png);
  padding: 33px 0;
  padding: 2.0625rem 0;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .topics {
    background: no-repeat center/cover url(../images/projectcase/project_back02-sp.png);
    padding: 10.1781170483vw 4.5801526718vw;
    margin-bottom: 12.7226463104vw;
  }
}
.topics .inner {
  max-width: 1170px;
}

.tipics__column {
  gap: 50px;
  gap: 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .tipics__column {
    gap: 10.1781170483vw;
  }
}
.tipics__column .text {
  width: 53.5714285714%;
}
@media screen and (max-width: 768px) {
  .tipics__column .text {
    width: 100%;
  }
}
.tipics__column .text .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 200px;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .tipics__column .text .title {
    font-size: 6.106870229vw;
    width: 50.8905852417vw;
    padding-bottom: 1.7811704835vw;
    margin-bottom: 7.6335877863vw;
  }
}
.tipics__column .text .desc {
  color: #fff;
  letter-spacing: -0.05em;
  font-weight: 300;
}
.tipics__column .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/*# sourceMappingURL=business.css.map */
