@charset "utf-8";
/* アコーディオン */
/*====================================================================
.s_05 .accordion_one
====================================================================*/
.s_05 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_05 .accordion_one .accordion_header {
  background-color: #ffca00;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  margin-top: 20px;
  transition-duration: 0.2s;
}
.s_05 .accordion_one .accordion_header:hover {
  opacity: 0.8;
}
.s_05 .accordion_one .accordion_header .i_box {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  border-radius: 50%;
  transition-duration: 0.2s;
  width: 40px;
  height: 40px;
}
.s_05 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_05 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_05 .accordion_one .accordion_header .i_box .one_i:before,
.s_05 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #ffca00;
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  top: 7px;
  left: 0;
}
.s_05 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_05 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_05 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  box-sizing: border-box;
}

.flow_inner{
background-color: #fff;
}

.merit_inner{
background-color: #F9F7F2;
border-radius: 4px;
    padding: 40px 30px 30px 30px !important;
    margin-top: -10px;
}

.s_05 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffca00;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
  opacity: 0.8;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  border-radius: 50%;
  transition-duration: 0.2s;
}
.s_05
  .accordion_one
  .accordion_inner
  .closeArea
  .close_box
  a.close_btn
  .i_box
  .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_05
  .accordion_one
  .accordion_inner
  .closeArea
  .close_box
  a.close_btn
  .i_box
  .one_i:before {
  display: flex;
  content: "";
  background-color: #ffca00;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_05
  .accordion_one
  .accordion_inner
  .closeArea
  .close_box
  a.close_btn
  .i_box
  .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.s_05 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

/* 全体 */
.speechBubble_wrap {
  display: flex;
  gap: 21px;
  align-items: center;
  justify-content: center;
}

.vertical {
  flex-direction: column;
}

.speechBubble_txtArea {
  background-color: #ffca00;
  position: relative;
}

.flow_listNum {
  align-items: center;
  display: flex;
  gap: 10px;
}

.flow_wrap {
  background-color: #f9f7f2;
}

.speechBubble_txtArea::after {
  content: "";
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}

.-right.speechBubble_txtArea::after {
  border-color: transparent #ffca00 transparent transparent;
  border-width: 10px 20px 10px 0;
  bottom: 50%;
  left: -15px;
  transform: translateY(50%);
}

.-left.speechBubble_txtArea {
  background-color: #f9f7f2;
}

.-left.speechBubble_txtArea::after {
  border-color: transparent transparent transparent #f9f7f2;
  border-width: 10px 0 10px 20px;
  bottom: 50%;
  right: -15px;
  transform: translateY(50%);
}

.-top.speechBubble_txtArea::after {
  border-color: #ffca00 transparent transparent transparent;
  border-width: 20px 10px 0 10px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.secRecommendation {
  background-color: #f9f7f2;
}

.recommendationList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.recommendation_wrap {
  display: flex;
  width: 46%;
  align-items: center;
  gap: 10px;
}

.recommendation_title {
  text-align: center;
}

.product_wrap{
  text-align: center;
}

.marker_yellow{
  background-color: #ffca00;
}


.product_note{
  text-align: center;
}

.product_note_wrap{
  display: flex;
    align-items: center;
    gap: 15px;
}


.-white.-arrowRight.SidingCam__btn::before, .-white.-arrowRight.SidingCam__btn::after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #000;
    position: absolute;
    top: calc(50% - 1px);
    right: 20px;
    border-radius: 100px;
    transform: rotate(32deg);
    transform-origin: calc(100% - 0.5px) 50%;
}

.-white.-arrowRight.SidingCam__btn::after {
    transform: rotate(-32deg);
}

.case_study{
  display: block;
  text-align: center;
  background-color: #ffca00;
  filter:brightness(1);
}

/* PC */
@media screen and (min-width: 744px) {
.pcNone{
  display: none;
}

  .s_05 .accordion_one .accordion_inner .box_one {
    margin-bottom: 40px;
  }

  .s_05 .accordion_one .accordion_header {
    border-radius: 10px;
    box-shadow: 0px 2px 6px 0px #00000029;
    line-height: 1.5;
    font-size: 18px;
    padding: 25px;
  }
  .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
    border-radius: 10px;
    box-shadow: 0px 2px 6px 0px #00000029;
    line-height: 1.5;
    font-size: 18px;
    padding: 25px;
  }

  .pageTop {
    margin-bottom: 80px;
  }

  .about-Img {
    max-width: 980px;
    width: 90%;
    margin: auto;
  }

  .speechBubble_txtArea {
    padding: 30px;
  }

  .secRecommendation {
    padding: 40px;
    margin-bottom: 80px;
  }

  .recommendationList {
    max-width: 980px;
    width: 90%;
    margin: auto;
    gap: 22px;
  }

  .secFlow {
    margin-bottom: 80px;
  }

  .flow_wrap {
    margin-top: 20px;
    padding: 40px;
  }

  .flow_listNum {
    margin-bottom: 40px;
  }

  .speechBubble_txtArea_right {
    background-color: #ffca00;
    position: relative;
  }

  .about-txt {
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    margin: 30px 0;
  }
  .speechBubble_txt {
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
  }

  .recommendation_title {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
  }

  .recommendation_txt {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
  }

  .flow_Title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
  }

  .flow_wrapTitle {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
  }

  .flow_explanation {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
  }

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

  .flow_imgArea{
    width: 48%;
  }

  .flow_txtArea{
    width: 48%;
  }

.kinds{
  margin-top: 20px;
}

  .flow_txt {
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    margin-top: 20px;
  }

  .accordion_flow {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
  }

  .close-btn_flow {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
  }

  .accordion_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    width: fit-content;
    background-color: #ffca00;
  }

  .accordion_txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
  }

  .box_one_img{
    text-align: center;
    margin-top: 20px;
  }

  .merit_inner_txt{
    margin-top: 20px !important;
  }

  .secMerit{
    margin-bottom: 80px;
  }

  .merit_Title{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
  }

  .merit_txt{
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    margin-top: 20px;
  }

  .-top{
    width: 80%;
    text-align: center;
    font-size: 30px;
    line-height: 1.5px;
    font-weight: 500;
    margin-top: 20px;
  }

  
.product_wrap{
margin-top: 20px;
width: 30%;
}

.product_note{
  margin-bottom: 80px;
}

.products_Title{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 20px;
    text-align: center;
  }

    .Products_List{
    margin-bottom: 80px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .product_note_Title{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
  }

  .applicable_wrap{
    margin-top: 20px;
  }

  .notApplicable_wrap{
    margin-top: 20px;
  }

.applicable_txt{
font-size: 24px;
line-height: 1.5;
text-align: left;
font-weight: 500;
margin-top: 10px;

}

.notApplicable_txt{
font-size: 24px;
line-height: 1.5;
text-align: left;
font-weight: 500;
margin-top: 10px;
}

.pc_size{
  width: 100%;
}

.case_study_Area{
  margin-bottom: 80px;
}

.case_study{
    font-size: 18px;
  font-weight: bold;
  line-height: 2;
    padding: 20px;

}

.case_study::before{
  content: "";
  transform: rotate(32deg);
}

.case_study::after{
  content: "";
  transform: rotate(-32deg);
}
}

/* SP */
@media screen and (max-width: 743px) {
  .s_05 .accordion_one .accordion_inner .box_one {
    margin-bottom: 20px;
  }

  .s_05 .accordion_one .accordion_header {
    border-radius: 5px;
    box-shadow: 0px 1px 3px 0px #00000029;
    line-height: 19px;
    font-size: 14px;
    padding: 17px;
  }

  .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
    border-radius: 5px;
    box-shadow: 0px 1px 3px 0px #00000029;
    line-height: 19px;
    font-size: 14px;
    padding: 17px;
  }

  .s_05 .accordion_one .accordion_header .i_box {
    scale: 0.58;
    right: 2%;
  }
  .s_05
    .accordion_one
    .accordion_inner
    .closeArea
    .close_box
    a.close_btn
    .i_box {
    scale: 0.58;
    right: 2%;
  }

  .pageTop {
    margin-bottom: 40px;
  }

  .speechBubble_txtArea {
    padding: 20px;
  }

  .flow_wrap {
    margin-top: 20px;
    padding: 20px;
  }

  .flow_listNum {
    margin-bottom: 20px;
  }

  .about-txt {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;

    margin: 20px 0;
  }
  .speechBubble_txt {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
  }

  .recommendationList {
    gap: 22px;
  }

  .secRecommendation {
    padding: 20px;
    margin-bottom: 40px;
  }

  .recommendation_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 -3% 20px;
  }

  .recommendation_txt {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
  }

  .secFlow {
    margin-bottom: 40px;
  }

  .flow_Title {
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
  }

  .flow_wrapTitle {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
  }

  .flow_explanation {
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    margin: 20px 0;
  }

  .flow_txt {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
  }

  .accordion_flow {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
  }

  .close-btn_flow {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
  }

  .accordion_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    width: fit-content;
    background-color:#ffca00;
  }

  .accordion_txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
  }

  .box_one_img{
    text-align: center;
    margin-top: 20px;
  }

  .merit_inner_txt{
    margin-top: 20px !important;
  }

  .secMerit{
    margin-bottom: 40px;
  }

  .merit_Title{
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
  }

  .merit_txt{
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    margin-top: 20px;
  }

    .-top{
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 20px;
  }

  .product_wrap{
margin-top: 20px;
}

.products_Title{
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 20px;
    text-align: center;
  }

  .Products_List{
    margin-bottom: 40px;
  }
  
  .product_note{
  margin-bottom: 40px;
}

  .product_note_Title{
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    text-align: left;
  }

  .applicable_wrap{
    margin-top: 20px;
  }

  .notApplicable_wrap{
    margin-top: 20px;
  }

.applicable_txt{
font-size: 14px;
line-height: 28px;
text-align: left;
font-weight: 500;
margin-top: 10px;
}

.notApplicable_txt{
font-size: 14px;
line-height: 28px;
text-align: left;
font-weight: 500;
margin-top: 10px;
}

.case_study_Area{
  margin-bottom: 40px;
}

.case_study{
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
    padding: 17px;

}
}


.SidingCam.-creamBgSp {
  margin: 80px 0;
}
@media screen and (max-width: 743px) {
  .SidingCam.-creamBgSp {
    background-color: #F9F7F2;
    margin: 40px 0;
    padding: 40px 0;
  }
}


.SidingCam__section {
  background-color: #F9F7F2;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
}
@media screen and (max-width: 743px) {
  .SidingCam__section {
    gap: 20px;
    padding: 20px;
  }
}


.SidingCam__section.-row {
  flex-direction: row;
}
@media screen and (max-width: 743px) {
  .SidingCam__section.-row.-colSp {
    flex-direction: column;
  }
}
@media screen and (max-width: 743px) {
  .SidingCam__section.-contact {
    padding: 0;
  }
}

.SidingCam__sectionInn {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 743px) {
  .SidingCam__sectionInn {
    width: 100%;
  }
}

.SidingCam__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 743px) {
  .SidingCam__title {
    font-size: 20px;
  }
}

.-yellowBg.SidingCam__title {
  background-color: #FFCB00;
  font-weight: 700;
}