@charset "utf-8";
pre {
  font-family: inherit;
  white-space: pre-wrap;
}
.dt-ul{list-style: disc;
    padding-left: 1.5em;
    line-height: 1.7;}
.br-sp {
  display: none;
}
.productArea .btn_4 {
  background: #4350a7;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.productArea .btn_4:hover {
  opacity: .8;
}
.wp-block-heading.tit-h3 {
  border-left: #425CAB 6px solid;
  font-size: 21px;
  color: #425CAB;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0px 0 0px 8px;
  width: 100%;
}
.flex-l pre {
  line-height: 2;
  font-size: 16px;
}
.scene-wrap {
  padding-bottom: 50px;
}
.scene-wrap .tit-h3 {
  margin: 50px 0 20px
}
.scene-wrap .columnItem h3 {
  width: 100%;
}
.scene-wrap .flex-r img {
  max-width: 400px;
  width: 100%;
}
.scene-wrap p {
  color: #333;
}
.scene-wrap .flex-r {
  max-width: 400px;
}
.scene-wrap .flex-l {
  width: 60%;
  line-height: 2.5;
  min-height: 270px;
}
.scene-wrap .columnBox:nth-child(odd) {
  flex-direction: row-reverse;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.recommend-wrap div {
  background: #F2F2F2;
  padding: 40px;
}
.recommend-wrap ul {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 20px 20px 10px;
}
.recommend-wrap li {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-right: 1em;
  margin-bottom: 10px;
}
.recommend-wrap li:before {
  background: #415BAB;
  content: '';
  width: 4px;
  height: 4px;
  margin: 0 8px;
  border-radius: 20px;
  display: block;
}
.case-wrap {
  background: #E3E6F2;
  padding: 40px;
  margin-bottom: 30px;
}
.case-wrap .columnItem {
  background: #fff;
  padding: 40px;
  border-radius: 10px
}
.case-wrap h3 {
  text-align: center;
  color: #425CAB;
  border-left: none;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}
.case-wrap h3 span {
  color: #000;
  font-size: 16px;
  display: flex;
  margin: 10px 0 0;
  line-height: 1.6;
  font-weight: 500;
  min-height: 52px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.case-wrap h3 a {
  color: #425CAB;
  margin-right: 10px;
}
.case-wrap h4 {
  margin-bottom: 5px;
  color: #4451ae;
  font-style: italic;
  font-size: 18px;
}
.case-wrap dl {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px 20px;
}
.case-wrap dt {
  color: #415BAB;
  font-size: 15px;
  font-weight: bold;
}
.case-wrap dd {
  font-size: 15px;
}
.case-wrap dd + dt {
  margin-top: 20px;
}
.tag-link {
  text-align: center;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.tag-link.green {
  color: #326F74;
}
.tag-link.blue {
  color: #447BBF;
}
.tag-link.pink {
  color: #E87D81;
}
.tag-link.yellow {
  color: #EFA954
}
.tag-wrap {
  border: none !important;
}
.productArea .columnItem hgroup p:first-child {
  max-width: max-content;
  margin: 0 auto;
  padding: 2px 20px 1px;
  font-size: 1.4rem;
  font-weight: bold;
  border: #51ABB3 1px solid;
  color: #326F74;
}
.productArea .columnItem .img {
  height: 345px;
}
.faqArea .columnBox .columnItem {
  border: #CCC 1px solid;
  padding: 16px;
}
.estimationBtn {
  margin-top: 30px;
}
.faqArea .faqList {
  height: inherit;
  border: none;
  padding: 16px 16px 16px 34px;
}
.caseArea .columnBox .columnItem {
  padding: 13px;
}
.caseArea .columnBox .columnItem a {
  text-decoration: none;
  display: block;
}
.scene-wrap .columnBox {
  display: block;
}
.scene-wrap .flex-r {
  float: left;
  margin-right: 30px;
}
.scene-wrap .flex-l {
  width: inherit;
}
.scene-wrap .columnBox:nth-child(2) .flex-r, .scene-wrap .columnBox:nth-child(6) .flex-r {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
.jumbotron h1 {
  height: inherit;
  margin-top: 30px;
}
.top-cta {
  display: flex;
  max-width: 50%;
  justify-content: space-between;
}
.top-cta .btn_7 {
  width: 48%;
  padding: 4px 0;
  font-size: 16px;
  border-radius: 50px;
  text-align: center;
  margin: 0;
}
.top-cta .btn_6 {
  width: 48%;
  max-width: inherit;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
.top-cta .btn_7:after {
  display: none;
}
.intro div p {
  text-align: center;
}
.industry-nav {
  display: flex;
  margin: 0 auto;
  max-width: 400px;
}
.industry-nav li {
  width: 50%;
  margin: 0 1%;
}
.industry-nav a {
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  border: 1px solid #ccc;
  display: block;
  padding: 10px 0;
  transition: .3s;
}
.industry-nav img {
  width: 50px;
  display: block;
  margin: 0 auto;
}
.industry-nav span {
  display: block;
  font-weight: bold;
  margin: 10px 0;
}
.industry-nav i {
  display: block;
  position: relative;
  bottom: 0;
  transition: .3s;
}
.industry-nav a:hover {
  background: #dee4f5
}
.industry-nav a:hover i {
  bottom: -5px;
}
.worry > div {
  text-align: center;
}
.worry ul, .benefit ul {
  display: flex;
  margin: 50px auto 100px;
}
.worry li, .benefit li {
  width: 25%;
  padding: 0 2%;
  text-align: center;
}
.worry li p, .benefit li p {
  color: #425cab;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  margin: 10px 0;
}
.worry li img {
  max-width: 230px;
  height: 230px;
  object-fit: cover;
  border-radius: 500px;
}
.benefit li img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.benefit li {
  width: 48%;
  margin-bottom: 40px;
}
.benefit ul {
  flex-wrap: wrap;
}
.benefit li p {
  font-size: 20px;
}
.productArea .columnItem hgroup p:nth-child(3){
  max-width: max-content;
  margin: 0 auto;
  padding: 2px 20px 1px;
  font-size: 1.4rem;
  font-weight: bold;
  border: #51ABB3 1px solid;
  color: #326F74;
}
.productArea .columnItem hgroup p:nth-child(4){
	text-align:left;
	font-size:inherit;
	color:#000;
	margin-top: 10px;    border: none;
}
.productArea .columnItem hgroup {
    height: 150px;}
@media screen and (max-width: 988px) {
  .worry ul {
    flex-wrap: wrap;
    margin: 30px auto 50px;
  }
  .worry ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  .worry ul img {
    width: 100px;
    height: 100px;
  }
  .worry ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .scene-wrap .flex-l {
    width: 100%
  }
  .br-sp {
    display: block;
  }
  .scene-wrap .columnBox {
    padding: 20px 0;
    flex-direction: column-reverse !important;
    gap: 0;
  }
  .wp-block-heading.tit-h3 {
    order: 2 !important;
    margin: 20px 0 10px;
  }
  .scene-wrap .flex-r {
    order: 3 !important;
  }
  .scene-wrap .columnBox:nth-child(2) {
    padding-top: 0;
  }
  .recommend-wrap div {
    padding: 20px;
  }
  .case-wrap {
    padding: 30px 10px 20px;
  }
  .case-wrap .columnItem {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .productArea .columnItem .img {
    height: 55vw;
  }
  .faqArea .columnBox .columnItem img {
    max-width: inherit;
    width: 100%;
  }
  .caseArea .columnBox .columnItem {
    width: 48%;
  }
  .scene-wrap .flex-r, .scene-wrap .flex-l {
    width: 95%;
    margin: 0 auto !important;
    float: none !important;
  }
  .top-cta .btn_7 {
    font-size: 12px;
    white-space: nowrap;
    padding: 9px 0 0;
  }
  .top-cta .btn_6 {
    font-size: 14px;
  }
  .top-cta {
    max-width: inherit;
    padding-bottom: 30px;
  }
  .jumbotron h1 {
    margin-top: 50px;
    max-width: 100%;
    font-size: 7.2vw;
    text-shadow: 0 0 10px #000;
  }
  .jumbotron {
    height: auto;
  }
  .benefit li img {
    height: 110px;
  }
  .benefit li {
    margin-bottom: 20px;
  }
  .benefit li p {
    font-size: 15px;
  }
  .benefit ul {
    margin-bottom: 50px;
  }
}