/* CSS Document */
/*ボタン*/
div.sidebtn{
  margin-bottom: 1rem;
  width: calc(100% - 1rem);
  margin-left: 1rem;
}
body[wc-view-type="sp"] div.sidebtn{
  margin: 0 auto 1rem auto;
  width: calc(100% - 2rem);
}
body[wc-view-type="sp"] div.sidebtn:first-child{
  padding-top: 1rem;
}
div.sidebtn.m_none{
  margin-bottom: 0;
}
div.sidebtn a{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 calc(var(--headerBtnSize) + 1rem ) 0 1.5rem;
  text-decoration: none;
  background-color: var(--defaultcolor);
  color: #fff;
  font-weight: 700;
  height: calc(var(--headerBtnSize) * 2);
  width: 100%;
  box-sizing: border-box;
}
div.sidebtn a::after{
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: calc(var(--headerBtnSize) - 6px);
  height: calc(var(--headerBtnSize) - 6px);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -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;
}
div.sideinner{
  padding-bottom: var(--headerHeight);
}
div.sidebtn.m_none{
  margin-bottom: 0;
}
/*コンテンツ*/
section.message{
  padding-top: var(--headerHeight);
}
body[wc-view-type="sp"] section.message{
  padding: var(--headerHeight) 1rem 0 1rem !important;
  width: 100vw;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.message div.message_text{
  margin-bottom: 1rem;
}
body[wc-view-type="tb"] section.message div.message_text{
  margin-bottom: 1rem;
}
body[wc-view-type="pc"] section.message{
  display: flex;
}
body[wc-view-type="pc"] section.message div.message_text{
  width: calc(50% + 2rem);
  padding-right: 2rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.message div.message_img,
body[wc-view-type="tb"] section.message div.message_img{
  width: calc(100% - 1rem);
  margin: 0 auto;
}
body[wc-view-type="pc"] section.message div.message_img{
  width: calc(50% - 2rem);
}
section.message div.message_img figure{
  background-color: #ccc;
  width: 100%;
  padding-bottom: 100%;
}
section.message div.message_img figure img{
  width:100%;
  object-fit: cover;
  height: 100%;
}
section.message div.message_text{
  position: relative;
  z-index: 1;
  padding-bottom: 3rem;
}
section.message div.message_text > h2{
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: var(--defaultcolor);
  margin-bottom: 1rem;
}
body[wc-view-type="sp"] section.message div.message_text > h2{
  margin-bottom: 0.5rem;
}
section.message div.message_text > h2::before{
  content: "MESSAGE";
  position: absolute;
  width: 100%;
  color: var(--defaultcolor);
  font-family: 'Oswald';
  font-size: 3rem;
  font-weight: 700;
  display: block;  
  opacity: 0.3;
  line-height:1em;
  top: -3rem;
  left: 0;
}
section.message div.message_text > p{
  line-height: 1.8rem;
  color: var(--defaultcolor);
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.message div.message_text > p,
body[wc-view-type="tb"] section.message div.message_text > p{
  width: 100%;
  padding: 0 0.5rem;
}
body[wc-view-type="pc"] section.message div.message_text > p{
  padding-left: 0.5rem;
}
section.message div.message_text > span{
  position: absolute;
  right: 2rem;
  bottom: 0;
}
body[wc-view-type="tb"] section.message div.message_text > span{
  right: 0.5rem;
}
/*会社概要*/
section.company_list{
  padding: calc(var(--headerHeight) * 1.5) 0 var(--headerHeight) 0;
}
body[wc-view-type="sp"] section.company_list{
  padding: calc(var(--headerHeight) * 1.5) 1rem var(--headerHeight) 1rem !important;
  width: 100vw;
  box-sizing: border-box;
}
section.company_list > h2{
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
  color: var(--defaultcolor);
  margin-bottom: 1rem;
  font-weight: 700;
}
body[wc-view-type="sp"] section.company_list > h2{
  margin-bottom: 0.5rem;
}
section.company_list > h2::before{
  content: "COMPANY PROFILE";
  position: absolute;
  width: 100%;
  color: var(--defaultcolor);
  font-family: 'Oswald';
  font-size: 3rem;
  font-weight: 700;
  display: block;  
  opacity: 0.3;
  line-height:1em;
  top: -3rem;
  left: 0;
  white-space: nowrap;
}
section.company_list div.cpmpany_list_wrap{
  width: 100%;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
section.company_list div.cpmpany_list_wrap dl{
  margin-top: 1rem;
}
section.company_list div.cpmpany_list_wrap dl dt{
  position: relative;
  z-index: 2;
  color: var(--accentcompcolor);
  background-color: var(--defaultcolor);
  font-weight: 700;
  font-size: 0.95rem;
  display: table;
  padding: 0.75rem;
  margin-right: auto;
  border-radius: 0.5rem 0.5rem 0.5rem 0;
}
section.company_list div.cpmpany_list_wrap dl dt::before,
section.company_list div.cpmpany_list_wrap dl dt::after{
  content: "";
  display: block;
  position: absolute;
  left: 2px;
}
section.company_list div.cpmpany_list_wrap dl dt::before{
  bottom: -0.5rem;
  z-index: 1;
  width: 0.5rem;
  height: 0.6rem;
  background-color: var(--defaultcolor);
}
section.company_list div.cpmpany_list_wrap dl dt::after{
  bottom: -1rem;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem 0 0 0;
  background-color: var(--wcBg);
}
section.company_list div.cpmpany_list_wrap dl dd{
  position: relative;
  z-index: 1;
  line-height: 1.8rem;
  background-color: var(--wcBg);
  color: var(--defaultcolor);
  padding: 2.25rem 0.75rem 0.75rem;
  margin-top: -1.5rem;
  border-left: solid 2px var(--defaultcolor);
  border-radius: 0 0 0.5rem;
  box-shadow: 0 0 .6rem -.3rem rgba(0,0,0,.4);
}
section.company_list div.cpmpany_list_wrap dl dd ul.point_none{
  list-style: none;
  list-style-position: outside;
}
section.company_list div.cpmpany_list_wrap dl dd ul.point_none li{
  margin-bottom: 1rem;
}
section.company_list div.cpmpany_list_wrap dl dd ul.point_none li span{
  font-weight: 700;
}
section.company_list div.cpmpany_list_wrap dl dd ul.point_exist{
  list-style-position: inside;
}
/*マップ*/
div.map{
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.map{
  height: 120vw;
  width: 100vw;
}
body[wc-view-type="tb"] div.map{
  height: 500px;
  width: 100vw;
}
body[wc-view-type="pc"] div.map{
  height: 600px;
  width:100vw;
}
div.map iframe{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}