@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap');

a,
a:link,
a:hover,
a:visited,
a:focus {
  color: #563823;
  cursor: pointer!important;
  outline: none;
}

body {
  color: #563823;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
}
body.loading {
  background: url("../img/common/loading.gif") center 400px no-repeat;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  }
}
#whole {
  position: relative;
  width: 100%;
  min-width: 1280px;
}

#con-header, #con-header-fix {
  width: 100%;
  height: 70px;
  background: #db2619;
  min-width: 1280px;
  color: white;
  z-index: 200;
}
#con-header a, #con-header-fix a {
  color: white;
  text-decoration: none;
}
#con-header a:hover, #con-header-fix a:hover {
  text-decoration: underline;
}
#con-header a.online, #con-header-fix a.online {
  display: inline-block;
  padding-left: 25px;
  background: url("../img/common/h_icn_online.png") 0 center no-repeat;
}

#con-header a.recruit, #con-header a.recruit:hover, #con-header-fix a.recruit, #con-header-fix a.recruit:hover, #con-header-top a.recruit, #con-header-top a.recruit:hover {
  text-decoration: none;
  cursor: default;
}
#con-header .recruit-link, #con-header-fix .recruit-link, #con-header-top .recruit-link, #con-footer .recruit-link {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1000;
  padding-top: 25px;
}
#con-header .recruit-link li, #con-header-fix .recruit-link li, #con-header-top .recruit-link li ,#con-footer .recruit-link li{
  display: block;
  width: 208px;
  border: solid 1px white;
  background: #db2619;
}
#con-header .recruit-link li:nth-of-type(n + 2), #con-header-fix .recruit-link li:nth-of-type(n + 2), #con-header-top .recruit-link li:nth-of-type(n + 2) ,#con-footer .recruit-link li::nth-of-type(n + 2){
  border-top: none;
}
#con-header .recruit-link li a, #con-header-fix .recruit-link li a, #con-header-top .recruit-link li a , #con-footer .recruit-link li a{
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 13px 12px 13px 18px;
  background: url("../img/common/h_icn_blank.png") right center no-repeat;
}
#con-header .recruit-link li a:hover, #con-header-fix .recruit-link li a:hover, #con-header-top .recruit-link li a:hover , #con-footer .recruit-link li a:hover{
  text-decoration: underline;
}

#con-header .logo {
  width: 340px;
  height: 108px;
  background: white;
}
#con-header .logo a {
  display: inline-block;
  margin: 16px;
}
#con-header .topicpath {
  position: absolute;
  top: 70px;
  left: 355px;
  font-size: 10px;
  color: white;
}
#con-header .topicpath ol {
  *zoom: 1;
}
#con-header .topicpath ol:after {
  content: "";
  display: table;
  clear: both;
}
#con-header .topicpath li {
  float: left;
  margin-right: 12px;
}
#con-header .topicpath a {
  display: inline-block;
  margin-right: 12px;
}
#con-header .global-nav {
  position: absolute;
  top: 30px;
  right: 40px;
  *zoom: 1;
  color: white;
}
#con-header .global-nav:after {
  content: "";
  display: table;
  clear: both;
}
#con-header .global-nav ul {
  float: right;
  *zoom: 1;
}
#con-header .global-nav ul:after {
  content: "";
  display: table;
  clear: both;
}
#con-header .global-nav .outer-link {
  margin-right: -12px;
  margin-bottom: 26px;
}
#con-header .global-nav .outer-link li {
  float: left;
}
#con-header .global-nav .outer-link li:nth-of-type(n + 2):before {
  content: '/';
}
#con-header .global-nav .outer-link a {
  margin: 0 12px;
  display: inline-block;
  font-size: 13px;
}
#con-header .global-nav .contents-link li {
  float: left;
}
#con-header .global-nav .contents-link li:nth-of-type(n + 2) {
  margin-left: 30px;
}
#con-header .global-nav .recruit-link {
  float: none;
  top: 0;
  right: 210px;
}

#con-header-fix {
  position: fixed;
  left: 0;
  top: -70px;
  height: 70px;
  z-index: 200;
}
#con-header-fix .logo {
  width: 235px;
  height: 70px;
  background: white;
}
#con-header-fix .logo a {
  display: inline-block;
  margin: 15px 22px 0;
}
#con-header-fix .nav {
  position: absolute;
  top: 30px;
  right: 25px;
  width: 980px;
}

#con-header-fix .nav.top_page_nav {
  width: 700px;
}

#con-header-fix .nav li {
  float: left;
  margin-left: 25px;
}
#con-header-fix .nav li:last-of-type {
  margin-left: 12px;
}

#con-header-fix .nav li:last-of-type:before {
  content: '/';
}

#con-header-fix .nav.top_page_nav li:last-of-type:before {
  content: ' ';
}

#con-header-fix .nav li:last-of-type a {
  margin-left: 12px;
}

#con-header-fix .recruit-link {
  top: 27px;
  right: 184px;
}

#con-header-fix .recruit-link.top_page_only {
  right: 240px;
}

#con-footer {
  position: relative;
  width: 100%;
  height: 500px;
  background: #db2619;
  color: white;
}

#con-footer:before {
  content: '';
  display: block;
  position: absolute;
  top: 268px;
  left: 50%;
  width: 728px;
  height: 188px;
  margin-left: -616px;
  background: url("../img/common/f_obj.png") 0 0 no-repeat;
}
#con-footer .footer-bg {
  width: 100%;
  height: 322px;
  background-image: url("../img/common/f_bg_shadow.png"), url("../img/common/f_bg.jpg");
  background-position: 0 0, center bottom;
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
}
#con-footer .footer-link {
  position: relative;
  margin: 80px 32px 18px;
  z-index: 1;
}
#con-footer .footer-link a {
  color: white;
  text-decoration: none;
}
#con-footer .footer-link a:hover {
  text-decoration: underline;
}
#con-footer .copyright {
  font-family: Avenir, sans-serif;
  font-size: 10px;
  letter-spacing: 0.07em;
  margin-left: 32px;
}
#con-footer .totop {
  position: absolute;
  display: block;
  top: 370px;
  right: 45px;
  width: 40px;
  height: 38px;
  background: url("../img/common/f_totop.png") 0 0 no-repeat;
  overflow: hidden;
  text-indent: -1000px;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
#con-footer .totop:hover {
  opacity: 0.7;
}

#content {
  position: relative;
}
#content.lower .content-header {
  width: 100%;
  height: 350px;
  padding-top: 155px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#content.lower .content-header h2 {
  padding-bottom: 45px;
  margin-bottom: 22px;
  background: url("../img/common/lower_h_arr.png") center bottom no-repeat;
  color: white;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1px;
}
#content hr {
  width: 1000px;
  border: solid #e9e3df;
  border-width: 1px 0 0 0;
  margin: 80px auto;
}
#content > section.bnr.sec > div.bnr_img.wow.fadeInUp > a > img{
   width: 1079px;
}
input.button-normal {
  display: inline-block !important;
  width: 450px!important;
  padding: 10px 0!important;
  -moz-border-radius: 20px!important;
  -webkit-border-radius: 20px!important;
  border-radius: 20px!important;
  border: solid 2px #db2619!important;
  color: #db2619!important;
  letter-spacing: 0.1em!important;
  text-align: cente r!important;
  font-weight: 60 0!important;
  font-size: 16px !important;
  text-decoration: non e!important;
  background: url("../img/common/btn_arr_red.png") 96% center no-repeat white !important;
  -moz-transition-duration: 300ms !important;
  -o-transition-duration: 300ms !important;
  -webkit-transition-duration: 300ms !important;
  transition-duration: 300ms!important;
  -moz-transition-property: all!important;
  -o-transition-property: all!important;
  -webkit-transition-property: all !important;
  transition-property: all !important;
}
input.button-normal:hover {
  color: white !important;
  background-color: #db2619 !important;
  background-image: url("../img/common/btn_arr_white.png") !important;
}

#whole.top #con-header-top {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 86px;
  background: #db2619;
  padding-top: 36px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  text-align: center;
}
#whole.top #con-header-top > a {
  display: inline-block;
  margin: 0 25px;
  font-size: 13px;
  font-weight: 600;
  color: white;
  text-decoration: none;
}
#whole.top #con-header-top > a:hover {
  text-decoration: underline;
}
#whole.top #con-header-top .recruit-link {
  left: 50%;
  top: -100px;
  margin-left: 250px;
  padding-top: 0;
  padding-bottom: 25px;
  text-align: left;
}

#whole.top #con-header-top .recruit-link.top_page_nav2 {
  left: 45%;
  margin-left: 0px;
}

#whole.top section {
  position: relative;
}
#whole.top section.main {
  position: relative;
  width: 100%;
  height: 100%;
}
#whole.top section.main .logo {
  position: absolute;
  top: 40px;
  left: 30px;
  z-index: 190;
}
#whole.top section.main .online {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 190;
}
#whole.top section.main .online a {
  display: block;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#whole.top section.main .online a:hover {
  opacity: 0.8;
}
#whole.top section.main .scroll {
  position: absolute;
  left: 50%;
  bottom: 100px;
  width: 100px;
  height: 60px;
  margin-left: -50px;
  background: url("../img/top/main_scroll.png") center 0 no-repeat;
  z-index: 190;
}
#whole.top section.main .page-index {
  position: absolute;
  right: 20px;
  bottom: 120px;
  z-index: 195;
}
#whole.top section.main .page-index li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  opacity: 0.8;
  background: #CCC;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#whole.top section.main .page-index li.active {
  background: #db2619;
}
#whole.top section.main .visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
#whole.top section.main .visual .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#whole.top section.main .visual .image {
  background-image: url("../img/top/main_image_1.jpg");
}
#whole.top section.main .visual .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -135px;
  margin-left: -500px;
}

#whole.top section.main .visual.page2 .image {
  background-image: url("../img/top/main_image_2.jpg");
}
#whole.top section.main .visual.page2 .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -350px;
  margin-left: -292px;
}
#whole.top section.main .visual.page3 .image {
  background-image: url("../img/top/main_image_3.jpg");
}
#whole.top section.main .visual.page3 .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -30px;
}
#whole.top .section-title {
  margin-bottom: 50px;
  text-align: center;
}
#whole.top .section-title h2 {
  margin-bottom: 40px;
}

#whole.top .section-lead {
  margin-bottom: 95px;
  text-align: center;
  line-height: 1.6;
}
#whole.top section.thought {
  padding-top: 250px;
  height: 790px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../img/top/thought_bg.jpg") center bottom no-repeat;
  background-size: cover;
}

#whole.top section.thought .background {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 64px;
}
#whole.top section.thought .background div {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 64px;
  background-repeat: repeat-x;
  background-size: 1600px 64px;
  z-index: 10;
}
#whole.top section.thought .background div.line1 {
  background-image: url("../img/thought/line1.png");
  -moz-animation: loop_anim 10s linear infinite;
  -webkit-animation: loop_anim 10s linear infinite;
  animation: loop_anim 10s linear infinite;
}
#whole.top section.thought .background div.line2 {
  background-image: url("../img/thought/line2.png");
  -moz-animation: loop_anim 6s linear infinite;
  -webkit-animation: loop_anim 6s linear infinite;
  animation: loop_anim 6s linear infinite;
}
@-moz-keyframes loop_anim {
  0% {
    background-position: 1600px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes loop_anim {
  0% {
    background-position: 1600px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes loop_anim {
  0% {
    background-position: 1600px 0;
  }
  100% {
    background-position: 0 0;
  }
}
#whole.top section.thought .section-lead {
  margin-bottom: 35px;
}
#whole.top section.thought .pictures {
  position: relative;
  width: 1000px;
  height: 535px;
  margin: 0 auto;
}
#whole.top section.thought .pictures p {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
#whole.top section.thought .pictures .pic01 {
  top: 0;
  left: 0;
}
#whole.top section.thought .pictures .pic02 {
  top: 260px;
  left: 558px;
}
#whole.top section.thought .pictures .pic03 {
  top: 60px;
  left: 710px;
}

#whole.top section.quality .qualitylist li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
}
#whole.top section.quality .qualitylist li a:hover .desc {
  top: 0;
}
#whole.top section.quality .qualitylist li .title {
  padding-top: 148px;
}
#whole.top section.quality .qualitylist li .title p {
  margin-top: 24px;
  line-height: 1.5;
  color: white;
  font-size: 22px;
  font-weight: 600;
}
#whole.top section.quality .qualitylist li .desc {
  position: absolute;
  top: 488px;
  left: 0;
  width: 100%;
  height: 488px;
  background: rgba(219, 38, 25, 0.9);
  padding-top: 140px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  line-height: 2;
  font-size: 16px;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#whole.top section.marketshare {
  padding-bottom: 120px;
}
#whole.top section.marketshare .performance {
  opacity: 0;
  visibility: hidden;
  position: relative;
  width: 1000px;
  height: 560px;
  margin: 0 auto;
  background: url("../img/top/marketshare_map.png") center 0 no-repeat;
}
#whole.top section.marketshare .performance .copy {
  margin-left: 112px;
}
#whole.top section.marketshare .performance .pic {
  position: absolute;
  top: 160px;
  right: -20px;
}
#whole.top section.product .image {
  position: relative;
  width: 100%;
  height: 300px;
  background: url("../img/top/product_image.jpg") center center no-repeat;
  background-size: cover;
  margin-bottom: 120px;
}
#whole.top section.product .image p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  border: solid 150px white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#whole.top section.product .product-list {
  opacity: 0;
  visibility: hidden;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 90px;
  text-align: center;
}
#whole.top section.product .product-list .caption {
  padding: 15px;
  background: #db2619;
  font-size: 16px;
  font-weight: 600;
  color: white;
}
#whole.top section.product .product-list ul {
  overflow: hidden;
  *zoom: 1;
  border-bottom: solid 1px #e6e0db;
  margin-bottom: 50px;
}
#whole.top section.product .product-list ul li {
  float: left;
  width: 25%;
  height: 290px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#whole.top section.product .product-list ul li:nth-of-type(n + 2) {
  border-left: solid 1px #e6e0db;
}
#whole.top section.product .product-list ul li p {
  margin: 26px 0;
}
#whole.top section.product .product-list ul li p img {
  width: 100%;
}
#whole.top section.product .product-list ul li span {
  display: inline-block;
  color: #db2619;
  font-weight: 600;
}

/*---------------
お知らせ
----------------*/
#whole.top section.information {
  padding: 80px 0 100px;
  background: #f4f4f4;
}

#whole.top section.information .section-title h2, #whole.top section.information .section-title span {
  opacity: 1;
  visibility: visible;
}
#whole.news section.information .news a[target="_blank"]  {
    display: inline-block;
    padding:2px 32px 2px 0;
    background:url(../img/common/lnk_img.png) no-repeat center right;
}
#whole.news section.information .news a[href $='.pdf']    {
    background:url(../img/common/pdf_img.png) no-repeat center right;
    margin:0;
    padding:2px 32px 2px 0;
}

#whole.news section.information .news[href $='.pdf']:hover  {
    text-decoration:none;
}
#whole.top section.information .news a[target="_blank"] {
    display: inline-block;
    padding:2px 32px 2px 0;
    background:url(../img/common/lnk_img.png) no-repeat center right;
}
#whole.top section.information .news a[href $='.pdf']    {
    background:url(../img/common/pdf_img.png) no-repeat center right;
    margin:0;
    padding:2px 32px 2px 0;
}

#whole.top section.information .news[href $='.pdf']:hover  {
    text-decoration:none;
}
#whole.top section.information .news{
  width: 1000px;
  margin: 50px auto 0;
}

#whole.top section.information .news .news_date{
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#whole.top section.information .news .news_txt{
  width: 78%;
}

#whole.top section.information .news .news_icon{
  width: 25px;
  margin: auto;
}

#whole.top section.information .news .news_icon img{
  width: 100%;
}

#whole.top section.information .news li {
  padding: 20px;
  border-bottom: 1px solid #707070;
  line-height: 1.6;
  display: flex;
}

#whole.top section.information .news li a{
  text-decoration: none;
}
#whole.top section.information .news li a:hover{
  text-decoration: underline;
}

#whole.top section.information .news li span {
  display: inline-block;
  width: 150px;
  letter-spacing: 0.1em;
}

#whole.thought #background {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1100px;
  border-top: solid 70px white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
}
#whole.thought #background p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: white;
}
#whole.thought #background p:nth-of-type(2) {
  background-image: url("../img/thought/bg_1.jpg");
}
#whole.thought #background p:nth-of-type(3) {
  background-image: url("../img/thought/bg_2.jpg");
}
#whole.thought #background p:nth-of-type(4) {
  background-image: url("../img/thought/bg_3.jpg");
}
#whole.thought #background p:nth-of-type(5) {
  background-image: url("../img/thought/bg_4.jpg");
}
#whole.thought #background p:nth-of-type(6) {
  background-image: url("../img/thought/bg_5.jpg");
}
#whole.thought #background p:nth-of-type(7) {
  background-image: url("../img/thought/bg_6.jpg");
}
#whole.thought #background p:nth-of-type(8) {
  background-image: url("../img/thought/bg_7.jpg");
}
#whole.thought #background div {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  top: 70px;
  left: 0;
  height: 64px;
  background-repeat: repeat-x;
  background-size: 1600px 64px;
  z-index: 10;
}
#whole.thought #background div.line1 {
  background-image: url("../img/thought/line1.png");
  -moz-animation: loop_anim 10s linear infinite;
  -webkit-animation: loop_anim 10s linear infinite;
  animation: loop_anim 10s linear infinite;
}
#whole.thought #background div.line2 {
  background-image: url("../img/thought/line2.png");
  -moz-animation: loop_anim 6s linear infinite;
  -webkit-animation: loop_anim 6s linear infinite;
  animation: loop_anim 6s linear infinite;
}
@-moz-keyframes loop_anim {
  0% {
    background-position: 1600px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes loop_anim {
  0% {
    background-position: 1600px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes loop_anim {
  0% {
    background-position: 1600px 0;
  }
  100% {
    background-position: 0 0;
  }
}
#whole.thought #content {
  position: relative;
  height: 7200px;
}
#whole.thought section {
  position: relative;
  width: 1140px;
  margin: 0 auto;
  *zoom: 1;
}
#whole.thought section:after {
  content: "";
  display: table;
  clear: both;
}
#whole.thought section .summary {
  float: right;
  width: 380px;
  text-align: center;
}
#whole.thought section .summary dt, #whole.thought section .summary dd, #whole.thought section .summary li {
  opacity: 0;
  visibility: hidden;
}
#whole.thought section .summary dl {
  margin-bottom: 30px;
}
#whole.thought section .summary dl dt {
  margin-bottom: 24px;
}
#whole.thought section .summary dl dd {
  line-height: 1.8;
}
#whole.thought section .summary dl dd:nth-of-type(2) {
  margin-top: 30px;
}
#whole.thought section .summary ul li {
  margin-bottom: 10px;
}
#whole.thought section.sec00 {
  height: 1000px;
  text-align: center;
}
#whole.thought section.sec00 div {
  padding: 280px 0 100px;
}
#whole.thought section.sec00 p {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  height: 43px;
  background-repeat: no-repeat;
  background-image: url("../img/thought/catch.png");
}
#whole.thought section.sec00 p:nth-of-type(1) {
  width: 43px;
  background-position: 0 0;
}
#whole.thought section.sec00 p:nth-of-type(2) {
  width: 52px;
  background-position: -43px 0;
}
#whole.thought section.sec00 p:nth-of-type(3) {
  width: 48px;
  background-position: -94px 0;
}
#whole.thought section.sec00 p:nth-of-type(4) {
  width: 51px;
  background-position: -141px 0;
}
#whole.thought section.sec00 p:nth-of-type(5) {
  width: 53px;
  background-position: -191px 0;
}
#whole.thought section.sec00 p:nth-of-type(6) {
  width: 43px;
  background-position: -243px 0;
}
#whole.thought section.sec00 p:nth-of-type(7) {
  width: 31px;
  background-position: -285px 0;
}
#whole.thought section.sec00 p:nth-of-type(8) {
  width: 50px;
  background-position: -315px 0;
}
#whole.thought section.sec00 p:nth-of-type(9) {
  width: 40px;
  background-position: -364px 0;
}
#whole.thought section.sec00 p:nth-of-type(10) {
  width: 42px;
  background-position: -403px 0;
}
#whole.thought section.sec00 p:nth-of-type(11) {
  width: 49px;
  background-position: -444px 0;
}
#whole.thought section.sec00 p:nth-of-type(12) {
  width: 55px;
  background-position: -492px 0;
}
#whole.thought section.sec00 p:nth-of-type(13) {
  width: 51px;
  background-position: -546px 0;
}
#whole.thought section.sec00 p:nth-of-type(14) {
  width: 21px;
  background-position: -597px 0;
}
#whole.thought section.sec00 span {
  position: relative;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
}
#whole.thought section.sec01 {
  height: 1800px;
}
#whole.thought section.sec02 {
  height: 1800px;
}
#whole.thought section.sec03 {
  height: 1800px;
}
#whole.thought section.sec04 {
  position: absolute;
  top: 6400px;
  height: 800px;
  left: 50%;
  margin-left: -570px;
}
#whole.thought section.sec04.fixed {
  position: fixed;
  top: 200px;
}
#whole.thought section.sec04 .summary {
  float: none;
  position: absolute;
  top: 0;
  right: 0;
}
#whole.thought section.sec04 .summary dl {
  margin-bottom: 100px;
}
#whole.thought section.sec04 .catch {
  opacity: 0;
  visibility: hidden;
  margin-left: 20px;
}

#whole.quality .content-header {
  background-image: url("../img/quality/header_image.jpg");
  margin-bottom: 65px;
}
#whole.quality section .caption {
  text-align: center;
  margin-bottom: 75px;
}
#whole.quality section .caption h3 {
  margin-bottom: 40px;
}
#whole.quality section .title-box {
  padding: 24px 0;
  border: solid 3px #db2619;
  text-align: center;
  color: #db2619;
  font-size: 16px;
  font-weight: 600;
}
#whole.quality section .catch {
  position: relative;
  width: 1240px;
  min-height: 540px;
  margin: 0 auto 50px;
  padding-left: 830px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#whole.quality section .catch .comment {
  margin-bottom: 100px;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.5;
  color: #563823;
}
#whole.quality section .catch .pic {
  position: absolute;
  left: 846px;
  top: 285px;
}
#whole.quality section.sec01 .catch {
  background: url("../img/quality/01_image.jpg") 0 0 no-repeat;
}
#whole.quality section.sec02 .catch {
  background: url("../img/quality/02_image.jpg") 0 0 no-repeat;
}
#whole.quality section.sec03 .catchco {
  background: url("../img/quality/03_image.jpg") 0 0 no-repeat;
}
#whole.quality section .message {
  width: 930px;
  margin: 0 auto 80px;
}
#whole.quality section .message dl {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 40px;
}
#whole.quality section .message dl dt {
  float: left;
  display: block;
  width: 224px;
}
#whole.quality section .message dl dd {
  float: left;
  width: 654px;
  margin-left: 46px;
  margin-top: 12px;
  text-align: justify;
  line-height: 1.6;
}
#whole.quality section .message dl dd.no-margin {
  margin-top: 3px;
}
#whole.quality section .link {
  text-align: center;
}

#whole.marketshare .content-header {
  background-image: url("../img/marketshare/header_image.jpg");
  margin-bottom: 65px;
}
#whole.marketshare section {
  width: 1000px;
  margin: 0 auto;
}
#whole.marketshare section h3 {
  text-align: center;
}
#whole.marketshare section .title-box {
  width: 280px;
  padding: 24px 0;
  margin-bottom: 40px;
  border: solid 3px #db2619;
  text-align: center;
  color: #db2619;
  font-size: 16px;
  font-weight: 600;
}
#whole.marketshare section .lead {
  line-height: 1.6;
  margin-bottom: 50px;
}
#whole.marketshare .sec01 {
  overflow: hidden;
  *zoom: 1;
}
#whole.marketshare .sec01 h3 {
  margin-bottom: 80px;
}
#whole.marketshare .sec01 > div {
  width: 500px;
}
#whole.marketshare .sec01 > div.left {
  float: left;
}
#whole.marketshare .sec01 > div.right {
  float: right;
}
#whole.marketshare .sec01 > div > div {
  width: 500px;
  padding: 0 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#whole.marketshare .sec01 .result01 {
  margin-bottom: 80px;
}
#whole.marketshare .sec01 .result01 .lead {
  padding-right: 20px;
}
#whole.marketshare .sec01 .result02 dt {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
#whole.marketshare .sec01 .result02 dd {
  line-height: 1.6;
  margin-bottom: 36px;
}
#whole.marketshare .sec01 .result02 ul {
  overflow: hidden;
  *zoom: 1;
}
#whole.marketshare .sec01 .result02 ul li {
  float: left;
  width: 118px;
  padding: 12px 0;
  background: #db2619;
  margin-right: 3px;
  margin-bottom: 3px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}
#whole.marketshare .sec01 .result03 .pic {
  margin-top: 40px;
  margin-left: 60px;
}
#whole.marketshare .sec02 h3 {
  margin-bottom: 55px;
}
#whole.marketshare .sec02 .message {
  width: 930px;
  margin: 0 auto 80px;
  overflow: hidden;
  *zoom: 1;
}
#whole.marketshare .sec02 .message .message-title {
  position: relative;
  float: left;
}
#whole.marketshare .sec02 .message .message-title h4 {
  position: absolute;
  top: 0;
  left: 14px;
  width: 210px;
  height: 390px;
  padding-top: 30px;
  padding-left: 30px;
  border-top: solid 3px #db2619;
  border-left: solid 3px #db2619;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #db2619;
  font-size: 16px;
  font-weight: 600;
}
#whole.marketshare .sec02 .message .message-title p {
  margin-top: 75px;
}
#whole.marketshare .sec02 .message .message-summary {
  float: right;
  width: 580px;
}
#whole.marketshare .sec02 .message .message-summary dl {
  margin-top: 75px;
}
#whole.marketshare .sec02 .message .message-summary dl dt {
  margin-bottom: 20px;
  margin-left: -5px;
  font-size: 16px;
  font-weight: 600;
}
#whole.marketshare .sec02 .message .message-summary dl dd {
  margin-bottom: 20px;
  line-height: 1.8;
}
#whole.marketshare .sec02 .message .message-summary dl dd img {
  margin: 10px 0 30px 10px;
  float: right;
}

#whole.product .content-header {
  background-image: url("../img/product/header_image.jpg");
  margin-bottom: 30px;
  margin-top: 80px;
}
#whole.product .category {
  width: 800px;
  margin: 0 auto 50px;
  text-align: center;
}
#whole.product .contactbanner {
  width: 935px;
  margin: 0 auto 50px;
  text-align: center;
}
#whole.product .contactbanner > a > img{
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
}
#whole.product .contactbanner > a > img:hover {
    opacity: 0.6;
}
#whole.product .category a {
  display: inline-block;
  width: 168px;
  padding: 12px 0;
  margin: 0 10px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: solid 2px #e6e0db;
  background: transparent;
  color: #d1c6bd;
  letter-spacing: 0.1em;
  text-decoration: none;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  -webkit-transition-property: background, border;
  transition-property: background, border;
}

#whole.product .category a.active, #whole.product .category a:hover {
  border: solid 2px #db2619;
  color: white;
  font-weight: 600;
  background: #db2619;
}
#whole.product .result {
  width: 950px;
  margin: 0 auto 25px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#whole.product .products {
  width: 1000px;
  margin: 0 auto 50px;
  overflow: hidden;
  *zoom: 1;
}
#whole.product ul.products {
  display: -webkit-box;
  display: flex;
  flex-wrap:         wrap;
}

#whole.product .products li {
  width: 28%;
  list-style: none;
  padding: 1% 2%;
  border-right: solid 1px #e9e3df;
  border-bottom: solid 1px #e9e3df;
  position: relative;
  float: left;
}
#whole.product .products li:nth-of-type(-n + 3) {
  border-top: solid 1px #e9e3df;
}
#whole.product .products li:nth-of-type(3n + 3) {
  border-right: none;
}
#whole.product .products li p {
  margin-bottom: 5%;
  text-align: center;
}
#whole.product .products li p img {
  width: 265px;
}
#whole.product .products li dl {
  margin-bottom: 5%;
  line-height: 1.5;
}
#whole.product .products li dl dt {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #db2619;
}
#whole.product .products li table {
  width: 100%;
  border: solid 1px #CCC;
  border-collapse: collapse;
  font-size: 12px;
}
#whole.product .products li table td, #whole.product .products li table th {
  padding: 6px 0;
  border: solid 1px #CCC;
  text-align: center;
}
#whole.product .products li table th {
  width: 25%;
  background: #dbdbdb;
}
#whole.product .products li table td {
  font-size: 11px;
}
#whole.product .products li.cat2 table {
  display: table;
}
#whole.product .pagenation {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}
#whole.product .pagenation a {
  display: inline-block;
  padding: 0 4px;
  margin: 0 6px;
  font-size: 16px;
  text-decoration: none;
}
#whole > div.pagenation > span.page-numbers.current {
  font-size: 16px;
  font-weight: 900;
  margin: 0 10px;
  border-bottom: solid 1px #563823;
}

#whole.product .link {
  margin-top: 80px;
  text-align: center;
}


#whole.shop .content-header {
  background-image: url("../img/shop/header_image.jpg");
  margin-bottom: 30px;
}
#whole.shop .shoplist {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
#whole.shop .shoplist li {
  position: relative;
  float: left;
  width: 33.3333%;
  height: 700px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
  border-right: solid 1px #e9e3df;
  border-bottom: solid 1px #e9e3df;
}
#whole.shop .shoplist li:nth-of-type(-n + 3) {
  border-top: solid 1px #e9e3df;
}
#whole.shop .shoplist li:nth-of-type(3n + 3) {
  border-right: none;
}
#whole.shop .shoplist li h4 {
  margin-bottom: 28px;
  color: #db2619;
  font-size: 16px;
  font-weight: 600;
}
#whole.shop .shoplist li p {
  margin-bottom: 28px;
  text-align: center;
}
#whole.shop .shoplist li table td {
  padding-bottom: 8px;
  vertical-align: top;
  line-height: 1.5;
  font-size: 13px;
}
#whole.shop .shoplist li table td:first-of-type {
  white-space: nowrap;
  padding-right: 6px;
  font-weight: 600;
  text-align: right;
}
#whole.shop .shoplist li table td a {
  text-decoration: underline;
}
#whole.shop .shoplist li .gmap {
  position: absolute;
  left: 35px;
  bottom: 35px;
  width: 266px;
  height: 176px;
}

#whole.company .content-header {
  background-image: url("../img/company/header_image.jpg");
}
#whole.company .sub-nav {
  position: relative;
  width: 710px;
  margin: 56px auto 84px;
  padding: 0 50px 27px;
  border-bottom: solid 2px #856a58;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
}
#whole.company .sub-nav li {
  float: left;
  text-align: center;
}
#whole.company .sub-nav li:nth-of-type(n + 2) {
  margin-left: 72px;
}
#whole.company .sub-nav a {
  display: inline-block;
  padding-right: 18px;
  background: url("../img/company/sub_nav_arr.png") right center no-repeat;
  color: #4d2d17;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
#whole.company .sub-nav a:hover {
  text-decoration: underline;
}
#whole.company .sub-nav a.active {
  color: #db2619;
  background: url("../img/company/sub_nav_arr_active.png") right center no-repeat;
}
#whole.company .company-table {
  width: 930px;
  margin: 0 auto;
  background: url("../img/common/dot.png") 0 0 repeat-x;
}
#whole.company .company-table th, #whole.company .company-table td {
  padding: 22px 0;
  vertical-align: top;
  background: url("../img/common/dot.png") 0 bottom repeat-x;
}
#whole.company .company-table th {
  width: 170px;
  padding-left: 78px;
  font-weight: 600;
  font-size: 16px;
}

#whole.company-index section .caption {
  text-align: center;
  margin-bottom: 84px;
}
#whole.company-index section .title-box {
  padding: 24px 0;
  border: solid 3px #db2619;
  text-align: center;
  color: #db2619;
  font-size: 16px;
  font-weight: 600;
}
#whole.company-index section.sec01 .president {
  position: relative;
  width: 1240px;
  height: 472px;
  margin: 0 auto 45px;
  background: url("../img/company/index_01_image.jpg") 0 0 no-repeat;
}
#whole.company-index section.sec01 .president > div {
  padding-top: 48px;
  padding-left: 800px;
}
#whole.company-index section.sec01 .president .comment {
  margin-bottom: 64px;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.5;
  color: #563823;
}
#whole.company-index section.sec01 .text {
  width: 930px;
  padding: 0 35px;
  margin: 0 auto;
  text-align: justify;
  line-height: 1.8;
}
#whole.company-index section.sec02 .promise {
  width: 930px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
#whole.company-index section.sec02 .promise li {
  float: left;
  width: 273px;
}
#whole.company-index section.sec02 .promise li p {
  margin-bottom: 40px;
  text-align: center;
}
#whole.company-index section.sec02 .promise li dl dt {
  margin-bottom: 44px;
}
#whole.company-index section.sec02 .promise li dl dd {
  text-align: justify;
  line-height: 1.8;
}
#whole.company-index section.sec02 .promise li:nth-of-type(n + 2) {
  margin-left: 53px;
}
#whole.company-index section.sec03 .catchco {
  position: relative;
  width: 1240px;
  min-height: 540px;
  margin: 0 auto 50px;
  background: url("../img/company/index_03_image.jpg") 0 0 no-repeat;
  padding-left: 830px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#whole.company-index section.sec03 .catchco .comment {
  margin-bottom: 100px;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.5;
  color: #563823;
}
#whole.company-index section.sec03 .catchco .heart {
  width: 285px;
  text-align: center;
}
#whole.company-index section.sec03 .message {
  width: 930px;
  margin: 0 auto;
}
#whole.company-index section.sec03 .message dl {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 40px;
}
#whole.company-index section.sec03 .message dl dt {
  float: left;
  display: block;
  width: 224px;
}
#whole.company-index section.sec03 .message dl dd {
  float: left;
  width: 654px;
  margin-left: 46px;
  text-align: justify;
  line-height: 1.5;
}

#whole.company-profile #gmap {
  margin-top: 20px;
  width: 600px;
  height: 320px;
}

#whole.company-group section {
  overflow: hidden;
  *zoom: 1;
  width: 930px;
  margin: 0 auto;
  padding: 26px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../img/common/dot.png") 0 0 repeat-x;
  line-height: 1.6;
}
#whole.company-group section:last-of-type {
  background-image: url("../img/common/dot.png"), url("../img/common/dot.png");
  background-position: 0 0, 0 bottom;
  background-repeat: repeat-x, repeat-x;
}
#whole.company-group section .name {
    float: left;
    width: 280px;
    padding-right: 10px;
    padding-bottom: 22px;
    color: #db2619;
    font-size: 16px;
    font-weight: 600;
}
#whole.company-group section .name img{
    width: 100px;
}
#whole.company-group section .about {
  float: left;
  width: 430px;
  margin-bottom: 10px;
}
#whole.company-group section .about td {
  padding-bottom: 8px;
  vertical-align: top;
}
#whole.company-group section .about td:first-of-type {
  width: 80px;
  font-weight: 600;
}
#whole.company-group section .about tr:nth-of-type(n + 3) {
  display: none;
}
#whole.company-group section .image {
  float: right;
  width: 255px;
}
#whole.company-group section .image img {
  width: 100%;
}
#whole.company-group section .image + .member {
  float: left;
  margin-left: 165px;
}
#whole.company-group section .member {
  float: right;
}
#whole.company-group section .member.col3 {
  width: 474px;
}
#whole.company-group section .member.col2 {
  width: 316px;
}
#whole.company-group section .member.col1 {
  width: 158px;
}
#whole.company-group section .member dl {
  float: left;
  width: 125px;
  text-align: center;
}
#whole.company-group section .member dl:nth-of-type(n + 2) {
  margin-left: 16px;
}
#whole.company-group section .member dl dt {
  width: 125px;
  min-height: 88px;
  margin-bottom: 6px;
}
#whole.company-group section .member dl dd {
  font-size: 12px;
}
#whole.company-group section .member dl dd:first-of-type {
  font-size: 13px;
  font-weight: bold;
}
#btobbanner {
  text-align: center;
  margin-top: 100px;
}
#btobbanner > a > img {
  width: 930px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
}
#btobbanner > a > img:hover {
    opacity: 0.6;
}
#whole.policy #content {
  width: 860px;
  margin: 95px auto 0;
}
#whole.policy h2 {
  padding: 40px 0;
  border-top: solid 6px #db2619;
  border-bottom: solid 6px #db2619;
  margin-bottom: 95px;
  color: #db2619;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
}
#whole.policy .lead {
  margin-bottom: 95px;
}
#whole.policy dl dt {
  padding-bottom: 22px;
  color: #db2619;
  font-size: 16px;
  font-weight: 600;
}
#whole.policy dl dd {
  line-height: 1.5;
  margin-bottom: 60px;
}

#whole.inquiry .content-header {
  background-image: url("/assets/img/inquiry/header_image.jpg" );
  margin-bottom: 60px;
}
#whole.inquiry .notes {
  width: 860px;
  margin: 0 auto;
}
#whole.inquiry .notes p {
  margin-bottom: 40px;
}
#whole.inquiry .notes dl dt {
  padding-bottom: 22px;
  color: #db2619;
  font-size: 16px;
  font-weight: 600;
}
#whole.inquiry .notes dl dd {
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: justify;
}
#whole.inquiry .name ul li {
    width: auto;
    float: left;
    margin: 0 3px 0 0;
    padding: 0;
    height: 35px;
    line-height: 35px;
}

#whole.inquiry .form {
  width: 860px;
  margin: 0 auto;
}
#whole.inquiry .form .memo {
  text-align: right;
}
#whole.inquiry .form .memo span {
  color: #db2619;
}
#whole.inquiry .form table {
  width: 100%;
  border-top: solid 1px #e9e3df;
  margin-bottom: 60px;
}
#whole.inquiry .form table th, #whole.inquiry .form table td {
  padding: 32px 48px;
  border-bottom: solid 1px #e9e3df;
}
#whole.inquiry .form table th {
  position: relative;
  width: 230px;
  vertical-align: top;
  padding-top: 40px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: #f9f8f6;
  overflow: hidden;
}
#whole.inquiry .form table th span {
  display: block;
  float: right;
  color: #db2619;
}
#whole.inquiry .form input, #whole.inquiry .form select, #whole.inquiry .form textarea {
  border: solid 1px #563823;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
  padding: 8px;
  border-radius: 0;
  background-color: #FFF;
  font-size: 14px;
  color: #563823;
}
#whole.inquiry .form input:-moz-placeholder, #whole.inquiry .form select:-moz-placeholder, #whole.inquiry .form textarea:-moz-placeholder {
  color: rgba(86, 56, 35, 0.3);
}
#whole.inquiry .form input::-moz-placeholder, #whole.inquiry .form select::-moz-placeholder, #whole.inquiry .form textarea::-moz-placeholder {
  color: rgba(86, 56, 35, 0.3);
}
#whole.inquiry .form input:-ms-input-placeholder, #whole.inquiry .form select:-ms-input-placeholder, #whole.inquiry .form textarea:-ms-input-placeholder {
  color: rgba(86, 56, 35, 0.3);
}
#whole.inquiry .form input::-webkit-input-placeholder, #whole.inquiry .form select::-webkit-input-placeholder, #whole.inquiry .form textarea::-webkit-input-placeholder {
  color: rgba(86, 56, 35, 0.3);
}
#whole.inquiry .form select {
  background: url("../img/inquiry/form_arr_down.png") 97% center no-repeat #FFF;
}
#whole.inquiry .form textarea {
  height: 230px;
}
#whole.inquiry .incenter{
  text-align:center;
}
#whole.inquiry input.button-normal {
    display: inline-block !important;
    width: 200px!important;
    padding: 10px 0!important;
    -moz-border-radius: 20px!important;
    -webkit-border-radius: 20px!important;
    /* border-radius: 20px!important; */
    border: solid 2px #db2619!important;
    color: #db2619!important;
    /* letter-spacing: 0.1em!important; */
    text-align: cente r!important;
    font-weight: 60 0!important;
    font-size: 16px !important;
    text-decoration: non e!important;
    background: url(../img/common/btn_arr_red.png) 96% center no-repeat white !important;
    -moz-transition-duration: 300ms !important;
    -o-transition-duration: 300ms !important;
    -webkit-transition-duration: 300ms !important;
    transition-duration: 300ms!important;
    -moz-transition-property: all!important;
    -o-transition-property: all!important;
    -webkit-transition-property: all !important;
    transition-property: all !important;
}
#whole.inquiry input.button-normal:hover {
  color: white !important;
  background-color: #db2619 !important;
  background-image: url("../img/common/btn_arr_white.png") !important;
}
.u-fs-xs {
  font-size: 12px;
}

.u-fs-s {
  font-size: 14px;
}

.u-fs-m {
  font-size: 16px;
}

.u-fs-l {
  font-size: 18px;
}

.u-fs-xl {
  font-size: 20px;
}

.u-mb-1em {
  margin-bottom: 1em;
}

.u-mb-xs {
  margin-bottom: 5px;
}

.u-mb-s {
  margin-bottom: 10px;
}

.u-mb-m {
  margin-bottom: 20px;
}

.u-mb-l {
  margin-bottom: 30px;
}

.u-mb-xl {
  margin-bottom: 50px;
}

.u-mv-1em {
  margin-top: 1em;
  margin-bottom: 1em;
}

.u-mv-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}

.u-mv-s {
  margin-top: 10px;
  margin-bottom: 10px;
}

.u-mv-m {
  margin-top: 20px;
  margin-bottom: 20px;
}

.u-mv-l {
  margin-top: 30px;
  margin-bottom: 30px;
}

.u-mv-xl {
  margin-top: 50px;
  margin-bottom: 50px;
}

.u-mh-1em {
  margin-left: 1em;
  margin-right: 1em;
}

.u-mh-xs {
  margin-left: 5px;
  margin-right: 5px;
}

.u-mh-s {
  margin-left: 10px;
  margin-right: 10px;
}

.u-mh-m {
  margin-left: 20px;
  margin-right: 20px;
}

.u-mh-l {
  margin-left: 30px;
  margin-right: 30px;
}

.u-mh-xl {
  margin-left: 50px;
  margin-right: 50px;
}

.u-tx-center {
  text-align: center;
}

.u-tx-left {
  text-align: left;
}

.u-tx-right {
  text-align: right;
}

.u-bold {
  font-weight: bold;
}

.u-normal {
  font-weight: normal;
}

.u-none {
  display: none;
}

.u-block {
  display: block;
}


/* ーーーーーーーーーーーーーーーーーーーー
  共通部分
  ーーーーーーーーーーーーーーーーーーーー*/
  /* ーーーーーー　タイトル ーーーーーー*/
  .cum_title{
    text-align: center;
    margin-bottom: 50px;
  }

  .cum_title .en{
font-family: futura-pt, sans-serif;
font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #db2518;
  }

  .ttl_hr{
    background-color: #DB2518;
    height: 3px;
    width: 60px;
    margin: 5px auto 15px;
  }
  .cum_title h1{
    text-align: center;
    font-family: "Yu Gothic";
    font-weight: bold;
    color: #4d2d16;
    font-size: 35px;
    margin-bottom: 10px;
  }

  .cum_title h1.small{
    font-size: 30px;
    margin-bottom:10px;
  }
  .cum_title h2{
    text-align: center;
    font-family: "Noto Serif JP";
    font-weight: bold;
    color: #4d2d16;
    font-size: 35px;
    margin-bottom: 10px;
  }

  .cum_title h2.small{
    font-size: 30px;
    margin-bottom:10px;
  }

  .cum_title span{
    font-size: 25px;
  }

  .f_wrap{
    display: flex;
    flex-wrap: wrap;
  }

  .f_wrap_bet {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /* ーーーーーー 余白 ーーーーーー*/
  .sec{
    padding: 80px 0;
    width: 1080px;
    margin: auto;
    max-width: 90%;
  }

  .width_1080{
    width: 1080px;
    margin: auto;
    max-width: 90%;
  }
  .sec > .case_items{
    width: 1080px;
  padding: 0 102px 0 102px;
    justify-content: flex-start;
  }

  /* ーーーーーー　ボタン ーーーーーー*/
 .btn01{
    padding:20px;
    border:1px solid #db2518;
    background-color: #fff;
    font-size: 12px;
    width: 75%;
    margin:35px auto 0;
    display: block!important;
    text-align: center;
    text-decoration: none;
    font-size: medium;
    color: #DB2518!important;
  }
#whole > article > div.entry_body > article > div.wp-block-buttons{
    padding:20px;
    border:1px solid #db2518;
    background-color: #fff;
    font-size: 12px;
    width: 245px;
    margin:35px auto 0;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: medium;
    color: #DB2518!important;
  }
#more-button {
  margin:-80px auto 100px;
  z-index: 30;
  position: relative;
}
#w_button > a{
 text-decoration: none;
}
 
 .btn01:hover{
    color:#fff!important;
    background-color: #db2518;
  }
 #whole > article > div.entry_body > article > div.wp-block-buttons:hover{
    color:#fff!important;
    background-color: #db2518;
  }


    /* ーーーーーー　中央 ーーーーーー*/
    .center{
      text-align: center;
    }


/* ーーーーーーーーーーーーーーーーーーーー
  思い
ーーーーーーーーーーーーーーーーーーーー*/
.omoi{
      padding-top: 250px;
    height: 790px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/top/thought_bg.jpg) center bottom no-repeat;
    background-size: cover;
}

#whole.top section.omoi .section-lead {
  margin-bottom: 35px;
}


/* ーーーーーーーーーーーーーーーーーーーー
  TOPページ　> 特徴
  ーーーーーーーーーーーーーーーーーーーー*/
  .feature{
    padding:80px 0;
  }

  .six_bet .six_bet_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1300px;
    max-width: 90%;
    margin:50px auto 0;
  }

  .six_bet .six_bet_items .six_bet_item {
    border: solid 1px #db2518;
    border-radius: 30px;
    width: 21%;
    min-height: 260px;
    padding: 30px 10px 15px 10px;
    margin: 30px 0;
    max-width: 1000px;
    justify-content: center;
    text-align: center;
    box-shadow:0px 3px 6px rgba(77, 45, 22, 0.13);
  }

  .six_bet .six_bet_item img {
    padding-bottom: 20px;
  }

  .six_bet .six_bet_item p {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }

  .six_bet .six_bet_item .ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom:10px;
    text-align: center;
    min-height: 53px;
  }

/* ーーーーーーーーーーーーーーーーーーーー
    画像
ーーーーーーーーーーーーーーーーーーーー*/
section.top_img {
  margin: 80px 0;
}

.top_img .top_img_fix{
  display:block;
	width:100%;
	height: 380px;
	background:url(../img/top/img_bg.jpg);
	background-size:cover;
	/* background-attachment: fixed; */
}

/* ーーーーーーーーーーーーーーーーーーーー
    バナー
ーーーーーーーーーーーーーーーーーーーー*/
.bnr .bnr_img{
  margin:20px auto 50px;
}


/* ーーーーーーーーーーーーーーーーーーーー
    TOP >> 画像
ーーーーーーーーーーーーーーーーーーーー*/
.customers{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top:30px;
}

.customers a:hover , .bnr_img a:hover{
  opacity: 0.7;
}

.customers .img{
  width: 46%;
}

.customers .img img{
  width: 100%;
}


/* ーーーーーーーーーーーーーーーーーーーー
    TOP >> 会社概要
ーーーーーーーーーーーーーーーーーーーー*/
.company_top{
  padding:80px 0;
}

.img_btn {
  position: relative;
  margin-top:50px;
}

.img_btn .img_btn_img {
  width: 55%;
}

.img_btn .img_btn_img img{
  width: 100%;
}

.img_btn .img_btn_item {
  width: 45%;
  text-align: left;
  padding-top: 5%;
}

.img_btn .slide_btn {
  text-align: left;
  margin-left:-100px;
}

.img_btn .slide_btn li{
  min-width: 100%;
  position: relative;
}

.img_btn .slide_btn li:nth-child(odd) a {
  background: #DB2518;
  color: #fff;
}


.img_btn .slide_btn li a{
  background: #fff;
  padding: 20px 20px 20px 50px;
  font-size: 20px;
  text-decoration: none;
  width: 530px;
  display: block;
  position: relative;
}

.img_btn .slide_btn li a:hover{
  background: #ff8b82;
}

.img_btn .slide_btn li a span{
  font-family: 'Times New Roman', Times, serif;
  font-size: 3.5rem;
  margin-right: 30px;
}

.img_btn .slide_btn li a span small{
  font-size: 2.1rem;
  margin-right:5px;
}

.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}

.btn.black:after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
    法人ページ　ヘッダー
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.catch {
  position: absolute;
  top: 30%;
  left: 20%;
  opacity: 0;
}
.catchco {
  position: absolute;
  top: 30%;
}

.customer{
  overflow: hidden;
}

header.customer_head{
  position: fixed;
  left: 0;
  top:0;
  width: 100%;
  z-index: 100;
}


#to_b_header {
  z-index: 200;
  min-width: 1180px;
  z-index: 200;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

#to_b_header .logo {
  height: 60px;
  background: white;
}

#to_b_header .logo a {
  display: inline-block;
  margin: 10px 22px 0;
}

#to_b_header .nav {
  padding: 10px;
  display: flex;
  align-items: center;
}

#to_b_header .nav li {
  /* float: left; */
  margin-left: 18px;
}

#to_b_header .nav li a{
  color:#db2619;
  font-weight: bold;
  text-decoration:none;
  padding-bottom:5px;
}

#to_b_header .nav li a:hover{
  border-bottom:1px solid #db2619;
}

/* ーーーーーーーーーーーーーーーーーーーー
    パンクズリスト
ーーーーーーーーーーーーーーーーーーーー*/
.breadcrumb {
  font-size: 10px;
  background-color:#db2518;
  width: 100%;
}
.breadcrumb .breadcrumb_item {
    width:1280px;
    margin:auto;
    padding: 20px 0 20px;
}

.breadcrumb .breadcrumb_item li {
  float: left;
  margin-right: 12px;
  color:#fff;
  font-weight: bold;
}

.breadcrumb .breadcrumb_item a {
  display: inline-block;
  margin-right: 0px;
  color:#fff;
  font-weight: bold;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
    法人ページ　>> バナー
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#side_banner{
  display: none;
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 1000;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#side_banner.brown_banner{
  bottom: 390px;
  
}
#side_banner.brown_banner .banner {
 background-color: #976136;
}


#side_banner{
  display: none;
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 1000;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#side_banner .banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:#DB2518;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

#side_banner .banner:hover {
  opacity: 0.7;
}

#side_banner .banner.banner01{
  margin-bottom: 20px;
  height: 180px;
}


#side_banner .banner.banner02{
background-color:#9C5F33;
height: 180px;
}


#side_banner .banner a {
  color: #fff;
  padding: 20px 0;
  width: 80px;
}

#side_banner .banner_logo {
  display: block;
  width: 80px;
  margin: 1px auto 0px;
}

#side_banner .banner_logo img{
  width: 100%;
}

#side_banner .banner_text {
  text-align: center;
  writing-mode: vertical-rl;
  line-height: 60px;
}


/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
    法人ページ　>> フッター
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#footer_cor {
  width: 100%;
  overflow: hidden;
}

.footer_cor {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/common/footer_cor_back.jpg);
  background-position: bottom 0px left 30%;
  padding:50px 0 180px;
  position: relative;
}

.footer_cor::before{
  content: '';
  display: block;
  position: absolute;
  bottom: -120px;
  left: 50%;
  width: 728px;
  height: 188px;
  margin-left: -616px;
  background: url(../img/common/f_obj.png) 0 0 no-repeat;
  z-index: 10;
}

#footer_cor .foot_btn_item{
  width: 360px;
  box-shadow:10px 10px 20px rgba(0, 0, 0, 0.1);
  padding:50px 70px;
  text-align: center;
  background-color: #fff;
  position: bottom;
}



#footer_cor .foot_btn_item.retail{
  margin:auto;
}

#footer_cor .foot_btn_item .footttl_en{
font-family: futura-pt, sans-serif;
font-weight: 800;
  font-size: 50px;
  letter-spacing: 0.1em;
  color:#db2518
}

#footer_cor .foot_btn_item.catalog_btn .footttl_en{
  color:#9C5F33
}

#footer_cor .foot_btn_item .footttl_ja{
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

#footer_cor .foot_btn_item .img{
  width: 249px;
  height: 62px;
  margin:10px auto;
}

#footer_cor .foot_btn_item .txt{
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}

#footer_cor .foot_btn_item.contact_btn .btn01{
  color: #db2518;
}

#footer_cor .foot_btn_item.contact_btn .btn01:hover{
  color: #fff;
}

#footer_cor .foot_btn_item.catalog_btn .btn01{
  border-color: #9C5F33;
  color:#9C5F33!important;
}

#footer_cor .foot_btn_item.catalog_btn .btn01:hover{
  background-color: #9C5F33;
  color:#fff!important;
}
#footer_cor .retailA{
 color: #649035!important;
}

#footer_cor .retailB{
 border-color: #649035!important;
 color: #649035!important;
}
#footer_cor .retailB:hover{
  background-color: #649035!important;
  color:#fff!important;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
/* TOPパンクズ  */
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.top_breadcrumb{
  font-size: 10px;
  background-color: #fff;
  width: 100%;
}

ol.topicpath{
  width: 1080px;
  margin: auto;
  padding: 20px 0 30px;
  color:#db2619;
}

ol.topicpath li{
  float: left;
  margin-right: 12px;
  color: #db2619;
  font-weight: bold;
  font-size: 10px;
}


ol.topicpath li a{
  display: inline-block;
  margin-right: 16px;
  color: #db2619!important;
  font-weight: bold;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
    フッター　リンク
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#con-footer.footer_nav_top {
  height: auto;
}

#con-footer .recruit_link {
  display: none;
}

#con-footer .recruit:hover{
  display: block;
}

.footer_nav{
  width: 860px;
  margin: auto;
  padding: 200px 0 80px;
}

.footer_nav.footer_cotop{
  width: 1060px;
  margin: auto;
  padding: 200px 0 80px;
}

.footer_nav li {
  float: left;
  margin-left: 25px;
}

.footer_nav li .blank_icon{
  padding: 0px 12px 0px 0px;
  background: url(../img/common/h_icn_blank.png) right center no-repeat;
}

.footer_nav li a{
  color: #fff;
  text-decoration: none;
}

.footer_nav li a:hover{
  border-bottom:1px solid #fff;
}

.copyright_top{
  background-color: #db2619;
  color:#fff;
  padding:20px 0;
  text-align: center;
  font-size: 10px !important;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
    フッター　法人
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#con-footer.footer_cotop_top{
  height: auto;
}

#con-footer.footer_cotop_top:before{
  content: none;
}

.footer_nav.footer_cotop{
  padding: 150px 0 30px;
}


/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
    法人ページのみ　共通
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.customer p {
    line-height: 1.5;
}

.customer .cum_title{
  margin-bottom: 30px;
}

.img_100{
  width: 100%;
}

.customer .m_b{
  margin-bottom: 80px;
}

.customer .ms_b{
  margin-bottom: 50px;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
    法人ページ　TOPページ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.topview .top_txt_img{
  text-align: center;
}
.topview .top_txt_img img{
  width: 100%;
}

.topview .top_txt{
  font-size: 20px;
  margin-bottom:15px;
  font-weight: bold;
}
.topviewtop {
  margin: 120px auto 160px;
}
.topviewtop .top_txt_img{
  text-align: center;
  padding: 100px 0 50px;
}
.topviewtop .top_txt{
  font-size: 20px;
  margin-bottom:15px;
  font-weight: bold;
}


/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
    法人TOPページ >> 法人のお客様各ページ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.customers_info{
  margin-bottom: 60px;
}

.top_vew{
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}

 .cont_img{
  width: 1000px;
  height: 540px;
  background-repeat: no-repeat;
  background-size: cover;
}

 .img01.cont_img{
  background-image: url(../img/btob/customers01.jpg);
  background-position: bottom 0px left 30%;
}

 .img02.cont_img{
  background-image: url(../img/btob/customers02.jpg);
  background-position: bottom 0px left 30%;
}

 .img_blank{
  width: calc(100% - 1000px);
}

 .cmn_txt{
  background-color: rgb(255, 255, 255);
  position: absolute;
  padding: 40px 50px;
  max-width: 80%;
  top: 15%;
  right: calc(50% - 500px);
  width: 500px;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.1));
}

 .cmn_txt.left{
  left: calc(50% - 500px);
}

 .cmn_txt .time{
  color:#023574;
  font-style: italic;
  margin-bottom:30px;
  letter-spacing: 0.3em
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
    法人TOPページ >> 商品紹介
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.introduction.top_introduction{
  background-color: #F7F7F7;
}

.introduction .introduction_img img{
  width: 100%;
}

.introduction .introduction_img a:hover{
  opacity: 0.6;
}

.introduction .intr_item{
  width: 22%;
}

.introduction .intr_item img{
  margin-bottom:20px;
}

.introduction .intr_item .pan_name{
  font-size: 20px;
  text-align: center;
  margin-bottom:20px;
  font-weight: bold;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
    外食業界、病院・施設のお客様へ、小売業界のお客様へ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーー
    トップビュー
ーーーーーーーーーーーーーーー*/
.topview.eat_out {
   background-image: url(../img/btob/eat_out_top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom 0px left 30%;
    margin: 118px auto 50px;
}
.topview .box{
   color:#fff;

}
.topview .box1{
 margin: 0 auto 0;
}
.topview .box2{
   margin: 0 auto 0;
}
.topview .top_txt_img.common_txt {
  text-align: center;
}

/* 病院・施設 */
.topview.hospital{
  background-image: url(../img/btob/hospital_top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom 0px left 30%;
  margin: 118px auto 0px;
}

/* 小売 */
.topview.retail{
  background-image: url(../img/btob/retail_top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom 0px left 30%;
  margin: 118px auto 50px;
}
.top_txt_img img {
  opacity: 0;                           /* 初期は透明 */
  animation: fadeIn 1s ease-in-out .6s forwards;
  /* アニメーション名  持続時間 選択関数  遅延時間  最終状態を維持 */
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.pctetail {
    justify-content: center!important;
}


/* ーーーーーーーーーーーーーーーーーーーーー
    みなさまの細かなニーズに柔軟にお応えします
ーーーーーーーーーーーーーーーーーーーーーーー*/
#respond{
  background-image: url(../img/btob/respond_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom 0px left 30%;
}

#respond .respond_items{
  width: 977px;
  margin:80px auto 0;
}

#respond .respond_items .f_weap_bet{
  width: 100%;
}

#respond .respond_items .respond_cont{
  width: 40%;
  background-color: #fff;
  padding:50px 30px;
  margin-bottom:25px;
  min-height: 120px;
}

#respond .respond_items .respond_cont h3{
  font-weight: bold;
  font-size: 25px;
  line-height: 1.3;
  margin-bottom:20px;
}


/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
    病院・施設のお客様へ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#confidence{
  background-color:#F7F7F7;
}

#confidence .confidence_items{
  width: 100%;
  margin:80px auto 0;
}

#confidence .confidence_items .f_weap_bet{
  width: 100%;
}

#confidence .confidence_items .confidence_cont img{
  width: 100%;
  height: 300px;
}

#confidence .confidence_items .confidence_cont{
  width: 48%;
  background-color: #fff;
  padding-bottom:30px;
  margin-bottom: 50px;
  min-height: 120px;
}


#confidence .confidence_items .confidence_cont h3{
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom:20px;
  margin-top:20px;
}


#confidence .confidence_items .confidence_cont p{
  font-weight: bold;
  font-size: 14px;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
   スライダー
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.slider2{
  width: 120%;
}

.slider img ,.slider2 img{
  width:100%;/*スライダー内の画像を横幅100%に*/
  height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide , .slider2 .slick-slide{
  margin:0 10px;/*スライド左右の余白調整*/
}


/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
   取り組み事例
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.topviewcase{
  margin: 160px auto 100px;
}

.topviewcase .top_txt_img{
  text-align: center;
  padding: 100px 0 50px;
}

.topviewcase .top_txt{
  font-size: 20px;
  margin-bottom:15px;
  font-weight: bold;
}
.case {
  margin-top: 100px;
  margin-bottom: 160px;
}
.case_heading {
  text-align: center;
}
.case_title {
  font-size: 40px !important;
  font-weight: bold;
  font-family: 'TsukuBRdGothic-Regular',sans-serif;
  margin-bottom: 144px;
}
.case_title-eng {
  font-size: 25px !important;
  font-weight: bold;
  color: #DB2518;
}
.case_cat {
    position: relative;
    font-size: 35px !important;
    font-weight: bold;
    color: #DB2518;
    margin-bottom: 114px;
    text-align: center;
}
.case_cat::after {
  position: absolute;
  bottom: -17px;
  left: calc(50% - 30px);
  content: "";
  width: 60px;
  height: 3px;
  background: #DB2518;
}
.case_items {
  justify-content: flex-start;
  width: 1340px;
  margin: 0 auto;
}

.case_items .case_item {
  width: 408px;
  padding: 15px;
}

.case_items .case_item a {
  text-decoration: none;
}

.case_items .case_item-thumb {
  /* width: 408px;
  height: 243px; */
  margin-bottom: 5px;
}

.case_items .img_container {
  position: relative;
  height: 0;
  background: #ddd;
  overflow: hidden;
  width: 408px;
  height: 243px;
}

.case_items .img_container img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.case_items .case_item-title {
  font-size: 18px !important;
  font-weight: bold;
  margin: 10px 0;
  color: #563823;
}

.case_items .customer p {
  font-size: 16px;
  line-height: 1.5;
}
p.case_item-cat  {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3px;
}
.case_items .case_item-cat a:nth-child(n+4) {
    display: none;
  }


.case_items .case_item-cat a {
  color: #DB2518;
  font-size: 14px;
  background: #FFE1E0;
  border-radius: 15px;
  padding: 5px 20px;
  margin: 2px;
}
.case_items .case_item-cat a:hover {
    opacity: 0.7;
}
#productcategory a {
  color: #DB2518;
  font-size: 14px;
  background: #FFE1E0;
  border-radius: 15px;
  padding: 5px 20px;
  text-decoration: none;
}
.case_items .case_item-cat a:not(:last-child) {
  margin-right: 7px;
}


/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
   取り組み事例　＞　記事詳細ページ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.single .achievement {
  width: 100%;
  max-width: 1080px;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 146px;
  margin: 0 auto;
  box-sizing: border-box;
}

.single .achievement .entry_title, .single .achievement .entry_thumb, .single .achievement .entry_share, .single .achievement .entry_contents {
  margin-bottom: 50px;
}

.single .achievement .entry_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.single .achievement .entry_title {
  font-size: 30px;
  font-weight: bold;
}

.single .achievement .entry_thumb {
  width: 100%;
}
.single .achievement .entry_cat {
  margin-left: 25px;
}
.single .achievement .entry_cat a{
    color: #DB2518;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

.single .achievement .entry_cat span {
    font-size: 14px;
    background: #FFE1E0;
    border-radius: 15px;
    padding: 5px 20px;
    margin: 2px;
}
.single .achievement .entry_cat span:hover {
    opacity: 0.7;
}

.single .achievement .entry_cat span:not(:last-child) {
  margin-right: 7px;
}

.single .achievement .entry_share {
  text-align: center;
}


.single .achievement .entry_share a {
  display: inline-block;
  width: 250px;
  height: 63px;
  line-height: 63px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.single .achievement .entry_share a:hover {
    opacity: 0.7;
}

.single .achievement .entry_share a:not(:last-child) {
  margin-right: 27px;
}

.single .achievement .entry_share-fb {
  background: #3B5998;
}

.single .achievement .entry_share-tw {
  background: #1DA1F2;
}

.single .achievement .entry_share-li {
  background: #06C755;
}

@media (max-width: 750px) {
  .single .achievement {
    padding-top: 205px;
    padding-left: 37px;
    padding-right: 37px;
  }
  .single .achievement .entry_share {
    text-align: left;
  }
  .single .achievement .entry_share a {
    width: 190px;
  }
  .single .achievement .entry_share a:not(:last-child) {
    margin-right: 20px;
  }
}
#whole > section.topviewcase > p{
  font-family: "Noto Serif jp";
}
#toc_container {
  border: 2px solid #DB2518;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 50px;
}

#toc_container .toc_title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #DB2518;
  text-align: center;
}
#toc_container .toc_title::after {
    position: absolute;
    left: 0;
    bottom: -16px;
    content: "";
    width: 100%;
    height: 4px;
    background: #FFADAD;
}
#toc_container ul.toc_list {
  margin-top: 30px;
}
#toc_container ul li {
    position: initial;
    padding-left: 20px;
}

#toc_container a {
    display: block;
    font-weight: bold;
    color: #563823;
    text-decoration:none!important;
    margin-bottom: 15px;
}
#toc_container ul.toc_list > li > a:hover{
 text-decoration:underline!important;
}
#toc_container ul.toc_list a {
   font-size: 20px;
}

#toc_container ul {
    margin-bottom: 20px;
}
.wp-block-video {
    margin: 50px 100px!important;
}
.single .achievement .entry_contents {
  border: 2px solid #DB2518;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 24px 60px;
}

.single .achievement .entry_contents-title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #DB2518;
  text-align: center;
}

.single .achievement .entry_contents-title::after {
  position: absolute;
  left: 0;
  bottom: -24px;
  content: "";
  width: 100%;
  height: 4px;
  background: #FFADAD;
}

.single .achievement .entry_contents-block {
  margin-top: 44px;
  margin-bottom: 28px;
}

.single .achievement .entry_contents-h2 {
  font-size: 20px;
  font-weight: bold;
}

.single .achievement .entry_contents-h3 {
  font-size: 14px;
  font-weight: bold;
}

.single .achievement .entry_body h2 {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  color: #DB2518;
  margin-top: 100px;
  margin-bottom: 20px;
}

.single .achievement .entry_body h3 {
  position: relative;
  font-size: 30px;
  padding-left: 20px;
  margin-top: 80px;
  margin-bottom: 20px;
}

.single .achievement .entry_body h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 35px;
  background: #DB2518;
}

.single .achievement .entry_body h4 {
  position: relative;
  font-size: 25px;
  margin-top: 60px;
  margin-bottom: 50px;
}

.single .achievement .entry_body h4::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #DB2518;
}
.single .achievement .entry_body h5 {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: #db2518;
    text-align: center;
    padding: 3px;
}
.single .wp-block-image {
    text-align: center!important;
        margin-bottom:50px;
}
.wp-block-image img {
    max-width: 80%!important;
}
#midashiw {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background: #db2518;
    text-align: center;
    padding: 10px;
    margin: 0;
}
.single .achievement .entry_body p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8em;
}

.single .achievement .entry_body a {
  display: inline;
  font-weight: bold;
  color: #1A0DAB;
  text-decoration: underline;
  margin-bottom: 30px;
}
#whole > article > div.entry_body > article > p > a{
  display: initial;
}


.single .achievement .entry_body a[target="_blank"]::after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/case/blank.png) no-repeat;
  background-size: contain;
}

.single .achievement .entry_body a[download]::after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/case/download.png) no-repeat;
  background-size: contain;
}
.single .achievement .entry_body a[href $='.pdf']::after {
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/common/pdf_img.png) no-repeat;
    background-size: contain;
}

.single .achievement .entry_body ul {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.8em;
}

.single .achievement .entry_body ul li {
  position: relative;
  padding-left: 20px;
}

.single .achievement .entry_body ul li::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: #DB2518;
  border-radius: 50%;
}

.single .achievement .entry_body ol {
  counter-reset: item;
  margin-bottom: 30px;
  font-size: 1.2em;
  line-height: 1.8em;
}

.single .achievement .entry_body ol li::before {
  counter-increment: item;
  content: counter(item) ",";
  color: #DB2518;
  font-weight: bold;
  padding-right: 5px;
}

.single .achievement .entry_body .hosoku {
  margin-bottom: 30px;
}

.single .achievement .entry_body .hosoku p {
  font-size: 14px;
  color: #838383;
}

.single .achievement .entry_body .wp-block-quote {
  background-image: linear-gradient(90deg, #9C5F33 7px, #EEEEEE 7px, #EEEEEE 100%);
  padding: 33px 45px;
  margin-bottom: 50px;
}

.single .achievement .entry_body .wp-block-quote p {
  margin-bottom: 0;
}

.single .achievement .entry_body .wakutext {
  padding: 45px 27px;
  border: 1px solid #DB2518;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

.single .achievement .entry_body .wakutext p {
  margin-bottom: 0;
}

.single .achievement .entry_body .tablecol {
  width: 100%;
  font-size: 13px;
  margin-bottom: 50px;
}

.single .achievement .entry_body .tablecol tr {
  display: inline-block;
  width: 33.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.single .achievement .entry_body .tablecol tr:last-child {
  border-right: 1px solid #3B3B3B;
}

.single .achievement .entry_body .tablecol th, .single .achievement .entry_body .tablecol td {
  display: block;
  width: 100%;
  padding: 12px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #3B3B3B;
}

.single .achievement .entry_body .tablecol th:not(:first-child), .single .achievement .entry_body .tablecol td:not(:first-child) {
  border-top: none;
  border-right: none;
}

.single .achievement .entry_body .tablecol th {
  color: #fff;
  font-weight: bold;
  background: #DB2518;
  border-right: none;
}

.single .achievement .entry_body .tablerow {
  width: 100%;
  font-size: 13px;
  border: 1px solid #3B3B3B;
  border-top: none;
  border-left: none;
  margin-bottom: 50px;
}

.single .achievement .entry_body .tablerow th, .single .achievement .entry_body .tablerow td {
  padding: 12px 20px;
  border: 1px solid #3B3B3B;
  border-bottom: none;
  border-right: none;
}

.single .achievement .entry_body .tablerow th {
  width: 20%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #9C5F33;
}

.single .achievement .entry_body .tablerow td {
  width: 40%;
}

.single .achievement .entry_body .fukidashi {
  display: flex;
  gap: 0 30px;
  margin-bottom: 50px;
}

.single .achievement .entry_body .fukidashi .prf-left {
  width: 10%;
  text-align: center;
}

.single .achievement .entry_body .fukidashi .prf-left img {
  width: 98px;
  height: 98px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid #DB2518;
}

.single .achievement .entry_body .fukidashi .prf-left cite {
  font-size: 13px;
  font-weight: bold;
}

.single .achievement .entry_body .fukidashi .prf-right {
  position: relative;
  flex: 1;
  padding: 31px 22px;
  border: 1px solid #DB2518;
  border-radius: 15px;
  margin-left: 30px;
}

.single .achievement .entry_body .fukidashi .prf-right::before {
  content: "";
  border-top: 15px solid transparent;
  border-right: 28px solid #DB2518;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 20%;
  left: -29px;
}

.single .achievement .entry_body .fukidashi .prf-right::after {
  content: "";
  border-top: 15px solid transparent;
  border-right: 28px solid #fff;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 20%;
  left: -27px;
}

.single .achievement .entry_body .fukidashi .prf-right p {
  margin-bottom: 0;
}

.single .achievement .entry_body .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #DB2518;
  padding: 30px 60px;
  margin-bottom: 50px;
}

.single .achievement .entry_body .author .prf-left img {
  width: 243px;
  margin-right: 30px;
}

.single .achievement .entry_body .author .prf-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single .achievement .entry_body .author .prf-right p {
  margin-bottom: 5px;
}

.single .achievement .entry_body .author .prf-right p:first-child {
  font-size: 25px;
  font-weight: bold;
}

.single .achievement .entry_body .author .prf-right p:nth-child(2) {
  font-size: 14px;
}

.single .achievement .entry_body .imagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #9C5F33;
  padding: 28px 60px;
  margin-bottom: 50px;
}

.single .achievement .entry_body .imagelink .prf-left img {
  width: 250px;
  margin-right: 30px;
}

.single .achievement .entry_body .imagelink .prf-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single .achievement .entry_body .imagelink .prf-right p {
  margin-bottom: 0;
}


.single .achievement .entry_body button {
  display: block;
  width: 251px;
  min-height: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: 1px solid #DB2518;
  background: #DB2518;
  padding: 0 15px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.single .achievement .entry_body button.btn--white {
  color: #DB2518;
  background: #fff;
}

.single .achievement .recommended {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  padding-top: 125px;
  padding-bottom: 38px;
}

.single .achievement .recommended_title {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 60px;
}

.single .achievement .recommended_title-eng {
  position: relative;
  font-size: 20px;
  color: #DB2518;
  text-align: center;
}

.single .achievement .recommended_title-eng::after {
  position: absolute;
  bottom: -7px;
  left: calc(50% - 30px);
  content: "";
  width: 60px;
  height: 3px;
  background: #DB2518;
}
.single strong {
    font-weight: bold;
}
#midashiwaku {
     background: #FFF1E8;
}
.single > tbody > tr.row-2 > td{

}
/*---------------
お知らせ
----------------*/
#whole.news section.information {
  padding: 80px 0 50px;
  background: #fff;
}

#whole.news section.information .section-title h2, #whole.top section.information .section-title span {
  opacity: 1;
  visibility: visible;
}

#whole.news section.information .news{
  width: 1000px;
  margin: 50px auto 0;
}

#whole.news section.information .news .news_date{
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#whole.news section.information .news .news_txt{
  width: 75%;
}

#whole.news section.information .news .news_icon{
  width: 25px;
  margin: auto;
}

#whole.news section.information .news .news_icon img{
  width: 100%;
}

#whole.news section.information .news li {
  padding: 20px;
  border-bottom: 1px solid #707070;
  line-height: 1.6;
  display: flex;
}

#whole.news section.information .news li a{
  text-decoration: none;
}
#whole.news section.information .news li a:hover {
    text-decoration: underline;
}

#whole.news section.information .news li span {
  display: inline-block;
  width: 150px;
  letter-spacing: 0.1em;
}
#whole.news .pagenation {
    width: 900px;
    margin: 40px auto 0px;
    text-align: center;
}
#whole.news .pagenation a {
    display: inline-block;
    padding: 0 4px;
    margin: 0 6px;
    font-size: 16px;
    text-decoration: none;
}
#productcategory{
    display: flex;
    flex-wrap: wrap;
}
#productcategory a{
    color: #DB2518;
    font-size: 14px;
    background: #FFE1E0;
    border-radius: 15px;
    padding: 5px 20px;
    margin: 2px;
    margin-right: 7px;
    text-decoration: none;
}
@media (max-width: 750px) {
  .single .achievement .entry_body .tablecol th {
    text-align: center;
  }
  .single .achievement .entry_body .fukidashi {
    gap: 0 50px;
  }
  .single .achievement .entry_body .fukidashi .prf-right::before {
    top: 20%;
  }
  .single .achievement .entry_body .fukidashi .prf-right::after {
    top: 20%;
  }
  .single .achievement .entry_body .author {
    flex-direction: column;
    justify-content: center;
  }
  .single .achievement .entry_body .author .prf-left {
    text-align: center;
  }
  .single .achievement .entry_body .author .prf-left img {
    width: 255px;
    height: 255px;
  }
  .single .achievement .entry_body .imagelink {
    flex-direction: column;
    justify-content: center;
  }
  .single .achievement .entry_body .imagelink .prf-left {
    text-align: center;
  }
  .single .achievement .entry_body .imagelink .prf-left img {
    width: 255px;
    height: 255px;
  }
}

/* ----------------------
追加css
----------------------- */
/* header */
.nav-contact {
  background-color: #85BF4B;
  border: 1px solid #85BF4B;
  box-shadow: 0px 3px 6px rgba(0,0,0,.12);
  border-radius: 10px;
}
.nav-contact a {
  color: #fff !important;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px !important;
  transition: all .3s ease;
}
.nav-contact a:hover {
  opacity: 0.8;
  border-bottom: none !important;
}
.nav-contact span {
  margin-right: 16px;
}

/* sample */
.sample {
  width: 1080px;
  padding: 90px 102px;
  margin: 0 auto;
}
.sample-inner {
  background: url("../img/common/sample-bg.jpg") center center / cover no-repeat;
  text-align: center;
  padding: 48px 0;
}
.sample-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

/* side-banner */
.flow-nav__wrapper {
  display:none;
}
.side-banner {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 1000;
  padding: 35px 30px;
  background-color: #F8F4E6;
  border-radius: 25px 0 0 25px ;
  box-shadow: -14px 14px 4px rgba(0,0,0,.22)
}
.side-banner-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 10px;
  padding: 12px 15px 8px 12px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: all .3s ease;
}
.side-banner-item:hover {
  opacity: 0.8;
}
.side-banner-item span {
  font-size: 12px;
  font-weight: normal;
  margin-top: 8px;
  display: block;
}
.side-banner-catalog {
  background-color: #9C5F33;
  border: 1px solid #9C5F33;

}
.side-banner-sample {
  background-color: #DB2518;
  border: 1px solid #DB2518;
  margin-top: 30px;
}
.side-banner-icon {
  margin-right: 20px;
}
.side-banner-icon img{
  width: 2vw;
}
.side-banner-text {
  color: #fff;
  font-size: 0.9vw;
  line-height: 1!important;
}
@media (max-width: 1320px){
#to_b_header .nav li {
 font-size: 90%;
}
#to_b_header > p > a > img{
     width: 200px;
}
}
#to_b_header > ul > li.nav-contact > a > span > img{
  width: 19px;
}
.icon_new_cat a:hover ,.case_tagItem a:hover{
     text-decoration: none!important;
}


/*sp オンラインサイトリンクボタン*/

    .sp_bottom_box {
        position: fixed;
        top: 70px;
        /* 下部メニューの上に表示 */
        right: 0;
        width: 600px;
        height: 250px;
        background: url("../img/common/onlieshop_ling.jpg") center center / cover no-repeat;
        text-align: center;
        z-index: 1000;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
        /* JavaScript で制御 */
        padding: 16px 0;
          opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;   /* 透明度だけアニメーション */
  pointer-events: none;            /* 非表示時は操作不可 */

    }

.sp_bottom_box.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

    
    .shop_link_btn{
      position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
    }

    
   .shop_link_btn a{
    color: #fff;
    font-weight: bold;
    display: block;
    cursor: pointer;
    outline: none;
    width: 100%;
    padding: 20px 0;
    /* padding: 20px; */
    background-color: #ff0000ab;

    }

    /* ② 下部固定メニュー */
    .sp_bottom_menu {
        position: fixed;
        top: 70px;
        right: 0;
        width: 200px;
        display: flex;
        justify-content: space-around;
        background: #000;
        z-index: 1001;
        padding: 10px 0;
    }

    .sp_bottom_menu button{
        flex: 1;
        text-align: center;
        font-size: 14px;
        color: #fff;
        background: none;
        border: none;
        outline: none;
    }

    .sp_bottom_menu button {
        cursor: pointer;
    }


    
.sp_bottom_menu button::before {
  content: '';
  display: inline-block;
  width: 20px; /* 任意の幅 */
  height: 20px; /* 任意の高さ */
  background-image: url(../img/common/shoplink_ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}

