/* CSS Document */
@keyframes fadein_right02{
   0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0%);
      opacity: 1;
    }
}
@keyframes fadein_left02{
   0% {
      transform: translateX(-100%);
    }
  100% {
      transform: translateX(0%);
      opacity: 1;
    }
}
[wc-view-type*="sp"] section.greeting.wcvisible::before,
[wc-view-type*="tb"] section.greeting.wcvisible::before,
[wc-view-type*="pc"] section.greeting.wcvisible::before,
[wc-view-type*="sp"] section.company_profile.wcvisible::before,
[wc-view-type*="pc"] section.company_profile.wcvisible::after,
[wc-view-type*="tb"] section.company_profile.wcvisible::before{
  animation: fadein_right02;
  animation-duration: 0.6s;
  animation-timing-function:linear;
  animation-fill-mode:forwards;
}
[wc-view-type*="sp"] section.greeting.wcvisible::after,
[wc-view-type*="tb"] section.greeting.wcvisible::after,
[wc-view-type*="pc"] section.greeting.wcvisible::after,
[wc-view-type*="sp"] section.company_profile.wcvisible::after,
[wc-view-type*="pc"] section.company_profile.wcvisible::before,
[wc-view-type*="tb"] section.company_profile.wcvisible::after{
  animation: fadein_left02;
  animation-duration: 0.6s;
  animation-timing-function:linear;
  animation-fill-mode:forwards;
}
/*会社概要*/
section.company_box{
  width: 100vw;
  background-color: #fff;
}
/*ページタイトル*/
section.company_box section.pagetitle{
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  margin-top: calc(var(--headerHeight) * -1);
}
[wc-view-type*="sp"] section.company_box section.pagetitle{
  padding-top: var(--headerHeight);
  height: 200px;;
}
[wc-view-type*="tb"] section.company_box section.pagetitle{
  padding-top: var(--headerHeight);
  height: 300px;
}
[wc-view-type*="pc"] section.company_box section.pagetitle{
  padding-top: var(--headerHeight);
  height: 400px;
}
section.company_box section.pagetitle figure{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
[wc-view-type*="sp"] section.company_box section.pagetitle figure img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
[wc-view-type*="tb"] section.company_box section.pagetitle figure img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
[wc-view-type*="pc"] section.company_box section.pagetitle figure img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
section.company_box section.pagetitle h2{
  position: absolute;
  top: calc(40% + var(--headerHeight));
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 2.5rem;
  font-weight: 700;
  z-index: 3;
  color: #fff;
}
[wc-view-type*="sp"] section.company_box section.pagetitle h2{
  font-size: 2rem;
}
[wc-view-type*="tb"] section.company_box section.pagetitle h2{
}
section.company_box section.pagetitle h2::before{
  content: "COMPANY";
  position: absolute;
  top: -3.5rem;
  font-size: 3.5rem;
  line-height: 1em;
  font-family: 'Oswald';
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
[wc-view-type*="sp"] section.company_box section.pagetitle h2::before{
  top: -3rem;
  font-size: 3rem;
}
/*代表挨拶*/
section.greeting{
  position: relative;
  z-index: 1;
}
[wc-view-type*="sp"] section.greeting{
  padding: calc(var(--headerHeight) * 3) 0 var(--headerHeight) 0;
  width: 100vw;
  box-sizing: border-box;
}
[wc-view-type*="tb"] section.greeting{
  padding: calc(var(--headerHeight) * 2.5) 3rem var(--headerHeight) 3rem;
  width: 100vw;
  box-sizing: border-box;
}
[wc-view-type*="pc"] section.greeting{
  padding: calc(var(--headerHeight) + 4.2rem) 0 var(--headerHeight) 0;
}
section.greeting::before,
section.greeting::after{
  content: "";
  position: absolute;
  opacity: 0;
}
[wc-view-type*="sp"] section.greeting::before{
  content: "";
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  width: 100vw;
  background-color: rgba(0, 106, 197, 0.5);
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  z-index: 2;
}
[wc-view-type*="sp"] section.greeting::after{
  content: "";
  width: 100vw;
  background-color: rgba(0, 106, 197,0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 50%;
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
[wc-view-type*="tb"] section.greeting::before{
  content: "";
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  width: 100vw;
  background-color: rgba(0, 106, 197, 0.5);
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  z-index: 2;
}
[wc-view-type*="tb"] section.greeting::after{
  content: "";
  width: 100vw;
  background-color: rgba(0, 106, 197,0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 50%;
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
[wc-view-type*="pc"] section.greeting::before{
  content: "";
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  width: 50vw;
  background-color: rgba(0, 106, 197, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
[wc-view-type*="pc"] section.greeting::after{
  content: "";
  width: 50vw;
  background-color: rgba(0, 106, 197,0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
section.greeting h2{
  position: relative;
  z-index: 4;
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
}
[wc-view-type*="sp"] section.greeting h2{
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
[wc-view-type*="pc"] section.greeting h2{
  margin-left: calc((100vw - 1100px) / 2);
  display: table;
  margin-right: auto;
  margin-bottom: 2rem;
}
section.greeting h2::before{
  content: "GREETING";
  color: #000;
  font-family: 'Oswald';
  position: absolute;
  top: -4.5rem;
  font-size: 3.5rem;
  line-height: 1em;
}
[wc-view-type*="sp"] section.greeting p{
  line-height: 1.8rem;
  padding: 2rem;
  box-sizing: border-box;
  width: 100%;
  padding-top: 0;
  position: relative;
  z-index: 4;
}
[wc-view-type*="tb"] section.greeting p{
  padding: 1.5rem 1rem 0 1rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
  line-height: 1.8rem;
}
[wc-view-type*="pc"] section.greeting p{
  width: 800px;
  margin: 0 auto;
  padding: 1rem;
  box-sizing: border-box;
  line-height: 1.8rem;
}
section.greeting p span.name{
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 1rem;
  display: table;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 4;
}
section.greeting p span.name span{
  font-size: 1.2rem;
  font-weight: 700;
}
section.company_profile{
  position: relative;
  z-index: 1;
  background-color: #fff;
}
[wc-view-type*="sp"] section.company_profile{
  padding: calc(var(--headerHeight) * 3) 0 var(--headerHeight) 0;
  width: 100vw;
  box-sizing: border-box;
}
[wc-view-type*="tb"] section.company_profile{
  padding: calc(var(--headerHeight) * 2.5) 3rem var(--headerHeight) 3rem;
  width: 100vw;
  box-sizing: border-box;
}
[wc-view-type*="pc"] section.company_profile{
  padding: calc(var(--headerHeight) + 4.2rem) 0 var(--headerHeight) 0;
}
section.company_profile::before{
  content: "";
  width: 100vw;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: rgba(0,106,197,0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
section.company_profile::after{
  content: "";
  clip-path: polygon(100% 100%, 100% 0, 0 0);
  background-color: rgba(0,106,197,0.2);
  width: 50vw;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  opacity: 0;
}
[wc-view-type*="sp"] section.company_profile::before{
  bottom: 50%;
  opacity: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
[wc-view-type*="sp"] section.company_profile::after{
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 50%;
  position: absolute;
  z-index: 2;
}
[wc-view-type*="tb"] section.company_profile::before{
  bottom: 50%;
  opacity: 0;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
[wc-view-type*="tb"] section.company_profile::after{
  background-color: rgba(0,106,197,0.2);
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 50%;
  position: absolute;
  z-index: 2;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
[wc-view-type*="pc"] section.company_profile::before{
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  width: 50vw;
  height: 100%;
  opacity: 0;
}
[wc-view-type*="pc"] section.company_profile::after{
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  width: 50vw;
  height: 100%;
  opacity: 0;
}
section.company_profile h2{
  position: relative;
  z-index: 4;
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
[wc-view-type*="sp"] section.company_profile h2{
  padding-right: 1rem;
  margin-bottom: 1.5rem;
  text-align: right;
}
[wc-view-type*="tb"] section.company_profile h2{
  text-align: right;
}
[wc-view-type*="pc"] section.company_profile h2{
  margin-right: calc((100vw - 1100px) / 2);
  display: table;
  margin-left: auto;
  margin-bottom: 2rem;
}
section.company_profile h2::before{
  content: "COMPANY INFO";
  color: #000;
  font-family: 'Oswald';
  position: absolute;
  top: -4.5rem;
  font-size: 3.5rem;
  line-height: 1em;
  right: 0;
  white-space: nowrap;
}
[wc-view-type*="sp"] section.company_profile h2::before{
  right: 1rem;
}
section.company_profile div.company_profile_block{
  width: 100;
}
[wc-view-type*="pc"] section.company_profile div.company_profile_block{
  width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
section.company_profile div.company_profile_block dl{
  display: flex;
  padding: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.5);
}
section.company_profile div.company_profile_block dl:nth-of-type(1){
  border-top: 1px solid rgba(0,0,0,0.5);
}
section.company_profile div.company_profile_block dl dt{
  width: 30%;
}
section.company_profile div.company_profile_block dl dd{
  width: 70%;
}
div.map{
  width: 100vw;
  position: relative;
  z-index: 1;
}
div.map iframe{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
[wc-view-type*="pc"] div.map{
  height: 30vw;
}
[wc-view-type*="tb"] div.map{
  height: 50vw;
}
[wc-view-type*="sp"] div.map{
  height: 500px;
}