/* CSS Document */
/********************************************************/
/******** 共通（body,inner,pタグ,imgタグの基本設定） ********/
/*******************************************************/
@media only screen and (max-width:1000px){
  .wp-block-columns { margin-bottom: 0!important;}
}

/*inview*/
.fadeIn { opacity: 0; transition: 1s; transform: translate(0, 10%);}
.fadeIn.is-show { opacity: 1; transform: translate(0, 0);}



/**********************/
/****** TOPページ *****/
/**********************/
.homeMainImgArea { text-align: center; padding: 0 0 35px 0;}

.homeContBox {border-bottom: solid 1px #999; padding-bottom: 40px; margin-bottom: 40px;}

.conceptBox { width: 49%; background: #F8F6F1; /*background: #fff9ea;*/ border-radius: 10px; padding: 0 15px 20px; margin-top: 40px;}
.conceptFlex { display: flex; align-items: stretch; justify-content: space-between;}
.number { width: 57px; height: 63px; margin-top: -10px; background: linear-gradient(140deg, #ce627b 45%, #be3858 0%, #be3858 100%); color: #fff; font-size: 0.9rem; font-weight: 700; text-align: center; padding: 7px 0; clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%); align-self: flex-start;}
.number span { font-size: 2.6rem; font-weight: 400; line-height: 1.2;}
.conceptText { width: calc(100% - 70px); font-size: 1.5rem; font-weight: 400; color: #000; margin-top: 15px; align-self: flex-end;}
.redRoundList { margin-top: 15px; padding-left: 25px; }
.redRoundList li { font-size: 1.2rem; color: #000; font-weight: 400; line-height: 2; position: relative;}
.redRoundList li::before { content: "●"; display: block; color: #B23A48; position: absolute; left: -18px; top: 0px;}

.cartWrap { position: relative;}
.fontCart { position: absolute; top: 0px; right: 0;}

.roundBtnWrap { gap: 15px; margin: 25px 0 60px;}

.itemCategoryList { display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 25px 2%; margin-top: 50px;}
.itemCategoryList li { width: calc( 94% / 4); max-width: 215px;}
.itemTagList { display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 10px 12px; margin-top: 30px;}
.itemTagList li { width: calc( (100% - (12px * 4)) / 5); max-width: 160px;}

.infoList { display: flex; justify-content: center; flex-wrap: wrap; gap: 25px; margin-bottom: 30px;}
.infoList li { width: 240px;}

@media only screen and (max-width:1000px){
  .homeMainImgArea { max-width: 100%;}
  .conceptBox { width: 100%;}
  .conceptText { font-size: 1.6rem;}
  .conceptText br { display: none;}

  .fontCart { top: -120px;}

  .roundBtnWrap { gap: 10px 5px; justify-content: space-between;}

  .itemCategoryList { gap: 15px 2%; justify-content: center;}
  .itemCategoryList li { width: 90%; max-width: none;}

  .itemTagList { gap: 20px 3%;}
  .itemTagList li { width: calc(97% / 2);}

}


/**********************/
/****** 中ページ ****/
/**********************/
.information .pageContent .sectionWrap h3 { color: #1B4265;}
.pageContent .sectionWrap p + p { margin-top: 15px;}
.pageContent .sectionWrap p + h3 { margin-top: 40px; margin-bottom: 20px;}
.pageContent .sectionWrap h3 + p { margin-top: 10px;}
.pageContent .sectionWrap p + .wp-block-image { margin-top: 10px;}
.pageContent .sectionWrap .wp-block-image + h3 { margin-top: 20px; margin-bottom: 10px;}
.pageContent .sectionWrap .wp-block-list { margin: 10px 0;}
.pageContent .sectionWrap .wp-block-list li { padding-left: 40px; margin-bottom: 10px; text-indent: -1em;}
.pageContent .sectionWrap .wp-block-list + p { margin-top: 20px;}


/*特徴*/
.aboutBox { display: flex; justify-content: flex-end; align-items: flex-start; gap: 2%; flex-wrap: wrap; width: calc(100% - 80px); margin-left: auto; border-radius: 16px; position: relative; z-index: 0; padding: 20px 30px; margin-top: 80px;}
.aboutBox::before { content: ""; display: block; width: 100%; height: 80%; background: #F8F6F1; position: absolute; top: 0; right: 0; z-index: -1; border-radius: 16px;}
.roundTitle { display: flex; justify-content: center; align-items: center; width: 170px; height: 150px; border-radius: 20px; text-align: center; position: absolute; left: -80px; top: -50px;}
.roundTitle h4 { color: #fff; font-size: 1.8rem; font-weight: 500; line-height: 1.2;}
.roundTitle h4 span { display: block; font-size: 1.4rem; font-weight: 400; margin-top: 10px;}
.roundTitle .icon { display: block; width: auto; height: 30px; margin: 0 0 10px;}
.aboutBox figure { width: 230px; margin-top: 5px;}
.aboutBox .text { width: calc( 93% - 230px);}
.aboutBox .bicolorGreenBtn { margin-left: auto; margin-top: 30px!important;}
@media only screen and (max-width:1300px){
  .aboutBox { padding: 10px 30px 20px;}
  .aboutBox figure { margin: 10px auto;}
  .aboutBox .text { width: 100%;}
  .aboutBox .bicolorGrayBtn { margin: 10px auto;}
  
}
@media only screen and (max-width:1000px){
  .aboutBox { width: 100%; margin-top: 80px; padding-top: 80px;}
  .aboutBox::before { height: 90%;}
  .roundTitle { left: -10px;}
  .aboutBox figure { width: 100%; max-width: 400px; margin: 0 auto;}
  .aboutBox .text { width: 100%; margin: 15px 0;}
  .roundTitle .icon img[src$=".svg"] { width: auto; height: 100%;}
}

/*よくある質問*/
.qaCont + .qaCont { margin-top: 80px;}
.qaBox { width: 90%; min-width: 700px; margin-left: 50px;}
.qaBox + .qaBox { margin-top: 40px;}
.qBox { padding-left:  30px; font-size: 1.8rem; color: #3B4E32; font-weight: 700; margin-top: 40px; position: relative;}
.qBox::before { content: ""; width: 22px; height: 30px; background: #00aa00; clip-path: polygon( 40% 0%, 100% 0%, 60% 100%, 0% 100%); position: absolute; left: 0; top: -2px;}
.aBox { margin-left: 40px; margin-top: 30px; background: #f9f6ed; padding: 20px 30px; border-radius: 13px;}
.qaTable { width: 100%; margin: 10px 0; background: #fff;}
.qaTable th { font-size: 1.4rem; font-weight: 500; color: #3B4E32; background: #c6dbaa; padding: 10px; text-align: center;}
.qaTable td { font-size: 1.4rem; font-weight: 400; background: #fff; padding: 10px; text-align: center;}
.qaBox .whiteBox { background: #fff; border: solid 1px #E3E1DC; padding: 10px 20px; margin-top: 15px;}

/*会社概要*/
.companyTable { width: 90%; margin: 30px auto;}
.companyTable th { width: 20%;}
.companyTable td { text-align: left;}
.mapIcon { background: #56A902; color: #fff; padding: 0 10px 1px; line-height: 1; border-radius: 5px; border: double 4px #fff; margin-left: 1em;}


/*事故発生状況*/
.accidentWrap img {}

/*サイトマップ*/
.pageContent .sectionWrap .mapList { list-style: disc; padding-left: 3em; margin: 20px 0 60px 30px;}
.pageContent .sectionWrap .mapList li { padding-left: 0px; margin-left: 0; text-indent: 0;}
.pageContent .sectionWrap .mapList li ul { margin-left: 30px; list-style: disc; }