@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300&family=Noto+Sans+JP:wght@700&family=Poppins:wght@700&display=swap");
#page {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
#page sup {
  vertical-align: text-top;
  font-size: 80%;
}
#page .mv {
  background-image: url(../images/narvar/sp/bg-mv.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
#page .mv_image {
  display: none;
}
#page .mv .mv_inner {
  padding: 80px 20px 56px 20px;
}
#page .mv .mv_logo_wrapper {
  max-width: 250px;
}
#page .mv .mv_sub_text_wrapper {
  margin-top: 25px;
  font-size: 15px;
  color: #fff;
}
#page .mv .mv_main_text_wrapper {
  margin-top: 25px;
  font-size: 31px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
#page .mv .mv_main_text_poppins {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
#page .mv .mv_button_wrapper {
  margin-top: 140px;
}
#page .mv .mv_button {
  display: block;
  text-align: center;
  padding: 12px 16px;
  color: #24205b;
  font-weight: bold;
  background-color: #f8ea9f;
  font-size: 21px;
  line-height: 1.2;
  border-radius: 30px;
  box-shadow: 1px 1px 4px #333;
  position: relative;
}
#page .mv .mv_button::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #24205b;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
#page .mv .mv_button::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 4px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
#page .mv .mv_button_sub_text {
  font-size: 14px;
}
#page .about .about_inner {
  padding: 54px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page .about .about_logo_wrapper {
  max-width: 60px;
  margin-bottom: 30px;
}
#page .about .about_title {
  font-weight: bold;
  font-size: 20px;
}
#page .about .about_title_poppins {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  color: #009de6;
}
#page .about .about_text {
  margin-top: 30px;
  line-height: 1.8;
  text-align: center;
  font-size: 13px;
}
#page .about .about_text span {
  font-size: 10px;
  vertical-align: text-top;
}
#page .about .about_note {
  font-size: 10px;
  margin-top: 40px;
  padding: 0 4px;
  letter-spacing: -1px;
}
#page .solution {
  background-image: url(../images/narvar/sp/bg.jpg);
}
#page .solution .solution_inner {
  padding: 56px 12px 20px;
}
#page .solution .solution_title {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
#page .solution .solution_title_poppins {
  font-family: "Poppins", sans-serif;
  font-size: 23px;
}
#page .solution .solution_list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  transform: translateY(-30px);
}
#page .solution .solution_list_item {
  width: calc(50% - 8px);
  margin-left: 16px;
  padding: 0;
  margin-top: 30px;
  position: relative;
  font-weight: bold;
}
#page .solution .solution_list_item:nth-of-type(odd) {
  margin-left: 0;
}
#page .solution .solution_list_item:last-of-type {
  width: 100%;
}
#page .solution .solution_list_image_wrapper {
  position: relative;
  margin-top: 10px;
}
#page .solution .solution_list_image_wrapper--dashbored {
  margin-top: 0;
}
#page .solution .solution_list_image_leg {
  position: absolute;
  top: 0;
  left: -4px;
  width: 105%;
}
#page .solution .solution_list_item_title {
  color: #fff;
  font-family: bold;
  font-size: 15px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
#page .solution .solution_list_item_title--dashbored {
  position: absolute;
  z-index: 1;
  color: #002391;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#page .achievements .achievements_inner {
  padding: 36px 0 42px;
}
#page .achievements .achievements_title {
  font-weight: 900;
  color: #009de6;
  text-align: center;
  font-size: 20px;
}
#page .achievements .achievements_text {
  margin-top: 22px;
  text-align: center;
  line-height: 1.2;
}
#page .achievements .achievements_image_wrapper {
  margin-top: 32px;
}
#page .achievements .achievements_note {
  font-size: 10px;
  margin-top: 28px;
  text-align: center;
}
#page .feature {
  background-color: #25276d;
}
#page .feature .feature_inner {
  padding: 40px 10px;
}
#page .feature .feature_title {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
#page .feature .feature_title_poppins {
  font-family: "Poppins", sans-serif;
}
#page .feature .feature_movie_wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  margin: 45px auto 0 auto;
}
#page .feature .feature_movie_wrapper video {
  width: 100%;
}
#page .solution_detail .solution_detail_inner {
  padding: 44px 10px 54px;
}
#page .solution_detail .solution_detail_title {
  color: #009de6;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
}
#page .solution_detail .solution_detail_item {
  margin-top: 76px;
}
#page .solution_detail .solution_detail_item_container {
  background-color: #eee;
  padding: 28px 16px;
  position: relative;
}
#page .solution_detail .solution_detail_item_title {
  font-size: 15px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
#page .solution_detail .solution_detail_item_title_light_blue {
  color: #009de6;
}
#page .solution_detail .solution_detail_item_title_text {
  margin-top: 16px;
  line-height: 1.4;
  font-weight: 900;
}
#page .solution_detail .solution_detail_item_title_number {
  color: #009de6;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}
#page .solution_detail .solution_detail_item_list {
  margin-top: 15px;
  padding-left: 8px;
}
#page .solution_detail .solution_detail_item_list_item {
  font-size: 12px;
  text-indent: -18px;
  padding: 0 0 0 12px;
  line-height: 1.4;
}
#page .solution_detail .solution_detail_item_list_item.solution_detail_item_list_item {
  margin-top: 25px;
}
#page .solution_detail .solution_detail_item_list_item:before {
  content: "";
  display: inline-block;
  background-image: url(../images/narvar/sp/check-blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 10px;
}
#page .solution_detail .solution_detail_item_list-nocheck {
  padding-left: 0;
  padding: 0 20px;
}
#page .solution_detail .solution_detail_item_list-nocheck .solution_detail_item_list_item {
  text-indent: 0;
  padding-left: 0;
}
#page .solution_detail .solution_detail_item_list-nocheck .solution_detail_item_list_item:before {
  display: none;
}
#page .solution_detail .solution_detail_item_light_blue {
  color: #009de6;
  font-weight: bold;
}
#page .solution_detail .solution_detail_item_image_wrapper {
  text-align: center;
  position: absolute;
  right: 25px;
  top: -20px;
  width: 87px;
}
#page .solution_detail .solution_detail_item_image_wrapper--solution02 {
  width: 154px;
}
#page .solution_detail .solution_detail_item_image_item_solution02 {
  position: absolute;
  left: -56px;
  top: -10px;
  width: 50%;
}
#page .solution_detail .solution_detail_item_image_item_solution03 {
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 50%;
}
#page .solution_detail .solution_detail_item_image_title {
  color: #fff;
  background-color: #25276d;
  border-radius: 10px;
  font-weight: bold;
  font-size: 8px;
  padding: 2px 4px;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 55px;
  box-sizing: border-box;
}
#page .solution_detail .solution_detail_item_description {
  margin-top: 30px;
  line-height: 1.7;
}
#page .solution_detail .solution_detail_item_solution_flow_image_wrapper {
  margin-top: 36px;
}
#page .solution_detail .solution_detail_item_effect {
  margin-top: 40px;
}
#page .solution_detail .solution_detail_item_effect_title {
  color: #009de6;
  font-weight: 900;
  font-size: 25px;
  text-align: center;
  line-height: 1.2;
}
#page .solution_detail .solution_detail_item_effect_title_text {
  position: relative;
}
#page .solution_detail .solution_detail_item_effect_title_text:before {
  content: "「";
  display: block;
  position: absolute;
  top: -10px;
  left: -40px;
  font-weight: normal;
}
#page .solution_detail .solution_detail_item_effect_title_text:after {
  content: "」";
  display: block;
  position: absolute;
  bottom: -10px;
  right: -40px;
  font-weight: normal;
}
#page .solution_detail .solution_detail_item_effect_list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
#page .solution_detail .solution_detail_item_effect_list_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0;
  margin-top: 20px;
}
#page .solution_detail .solution_detail_item_effect_list_item:first-of-type {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
}
#page .solution_detail .solution_detail_item_effect_list_item_title {
  color: #009de6;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
}
#page .solution_detail .solution_detail_item_effect_list_item_circle {
  background-color: #fff;
  border-radius: 50%;
  width: 128px;
  height: 128px;
  margin-top: 6px;
  padding: 20px 0 10px;
}
#page .solution_detail .solution_detail_item_effect_list_item_main_text {
  font-size: 20px;
  color: #009de6;
  font-weight: bold;
  text-align: center;
}
#page .solution_detail .solution_detail_item_effect_list_item_number {
  font-size: 48px;
}
#page .solution_detail .solution_detail_item_effect_list_item_text {
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
  margin-top: 12px;
}
#page .solution_detail .solution_detail_item_effect_text {
  margin-top: 18px;
  padding-left: 18px;
  font-size: 12px;
}
#page .solution_detail .solution_detail_item_effect_text_light_blue {
  color: #009de6;
  font-weight: bold;
}
#page .solution_detail .solution_detail_item_effect_text_paragraph {
  margin-top: 18px;
}
#page .solution_detail .solution_detail_item_list_note {
  font-size: 12px;
  margin-top: 48px;
  line-height: 1.7;
}
#page .solution_detail .solution_detail_item_result {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #002391;
  margin-top: 40px;
  position: relative;
}
#page .solution_detail .solution_detail_item_result :before {
  position: absolute;
  content: "";
  display: block;
  border: 4px solid transparent;
  border-top: 8px solid #002391;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}
#page .solution_detail .solution_detail_item_result_text {
  border-bottom: 2px solid #ee9200;
  font-weight: 900;
  padding-bottom: 5px;
}
#page .contact {
  background-image: url(../images/narvar/sp/bg-contact.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#page .contact .contact_inner {
  padding: 28px 20px 34px;
}
#page .contact .contact_logo {
  width: 100px;
}
#page .contact .contact_main_text {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  line-height: 1.2;
}
#page .contact .contact_main_text_poppins {
  font-family: "Poppins", sans-serif;
}
#page .contact .contact_sub_text {
  font-size: 15px;
  color: #fff;
  margin-top: 20px;
}
#page .contact .contact_sub_text_yellow {
  color: #f8ea9f;
  font-weight: bold;
}
#page .contact .contact_body {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 20px;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page .contact .contact_button_wrapper {
  width: 100%;
}
#page .contact .contact_button {
  display: block;
  text-align: center;
  padding: 12px 16px;
  color: #24205b;
  font-weight: bold;
  background-color: #f8ea9f;
  font-size: 21px;
  line-height: 1.2;
  border-radius: 30px;
  box-shadow: 1px 1px 4px #333;
  position: relative;
  width: 100%;
}
#page .contact .contact_button::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #24205b;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#page .contact .contact_button::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 4px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#page .contact .contact_button_sub_text {
  font-size: 12.5px;
}
#page .contact .contact_phone_wrapper {
  text-align: center;
  margin-top: 24px;
}
#page .contact .contact_phone_text {
  font-size: 15px;
  font-weight: bold;
}
#page .contact .contact_phone_link {
  display: block;
  width: 100%;
  max-width: 290px;
  margin: 18px auto 0 auto;
}
#page .contact .contact_phone_note {
  margin-top: 10px;
  font-size: 13px;
}
#page .contact .contact_note {
  color: #fff;
  margin-top: 11px;
  font-size: 10px;
}
#page .step .step_inner {
  padding: 40px 12px 44px;
}
#page .step .step_title {
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  color: #009de6;
}
#page .step .step_text {
  margin-top: 14px;
  text-align: center;
  line-height: 1.2;
}
#page .step .step_image_wrapper {
  margin-top: 26px;
}
#page .operation {
  background-color: #27296f;
}
#page .operation .operation_inner {
  padding: 30px 12px;
}
#page .operation .operation_title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
#page .operation .operation_list {
  color: #fff;
  margin-top: 30px;
  padding-left: 12px;
}
#page .operation .operation_list_item {
  text-indent: -18px;
  padding: 0 0 0 12px;
  line-height: 1.2;
  font-size: 12px;
}
#page .operation .operation_list_item.operation_list_item {
  margin-top: 8px;
}
#page .operation .operation_list_item:before {
  content: "";
  display: inline-block;
  background-image: url(../images/narvar/sp/check-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 10px;
  margin-right: 4px;
  vertical-align: middle;
}
#page .operation .operation_image_wrapper {
  margin-top: 28px;
  color: #fff;
}
#page .operation .operation_image_text {
  text-align: center;
  font-size: 15px;
}
#page .operation .operation_image_body {
  display: flex;
  margin-top: 12px;
}
#page .operation .operation_image_item {
  width: calc(50% - 5px);
  margin-left: 10px;
  text-align: center;
}
#page .operation .operation_image_item:first-of-type {
  margin-left: 0;
}
#page .operation .operation_image_title {
  margin-top: 8px;
  font-size: 13px;
}
@media (min-width: 768px) {
  #page #main {
    padding-top: 90px;
  }
  #page .mv {
    position: relative;
    background-image: unset;
    background-color: #00A0EA;
    height: auto;
  }
  #page .mv_image {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 940px;
    right: 0;
    bottom: 0;
  }
  #page .mv .mv_inner {
    padding: 92px 94px 72px;
    position: relative;
  }
  #page .mv .mv_logo_wrapper {
    max-width: 340px;
  }
  #page .mv .mv_sub_text_wrapper {
    font-size: 24px;
    margin-top: 32px;
  }
  #page .mv .mv_main_text_wrapper {
    font-size: 61px;
  }
  #page .mv .mv_button_wrapper {
    margin-top: 90px;
    max-width: 510px;
    transition: 0.5s ease;
  }
  #page .mv .mv_button_wrapper:hover {
    transition: 0.5s ease;
    transform: scale(1.05);
  }
  #page .mv .mv_button {
    border-radius: 48px;
    padding: 18px 16px;
  }
  #page .mv .mv_button::before {
    width: 26px;
    height: 26px;
  }
  #page .mv .mv_button::after {
    width: 12px;
    height: 12px;
    border: 6px solid transparent;
    border-left: 10px solid #fff;
    right: 16px;
  }
  #page .mv .mv_button_sub_text {
    font-size: 20px;
  }
  #page .mv .mv_button {
    font-size: 28px;
  }
  #page .about .about_logo_wrapper {
    max-width: 128px;
  }
  #page .about .about_inner {
    padding: 83px 12px 90px;
    max-width: 1200px;
    margin: 0 auto;
  }
  #page .about .about_title {
    font-size: 36px;
    margin-top: 56px;
  }
  #page .about .about_title_poppins {
    font-size: 58px;
  }
  #page .about .about_text {
    margin-top: 45px;
    font-size: 16px;
  }
  #page .about .about_note {
    font-size: 12px;
  }
  #page .solution .solution_inner {
    padding: 80px 12px;
    max-width: 1200px;
    margin: 0 auto;
  }
  #page .solution .solution_title {
    font-size: 36px;
  }
  #page .solution .solution_title_poppins {
    font-size: 42px;
  }
  #page .solution .solution_list {
    transform: translate(0);
  }
  #page .solution .solution_list_item {
    width: calc(25% - 18px);
    margin-left: 24px;
    margin-top: 0;
  }
  #page .solution .solution_list_item:first-of-type {
    margin-left: 0;
  }
  #page .solution .solution_list_item:nth-of-type(3) {
    margin-left: 24px;
  }
  #page .solution .solution_list_item:last-of-type {
    margin-top: 40px;
  }
  #page .solution .solution_list_item_title {
    font-size: 20px;
  }
  #page .solution .solution_list_item_title--dashbored {
    position: absolute;
    z-index: 1;
    color: #002391;
    top: 64px;
    left: 68px;
    transform: translate(0);
  }
  #page .achievements .achievements_image_wrapper {
    margin: 40px auto 0 auto;
    width: 100%;
    max-width: 1600px;
  }
  #page .achievements .achievements_inner {
    padding: 108px 0 76px;
  }
  #page .achievements .achievements_title {
    font-size: 36px;
  }
  #page .achievements .achievements_text {
    font-size: 16px;
  }
  #page .achievements .achievements_note {
    font-size: 12px;
    margin-top: 40px;
  }
  #page .feature .feature_inner {
    padding: 78px 12px 72px;
    max-width: 1200px;
    margin: 0 auto;
  }
  #page .feature .feature_title {
    font-size: 36px;
  }
  #page .feature .feature_movie_wrapper {
    max-width: 800px;
    margin: 70px auto 0;
  }
  #page .solution_detail .solution_detail_inner {
    padding: 110px 12px 160px;
    max-width: 1200px;
    margin: 0 auto;
  }
  #page .solution_detail .solution_detail_title {
    font-size: 36px;
  }
  #page .solution_detail .solution_detail_item + .solution_detail_item {
    margin-top: 150px;
  }
  #page .solution_detail .solution_detail_item_title {
    flex-direction: row;
    align-items: center;
  }
  #page .solution_detail .solution_detail_item_container {
    padding: 40px 40px;
  }
  #page .solution_detail .solution_detail_item_title_number {
    font-size: 74px;
    padding-right: 36px;
    border-right: 1px solid #333;
  }
  #page .solution_detail .solution_detail_item_title_text {
    font-size: 24px;
    padding-left: 20px;
    margin-top: 0;
  }
  #page .solution_detail .solution_detail_item_list_item {
    font-size: 18px;
  }
  #page .solution_detail .solution_detail_item_image_wrapper {
    width: 30%;
    top: -40px;
    max-width: 252px;
  }
  #page .solution_detail .solution_detail_item_image_wrapper--solution02 {
    max-width: 371px;
    width: 35%;
  }
  #page .solution_detail .solution_detail_item_image_title {
    font-size: 16px;
    padding: 6px 20px;
    border-radius: 20px;
    transform: translateY(8px);
  }
  #page .solution_detail .solution_detail_item_effect_title_text {
    line-height: 1.3;
  }
  #page .solution_detail .solution_detail_item_solution_flow_image_wrapper {
    max-width: 720px;
    width: 70%;
    margin-top: 110px;
  }
  #page .solution_detail .solution_detail_item_description {
    font-size: 16px;
    line-height: 1.8;
  }
  #page .solution_detail .solution_detail_item_effect_list {
    flex-wrap: nowrap;
  }
  #page .solution_detail .solution_detail_item_effect_list_item {
    width: calc(33.3333333333% - 30px);
    margin-left: 45px;
    margin-top: 0;
  }
  #page .solution_detail .solution_detail_item_effect_list_item:first-of-type {
    width: calc(33.3333333333% - 30px);
  }
  #page .solution_detail .solution_detail_item_effect_title {
    font-size: 40px;
  }
  #page .solution_detail .solution_detail_item_effect_title_text:before {
    top: -10px;
    left: -60px;
  }
  #page .solution_detail .solution_detail_item_effect_title_text:after {
    bottom: -10px;
    right: -60px;
  }
  #page .solution_detail .solution_detail_item_effect_list_item_title {
    font-size: 18px;
  }
  #page .solution_detail .solution_detail_item_effect_list_item_circle {
    width: 210px;
    height: 210px;
    padding: 40px 0;
  }
  #page .solution_detail .solution_detail_item_effect_list_item_number {
    font-size: 76px;
  }
  #page .solution_detail .solution_detail_item_effect_list_item_main_text {
    font-size: 34px;
  }
  #page .solution_detail .solution_detail_item_effect_list_item_text {
    font-size: 18px;
  }
  #page .solution_detail .solution_detail_item_list {
    margin-top: 55px;
  }
  #page .solution_detail .solution_detail_item_result {
    margin-top: 80px;
    font-size: 48px;
  }
  #page .solution_detail .solution_detail_item_result_text:before {
    content: "";
    display: block;
    border: 8px solid transparent;
    border-top: 16px solid #002391;
    top: -40px;
  }
  #page .contact {
    background-image: url(../images/narvar/pc/bg-contact.jpg);
    background-position: bottom right;
    background-size: cover;
  }
  #page .contact .contact_inner {
    padding: 84px 12px;
    max-width: 1200px;
    margin: 0 auto;
  }
  #page .contact .contact_logo {
    width: 240px;
  }
  #page .contact .contact_main_text {
    margin-top: 45px;
    font-size: 38px;
  }
  #page .contact .contact_sub_text {
    font-size: 24px;
    margin-top: 76px;
  }
  #page .contact .contact_body {
    margin-top: 28px;
    padding: 25px 40px;
  }
  #page .contact .contact_button_wrapper {
    width: 50%;
  }
  #page .contact .contact_button {
    font-size: 33px;
    border-radius: 50px;
    transition: 0.5s ease;
  }
  #page .contact .contact_button:hover {
    transition: 0.5s ease;
    transform: scale(1.05);
  }
  #page .contact .contact_button_sub_text {
    font-size: 22px;
  }
  #page .contact .contact_phone_text {
    font-size: 20px;
  }
  #page .contact .contact_phone_link:hover {
    opacity: 0.6;
  }
  #page .contact .contact_phone_note {
    font-size: 16px;
  }
  #page .step .step_inner {
    padding: 100px 12px;
    max-width: 1200px;
    margin: 0 auto;
  }
  #page .step .step_title {
    font-size: 36px;
  }
  #page .step .step_text {
    margin-top: 56px;
    font-size: 16px;
  }
  #page .step .step_image_wrapper {
    margin-top: 64px;
  }
  #page .operation .operation_inner {
    padding: 92px 0 114px;
    max-width: 1220px;
    margin: 0 auto;
  }
  #page .operation .operation_title {
    font-size: 36px;
  }
  #page .operation .operation_body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 90px;
  }
  #page .operation .operation_list {
    font-size: 20px;
  }
  #page .operation .operation_list_item {
    color: #fff;
    font-size: 20px;
  }
  #page .operation .operation_list_item.operation_list_item {
    margin-top: 18px;
  }
  #page .operation .operation_list_item:before {
    background-image: url(../images/narvar/pc/check-yellow.png);
    width: 22px;
    height: 20px;
  }
  #page .operation .operation_image_item {
    max-width: 320px;
  }
  #page .operation .operation_image_item + .operation_image_item {
    margin-left: 20px;
  }
  #page .operation .operation_image_text {
    font-size: 26px;
  }
  #page .operation .operation_image_title {
    font-size: 18px;
    margin-top: 20px;
  }
  #page .operation .operation_image_wrapper {
    margin: 24px 0 0 12px;
  }
}
@media (max-width: 320px) {
  #page .solution_detail .solution_detail_item_image_wrapper {
    width: 25%;
  }
  #page .solution_detail .solution_detail_item_image_wrapper--solution02 {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  #page .solution_detail .solution_detail_item_effect_body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
  }
  #page .solution_detail .solution_detail_item_effect_list_item:first-of-type {
    margin-left: 45px;
  }
  #page .contact .contact_body {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 60px;
  }
  #page .contact .contact_phone_wrapper {
    margin-top: 0;
  }
}/*# sourceMappingURL=narvar.css.map */

/* 20231121追記 */
#page .min_text {
  font-size: 0.6em;
}