.flex {
  display: flex;
  flex-wrap: wrap;
}

@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/why-scsk/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/why-scsk/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;
    height: 46vw;
  }
}

.article_strength {
  height: 410px;
  padding-top: 25px;
  background-image: url("./../../../img/why-scsk/bg_strength.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 980px) {
  .article_strength {
    height: 33rem;
    padding-top: 1.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .article_strength {
    height: auto;
    padding-top: 8vw;
    background-image: url("./../../../img/why-scsk/bg_strength_sp.jpg");
    background-size: 100%;
  }
}

@media screen and (max-width: 500px) {
  .article_strength .section-inner {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .strength_titlebox {
    width: 94.66667%;
    margin: auto;
  }
}

.strength_title {
  padding-top: 50px;
  color: #ffffff;
  font-size: 6.6rem;
  text-shadow: 0px 2px 40px #000000;
}

@media screen and (max-width: 980px) {
  .strength_title {
    padding-top: 3.96825rem;
    font-size: 5.2381rem;
  }
}

@media screen and (max-width: 500px) {
  .strength_title {
    margin-left: 2.66667vw;
    padding-top: 0;
    font-size: 11.46667vw;
  }
}

.strength_sub-title {
  z-index: 1;
  position: relative;
  left: -60px;
  width: 569px;
  margin-top: 20px;
}

.strength_sub-title img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 980px) {
  .strength_sub-title {
    left: -4.7619rem;
    width: 45.15873rem;
    margin-top: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .strength_sub-title {
    left: 0;
    width: 100%;
    margin-top: 4vw;
  }
}

.strength_textbox {
  z-index: 0;
  position: relative;
  padding-top: 50px;
}

@media screen and (max-width: 980px) {
  .strength_textbox {
    padding-top: 3.96825rem;
  }
}

@media screen and (max-width: 500px) {
  .strength_textbox {
    margin-top: 5.33333vw;
    padding: 6.66667vw 12vw 0;
  }
}

.strength_textbox:before {
  z-index: -1;
  position: absolute;
  top: -30px;
  right: -790px;
  width: 1745px;
  height: 415px;
  background-image: url("./../../../img/why-scsk/decoration01.png");
  background-size: 100%;
  content: "";
}

@media screen and (max-width: 980px) {
  .strength_textbox:before {
    top: -2.38095rem;
    right: -62.69841rem;
    width: 138.49206rem;
    height: 33.5rem;
  }
}

@media screen and (max-width: 500px) {
  .strength_textbox:before {
    top: 0;
    right: 0;
    width: 100vw;
    height: 126.93333vw;
    background-image: url("./../../../img/why-scsk/decoration01_sp.png");
    background-size: cover;
  }
}

.strength_textbox p {
  margin-top: 27px;
  font-size: 1.65rem;
}

@media screen and (max-width: 980px) {
  .strength_textbox p {
    margin-top: 2.57778rem;
    font-size: 1.34921rem;
  }
}

@media screen and (max-width: 500px) {
  .strength_textbox p {
    margin-top: 5.33333vw;
    font-size: 3.46667vw;
    line-height: 5.33333vw;
  }
}

.strength_textbox p:first-of-type {
  margin-top: 0;
}

.strength_textbox .bold {
  font-weight: bold;
}

.nav_area {
  margin-top: 150px;
}

@media screen and (max-width: 980px) {
  .nav_area {
    margin-top: 11.90476rem;
  }
}

@media screen and (max-width: 500px) {
  .nav_area {
    margin-top: 18vw;
  }
}

.nav_area .section-inner {
  position: relative;
}

@media screen and (max-width: 500px) {
  .nav_area .section-inner {
    width: 92%;
  }
}

.nav_area .section-inner:before, .nav_area .section-inner:after {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

.nav_area .section-inner:before {
  z-index: -1;
  top: -212px;
  right: -469px;
  width: 819px;
  height: 337px;
  background-image: url("./../../../img/why-scsk/decorate01.png");
}

@media screen and (max-width: 980px) {
  .nav_area .section-inner:before {
    top: -16.8254rem;
    right: -37.22222rem;
    width: 65rem;
    height: 26.74603rem;
  }
}

@media screen and (max-width: 500px) {
  .nav_area .section-inner:before {
    top: -28.26667vw;
    right: -45.533vw;
    width: 109.2vw;
    height: 44.93333vw;
    background-image: url("./../../../img/why-scsk/decorate01_sp.png");
  }
}

.nav_area .section-inner:after {
  z-index: -1;
  bottom: -172px;
  left: -200px;
  width: 590px;
  height: 697px;
  background-image: url("./../../../img/why-scsk/decorate02.png");
}

@media screen and (max-width: 980px) {
  .nav_area .section-inner:after {
    bottom: -13.65079rem;
    left: -15.87302rem;
    width: 46.8254rem;
    height: 55.31746rem;
  }
}

@media screen and (max-width: 500px) {
  .nav_area .section-inner:after {
    bottom: -34.933vw;
    left: -36.667vw;
    width: 100.66667vw;
    height: 92.93333vw;
    background-image: url("./../../../img/why-scsk/decorate02_sp.png");
  }
}

.nav_list-box li {
  margin-right: 25px;
}

@media screen and (max-width: 980px) {
  .nav_list-box li {
    margin-right: 1.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .nav_list-box li {
    margin-right: 0;
  }
}

.nav_list-box li:nth-of-type(3) {
  margin-right: 0;
}

.nav_list-box li:nth-of-type(1n+4) {
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .nav_list-box li:nth-of-type(1n+4) {
    margin-top: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .nav_list-box li:nth-of-type(1n+4) {
    margin-top: 0;
  }
}

.nav_list-box li:nth-of-type(4) {
  margin-left: auto;
}

.nav_list-box li:nth-of-type(6) {
  margin-right: auto;
}

@media screen and (max-width: 500px) {
  .nav_list-box li:nth-of-type(1n+2) {
    margin-top: 6.66667vw;
  }
}

.nav_list-box .thum_img {
  width: 348px;
  height: 94px;
  background-position: top center;
  background-size: 100%;
}

@media screen and (max-width: 980px) {
  .nav_list-box .thum_img {
    width: 27.61905rem;
    height: 7.46032rem;
  }
}

@media screen and (max-width: 500px) {
  .nav_list-box .thum_img {
    width: 32.53333vw;
    height: 19.73333vw;
  }
}

.nav_list-box .thum_img01 {
  background-image: url("./../../../img/why-scsk/thum_img01.png");
}

@media screen and (max-width: 500px) {
  .nav_list-box .thum_img01 {
    background-image: url("./../../../img/why-scsk/thum_img01_sp.png");
  }
}

.nav_list-box .thum_img02 {
  background-image: url("./../../../img/why-scsk/thum_img02.png");
}

@media screen and (max-width: 500px) {
  .nav_list-box .thum_img02 {
    background-image: url("./../../../img/why-scsk/thum_img02_sp.png");
  }
}

.nav_list-box .thum_img03 {
  background-image: url("./../../../img/why-scsk/thum_img03.png");
}

@media screen and (max-width: 500px) {
  .nav_list-box .thum_img03 {
    background-image: url("./../../../img/why-scsk/thum_img03_sp.png");
  }
}

.nav_list-box .thum_img04 {
  background-image: url("./../../../img/why-scsk/thum_img04.png");
}

@media screen and (max-width: 500px) {
  .nav_list-box .thum_img04 {
    background-image: url("./../../../img/why-scsk/thum_img04_sp.png");
  }
}

.nav_list-box .thum_img05 {
  background-image: url("./../../../img/why-scsk/thum_img05.png");
}

@media screen and (max-width: 500px) {
  .nav_list-box .thum_img05 {
    background-image: url("./../../../img/why-scsk/thum_img05_sp.png");
  }
}

.nav_list-box .thum_img06 {
  background-image: url("./../../../img/why-scsk/thum_img06.png");
}

@media screen and (max-width: 500px) {
  .nav_list-box .thum_img06 {
    background-image: url("./../../../img/why-scsk/thum_img06_sp.png");
  }
}

.nav_list-box .thum_caption {
  transform: skew(-6deg);
  color: #ee8400;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .nav_list-box .thum_caption {
    font-size: 1.90476rem;
    line-height: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .nav_list-box .thum_caption {
    font-size: 4.53333vw;
    line-height: 5.33333vw;
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  .nav_list-box .thum_img,
  .nav_list-box .thum_caption {
    display: inline-block;
    vertical-align: middle;
  }
}

.nav_list-box .flag_num {
  position: relative;
  top: 0;
  left: 0;
}

.nav_list-box .flag_num:before {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 84px;
  height: 48px;
  background-size: 100%;
  content: "";
}

@media screen and (max-width: 980px) {
  .nav_list-box .flag_num:before {
    top: -0.79365rem;
    left: -0.79365rem;
    width: 6.66667rem;
    height: 3.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .nav_list-box .flag_num:before {
    top: -2vw;
    left: -2vw;
    width: 13.6vw;
    height: 8vw;
  }
}

@media screen and (max-width: 500px) {
  .nav_list-box .flag_num {
    font-size: 0;
  }
}

.nav_list-box .flag_num01:before {
  background-image: url("./../../../img/why-scsk/flag_num01.png");
}

.nav_list-box .flag_num02:before {
  background-image: url("./../../../img/why-scsk/flag_num02.png");
}

.nav_list-box .flag_num03:before {
  background-image: url("./../../../img/why-scsk/flag_num03.png");
}

.nav_list-box .flag_num04:before {
  background-image: url("./../../../img/why-scsk/flag_num04.png");
}

.nav_list-box .flag_num05:before {
  background-image: url("./../../../img/why-scsk/flag_num05.png");
}

.nav_list-box .flag_num06:before {
  background-image: url("./../../../img/why-scsk/flag_num06.png");
}

.nav_list-box a {
  display: block;
  position: relative;
  height: 220px;
  padding-top: 15px;
  padding-bottom: 40px;
  border: 1px solid #0a2986;
  background-color: #ffffff;
  box-shadow: 10px 10px #0a2986;
  transition: all 0.1s ease-out;
}

@media screen and (max-width: 980px) {
  .nav_list-box a {
    height: 17.46032rem;
    padding-top: 1.19048rem;
    padding-bottom: 3.1746rem;
    box-shadow: 0.79365rem 0.79365rem #0a2986;
  }
}

@media screen and (max-width: 500px) {
  .nav_list-box a {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 5px 5px #0a2986;
  }
}

.nav_list-box a:after {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  border-top: 2px solid #0a2986;
  border-right: 2px solid #0a2986;
  content: "";
}

@media screen and (max-width: 500px) {
  .nav_list-box a:after {
    top: 50%;
    right: 4vw;
    bottom: auto;
    left: auto;
    width: 2vw;
    height: 2vw;
  }
}

@media screen and (min-width: 501px) {
  .nav_list-box a:hover {
    top: 5px;
    left: 5px;
    box-shadow: 5px 5px #0a2986;
  }
}

.strength-point {
  margin-top: 70px;
}

@media screen and (max-width: 980px) {
  .strength-point {
    margin-top: 5.55556rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point {
    margin-top: 8vw;
  }
}

.strength-point img {
  width: 100%;
  height: auto;
}

.strength-point:nth-of-type(2) {
  margin-top: 60px;
}

@media screen and (max-width: 980px) {
  .strength-point:nth-of-type(2) {
    margin-top: 4.7619rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point:nth-of-type(2) {
    margin-top: 8vw;
  }
}

.strength-point .section-inner {
  position: relative;
}

.strength-point .section-inner:before {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

.strength-point:first-of-type {
  margin-top: 80px;
}

.strength-point:first-of-type .section-inner:before {
  top: -40px;
  right: -185px;
  width: 271px;
  height: 763px;
  background-image: url("./../../../img/why-scsk/decorate03.png");
}

@media screen and (max-width: 980px) {
  .strength-point:first-of-type .section-inner:before {
    z-index: -1;
    top: -3.1746rem;
    right: -2.683rem;
    width: 21.50794rem;
    height: 60.55556rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point:first-of-type .section-inner:before {
    top: auto;
    right: auto;
    bottom: -38vw;
    left: -93vw;
    width: 122.53333vw;
    height: 54.26667vw;
    background-image: url("./../../../img/why-scsk/decorate03_sp.png");
  }
}

@media screen and (max-width: 980px) {
  .strength-point:first-of-type {
    margin-top: 6.34921rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point:first-of-type {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 500px) {
  .strength-point:nth-of-type(2) .section-inner:before {
    z-index: -1;
    right: -99vw;
    bottom: -17vw;
    width: 122.53333vw;
    height: 54.26667vw;
    background-image: url("./../../../img/why-scsk/decorate07_sp.png");
  }
}

.strength-point:nth-of-type(3) .section-inner:before {
  top: -67px;
  left: -163px;
  width: 420px;
  height: 485px;
  background-image: url("./../../../img/why-scsk/decorate04.png");
}

@media screen and (max-width: 980px) {
  .strength-point:nth-of-type(3) .section-inner:before {
    z-index: -1;
    top: -5.31746rem;
    left: -12.93651rem;
    width: 33.33333rem;
    height: 38.49206rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point:nth-of-type(3) .section-inner:before {
    z-index: -1;
    top: 37.067vw;
    left: -54.733vw;
    width: 98.66667vw;
    height: 64.66667vw;
    background-image: url("./../../../img/why-scsk/decorate04_sp.png");
  }
}

.strength-point:nth-of-type(4) .section-inner:before {
  top: 102px;
  right: -183px;
  width: 461px;
  height: 407px;
  background-image: url("./../../../img/why-scsk/decorate05.png");
}

@media screen and (max-width: 980px) {
  .strength-point:nth-of-type(4) .section-inner:before {
    z-index: -1;
    top: 8.09524rem;
    right: -14.52381rem;
    width: 36.5873rem;
    height: 32.30159rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point:nth-of-type(4) .section-inner:before {
    z-index: -1;
    top: auto;
    right: -52.4vw;
    bottom: -23vw;
    width: 122.53333vw;
    height: 54.26667vw;
    background-image: url("./../../../img/why-scsk/decorate05_sp.png");
  }
}

.strength-point:nth-of-type(5) .section-inner:before {
  z-index: -1;
  top: 239px;
  left: -183px;
  width: 340px;
  height: 407px;
  background-image: url("./../../../img/why-scsk/decorate06.png");
}

@media screen and (max-width: 980px) {
  .strength-point:nth-of-type(5) .section-inner:before {
    top: 18.96825rem;
    left: -14.52381rem;
    width: 26.98413rem;
    height: 32.30159rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point:nth-of-type(5) .section-inner:before {
    top: 42.867vw;
    left: -60.4vw;
    width: 98.66667vw;
    height: 64.66667vw;
    background-image: url("./../../../img/why-scsk/decorate06_sp.png");
  }
}

.strength-point .strength-point_titlebox {
  width: 1120px;
  margin: 0 auto 30px;
  transform: skew(-24deg);
  background-color: #0a2986;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_titlebox {
    width: 88.88889rem;
    margin: 0 auto 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_titlebox {
    width: 100%;
    margin: 0 auto 6vw;
    transform: skew(0);
  }
}

.strength-point .strength-point_titlebox .strength-point_title {
  align-items: center;
  justify-content: center;
  transform: skew(24deg);
  text-align: center;
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_titlebox .strength-point_title {
    display: flex;
    flex-wrap: nowrap;
    padding: 1.33333vw 0;
    transform: skew(0);
  }
}

.strength-point .strength-point_titlebox .strength-point_title .point {
  position: relative;
  margin-right: 90px;
  color: #ffffff;
  font-size: 7.0rem;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_titlebox .strength-point_title .point {
    margin-right: 7.14286rem;
    font-size: 5.55556rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_titlebox .strength-point_title .point {
    width: 22.93333vw;
    margin-right: 9.33333vw;
    font-size: 8vw;
  }
}

.strength-point .strength-point_titlebox .strength-point_title .point:before {
  position: absolute;
  top: 50%;
  right: -70px;
  width: 48px;
  height: 1px;
  background-color: #ffffff;
  content: "";
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_titlebox .strength-point_title .point:before {
    right: -5.55556rem;
    width: 3.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_titlebox .strength-point_title .point:before {
    right: -5.333vw;
    width: 6.4vw;
  }
}

.strength-point .strength-point_titlebox .strength-point_title .point-title {
  display: block;
  transform: skew(-6deg);
  color: #ffffff;
  font-size: 3.8rem;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_titlebox .strength-point_title .point-title {
    font-size: 3.01587rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_titlebox .strength-point_title .point-title {
    width: 80vw;
    font-size: 5.33333vw;
    line-height: 6vw;
    text-align: left;
  }
}

.strength-point .strength-point_box-wrap {
  margin-top: 50px;
}

.strength-point .strength-point_box-wrap:nth-of-type(1) {
  margin-top: 0;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_box-wrap {
    margin-top: 4.4642rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_box-wrap {
    margin-top: 6.666vw;
  }
}

.strength-point .strength-point_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1040px;
  margin: auto;
}

.strength-point_box-rev {
  flex-direction: row-reverse;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_box {
    width: 82.53968rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_box {
    justify-content: center;
    width: 100%;
  }
}

.strength-point .strength-point_box .strength-point_textbox {
  width: 720px;
  margin-top: 10px;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_box .strength-point_textbox {
    width: 57.14286rem;
    margin-top: 0.79365rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_box .strength-point_textbox {
    order: 2;
    width: 100%;
    margin-top: 6.66667vw;
  }
}

.strength-point .strength-point_box .strength-point_textbox .strength-point_text {
  font-size: 1.6rem;
  line-height: 30px;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_box .strength-point_textbox .strength-point_text {
    font-size: 1.26984rem;
    line-height: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_box .strength-point_textbox .strength-point_text {
    font-size: 3.46667vw;
    line-height: 5.33333vw;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_box .strength-point_imgbox {
    order: 1;
  }
}

.strength-point .strength-point_box .strength-point_imgbox [class*="strength-point_img"] {
  margin: auto;
}

.strength-point .strength-point_box .strength-point_imgbox .num {
  font-size: 3.9rem;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_box .strength-point_imgbox .num {
    font-size: 3.09524rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_box .strength-point_imgbox .num {
    font-size: 7.8vw;
  }
}

.strength-point .strength-point_box .strength-point_imgbox .min {
  font-size: 1.8rem;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_box .strength-point_imgbox .min {
    font-size: 1.42857rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_box .strength-point_imgbox .min {
    font-size: 3.6vw;
  }
}

.strength-point .strength-point_box .strength-point_imgbox .strength-point_img01 {
  width: 240px;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_box .strength-point_imgbox .strength-point_img01 {
    width: 19.04762rem;
  }
}

.strength-point .strength-point_box .strength-point_imgbox .strength-point_img02 {
  width: 311px;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_box .strength-point_imgbox .strength-point_img02 {
    width: 24.68254rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_box .strength-point_imgbox .strength-point_img02 {
    width: 63.33333vw;
  }
}

.strength-point .strength-point_box .strength-point_imgbox .strength-point_img03 {
  width: 163px;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_box .strength-point_imgbox .strength-point_img03 {
    width: 12.93651rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_box .strength-point_imgbox .strength-point_img03 {
    width: 33.33333vw;
  }
}

.strength-point .strength-point_box .strength-point_imgbox .strength-point_img04 {
  width: 113px;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_box .strength-point_imgbox .strength-point_img04 {
    width: 10.0892rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_box .strength-point_imgbox .strength-point_img04 {
    width: 22.133vw;
  }
}

.strength-point .strength-point_box .strength-point_imgbox.strength-point_imgbox4-1 {
  margin-left: -50px;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_box .strength-point_imgbox.strength-point_imgbox4-1 {
    margin-left: -3.6rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_box .strength-point_imgbox.strength-point_imgbox4-1 {
    margin-left: 0;
  }
}

.strength-point .strength-point_box .strength-point_imgbox .strength-point_img05 {
  width: 84px;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_box .strength-point_imgbox .strength-point_img05 {
    width: 6.66667rem;
  }
}

.strength-point .strength-point_box .strength-point_imgbox .strength-point_img05 + .strength-point_caption {
  line-height: 30px;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_box .strength-point_imgbox .strength-point_img05 + .strength-point_caption {
    line-height: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_box .strength-point_imgbox .strength-point_img05 + .strength-point_caption {
    line-height: 6vw;
  }
}

.strength-point .strength-point_box .strength-point_imgbox .strength-point_img06 {
  width: 72px;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_box .strength-point_imgbox .strength-point_img06 {
    width: 5.71429rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_box .strength-point_imgbox .strength-point_img01 + .strength-point_caption,
  .strength-point .strength-point_box .strength-point_imgbox .strength-point_img03 + .strength-point_caption,
  .strength-point .strength-point_box .strength-point_imgbox .strength-point_img05 + .strength-point_caption,
  .strength-point .strength-point_box .strength-point_imgbox .strength-point_img06 + .strength-point_caption {
    line-height: 8vw;
  }
}

.strength-point .strength-point_box .strength-point_imgbox .strength-point_caption {
  margin-top: 10px;
  transform: skew(-6deg);
  color: #ee8400;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_box .strength-point_imgbox .strength-point_caption {
    margin-top: 0.79365rem;
    font-size: 2.06349rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_box .strength-point_imgbox .strength-point_caption {
    margin-top: 2vw;
    font-size: 5.2vw;
    line-height: 6vw;
  }
}

.strength-point .strength-point_box--adjust {
  align-items: center;
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_box--adjust .strength-point_imgbox {
    order: 2;
    margin-top: 4vw;
  }
}

.strength-point .strength-point_box--adjust .strength-point_textbox {
  width: 660px;
  margin-top: -20px;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_box--adjust .strength-point_textbox {
    width: 52.38095rem;
    margin-top: -1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_box--adjust .strength-point_textbox {
    order: 1;
    width: 1005px;
    margin-top: 6vw;
  }
}

.strength-point .btnbox {
  margin-top: 37px;
}

@media screen and (max-width: 980px) {
  .strength-point .btnbox {
    margin-top: 2.93651rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .btnbox {
    margin-top: 5.33333vw;
  }
}

.strength-point .btnbox .btnlink {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 16px 0;
  border: 1px solid #007aff;
}

@media screen and (max-width: 980px) {
  .strength-point .btnbox .btnlink {
    width: 31.74603rem;
    padding: 1.26984rem 0;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .btnbox .btnlink {
    width: 89.33333%;
    padding: 4.47761% 0;
  }
}

.strength-point .btnbox.btnbox-wide .btnlink {
  width: 558px;
}

@media screen and (max-width: 980px) {
  .strength-point .btnbox.btnbox-wide .btnlink {
    width: 49.8214285714rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .btnbox.btnbox-wide .btnlink {
    width: 89.33333%;
  }
}

.strength-point .btnbox .btnlink:after {
  right: 0;
  left: 0;
  width: 100%;
}
.btnbox .btnlink span {
    font-weight: bold;
}
.strength-point .btnbox .btnlink span {
  color: #ffffff;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: -0.1rem;
}

@media screen and (max-width: 980px) {
  .strength-point .btnbox .btnlink span {
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .btnbox .btnlink span {
    font-size: 3.2vw;
    letter-spacing: 0;
  }
}

.strength-point .btnbox .btnlink span:before {
  right: 28px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
}

@media screen and (max-width: 980px) {
  .strength-point .btnbox .btnlink span:before {
    right: 2.22222rem;
    width: 0.55556rem;
    height: 0.55556rem;
    margin-top: -0.31746rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .btnbox .btnlink span:before {
    right: 3.222vw;
    width: 1.556vw;
    height: 1.556vw;
    margin-top: -0.31746vw;
  }
}

@media screen and (min-width: 501px) {
  .strength-point .btnbox .btnlink:hover:after {
    right: 0;
    left: auto;
    width: 100%;
    background-color: #ffffff;
  }
  .strength-point .btnbox .btnlink:hover span {
    color: #007aff;
  }
}

.strength-point .btnbox .btnlink:after {
  background-color: #007aff;
}

@media screen and (max-width: 500px) {
  .contact {
    margin-top: 10.66667vw;
  }
}

.contact .btnbox {
  text-align: center;
}

.font_num-lt {
  margin-left: 3px;
  display: inline-block;
}

.strength-point .strength-point_box .strength-point_imgbox.strength-point_imgbox4-3 {
  margin-right: -50px;
  margin-left: -75px;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_box .strength-point_imgbox.strength-point_imgbox4-3 {
    margin-right: -3.9682rem;
    margin-left: -5.9523rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_box .strength-point_imgbox.strength-point_imgbox4-3 {
    margin-right: 0;
    margin-left: 0;
  }
}

.strength-point .strength-point_box .strength-point_imgbox4-3 .strength-point_img04 {
  width: 156px;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_box .strength-point_imgbox4-3 .strength-point_img04 {
    width: 12.3809rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_box .strength-point_imgbox4-3 .strength-point_img04 {
    width: 30.666vw;
  }
}

.strength-point .strength-point_box .strength-point_imgbox.strength-point_imgbox4-4 {
  margin-left: -75px;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_box .strength-point_imgbox.strength-point_imgbox4-4 {
    margin-left: -5.9523rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_box .strength-point_imgbox.strength-point_imgbox4-4 {
    margin-left: 0;
  }
}

.strength-point .strength-point_box .strength-point_imgbox4-4 .strength-point_img04 {
  width: 113px;
}

@media screen and (max-width: 980px) {
  .strength-point .strength-point_box .strength-point_imgbox4-4 .strength-point_img04 {
    width: 8.9682rem;
  }
}

@media screen and (max-width: 500px) {
  .strength-point .strength-point_box .strength-point_imgbox4-4 .strength-point_img04 {
    width: 22vw;
  }
}
/*# sourceMappingURL=../../../css-map/pages/why-scsk/index.css.map */
