.c-orange {
  color: #F8693F;
}

#Ai_voice {
  width: 100%;
  height: 58vh;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  background-image: url(../../assets/img/aicall/kv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 15px 0px;
}
#Ai_voice .kvword {
  width: max-content;
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translate(-35em, 50%);
}
#Ai_voice .kvword h1 {
  font-size: 2.5em;
}
#Ai_voice .kvword p {
  color: #fff;
  font-size: 1.1em;
}
#Ai_voice .kvword .cta-btn a {
  display: block;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  font-weight: 300;
  border-radius: 0.2em;
  width: max-content;
  margin: 1.5em 0 0;
  padding: 0.5em 5em;
  background-color: #F8693F;
  color: #fff;
}

@media (max-width: 1200px) {
  #Ai_voice {
    height: 45vh;
    font-size: 0.9em;
  }
  #Ai_voice .kvword {
    transform: translate(-30em, 50%);
  }
}
@media (max-width: 992px) {
  #Ai_voice {
    height: 40vh;
    min-height: 300px;
  }
  #Ai_voice .kvword {
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  #Ai_voice {
    aspect-ratio: 1248/1400;
    height: unset;
    background-size: cover;
    background-image: url(../../assets/img/aicall/kv_mb.jpg);
  }
  #Ai_voice .kvword {
    font-size: 3.5vw;
    text-align: center;
    width: 90%;
    margin: 0;
    bottom: 30%;
    transform: translate(-50%, 50%);
  }
  #Ai_voice .kvword h1 {
    padding: 0 1em;
    font-size: 2.3em;
  }
  #Ai_voice .kvword p {
    font-size: 1.25em;
    line-height: 1.3;
  }
  #Ai_voice .kvword p br {
    display: none;
  }
  #Ai_voice .kvword .cta-btn a {
    font-size: 16px;
    margin: 1em auto;
  }
}
@media (max-width: 365px) {
  #subheader .sub-menu a {
    font-size: 0.95em;
  }
}
@media (max-width: 350px) {
  #subheader .sub-menu a {
    font-size: 0.9em;
  }
}
@media (max-width: 330px) {
  #subheader .sub-menu a {
    font-size: 0.85em;
  }
}

#main section.portfolio-details {
  padding: 0 0;
}
#main section.service-details {
  padding: 50px 0;
}
@media (min-width: 992px) {
  #main section.service-details {
    padding: 80px 0;
  }
}
#main section .box:nth-child(2n) {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #main section .box:nth-child(2n) {
    margin-bottom: 60px;
  }
}
#main section .main-img {
  border-radius: 15px;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.2);
}
#main section .main-img.combine {
  aspect-ratio: 360/1255;
  background: url("../img/aicall/service_combine_mb.jpg") no-repeat center center/contain;
}
@media (min-width: 992px) {
  #main section .main-img.combine {
    aspect-ratio: 2220/1000;
    background-image: url("../img/aicall/service_combine_pc.jpg");
  }
}
#main section .main-img.process {
  border: 1px solid #ddd;
  aspect-ratio: 7/8;
  background: url("../img/aicall/process_main_mb.jpg") no-repeat center center/contain;
}
@media (min-width: 992px) {
  #main section .main-img.process {
    aspect-ratio: 222/104;
    background-image: url("../img/aicall/process_main.jpg");
  }
}
#main section .tips {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.7;
  padding-left: 1.5em;
}
#main .section-header h3 ~ h5 {
  margin-top: 2em;
  margin-bottom: 1em;
}
#main .section-header h4 {
  text-align: center;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 7%;
}
#main .section-header h5 {
  font-size: 26px;
}
#main #facts {
  padding-top: 50px;
}
#main #facts .container .facts-img {
  width: 100%;
  aspect-ratio: 36/22;
  background: url("../img/aicall/fact-mb.jpg") no-repeat center center/contain;
}
@media (min-width: 992px) {
  #main #facts .container .facts-img {
    aspect-ratio: 1110/521;
    background-image: url("../img/aicall/fact-dt.jpg");
  }
}
#main #situation.situation-details {
  padding: 50px 0 0;
}
@media (min-width: 992px) {
  #main #situation.situation-details {
    padding: 80px 0 0;
  }
}
#main #situation .situation_list .list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5em;
}
#main #situation .situation_list .list li {
  width: calc((100% - 1.5em) / 2);
}
#main #situation .situation_list .list li img {
  display: block;
  width: 100%;
}
#main #situation .situation_list .list li .dtl {
  margin-top: 0.5em;
  padding: 1em;
  font-size: 1.1em;
  text-align: center;
}
@media (min-width: 992px) {
  #main #situation .situation_list .list {
    gap: 2em;
  }
  #main #situation .situation_list .list li {
    width: calc((100% - 6em) / 4);
  }
}
#main #feature {
  padding-top: 0;
}
@media (min-width: 992px) {
  #main #feature {
    padding-top: 50px;
  }
}
#main #BeforeAfter {
  background: url("../img/aicall/BA_bg.png") no-repeat center center/cover;
}
#main #BeforeAfter .row {
  justify-content: space-between;
}
#main #BeforeAfter .row .row_item {
  width: 100%;
  margin-top: 2.3em;
}
#main #BeforeAfter .row .row_item .caption {
  position: relative;
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 1.5em;
}
#main #BeforeAfter .row .row_item .img {
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
#main #BeforeAfter .row .row_item .img img {
  width: 100%;
}
@media (min-width: 992px) {
  #main #BeforeAfter .row .row_item {
    width: 48%;
  }
  #main #BeforeAfter .row .row_item .caption .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 2px;
    background-image: linear-gradient(to right, #666 0%, #F8693F 100%);
    transform: translate(30%, -50%);
  }
  #main #BeforeAfter .row .row_item .caption .arrow:before, #main #BeforeAfter .row .row_item .caption .arrow:after {
    content: "";
    position: absolute;
    width: 0.5em;
    height: 2px;
    border-radius: 99em;
    background-color: #F8693F;
    top: 0;
    right: 0;
    transform: translate(0%, 0%) rotate(45deg);
    transform-origin: right;
  }
  #main #BeforeAfter .row .row_item .caption .arrow:after {
    transform: translate(0%, 0%) rotate(-45deg);
  }
}
#main #process .container .flex_group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 3em;
  padding: 1em;
  margin-top: 2em;
}
#main #process .container .flex_group .flex_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
#main #process .container .flex_group .flex_item:not(:nth-child(3)):after {
  content: "";
  position: absolute;
  bottom: -2em;
  left: 10%;
  transform: translateX(-50%);
  width: 1.5em;
  aspect-ratio: 1/1;
  background: url("../../assets/img/aicall/arrow_black.jpg") no-repeat center center/contain;
}
#main #process .container .flex_group .flex_item .icon {
  margin-top: 1em;
  width: 20%;
}
#main #process .container .flex_group .flex_item .icon img {
  width: 100%;
}
#main #process .container .flex_group .flex_item .content {
  width: 80%;
  padding-left: 0.3em;
}
#main #process .container .flex_group .flex_item .content .step {
  font-size: 0.8em;
  color: #F8693F;
}
#main #process .container .flex_group .flex_item .content .caption {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0.2em 0;
}
#main #process .container .flex_group .flex_item .content .dtl {
  line-height: 1.3;
}
@media (min-width: 992px) {
  #main #process .container .flex_group {
    flex-direction: row;
    gap: 3em;
  }
  #main #process .container .flex_group .flex_item {
    width: calc((100% - 6em) / 3);
  }
  #main #process .container .flex_group .flex_item:not(:nth-child(3)):after {
    left: auto;
    bottom: auto;
    top: 2em;
    right: -3em;
    transform: translate(-50%) rotate(-90deg);
  }
  #main #process .container .flex_group .flex_item .icon {
    margin-top: 0;
    width: 30%;
  }
  #main #process .container .flex_group .flex_item .content {
    width: 70%;
    font-size: 1.1em;
  }
}
#main #pick {
  background: url("../img/aicall/pick_bg_mb.png") no-repeat center center/cover;
}
@media (min-width: 992px) {
  #main #pick {
    background-image: url("../img/aicall/pick_bg_pc.png");
  }
}
#main #pick .container .row {
  gap: 1em;
  justify-content: center;
  margin: 0;
}
#main #pick .container .row .flex-item {
  border-radius: 1.5em;
  padding: 1em;
  background-color: #fff;
  width: 90%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
#main #pick .container .row .flex-item .img img {
  width: 100%;
}
#main #pick .container .row .flex-item .dtl {
  margin-top: 2em;
}
#main #pick .container .row .flex-item .dtl .caption h5 {
  font-size: 26px;
  font-weight: bold;
}
#main #pick .container .row .flex-item .dtl .content {
  font-size: 18px;
  min-height: 8em;
}
#main #pick .container .row .flex-item .dtl .content .list {
  padding-left: 2em;
}
#main #pick .container .row .flex-item .dtl .content .list._dot > li {
  list-style: disc;
}
#main #pick .container .row .flex-item .dtl .content .list._num > li {
  list-style: decimal;
}
@media (min-width: 992px) {
  #main #pick .container .row {
    gap: 2em;
  }
  #main #pick .container .row .flex-item {
    width: calc((100% - 2em) / 2);
    padding: 2em;
  }
}
#main #pricing {
  padding: 60px 0;
  background: url("../../assets/img/aicall/price_bg.jpg") no-repeat left top/cover;
}
#main #pricing .container h5 {
  margin: 2.5em 0 1em;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  #main #pricing .container h5 .mb_break {
    display: block;
  }
}
#main #pricing .container .table_switch {
  margin: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
#main #pricing .container .table_switch .table_switch_btn {
  cursor: pointer;
  padding: 0.5em 1em;
  background-color: #fff;
  color: #000000;
  border-radius: 99em;
  transition: transform 0.1s ease-out;
}
#main #pricing .container .table_switch .table_switch_btn:hover {
  transform: scale(1.05);
}
#main #pricing .container .table_switch .table_switch_btn.active {
  background-color: #F8693F;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#main #pricing .container.scrollbar {
  overflow-x: auto;
  padding-bottom: 1em;
  padding: 1em;
}
#main #pricing .container.scrollbar .table-block {
  min-width: max-content;
}
@media (min-width: 576px) {
  #main #pricing .container.scrollbar {
    padding: 1em calc((100% - 540px) / 2 + 1em);
  }
}
@media (min-width: 768px) {
  #main #pricing .container.scrollbar {
    padding: 1em calc((100% - 720px) / 2 + 1em);
  }
}
@media (min-width: 992px) {
  #main #pricing .container.scrollbar {
    overflow-x: visible;
    padding: 1em;
  }
}
@media (max-width: 991px) {
  #main #pricing .container.scrollbar {
    max-width: none;
  }
}
#main #pricing .container .table-block {
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.1);
}
#main #pricing .container .table-block table {
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #eaeaea;
  width: 100%;
  display: none;
}
#main #pricing .container .table-block table.active {
  display: table;
}
#main #pricing .container .table-block table tr:nth-child(1) {
  background-color: #fff;
}
#main #pricing .container .table-block table tr th, #main #pricing .container .table-block table tr td {
  border-spacing: 5px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding: 1em;
  letter-spacing: 2px;
}
#main #pricing .container .table-block table tr th:first-child, #main #pricing .container .table-block table tr td:first-child {
  width: 15%;
}
#main #pricing .container .table-block table tr th {
  background-color: #DDDADA;
  color: #222;
}
#main #pricing .container .table-block table tr ul {
  width: max-content;
  margin: 0 auto;
}
#main #pricing .container .table-block table tr .sub-th {
  background-color: #F3F3F3;
}
#main #pricing .container .tips {
  margin-top: 1em;
  padding: 0;
  color: #666;
}
#main #pricing .container .tips .list {
  color: inherit;
  font-size: 0.8em;
  margin-top: 0.5em;
}
#main #pricing .container .tips .list li {
  list-style-type: decimal;
  color: inherit;
}
@media (max-width: 640px) {
  #main #pricing .btnrow a {
    padding: 10px 4em;
  }
}
#main #qa {
  padding: 0 0 60px;
}
#main #qa .container .qa_list {
  margin-top: 2em;
  background-color: #fff;
  padding: 1em;
  border-radius: 1em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  #main #qa .container .qa_list {
    padding: 2em;
  }
}
#main #qa .container .qa_list .list {
  margin: 0;
  list-style: decimal;
  padding-left: 1.5em;
}
#main #qa .container .qa_list .list li dl {
  margin: 0;
}
#main #qa .container .qa_list .list li dl dt {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
}
@media (min-width: 992px) {
  #main #qa .container .qa_list .list li dl dt {
    padding: 1em 0;
  }
}
#main #qa .container .qa_list .list li dl dt > div {
  flex-shrink: 1;
  max-width: calc(100% - 2em);
  line-height: 1.3;
}
#main #qa .container .qa_list .list li dl dt .icon {
  position: relative;
  width: 1.5em;
  aspect-ratio: 1/1;
  border-radius: 99em;
  background-color: #F8693F;
}
#main #qa .container .qa_list .list li dl dt .icon::after, #main #qa .container .qa_list .list li dl dt .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background-color: #fff;
  transition: transform 0.2s ease-out;
}
#main #qa .container .qa_list .list li dl dt .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#main #qa .container .qa_list .list li dl dt.open .icon:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
#main #qa .container .qa_list .list li dl dd {
  display: none;
  padding-right: 2em;
  padding-bottom: 1em;
}
#main #qa .container .qa_list .list li ~ li {
  border-top: 1px solid #ddd;
}