/* CSS Document */
/*タイトル*/
@keyframes title{
  0%{opacity:0;width: 0;}
  100%{opacity:1;width: 100%;transform: translateX(0);}
}
@keyframes title_o{
  0%{opacity:0;width: 0;transform: translateX(50px);}
  100%{opacity:1;width: 100%;transform: translateX(0);}
}
@keyframes title_w{
  0%{opacity:0;width: 0;transform: translateX(50px);}
  100%{opacity:1;width: 100%;transform: translateX(0);}
}
@keyframes title_h1{
  0%{opacity:0;width: 0;transform: translateX(1.5rem);
  }
  100%{opacity:1;width: 100%;transform: translateX(0);}
}
@keyframes title_color_change{
  0%{color: #333;width: 0;}
  100%{color: #09f;width: 100%;}
}
@keyframes title_color_change_w{
  0%{color: #fff;}
  100%{color: #09f;}
}
@keyframes title_color_change_o{
  0%{color: #fff;}
  100%{color: #ff9400;}
}
@keyframes title_arrow{
  0%{right: 100%;transform: translateX(-100%);}
  80%{right: 0;transform: translateX(0);}
  100%{width: 50px;transform: translateX(0);}
}
@keyframes title_line{
  0%{right: 100%;transform: translateX(-100%);}
  80%{right: 0;transform: translateX(0);}
  100%{width: 2.7rem;}
}
/*マーキー*/
@keyframes marquee{
  0%{transform: translateX(0);}
  100%{transform: translateX(-100%);}
}
@keyframes fade-in-up{
  0% {opacity: 0;transform: translate3d(0,var(--translateY),0);}
  100% {opacity: 1;transform: translate3d(0,0,0);}
}
/*sp・tb事業内容　写真*/
@keyframes b_in_right{
   0%{opacity:0;transform: translateX(100%);}
  100%{opacity:1;transform: translateX(0);}
}
/*動画アニメーション*/
@keyframes play{
  0%{transform: rotate(0);}
  100%{transform: rotate(1turn);}
}
/*スマホ・タブレット事業内容*/
@keyframes cover01{
  0%{transform: translateX(-110%);}
  50%{transform: translateX(0%);}
  100%{transform: translateX(0%);left: 100%;}
}
@keyframes b_left{
  0%{transform: translateX(-100%);opacity: 1;}
  100%{transform: translateX(0%);opacity: 1;}
}
@keyframes cover02{
  0%{transform: translateX(110%);}
  50%{transform: translateX(0%)}
  100%{transform: translateX(0%);right: 100%;}
}
@keyframes b_right{
  0%{transform: translateX(-100%);opacity: 1;}
  100%{transform: translateX(0%);opacity: 1;}
}
.opa{
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  display: block !important;
}
/*タイトル*/
div.title.wcvisible span.title_deco span.ani span.ani_inner{
  animation: title 800ms cubic-bezier(0.77, 0, 0.175, 1) 700ms forwards;    
}
div.title.orange.wcvisible span.title_deco span.ani{
  animation: title_o 1000ms cubic-bezier(0.77, 0, 0.175, 1) 500ms forwards; 
}
div.title.white.wcvisible span.title_deco span.ani{
  animation: title_w 1000ms cubic-bezier(0.77, 0, 0.175, 1) 500ms forwards; 
}
div.title.wcvisible h1 span.ani{
  animation: title_h1 800ms cubic-bezier(0.77, 0, 0.175, 1) 500ms forwards;
}
div.title.wcvisible span.title_deco span.cange{
  animation: title_color_change 1000ms linear 1500ms forwards;
}
div.title.white.wcvisible span.title_deco span.cange{
  animation: title_color_change_w 1000ms linear 1100ms forwards;
}
section.recruit div.title.wcvisible > h1 span.ani > span{
  animation: title_color_change_o 800ms linear 1200ms forwards;
}
div.title.orange.wcvisible span.title_deco span.cange{
  animation: title_color_change_o 1000ms linear 1100ms forwards;
}
div.title.wcvisible div.title_deco_wrap::before{
  animation: title_arrow 800ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
div.title.wcvisible div.title_deco_wrap::after{
  animation: title_line 800ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
/*スマホ・タブレット事業内容*/
body[wc-view-type="tb"] section.business > article.wcvisible:nth-of-type(odd) > div.b_img::before,
body[wc-view-type="sp"] section.business > article.wcvisible:nth-of-type(odd) > div.b_img::before{
  animation: cover01 2000ms cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
body[wc-view-type="tb"] section.business > article.wcvisible:nth-of-type(odd) div.b_img img,
body[wc-view-type="sp"] section.business > article.wcvisible:nth-of-type(odd) div.b_img img{
  animation: b_left 500ms cubic-bezier(0.86, 0, 0.07, 1) 100ms forwards;
}
body[wc-view-type="tb"] section.business > article.wcvisible:nth-of-type(even) > div.b_img:before,
body[wc-view-type="sp"] section.business > article.wcvisible:nth-of-type(even) > div.b_img:before{
  animation: cover02 2000ms cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
body[wc-view-type="tb"] section.business > article.wcvisible:nth-of-type(even) div.b_img img,
body[wc-view-type="sp"] section.business > article.wcvisible:nth-of-type(even) div.b_img img{
  animation: b_right 500ms cubic-bezier(0.86, 0, 0.07, 1) 100ms forwards;
}
/*動画*/
section.movie div.movie_box.wcvisible div.play::after{
  animation: play 20s linear infinite;
}
/*マーキー*/
section.mission div.marquee.wcvisible p{
  animation: marquee 30s linear infinite;
}

/*------コンテンツ-----------*/
/*全体のoverflow*/
section.wrap{
  overflow: hidden;
}
/*トップキャッチコピー*/
div.wccatchcopy{
  background-color: rgba(0,0,0,0) !important;
  color: #fff !important;
  opacity: 0;
  height: 0 !important;
}
/*スライダー*/
section.top_slider_wrap{
  width: 100vw;
  position: relative;
  z-index: 1;
  height: var(--windowfixdheight);
  overflow: hidden;
  /*margin-top: calc((var(--headerHeight) + var(--catchcopyheight)) * -1) !important;*/
  margin-top: calc(var(--headerHeight) * -1);
}
body[wc-view-type="sp"] section.top_slider_wrap{
  height: var(--windowfixdheight);
}
section.top_slider_wrap div.slider_box{
  z-index: 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  box-sizing: border-box;
  height: 1px;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  transition: height 0.6s 0.6s ease;
}

section.top_slider_wrap div.slider_box.wcvisible{
  height: var(--windowfixdheight);
}
section.top_slider_wrap div.slider_box::before{
  content: "";
  position: absolute;
  background-color: #fff;
  opacity: 1;
  z-index: -1;
  right: 100%;
  width: calc((var(--fixdvh) * 50) + 50vw);
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0% 0%, calc(100% - var(--fixdvh) * 50) 0, 100% 50%, calc(100% - var(--fixdvh) * 50) 100%, 0 100%);
  transition: opacity 0.6s 0.6s ease,right 0.6s ease;
  height: var(--windowfixdheight);
}

section.top_slider_wrap div.slider_box.wcvisible::before{
  opacity: 0.8;
  right: 0;
}
body[wc-view-type="sp"] section.top_slider_wrap div.slider_box{
  padding-left: 0.85rem;
}
body[wc-view-type="tb"] section.top_slider_wrap div.slider_box{
  padding-left: 1.5rem;
}
body[wc-view-type="tb-l"] section.top_slider_wrap div.slider_box{
  padding-left: 3rem;
  width: 65vw;
}
body[wc-view-type="sp"] section.top_slider_wrap div.slider_box{
  width: 95vw;
}
body[wc-view-type="tb"] section.top_slider_wrap div.slider_box{
  width: 85vw;
}
body[wc-view-type="pc"] section.top_slider_wrap div.slider_box{
  width: 55vw;
  align-items: center;
}
div.topslider{
  height: var(--windowfixdheight) !important;
}
div.topslider > div{
}
div.topslider > div picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.topslider > div img{
  width: 100vw;
  height: var(--windowfixdheight) !important;
}
section.top_slider_wrap div.slider_box div.catchcopy{
  display: flex;
  flex-direction: column-reverse;
  opacity: 0;
  transition: opacity 0.6s 0.6s ease;
}
section.top_slider_wrap div.slider_box.wcvisible div.catchcopy{
  opacity: 1;
}
body:not([wc-view-type="pc"]) section.top_slider_wrap div.slider_box div.catchcopy{
  padding-top: 1rem;
}
body[wc-view-type="sp"] section.top_slider_wrap div.slider_box div.catchcopy{
  padding-top: 5rem;
}
section.top_slider_wrap div.slider_box div.catchcopy > h1{
  font-size: 2.2rem;
  color: #333;
  font-weight: 400;
}
body[wc-view-type="sp"] section.top_slider_wrap div.slider_box div.catchcopy > h1{
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
body[wc-view-type="tb"] section.top_slider_wrap div.slider_box div.catchcopy > h1{
  font-size: 2.3rem;
}
section.top_slider_wrap div.slider_box div.catchcopy > span{
  font-family:"Poppins02";
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1em;
}
body[wc-view-type="sp"] section.top_slider_wrap div.slider_box div.catchcopy > span{
  font-size: 9vw;
  margin-bottom: 0;
  line-height: 1em;
}
body[wc-view-type="tb"] section.top_slider_wrap div.slider_box div.catchcopy > span,
body[wc-view-type="tb-l"] section.top_slider_wrap div.slider_box div.catchcopy > span{
  font-size: 3rem;
  line-height: 1em;
}
section.top_slider_wrap div.slider_box div.catchcopy > span:first-letter{
  color: #09f;
}
div.recruit_top{
  width: 402px;
  margin-top: 2rem;
}
div.recruit_top div.recruit_btn{
  display: table;
}
div.recruit_top div.recruit_btn a{
  display: table;
  padding: 0.75rem 4.5rem 0.75rem 1rem;
  background: -moz-linear-gradient(left, rgba(231,75,35,1) 0%, rgba(230,182,72,1) 100%);
  background: -webkit-linear-gradient(left, rgba(231,75,35,1) 0%,rgba(230,182,72,1) 100%);
  background: linear-gradient(to right, rgba(231,75,35,1) 0%,rgba(230,182,72,1) 100%);
  color: #fff;
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-size: 1.2rem;
}
div.recruit_top div.recruit_btn a::after{
  content: "";
  width: 2.5rem;
  height: 1.7rem;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("../img/svg/s_arrow.svg");
  mask-image: url("../img/svg/s_arrow.svg");
  right: 1rem;
}
/*スライダー仮*/
div.video_sample{
  width: 100vw;
  height: var(--windowfixdheight);
  max-width: var(--windowwidth);
}
div.video_sample video{
  width: 100%;
  object-fit: cover;
  vertical-align: top;
  height: var(--windowfixdheight);
}
/*共通*/
span.opa{
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
}
/*コンテンツの大きいタイトル*/
div.title_warp{
  display: table;
}
div.title{
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 2rem;
   position: relative;
  z-index: 1;
  overflow: hidden;
}
body[wc-view-type="sp"] div.title{
  margin-bottom: 1.5rem;
}
div.title > h1 span.ani{
  font-size: 1.5rem;
  color: #333;
  line-height: 2.5rem;
  opacity: 0;
  width: 0;
  display: block;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}
div.title.white > h1 span.ani{
  color: #fff;
}
body[wc-view-type="sp"] div.title > h1 span.ani{
  font-size: 1.2rem;
}
div.title.white > h1 span.ani{
  color: #fff;
}
div.title.orange > h1 span.ani{
  color: #fff;
}
div.title > h1 span.ani span.ani_inner span{
  font-size: 1.8rem;
}
body[wc-view-type="sp"] div.title > h1 span.ani span.ani_inner span{
  font-size: 1.8rem;
}
div.title_deco_wrap{
  position: relative;
  z-index: 1;
  overflow: hidden;
  line-height: 3.5rem;
  padding-right: 3.5rem;
}
div.title_deco_wrap::before,
div.title_deco_wrap::after{
  content: "";
  position: absolute;
  z-index: 2;
  top: 2rem;
}
div.title_deco_wrap::before{ 
  content: "";
width: 100%;
height: 33px;
transform: rotate(45deg);
right: 2px;
top: 1.01rem;
-webkit-mask-position: right center;
mask-position: right top;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 17px 32px;
mask-size: 17px 33px;
-webkit-mask-image: url("../img/svg/titile_arrow02.svg");
mask-image: url("../img/svg/titile_arrow02.svg");
background-color: #09f;
}
body[wc-view-type="tb-l"] div.title_deco_wrap::before,
body[wc-view-type="tb"] div.title_deco_wrap::before{
  top: 0.55rem;
}
body[wc-view-type="sp"] div.title_deco_wrap::before{
  top: 0.4rem;
}
body[wc-view-type="tb-l"] div.title_deco_wrap::after,
body[wc-view-type="tb"] div.title_deco_wrap::after{
  top: 1.55rem;
}
body[wc-view-type="sp"] div.title_deco_wrap::after{
  top: 1.52rem;
}
div.title.orange div.title_deco_wrap::before{
  background-color: #ff9400;
}
body[wc-view-type="sp"] div.title_deco_wrap::before{
}
div.title div.title_deco_wrap::after{
  height: 1px;
  background-color: #09f;
  position: absolute;
  right: 3px;
  width: 100%;
}
div.title.orange div.title_deco_wrap::after{
  background-color: #ff9400;
}
body[wc-view-type="sp"] div.title span.title_deco{
  font-size: 2.65rem;
  margin-bottom: 0.2rem;
}
body[wc-view-type="tb"] div.title span.title_deco{
  font-size: 2.75rem;
}
body[wc-view-type="tb-l"] div.title span.title_deco{
  font-size: 3rem;
}
body[wc-view-type="pc"] div.title span.title_deco{
  margin-bottom: 0.25rem;
  font-size: 3.5rem;
}
div.title span.title_deco span.ani{
position: relative;
z-index: 1;
display: block;
}
div.title span.title_deco span.ani span.ani_inner{
  color: #333;
  font-family: "Poppins02";
  line-height: 1em;
  display: block;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  transform: translateX(0);
  opacity: 0;
}
body[wc-view-type="sp"] div.title span.title_deco span.ani{
}
div.title.orange span.title_deco span.ani{
  color: #fff;
}
div.title.white span.title_deco span.ani{
  color: #fff;
}
div.title.white span.title_deco span.ani{
  color: #fff;
}
div.title.orange span.title_deco{
  color: #fff;
  text-align: left;
}
div.title.white span.title_deco span.ani span{
  color: #fff;
}
div.title.orange span.title_deco span.ani span{
  color: #fff;
}
/*ボタン*/
div.btn{
  display: table;
}
div.btn a{
  display: table;
  padding: 0.5rem 4.15rem 0.5rem 0rem;
  color: #333;
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
body[wc-view-type="sp"] div.btn a{
  font-size: 1.1rem;
  padding-right: 3.5rem;
}
div.btn.orange a{
  color: #ff9400;
}
div.btn a::after{
  content: "";
  width: 3.5rem;
  height: 2.5rem;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("/img/svg/s_arrow.svg");
  mask-image: url("/img/svg/s_arrow.svg");
  right: 0;
}
body[wc-view-type="sp"] div.btn a::after{
  width: 3rem;
  height: 2rem;
}
div.btn.orange a::after{
  background-color: #ff9400;
}
/*mission*/
section.mission{
  padding: calc(var(--headerHeight) * 1.5) 0 0 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
  box-sizing:border-box;
}
section.mission div.sankaku{
  content: "";
  position: absolute;
  top: 0;
  opacity: 0.7;
  background-image: url("../img/top/mission/sample/pc_tizu.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transition: opacity 600ms linear,filter 600ms linear;
  filter: blur(5px);
}
section.mission div.sankaku.wcvisible{
  opacity: 0.2;
  filter: blur(0);
}
body.safari section.mission div.sankaku{
  background-image: url("../img/top/mission/sample/pc_tizu.png");
}
body[wc-view-type="sp"] section.mission div.sankaku{
  width: 115vw;
  height: 58vw;
  left: -4rem;
  top: -0.5rem;
}
body[wc-view-type="tb"] section.mission div.sankaku{ 
  width: 583px;
  height: 290px;
  left: -4rem;
  top: -2rem;
}
body[wc-view-type="tb-l"] section.mission div.sankaku{
  width: 680px;
  height: 337px;
  left: -3rem;
  top: 1rem;
  top: -0.25rem;
}
body[wc-view-type="pc"] section.mission div.sankaku{
  width: 840px;
  height: 418px;
  left: calc((100vw - 1400px) / 2);
  top: 0rem;
}
body:not([wc-view-type="sp"]) section.mission div.flex{
  display: flex;
  box-sizing: border-box;
}
body[wc-view-type="tb"] section.mission div.flex{
  padding-left: 4rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
body[wc-view-type="tb-l"] section.mission div.flex{
  width: calc(100vw - 12rem);
  margin: 0 auto;
  padding-bottom: var(--headerHeight);
}
body[wc-view-type="pc"] section.mission div.flex{
  width: 1100px;
  margin: 0 auto;
  margin-bottom: var(--headerHeight);
  margin-top: var(--headerBtnSize);
}
body[wc-view-type="sp"] section.mission div.flex div.m_text{
  padding-left: 1rem;
  padding-bottom:3.5rem;
  padding-right: 3.5rem;
}
body[wc-view-type="tb-l"] section.mission div.flex div.m_text{
  width: 55%;
}
body[wc-view-type="tb"] section.mission div.flex div.m_text{
  width: 60%;
}
body[wc-view-type="pc"] section.mission div.flex div.m_text{
  width: 50%;
}
section.mission div.flex div.m_text div.title{
  display: flex;
  flex-direction: column-reverse;
}
section.mission div.flex div.m_text div.title > h1{
  text-align: left;
}
section.mission div.flex div.m_text div.title span.title_deco{
  margin-bottom: 1rem;
  text-align: left;
  position: relative;
  z-index: 1;
  display: block;
  transition-property: width, opacity, transform;
  transform: translateX(0);
  height: 1em;
}
section.mission div.flex div.m_text div.title span.title_deco::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  bottom: 0;
  z-index: 2;
}
section.mission div.flex div.m_text p.fade_in_up{
  opacity: 0;
  transform: translateY(1rem);
  line-height: 2.5rem;
  color: #333;
  padding-left: 1rem;
  box-sizing: border-box;
  font-weight: 300;
  -webkit-transition:opacity 1000ms 500ms ease,transform 1000ms ease;
  transition:opacity 1000ms 500ms ease,transform 1000ms ease;
}
section.mission div.flex div.m_text p.fade_in_up.wcvisible{
  opacity: 1;
  transform: translateY(0);
}
body[wc-view-type="sp"] section.mission div.flex div.m_text p{
  padding-left: 1rem;
}
body:not([wc-view-type="pc"]) section.mission div.flex div.m_text p span.pc_excepting_none{
  display: none;
}
section.mission div.flex div.m_img{
  width: 40%;
}
body[wc-view-type="sp"] section.mission div.flex div.m_img{
  position: absolute;
  width: 70vw;
  right: -35vw;
  bottom: 3.4rem;
  z-index: -1;
}
body[wc-view-type="tb-l"] section.mission div.flex div.m_img,
body[wc-view-type="tb"] section.mission div.flex div.m_img{
  display: flex;
  justify-content: center;
  align-items: center;
}
body[wc-view-type="tb-l"] section.mission div.flex div.m_img{
  width: 45%;
}
body[wc-view-type="tb"] section.mission div.flex div.m_img{
  width: 40%;
}
body[wc-view-type="pc"] section.mission div.flex div.m_img{
  width: 50%;
  margin-top: -2rem;
}
section.mission div.flex div.m_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.mission div.flex div.m_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
div.marquee{
  width: 100vw;
  max-width: max-content;
  overflow: hidden;
  display: flex;
}
div.marquee p{
  font-size: 6.5rem;
  -webkit-text-stroke: 1px #cccccc;
  text-stroke: 1px #cccccc;
  color: #fff;
  line-height: 1em;
  opacity: 0.5;
  font-weight: 700;
  white-space: nowrap;
}
body[wc-view-type="sp"] div.marquee p{
  font-size: 4.4rem;
}
/*事業内容*/
section.business{
  padding: var(--headerHeight) 0 0 0;
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}
section.business::before,
section.business::after{
  content: "";
  position: absolute;
  z-index: 1;
  background-color: rgba(0,153,255,0.2);
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
}
body[wc-view-type="sp"] section.business::before,
body[wc-view-type="sp"] section.business::after{
  height: 55vw;
}
body[wc-view-type="tb"] section.business::before,
body[wc-view-type="tb"] section.business::after{
  height: 30vw;
}
body[wc-view-type="tb-l"] section.business::before,
body[wc-view-type="tb-l"] section.business::after{
  height: 24vw;
}
body[wc-view-type="pc"] section.business::before,
body[wc-view-type="pc"] section.business::after{ 
  height: 24vw;
}
section.business::before{
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
section.business::after{
  clip-path: polygon(100% 100%, 100% 0, 0 0);
}
body[wc-view-type="pc"] section.business div.title_warp{
  display: table;
  margin-left: calc((100vw - 1100px) / 2);
}
body[wc-view-type="sp"] section.business div.title{
  margin-bottom: 1rem;
  padding-left: 1em;
}
body[wc-view-type="tb"] section.business div.title{
  padding-left: 4rem;
}
body[wc-view-type="tb-l"] section.business div.title{
  padding-left: 6rem;
}
body[wc-view-type="pc"] section.business div.title{
  display: flex;
}
section.business div.title h1{
  position: relative;
  z-index: 1;
}
section.business div.title > span.title_deco{
}
section.business > p{
  color: #333;
  line-height: 2.5rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(1rem);
  font-size: 0.97rem;
  font-weight: 300;
  -webkit-transition:opacity 1000ms 500ms ease,transform 1000ms ease;
  transition:opacity 1000ms 500ms ease,transform 1000ms ease;
}
section.business > p.wcvisible{
  opacity: 1;
  transform: translateY(0);
}
body[wc-view-type="sp"] section.business > p{
  line-height: 2rem;
  color: #333;
  padding: 0 2rem;
  width: 100%;
}
body[wc-view-type="tb"] section.business > p{
  width: calc(100vw - 10rem);
  margin: 0 auto;
}
body[wc-view-type="tb-l"] section.business > p{
  padding: 0 7rem;
}
body[wc-view-type="pc"] section.business > p{
  padding: 0 calc((100vw - 1100px) / 2 + 1rem);
}
section.business > article{
  position: relative;
  z-index: 2;
  margin-top: calc(var(--headerHeight) * 1.8);
  box-sizing: border-box;
}
section.business > article:nth-of-type(1){
  margin-top: calc(var(--headerHeight) * 1.5);
}
section.business > article:nth-of-type(1){
  margin-top: var(--headerBtnSize);
}
body[wc-view-type="sp"] section.business > article{
  margin-top: calc(var(--headerHeight) * 1.5);
}
body[wc-view-type="tb-l"] section.business > article,
body[wc-view-type="pc"] section.business > article{
  display: flex;
}
body[wc-view-type="sp"] section.business > article:nth-of-type(1){
  margin-top:var(--headerBtnSize);
}
body[wc-view-type="tb-l"] section.business > article:nth-of-type(odd){
  padding-right: calc((100vw - 850px) / 2)
}
body[wc-view-type="tb-l"] section.business > article:nth-of-type(even){
  padding-left: calc((100vw - 850px) / 2);
  flex-direction: row-reverse;
}
body[wc-view-type="pc"] section.business > article:nth-of-type(odd){
  margin-left: calc((100vw - 1100px) / 2);
  padding-right: 11.75vw;
}
body[wc-view-type="pc"] section.business > article:nth-of-type(even){
  margin-right: calc((100vw - 1100px) / 2);
  padding-left: 11.75vw;
  flex-direction: row-reverse;
}
body[wc-view-type="tb-l"] section.business > article div.b_text{
  width: 450px;
}
body[wc-view-type="pc"] section.business > article div.b_text{
  width: 550px;
}
body[wc-view-type="tb-l"] section.business > article div.b_text::before,
body[wc-view-type="pc"] section.business > article div.b_text::before{
  top: 0.75rem;
  color: rgba(0,153,255,0.35);
  font-size: 2rem;
  position: absolute;
  white-space: nowrap;
  font-family: "Poppins02";
  opacity: 0;
  -webkit-transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
}
body[wc-view-type="tb-l"] section.business > article div.b_text.line2::before,
body[wc-view-type="pc"] section.business > article div.b_text.line2::before{
  top: -0.25rem;
  line-height: 1em;
}
body[wc-view-type="tb-l"] section.business > article:nth-of-type(odd) div.b_text::before,
body[wc-view-type="tb-l"] section.business > article:nth-of-type(even) div.b_text::before,
body[wc-view-type="pc"] section.business > article:nth-of-type(odd) div.b_text::before,
body[wc-view-type="pc"] section.business > article:nth-of-type(even) div.b_text::before{
  padding-left: 1.5rem;
}
body[wc-view-type="tb-l"] section.business > article:nth-of-type(1) div.b_text::before,
body[wc-view-type="pc"] section.business > article:nth-of-type(1) div.b_text::before{ 
  content: "Building Equipment attr \A Communication Division";
  white-space: pre;
}
body[wc-view-type="tb-l"] section.business > article:nth-of-type(1) div.b_text::before{ 
  font-size: 1.8rem;
}
body[wc-view-type="tb-l"] section.business > article:nth-of-type(2) div.b_text::before,
body[wc-view-type="pc"] section.business > article:nth-of-type(2) div.b_text::before{  
  content: "Mobile Solution Division";
}
body[wc-view-type="tb-l"] section.business > article:nth-of-type(3) div.b_text::before,
body[wc-view-type="pc"] section.business > article:nth-of-type(3) div.b_text::before{
  content: "Regional Revitalization\ATourism Division";
  white-space: pre;
  top: -0.25rem;
  line-height: 1em;
}
body[wc-view-type="tb-l"] section.business > article.wcvisible div.b_text::before,
body[wc-view-type="pc"] section.business > article.wcvisible div.b_text::before{
  opacity: 1;
}
section.business > article div.b_text p{
  line-height: 1.8rem;
  box-sizing: border-box;
  padding-left: 2.5rem;
  padding-top: 1rem;
  padding-right: 2rem;
  opacity: 0;
  font-size: 0.97rem;
  font-weight: 300;
  -webkit-transition:opacity 1000ms 500ms ease;
  transition:opacity 1000ms 500ms ease;
}
section.business > article.wcvisible div.b_text p{
  opacity: 1;
}

body[wc-view-type="sp"] section.business > article div.b_text p{
  padding-top: 1rem;
}
body[wc-view-type="sp"] section.business > article:nth-of-type(odd) div.b_text p{
  padding-left: 2.5rem;
  padding-right: 15vw;
}
body[wc-view-type="sp"] section.business > article:nth-of-type(even) div.b_text p{
  padding-right: 2rem;
  padding-left: calc(27vw + 0.5rem);
}
body[wc-view-type="tb"] section.business > article:nth-of-type(odd) div.b_text p{
  padding-right: 12rem;
  padding-left: 4.5rem;
}
body[wc-view-type="tb"] section.business > article:nth-of-type(even) div.b_text p{
  padding-left: 12rem;
  padding-right: 4.5rem;
}
section.business > article div.b_text h1{
  position: relative;
  z-index: 1;
  padding-top: 4rem;
  padding-left: 1.5rem;
  box-sizing: border-box;
}
section.business > article div.b_text h1 span{
  font-size: 1.5rem;
  box-sizing: border-box;
  padding-bottom: 1rem;
  opacity: 0;
  transform: translateY(1rem);
  -webkit-transition:opacity 600ms 100ms linear,transform 600ms 100ms linear;
  transition:opacity 600ms 100ms linear,transform 600ms 100ms linear;
  display: block;
}
section.business > article.wcvisible div.b_text h1 span{
  opacity: 1;
  transform: translateY(0);
}
body[wc-view-type="sp"] section.business > article div.b_text h1 span{
  font-size: 1.25rem;
  padding-bottom: 0.25rem;
  line-height: 1em;
}
body[wc-view-type="tb"] section.business > article div.b_text h1{
  width: 80vw;
  padding-top: 1.3rem;
  padding-left: 3.5rem;
}
body[wc-view-type="tb"] section.business > article:nth-of-type(even) div.b_text h1{
  margin-left: auto;
  padding-left: 2.5rem;
}
body[wc-view-type="sp"] section.business > article div.b_text h1{  
  padding-top: 1rem;
  padding-left: 2rem;
  padding-bottom: 0.5rem;
  width: 75vw;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.business > article:nth-of-type(even) div.b_text h1{
  margin-left: auto;
  margin-right: 0;
  padding-left: 0.5rem;
}
section.business > article div.b_text h1::before{
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: rgba(0,153,255,0.5);
  opacity: 0;
}
section.business > article:nth-of-type(odd) div.b_text h1::before,
section.business > article:nth-of-type(even) div.b_text h1::before{
  -webkit-transition:all 800ms 500ms ease;
  transition:all 800ms 500ms ease;
}
body[wc-view-type="sp"] section.business > article:nth-of-type(odd) div.b_text h1::before,
body[wc-view-type="sp"] section.business > article:nth-of-type(even) div.b_text h1::before{
  -webkit-transition:all 600ms 1000ms ease;
  transition:all 600ms 1000ms ease;
}
body[wc-view-type="tb"] section.business > article:nth-of-type(odd) div.b_text h1::before,
body[wc-view-type="tb"] section.business > article:nth-of-type(even) div.b_text h1::before{
  -webkit-transition:all 600ms 1650ms ease;
  transition:all 600ms 1650ms ease;
}


section.business > article:nth-of-type(odd) div.b_text h1::before{
  right: 0;
}
section.business > article:nth-of-type(even) div.b_text h1::before{
  left: 0;
  width: 0;
}
section.business > article.wcvisible:nth-of-type(odd) div.b_text h1::before{
  opacity: 1;
  left: 0;
}
section.business > article.wcvisible:nth-of-type(even) div.b_text h1::before{
  opacity: 1;
  right: 0;
  width: 100%;
}

  
section.business > article:nth-of-type(odd) div.b_text h1::before{
  left: 100%;
}
section.business > article:nth-of-type(even) div.b_text h1::before{
}
section.business > article div.b_text h1::after{
  content: "";
  position: absolute;
  border: solid 1px rgba(0,153,255,0.5);
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
}
body[wc-view-type="sp"] section.business > article div.b_text h1::after{
  width: 37vw;
  height: 37vw;
  top: 100%;
  -webkit-transition:all 600ms 600ms ease;
  transition:all 600ms 600ms ease;
}
body[wc-view-type="tb"] section.business > article div.b_text h1::after{
  width: 32vw;
  height: 32vw;
  top: 100%;
  -webkit-transition:all 700ms 650ms ease;
  transition:all 700ms 650ms ease;
}


body[wc-view-type="tb-l"] section.business > article div.b_text h1::after,
body[wc-view-type="pc"] section.business > article div.b_text h1::after{
  -webkit-transition:all 500ms 200ms ease;
  transition:all 500ms 200ms ease;
  opacity: 0;
  transform: rotate(45deg);
}
body[wc-view-type="tb-l"] section.business > article div.b_text h1::after{
  width: 30vw;
  height: 30vw;
  bottom: calc((14.9vw + 1.5px) * -1);
}
body[wc-view-type="pc"] section.business > article div.b_text h1::after{
  width: 29.9vw;
  height: 29.9vw;
  bottom: -14.97vw;
}
body[wc-view-type="tb-l"] section.business > article:nth-of-type(odd) div.b_text h1::after,
body[wc-view-type="pc"] section.business > article:nth-of-type(odd) div.b_text h1::after{
  right: -72vw;
}
body[wc-view-type="sp"] section.business > article:nth-of-type(odd) div.b_text h1::after{
  right: -50vw;
}
body[wc-view-type="sp"] section.business > article.wcvisible:nth-of-type(odd) div.b_text h1::after{
  right: -45vw;
  opacity: 1;
}
body[wc-view-type="tb"] section.business > article:nth-of-type(odd) div.b_text h1::after{
  right: -77vw;
}
body[wc-view-type="tb"] section.business > article.wcvisible:nth-of-type(odd) div.b_text h1::after{
  right: -38.85vw;
  opacity: 1;
}
body[wc-view-type="tb-l"] section.business > article.wcvisible:nth-of-type(odd) div.b_text h1::after{
  right: -36.3vw;
  opacity: 1;
}
body[wc-view-type="pc"] section.business > article.wcvisible:nth-of-type(odd) div.b_text h1::after{
  opacity: 1;
  transform: rotate(45deg);
  bottom: -14.97vw;
  right: -36.2vw;
}
body[wc-view-type="tb-l"] section.business > article:nth-of-type(even) div.b_text h1::after,
body[wc-view-type="pc"] section.business > article:nth-of-type(even) div.b_text h1::after{
  left: -72vw;
}
body[wc-view-type="sp"] section.business > article:nth-of-type(even) div.b_text h1::after{
  left: -50vw;
}
body[wc-view-type="sp"] section.business > article.wcvisible:nth-of-type(even) div.b_text h1::after{
  left: -45vw;
  opacity: 1;
}
body[wc-view-type="tb"] section.business > article:nth-of-type(even) div.b_text h1::after{
  left: -77vw;
}
body[wc-view-type="tb"] section.business > article.wcvisible:nth-of-type(even) div.b_text h1::after{
  left: -38.85vw;
  opacity: 1;
}
body[wc-view-type="tb-l"] section.business > article.wcvisible:nth-of-type(even) div.b_text h1::after{
  left: -36.3vw;
  opacity: 1;
}
body[wc-view-type="pc"] section.business > article.wcvisible:nth-of-type(even) div.b_text h1::after{
  opacity: 1;
  transform: rotate(45deg);
  bottom: -14.97vw;
  left: -36.2vw;
}
section.business > article > div.b_img{
  position: relative;
  z-index: 1;
  
  overflow: hidden;
}
body[wc-view-type="tb-l"] section.business > article > div.b_img,
body[wc-view-type="pc"] section.business > article > div.b_img{
  opacity: 0;
}
body[wc-view-type="tb-l"] section.business > article > div.b_img,
body[wc-view-type="pc"] section.business > article > div.b_img{
  -webkit-transition:opacity 1000ms 500ms ease;
  transition:opacity 1000ms 500ms ease;
  opacity: 0;
}
body[wc-view-type="tb-l"] section.business > article.wcvisible > div.b_img,
body[wc-view-type="pc"] section.business > article.wcvisible > div.b_img{
  opacity: 1;
}

body[wc-view-type="tb"] section.business > article > div.b_img::before,
body[wc-view-type="sp"] section.business > article > div.b_img::before{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  z-index: 1;
  /*clip-path:polygon(calc(100% - 25.5vw) 0, 100% 50%, calc(100% - 25.5vw) 100%, 0 100%, 0 0);*/
}
body[wc-view-type="sp"] section.business > article:nth-of-type(odd) > div.b_img::before{
  clip-path:polygon(calc(100% - 25vw) 0, 100% 50%, calc(100% - 25vw) 100%, 0 100%, 0 0);
}
body[wc-view-type="sp"] section.business > article:nth-of-type(even) > div.b_img::before{
  clip-path: polygon(25vw 0, 100% 0, 100% 100%, 25vw 100%, 0 50%);
}
body[wc-view-type="tb"] section.business > article:nth-of-type(odd) > div.b_img::before{
  clip-path: polygon(calc(100% - 20vw) 0, 100% 50%, calc(100% - 20vw) 100%, 0 100%, 0 0);
}
body[wc-view-type="tb"] section.business > article:nth-of-type(even) > div.b_img::before{
  clip-path: polygon(20vw 0, 100% 0, 100% 100%, 20vw 100%, 0 50%);
}

body[wc-view-type="sp"] section.business > article > div.b_img::after,
body[wc-view-type="tb"] section.business > article > div.b_img::after{
  position: absolute;
  top: 50%;
  z-index: 5;
  color: #fff;
  transform: translate(-50%,-50%);
  font-size: 7vw;
  font-family: "Poppins02";
  box-sizing: border-box;
}
body[wc-view-type="tb"] section.business > article > div.b_img::after{
  font-size: 6vw;
}
body[wc-view-type="sp"] section.business > article:nth-of-type(1) > div.b_img::after,
body[wc-view-type="tb"] section.business > article:nth-of-type(1) > div.b_img::after{
  transform: translate(0,-50%);
    content:'Building Equipment \A Communication Division';
  white-space: pre;
}
body[wc-view-type="sp"] section.business > article:nth-of-type(1) > div.b_img::after{
  left: 1rem;
}
body[wc-view-type="tb"] section.business > article:nth-of-type(1) > div.b_img::after{
  left: 3rem;
  top: 50%;
  transform: translate(0,-50%);
}
body[wc-view-type="sp"] section.business > article:nth-of-type(2) > div.b_img::after,
body[wc-view-type="tb"] section.business > article:nth-of-type(2) > div.b_img::after{
  content: "Mobile Solution Division";
}
body[wc-view-type="sp"] section.business > article:nth-of-type(2) > div.b_img::after{
  left: calc(50% + 10vw);
  transform: translate(-50%,-50%);
  white-space: nowrap;
  padding-right: 1.5rem;
}
body[wc-view-type="tb"] section.business > article:nth-of-type(2) > div.b_img::after{
  top: 50%;
  left: calc(20vw + 2rem);
  transform: translate(0%,-50%);
}
body[wc-view-type="sp"] section.business > article:nth-of-type(3) > div.b_img::after,
body[wc-view-type="tb"] section.business > article:nth-of-type(3) > div.b_img::after{
  content: "Regional Revitalization Tourism Division";
}
body[wc-view-type="sp"] section.business > article:nth-of-type(3) > div.b_img::after{
  left: 1rem;
  transform: translate(0,-50%);
}
body[wc-view-type="tb"] section.business > article:nth-of-type(3) > div.b_img::after{
  left: 3rem;
  top: 50%;
  transform: translate(0,-50%);
}
body[wc-view-type="sp"] section.business > article > div.b_img img{
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  opacity: 0;
}
body[wc-view-type="tb"] section.business > article > div.b_img{
  clip-path:polygon(calc(100% - 20vw) 0, 100% 50%, calc(100% - 20vw) 100%, 0 100%, 0 0);
  height: 40vw;
}
body[wc-view-type="sp"] section.business > article:nth-of-type(even) > div.b_img img{
  clip-path: polygon(25vw 0, 100% 0, 100% 100%, 25vw 100%, 0 50%);
  opacity: 0;
}
body[wc-view-type="tb"] section.business > article:nth-of-type(even) > div.b_img{
  clip-path: polygon(20vw 0, 100% 0, 100% 100%, 20vw 100%, 0 50%);
}
body[wc-view-type="tb-l"] section.business > article > div.b_img{
  width: 400px;
}
body[wc-view-type="pc"] section.business > article > div.b_img{
  width: 550px;
}
section.business > article > div.b_img figure{
  transform: translateX(-110%);
}
section.business > article.wcvisible > div.b_img figure{
  transform: translateX(0%);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
section.business > article > div.b_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.business > article > div.b_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="tb-l"] section.business > article > div.b_img figure img{
  height: 300px;
}
section.business > article div.b_text div.btn{
  margin-left: 2.5rem;
  margin-top: 1rem;
  opacity: 0;
  -webkit-transition:opacity 1000ms 1000ms linear;
  transition: opacity 1000ms 1000ms linear;
}
body[wc-view-type="sp"] section.business > article div.b_text div.btn{
  -webkit-transition:opacity 1200ms 500ms linear;
  transition: opacity 1200ms 500ms linear;
}
section.business > article.wcvisible div.b_text div.btn{
  opacity: 1;
}
body[wc-view-type="sp"] section.business > article div.b_text div.btn{
  margin-left: auto;
  margin-right: 15vw;
  margin-top: 1rem;
}
body[wc-view-type="sp"] section.business > article:nth-of-type(even) div.b_text div.btn{
  margin-right: 2rem;
}
body[wc-view-type="tb"] section.business > article div.b_text div.btn{
  margin-left: auto;
  margin-right: 12rem;
  margin-top: 4rem;
}
body[wc-view-type="tb"] section.business > article:nth-of-type(even) div.b_text div.btn{
  margin-right: 4.5rem;
}
body[wc-view-type="pc"] section.business > article div.b_text div.btn{
  margin-left: auto;
  margin-right: 2.5rem;
}
section.business div.sub_business{
  margin-top: var(--headerHeight);
  padding-bottom: var(--headerHeight);
  position: relative;
  z-index: 1;
}
section.business div.sub_business::before,
section.business div.sub_business::after{
  content: "";
  position: absolute;
  background-color: rgba(0,153,255,0.2);
  width: 100vw;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
body[wc-view-type="sp"] section.business div.sub_business::before,
body[wc-view-type="sp"] section.business div.sub_business::after{
  height: 30vw;
}
body[wc-view-type="tb"] section.business div.sub_business::before,
body[wc-view-type="tb"] section.business div.sub_business::after{
  height: 30vw;
}
body[wc-view-type="tb-l"] section.business div.sub_business::before,
body[wc-view-type="tb-l"] section.business div.sub_business::after,
body[wc-view-type="pc"] section.business div.sub_business::before,
body[wc-view-type="pc"] section.business div.sub_business::after{
  height: 20vw;
}
section.business div.sub_business::before{
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
section.business div.sub_business::after{
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
body[wc-view-type="sp"] section.business div.sub_business{
  width: 100vw;
  padding: 0 2rem calc(var(--headerHeight) * 1.5) 2rem;
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) section.business div.sub_business{
  display: flex;
}
body[wc-view-type="tb"] section.business div.sub_business{
  width: 100vw;
  margin: var(--headerHeight) auto 0 auto;
  padding: 0 2rem var(--headerHeight) 2rem;
  box-sizing: border-box;
}
body[wc-view-type="tb-l"] section.business div.sub_business{
  width: 100vw;
  margin: var(--headerHeight) auto 0 auto;
  padding: 0 6rem var(--headerHeight) 6rem;
  box-sizing: border-box;
}
body[wc-view-type="pc"] section.business div.sub_business{
  margin-top: var(--headerHeight);
  padding: 0 calc((100vw - 1100px) / 2) var(--headerHeight) calc((100vw - 1100px) / 2);
}
section.business div.sub_business > article{
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: scale(0.7);
  -webkit-transition:all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
section.business div.sub_business > article.wcvisible{
  opacity: 1;
  transform: scale(1);
}
body[wc-view-type="sp"] section.business div.sub_business > article{
  margin-bottom: 2rem;
  padding: 3.5rem 0;
}
body[wc-view-type="sp"] section.business div.sub_business > article:last-child{
  margin-bottom: 0;
}
body[wc-view-type="tb-l"] section.business div.sub_business > article,
body[wc-view-type="tb"] section.business div.sub_business > article{
  padding: 3rem 0;
  width: calc((100% / 2) - 1rem);
}
body[wc-view-type="pc"] section.business div.sub_business > article{
  width: calc((100% / 2) - 1.25rem);
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.business div.sub_business > article figure{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
section.business div.sub_business > article figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.business div.sub_business > article figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.business div.sub_business > article::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 3;
}
body[wc-view-type="pc"] section.business div.sub_business > article.hudosan,
body[wc-view-type="tb"] section.business div.sub_business > article.hudosan{
  margin-right: 1.25rem;
}
body[wc-view-type="pc"] section.business div.sub_business > article.csr,
body[wc-view-type="tb"] section.business div.sub_business > article.csr{
  margin-left: 1.25rem;
}
body[wc-view-type="tb-l"] section.business div.sub_business > article.hudosan,
body[wc-view-type="tb"] section.business div.sub_business > article.hudosan{
  margin-right: 1rem;
}
body[wc-view-type="tb-l"] section.business div.sub_business > article.csr,
body[wc-view-type="tb"] section.business div.sub_business > article.csr{
  margin-left: 1rem;
}
section.business div.sub_business > article > div.sub_b_title{
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column-reverse;
}
section.business div.sub_business > article > div.sub_b_title h1{
  font-size: 1.5rem;
  color: #fff;
  display: table;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
}
body[wc-view-type="sp"] section.business div.sub_business > article > div.sub_b_title h1{
  font-size: 1.2rem;
}
body[wc-view-type="tb"] section.business div.sub_business > article > div.sub_b_title h1{
  font-size: 1.2rem;
}
section.business div.sub_business > article > div.sub_b_title h1::after{
  content: "";
  width: 4rem;
  height: 3rem;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("../img/svg/s_arrow.svg");
  mask-image: url("../img/svg/s_arrow.svg");
  right: -4.5rem;
}
section.business div.sub_business > article > div.sub_b_title span{
  display: block;
  font-size: 2.25rem;
  color: #fff;
  font-family: "Poppins02";
  line-height: 1em;
  margin-bottom: 1rem;
  white-space: nowrap;
  text-align: center;
}
body[wc-view-type="pc"] section.business div.sub_business > article > div.sub_b_title span br.none{
  display: none;
}
body[wc-view-type="sp"] section.business div.sub_business > article > div.sub_b_title span{
  font-size: 1.7rem;
  text-align: center;
}
body[wc-view-type="tb-l"] section.business div.sub_business > article > div.sub_b_title span,
body[wc-view-type="tb"] section.business div.sub_business > article > div.sub_b_title span{
  font-size: 2rem;
  text-align: center;
}
section.business div.sub_business > article a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: block;
}
/*動画で知るサクセス*/
section.movie{
  padding: calc(var(--headerHeight) * 1.5) 0 calc(var(--headerHeight) * 2.5) 0;
  background-color: #fff;
  width: 100vw;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.movie{
  padding: var(--headerHeight) 0 calc(var(--headerHeight) * 2) 0;  
}
section.movie div.title{
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.movie div.title{
  margin-bottom: 1rem;
  padding-left: 1em;
}
body[wc-view-type="tb"] section.movie div.title{
  padding-left: 4rem;
}
body[wc-view-type="tb-l"] section.movie div.title{
  padding-left: 6rem;
}
body[wc-view-type="pc"] section.movie div.title{
  padding-left: calc((100vw - 1100px) / 2);
}
section.movie div.movie_box{
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.movie div.movie_box{
  height: 55vw;
  width: calc(100vw - 2rem);
}
body[wc-view-type="tb"] section.movie div.movie_box{
  width: calc(100vw - 4rem);
  height: 55vw;
}
body[wc-view-type="tb-l"] section.movie div.movie_box{
  width: calc(100vw - 12rem);
  height: 50vw;
}
body[wc-view-type="pc"] section.movie div.movie_box{
  width: 900px;
  height: 530px;
  margin: 0 auto 0 calc((100vw - 1100px) / 2);
}
section.movie div.movie_box video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.movie div.play{
  width: 120px;
  height: 120px;
  border: solid 2px #ccc;
  border-radius: 100%;
  position: absolute;
  right: 2.5rem;
  bottom: calc((60px + 1.5rem) * -1);
  cursor: pointer;
  box-sizing: border-box;
  z-index: 3;
  mix-blend-mode: plus-lighter;
}
body[wc-view-type="sp"] section.movie div.play{
  width: 6.2rem;
  height: 6.2rem;
  right: 1.5rem;
  bottom: -4.3rem;
  box-sizing: border-box;
  mix-blend-mode: plus-lighter;
}
body[wc-view-type="pc"] section.movie div.play{
  right: -11rem;
  top: 50%;
  transform: translateY(-50%); 
}
section.movie div.play::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-left: 1.4rem solid #333;
  z-index: 3;
  transform: translate(-50%,-50%);
}
body[wc-view-type="sp"] section.movie div.play::before{
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-left: 1.2rem solid #333;
}
section.movie div.play::after{
  content: "";
  width: 155px;
  height: 155px;
  position: absolute;
  background-image: url("../img/top/play.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
body[wc-view-type="sp"] section.movie div.play::after{
  width: 8rem;
  height: 7.8rem;
  top: -0.9rem;
  left: -1rem;
}
body[wc-view-type="tb"] section.movie div.play::after{
  top: -19px;
  left: -19px;
}
body[wc-view-type="tb-l"] section.movie div.play::after{
  top: -19px;
  left: -19px;
}
body[wc-view-type="pc"] section.movie div.play::after{
  top: -18.5px;
  left: -18.5px;
}
/*採用情報*/
section.recruit{
  padding: var(--headerHeight) 0;
  position: relative;
  z-index: 1;
  width: 100vw;
  box-sizing: border-box;
  overflow: hidden;
}
body[wc-view-type="sp"] section.recruit{
  padding: var(--headerHeight) 1rem;
}
body[wc-view-type="tb"] section.recruit{
}
section.recruit::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(0,0,0,0.5);
}
body[wc-view-type="sp"] section.recruit div.title{
  margin-bottom: 1rem;
  padding-left: 0;
}
section.recruit figure{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0,0,0,0.5);
}
section.recruit figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.recruit figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.recruit div.title{
  position: relative;
  z-index: 4;
}
body[wc-view-type="tb"] section.recruit div.title{
  margin-left: 4rem;
}
body[wc-view-type="tb-l"] section.recruit div.title{
  margin-left: 6rem;
}
body[wc-view-type="pc"] section.recruit div.title{
  margin-left: calc((100vw - 1100px) / 2);
}
section.recruit div.title > h1{
  text-align: left;
}
section.recruit div.title > h1 span.ani > span{
  font-size: 1.8rem;
  color: #fff;
  opacity: 1;
}
section.recruit > p{
  position: relative;
  z-index: 4;
  color: #fff;
  line-height: 1.8rem;
  opacity: 0;
  font-size: 0.95rem;
  font-weight: 300;
  -webkit-transition: opacity 1000ms 500ms ease;
transition: opacity 1000ms 500ms ease;
}
section.recruit > p.wcvisible{
  opacity: 1;
}
body[wc-view-type="sp"] section.recruit > p{
  padding-left: 1rem;
  box-sizing: border-box;
}
body[wc-view-type="tb"] section.recruit > p{
  margin-left: 5rem;
}
body[wc-view-type="tb-l"] section.recruit > p{
  margin-right: 6rem;
  float: right;
}
body[wc-view-type="pc"] section.recruit > p{
  float: right;
  margin-right: calc((100vw - 1100px) / 2);
}
section.recruit div.btn{
  position: relative;
  z-index: 4;
}
body[wc-view-type="sp"] section.recruit div.btn{
  margin-left: auto;
  margin-top: 1rem;
}
body[wc-view-type="tb-l"] section.recruit div.btn,
body[wc-view-type="pc"] section.recruit div.btn{
  position: absolute;
  bottom: var(--headerHeight);
  z-index: 5;
}
body[wc-view-type="tb"] section.recruit div.btn{
  margin-left: auto;
  margin-right: 4rem;
  margin-top: 2rem;
}
body[wc-view-type="tb-l"] section.recruit div.btn{
  margin-top: 8rem;
  margin-left: 6rem;
}
body[wc-view-type="pc"] section.recruit div.btn{
  margin-top: 8rem;
  margin-left: calc((100vw - 1100px) / 2);
}
/*会社案内*/
section.company{
  padding: var(--headerHeight) 0;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
body[wc-view-type="sp"] section.company{
  padding: calc(var(--headerHeight) * 1.5) 1rem calc(var(--headerHeight) / 2) 1rem;
}
body[wc-view-type="tb"] section.company{
  padding: calc(var(--headerHeight) * 1.5) 4rem var(--headerHeight);
}
body[wc-view-type="tb-l"] section.company div.c_inner{
  padding:0 6rem;
  display: flex;
  box-sizing: border-box;
}
body[wc-view-type="pc"] section.company div.c_inner{
  width: 1100px;
  margin: 0 auto;
  display: flex;
}
body[wc-view-type="tb"] section.company div.c_inner div.c_text{
  width: 70%;
}
body[wc-view-type="tb-l"] section.company div.c_inner div.c_text{
  width: 60%;
}
body[wc-view-type="pc"] section.company div.c_inner div.c_text{
  width: 50%;
  padding-right: 3rem;
  box-sizing: border-box;
}
section.company div.c_inner div.c_text div.title > h1{
  margin-top: -0.5rem;
}
section.company div.c_inner div.c_text div.title span.ani_inner{
  line-height: 1.3em;
}
section.company div.c_inner div.c_text div.title div.title_deco_wrap::before{
  top: 1.5rem;
}
body[wc-view-type="sp"] section.company div.c_inner div.c_text div.title div.title_deco_wrap::before{
  top: 0.9rem;
}
body[wc-view-type="tb"] section.company div.c_inner div.c_text div.title div.title_deco_wrap::before,
body[wc-view-type="tb-l"] section.company div.c_inner div.c_text div.title div.title_deco_wrap::before{
  top: 1.3rem;
}
section.company div.c_inner div.c_text div.title div.title_deco_wrap::after{
  top: 2.5rem;
}
body[wc-view-type="sp"] section.company div.c_inner div.c_text div.title div.title_deco_wrap::after{
  top: 2rem;
}
body[wc-view-type="tb"] section.company div.c_inner div.c_text div.title div.title_deco_wrap::after,
body[wc-view-type="tb-l"] section.company div.c_inner div.c_text div.title div.title_deco_wrap::after{
  top: 2.3rem;
}
section.company div.c_inner div.c_text > p{
  line-height: 1.8rem;
  opacity: 0;
  font-size: 0.97rem;
  padding: 0 1rem;
  box-sizing: border-box;
  font-weight: 300;
  -webkit-transition: opacity 1000ms 500ms ease;
transition: opacity 1000ms 500ms ease;
}
section.company div.c_inner div.c_text > p.wcvisible{
  opacity: 1;
}
section.company div.c_inner div.c_text div.btn{
  margin-top: 3rem;
}
body[wc-view-type="tb"] section.company div.c_inner div.c_text div.btn,
body[wc-view-type="tb-l"] section.company div.c_inner div.c_text div.btn,
body[wc-view-type="pc"] section.company div.c_inner div.c_text div.btn{
  margin-left: auto;
}
body[wc-view-type="tb"] section.company div.c_inner div.c_text div.btn{
  position: relative;
  z-index: 3;
}
body[wc-view-type="sp"] section.company div.c_inner div.c_text div.btn{
  margin-top: 1.5rem;
  margin-left: auto;
}
section.company div.c_inner div.c_text div.title > h1,
section.company div.c_inner div.c_text div.title > span.title_deco{
  text-align: left;
}
body[wc-view-type="sp"] section.company div.c_inner div.c_img{
  width: 110vw;
  position: absolute;
  right: -37vw;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
}
body[wc-view-type="tb"] section.company div.c_inner div.c_img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 75vw;
  right: -25vw;
}
body[wc-view-type="tb-l"] section.company div.c_inner div.c_img{
  padding-left: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body[wc-view-type="pc"] section.company div.c_inner div.c_img{
  width: 50%;
}
section.company div.c_inner div.c_img figure{
  opacity: 0.28;
}
section.company div.c_inner div.c_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.company div.c_inner div.c_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*関連会社*/
section.affiliated{
  padding: var(--headerHeight) 0 calc(var(--headerHeight) * 1.5);
  background-color: #fff;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.affiliated{
  padding: var(--headerHeight) 0 calc((var(--headerHeight) * 1.5) - 1rem);
}
body[wc-view-type="tb"] section.affiliated{
  padding-bottom: calc((var(--headerHeight) * 1.5) - 1rem);
}
section.affiliated div.title{
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.affiliated div.title{
  margin-bottom: 1rem;
  padding-left: 1em;
}
body[wc-view-type="tb"] section.affiliated div.title{
  padding-left: 4rem;
}
body[wc-view-type="tb-l"] section.affiliated div.title{
  padding-left: 6rem;
}
body[wc-view-type="pc"] section.affiliated div.title{
  padding-left: calc((100vw - 1100px) / 2);
}
section.affiliated > p{
  line-height: 1.8rem;
  color: #333;
  margin-bottom: 1.5rem;
  opacity: 0;
  font-size: 0.97rem;
  box-sizing: border-box;
  font-weight: 300;
  -webkit-transition: opacity 1000ms 500ms ease;
transition: opacity 1000ms 500ms ease;
}
section.affiliated > p.wcvisible{
  opacity: 1;
}
body[wc-view-type="sp"] section.affiliated > p{
  width: 100vw;
  padding: 0 2rem;
}
body[wc-view-type="tb"] section.affiliated > p{
  width: 100vw;
  padding: 0 5rem;
}
body[wc-view-type="tb-l"] section.affiliated > p{
  width: 100vw;
  padding: 0 6rem;
}
body[wc-view-type="pc"] section.affiliated > p{
  width: 100vw;
  padding-left: calc((100vw - 1100px + 2rem) / 2);
}
/*関連企業2*/
div.af_box{
  display: flex;
  box-sizing: border-box;
}
body[wc-view-type="pc"] div.af_box{
  width: 1100px;
  margin: 0 auto;
}
body:not([wc-view-type="pc"]) div.af_box{
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: auto;
}
body:not([wc-view-type="pc"]) div.af_block{
  overflow: hidden;
  margin-left: auto;
}
body[wc-view-type="sp"] div.af_block{
  width: calc(100vw - 1.5rem);
}
body[wc-view-type="tb"] div.af_block{
  width: calc(100vw - 4.5rem);
}
body[wc-view-type="tb-l"] div.af_block{
  width: calc(100vw - 5.5rem);
}
body[wc-view-type="sp"] div.af_box,
body[wc-view-type="tb"] div.af_box,
body[wc-view-type="tb-l"] div.af_box{
  -ms-overflow-style: none;
scrollbar-width: none;
overflow-x: auto;
  padding-bottom: 1rem;
}
div.af_box > article{
  width: calc((100% / 4) - 1rem);
  margin: 0 0.5rem;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 5px rgba(68,68,85,0.2);
  overflow: hidden;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
body[wc-view-type="sp"] div.af_box > article{
  width: 100%;
  max-width: 250px;
  flex: none;
  margin: 0 1rem 0 0;
}
body[wc-view-type="tb-l"] div.af_box > article,
body[wc-view-type="tb"] div.af_box > article{
  width: 100%;
  max-width: 350px;
  flex: none;
  margin: 0 1rem 0 0;
}
body:not([wc-view-type="pc"]) div.af_box > article:nth-of-type(1){
  margin-left: 0.5rem;
}
div.af_box > article a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
}
div.af_box > article a span{
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}
div.af_box > article div.af_img{
  position: relative;
  z-index: 1;
}
div.af_box > article div.af_img span{
  display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
position: absolute;
top: calc((50px + 0.5rem) * -1);
left: calc((50px + 0.5rem) * -1);
padding: 0 0.5rem 0.5rem 0;
width: calc(110px + 0.5rem);
height: calc(105px + 0.5rem);
color: #fff;
font-family: "Number";
font-size: 1.5rem;
font-weight: 400;
text-align: center;
background-color: #09f;
z-index: 1;
transform: rotate(-45deg);
box-sizing: border-box;
}
div.af_box > article figure{
  width: 100%;
}
div.af_box > article figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.af_box > article figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.af_box > article div.af_text{
  padding: 1rem;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
}
div.af_box > article div.af_text h1{
  font-size: 1.2rem;
}
div.af_box > article div.af_text p{
  font-weight: 300;
  font-size: 0.97rem;
  padding: 0.5rem;
  box-sizing: border-box;
}
div.af_box > article div.af_text span{
  display: table;
  margin-left: auto;
  position: relative;
  z-index: 1;
  padding-right: 1.8rem;
  margin-top: auto;
}
div.af_box > article div.af_text span::after{
  content: "";
  width: 1.5rem;
  height: 1rem;
  position: absolute;
  z-index: 2;
  top: 60%;
  transform: translateY(-50%);
  background-color: #333;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("../img/svg/i_arrow.svg");
  mask-image: url("../img/svg/i_arrow.svg");
  right: 0;
}
/*お知らせブログ*/
div.info_area{
  padding: var(--headerHeight) 0;
  background-color: #fff;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.info_area{
  padding: var(--headerHeight) 1rem 0;
}
body[wc-view-type="tb"] div.info_area{
  padding: var(--headerHeight) 4rem calc(var(--headerHeight) / 2);
}
body[wc-view-type="tb-l"] div.info_area{
  padding: var(--headerHeight) 6rem 15px;
}
body[wc-view-type="pc"] div.info_area{
  padding: var(--headerHeight) 0 calc(var(--headerHeight) / 2);
}
div.info_area > section.info_box{
  margin-bottom: var(--headerHeight);
}
body[wc-view-type="tb-l"] div.info_area > section,
body[wc-view-type="pc"] div.info_area > section{
  position: relative;
  z-index: 1;
}
body[wc-view-type="pc"] div.info_area > section{
  width: 1100px;
  margin: 0 auto;
}
body[wc-view-type="pc"] div.info_area > section.info_box{
}
div.info_area > section:last-child{
  margin-bottom: 0;
}
body[wc-view-type="tb-l"] div.info_area > section div.flex,
body[wc-view-type="pc"] div.info_area > section div.flex{
  display: flex;
}
body[wc-view-type="sp"] div.info_area > section div.flex div.left{
  margin-bottom: 1rem;
}
body[wc-view-type="tb-l"] div.info_area > section div.flex div.left,
body[wc-view-type="pc"] div.info_area > section div.flex div.left{
  width: 400px;
}
body[wc-view-type="tb-l"] div.info_area > section div.flex div.left{
  padding-right: 3rem;
  box-sizing: border-box;
}
div.info_area > section div.flex div.left div.title{
  margin-bottom: 1rem;
}
div.info_area > section div.flex div.left div.title > h1,
div.info_area > section div.flex div.left div.title > span{
  text-align: left;
}
div.info_area > section div.flex div.left > p{
  line-height: 1.8rem;
  font-size: 0.97rem;
  opacity: 0;
  box-sizing: border-box;
  font-weight: 300;
  -webkit-transition: opacity 1000ms 500ms ease;
transition: opacity 1000ms 500ms ease;
}
div.info_area > section div.flex div.left > p.wcvisible{
  opacity: 1;
}
body[wc-view-type="sp"] div.info_area > section div.flex div.left > p{
  padding-left: 1rem;
}
body[wc-view-type="tb"] div.info_area > section div.flex div.left > p{
  line-height: 2.5rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
body[wc-view-type="tb-l"] div.info_area > section div.flex div.left > p,
body[wc-view-type="pc"] div.info_area > section div.flex div.left > p{
  padding: 0 1rem;
}
div.info_area > section div.flex div.right{
  opacity: 0;
  -webkit-transition: opacity 1000ms 500ms ease;
transition: opacity 1000ms 500ms ease;
}
div.info_area > section div.flex div.right.wcvisible{
  opacity: 1;
}
body[wc-view-type="sp"] div.info_area > section div.flex div.right{
  width: calc(100% - 2rem);
  margin: 0 auto;
}
body[wc-view-type="tb-l"] div.info_area > section div.flex div.right{  
  width: calc(100% - 400px);
  height: 325px;
}
body[wc-view-type="pc"] div.info_area > section div.flex div.right{
  width: 700px;
  padding-left: 5rem;
  box-sizing: border-box;
  height: 325px;
}
div.info_area > section div.flex div.right article{
  border-bottom: 1px solid #ccc;
}
div.info_area > section div.flex div.right article:nth-of-type(1){
  border-top: 1px solid #ccc;
}
div.info_area > section div.flex div.right article a{
  display: block;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding: 2.5rem 3rem 1rem 5.6rem;
  text-decoration: none;
  color: #333;
}
body[wc-view-type="sp"] div.info_area > section div.flex div.right article a{
  padding: 1.5rem 3rem 0.5rem 4.6rem;
}
div.info_area > section div.flex div.right article a time{
  font-family: "Number";
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  color: #333;
  line-height: 1rem;
  font-size: 1.5rem;
}
body[wc-view-type="sp"] div.info_area > section div.flex div.right article a time{
  font-size: 1.2rem;
}
div.info_area > section div.flex div.right article a > h1{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 1rem;
}
div.info_area > section div.flex div.right article a time span{
  display: block;
  font-size: 1rem;
  padding-bottom: 0.5rem;
}
body[wc-view-type="sp"] div.info_area > section div.flex div.right article a time span{
  font-size: 0.85rem;
  padding-bottom: 0.25rem;
}
div.info_area > section div.flex div.right article a::after{
  content: "";
  width: 1.5rem;
  height: 1.3rem;
  position: absolute;
  z-index: 2;
  background-color: #333;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("/img/svg/i_arrow.svg");
  mask-image: url("/img/svg/i_arrow.svg");
  right: 1rem;
  bottom: 1.1rem;
}
body[wc-view-type="sp"] div.info_area > section div.btn{
  margin-left: auto;
  margin-top: 1.5rem;
}
body[wc-view-type="tb"] div.info_area > section div.btn{
  margin-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
body[wc-view-type="tb-l"] div.info_area > section div.btn,
body[wc-view-type="pc"] div.info_area > section div.btn{
  margin-top: 1rem;
  margin-left: 1rem;
  position: absolute;
  z-index: 2;
  bottom: 0;
}
/*お問い合わせ*/
section.contact{
  padding: var(--headerHeight) 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.contact{
  width: 100vw;
  padding: var(--headerHeight) 1rem;
}
body[wc-view-type="tb"] section.contact{
  padding: var(--headerHeight) 4rem;
}
body[wc-view-type="tb-l"] section.contact{
  padding: var(--headerHeight) 6rem 0;
}
section.contact figure{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
section.contact figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.contact figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="tb-l"] section.contact div.cntact_inner,
body[wc-view-type="pc"] section.contact div.cntact_inner{
  display: flex;
}
body[wc-view-type="pc"] section.contact div.cntact_inner{
  width: 1100px;
  margin: 0 auto;
}
body[wc-view-type="tb-l"] section.contact div.cntact_inner div.contact_text{
  width: 400px;
  padding-right: 3rem;
  box-sizing: border-box;
}
body[wc-view-type="pc"] section.contact div.cntact_inner div.contact_text{
  width: 400px;
}
section.contact div.cntact_inner div.contact_text > div.title h1,
section.contact div.cntact_inner div.contact_text > div.title span{
  text-align: left;
}
section.contact div.cntact_inner div.contact_text p{
  color: #fff;
  line-height: 1.8rem;
  opacity: 0;
  font-size: 0.97rem;
  box-sizing: border-box;
  font-weight: 300;
}
body[wc-view-type="sp"] section.contact div.cntact_inner div.contact_text p{
  margin-bottom: 1rem;
  width: calc(100% - 2rem);
  margin: 0 auto 1.5rem auto;
}
body[wc-view-type="tb"] section.contact div.cntact_inner div.contact_text p{
  margin-bottom: 1.5rem;
  padding: 0 1rem;
}
body[wc-view-type="tb-l"] section.contact div.cntact_inner div.contact_text p,
body[wc-view-type="pc"] section.contact div.cntact_inner div.contact_text p{
  padding: 0 1rem;
}
section.contact div.cntact_inner div.contact_box{
  opacity: 0;
}
body[wc-view-type="sp"] section.contact div.cntact_inner div.contact_box{
  width: calc(100% - 2rem);
  margin: 0 auto;
}
body[wc-view-type="tb-l"] section.contact div.cntact_inner div.contact_box{
  width: calc(100% - 400px);
}
body[wc-view-type="pc"] section.contact div.cntact_inner div.contact_box{
  width: 700px;
  padding-left: 5rem;
  padding-top: 0.5rem;
  box-sizing: border-box;
}
section.contact div.cntact_inner div.contact_box > div{
  border-bottom: 1px solid #fff;
  padding: 1rem;
  box-sizing: border-box;
}
section.contact div.cntact_inner div.contact_box > div:nth-of-type(1){
  border-top: 1px solid #fff;
}
section.contact div.cntact_inner div.contact_box > div h3{
  color: #fff;
  font-size: 1.2rem;
}
section.contact div.cntact_inner div.contact_box > div.tel{
}
section.contact div.cntact_inner div.contact_box > div.tel > div{
  display: table;
  margin-left: auto;
}
body[wc-view-type="sp"] section.contact div.cntact_inner div.contact_box > div.tel > div{
  margin-top: 1rem;
}
body[wc-view-type="tb"] section.contact div.cntact_inner div.contact_box > div.tel > div{
  margin-top: 1rem;
}
section.contact div.cntact_inner div.contact_box > div.tel a{
  display: block;
  color: #fff;
  font-family: "Number";
  padding-left: 3rem;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
section.contact div.cntact_inner div.contact_box > div.tel a::after{
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  position: absolute;
  z-index: 2;
  background-color: #fff;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;-webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
}
section.contact div.cntact_inner div.contact_box > div div.btn{
  margin-left: auto;
  margin-right: 0;
}
body[wc-view-type="sp"] section.contact div.cntact_inner div.contact_box > div div.btn{
  margin-top: 0.5rem;
}
body[wc-view-type="tb"] section.contact div.cntact_inner div.contact_box > div div.btn{
  margin-top: 0.5rem;
}
section.contact div.cntact_inner div.contact_box > div div.btn a{
  color: #fff;
}
body[wc-view-type="sp"] section.contact div.cntact_inner div.contact_box > div div.btn a{
  font-size: 1.5rem;
}
section.contact div.cntact_inner div.contact_box > div div.btn a::after{
  background-color: #fff;
}
section.contact div.cntact_inner div.contact_box > div.mail a,
section.contact div.cntact_inner div.contact_box > div.line a{
  padding-left: 2.8rem;
}
section.contact div.cntact_inner div.contact_box > div.mail a::before{
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  position: absolute;
  z-index: 2;
  background-color: #fff;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
}
section.contact div.cntact_inner div.contact_box > div.line a::before{
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  position: absolute;
  z-index: 2;
  background-color: #fff;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("/img/svg/line.svg?1728");
  mask-image: url("/img/svg/line.svg?1728");
}