.page_title {
  font-size: 3.4rem;
}
.page_title .logo_area{
    display: block;
    width: 230px;
    margin: 0.25em auto 0;
}
.page_title .logo_area img{
    width: 100%;
}
@media screen and (max-width: 980px) {
  .page_title {
    font-size: 2.69841rem;
  }
}

@media screen and (max-width: 500px) {
  .page_title {
    font-size: 5.86667vw;
  }
    .page_title .logo_area{
        width: 42vw;
        margin-top: 2.4vw;
    }
}

.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 {
  position: relative;
  width: calc(100%/3);
  height: 400px;
  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:nth-of-type(2) .caption {
  padding: 0 17px 0;
}

@media screen and (max-width: 980px) {
  .thumbox li:nth-of-type(2) .caption {
    padding: 0 1.34921rem 0;
  }
}

@media screen and (max-width: 500px) {
  .thumbox li:nth-of-type(2) .caption {
    padding: 1.33333vw 0 0;
  }
}

.thumbox li:nth-of-type(2) .thum_text {
  padding: 0 8px 0;
}

@media screen and (max-width: 980px) {
  .thumbox li:nth-of-type(2) .thum_text {
    padding: 0 0.63492rem 0;
  }
}

@media screen and (max-width: 500px) {
  .thumbox li:nth-of-type(2) .thum_text {
    padding: 0;
  }
}

.thumbox li:last-of-type {
  border-right: none;
}

.thumbox li .caption {
  margin-top: 10px;
  padding: 0 25px 0;
}

@media screen and (max-width: 980px) {
  .thumbox li .caption {
    margin-top: 0.79365rem;
    padding: 0 1.98413rem 0;
  }
}

@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 {
  color: #f18500;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .thum_caption {
    font-size: 1.90476rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_caption {
    font-size: 4vw;
    line-height: 5vw;
  }
}

.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_text {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 26px;
}

@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;
  }
}

.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/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/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;
  }
}

.page_title {
  color: #0a2986;
  text-align: center;
}

.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;
  }
}

.flow {
  margin-top: 60px;
}

@media screen and (max-width: 980px) {
  .flow {
    margin-top: 4.7619rem;
  }
}

.flow .flow-box {
  padding: 40px;
  border: 4px solid #e4e4e4;
}

@media screen and (max-width: 980px) {
  .flow .flow-box {
    padding: 3.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-box {
    padding: 5.33333vw 4vw;
  }
}

.flow .flow-box:nth-of-type(1n+2) {
  margin-top: 50px;
}

@media screen and (max-width: 980px) {
  .flow .flow-box:nth-of-type(1n+2) {
    margin-top: 3.96825rem;
  }
}

.flow .flow-task {
  width: 380px;
}

@media screen and (max-width: 980px) {
  .flow .flow-task {
    width: 30.15873rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-task {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-task_wrap:nth-of-type(1n+2) {
    margin-top: 6.66667vw;
  }
}

.flow .flow-task_main-title {
  position: relative;
  padding: 8px 10px;
  background-color: #0a2986;
  color: #ffffff;
  font-size: 2.2rem;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .flow .flow-task_main-title {
    padding: 0.63492rem 0.79365rem;
    font-size: 1.74603rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-task_main-title {
    padding: 1.6vw 1.33333vw;
    font-size: 4.26667vw;
  }
}

.flow .flow-task_main-title:before {
  position: absolute;
  bottom: -21px;
  left: 50%;
  border: 10px solid transparent;
  border-top: 11px solid #0a2986;
  content: "";
}

@media screen and (max-width: 980px) {
  .flow .flow-task_main-title:before {
    bottom: -1.66667rem;
    border: 0.79365rem solid transparent;
    border-top: 0.87302rem solid #0a2986;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-task_main-title:before {
    bottom: -6.3vw;
    margin-left: -4vw;
    border: 4vw solid transparent;
    border-top: 4vw solid #0a2986;
  }
}

.flow .flow-task_list {
  position: relative;
  height: 200px;
  margin-top: 20px;
  padding: 20px;
  background-color: #e8ebf5;
}

@media screen and (max-width: 980px) {
  .flow .flow-task_list {
    height: 15.87302rem;
    margin-top: 1.5873rem;
    padding: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-task_list {
    height: auto;
    margin-top: 4.66667vw;
    padding: 4vw;
  }
}

.flow .flow-task_list:before {
  position: absolute;
  top: 50%;
  right: -57px;
  width: 35px;
  height: 50px;
  margin-top: calc(-50px/2);
  transform: rotate(-90deg);
  background-image: url("./../../../img/add-value/icon-flow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

@media screen and (max-width: 980px) {
  .flow .flow-task_list:before {
    right: -4.52381rem;
    width: 2.77778rem;
    height: 3.96825rem;
    margin-top: calc(-3.96825rem/2);
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-task_list:before {
    top: auto;
    right: 50%;
    bottom: -12vw;
    width: 7.06667vw;
    height: 9.46667vw;
    margin-top: 0;
    margin-right: calc(-7.06667vw/2);
    transform: rotate(0);
  }
}

.flow .flow-task_list--margintop {
  margin-top: 10px;
}

@media screen and (max-width: 980px) {
  .flow .flow-task_list--margintop {
    margin-top: 0.79365rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-task_list--margintop {
    margin-top: 4vw;
  }
}

.flow .flow-task_detail {
  position: relative;
  height: 75px;
  padding-left: 80px;
  border-radius: 10px;
  background-color: #ffffff;
}

@media screen and (max-width: 980px) {
  .flow .flow-task_detail {
    height: 5.95238rem;
    padding-left: 6.34921rem;
    border-radius: 0.79365rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-task_detail {
    height: 13.33333vw;
    padding-left: 13.33333vw;
    border-radius: 1.33333vw;
  }
}

.flow .flow-task_detail:nth-of-type(1n+2) {
  margin-top: 10px;
}

@media screen and (max-width: 980px) {
  .flow .flow-task_detail:nth-of-type(1n+2) {
    margin-top: 0.79365rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-task_detail:nth-of-type(1n+2) {
    margin-top: 2.66667vw;
  }
}

.flow .flow-task_detail:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 19px;
  height: 16px;
  margin-left: 46px;
  transform: translateY(-50%);
  background-image: url("./../../../img/add-value/icon-mincheck.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

@media screen and (max-width: 980px) {
  .flow .flow-task_detail:before {
    width: 1.50794rem;
    height: 1.26984rem;
    margin-left: 3.65079rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-task_detail:before {
    width: 4.4vw;
    height: 3.73333vw;
    margin-left: 5.33333vw;
  }
}

.flow .flow-task_detail span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 75px;
  color: #0a2986;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 22px;
}

@media screen and (max-width: 980px) {
  .flow .flow-task_detail span {
    height: 5.95238rem;
    font-size: 1.26984rem;
    line-height: 1.74603rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-task_detail span {
    height: 13.33333vw;
    font-size: 3.2vw;
    line-height: 4vw;
  }
}

.flow .flow-resolution {
  width: 580px;
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution {
    width: 46.03175rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution {
    width: 100%;
    margin-top: 14.66667vw;
  }
}

.flow .flow-resolution_main-title {
  position: relative;
  padding: 8px 10px;
  background-color: #00a0e9;
  color: #ffffff;
  font-size: 2.2rem;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_main-title {
    padding: 0.63492rem 0.79365rem;
    font-size: 1.74603rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_main-title {
    padding: 1.6vw 1.33333vw;
    font-size: 4.26667vw;
  }
}

.flow .flow-resolution_main-title:before {
  position: absolute;
  bottom: -21px;
  left: 50%;
  border: 10px solid transparent;
  border-top: 11px solid #00a0e9;
  content: "";
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_main-title:before {
    bottom: -1.66667rem;
    border: 0.79365rem solid transparent;
    border-top: 0.87302rem solid #00a0e9;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_main-title:before {
    bottom: -6.3vw;
    margin-left: -4vw;
    border: 4vw solid transparent;
    border-top: 4vw solid #00a0e9;
  }
}

.flow .flow-resolution_contents {
  height: 200px;
  margin-top: 20px;
  padding: 30px;
  background-color: #d7f2ff;
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_contents {
    height: 15.87302rem;
    margin-top: 1.5873rem;
    padding: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_contents {
    height: auto;
    margin-top: 4.66667vw;
    padding: 4.66667vw 4vw 6.66667vw;
  }
}

.flow .flow-resolution_contents--margintop {
  margin-top: 10px;
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_contents--margintop {
    margin-top: 0.79365rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_contents--margintop {
    margin-top: 4vw;
  }
}

.flow .flow-resolution_name {
  color: #00a0e9;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_name {
    font-size: 1.74603rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_name {
    font-size: 4.26667vw;
  }
}

.flow .flow-resolution_name span {
  position: relative;
}

.flow .flow-resolution_name span:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 21px;
  margin-left: -35px;
  transform: translateY(-50%);
  background-image: url("./../../../img/add-value/icon-check.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_name span:before {
    width: 1.98413rem;
    height: 1.66667rem;
    margin-left: -2.77778rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_name span:before {
    width: 4.93333vw;
    height: 4.4vw;
    margin-left: -6vw;
  }
}

.flow .flow-resolution_list {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_list {
    margin-top: 1.19048rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_list {
    display: block;
    margin-top: 4.66667vw;
  }
}

.flow .flow-resolution_description {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_description {
    margin-top: 0.79365rem;
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_description {
    margin-top: 2.66667vw;
    font-size: 3.46667vw;
    letter-spacing: -0.1rem;
  }
}

.flow .flow-resolution_detail {
  position: relative;
  width: 100%;
  height: 65px;
  background-color: #0a2986;
  transition: background-color 0.1s cubic-bezier(1, 0, 0, 1);
}

@media screen and (min-width: 501px) {
  .flow .flow-resolution_detail:hover {
    background-color: #ffffff;
  }
  .flow .flow-resolution_detail:hover span {
    color: #102d87;
  }
  .flow .flow-resolution_detail:hover span.icon01:after {
    opacity: 1;
  }
  .flow .flow-resolution_detail:hover span.icon02:after {
    opacity: 1;
  }
  .flow .flow-resolution_detail:hover span.icon03:after {
    opacity: 1;
  }
  .flow .flow-resolution_detail:hover span.icon04:after {
    opacity: 1;
  }
  .flow .flow-resolution_detail:hover:before {
    border-top: 2px solid #0a2986;
    border-right: 2px solid #0a2986;
  }
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail {
    height: 5.15873rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail {
    height: 15.33333vw;
  }
}

.flow .flow-resolution_detail:nth-of-type(1n+2) {
  margin-left: 10px;
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail:nth-of-type(1n+2) {
    margin-left: 0.79365rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail:nth-of-type(1n+2) {
    margin-top: 4vw;
    margin-left: 0;
  }
}

.flow .flow-resolution_detail:before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: calc(-8px/2);
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  transition: right 0.5s ease-out, opacity 0.5s ease-out, border 0.1s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail:before {
    right: 1.5873rem;
    width: 0.63492rem;
    height: 0.63492rem;
    margin-top: calc(vwt(-8)/2);
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail:before {
    right: 4.66667vw;
    width: 1.73333vw;
    height: 1.73333vw;
    margin-top: calc(-1.73333vw/2);
  }
}

.flow .flow-resolution_detail a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail a {
    height: 5.15873rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail a {
    height: 15.33333vw;
  }
}

.flow .flow-resolution_detail span {
  color: #ffffff;
  font-size: 1.4rem;
  transition: color 0.1s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail span {
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail span {
    font-size: 3.33333vw;
  }
}

.flow .flow-resolution_detail span.icon {
  position: relative;
}

.flow .flow-resolution_detail span.icon:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

.flow .flow-resolution_detail span.icon:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(1, 0, 0, 1);
}

.flow .flow-resolution_detail span.icon01:before {
  width: 44px;
  height: 39px;
  background-image: url("./../../../img/add-value/icon01.png");
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail span.icon01:before {
    width: 3.49206rem;
    height: 3.09524rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail span.icon01:before {
    width: 8.4vw;
    height: 7.46667vw;
  }
}

.flow .flow-resolution_detail span.icon01:after {
  width: 44px;
  height: 39px;
  background-image: url("./../../../img/add-value/icon01_on.png");
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail span.icon01:after {
    width: 3.49206rem;
    height: 3.09524rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail span.icon01:after {
    width: 8.4vw;
    height: 7.46667vw;
  }
}

.flow .flow-resolution_detail span.icon02:before {
  width: 32px;
  height: 40px;
  background-image: url("./../../../img/add-value/icon02.png");
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail span.icon02:before {
    width: 2.53968rem;
    height: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail span.icon02:before {
    width: 5.86667vw;
    height: 7.33333vw;
  }
}

.flow .flow-resolution_detail span.icon02:after {
  width: 32px;
  height: 40px;
  background-image: url("./../../../img/add-value/icon02_on.png");
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail span.icon02:after {
    width: 2.53968rem;
    height: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail span.icon02:after {
    width: 5.86667vw;
    height: 7.33333vw;
  }
}

.flow .flow-resolution_detail span.icon03:before {
  width: 30px;
  height: 30px;
  background-image: url("./../../../img/add-value/icon03.png");
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail span.icon03:before {
    width: 2.38095rem;
    height: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail span.icon03:before {
    width: 5.86667vw;
    height: 5.86667vw;
  }
}

.flow .flow-resolution_detail span.icon03:after {
  width: 30px;
  height: 30px;
  background-image: url("./../../../img/add-value/icon03_on.png");
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail span.icon03:after {
    width: 2.38095rem;
    height: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail span.icon03:after {
    width: 5.86667vw;
    height: 5.86667vw;
  }
}

.flow .flow-resolution_detail span.icon04:before {
  width: 35px;
  height: 31px;
  background-image: url("./../../../img/add-value/icon04.png");
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail span.icon04:before {
    width: 2.77778rem;
    height: 2.46032rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail span.icon04:before {
    width: 6.66667vw;
    height: 5.86667vw;
  }
}

.flow .flow-resolution_detail span.icon04:after {
  width: 35px;
  height: 31px;
  background-image: url("./../../../img/add-value/icon04_on.png");
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail span.icon04:after {
    width: 2.77778rem;
    height: 2.46032rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail span.icon04:after {
    width: 6.66667vw;
    height: 5.86667vw;
  }
}

.flow .flow-resolution_detail--adjust01 a {
  padding-left: 40px;
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail--adjust01 a {
    padding-left: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail--adjust01 a {
    padding-left: 5.33333vw;
  }
}

.flow .flow-resolution_detail--adjust01 span.icon01:before, .flow .flow-resolution_detail--adjust01 span.icon01:after {
  left: -54px;
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail--adjust01 span.icon01:before, .flow .flow-resolution_detail--adjust01 span.icon01:after {
    left: -4.28571rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail--adjust01 span.icon01:before, .flow .flow-resolution_detail--adjust01 span.icon01:after {
    left: -12vw;
  }
}

.flow .flow-resolution_detail--adjust02 a {
  padding-left: 40px;
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail--adjust02 a {
    padding-left: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail--adjust02 a {
    padding-left: 5.33333vw;
  }
}

.flow .flow-resolution_detail--adjust02 span.icon02:before, .flow .flow-resolution_detail--adjust02 span.icon02:after {
  left: -45px;
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail--adjust02 span.icon02:before, .flow .flow-resolution_detail--adjust02 span.icon02:after {
    left: -3.57143rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail--adjust02 span.icon02:before, .flow .flow-resolution_detail--adjust02 span.icon02:after {
    left: -9.33333vw;
  }
}

.flow .flow-resolution_detail--adjust03 a {
  padding-left: 40px;
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail--adjust03 a {
    padding-left: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail--adjust03 a {
    padding-left: 5.33333vw;
  }
}

.flow .flow-resolution_detail--adjust03 span.icon03:before, .flow .flow-resolution_detail--adjust03 span.icon03:after {
  left: -45px;
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail--adjust03 span.icon03:before, .flow .flow-resolution_detail--adjust03 span.icon03:after {
    left: -3.57143rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail--adjust03 span.icon03:before, .flow .flow-resolution_detail--adjust03 span.icon03:after {
    left: -9.33333vw;
  }
}

.flow .flow-resolution_detail--adjust04 a {
  padding-left: 40px;
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail--adjust04 a {
    padding-left: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail--adjust04 a {
    padding-left: 5.33333vw;
  }
}

.flow .flow-resolution_detail--adjust04 span.icon04:before, .flow .flow-resolution_detail--adjust04 span.icon04:after {
  left: -50px;
}

@media screen and (max-width: 980px) {
  .flow .flow-resolution_detail--adjust04 span.icon04:before, .flow .flow-resolution_detail--adjust04 span.icon04:after {
    left: -3.96825rem;
  }
}

@media screen and (max-width: 500px) {
  .flow .flow-resolution_detail--adjust04 span.icon04:before, .flow .flow-resolution_detail--adjust04 span.icon04:after {
    left: -10vw;
    font-feature-settings: "palt";
  }
}

.new-service {
  margin: 60px 0 0;
}

@media screen and (max-width: 980px) {
  .new-service {
    margin: 4.7619rem 0 0;
  }
}

@media screen and (max-width: 500px) {
  .new-service {
    margin: 8vw 0 0;
  }
}

.videobox {
  width: 560px;
  margin: 50px auto 0;
}

@media screen and (max-width: 980px) {
  .videobox {
    width: 44.44444rem;
    margin: 3.96825rem auto 0;
  }
}

@media screen and (max-width: 500px) {
  .videobox {
    width: 94.66667%;
    margin: 6.66667vw auto 0;
  }
}

.videobox span img {
  display: block;
  width: 100%;
}

.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: 105px 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: 11.2244897959rem 2.38095rem 1.5306122449rem;
    font-size: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .link_contents .caption_link {
    padding: 18.6666666667vw 4vw 2vw;
    background-size: auto, cover;
    font-size: 4.8vw;
  }
}

.link_contents .caption_link .motion: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 .motion: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 .motion:before {
    right: -4vw;
    width: 2vw;
    height: 2vw;
    margin-top: calc(-1vw/2);
  }
}

@media screen and (max-width: 500px) {
  .link_contents .caption_link09 .motion:before,
  .link_contents .caption_link12 .motion:before{
    margin-top: calc(2.7vw/1);
  }
}

.link_contents .caption_link span {
  position: relative;
  color: #fff;
  font-weight: bold;
}

.link_contents .caption_link span:first-of-type {
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .link_contents .caption_link span:first-of-type {
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .link_contents .caption_link span:first-of-type {
    font-size: 3.46667vw;
  }
}

.link_contents .caption_link span:first-of-type:before {
  content: none;
}

.link_contents .caption_text {
  color: #1f1f1f;
  font-size: 1.6rem;
  padding: 25px 25px 30px;
  letter-spacing: -0.05rem;
}
.link_contents .caption_text span{
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
    margin-bottom: 0.2em;
}
.link_contents .caption_text.ls-1 span{
    letter-spacing: -0.1rem;
}


@media screen and (max-width: 980px) {
  .link_contents .caption_text {
    font-size: 1.26984rem;
    padding: 1.98413rem 2.28095rem 2.38095rem;
  }
    .link_contents .caption_text span{
        font-size: 1.26984rem;
    }
    .link_contents .caption_text.ls-1 span{
    letter-spacing: -0.05rem;
}
}

@media screen and (max-width: 500px) {
  .link_contents .caption_text {
    font-size: 3.06667vw;
    padding: 3.33333vw 4vw 4vw;
    letter-spacing: 0;
  }
    .link_contents .caption_text span{
        font-size:3.46667vw;
    }
}

.link_contents .text {
  margin: 20px auto 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .link_contents .text {
    margin: 1.5873rem auto 0;
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .link_contents .text {
    margin: 2.66667vw auto 0;
    font-size: 2.93333vw;
  }
}

.link_thum-box {
  margin-top: 30px;
}

@media screen and (max-width: 980px) {
  .link_thum-box {
    margin-top: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .link_thum-box {
    margin-top: 4vw;
  }
}

.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: 100%;
    height: auto;
    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;
}

/* 動画の閉じるボタン調整 このページのみ */
#sb-title, #sb-info {
  position: absolute;
  top: -40px;
  right: 0;
}

li.av_title::after{
	content: "[Add-Value]";
	margin-left:0.5em;
}
span.av_title::before{
	content: "Add-Value";
}
strong.av_title{font-weight: normal;}
strong.av_title::before{
	content: "Add-Value ";
}

/* 20211211 追記 */
.caption_link01 {
  background-image: url("./../../../img/add-value/link-title_bg.png"),
  url("./../../../img/add-value/link-thum01.png");
}
.caption_link02 {
  background-image: url("./../../../img/add-value/link-title_bg.png"),
  url("./../../../img/add-value/link-thum02.png");
}
.caption_link03 {
  background-image: url("./../../../img/add-value/link-title_bg.png"),
  url("./../../../img/add-value/link-thum03.png");
}
.caption_link04 {
  background-image: url("./../../../img/add-value/link-title_bg.png"),
  url("./../../../img/add-value/link-thum04.png");
}
.caption_link05 {
  background-image: url("./../../../img/add-value/link-title_bg.png"),
  url("./../../../img/add-value/link-thum05.png");
}
.caption_link06 {
  background-image: url("./../../../img/add-value/link-title_bg.png"),
  url("./../../../img/add-value/link-thum06.png");
}

.caption_link07 {
  background-image: url("./../../../img/add-value/link-title_bg.png"),
  url("./../../../img/add-value/link-thum07.png");
}

.caption_link08 {
  background-image: url("./../../../img/add-value/link-title_bg.png"),
  url("./../../../img/add-value/link-thum08.png");
}

.caption_link09 {
  background-image: url("./../../../img/add-value/link-title_bg.png"),
  url("./../../../img/add-value/link-thum09.png");
}
.caption_link10 {
  background-image: url("./../../../img/add-value/link-title_bg.png"),
  url("./../../../img/add-value/link-thum10.png");
}
.caption_link11 {
  background-image: url("./../../../img/add-value/link-title_bg.png"),
  url("./../../../img/add-value/link-thum11.png");
}
.caption_link12 {
  background-image: url("./../../../img/add-value/link-title_bg.png"),
  url("./../../../img/add-value/link-thum12.png");
}
.caption_link-case_studies {
  background-image: url("./../../../img/add-value/link-title_bg.png"),
  url("./../../../img/add-value/link-thum_case.png");
}
.new:after {
  position: absolute;
  top: 50%;
  right: -70px;
  width: 55px;
  height: 18px;
  margin-top: calc(-18px/2);
  background: #dd0000;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 1.7rem;
  content: "NEW";
}

@media screen and (max-width: 980px) {
  .new:after {
    right: -5.55556rem;
    width: 4.26825rem;
    height: 1.42857rem;
    margin-top: calc(-1.42857rem/2);
    font-size: 0.8rem;
    line-height: 1.8em;
  }
}

@media screen and (max-width: 500px) {
  .new:after {
    top: 3vw;
    right: -9.333vw;
    width: 7.66667vw;
    height: 3.76667vw;
    margin-top: calc(-4.26667vw / 2);
    line-height: 2em;
  }
}

.btnbox .btnlink {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 16px 0;
  border: 1px solid #00367e;
}

@media screen and (max-width: 980px) {
  .btnbox .btnlink {
    width: 23.80952rem;
    padding: 1.26984rem 0;
  }
}

@media screen and (max-width: 500px) {
  .btnbox .btnlink {
    width: 75%;
    padding: 3.89105% 0;
    border: none;
  }
}

.btnbox .btnlink span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .btnbox .btnlink span {
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .btnbox .btnlink span {
    font-size: 3.2vw;
  }
}

.btnbox .btnlink span:before {
  right: 28px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
}

@media screen and (max-width: 980px) {
  .btnbox .btnlink span:before {
    right: 2.22222rem;
    width: 0.55556rem;
    height: 0.55556rem;
    margin-top: -0.31746rem;
  }
}

@media screen and (max-width: 500px) {
  .btnbox .btnlink span:before {
    right: 3.222vw;
    width: 1.556vw;
    height: 1.556vw;
    margin-top: -0.31746vw;
  }
}

@media screen and (min-width: 501px) {
  .btnbox .btnlink:hover span {
    color: #00367e;
  }
  .btnbox .btnlink:hover:after {
    right: 0;
    left: auto;
    width: 0;
  }
  .btnbox .btnlink:hover:after span {
    color: #00367e;
  }
}

.btnbox .btnlink:after {
  right: 0;
  left: 0;
  width: 100%;
  background-color: #00367e;
}

.new-service_wrap {
  margin-top: 50px;
  justify-content: space-between;
}

@media screen and (max-width: 980px) {
  .new-service_wrap {
    margin-top: 5.1020408163rem;
  }
}

@media screen and (max-width: 500px) {
  .new-service_wrap {
    display: block;
    margin-top: 5.3333333333vw;
  }
}

.new-service_item {
  display: flex;
  position: relative;
  border: 1px solid #0a2986;
}

@media screen and (max-width: 500px) {
  .new-service_item {
    display: block;
  }
}

.new-service_item + .new-service_item {
  margin-top: 50px;
}

@media screen and (max-width: 980px) {
.new-service_item + .new-service_item {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 500px) {
.new-service_item + .new-service_item {
    margin-top: 5.3333333333vw;
  }
}

@media screen and (max-width: 500px) {
  .new-service_item {
    width: 100%;
  }
}

.new-service_detail-title {
  position: absolute;
  left: 13px;
  bottom: 16px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 980px) {
  .new-service_detail-title {
    font-size: 1.5873rem;
    left: 1.0317rem;
  }
}

@media screen and (max-width: 500px) {
  .new-service_detail-title {
    left: 4vw;
    bottom: 2vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
}

.new-service_title-sub {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  display: inline-block;
  font-feature-settings: "palt";
}
@media screen and (max-width: 980px) {
  .new-service_title-sub {
    font-size: 1.2873rem;
  }
}
@media screen and (max-width: 500px) {
  .new-service_title-sub {
    font-size: 3.4666666667vw;
  }
}

.new-service_title-sub--long {
  letter-spacing: -0.04em;
}

@media screen and (max-width: 500px) {
  .new-service_title-sub--long {
    letter-spacing: 0;
  }
}

.new-service_detail-text {
  font-size: 1.6rem;
  line-height: 2;
  word-break: break-all;
}

@media screen and (max-width: 980px) {
.new-service_detail-text {
    font-size: 1.26984rem;
    line-height: 1.7;
  }
}

@media screen and (max-width: 500px) {
.new-service_detail-text {
    font-size: 3.2vw;
    letter-spacing: -0.02em;
  }
}

.new-service_image {
  position: relative;
  width: 340px;
  line-height: 0;
}

@media screen and (max-width: 980px) {
  .new-service_image {
      width: 26.9841rem;
    }
  }

@media screen and (max-width: 500px) {
  .new-service_image {
    width: 100%;
  }
}

.new-service_image img {
  width: 100%;
}

.new-service_body {
  flex: 1;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 980px) {
  .new-service_body {
    padding: 2rem 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .new-service_body {
    width: 100%;
    padding: 4vw;
  }
}

.new-service .btnbox a {
  width: 520px;
  margin: 20px auto 0;
}

@media screen and (max-width: 980px) {
  .new-service .btnbox a {
    width: 41.2698rem;
  }
}

@media screen and (max-width: 500px) {
  .new-service .btnbox a {
    width: 80.533vw;
    margin: 4vw auto 0;
  }
}

.pages-box {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 1120px;
  margin:30px auto 0;
}

@media screen and (max-width: 980px) {
  .pages-box {
      width: 93.33333%;
  }
}

@media screen and (max-width: 500px) {
  .pages-box {
      flex-wrap: wrap;
    width: 94.66667%;
    margin:2vw auto 0;
  }
}

.pages-box p {
  display: table;
  position: relative;
  width: calc(100% - 40px / 5);
  height: 54px;
  margin-right: 10px;
}

@media screen and (max-width: 980px) {
  .pages-box p {
    width: calc(100% - 3rem / 5);
    height: 4.28571rem;
    margin-right: 0.75rem;
  }
}

@media screen and (max-width: 500px) {
  .pages-box p {
    display: inline-block;
    width: 49%;
    height: 10.66667vw;
    margin-top: 1vw;
    margin-right: 1vw;
  }
}

.pages-box p:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 500px) {
  .pages-box p:nth-child(2n) {
    margin-right: 0;
  }
}

.pages-box p:before {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: calc(-14px/2);
  transform: rotate(45deg);
  border-right: 1px solid #0a2986;
  border-bottom: 1px solid #0a2986;
  content: "";
  transition: border 0.1s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 980px) {
  .pages-box p:before {
    width: 0.79365rem;
    height: 0.79365rem;
    margin-top: calc(-0.79365rem/2);
  }
}

@media screen and (max-width: 500px) {
  .pages-box p:before {
    right: 3.5vw;
    width: 1.33333vw;
    height: 1.33333vw;
    margin-top: calc(-1.33333vw/2);
  }
}

.pages-box a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #e8ebf5;
  font-size: 1.6rem;
  line-height: 54px;
  text-align: center;
  transition: background-color 0.1s cubic-bezier(1, 0, 0, 1);
}

.pages-box a span {
  z-index: 1;
  position: relative;
  color: #0a2986;
  transition: color 0.1s cubic-bezier(1, 0, 0, 1);
}
.pages-box a .small{
    font-size: 73%;
    margin-left: 0.25em;
}

@media screen and (max-width: 980px) {
  .pages-box a {
    height: 4.28571rem;
    font-size: 1.26984rem;
    line-height: 4.28571rem;
  }
}

@media screen and (max-width: 500px) {
  .pages-box a {
    height: 10.66667vw;
    font-size: 2.93333vw;
    line-height: 10.66667vw;
  }
}

@media screen and (min-width: 501px) {
  .pages-box a:hover {
    background-color: #0a2986;
  }
}

@media screen and (min-width: 501px) {
  .pages-box p:hover a:after {
    left: 0;
    width: 100%;
  }
  .pages-box p:hover:before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .pages-box p:hover:hover span {
    color: #fff;
  }
}
/*# sourceMappingURL=../../../css-map/pages/add-value/index.css.map */
