/* cta */
#ct .content-wrap {
  background-image: url(../img/ct-bg.jpg);
  background-color: rgba(0, 104, 183, 0.3);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: top;
  position: relative;
  border-radius: 20px;
}
#ct .content-wrap h2 {
  color: #fff;
  text-align: center;
}
#ct  .content-inner {
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px;
  margin-top: 20px;
}
#ct .contact-area {
  text-align: center;
}
#ct .contact-area.dl {
  padding-bottom: 3em;
}
#ct .contact-mail {
  padding-bottom: 1.5em;

}
#ct .btn-area {
  text-align: center;
  max-width: 350px;
  margin: auto;
}

/* kv */
.MainVisualInternal--feature,
.MainVisualInternal--solution,
.MainVisualInternal--company,
.MainVisualInternal--partner,
.MainVisualInternal--faq,
.MainVisualInternal--privacy-policy,
.MainVisualInternal--security-policy,
.MainVisualInternal--contact,
.MainVisualInternal--dl {
  width: 100%;
  height: 100%;
}
.ttl-wrap {
  position: relative;
  box-sizing: border-box;
  height: 240px;
  padding-top: 60px;
  background: rgb(255, 255, 255);
}
.ttl-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
}
.ttl-bg > div {
  background: var(--sub-color);
}

.ttl-bg .MainVisualInternal--privacy-policy,
.ttl-bg .MainVisualInternal--security-policy {
  background: #4a8bbd;
}
.ttl-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.ttl-bg .MainVisualInternal--privacy-policy img,
.ttl-bg .MainVisualInternal--security-policy img {
  opacity: 0.3;
}
.ttl-inner {
  text-align: left;
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 1;
}

.ttl-inner .HeadingSection {
  text-align: left;
  padding-bottom: 0.5em;
  color: #fff;
  font-family: 'noto serif jp';
  margin-bottom: unset !important;
}

.HeadingSection::before {
  content: unset;
}
.bg-lb {
  background: var(--lightblue-bg);
}

.content-wrap {
  padding: 30px 1em 60px;
}
.line-grad {
  border: 6px solid;
  border-image:linear-gradient(-90deg, #0068b7, #29bdfd 70%, #1bb3e8 100%);
  border-image-slice: 1; 
  border-radius: 10px;
  margin: 0 1em 30px;
  background: #fafafa;
}
.ttl-big {
  font-size: 1.3em;
}
.ttl-sm {
  font-size: 0.7em;
}

/* feature */
#feature {
  background: var(--lightblue-bg);
}
#feature h2 {
  color: var(--main-color);
  text-align: center;
}
#feature h2 img {
    width: 150px;
    height: auto;
}
  #feature h3 {
    font-size: 24px;
  }
#feature .about .txt-box {
  background: #fff;
  padding: 1.5em;
  position: relative;
}
#feature .about .txt-box::before,
#feature .about .txt-box::after{
content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
#feature .about .txt-box::before {
  border-left: solid 4px var(--main-color);
  border-top: solid 4px var(--main-color);
  top:0;
  left: 0;
}
#feature .about .txt-box::after {
  border-right: solid 4px var(--main-color);
  border-bottom: solid 4px var(--main-color);
  bottom:0;
  right: 0;
}
#feature .about .txt-box p{
  margin: 0;
}
.strength .content-wrap,
.task .content-wrap {
  background: url(../img/dot.webp);
  padding: 30px 1em;
}
.b-icon::before {
  content: '';
  display: inline-block;
  background-image: url(../img/top/icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 28px;
  margin-right: 0.5em;
}
.strength .item-wrap.fl {
  display: flex;
  flex-wrap: wrap;
}
.strength .item-wrap.no-flex {
  display: block;
}
.strength .item-wrap  .item {
  width: 50%;
  height: 114px;
  margin: 0 auto 1em;
}
.strength .item-box {
width: auto;
}
.strength .item-box img {
  width: 100%;
}
.strength .item-wrap.no-flex .item-box img {
  width: unset;
}
.content-inner {
  padding-bottom: 30px;
}
.content-inner:last-child{
  padding-bottom: unset;
}
.white-item {
  background: #fff;
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 20px;
  box-shadow: 1px 2px 8px rgb(59 57 73 / 20%), -11px -5px 25px rgb(255 255 255 / 50%);
}
.white-item:last-child{
  margin-bottom: 0;
}
.task .white-item{
  padding: unset;
}
.strength h4,
.task h4 {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 0;
}
.item-box-blue {
  text-align: center;
  background: var(--lightblue-bg);
  border-radius: 10px 10px 0 0;
}
.task .txt {
  padding: 1em;
}
#feature .new .white-item {
  text-align: center;
  width: 100%;
  max-width: 350px;
  margin: 0 auto 20px;
}
#feature .new ul {
  padding-left: 1.5em;
  margin: auto;
  text-align: left;
}
#feature .new ul li {
  list-style: disc;
}

/* solution */
#solution .ttl-bg img {
  object-position: top;
}
#solution .item-wrap {
  display: flex;
  flex-wrap: wrap;
}
#solution .white-box {
  display: block;
  width: 48%;
  margin: 0 auto 2em;
  background: #fff;
  box-shadow: 1px 2px 8px rgb(59 57 73 / 20%), -11px -5px 25px rgb(255 255 255 / 50%);
  border-radius: 4px;
  text-align: center;
}
#solution .white-box img {
  width: 100%;
}

/* company */
#company .msg {
  position: relative;
  background: var(--lightblue-bg);
  padding: 0;
  margin-bottom: 60px;
}
#company .msg::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 200px;
  background-position: bottom;
  background-size: cover;
  /* background-image: url(http://eblox.jp/wp-content/uploads/2025/10/company-msg1-scaled.jpg); */
  background-image: url(https://eblox.jp/wp-content/uploads/2025/10/company-msg-img.jpg);
}

#company .msg .content-wrap {
  position: relative;  
  padding: 30px 1em;
}
#company .msg .content-inner:nth-of-type(1) {
  display: none;
}
#company .msg .content-inner:nth-of-type(2) {
  background: #fff;
  border-radius: 4px;
  padding: 0.5em 1em;
  position: relative;
}
#company .msg .content-inner:nth-of-type(2)::before ,
#company .msg .content-inner:nth-of-type(2)::after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
#company .msg .content-inner:nth-of-type(2)::before {
  border-left: solid 6px var(--main-color);
  border-top: solid 6px var(--main-color);
  top: 0;
  left: 0;
}
#company .msg .content-inner:nth-of-type(2)::after {
  border-right: solid 6px var(--main-color);
  border-bottom: solid 6px var(--main-color);
  bottom: 0;
  right: 0;
}

#company .ttl-bg img {
  object-position: bottom;
}
#company .content-wrap{
  max-width: 800px;
}
#company .table_design03 {
border-collapse: collapse;
width: 100%;
max-width: 800px;
}
#company .table_design03 .tbody {
  display: block;
}
#company .table_design03 tr {
  display: unset;
}
#company .table_design03 th, .table_design03 td {
  /* border-bottom: 2px solid #c1c7c6; */
  padding: 1em;
}
#company .table_design03 th {
  border: 2px solid #4d9bc1;
  /* border-bottom: 2px dotted #4d9bc1; */
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
}
#company .table_design03 td {
  width: 100%;
  display: block;
}

/* pp */
#privacy-policy  .content-inner ul {
  line-height: 1.8;
}
#privacy-policy ul li {
  list-style: disc;
}
#privacy-policy a {
  word-break: break-all;
}

/* faq */
#faq .ttl-bg img {
  object-position: right;
}
.qa-box {
  display: block;
  position: relative;
  margin: 0 auto 20px;
  padding: 20px 0;
  width: 94%;
  max-width: 1200px;
  background: #fff;
  box-shadow: 1px 2px 8px rgb(59 57 73 / 20%), -11px -5px 25px rgb(255 255 255 / 50%);
  border-radius: 6px;
}
.ribbon20 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 26px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white;
  background: #2e8ad1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.ribbon20:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #2e8ad1;
  border-radius: 5px 0 0 5px;
}
.ribbon20:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #2e8ad1;
  border-radius: 5px 0 0 5px;
}
.qa-q {
  margin-top: 0;
  padding-left: 3em;
  padding-right: 1em;
  font-weight: bold;
  font-size: 1.3em;
  color: var(--main-color);
}
.qa-a {
  padding-left: 1em;
  padding-right: 1em;
}
.qa-a span {
  color: #ff0000;
  font-size: 1.3em;
  padding-right: 0.5em;
}
#contact .ttl-bg img {
  object-position: bottom;
  opacity: 0.7;
}



@media screen and (min-width: 768px) and (max-width: 907px) {
  #ct .dl .text-c {
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 768px) {
  #ct  .content-wrap {
    padding: 30px 1em 60px;
  }
  #ct .content-inner {
    display: flex;
  }
  #ct .content-inner > div {
    width: 48%;
    margin: 0 auto;
  }
  #ct .contact-area.mail {
    border-left: 2px dotted var(--main-color);
    margin-left: 0;
    padding-left: 1em;
    padding-bottom: 0;
  }
  #ct .contact-area.dl {
    padding-bottom: 0;
  }
  .ttl-wrap {
    height: 480px;
    padding-top: 100px;
  }
  .ttl-wrap::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 200px; */
    height: 300px;
    background: var(--sub-color);
  }
  .ttl-bg {
    max-width: calc(100% - 120px);
    /* max-width: 1200px; */
    height: calc(100% - 130px);
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
  }
  .ttl-bg > div {
    background: var(--sub-color);
  }
  .ttl-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
  }

  .ttl-inner {
    /* max-width: alc(1400px + 50px * 2); */
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 0 120px !important;

    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 1;
  }
  .ttl-inner .HeadingSection {

  }
  .solution .ttl-inner {
    padding: 0px!important;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .solution .ttl-inner .HeadingSection {
    text-align: center;
    width: 100%;
  }
  .content-wrap {
  /* width: 100%; */
  max-width: 1200px;
  margin:auto;
  }

  /* feature */
  .line-grad {
    margin: 0 1em 30px;
    max-width: 1200px;
  }
  .content-inner {
    max-width: 1000px;
    margin: auto;
  }
  .strength .item-wrap .item {
    width: 25%;
    /* height: 155px; */
    margin: 0 auto 1em;
  }
  .strength .txt {
    text-align: center;
  }
  .strength .content-inner:nth-of-type(3){
    /* display: flex;
    flex-wrap: wrap; */
  }
  .strength .content-inner:nth-of-type(3) .white-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
  }
  .strength .content-inner:nth-of-type(3) .white-item > div {
    width: 63%;
    padding-left: 1.5em;
  }
  .strength .content-inner:nth-of-type(3) .white-item .item-box {
    width: 33%;
    padding-left: unset;
  }
  .strength .content-inner:nth-of-type(3) .white-item .txt {
    text-align: left;
  }
  .strength .content-inner:nth-of-type(4) .white-item,
  .strength .content-inner:nth-of-type(5) .white-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .strength .content-inner:nth-of-type(4) .white-item > div,
  .strength .content-inner:nth-of-type(5) .white-item > div{
    width: 63%;
    padding-left: 1.5em;
  }
  .strength .content-inner:nth-of-type(4) .white-item .item-box,
  .strength .content-inner:nth-of-type(5) .white-item .item-box {
    width: 33%;
    padding-left: unset;
  }
  .strength .content-inner:nth-of-type(4) .white-item .txt,
  .strength .content-inner:nth-of-type(5) .white-item .txt {
    text-align: left;
  }

  .task .white-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .task .white-item .item-box-blue {
    width: 25%;
    height: -webkit-fill-available;
  }
  .task .white-item > div {
    width: 70%;
    padding-left: 1.5em;
  }
  #feature .new .item-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  #feature .new .white-item{
    width: 32%;
    margin: 0 auto;
  }
  #feature .new h3 {
    /* margin-top: 0; */
    font-size: 26px;
  }
  #feature .new .item-box {
    height: 130px;
    width: 100%;
  }
  #feature .new .item-box img {
    height: 100%;
    object-fit: contain;
    width: 100%;
  }
  #feature .new ul {
    padding-top: 1em;
  }
  /* solution */
  #solution .white-box {
  width: 22%;
  margin: 0 auto 30px;
  }

  /* company */
  #company .msg {
    position: relative;
    background: var(--lightblue-bg);
    padding: 40px 0 40px;
    margin-bottom: 0;
}
  #company .msg::after {
    content: none;
  }
  #company .msg .content-wrap {
    display: flex;
    padding: 0;
    max-width: unset;
  }
  #company .msg .content-inner:nth-of-type(1) {
    width: 30%;
    margin: unset;
    display: block;
    padding-bottom: 0;
  }
  #company .msg .content-inner:nth-of-type(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
  #company .msg .content-inner:nth-of-type(2) {
    width: 65%;
    max-width: 920px;
    padding: 0 2em 0 3em;
    margin: 0;
  }
  #company .msg .content-inner:nth-of-type(2)::before ,
  #company .msg .content-inner:nth-of-type(2)::after {
    content: '';
    width: 30px;
    height: 40px;
    position: absolute;
    display: inline-block;
  }
  #company .ttl-bg img {
    object-position: bottom;
  }
  #company .content-wrap{
    max-width: 1000px;
  }
  #company .table_design03 {
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  }
  #company .table_design03 .tbody {
    display: table-row-group;;
  }
  #company .table_design03 tr {
    display: table-row;
  }
  #company .table_design03 th, .table_design03 td {
    border-bottom: 2px solid #c1c7c6;
    padding: 1em;
  }
  #company .table_design03 th {
    border:unset;
    border-bottom: 2px solid #4d9bc1;;
    font-weight: bold;
    text-align: center;
    width: 25%;
    min-width: 4em;
    display: table-cell;
  }
  #company .table_design03 td {
  width: unset;
  display: table-cell;
}

}
@media screen and (min-width: 1000px) {
  .strength .item-wrap .item {
    width: 25%;
    height: 180px;
  }
  .line-grad {
    margin: 0 auto 30px;
  }
  #company .msg .content-inner:nth-of-type(2) {
    width: 60%;
    max-width: 920px;
    padding: 0 2em 0 3em;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {

  #company .msg .content-wrap  {
    max-width: 1200px;
    margin: auto;
    justify-content: center;
  }


}

/** 
*contact form7
*/
/*ContactForm7カスタマイズ*/
table {
  border-collapse: unset;
}
table.CF7_table{
	width:80%;
	margin:0 auto;
    box-shadow: 1px 2px 8px rgb(59 57 73 / 20%), -11px -5px 25px rgb(255 255 255 / 50%);
background-color: #fff;border-radius: 20px;
}

table.CF7_table tr{
	/* border-top: 1px solid #e5e5e5; */
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}
.CF7_table td span {
  display: block!important;
  text-align: center;
}
/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
      width: 92%;
    margin: auto;
    border-radius: 4px;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
  padding: 0 5px;
  background:#fc5151;
	color: #fff;
	border-radius: 3px;
	margin-left:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	/* background-color:#ebedf5;ブルーグレー */
          text-align: left;
        padding-left: 1.5em;
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	/* width: 100%; */
	line-height:2.5em;
	}
	.CF7_table th{
	/* background-color:#ebedf5; */
          text-align: left;
        padding-left: 1em;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#f79034;/* オレンジ*/
	border:0;
	font-weight:bold;
	margin:0 auto;

  color: #fff;
    background: var(--grad-contact);
  border-radius: 40px;
    padding: 1em 0;
    margin: 0;
    width: 100%;
    max-width: 350px;
}
.wpcf7 input.wpcf7-submit:hover {
  opacity: 0.7;
}
.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}