/* CSS Document */
/*ページタイトル*/
.page_title h1::before{
  content: "BUSINESS";
}
/*コンテンツ*/
.b_top{
  box-sizing: border-box;
  background: rgb(255,255,255);
  background: linear-gradient(183deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(242, 242, 246) 100%);
}
body[wc-view-type="sp"] .b_top,
body[wc-view-type="tb"] .b_top{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb-l"] .b_top{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] .b_top{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.b_top > h1{
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 2.2rem;
  transition:opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.b_top > h1[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
body:not([wc-view-type="sp"]) .b_top > h1{
  font-size: 1.45rem;
  line-height: 2.4rem;
}
body:not([wc-view-type="sp"]) .b_top > h1 br.none{
  display: none;
}
.b_top > .bt_contents{
  display: flex;
}
body[wc-view-type="sp"] .b_top > .bt_contents{
  flex-direction: column;
}
.b_top > .bt_contents p{
  line-height: 2rem;
  box-sizing: border-box;
  transition:opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.b_top > .bt_contents p[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
body:not([wc-view-type="sp"]) .b_top > .bt_contents p{
  width: 50%;
}
body[wc-view-type="tb-l"] .b_top > .bt_contents p,
body[wc-view-type="pc"] .b_top > .bt_contents p{
  line-height: 2.5rem;
}
body[wc-view-type="tb"] .b_top > .bt_contents p{
  padding: 0.5rem 1.5rem;
}
body[wc-view-type="tb-l"] .b_top > .bt_contents p{
  padding: 1rem 2rem;
}
body[wc-view-type="pc"] .b_top > .bt_contents p{
  padding: 1rem 2.5rem;
}
.b_top > .bt_contents figure{
  transition:opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem)
}
.b_top > .bt_contents figure[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
body[wc-view-type="sp"] .b_top > .bt_contents figure{
  margin-top: 1rem;
}
body:not([wc-view-type="sp"]) .b_top > .bt_contents figure{
  width: 50%;
}
.b_top > .bt_contents figure img{
  aspect-ratio:1.414/1;
}
/*事業内容*/
.b_contents{
  background-color: #f2f2f6;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .b_contents,
body[wc-view-type="tb"] .b_contents{
  padding: 0 7vw var(--headerHeight) 7vw;
}
body[wc-view-type="tb-l"] .b_contents{
  padding: 0 10vw var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] .b_contents{
  padding: 0 calc((100vw - 1100px) / 2) var(--headerHeight) calc((100vw - 1100px) / 2);
}
.b_contents .contents_title::before{
  content: "BUSINESS";
}
.b_contents article{
  margin-top: 1.5rem;
  overflow: hidden;
  display: flex;
  background-color: #fff;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .b_contents article{
  flex-direction: column;
  padding: 1rem;
}

body:not([wc-view-type="sp"]) .b_contents article:nth-of-type(even){
  flex-direction: row-reverse;
}

.b_contents article .b_c_text{
}
.b_contents article .b_c_text{
  padding: 0.65rem 0.5rem 1rem 0.5rem;
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) .b_contents article .b_c_text{
  width: 50%;
}
body[wc-view-type="tb"] .b_contents article .b_c_text{
  padding: 2rem 1.5rem;
}
body[wc-view-type="tb-l"] .b_contents article .b_c_text{
  padding: 2.5rem 2rem;
}
body[wc-view-type="pc"] .b_contents article .b_c_text{
  padding: 2rem 2.5rem;
}
.b_contents article .b_c_text > h1{
  padding: 0 1rem 0.5rem 1rem;
  box-sizing: border-box;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.b_contents article .b_c_text > h1::after{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #bbb;
  transform: scaleX(0);
  transition: all 600ms 600ms ease;
  z-index: 2;
}
.b_contents article[inview-state="true"] .b_c_text > h1::after{
  transform: scaleX(1);
}
.b_contents article .b_c_text > h1 .b_title{
  font-weight: 700;
  font-size: 1.15rem;
  transition: transform 600ms ease;
  transform: translateY(110%);
  display: block;
}
.b_contents article[inview-state="true"] .b_c_text > h1 .b_title{
  transform: translateY(0);
}
body:not([wc-view-type="sp"]) .b_contents article .b_c_text > h1 .b_title{
  font-size: 1.25rem;
}
.b_contents article .b_c_text > h1 .b_title::before{
  font-family: "Oswald";
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: 1.25px;
  line-height: 1em;
  transition: color 600ms 600ms ease;
  display: block;
}
body:not([wc-view-type="sp"]) .b_contents article .b_c_text > h1 .b_title::before{
  font-size: 1.45rem;
}
.b_contents article[inview-state="true"] .b_c_text > h1 .b_title::before{
  color: #00bbff;
}
.b_contents #graphic .b_c_text > h1 .b_title::before{
  content: "GRAPHIC DESIGN";
}
.b_contents #website .b_c_text > h1 .b_title::before{
  content: "WEBSITE PRODUCTION";
}
.b_contents #system .b_c_text > h1 .b_title::before{
  content: "SYSTEM CONSTRUCTION";
}
.b_contents #manegement .b_c_text > h1 .b_title::before{
  content: "WEBSITE MANAGEMENT";
}



.b_contents article .b_c_text p{
  line-height: 1.8rem;
  transition: opacity 600ms 650ms ease,transform 600ms 650ms ease;
  opacity: 0;
  transform: translateY(1rem);
  padding: 0.75rem 0.75rem 1rem 0.75rem;
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) .b_contents article .b_c_text p{
  padding-bottom: 0;
}
.b_contents article[inview-state="true"] .b_c_text p{
  opacity: 1;
  transform: translateY(0);
}
.b_contents article figure{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.b_contents article figure::before{
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: #f2f2f6;
  left: 0;
  right: 0;
  transition: all 800ms 200ms ease;
  width: 100%;
  height: 100%;
}
body[wc-view-type="sp"] .b_contents article figure::before{
  transition-delay: 280ms;
}
body[wc-view-type="tb"] .b_contents article figure::before{
  transition-delay: 400ms;
}
body[wc-view-type="sp"] .b_contents article figure::before{
  background-color: #fff;
}
.b_contents article figure[inview-state="true"]::before{
  transform: translateY(100%);
}
body:not([wc-view-type="sp"]) .b_contents article figure{
  width: 50%;
}
body[wc-view-type="tb"] .b_contents article figure img,
body[wc-view-type="tb-l"] .b_contents article figure img{
  height: 100%;
}
body[wc-view-type="pc"] .b_contents article figure img{
  aspect-ratio:1.414/1;
}