@charset "utf-8";
.body_wrapper{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.indexContent{
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/img/index/index_bg.jpg);
  background-position: 50%;
  position: relative;
}
.h1Group{
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 27.104%;
  left: 13.59%;
  padding: 0;
  width: 18.068%;
  height: 52.361%;
  min-width: 100px;
  min-height: 210px;
}
.h1Group h1{
  display: none;
}
.h1Group ul li img{
  height: 100%;
  display: block;
}
.h1Group ul{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  width: 54%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.h1Group ul li a,
.h1Group ul li .sampleRequest{
  font-family: sans-serif;
  font-weight: bold;
  color: #3f3c31;
  background-color: #dfdaac;
  border:2px solid #fff;
  border-radius: 8px;
  padding: 5% 1% 0;
  display: block;
  transition: .3s;
  cursor: pointer;
}
.h1Group ul li a span{
  font-family: sans-serif;
  font-weight: bold;
  color: #3f3c31;
  background-color: #dfdaac;
  transition: .3s;
}
.h1Group ul li a:hover,
.h1Group ul li a:hover span,
.h1Group ul li .sampleRequest:hover{
  color: #fff;
  background-color: #95260d;
}

.msgWrap{
  position: fixed;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 1;
}
.msgClose{
  background: rgba(0,0,0,0.7);
  width: 100%;
  height:100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.msgContent{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 960px;
  margin: -195px 0 0 -480px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.msgContent h2,
.msgContent .msg_box{
  width: 100%;
}
.msgContent h2{
  background-color: #FFF;
}
.msgContent .msg_box{
  display: flex;
  background: #fff url(/img/index/img_msg_box.jpg) 628px 56px no-repeat;
}
.msg_box .msg_txt_box{
  width: 600px;
  padding: 0 0 200px;
  text-align: center;
  float: right;
  padding: 50px 0 32px 50px;
}
.msg_box .msg_txt_box li{
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.msg_box .msg_txt_box li span{
  width: 100%;
}
.msg_box .msg_txt_box .brText{
  width: auto;
  display: inline-block;
}
.msg_box .msg_txt_box span.sample{
  letter-spacing: 0;
}
.msg_box .msg_txt_box .decision_button.decision_button{
  background: #b23517;
  color: #fff;
  font-size: 20px;
  width: 260px;
  display: block;
  margin:0 auto 8px;
  border: 2px solid #7d1c06;
  cursor:pointer;
  padding: 3px 0;
}
.msg_box .msg_txt_box .decision_button.decision_button:hover{
  background: #020000;
}
.msg_box .msg_txt_box .decision_button.decision_button a{
  color: #FFF;
  display: block;
}
.msg_box .msg_txt_box .decision_button.decision_button a:before{
  font-family: FontAwesome;
  content:"\f0da";
  margin-right: 4px;
}
.msg_box .msg_txt_box .return{
  text-decoration: underline;
  color: #7d1c06;
  cursor: pointer;
  margin: 0;
}

@media only screen and (min-width: 959px) {
  footer,
  .notLoggedIn footer {
    height: 82px;
        position: absolute;
        top: 1060px;
  }
}

/* PCと統一 */
@media only screen and (max-width: 2048px){
  .indexContent{
    background-image: none;
  }
  .h1Group{
    flex-direction: column;
    position: static;
    width: 100%;
    margin: 16px 0 !important;
    height: auto !important;
  }
  .h1Group h1{
    display: block;
    background: url(/img/index/sp_msg.png) no-repeat 50% 0 /50%;
    padding-top: 220px;
    margin: 0 auto 32px;
    width: 80%;
    max-width: 400px;
  }
  .h1Group h1 .spSymbol{
    width: 30%;
    min-width: 100px;
    margin-bottom: 16px;
  }
  .h1Group h1 img{
    height: auto;
  }
  .h1Group ul{
    margin: 0 auto 64px;
    width: 90%;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }
  .h1Group ul li span,
  .h1Group ul li:last-child{
    display: none;
  }

  .h1Group ul li:first-child a{
    width: 100%;
    margin: 0;
    display: block;
    padding: 8px;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.26);
    color: #3f3c31;
    background-color: #dfdaac;
    transition: .3s;
  }
  .msgWrap{
    display: block;
    position: static;
  }
  .msgClose{
    display: none;
  }
  .msgContent{
    position: static;
    width: 100%;
    margin: 0;
  }
  .msgContent .msg_box{
    display: flex;
    background-position: 50% 16px;
    padding-top: 224px;
  }
  .msg_box .msg_txt_box{
    width: 100%;
    padding: 0 16px 16px;
  }
  .msg_box .msg_txt_box .return{
    display: none;
  }
}/* このとじカッコは消さないこと */


@media only screen and (max-width: 959px) {
    footer,
    .notLoggedIn footer {
        height: 152px;
        position: absolute;
        top: 1100px;
    }
}
@media only screen and (max-width: 767px) {
    footer,
    .notLoggedIn footer {
        height: 212px;
        position: absolute;
        top: 1200px;
    }
}

/* 狭小 */
@media only screen and (max-width: 520px){
  .h1Group h1{
    padding-top: 45%;
  }
}/* このとじカッコは消さないこと */



