.page_title, .point .point_title {
  font-size: 3.4rem;
}

@media screen and (max-width: 980px) {
  .page_title, .point .point_title {
    font-size: 2.69841rem;
  }
}

@media screen and (max-width: 500px) {
  .page_title, .point .point_title {
    font-size: 4.53333vw;
  }
}

.point .point_text {
  font-size: 1.5rem;
}

@media screen and (max-width: 980px) {
  .point .point_text {
    font-size: 1.19048rem;
  }
}

@media screen and (max-width: 500px) {
  .point .point_text {
    font-size: 3.33333vw;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .flex {
    display: block;
  }
}

@media screen and (max-width: 980px) {
  .thum_img img {
    width: 100%;
  }
}

.thumbox li {
  box-sizing: border-box;
  position: relative;
  width: calc(99.99%/3);
  height: 430px;
  padding: 28px 0 29px;
  border-right: 1px solid #102d87;
  background-color: #ffffff;
}

@media screen and (max-width: 980px) {
  .thumbox li {
    height: 31.74603rem;
    padding: 2.22222rem 0 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .thumbox li {
    width: 100%;
    height: auto;
    padding: 5.33333vw 3.33333vw 5.33333vw;
    border-right: none;
  }
}

.thumbox li:last-of-type {
  border-right: none;
}

.thumbox li .caption {
  padding: 0 38px;
}

@media screen and (max-width: 980px) {
  .thumbox li .caption {
    padding: 0 3rem;
  }
}

@media screen and (max-width: 500px) {
  .thumbox li .caption {
    padding: 1.33333vw 0 0;
  }
}

.thumbox li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 134px;
  margin-left: 20px;
  content: "";
}

@media screen and (max-width: 980px) {
  .thumbox li:before {
    width: 1.34921rem;
    height: 10.63492rem;
    margin-left: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .thumbox li:before {
    width: 3.06667vw;
    height: 35.73333vw;
    margin-left: 4.667vw;
  }
}

.thumbox li:nth-of-type(1):before {
  background-image: url("./../../../img/support-service/flag01.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.thumbox li:nth-of-type(2):before {
  background-image: url("./../../../img/support-service/flag02.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.thumbox li:nth-of-type(3):before {
  background-image: url("./../../../img/support-service/flag03.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 500px) {
  .thumbox li:nth-of-type(1n+2) {
    margin-top: 4.66667vw;
  }
}

.thum_caption {
  transform: skew(-6deg);
  color: #f18500;
  font-size: 2.4rem;
  line-height: 32px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .thum_caption {
    font-size: 1.90476rem;
    line-height: 2.53968rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_caption {
    font-size: 5vw;
    line-height: 6.5vw;
  }
}

@media screen and (max-width: 500px) {
  .thum_caption .num {
    font-size: 5.33333vw;
  }
}

.thum_caption + .num-box {
  color: #ff8d00;
  font-weight: 700;
  text-align: center;
}

.thum_caption + .num-box .num {
  font-size: 5.8rem;
}

@media screen and (max-width: 980px) {
  .thum_caption + .num-box .num {
    font-size: 4.60317rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_caption + .num-box .num {
    font-size: 13vw;
  }
}

.thum_caption + .num-box .min-font {
  font-size: 2.4rem;
}

@media screen and (max-width: 980px) {
  .thum_caption + .num-box .min-font {
    font-size: 1.90476rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_caption + .num-box .min-font {
    font-size: 5.06667vw;
  }
}

.thum_caption .min {
  position: relative;
  top: -7px;
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  .thum_caption .min {
    top: -0.55556rem;
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_caption .min {
    font-size: 2.66667vw;
  }
}

.thum_text {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 26px;
  letter-spacing: -0.06em;
}

@media screen and (max-width: 980px) {
  .thum_text {
    font-size: 1.26984rem;
    line-height: 2.06349rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_text {
    font-size: 3.2vw;
  }
}

.thum_text .min {
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  .thum_text .min {
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_text .min {
    font-size: 2.66667vw;
  }
}

.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/mv_support.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/mv_support_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;
  height: 300px;
  position: relative;
  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;
  }
}

.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;
  }
}

.point {
  position: relative;
  max-width: 2000px;
  margin: 77px auto 0;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a2986;
}

@media screen and (max-width: 980px) {
  .point {
    margin: 5.80952rem auto 0;
  }
}

@media screen and (max-width: 500px) {
  .point {
    margin: 6.4vw auto 0;
  }
}

@media screen and (max-width: 980px) {
  .point {
    padding-top: 2.38095rem;
    padding-bottom: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .point {
    padding-top: 6.66667vw;
    padding-bottom: 6.66667vw;
  }
}

.point .section-inner {
  z-index: 1;
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 500px) {
  .point .section-inner {
    margin-top: 20px;
  }
}

.sec-point__heading {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 500px) {
.sec-point__heading {
    font-size: 5.3vw;
  }
}

.point .point_title {
  color: #0a2986;
}

.point .point_text {
  color: #ff8d00;
}

@media screen and (max-width: 500px) {
  .point .point_text {
    margin-top: 0vw;
  }
}

@media screen and (max-width: 500px) {
  .point .point_textbox {
    padding: 0 2.66667vw;
  }
}

@media screen and (max-width: 500px) {
  .point .point_results {
    width: 80%;
    margin: 0 auto;
  }
}

.point .point_results-desc {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.625;
}

@media screen and (max-width: 980px) {
  .point .point_results-desc {
    margin-top: 1.5873rem;
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .point .point_results-desc {
    margin-top: 2vw;
    font-size: 3.46667vw;
  }
}

.point .btnbox {
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .point .btnbox {
    margin-top: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .point .btnbox {
    margin-top: 6.66667vw;
  }
}

.point .btnbox .btnlink span {
  color: #ffffff;
}

.point .btnbox .btnlink:after {
  right: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 501px) {
  .point .btnbox .btnlink:hover span {
    color: #00367e;
  }
  .point .btnbox .btnlink:hover:after {
    right: 0;
    left: auto;
    width: 0;
  }
  .point .btnbox .btnlink:hover:after span {
    color: #00367e;
  }
}

.link_contents {
  margin: 60px 0 80px;
}

@media screen and (max-width: 980px) {
  .link_contents {
    margin: 4.7619rem 0 6.34921rem;
  }
}

@media screen and (max-width: 500px) {
  .link_contents {
    margin: 8vw 0 10.66667vw;
  }
}

.link_contents a {
  display: block;
  position: relative;
  transition: opacity 0.5s ease-out;
}

@media screen and (min-width: 501px) {
  .link_contents a:hover {
    opacity: .7 !important;
  }
  .link_contents a:hover .motion:before {
    right: -40px !important;
    opacity: .87 !important;
  }
}

.link_contents .caption_link {
  padding: 138px 30px 15px;
  font-size: 2.0rem;
  background-repeat: no-repeat;
  background-position: center bottom, center;
}

@media screen and (max-width: 980px) {
  .link_contents .caption_link {
    padding: 12.4489795918rem 2.38095rem 1.5306122449rem;
    font-size: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .link_contents .caption_link {
    padding: 18.6666666667vw 4vw 2vw;
    font-size: 4.8vw;
  }
}

.link_contents .caption_link span {
  position: relative;
  color: #fff;
  font-weight: bold;
}

.link_contents .caption_link span:before {
  position: absolute;
  top: 50%;
  right: -30px;
  width: 7px;
  height: 7px;
  margin-top: calc(-7px/2);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transition: right 0.5s ease-out,opacity 0.5s ease-out;
}

@media screen and (max-width: 980px) {
  .link_contents .caption_link span:before {
    right: -2.38095rem;
    width: 0.55556rem;
    height: 0.55556rem;
    margin-top: calc(-0.55556vw/2);
  }
}

@media screen and (max-width: 500px) {
  .link_contents .caption_link span:before {
    right: -4vw;
    width: 2vw;
    height: 2vw;
    margin-top: 10px;
  }
    .link_contents .caption_link span.single:before {
        margin-top: calc(-1vw / 2)!important;
    }
}

.link_contents .caption_text {
  color: #1f1f1f;
  font-size: 1.6rem;
  padding: 25px 25px 30px;
  letter-spacing: -0.05rem;
}

@media screen and (max-width: 980px) {
  .link_contents .caption_text {
    font-size: 1.26984rem;
    padding: 1.98413rem 2rem 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .link_contents .caption_text {
    font-size: 3.06667vw;
    padding: 3.33333vw 4vw 4vw;
    letter-spacing: 0;
  }
}

.link_thum-box article {
  box-sizing: border-box;
  width: 540px;
  border: 1px solid #e0e0e0;
}

@media screen and (max-width: 980px) {
  .link_thum-box article {
    width: 42.85714rem;
  }
}

@media screen and (max-width: 500px) {
  .link_thum-box article {
    width: 89.33333%;
    margin: auto;
  }
}

.link_thum-box article figure img {
  width: 100%;
}

.link_thum-box article:nth-of-type(1n+3) {
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .link_thum-box article:nth-of-type(1n+3) {
    margin-top: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .link_thum-box article:nth-of-type(1n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .link_thum-box article:nth-of-type(1n+2) {
    margin-top: 5.33333vw;
  }
}

.contact {
  margin-top: 0;
}

.contact .btnbox {
  text-align: center;
}

/* 20211211 追記 */
.caption_link01 {
  background-image: url("./../../../img/add-value/link-title_bg.png"),
  url("./../../../img/support-service/link-thum01.png");
}
.caption_link02 {
  background-image: url("./../../../img/add-value/link-title_bg.png"),
  url("./../../../img/support-service/link-thum02.png");
}
.caption_link03 {
  background-image: url("./../../../img/add-value/link-title_bg.png"),
  url("./../../../img/support-service/link-thum03.png");
}
.caption_link04 {
  background-image: url("./../../../img/add-value/link-title_bg.png"),
  url("./../../../img/support-service/link-thum04.png");
}
.caption_link05 {
  background-image: url("./../../../img/add-value/link-title_bg.png"),
  url("./../../../img/support-service/link-thum05.png");
}
.caption_link06 {
  background-image: url("./../../../img/add-value/link-title_bg.png"),
  url("./../../../img/support-service/link-thum06.png");
}
.caption_link-case_studies {
  background-image: url("./../../../img/add-value/link-title_bg.png"),
  url("./../../../img/add-value/link-thum_case.png");
}
/* 20220304 追記 */
.trouble {
  margin-top: 55px;
}

@media screen and (max-width: 980px) {
  .trouble {
    margin-top: 5.612rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble {
    margin-top: 8.2vw;
  }
}

.trouble_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 46px;
}

@media screen and (max-width: 980px) {
  .trouble_list {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .trouble_list {
    margin-top: 5.7vw;
  }
}

.trouble_list-item {
  width: 340px;
  border-radius: 10px;
  padding: 29px 10px 29px 90px;
  margin: 30px 30px 0 0;
  border: 3px solid #0a2986;
  background-color: #e5f6ff;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 980px) {
  .trouble_list-item {
    width: 290px;
    margin: 15px 15px 0 0;
    padding: 20px 10px 20px 75px;
  }
}

.trouble_list-item:nth-child(-n+3) {
  margin-top: 0;
}

.trouble_list-item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 500px) {
  .trouble_list-item {
    width: 100%;
    padding: 3vw 2vw 3vw 18vw;
    margin: 4vw 0 0;
    border-width: 2px;
    height: 65px;
  }

  .trouble_list-item:nth-child(-n+3) {
    margin-top: 15px;
  }

  .trouble_list-item:first-child {
    margin-top: 0;
  }
}

.trouble_list-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 60px;
  height: 75px;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media screen and (max-width: 980px) {
  .trouble_list-item::before {
    left: 15px;
    width: 50px;
    height: 65px;
  }
}

@media screen and (max-width: 500px) {
  .trouble_list-item::before {
    left: 15px;
    width: 40px;
    height: 45px;
  }
}

.trouble_list-item--first.trouble_list-item::before {
  background-image: url('./../../../img/support-service/trouble_icon1.png');
}

.trouble_list-item--second.trouble_list-item::before {
  background-image: url('./../../../img/support-service/trouble_icon2.png');
}

.trouble_list-item--third.trouble_list-item::before {
  background-image: url('./../../../img/support-service/trouble_icon3.png');
}

.trouble_list-item--four.trouble_list-item::before {
  background-image: url('./../../../img/support-service/trouble_icon4.png');
}

.trouble_list-item--five.trouble_list-item::before {
  background-image: url('./../../../img/support-service/trouble_icon5.png');
}

.trouble_list-text {
  color: #0a2986;
  font-size: 2rem;
  font-weight: bold;
}

.trouble_list-text--long {
  letter-spacing: -0.03em;
}

@media screen and (max-width: 980px) {
  .trouble_list-text {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble_list-text {
    font-size: 3.3vw;
    letter-spacing: -0.03em;
    line-height: 1.6;
  }
}

/*# sourceMappingURL=../../../css-map/pages/support-service/index.css.map */
