/* CSS Document */
.page_title h1::before{
  content: "COMPANY";
}
/*代表挨拶*/
.greeting{
  box-sizing: border-box;
}
body[wc-view-type="sp"] .greeting,
body[wc-view-type="tb"] .greeting{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb-l"] .greeting{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] .greeting{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.greeting .contents_title::before{
  content: "GREETING";
}
.greeting .g_text_block{
  display: flex;
}
body[wc-view-type="sp"] .greeting .g_text_block{
  flex-direction: column;
}
body:not([wc-view-type="sp"]) .greeting .g_text_block{
  margin-top: 1.5rem;
}
.greeting .g_text_block .g_text_box{
  box-sizing: border-box;
}
body[wc-view-type="sp"] .greeting .g_text_block .g_text_box{
  margin-top: 1.5rem;
  padding-bottom: 1rem;
}
body[wc-view-type="tb"] .greeting .g_text_block .g_text_box{
  width: calc(100% - 200px);
  padding: 0.5rem 1rem 0 0;
}
body[wc-view-type="tb-l"] .greeting .g_text_block .g_text_box{
  width: calc(100% - 250px);
  padding: 0.5rem 2rem 0 0;
}
body[wc-view-type="pc"] .greeting .g_text_block .g_text_box{
  width: 750px;
  padding: 1.5rem 3rem 0 0;
}
.greeting .g_text_block .g_text_box > p{
  line-height: 1.8rem;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1.5rem);
}
.greeting .g_text_block .g_text_box > p[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
body[wc-view-type="pc"] .greeting .g_text_block .g_text_box > p{
  line-height: 2rem;
}
.greeting .g_text_block .g_text_box > p:not(:first-of-type){
  margin-top: 0.75rem;
}
body[wc-view-type="pc"] .greeting .g_text_block .g_text_box > p:not(:first-of-type){
  margin-top: 1rem;
}
.greeting .g_text_block .g_text_box .name{
  display: flex;
  width: fit-content;
  margin: 0.75rem 0 0 auto;
  align-items: center;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1.5rem);
}
.greeting .g_text_block .g_text_box .name[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
.greeting .g_text_block .g_text_box .name .position{
  font-size: 0.95rem;
  font-weight: 700;
  padding-right: 0.5rem;
  padding-top: 0.1rem;
}
.greeting .g_text_block .g_text_box .name .in_name{
  font-size: 1.25rem;
  font-weight: 700;
}
.greeting .g_text_block .g_img{
}
body[wc-view-type="tb"] .greeting .g_text_block .g_img{
  width: 200px;
}
body[wc-view-type="tb-l"] .greeting .g_text_block .g_img{
  width: 250px;
}
body[wc-view-type="pc"] .greeting .g_text_block .g_img{
  width: 350px;
}
.greeting .g_text_block .g_img figure{
  aspect-ratio:1/1.15;
  background-color: #ccc;
  position: relative;
  z-index: 1;
  transition: opacity 600ms ease;
  opacity: 0;
}
.greeting .g_text_block .g_img figure[inview-state="true"]{
  opacity: 1;
}
.greeting .g_text_block .g_img figure::before{
  content: "NO IMAGE";
  font-weight: 700;
  font-size: 2.5rem;
  font-family: "Oswald";
  line-height: 1em;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  white-space: nowrap;
}
/*会社概要*/
.c_profile{
  box-sizing: border-box;
  background-color: #f2f2f6;
}
body[wc-view-type="sp"] .c_profile,
body[wc-view-type="tb"] .c_profile{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb-l"] .c_profile{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] .c_profile{
  padding: var(--headerHeight) calc((100vw - 750px) / 2);
}
.c_profile .contents_title::before{
  content: "COMPANY PROFILE";
}
.c_profile > dl{
  display: flex;
  border-bottom: 1px solid #444455;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1.5rem);
}
.c_profile > dl[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
.c_profile > dl:nth-of-type(1){
  border-top: 1px solid #444455;
  margin-top: 1.5rem;
}
body[wc-view-type="sp"] .c_profile > dl{
  flex-direction: column;
}
.c_profile > dl dt,
.c_profile > dl dd{
  box-sizing: border-box;
  padding: 0.75rem 1rem;
}
.c_profile > dl dt{
  font-weight: 700;
}
body[wc-view-type="sp"] .c_profile > dl dt{
  border-bottom: 1px dashed #60606f;
}
body:not([wc-view-type="sp"]) .c_profile > dl dt{
  width: 150px;
}
.c_profile > dl dd{
}
body:not([wc-view-type="sp"]) .c_profile > dl dd{
  width: calc(100% - 150px);
}
.c_profile > dl dd p{
}
.c_profile > dl dd ul{
  padding-left: 1rem;
  box-sizing: border-box;
  list-style: outside;
}
.c_profile > dl dd ul li{
}
.c_profile > dl dd ul li:not(:first-of-type){
  margin-top: 0.5rem;
}
/*マップ*/
.map{
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] .map{
  height: 100vw;
}
body[wc-view-type="tb"] .map{
  height: 50vw;
}
body[wc-view-type="tb-l"] .map{
  height: 400px;
}
.map iframe{
  position: absolute;
  z-index: 2;
  inset:0;
  height: 100%;
  filter: grayscale(100);
}
body[wc-view-type="pc"] .map{
  height: 450px;
}