.page_title {
  font-size: 3.4rem;
}

@media screen and (max-width: 980px) {
  .page_title {
    font-size: 2.69841rem;
  }
}

@media screen and (max-width: 500px) {
  .page_title {
    font-size: 4.53333vw;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .flex {
    display: block;
  }
}

.main-visual {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #0a2986;
}

.main-visual .section-inner {
  position: relative;
}

@media screen and (max-width: 500px) {
  .main-visual .section-inner {
    z-index: 1;
  }
}

.main-visual_contents {
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  height: 300px;
  background-image: url("./../../../../img/add-value/migration/mv.png");
  background-position: top left;
  background-size: cover;
}

@media screen and (max-width: 1300px) {
  .main-visual_contents {
    width: 78%;
  }
}

@media screen and (max-width: 980px) {
  .main-visual_contents {
    right: 0;
    width: 78%;
    height: 23.80952rem;
    background-position: center;
  }
}

@media screen and (max-width: 500px) {
  .main-visual_contents {
    width: 57.2vw;
    height: 46vw;
    background-image: url("./../../../../img/add-value/migration/mv_sp.png");
    background-position: top left;
  }
}

@media screen and (max-width: 980px) {
  .main-visual {
    height: 23.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual {
    height: 46vw;
  }
}

.main-visual .main-visual_titlebox {
  display: table-cell;
  z-index: 50;
  position: relative;
  height: 300px;
  vertical-align: middle;
}

@media screen and (max-width: 980px) {
  .main-visual .main-visual_titlebox {
    height: 23.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual .main-visual_titlebox {
    height: 46vw;
  }
}

/*notice_area*/
.notice_area{
    z-index: 100;
    position: absolute;
    top: 262px;
    right: 0;
    padding: 20px 3.5% 20px 20px;
    background: rgba(255,255,255,0.9);
    border-left: 10px solid #0a2986;
    font-size: 1.8rem;
    color: #0a2986;
    font-weight: bold;
}
@media screen and (max-width: 980px) {
  .notice_area {
    top: 19.80952rem;
    font-size: 1.42857rem;
    padding: 1.213563rem 1.6258rem;
    border-left-width: 5px;
    max-width: 47.5%;
  }
}

@media screen and (max-width: 500px) {
  .notice_area {
      z-index: 1;
      position: relative;
      margin: 0 0 5vw;
      padding: 2.5vw 0;
      top: auto;
      right: auto;
      text-align: center;
      color: #fff;
      background: #0a2986;
      border: 0;
      max-width: 100%;
  }
}

.page_title {
  color: #0a2986;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .page_title {
    font-size: 5.86667vw;
      letter-spacing: -1.5px;
  }
}

.page_text {
  margin-top: 23px;
  font-size: 1.8rem;
  line-height: 32px;
  text-align: center;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .page_text {
    margin-top: 1.8254rem;
    font-size: 1.42857rem;
    line-height: 2.53968rem;
  }
}

@media screen and (max-width: 500px) {
  .page_text {
    width: 91%;
    margin: 3.06667vw auto 0;
    text-align: left;
  }
}

.anxieties {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 980px) {
  .anxieties {
    margin-top: 4.7619rem;
  }
}

@media screen and (max-width: 500px) {
  .anxieties {
    display: block;
    margin-top: 8vw;
  }
}

.anxieties__item {
  width: 340px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .anxieties__item {
    width: 26.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .anxieties__item {
    width: 220px;
    margin: auto;
  }
}

.anxieties__item:not(:first-child) {
  margin-left: 30px;
}

@media screen and (max-width: 980px) {
  .anxieties__item:not(:first-child) {
    margin-left: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .anxieties__item:not(:first-child) {
    margin: 6.66667vw auto 0;
  }
}

.anxieties__item img {
  width: 100%;
  height: auto;
}

.assessment_important {
  position: relative;
  width: 100%;
  margin: 40px 0 0;
  padding: 50px 0 40px;
  border: solid 4px #ef8400;
  background: #fff9f3;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .assessment_important {
    margin: 3.1746rem 0;
    padding: 3.96825rem 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .assessment_important {
    margin: 5.33333vw 0;
    padding: 5.33333vw 3.4vw 6.66667vw;
  }
}

.assessment_important:after {
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 32px 106px 0 106px;
  border-style: solid;
  border-color: #0a2986 transparent transparent transparent;
  content: '';
}

@media screen and (max-width: 980px) {
  .assessment_important:after {
    bottom: -4.7619rem;
    border-width: 2.53968rem 8.4127rem 0 8.4127rem;
  }
}

@media screen and (max-width: 500px) {
  .assessment_important:after {
    bottom: -8vw;
    border-width: 4.26667vw 14.13333vw 0 14.13333vw;
  }
}

.assessment_important_heading {
  display: inline-block;
  padding: 0 0 0 10px;
  color: #0a2986;
  font-size: 2.6rem;
}

.assessment_important_heading .underline {
  background: linear-gradient(transparent 71%, #ff0 0%);
}

@media screen and (max-width: 980px) {
  .assessment_important_heading {
    padding: 0 0 0 0.79365rem;
    font-size: 2.06349rem;
  }
}

@media screen and (max-width: 500px) {
  .assessment_important_heading {
    padding: 0;
    font-size: 3.73333vw;
    line-height: 9vw;
  }
}

.assessment_important_heading .orange {
  color: #ef8400;
  font-size: 3.8rem;
}

@media screen and (max-width: 980px) {
  .assessment_important_heading .orange {
    font-size: 3.01587rem;
  }
}

@media screen and (max-width: 500px) {
  .assessment_important_heading .orange {
    font-size: 5.06667vw;
  }
}

.assessment_important_heading .orange .dots {
  position: relative;
}

.assessment_important_heading .orange .dots:before {
  position: absolute;
  top: -3px;
  left: 40%;
  width: .2em;
  height: .2em;
  border-radius: 50px;
  background-color: #ef8400;
  content: "";
}

.assessment_important_text {
  position: relative;
  width: 870px;
  margin: 25px auto 0 149px;
  padding-left: 110px;
  font-size: 1.8rem;
  text-align: left;
}

@media screen and (max-width: 980px) {
  .assessment_important_text {
        width: 72.49206rem;
        margin: 1.98413rem auto 0 9.38095rem;
    padding-left: 8.73016rem;
    font-size: 1.42857rem;
  }
}

@media screen and (max-width: 500px) {
  .assessment_important_text {
    width: 100%;
    margin: 3vw auto 0;
    padding-left: 17.667vw;
    font-size: 3.2vw;
  }
}

.assessment_important_text:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background-image: url("./../../../../img/add-value/migration/icon-point.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

@media screen and (max-width: 980px) {
  .assessment_important_text:before {
    width: 7.14286rem;
    height: 7.14286rem;
  }
}

@media screen and (max-width: 500px) {
  .assessment_important_text:before {
    width: 15vw;
    height: 15vw;
  }
}

.assessment_bnr {
  width: 100%;
  margin: 85px 0 0;
  padding: 6px;
  background: #00a0ea;
  color: #fff;
}

@media screen and (max-width: 980px) {
  .assessment_bnr {
    margin: 6.74603rem 0 0;
    padding: 0.47619rem;
  }
}

@media screen and (max-width: 500px) {
  .assessment_bnr {
    margin: 11.33333vw 0 0;
    padding: 0.8vw;
  }
}

.assessment_bnr-inner {
  width: 100%;
  padding: 28px 0 25px;
  border: solid 2px #fff;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .assessment_bnr-inner {
    padding: 2.22222rem 0 1.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .assessment_bnr-inner {
    padding: 3.73333vw 0 3.33333vw;
  }
}

.assessment_bnr_heading {
  font-size: 2.0rem;
}

@media screen and (max-width: 980px) {
  .assessment_bnr_heading {
    font-size: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .assessment_bnr_heading {
    font-size: 3.33333vw;
  }
}

.assessment_bnr_name {
  margin: 10px 0 0;
  font-family: Roboto,'Droid Sans';
  font-size: 5.8rem;
  font-style: italic;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .assessment_bnr_name {
    margin: 0.79365rem 0 0;
    font-size: 4.60317rem;
  }
}

@media screen and (max-width: 500px) {
  .assessment_bnr_name {
    margin: 1.33333vw 0 0;
    font-size: 6.66667vw;
  }
}

.feature {
  margin-top: 60px;
}

@media screen and (max-width: 980px) {
  .feature {
    margin-top: 4.7619rem;
  }
}

@media screen and (max-width: 500px) {
  .feature {
    margin-top: 8vw;
  }
}

.feature .subtitle-h3 {
  margin-bottom: 25px;
}

@media screen and (max-width: 980px) {
  .feature .subtitle-h3 {
    margin-bottom: 1.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .subtitle-h3 {
    margin-bottom: 3.33333vw;
  }
}

.feature .title-h4 {
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .feature .title-h4 {
    font-size: 1.74603rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .title-h4 {
    font-size: 3.46667vw;
  }
}

.feature .title-h4:before {
  height: 24px;
  margin-top: calc(-21px/2);
}

.feature .title-h4 + .text {
  margin-top: 10px;
}

.feature .text {
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .feature .text {
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .text {
    font-size: 2.93333vw;
  }
}

.feature .section-inner {
  padding-bottom: 60px;
  border-bottom: dashed 1px #d2d2d2;
}

@media screen and (max-width: 980px) {
  .feature .section-inner {
    padding-bottom: 4.7619rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .section-inner {
    padding-bottom: 8vw;
  }
}

.feature_list {
  display: flex;
  justify-content: space-between;
  width: 720px;
  margin: 38px auto 0;
}

@media screen and (max-width: 980px) {
  .feature_list {
    width: 57.14286rem;
    margin: 3.01587rem auto 0;
  }
}

@media screen and (max-width: 500px) {
  .feature_list {
    display: block;
    width: 67%;
  }
}

.feature_list_item {
  position: relative;
  width: 300px;
  height: 300px;
  border: solid 2px #0a2986;
  border-radius: 150px;
  background: linear-gradient(180deg, #0a2986 0%, #0a2986 28.66667%, #e8eaf6 28.66667%, #e8eaf6 100%);
}

@media screen and (max-width: 980px) {
  .feature_list_item {
    width: 23.80952rem;
    height: 23.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .feature_list_item {
    width: 100%;
    height: 62vw;
  }
}

@media screen and (max-width: 500px) {
  .feature_list_item:first-of-type {
    margin-bottom: 20vw;
  }
}

.feature_list_item:first-of-type:before {
  position: absolute;
  top: 50%;
  right: -100px;
  width: 70px;
  height: 35px;
  transform: translateY(-50%);
  background-image: url("./../../../../img/add-value/migration/img.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

@media screen and (max-width: 980px) {
  .feature_list_item:first-of-type:before {
    right: -7.93651rem;
    width: 5.55556rem;
    height: 2.77778rem;
  }
}

@media screen and (max-width: 500px) {
  .feature_list_item:first-of-type:before {
    top: auto;
    right: 50%;
    bottom: -14vw;
    width: 13vw;
    height: 8vw;
    transform: translate(46%, 0) rotate(90deg);
  }
}

.feature_list_item:last-of-type .feature_list_item-text {
  width: 240px;
  margin: 44px auto 0;
  font-feature-settings: "palt";
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .feature_list_item:last-of-type .feature_list_item-text {
    width: 19.04762rem;
    margin: 3.49206rem auto 0;
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .feature_list_item:last-of-type .feature_list_item-text {
    width: 42vw;
    margin: 5.667vw auto 0;
    font-size: 3.2vw;
  }
}

.feature_list_item-heading {
  margin: 45px 0 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .feature_list_item-heading {
    margin: 3.57143rem 0 0;
    font-size: 1.42857rem;
  }
}

@media screen and (max-width: 500px) {
  .feature_list_item-heading {
    margin: 10vw 0 0;
    font-size: 3.33333vw;
  }
}

.feature_list_item .icon-assessment:before {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 28px;
  height: 28px;
  margin-left: -14px;
  background-image: url("./../../../../img/add-value/migration/icon-assessment.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

@media screen and (max-width: 980px) {
  .feature_list_item .icon-assessment:before {
    top: -2.38095rem;
    width: 2.22222rem;
    height: 2.22222rem;
    margin-left: -1.11111rem;
  }
}

.feature_list_item .icon-version:before {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 28px;
  height: 25px;
  margin-left: -14px;
  background-image: url("./../../../../img/add-value/migration/icon-version.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

@media screen and (max-width: 980px) {
  .feature_list_item .icon-version:before {
    top: -2.38095rem;
    width: 2.22222rem;
    height: 1.98413rem;
    margin-left: -1.11111rem;
  }
}

.feature_list_item-text {
  width: 180px;
  margin: 44px auto 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .feature_list_item-text {
    width: 14.28571rem;
    margin: 3.49206rem auto 0;
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .feature_list_item-text {
    width: 31vw;
    margin: 5.667vw auto 0;
    font-size: 3.2vw;
  }
}

.feature_list_item-text li {
  padding-left: 1em;
  text-indent: -1em;
}

.feature_list_item-text li + li {
  margin: 2px 0 0;
}

.feature_list_item-text li:before {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 3px;
  background: #0a2986;
  content: '';
}

.feature_assessment {
  margin: 60px 0 0;
}

@media screen and (max-width: 980px) {
  .feature_assessment {
    margin: 4.7619rem 0 0;
  }
}

.feature_assessment_menu-title {
  margin: 45px 0 0;
  color: #0a2986;
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .feature_assessment_menu-title {
    margin: 3.57143rem 0 0;
    font-size: 1.5873rem;
  }
}

.feature_assessment_menu-table {
  width: 100%;
  margin: 15px 0 0;
  border: solid 1px #e4e4e4;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  .feature_assessment_menu-table {
    margin: 1.19048rem 0 0;
    font-size: 1.11111rem;
  }
}

.feature_assessment_menu-table thead {
  background: #80c26a;
}

.feature_assessment_menu-table thead th {
  padding: 18px;
  border: solid 1px #e4e4e4;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .feature_assessment_menu-table thead th {
    padding: 1.42857rem;
  }
}

.feature_assessment_menu-table tbody tr td {
  padding: 18px;
  border: solid 1px #e4e4e4;
}

@media screen and (max-width: 980px) {
  .feature_assessment_menu-table tbody tr td {
    padding: 1.42857rem;
  }
}

.feature_assessment_menu-table tbody tr td:first-child {
  width: 260px;
  background-color: #f7fbff;
}

@media screen and (max-width: 980px) {
  .feature_assessment_menu-table tbody tr td:first-child {
    width: 20.63492rem;
  }
}

.feature_assessment_menu-table tbody tr td:nth-child(2) {
  width: 680px;
  padding: 18px 20px 18px 10px;
  letter-spacing: -0.1rem;
}

@media screen and (max-width: 980px) {
  .feature_assessment_menu-table tbody tr td:nth-child(2) {
    width: 53.96825rem;
    padding: 1.42857rem 1.5873rem 1.42857rem 0.79365rem;
  }
}

.feature_assessment_menu-table tbody tr td:nth-child(3) {
  width: 177px;
  padding: 18px 20px;
}

@media screen and (max-width: 980px) {
  .feature_assessment_menu-table tbody tr td:nth-child(3) {
    width: 14.04762rem;
    padding: 1.42857rem 1.5873rem;
  }
}

.feature_assessment_menu-notes {
  margin: 15px 0 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 980px) {
  .feature_assessment_menu-notes {
    margin: 1.19048rem 0 0;
    font-size: 0.95238rem;
  }
}

.report {
  margin: 60px 0 0;
}

@media screen and (max-width: 980px) {
  .report {
    margin: 4.7619rem 0 0;
  }
}

.report img {
  width: 100%;
  height: auto;
}

.report_heading {
  margin: 45px 0 0;
  color: #0a2986;
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .report_heading {
    margin: 3.57143rem 0 0;
    font-size: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .report_heading {
    margin: 6vw 0 0;
    font-size: 3.33333vw;
  }
}

.report_image {
  width: calc(1976px / 2);
  margin: 30px auto 0;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .report_image {
    width: 78.4127rem;
    margin: 2.38095rem auto 0;
  }
}

@media screen and (max-width: 500px) {
  .report_image {
    width: 90%;
    margin: 4vw auto 0;
  }
}

.report_tool {
  position: relative;
  width: 100%;
  margin: 75px 0 0;
  padding: 28px 92px 28px 46px;
  border: solid 4px #00a0e8;
}

@media screen and (max-width: 980px) {
  .report_tool {
    margin: 5.95238rem 0 0;
    padding: 2.22222rem 4.92063rem 2.22222rem 3.65079rem;
  }
}

@media screen and (max-width: 500px) {
  .report_tool {
    margin: 10vw 0 0;
    padding: 3.73333vw 8.26667vw 3.73333vw 6.13333vw;
  }
}

.report_tool .documents .title {
  margin: 0;
  color: #00a0e8;
  font-size: 2.0rem;
}

@media screen and (max-width: 980px) {
  .report_tool .documents .title {
    margin:0;
    font-size: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .report_tool .documents .title {
    margin: 0;
    font-size: 3.8vw;
  }
}

.report_tool .documents .text {
  margin: 8px 0 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .report_tool .documents .text {
    margin: 0.89048rem 0 0;
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .report_tool .documents .text {
    margin: 2vw 0 0;
    font-size: 2.93333vw;
  }
}

.report_tool::after {
  position: absolute;
  top: 46%;
  right: 30px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  border-top: 4px solid #00a0e8;
  border-right: 4px solid #00a0e8;
  content: "";
  transition: right 0.5s ease-out,opacity 0.5s ease-out;
}

@media screen and (max-width: 980px) {
  .report_tool::after {
    right: 20px;
  }
}

.report_tool:hover::after {
  right: 20px;
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
}

@media screen and (max-width: 500px) {
  .report_tool:hover::after {
    right: 10px;
  }
}

.report .title-h4 {
  margin: 75px 0 0;
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .report .title-h4 {
    margin: 5.95238rem 0 0;
    font-size: 1.74603rem;
  }
}

@media screen and (max-width: 500px) {
  .report .title-h4 {
    margin: 10vw 0 0;
    font-size: 3.46667vw;
  }
}

.report .title-h4:before {
  height: 24px;
  margin-top: calc(-21px/2);
}

.report_text {
  margin: 10px 0 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .report_text {
    margin: 0.79365rem 0 0;
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .report_text {
    margin: 1.33333vw 0 0;
    font-size: 2.93333vw;
  }
}

a.jiecvisualizer_hana {
  display: block;
  color: #1F1F1f !important;
}

a.jiecvisualizer_hana,
h3.title,
.report_tool {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

a.jiecvisualizer_hana:hover {
  background: rgba(0, 160, 232, 0.5);
}

a.jiecvisualizer_hana:hover h3.title {
  color: #FFF;
}

.contact {
  margin-top: 0;
}

.contact .btnbox {
  text-align: center;
}

/*# sourceMappingURL=../../../../css-map/pages/add-value/migration/index.css.map */
