.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;
  }
}

.wrapper .subtitle-h3 {
  margin-bottom: 25px;
}

@media screen and (max-width: 980px) {
  .wrapper .subtitle-h3 {
    margin-bottom: 1.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .wrapper .subtitle-h3 {
    margin-bottom: 3.33333vw;
  }
}

.wrapper .title-h4 {
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .wrapper .title-h4 {
    font-size: 1.74603rem;
  }
}

@media screen and (max-width: 500px) {
  .wrapper .title-h4 {
    font-size: 3.46667vw;
  }
}

.wrapper .title-h4:before {
  height: 24px;
  margin-top: calc(-21px/2);
}

.wrapper .title-h4 + .text {
  margin-top: 10px;
}

.wrapper .title-h4:nth-of-type(1n+2) {
  margin-top: 70px;
}

.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/support-service/transition/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/support-service/transition/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;
  }
}

.method {
  margin-top: 48px;
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  .method {
    margin-top: 3.80952rem;
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .method {
    font-size: 2.93333vw;
  }
}

.method .method_table *, .method .method_table *:before, .method .method_table *:after {
  box-sizing: border-box;
}

@media screen and (max-width: 500px) {
  .method tr:first-child th {
    border-top: 1px solid #dddddd;
  }
}

.method .method_table {
  width: 100%;
  margin: 25px 0;
  border-collapse: collapse;
}

@media screen and (max-width: 980px) {
  .method .method_table {
    margin: 1.98413rem 0;
  }
}

@media screen and (max-width: 500px) {
  .method .method_table {
    margin: 3.33333vw 0;
  }
}

.method .method_table th, .method .method_table td {
  padding: 10px;
  border: 1px solid #dddddd;
}

@media screen and (max-width: 500px) {
  .method .method_table th, .method .method_table td {
    display: block;
    width: 100%;
    padding: 2.66667vw;
    border-top: none;
  }
}

.method .method_table th {
  width: 30%;
  background-color: #0085c1;
  color: #fff;
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 500px) {
  .method .method_table th {
    width: 100%;
  }
}

.method .method_table tr:nth-child(odd) td {
  background: #f7fbff;
}

.method .method_table tr:nth-child(even) td {
  background: #ebf4ff;
}

.method .title-h4 {
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .method .title-h4 {
    font-size: 1.74603rem;
  }
}

@media screen and (max-width: 500px) {
  .method .title-h4 {
    font-size: 3.46667vw;
  }
}

.method .title-h4:before {
  height: 24px;
  margin-top: calc(-21px/2);
}

.method .title-h4 + .text {
  margin-top: 10px;
}

.method .title-h4:nth-of-type(1n+2) {
  margin-top: 70px;
}

.case {
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  .case {
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .case {
    font-size: 2.93333vw;
  }
}

.case .case_table *, .case .case_table *:before, .case .case_table *:after {
  box-sizing: border-box;
}

.case .case_table {
  width: 100%;
  margin-top: 40px;
  border-collapse: collapse;
}

@media screen and (max-width: 980px) {
  .case .case_table {
    margin-top: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .case .case_table {
    margin-top: 5.33333vw;
  }
}

.case .case_table th {
  width: 13%;
  padding: 10px;
  border: 1px solid #dddddd;
  background: #3880a8;
  color: #fff;
  font-weight: normal;
}

@media screen and (max-width: 500px) {
  .case .case_table th {
    width: auto;
    padding: 1.33333vw;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #dddddd;
  }
}

@media screen and (max-width: 500px) {
  .case .case_table th:last-child {
    border-bottom: 1px solid #dddddd;
  }
}

.case .case_table td {
  padding: 10px;
  border: 1px solid #dddddd;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 500px) {
  .case .case_table td {
    padding: 1.33333vw;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #dddddd;
  }
}

@media screen and (max-width: 500px) {
  .case .case_table:last-child {
    border-bottom: 1px solid #dddddd;
  }
}

@media screen and (max-width: 500px) {
  .case .case_table tbody {
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.case .case_table tbody tr:nth-child(odd) {
  background: #f7fbff;
}

.case .case_table tbody tr:nth-child(even) {
  background: #ebf4ff;
}

@media screen and (max-width: 500px) {
  .case .case_table tbody tr {
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  .case .case_table thead {
    overflow-x: scroll;
  }
}

.case-first, .case-second {
  margin-bottom: 60px;
}

@media screen and (max-width: 980px) {
  .case-first, .case-second {
    margin-bottom: 4.7619rem;
  }
}

@media screen and (max-width: 500px) {
  .case-first, .case-second {
    margin-bottom: 8vw;
  }
}

.case-first_box, .case-second_box {
  margin-bottom: 25px;
  padding: 20px;
}

@media screen and (max-width: 980px) {
  .case-first_box, .case-second_box {
    margin-bottom: 1.98413rem;
    padding: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .case-first_box, .case-second_box {
    margin-bottom: 3.33333vw;
    padding: 2.66667vw;
  }
}

.case-first_list, .case-second_list {
  margin: 0 0 25px 0;
}

@media screen and (max-width: 980px) {
  .case-first_list, .case-second_list {
    margin: 0 0 1.98413rem 0;
  }
}

@media screen and (max-width: 500px) {
  .case-first_list, .case-second_list {
    margin: 1.33333vw 0 3.33333vw 2vw;
  }
}

.case-first_list li, .case-second_list li {
  display: flex;
  align-items: center;
  margin-top: 5px;
  list-style: none;
}

.case-first_list li:first-of-type, .case-second_list li:first-of-type {
  margin-top: 0;
}

.case-first_list li .checkicon, .case-second_list li .checkicon {
  width: 17px;
  height: 15px;
  background-image: url("./../../../../img/add-value/tegata/icon-list_on.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 980px) {
  .case-first_list li .checkicon, .case-second_list li .checkicon {
    width: 1.34921rem;
    height: 1.19048rem;
  }
}

@media screen and (max-width: 500px) {
  .case-first_list li .checkicon, .case-second_list li .checkicon {
    width: 4vw;
    height: 3.2vw;
  }
}

.case-first_list li .checkicon + span, .case-second_list li .checkicon + span {
  width: 590px;
  padding-left: 15px;
}

@media screen and (max-width: 980px) {
  .case-first_list li .checkicon + span, .case-second_list li .checkicon + span {
    width: 46.8254rem;
    padding-left: 1.19048rem;
  }
}

.case-first .bold, .case-second .bold {
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .case-first .img, .case-second .img {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .case-first .img, .case-second .img {
    width: 700px;
  }
}

.case-first .img img, .case-second .img img {
  width: 100%;
}

.list .scroll, .case .scroll {
  overflow: auto;
  white-space: nowrap;
}

.list .scroll::-webkit-scrollbar, .case .scroll::-webkit-scrollbar {
  height: 5px;
}

.list .scroll::-webkit-scrollbar-track, .case .scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.list .scroll::-webkit-scrollbar-thumb, .case .scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.page_title {
  color: #0a2986;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .page_title {
    font-size: 5.86667vw;
  }
}

.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;
  }
}

.contact {
  margin-top: 0;
}

.contact .btnbox {
  text-align: center;
}

.main-visual_title-dot {
  margin: 0 -10px;
}

@media screen and (max-width: 500px) {
  .main-visual_title-dot {
    margin: 0 -5px;
  }
}

.case_table__indent {
  text-indent: -16px;
  padding-left: 16px;
}

@media screen and (max-width: 500px) {
  .case_table__indent {
    text-indent: -10px;
    padding-left: 10px;
  }
}

/*# sourceMappingURL=../../../../css-map/pages/support-service/transition/index.css.map */
