@charset "UTF-8";
/*  letter-spacing: tracking(140); */
/*  @include l_h(14, 16.8);*/
/******************************/
/**********固定ページ************/
/*****************************/
/*AIプロダクトデザインサービス*/

.page_ai-product-design p {
  font-size: 15px;
  line-height: 160%;
  margin-bottom: 2em;
}

strong {
  line-height: 1.8;
}

.page_mv_logo img {
  max-width: 100%;
}
.large_title {
  font-weight: 700;
  font-size: 30px !important;
  line-height: 160%;
  text-align: left!important;
  margin-bottom: 52px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
}

.primary_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 30px;
}

.primary_title.center {
  text-align: center;
}

.line_accent_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  margin-bottom: 0.8em;
}
.line_accent_title::after {
  content: "";
  display: block;
  margin-top: 6px;
  width: 20px;
  height: 2px;
  background: #cf233e;
}

.third_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 0.8em;
}

.grid_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.grid_wrap_col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.grid_wrap_col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.spacer_xs {
  margin-top: 0.5em;
}
.spacer_s {
  margin-top: 2em;
}
.spacer_m {
  margin-top: 4em;
}
.spacer_l {
  margin-top: 6em;
}

.add_border {
  border-bottom: solid 1px #333;
  padding-bottom: 80px;
}

.bg_block.bg_white {
  background-color: #fff;
  padding: 40px;
}
.bg_block.bg_white.pd_small {
  background-color: #fff;
  padding: 24px;
}
.bg_block.bg_dark {
  background-color: #333;
  color: #fff;
}
.bg_block.bg_dark.add_padding {
  padding: 20px;
}

.bg_block.bg_white p {
  line-height: 1.8;
}

ul.has_dot_red li {
  /* font-size: 18px; */
  line-height: 1.6;
  display: flex;
  margin-bottom: 1em;
}
ul.has_dot_red li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #cf233e;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: 10px;
    flex-shrink: 0;
}
.sect_block {
  padding-block: 80px;
}

.sect_block.bg_white {
  background-color: #fff;
}

.sect_block.bg_dark {
  color: #fff;
  background-color: #333;
}

.bg_block_light {
  background-color: #f0f3f4;
  padding: 24px;
}
.bg_block_dark {
  background-color: #333;
  color: #fff;
  padding: 24px;
  display: inline-block;
  width: min(100%, 600px);
}

.remove_mb {
  margin-bottom: initial !important;
}

.page_ai-product-design .secondary_title {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 160% !important;
  margin-bottom: 1em;
}

.page_ai-product-design .page_mv_image {
  width: 826px;
  height: 640px;
  background-image: url(../images/page/ai-product-design/mv_image.png);
  top: 150px;
  left: 775px;
  top: 12px;
  left: 692px;
}

.page_ai-product-design .page_mv_toc_wrap {
  width: 100%;
  max-width: 600px;
}

.service_description_section,
.three_points_to_choose_section {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.three_points_to_choose_section .bg_paper_wrap {
  overflow: hidden;
  position: absolute;
  height: 521px;
  width: 100%;
  bottom: -40px;
}
.service_description_section .bg_paper {
  position: absolute;
  background-image: url(../images/common/section_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1751px;
  height: 845px;
  right: 17px;
  bottom: 0;
}
.service_description_section h2 {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 160%;
  margin-bottom: 24px;
}

.service_description_section h2.align_left {
  text-align: left;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.075em;
}

.service_description_section p.description {
  line-height: 1.8;
}

/* 製品化までのステップ */
.case_design_flow_section{
  position: relative;
}
.case_design_flow_section .main_bg{
  background-image: url(../images/page/rh-design/main_bg.png);
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 1279px;
  top: -836px;
  left: 0;
  position: absolute;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 60%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 60%);
}
.case_design_flow_section h2 {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 160%;
  margin-bottom: 52px;
}
.case_design_flow_section .case_design_flow_wrap {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.case_design_flow_section .case_design_flow_wrap > div {
  width: 306px;
  padding: 0 20px 19px;
  background-color: #fff;
}
.case_design_flow_section .case_design_flow_wrap .img_wrap {
  height: 189px;
  background-color: #bdbdbd;
  margin-left: -20px;
  margin-right: -20px;
}
.case_design_flow_section .case_design_flow_wrap .txt_wrap {
  font-size: 15px;
  line-height: 160%;
}
.case_design_flow_section .case_design_flow_wrap h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  margin-top: 14px;
  margin-bottom: 12px;
}
.case_design_flow_section .case_design_flow_wrap h3 span {
  font-size: 15px;
}
.case_design_flow_section .case_design_flow_wrap > span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #828282;
  margin-left: 19px;
  margin-right: 15px;
}

.case_design_flow_section .process_example_wrap h3 {
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 12px;
  width: 99px;
  height: 35px;
  margin-bottom: 40px;
  background: #cf233e;
}

.case_design_flow_section .p_box_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-bottom: 4em;
}
.case_design_flow_section .p_box {
  max-width: calc((100% - 80px) / 5);
  width: 100%;
}
.case_design_flow_section .p_box .thum_box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 126px;
}
.case_design_flow_section .p_box .thum_box1 {
  background-image: url(../images/page/ai-product-design/flow1.png);
}
.case_design_flow_section .p_box .thum_box2 {
  background-image: url(../images/page/ai-product-design/flow2.png);
}
.case_design_flow_section .p_box .thum_box3 {
  background-image: url(../images/page/ai-product-design/flow3.png);
}
.case_design_flow_section .p_box .thum_box4 {
  background-image: url(../images/page/ai-product-design/flow4.png);
}
.case_design_flow_section .p_box .thum_box5 {
  background-image: url(../images/page/ai-product-design/flow5.png);
}
.case_design_flow_section .p_box .flow_num {
  top: 0;
  left: 0;
  position: absolute;
}
.case_design_flow_section .p_box h4 {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  margin-top: 24px;
  margin-bottom: 16px;
}
.case_design_flow_section .p_box h4 span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
}
.case_design_flow_section .process_example_wrap {
  margin-bottom: 60px;
}
.case_design_flow_section .process_example_wrap p {
  font-size: 15px;
  line-height: 160%;
}
.case_design_flow_section .end_border div {
  height: 1px;
  background: rgba(51, 51, 51, 0.5);
  max-width: 1024px;
  margin: auto;
  width: 100%;
}

/* -------- 活用例 -------- */
.case_studies_of_design_section {
  background-color: #fff;
  padding-block: 80px;
}
.case_studies_of_design_section h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 160%;
  text-align: center;
  margin-bottom: 52px;
}
.case_studies_of_design_section h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.015em;
  font-feature-settings: "kern" off;
  position: relative;
  margin-top: auto;
}
.case_studies_of_design_section h4:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #cf233e;
  margin-top: 3px;
  margin-bottom: 24px;
}

.case_studies_of_design_section p {
  font-size: 15px;
  line-height: 160%;
  margin-bottom: 2em;
}
.case_studies_of_design_section .img_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #dcdedf;
}
.case_studies_of_design_section .bg_block_light {
  position: relative;
}
.case_studies_of_design_section .bg_block_light::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.case_studies_wrap {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .3);
}
/* .case_studies_of_design_section .case_studies_wrap + .case_studies_wrap {
  margin-top: 60px;
} */



.three_things_to_watch_section {
  margin-top: 150px;
}
.three_things_to_watch_section .head_wrap {
  margin-bottom: 28px;
  font-weight: bold;
  font-size: 28px;
  line-height: 160%;
  width: 100%;
  max-width: 521px;
}
.three_things_to_watch_section .exp_wrap {
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.015em;
}

.process_example_section {
  margin-top: 100px;
}
.process_example_section h2 {
  text-align: center;
  font-size: 24px;
  line-height: 160%;
  font-weight: bold;
}
.process_example_section .img_wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}
.process_example_section p {
  font-size: 15px;
  line-height: 160%;
}

.cad_software_used_section {
  margin-top: 91px;
  padding-bottom: 70px;
}
.cad_software_used_section .page_inner {
  text-align: center;
}
.cad_software_used_section .txt_wrap {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 28px;
  background-color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  text-align: left;
  max-width: 598px;
}
.cad_software_used_section h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 16px;
}

.for_various_uses_section {
  margin-top: 100px;
  background-color: #333;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
.for_various_uses_section .page_inner {
  max-width: 853px;
  margin-left: auto;
  margin-right: auto;
}
.for_various_uses_section h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  color: #fff;
}
.for_various_uses_section .work_required_wrap {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.for_various_uses_section .work_required_wrap .work_contents > div > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 32px;
  background: #4f4f4f;
  border-radius: 40px;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.015em;
}
.for_various_uses_section .work_required_wrap .work_contents > div:last-child > div {
  margin-bottom: 0;
}
.for_various_uses_section .work_required_wrap h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.for_various_uses_section .work_required_wrap h3::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #cf233e;
  transform: rotate(45deg);
  margin-right: 7.51px;
}
.for_various_uses_section p {
  font-size: 12px;
  line-height: 140%;
}


/* -------- 対応業界 -------- */
.industries_section .occupation_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;

}
.industries_section .occupation_content {
  background-color: #fff;
  /* color: #fff; */
  display: flex;
  padding: 8px;
  align-items: center;
}
.industries_section .occupation_content h3 {
  font-size: 18px;
  margin-bottom: 0.5em;
}
.industries_section .occupation_content img {
  vertical-align: bottom;
  width: 80px;
  height: 80px;
}
.industries_section .occupation_content p {
  margin-bottom: initial;
}

.occupation_text {
  margin-left: 16px;
}

.page_ai-product-design .strength_section .inner {
  text-align: center;
}

/* -------- FAQ -------- */
.page_ai-product-design .qa_section h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 160%;
  text-align: center;
  margin-bottom: 52px;
}
.page_ai-product-design .faq_section {
  margin-top: 80px;
}

.page_ai-product-design .faq_section.faq_last_section {
  margin-bottom: 50px;
}



.page_ai-product-design .qa_section h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
}

.page_ai-product-design .qa_section ul {
  list-style: none;
}

.page_ai-product-design .qa_section li {
  background-color: #fff;
  padding: 24px 30px;
  margin-bottom: 30px;
  cursor: pointer;
}

.page_ai-product-design .qa_section li:last-child {
  margin-bottom: 0;
}

.page_ai-product-design .qa_section .question_wrap {
  position: relative;
}

.page_ai-product-design .qa_section .question {
  padding-left: 41px;
  padding-right: 40px;
  position: relative;
}

.page_ai-product-design .qa_section .question:before {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 25px;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAxOSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjQ1NiAyMi4yOTZDMTguNTg0IDIyLjEzNiAxOC41ODQgMjEuOTc2IDE4LjQ1NiAyMS44NDhMMTYuMDg4IDE5LjU3NkMxNi4zNDQgMTkuMTI4IDE2LjUzNiAxOC42NDggMTYuNzI4IDE4LjEwNEMxNy4xNzYgMTYuNzYgMTcuMzA0IDE1LjU0NCAxNy4zMDQgMTIuMTJDMTcuMzA0IDguNjk2IDE3LjE3NiA3LjQ4IDE2LjcyOCA2LjEzNkMxNS42MDggMi42OCAxMi43OTIgMC44ODc5OTkgOS4wMTYgMC44ODc5OTlDNS4yNzIgMC44ODc5OTkgMi40NTYgMi42OCAxLjMzNiA2LjEzNkMwLjg4OCA3LjQ4IDAuNzYgOC42OTYgMC43NiAxMi4xMkMwLjc2IDE1LjU0NCAwLjg4OCAxNi43NiAxLjMzNiAxOC4xMDRDMi40NTYgMjEuNTYgNS4yNzIgMjMuMzUyIDkuMDE2IDIzLjM1MkMxMC43NzYgMjMuMzUyIDEyLjM0NCAyMi45NjggMTMuNjI0IDIyLjE2OEwxNS45OTIgMjQuNDA4QzE2LjE1MiAyNC41NjggMTYuMzQ0IDI0LjUzNiAxNi40NzIgMjQuNDA4TDE4LjQ1NiAyMi4yOTZaTTkuMDE2IDE5Ljk5MkM2Ljg3MiAxOS45OTIgNS41MjggMTguODcyIDQuOTIgMTcuMTEyQzQuNjY0IDE2LjMxMiA0LjUzNiAxNS4xOTIgNC41MzYgMTIuMTJDNC41MzYgOS4wMTYgNC42NjQgNy45MjggNC45MiA3LjEyOEM1LjUyOCA1LjM2OCA2Ljg3MiA0LjI0OCA5LjAxNiA0LjI0OEMxMS4xOTIgNC4yNDggMTIuNTM2IDUuMzY4IDEzLjE0NCA3LjEyOEMxMy40IDcuOTI4IDEzLjUyOCA5LjAxNiAxMy41MjggMTIuMTJDMTMuNTI4IDE0Ljg3MiAxMy40MzIgMTYuMDI0IDEzLjIwOCAxNi44MjRMMTEuMjU2IDE0LjkzNkMxMS4xMjggMTQuODA4IDEwLjk2OCAxNC44MDggMTAuODA4IDE0Ljk2OEw4Ljc5MiAxNy4wOEM4LjY2NCAxNy4yNCA4LjY2NCAxNy40MzIgOC43OTIgMTcuNTI4TDEwLjk2OCAxOS42NEMxMC40MjQgMTkuODk2IDkuNzUyIDE5Ljk5MiA5LjAxNiAxOS45OTJaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page_ai-product-design .qa_section .answer {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  margin-top: 39px;
  padding-left: 45px;
  position: relative;
  display: none;
}

.page_ai-product-design .qa_section .answer:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 22px;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNTc2IDIxLjY4QzAuNTEyIDIxLjg3MiAwLjU3NiAyMiAwLjggMjJIMy45MDRDNC4xMjggMjIgNC4yNTYgMjEuOTA0IDQuMzIgMjEuNjhMNS43NiAxNy40NTZIMTMuOTUyTDE1LjM5MiAyMS42OEMxNS40NTYgMjEuOTA0IDE1LjU4NCAyMiAxNS44MDggMjJIMTguOTQ0QzE5LjE2OCAyMiAxOS4yMzIgMjEuODcyIDE5LjE2OCAyMS42OEwxMS44MDggMC41NTk5OTlDMTEuNzQ0IDAuMzY3OTk4IDExLjYxNiAwLjI0IDExLjM5MiAwLjI0SDguNDQ4QzguMjI0IDAuMjQgOC4wOTYgMC4zNjc5OTggOC4wMzIgMC41NTk5OTlMMC41NzYgMjEuNjhaTTYuOTEyIDE0LjA5Nkw5LjgyNCA1LjY0OEg5LjkyTDEyLjggMTQuMDk2SDYuOTEyWiIgZmlsbD0iI0NGMjMzRSIvPgo8L3N2Zz4K");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page_ai-product-design .qa_section .toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page_ai-product-design .qa_section .toggle::before,
.page_ai-product-design .qa_section .toggle::after {
  content: "";
  display: block;
  background-color: #000;
  width: 28px;
  height: 1px;
  position: absolute;
}

.page_ai-product-design .qa_section .toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.page_ai-product-design .qa_section .open .toggle::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.page_ai-product-design .use_case h4 {
  margin-top: 8px;
}

/*デザインベースより大きいサイズのPC*/
@media screen and (min-width: 1366px) {
  .three_points_to_choose_section .bg_paper {
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
  }
}
/*デザインベースより小さいサイズのPC*/
/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
@media screen and (min-width: 769px) {
  .pc_align_center {
    text-align: center;
  }
  .image_block {
    width: 60%;
  }
  .text_block {
    width: 35%
  }
  .page_ai-product-design .flex {
    justify-content: space-between;
  }
  .flex.reverse {
    flex-direction: row-reverse;
  }

  .case_design_flow_section .case_design_flow_wrap > div {
    min-height: 406px;
  }
  .case_studies_of_design_section .page_inner.std_padding {
    padding-right: 165px;
  }
  .page_ai-product-design .effect_image {
    width: 45%;
  }
  .page_ai-product-design .effect_text {
    width: 50%;
    padding-left: 5%;
  }
  .page_ai-product-design .effect_wrap {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
  }
  .page_ai-product-design .effect_wrap:nth-child(odd) {
    flex-direction: row-reverse;
  }
  /* .page_ai-product-design .effect_wrap:nth-child(even) .effect_text{
    padding-left: 5%;
  } */
}
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768.999px) {
  .sp_align_center {
    text-align: center;
  }
  .service_description_section {
    margin-top: 50px;
  }
  .grid_wrap,
  .grid_wrap_col3,
  .grid_wrap_col4  {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .bg_block.bg_white {
    padding: 24px;
  }
  .page_ai-product-design .flex {
    flex-direction: column;
  }
  .image_block {
    width: 100%;
  }
  .text_block {
    width: 100%
  }
  .industries_section .occupation_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .spacer_l {
    margin-top: 4em;
  }

  .spacer_m {
    margin-top: 3em;
  }
  .service_description_section h2 {
    font-size: 24px !important;
    text-align: left;
    margin-bottom: 24px;
  }
  .large_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 52px;
  }
  .primary_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    margin-bottom: 1em;
  }

  .line_accent_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.015em;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    margin-bottom: 0.8em;
  }
  .line_accent_title::after {
    content: "";
    display: block;
    margin-top: 6px;
    width: 20px;
    height: 2px;
    background: #cf233e;
  }

  .third_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 0.8em;
  }
  .case_studies_of_design_section,
  .sect_block {
    padding-block: 60px;
  }

  .page_ai-product-design .faq_section {
    margin-top: 60px;
  }
  .page_ai-product-design .page_mv_copy {
    margin-top: 12px;
    line-height: 1.4;
  }
  .page_ai-product-design .page_mv_copy span {
    display: inline-block;
  }
  .page_ai-product-design .page_mv_image_wrap_old {
    height: 345px;
    margin-top: 20.68px;
    margin-bottom: -30px;
  }
  .page_ai-product-design .page_mv_image_old {
    width: 350px;
    height: 345px;
    top: 0;
    left: 36px;
  }
  .page_ai-product-design .page_mv_image_wrap {
    height: 345px;
    margin-top: 20.68px;
    margin-bottom: -30px;
  }
  .page_ai-product-design .page_mv_image {
    width: 399px;
    width: calc(100% - 40px);
    /* height: 345px; */
    height: 290px;
    top: 0;
    left: 20px;
  }

  .case_design_flow_section h2 {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 24px;
  }
  .case_design_flow_section h3 {
    margin-bottom: 30px;
  }

  .case_design_flow_section .p_box_wrap {
    justify-content: center;
    margin-bottom: 1em;
  }
  .case_design_flow_section .p_box {
    width: 100%;
    max-width: 283px;
  }
  .case_design_flow_section .p_box h4 {
    margin-top: 20px;
  }
  .case_design_flow_section .p_box .thum_box {
    height: auto;
    width: 100%;
    max-width: 283px;
    padding-top: 62.19081272084806%;
  }
  .case_design_flow_section .case_design_flow_wrap {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  .case_design_flow_section .case_design_flow_wrap > div {
    width: 100%;
    max-width: 335px;
    padding: 0 22px 20px;
  }
  .case_design_flow_section .case_design_flow_wrap h3 {
    font-size: 18px;
  }
  .case_design_flow_section .case_design_flow_wrap span {
    margin: 20px auto 14px;
    transform: rotate(90deg);
  }

  .process_example_section {
    margin-top: 50px;
  }
  .process_example_section h2 {
    font-size: 20px;
  }
  .process_example_section .img_wrap {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .process_example_section .img_wrap img {
    width: 100%;
    height: auto;
    max-width: 335px;
  }
  .cad_software_used_section {
    margin-top: 50px;
    padding-bottom: 0;
  }
  .cad_software_used_section .txt_wrap {
    padding: 28px 20px;
  }
  .for_various_uses_section {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .for_various_uses_section h2 {
    font-size: 20px;
  }
  .for_various_uses_section .work_required_wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 40px 30px;
  }
  .for_various_uses_section .work_required_wrap h3 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 160%;
  }
  .for_various_uses_section .work_required_wrap h3:before {
    margin-top: 9px;
  }
  .for_various_uses_section .work_required_wrap .work_contents {
    margin-bottom: 0px;
  }
  .for_various_uses_section .work_required_wrap .work_contents:last-of-type {
    margin-bottom: 0;
  }
  .for_various_uses_section .work_required_wrap .work_contents > div {
    text-align: left;
  }
  .for_various_uses_section .work_required_wrap .work_contents > div > div {
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.015em;
    padding: 8px 16px;
  }
  .case_studies_of_design_section h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .page_ai-product-design .qa_section li {
    padding: 16px 20px;
  }
  .page_ai-product-design .qa_section h3 {
    font-size: 16px;
  }
  .page_ai-product-design .qa_section .toggle {
    width: 24px;
    height: 24px;
  }
  .page_ai-product-design .qa_section .toggle::before,
  .page_ai-product-design .qa_section .toggle::after {
    width: 24px;
  }
  .case_studies_wrap + .case_studies_wrap  {
    margin-top: 1em;
  }
  .page_ai-product-design .qa_section h2 {
    font-size: 24px;
  }
  .page_ai-product-design .effect_image {
    margin-bottom: 0.5em;
  }
} /*# sourceMappingURL=page_ai-product-design.css.map */
