@charset "utf-8";

#content .notice_popup_bg {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}

#content .two_col_popup_wrapper {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  max-width: 95%;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

#content .two_col_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: rgba(28, 59, 162, 0.90);
  border-radius: 12px 12px 0 0;
  color: #fff;
}

#content .two_col_header label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}

#content .two_col_header input[type="checkbox"] {
  margin-right: 8px;
}

#content .two_col_header .close_btn_top {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
}

#content .two_col_header .close_btn_top::after {
  content: 'X';
}

#content .two_col_content_area {
  display: flex;
  align-items: stretch;
}

#content .popup_mobile_content {
  display: none;
}

#content .two_col_header {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 auto;
}

#content .two_col_popup_wrapper img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

#content .two_col_header label {
  padding: 5px;
  float: left;
}

#content .two_col_header .close_btn_top {
  padding: 5px;
  float: right;
}

#content .two_col_header .banner-pc {
  display: none;
}

#content .two_col_header .banner-mo {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

#content .two_col_popup_wrapper {
  max-width: none;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

#content .img_box img {
  width: 100%;
}

#content .sub_visual {
  width: 100%;
  height: 48.5vw;
  position: relative;
  background-image: url(/images/momo/artas-ai/img_visual_bg.jpg);

  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  
}

#content .sub_visual .inner {
  padding: 0 19.06%
}

#content .sub_visual .text_box {
  text-align: left;
  color: #fff;
}

#content .sub_visual .text_box h3 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
}

#content .sub_visual .text_box .add_text {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
}

#content [class*="section"] .inner {
  padding: 160px 14.7%;
}

#content .container .title_box {
  text-align: center
}

#content .container .title_box h4 {
  font-size: 64px;
  line-height: 1.5;
  color: #161718;
  margin-top: 10px;
}

#content .container .title_box .sub_title {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #2B4DBE;
}

#content .container .title_box .sub_text {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -1px;
  margin-top: 24px;
}

#content .container .content_box {
  margin-top: 80px;
}

#content .section01 .content_box {
  width: 83.04%;
  margin: 80px auto 0;
}

#content .section01 .feature_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}

#content .section01 .feature_item .text_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
}

#content .section01 .feature_item .num {
  font-size: 20px;
  font-weight: 700;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1C3BA2;
  color: #fff;
}

#content .section01 .feature_item h5 {
  font-size: 30px;
  letter-spacing: -0.02em;
}

#content .section01 .feature_item .desc_text {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-wrap: balance;
  word-break: keep-all;
}

#content .section01 .feature_item .img_box {
  width: 50.0%;
}

#content .section01 .feature_item .img_box img {
  aspect-ratio: 568/300;
}

#content .section01 .feature_item .text_box {
  flex: 1;
}

#content .section02 {
  background: #0D1D3D;
}

#content .section02 .title_box h4 {
  color: #fff;
  font-weight: 400;
}

#content .section02 .content_box {
  width: 93.86%;
  margin: 80px auto 0;
}

#content .section02 .system_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

#content .section02 .system_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}

#content .section02 .system_item .text_box {
  font-size: 24px;
  color: #fff;
  text-align: center;
}

#content .section03 {
  width: 100%;
  height: 75.6vw;
  background: url(/images/momo/artas-ai/img_section03_bg.jpg)no-repeat center;
  background-size: cover;
}

#content .section03 .title_box h4 {
  color: #fff;
}

#content .section03 .content_box {
  color: #fff;
}

#content .section03 .main_text {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
  text-wrap: balance;
  word-break: keep-all;
}

#content .section03 .about_list {
  width: 87.68%;
  padding: 0 80px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
}

#content .section03 .about_item {
  flex: 50%;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
}

#content .section03 .about_item:nth-of-type(1) {
  order: 1
}

#content .section03 .about_item:nth-of-type(2) {
  order: 3
}

#content .section03 .about_item:nth-of-type(3) {
  order: 5
}

#content .section03 .about_item:nth-of-type(4) {
  order: 2
}

#content .section03 .about_item:nth-of-type(5) {
  order: 4
}

#content .section03 .about_item .icon_check {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(/images/momo/artas-ai/ico_check_white.svg) no-repeat center;
  background-size: 100% 100%;
  margin: 4px;
}

#content .section03 .about_item p {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600;
}

#content .section03 .box {
  padding-top: 49.71%;
  margin: 40px 0;
}

#content .section04 {
  background: #03081E;
}

#content .section04 .inner {
  padding: 80px 14.7%;
}

#content .section04 .video_box {
  width: 80.19%;
  height: 0;
  border-radius: 16px;
  overflow: hidden;
  padding-top: 45.18%;
  position: relative;
  z-index: 50;
  margin: 0 auto;
}

#content .section05 {
  background: #F8F8F8;
}

#content .section05 .feature_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

#content .section05 .feature_item {
  display: flex;
  justify-content: stretch;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  border-radius: 16px;
}

#content .section05 .feature_item .img_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  background: #fff;
  padding: 50px 0 34px;
}

#content .section05 .feature_item .img_box .sub_text {
  padding: 0 16px;
  background: #1C3BA2;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  display: inline-block;
}

#content .section05 .feature_item .text_box {
  padding: 32px 24px;
  background: #D2E0F4;
  flex: 1;
}

#content .section05 .feature_item .text_box li {
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
}

#content .section05 .feature_item .text_box li:last-of-type {
  margin-bottom: 0;
}

#content .section05 .feature_item .text_box li::before {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url(/images/momo/artas-ai/ico_check_main.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 6px;
  background-size: contain;
}

#content .section05 .feature_item img {
  width: 92px;
  height: 92px;
}

#content .section05 .point_item {
  text-align: center;
  margin-bottom: 100px;
}

#content .section05 .point_item:last-of-type {
  margin-bottom: 0;
}

#content .section05 .point_item .num {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 8px 16px;
  background: #1C3BA2;
  border-radius: 30px;
  display: inline-block;
}

#content .section05 .point_item h5 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 24px 0 8px;
}

#content .section05 .point_item .desc_text {
  font-size: 22px;
  line-height: 1.4;
}

#content .section05 .table_box {
  width: 100%;
  padding-top: 54.68%;
  background-image: url(/images/momo/artas-ai/img_table.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  margin-top: 40px;
}

#content .section06 .compare_box {
  text-align: center;
}

#content .section06 .compare_box h5 {
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 8px 48px;
  border-radius: 30px;
  background-color: #1C3BA2;
  display: inline-block;
}

#content .section06 .compare_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 24px;
  margin: 80px 0 0;
}

#content .section06 .compare_list .img_box {
  display: flex;
  justify-content: stretch;
  align-items: center;
}

#content .section06 .compare_list figure {
  flex: 1;
  position: relative;
  padding-bottom: 31px;
}

#content .section06 .compare_list figure figcaption {
  font-size: 16px;
  color: #FFF;
  text-align: center;
  height: 32px;
  line-height: 2;
  width: 100%;
  background-color: #8A8D9F;
  position: absolute;
  bottom: 1px;
  left: 0;
}

#content .section06 .compare_list figure.after figcaption {
  background-color: #676A7D;
}

#content .section06 .compare_list .desc_text li {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  display: inline-block;
  padding: 0 16px;
  border-right: 1px solid #B9BAC1;
  margin: 16px 0 12px;
}

#content .section06 .compare_list .desc_text li:last-of-type {
  border-right: none;
}

@media (min-width: 768px) {

#content .two_col_header .banner-pc {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }

#content .two_col_header .banner-mo {
    display: none;
  }

#content .two_col_popup_wrapper {
    max-width: 450px;
    width: auto !important;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width:1800px) {

#content .section02 .content_box {
    width: 100%;
  }

#content .section03 .about_list {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width:1540px) {

#content .container .title_box .sub_title {
    font-size: 24px;
  }

#content .container .title_box h4 {
    font-size: 54px;
    margin-top: 8px;
  }

#content .section05 .feature_item .text_box li br {
    display: none;
  }
}

@media screen and (max-width:1440px) {

#content [class*="section"] .inner {
    padding: 120px 12.5%;
  }

#content .section03 .box {
    padding-top: 36.55%;
    margin: 40px 0;
  }

#content .section03 .content_box {
    margin-top: 48px;
  }
}

@media screen and (max-width:1280px) {

#content .section02 .system_list {
    gap: 16px;
  }

#content .section03 .about_item p {
    font-size: 26px;
  }

#content .section05 .feature_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width:1058px) {

#content .container .title_box .sub_text {
    font-size: 20px
  }

#content .section02 .content_box .main_text {
    font-size: 32px;
  }

#content .section02 .content_box .desc_text {
    font-size: 24px;
  }

#content .section02 .content_box .sub_text {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {

#content .sub_visual {
    padding: 0 5%;
    height: calc(144vw - 94px);
    background-image: url(/images/momo/artas-ai/img_visual_bg_tb.jpg);
    background-position: center bottom;
  }

#content .sub_visual .inner {
    padding: 0;
  }

#content .sub_visual .text_box h3 {
    font-size: 44px;
  }

#content .sub_visual .text_box .add_text {
    font-size: 22px;
  }

#content [class*="section"] .inner {
    padding: 120px 5%;
  }

#content .container .title_box h4 {
    font-size: 44px;
    margin-top: 8px;
  }

#content .container .content_box {
    margin-top: 48px;
  }

#content .section01 .content_box {
    width: 100%;
  }

#content .section01 .feature_item .img_box img {
    aspect-ratio: 348/242;
  }

#content .section01 .feature_item .text_box {
    padding: 0 24px;
  }

#content .section01 .feature_item h5 {
    font-size: 26px;
  }

#content .section01 .feature_item .desc_text {
    font-size: 16px;
  }

#content .section02 .system_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 64px 0;
    position: relative;
  }

#content .section02 .system_list::after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.30);
    position: absolute;
    top: 50%;
    left: 0;
  }

#content .section02 .system_item {
    padding: 24px 48px;
  }

#content .section02 .system_item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.30);
  }

#content .section03 {
    height: 100%;
    background: url(/images/momo/artas-ai/img_section03_bg_tb.jpg)no-repeat center;
    background-size: 100% auto;
    background-color: #03081E;
  }

#content .section03 .main_text {
    font-size: 20px;
  }

#content .section03 .box {
    padding-top: 77.59%;
    margin: 48px 0;
  }

#content .section03 .about_list {
    width: 100%;
    padding: 0 48px;
  }

#content .section04 .inner {
    padding: 60px 5%;
  }

#content .section05 .point_item h5 {
    font-size: 36px;
  }

#content .section05 .point_item .desc_text {
    font-size: 24px;
  }

#content .section05 .feature_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

#content .section05 .feature_item {
    flex-direction: row;
  }

#content .section05 .feature_item .img_box {
    width: 40%;
  }

#content .section05 .feature_item .text_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

#content .section05 .feature_item .text_box li {
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 0;
  }

#content .section05 .feature_item .text_box li::before {
    width: 18px;
    height: 18px;
    top: 3px;
  }

#content .section05 .feature_item .img_box .sub_text {
    font-size: 22px;
  }

#content .section05 .feature_item img {
    width: 60px;
    height: 60px;
  }

#content .section05 .table_box {
    width: 100%;
    padding-top: 87.1%;
    background-image: url(/images/momo/artas-ai/img_table_tb.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    margin-top: 40px;
  }

#content .section06 .compare_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

#content .section06 .compare_list .desc_text li {
    font-size: 26px;
  }
}

@media screen and (max-width:820px) {

#content .section03 .box {
    padding-top: 62.79%;
  }

#content .section03 .about_list {
    padding: 0 24px;
  }
}

@media screen and (max-width:767px) {

#content .wrap {
    min-width: 375px;
  }

#content .sub_visual {
    padding: 0 8%;
    height: calc(180vw - 64px);
    background-image: url(/images/momo/artas-ai/img_visual_bg_mo.jpg);
  }

#content .sub_visual .text_box h3 {
    font-size: 34px;
    margin-bottom: 16px;
  }

#content .sub_visual .text_box .add_text {
    font-size: 18px;
  }

#content [class*="section"] .inner {
    padding: 60px 24px;
  }

#content .container .title_box .sub_title {
    font-size: 18px;
  }

#content .container .title_box h4 {
    font-size: 36px;
    margin-top: 8px;
  }

#content .container .content_box {
    margin-top: 40px;
  }

#content .container .title_box .sub_text {
    font-size: 16px
  }

#content .section01 .feature_item {
    flex-direction: column;
    margin-bottom: 32px;
  }

#content .section01 .feature_item .img_box {
    width: 100%;
  }

#content .section01 .feature_item .img_box img {
    aspect-ratio: 361/200;
  }

#content .section01 .feature_item .text_box {
    width: 100%;
    padding: 40px 16px;
    gap: 16px;
  }

#content .section02 .title_box h4 {
    font-size: 40px;
    line-height: 1.3;
  }

#content .section02 .title_box h4 strong {
    font-size: 48px;
  }

#content .section02 .system_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px 0;
  }

#content .section02 .system_item {
    padding: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    flex-direction: row;
  }

#content .section02 .system_item:nth-child(odd) {
    border-right: none;
  }

#content .section02 .system_item:last-of-type {
    border-bottom: none;
  }

#content .section02 .system_item>div {
    flex: 1;
  }

#content .section02 .system_item .text_box {
    font-size: 20px;
    text-wrap: balance;
    word-break: keep-all;
  }

#content .section02 .system_list::after {
    content: none;
  }

#content .section03 {
    background: url(/images/momo/artas-ai/img_section03_bg_mo.jpg)no-repeat center;
    background-size: 100% auto;
    background-color: #03081E;
  }

#content .section03 .inner {
    padding: 80px 24px;
  }

#content .section03 .box {
    padding-top: 83.1%;
    margin: 34px 0;
  }

#content .section03 .title_box h4 {
    font-size: 48px;
  }

#content .section03 .main_text {
    font-size: 18px;
  }

#content .section03 .about_item {
    flex: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    align-items: center;
  }

#content .section03 .about_item p {
    font-size: 28px;
  }

#content .section03 .about_list {
    width: max-content;
    padding: 0;
    flex-wrap: nowrap;
    flex-direction: column;
  }

#content .section03 .about_item:nth-of-type(1) {
    order: 1
  }

#content .section03 .about_item:nth-of-type(2) {
    order: 2
  }

#content .section03 .about_item:nth-of-type(3) {
    order: 3
  }

#content .section03 .about_item:nth-of-type(4) {
    order: 4
  }

#content .section03 .about_item:nth-of-type(5) {
    order: 5
  }

#content .section05 .point_item .num {
    font-size: 12px;
    padding: 4px 8px;
  }

#content .section05 .point_item h5 {
    font-size: 30px;
    margin: 16px 0 8px;
  }

#content .section05 .point_item .desc_text {
    font-size: 20px;
  }

#content .section05 .feature_item .img_box .sub_text {
    padding: 0 8px;
    font-size: 20px;
    font-weight: 600;
  }

#content .section05 .point_item {
    margin-bottom: 56px;
  }

#content .section05 .table_box {
    width: 100%;
    padding-top: 315.52%;
    background-image: url(/images/momo/artas-ai/img_table_mo.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    margin-top: 40px;
  }

#content .section06 .compare_list {
    margin: 56px 0 0;
  }

#content .section06 .compare_list .desc_text li {
    font-size: 18px;
  }

#content .section06 .compare_list figure figcaption {
    font-size: 14px;
  }
}