.breadcrumb{
  margin-bottom: 20px;
}
.main-title{
  word-break: break-all;
}
/*メインビジュアル*/
.business-visual{
  background: url(../img/business/sb/mainvisual.png) center center no-repeat;
  background-size: auto 240px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 240px;
}
.business-visual h1{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
.business-visual p{
  color: #fff;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
/*メインビジュアル*/

/*ページ内リンク*/
.business-pagelink{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 16px 40px;
  padding: 0;  
}
.business-pagelink li{
  line-height: 1;
  width: calc((100% - 8px) / 2);
}
.business-pagelink a{
  background: #F0EFE7 url(../img/business/sb/pagelink.png) right 16px center no-repeat;
  background-size: 14px 14px;
  border-radius: 8px;
  height: 64px;
  display: flex;
  justify-content: start;
  align-items: center; 
  text-decoration: none;
  color: #333333;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
}
.business-pagelink a:hover{
  opacity: 0.8;
}
/*ページ内リンク*/

/*リード文*/
.business-lead{
  margin: 0 16px 64px;
  text-align: center;
}
.business-lead-text1{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 16px;
}
.business-lead-text2{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  letter-spacing: 2px;
  color: #005BAC;
  line-height: 1.4;
  text-align: left;
  word-break: break-all;
}
.business-lead-text3{
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  text-align: left;
}
/*リード文*/


/*事業紹介*/
.business-ourbusiness{
  background: url(../img/business/sb/ourbusiness_bg.png) top center no-repeat;
  background-size: 100% 660px;
  margin: 0 auto 64px;
  padding: 40px 0 0 0;
}
.business-ourbusiness-header{
  text-align: center;
}
.business-ourbusiness-header h2{
  font-size: 26px;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1;
  letter-spacing: 3px;
}
.business-ourbusiness-header h2 span{
  display: block;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;  
  margin-top: 10px;
  letter-spacing: 1px;
}
.business-ourbusiness-text1{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.4;
  letter-spacing: 1px;
}
.business-ourbusiness-text2{
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  margin: 0 16px 30px;
  text-align: left;
}
.business-ourbusiness .pane-contents .business-ourbusiness-main{
  margin: 0 29px 0;
  box-sizing: border-box;
}
.business-ourbusiness-items{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: column;
}
.business-ourbusiness-item{
  box-sizing: border-box;
}
.business-ourbusiness-item img{
  max-width: 100%;
  vertical-align: bottom;
}

.business-ourbusiness-item{
  border: 1px solid #D3D0C8;
  border-radius: 8px;
  box-sizing: border-box;
  background: #fff;
}
.business-ourbusiness-item img{
  max-width: 100%;
}
.business-ourbusiness-item h3{
 font-size: 16px;
 font-weight: bold;
 text-align: center; 
 margin: 16px 0 16px;
}
.business-ourbusiness-item h3,
.business-ourbusiness-item p{
  margin-left: 24px;
  margin-right: 24px;
}
.business-ourbusiness-item p{
  font-size: 16px;
  line-height: 1.6;
}
.business-ourbusiness-item a{
  color: #333;
  text-decoration: none;
  display: block;
  padding: 0 0 24px;
}
.business-ourbusiness-item a:hover{
  opacity: 0.8;
}
/*事業紹介*/

/*商品カテゴリ*/
.business-category{
  margin: 0 16px 64px;
}
.business-categorys{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.business-categorys img{
  vertical-align: bottom;
  max-width: 100%;
}
.business-category-item {
  box-sizing: border-box;
  width: calc((100% - 10px) / 2);
}
.business-category-item h3{
  background-color: #F8F7F3;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 12px 0 10px;
  box-sizing: border-box;
  min-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.business-category-item a{
  color: #333;
  text-decoration: none;
}
.business-category-item a:hover{
  opacity: 0.8;
}
/*商品カテゴリ*/

/*商品ブランド*/
.business-brand{
  margin: 0 16px 84px;
}
.business-brand-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
.business-brand-items .business-brand-item{
  box-sizing: border-box;
  width: calc((100% - 16px) / 2);
  border-radius: 8px;
  cursor: pointer;
}
.business-brand-items .business-brand-item a{
  display: block;
  text-decoration: none;
}
.business-brand-items .business-brand-item picture{
  text-align: center;
  min-height: 86px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.business-brand-items .business-brand-item picture img{
  height: 86px;
}
.business-brand-items .business-brand-item h3{
  color: #333;
  text-decoration: none;
}
.business-brand-items .business-brand-item h3{
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.business-brand-items .business-brand-item p{
  font-size: 14px;
  color: #333;
} 
.business-brand-items .business-brand-item picture img{
  vertical-align: bottom;
  max-width: 100%;
}
/*商品ブランド*/

/*カタログ*/
.business-catalogue{
  margin: 0 16px 64px;
}
.business-catalogue a{
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  background: #005BAC url(../img/business/sb/catalogue_link.png) 22px center no-repeat;
  background-size: 18px 18px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  height: 100px;
  margin: 0 auto 100px;
  position: relative;
  padding: 0 0 0 65px;
}
.business-catalogue a:hover{
  opacity: 0.8;
}
.business-catalogue h2,
.business-catalogue p{
  line-height: 1;
}
.business-catalogue h2{
  font-size: 22px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  letter-spacing: 3px;
  margin-bottom: 12px;
}
.business-catalogue p{
  font-size: 12px;
}
.business-catalogue picture{
  position: absolute;
  top: -20px;
  right: 32px;
}
.business-catalogue picture img{
  height: 110px;
}
/*カタログ*/

/*おすすめコンテンツ・特集*/
.business-featuredcontents-wrap{
  background: #F8F7F3;
  padding: 40px 0;
  margin-bottom: 64px;
}
.business-featuredcontents{
  margin: 0 16px;
}
.business-featuredcontents-items{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}
.business-featuredcontents-item{
  max-width: 100%;
  position: relative;
  height: 120px;
}
.business-featuredcontents-item a{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  text-decoration: none;
}
.business-featuredcontents-item a:hover{
  opacity: 0.8;
}
.business-featuredcontents-item h3{
  font-size: 22px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 3px;
}
.business-featuredcontents-item p{
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
  letter-spacing: 1px;
}
.business-featuredcontents-item.menu{
  background: url(../img/business/sb/menu1.png) center center no-repeat;
  background-size: 100% 100%;
}
.business-featuredcontents-item.casestudy{
  background: url(../img/business/sb/menu2.png) center center no-repeat;
  background-size: 100% 100%;
}
.business-featuredcontents-item.interview{
  background: url(../img/business/sb/menu3.png) center center no-repeat;
  background-size: 100% 100%;
}
.business-featuredcontents-item.information{
  background: url(../img/business/sb/menu4.png) center center no-repeat;
  background-size: 100% 100%;
}
.business-featuredcontents-item.online{
  background: url(../img/business/sb/menu5.png) center center no-repeat;
  background-size: 100% 100%;
}
.business-featuredcontents-item.recommend{
  background: url(../img/business/sb/menu6.png) center center no-repeat;
  background-size: 100% 100%;
}
/*おすすめコンテンツ・特集*/

/*開業ナビ*/
.business-kaigyonav{
  margin: 0 16px 64px;
}
.business-kaigyonav-title{
  position: relative;
}
.business-kaigyonav-title p{
  margin-top: 15px;
  color: #333;
}
.business-kaigyonav ul + a{
  text-decoration: none;
  color: #333;
  font-size: 16px;
  padding: 0 0 0 28px;
  min-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 18px;
  width: max-content;
  margin-left: auto;
  background: url(../img/business/sb/anchor18.png) left bottom no-repeat;
  background-size: 18px 18px;
}
.business-kaigyonav-title a.hidden-sb{
  display: none;
}
.business-kaigyonav-title a:hover{
  opacity: 0.8;
}
.business-kaigyonav ul{
  margin: 24px 0 24px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid #D3D0C8;
}
.business-kaigyonav ul li{
  border-bottom: 1px solid #D3D0C8;
}
.business-kaigyonav ul li a{
  color: #333;
  padding: 18px 0;
  font-weight: bold;
  display: block;
  text-decoration: none;
  background: url(../img/business/sb/anchor18.png) right center no-repeat;
  background-size: 14px 14px;
}
.business-kaigyonav ul li a:hover{
  opacity: 0.8;
}
/*開業ナビ*/

/*事業紹介*/
.business-service{
  margin: 0 18px 64px;
}
.business-services{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.business-services img{
  vertical-align: bottom;
  max-width: 100%;
}
.business-service-item {
  box-sizing: border-box;
  width: calc((100% - 10px) / 2);
  background-color: #F8F7F3;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.business-service-item a{
  text-decoration: none;
  color: #333;
  padding-bottom: 16px;
  display: block;
}
.business-service-item a:hover{
  opacity: 0.8;
}
.business-service-item h3{
  margin: 16px 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.business-service-item h3 a{
  color: #333;
  text-decoration: none;
}
.business-service-item a:hover{
  opacity: 0.8;
}
.business-service-item p{
  margin: 0 12px;
  font-size: 13px;
  color: #333333;
  line-height: 1.8;
}
/*事業紹介*/



/*BENEFIT*/
.business-benefit{
  background: url(../img/business/sb/benefit_bg.png) top center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 64px;
  padding: 40px 0 40px 0;
  min-height: 791px;  
  box-sizing: border-box;
  
}
.business-benefit-title{
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
.business-benefit-title h2 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 26px;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 3px;
}
.business-benefit-title h2 span{
  display: block;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}
.business-benefit-title p{
  line-height: 1.8;
  font-size: 16px;
  text-align: left;
  margin: 0 16px;
}
.business-benefit-main{
  margin: 51px 16px 0;
}
.business-benefit-items{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 45px 16px;
}
.business-benefit-item{
  width: calc((100% - 16px) / 2);
  position: relative;
}
.business-benefit-item a{
  display: block;
}
.business-benefit-item h3{
  position: absolute;
  top: -16px;
  left: 0;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-weight: 900;  
  font-size: 30px;
  line-height: 1;
  z-index: 2;
}
.business-benefit-item h3 span{
  display: block;
  font-size: 16px;
  letter-spacing: 3px;
}
.business-benefit-item picture{
  background-color: rgba(255, 255, 255, 0.2); /* 半透明の白背景 */
  backdrop-filter: blur(15px) brightness(1.2); /* 背景のぼかし */
  -webkit-backdrop-filter: blur(15px) brightness(1.2);
  border-radius: 50%;
  aspect-ratio: 5/5;
  margin: 0 auto;
  width: 82.45614035087719%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  text-align: center;
}
.business-benefit-item picture img{
  margin: 0 auto;
}

.business-benefit-item p{
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.business-benefit-item a{
  text-decoration: none;
}
.business-benefit-item:nth-child(1) img{
  height: 66px;
}
.business-benefit-item:nth-child(2) img{
  height: 35px;
}
.business-benefit-item:nth-child(3) img{
  height: 40px;
}
.business-benefit-item:nth-child(4) img{
  height: 43px;
}
.business-benefit-item:nth-child(5) img{
  height: 42px;
}
/*BENEFIT*/

/*オンラインショップ導線*/
.pane-header.onlineshop{
  display: block;
  margin: 0 16px 0;
}
#onlineshop p {
  font-size: calc((13 / 375) * 100vw);
  font-weight: bold;
  line-height: 1.6;
  margin: 0 auto 16px;
  padding: 0 24px;
  color: #005BAC;
  width: max-content;
  text-align: center;
  background-image: url(../img/store/sb/left.png), url(../img/store/sb/right.png);
  background-position: left 90%, right 90%;
  background-repeat: no-repeat, no-repeat;
  background-size: 16px 24px, 16px 24px;
}
#onlineshop img {
  max-width: 100%;
}
/*オンラインショップ導線*/