/* CSS Document */
/*共通*/
body{
  fontFamily : 'Mincho' !important;
}
main.wcmaincolumn.wccolumn{
  background-color: #fff;
}
span.opacity{
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
}
.wccolumnwrap .wcmaincolumn > *{
  padding-left: 0;
  padding-right: 0;
}
section.message{
  background-color: #fff;
  padding: var(--headerHeight) 0;
  background-image: url("../img/pattern/example/type_01.webp");
  background-repeat: repeat;
  background-size: 150px 150px;
  background-position: center;
  width: 100vw;
  box-sizing: border-box;
}
body.safari section.message{
  background-image: url("../img/pattern/example/type_01.png");
}
section.message > h1{
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
body[wc-view-type="sp"] section.message > h1{
  font-size: 1.5rem;
}
body:not([wc-view-type="sp"]) section.message div.flex_box{
  display: flex;
}
body[wc-view-type="tb"] section.message div.flex_box{
  width: 100vw;
  padding: 0 3rem;
  box-sizing: border-box;
}
body[wc-view-type="tb-l"] section.message div.flex_box{
  width: 100vw;
  padding: 0 5rem;
  box-sizing: border-box;
}
body[wc-view-type="pc"] section.message div.flex_box{
  width: 1100px;
  margin: 0 auto;
}
body:not([wc-view-type="sp"]) section.message div.flex_box div.message_text,
body:not([wc-view-type="sp"]) section.message div.flex_box > figure{
  width: 50%;
}
body:not([wc-view-type="sp"]) section.message div.flex_box div.message_text{
  padding-right: 3rem;
  padding-top: 1rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.message div.flex_box div.message_text{
  width: 100vw;
  padding: 0 2rem;
  box-sizing: border-box;
}
section.message div.flex_box div.message_text p{
  line-height: 2.5rem;
}
section.message div.flex_box div.message_text p span{
  display: table;
  margin-left: auto;
  font-size: 1.2rem;
  margin-right: 0;
  margin-top: 1rem;
}
section.message div.flex_box > figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.message div.flex_box > figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/**/
div.top_img{
  margin-top: calc(var(--headerHeight) * -1);
}
/*会社概要*/
section.company_profile{
  padding: var(--headerHeight) 0;
  box-sizing: border-box;
  width: 100vw;
}
body[wc-view-type="sp"] section.company_profile{
  padding: var(--headerHeight) 1rem;
}
body[wc-view-type="tb"] section.company_profile{
  padding: var(--headerHeight) 3rem;
}
body[wc-view-type="tb-l"] section.company_profile{
  padding: var(--headerHeight) 5rem;
}
section.company_profile > h1{
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
}
body[wc-view-type="sp"] section.company_profile > h1{
  font-size: 1.5rem;
}
section.company_profile div.company_list{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1rem 0;
}
body[wc-view-type="pc"] section.company_profile div.company_list{
  width: 800px;
  margin: 0 auto;
}
section.company_profile div.company_list dl{
  margin-bottom: 1rem;
}
body[wc-view-type="sp"] section.company_profile div.company_list dl{
  margin-bottom: 0;
}
body:not([wc-view-type="sp"]) section.company_profile div.company_list dl{
  width: 100%;
  display: flex;
}
body[wc-view-type="tb-l"] section.company_profile div.company_list dl{
}
body[wc-view-type="pc"] section.company_profile div.company_list dl{
}
section.company_profile dl:nth-of-type(1){
}
section.company_profile dl dt{
  padding: 0.8rem 1rem;
  box-sizing: border-box; 
}
body:not([wc-view-type="sp"]) section.company_profile div.company_list dl dt{
  width: 120px;
}
body[wc-view-type="sp"] section.company_profile div.company_list dl dt{
  border-bottom: 1px solid rgba(0,0,0,0.25);
  padding: 0.5rem 1rem;
}
section.company_profile dl dd{
  padding: 0.8rem 1rem;
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) section.company_profile div.company_list dl dd{
  width: calc(100% - 120px);
  padding-left: 1.5rem;
  border-left: 1px solid #000;
}
body[wc-view-type="sp"] section.company_profile div.company_list dl dd{
  padding: 0.5rem 1rem;
}
/*アクセス*/
div.map{
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] div.map{
  height:120vw;
}
body[wc-view-type="tb"] div.map{
  height:70vw;
}
body[wc-view-type="tb-l"] div.map{
  height: 500px;
}
body[wc-view-type="pc"] div.map{
  height: 500px;
}
div.map iframe{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}