@charset "UTF-8";
/******初期設定ここから******/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300&display=swap");
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
addres, ul, ol, dl, dt, dd, table, th, td, form, fieldset, header, article, figure, section {
  margin: 0;
  padding: 0;
  line-height: 140%;
  font-familu: "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  list-style: none;
  /*黒丸を消す*/
}

a {
  text-decoration: none;
  /*下線を消す*/
}

img {
  border: 0;
}

ing, input {
  vertical-aligin: bottom;
}

/*クリア*/
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

/******初期設定ここまで******/
/***********ヘッダエリア***********/
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  min-width: 1260px;
  font-family: "MS PGothic", "Osaka", Arial, sans-serif;
}

a {
  color: #666;
}

@media (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

/******共通エリア******/
#main_wrap {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bar_left {
  width: 80px;
  background-color: #FFF;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bar_left ul {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bar_left li {
  border-bottom: 3px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold !important;
}

.bar_left li div {
  padding: 15px 0;
}

.bar_left li img {
  line-height: 0;
}

.bar_left .copya {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  padding-bottom: 30px;
}

.bar_right {
  display: block;
  width: 80px;
  background-color: #FFF;
}

/**トップページ**/
.main_center {
  background: url(../common/po_bg.jpg?1) no-repeat;
  background-position: 0 0;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 80px 0;
}

.compbg {
  background: url(../common/co_bg.jpg) no-repeat center center !important;
  background-size: cover;
}

.imgtxt {
  position: absolute;
  top: 150px;
  left: 300px;
}

#contmain {
  padding: 80px 0;
  width: 800px;
  margin: 0 auto;
}

#contmain h1 {
  text-align: center;
  padding-bottom: 100px;
}

#contmain dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFF;
  text-align: center;
  font-size: 30px;
}

#contmain dl span {
  font-size: 18px;
}

#contmain dt a, #contmain dd a {
  padding: 10px 0;
  width: 380px;
  text-align: center;
  border-radius: 10px;
  display: block;
}

#contmain dt a {
  background-color: #b71c38;
  color: #FFF;
}

#contmain dd a {
  background-color: #FFF;
  color: #b71c38;
  border: 1px solid #b71c38;
}

#companymain {
  padding: 80px;
  width: 800px;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
}

#companymain h1 {
  height: 150px;
  background: url(../common/onm_titlewaku.png) no-repeat center center;
  background-size: 400px auto;
  text-align: center;
  font-size: 36px;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

#companymain dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}

#companymain dt {
  width: 30%;
  background: -webkit-gradient(linear, left top, right top, from(#f0fdfd), to(#f1dcf1));
  background: linear-gradient(to right, #f0fdfd, #f1dcf1);
  background: -webkit-linear-gradient(left, #f0fdfd, #f1dcf1);
  padding: 30px 0;
  text-align: center;
}

#companymain dd {
  width: 65%;
  text-align: left;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#companymain dd p {
  padding: 0 15px;
}

/***共通項レスポンシブ***/
@media (max-width: 768px) {
  #main_wrap {
    background-color: #FFF;
    display: block;
  }
  .bar_left {
    width: 100%;
    height: 80px;
    background-color: #FFF;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bar_left ul {
    width: 90%;
    margin: 0 auto;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bar_left li {
    border-bottom: 0px solid #eee;
    padding-bottom: 0px;
    margin-bottom: 0px;
    -ms-writing-mode: inherit tb-rl;
    -webkit-writing-mode: inherit;
            writing-mode: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bar_left li div {
    padding: 10px 5px;
  }
  .bar_left li img {
    line-height: 0;
  }
  .bar_left .copya {
    display: none;
  }
  .bar_left .sptxt {
    display: none;
  }
  .bar_right {
    display: none;
  }
  /**トップページ**/
  .main_center {
    background: url(../common/po_bg.jpg?1) no-repeat center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0;
  }
  .compbg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 50px;
    background: none !important;
    background-color: #fafafa !important;
  }
  #contmain {
    padding: 0px 0;
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
  }
  #contmain h1 {
    text-align: center;
    padding-bottom: 40px;
  }
  #contmain h1 img {
    width: 70%;
    height: auto;
  }
  #contmain dl {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #FFF;
    text-align: center;
    font-size: 20px;
  }
  #contmain dl span {
    font-size: 14px;
  }
  #contmain dt a, #contmain dd a {
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
  }
  #contmain dt a {
    background-color: #b71c38;
    margin-bottom: 20px;
  }
  #contmain dd a {
    background-color: #FFF;
    color: #b71c38;
    border: 1px solid #b71c38;
  }
  #companymain {
    padding: 0px 0;
    width: 100%;
    margin: 0 auto;
  }
  #companymain h1 {
    height: auto;
    width: 80%;
    margin: 0 auto;
    background: url(../common/onm_titlewaku.png) no-repeat center center;
    background-size: 100% auto;
    text-align: center;
    font-size: 28px;
    padding: 30px 0;
    margin-bottom: 40px;
  }
  #companymain dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    width: 95%;
    margin-bottom: 10px;
  }
  #companymain dt {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#f0fdfd), to(#f1dcf1));
    background: linear-gradient(to right, #f0fdfd, #f1dcf1);
    background: -webkit-linear-gradient(left, #f0fdfd, #f1dcf1);
    padding: 20px 0;
    text-align: center;
  }
  #companymain dd {
    width: 100%;
    text-align: left;
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
  }
  #companymain dd p {
    padding: 0 15px;
  }
}
/*# sourceMappingURL=topstyle.css.map */