.page_title {
  font-size: 3.4rem;
}

@media screen and (max-width: 980px) {
  .page_title {
    font-size: 2.69841rem;
  }
}

@media screen and (max-width: 500px) {
  .page_title {
    font-size: 4.53333vw;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .flex {
    display: block;
  }
}

.main-visual {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #0a2986;
}

.main-visual .section-inner {
  position: relative;
}

@media screen and (max-width: 500px) {
  .main-visual .section-inner {
    z-index: 1;
  }
}

.main-visual_contents {
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  height: 300px;
  background-image: url("./../../../../img/support-service/global-support/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/global-support/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;
  }
}

.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;
  }
}

.intro {
  margin-bottom: 54px;
}

@media screen and (max-width: 980px) {
  .intro {
    margin-bottom: 4.28571rem;
  }
}

@media screen and (max-width: 500px) {
  .intro {
    margin-bottom: 7.2vw;
  }
}

.pages-box {
  display: flex;
  width: 1120px;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin:0 auto 60px;
}

@media screen and (max-width: 980px) {
  .pages-box {
	  width: 93.33333%;
    margin-bottom: 7.93651rem;
  }
}

@media screen and (max-width: 500px) {
  .pages-box {
    display: block;
    width: 94.66667%;
    margin: 0 auto;
    margin-bottom: 8vw;
  }
}

.pages-box p {
  display: table;
  position: relative;
  width: calc(50% - 15px);
  height: 54px;
  margin-right: 30px;
}

@media screen and (max-width: 980px) {
  .pages-box p {
/*    width: 28.01587rem;*/
    height: 4.28571rem;
    margin-right: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .pages-box p {
    width: 100%;
    height: 10.66667vw;
    margin-top: 2vw;
    margin-right: 0;
  }
}

.pages-box p:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 500px) {
  .pages-box p:first-of-type {
    margin-top: 0;
  }
}

.pages-box p:before {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 25px;
  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 {
    width: 1.33333vw;
    height: 1.33333vw;
    margin-top: calc(-1.33333vw/2);
  }
}

.pages-box a {
  display: block;
  position: relative;
  width: 100%;
  height: 54px;
  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);
}

@media screen and (max-width: 980px) {
  .pages-box a {
    /*width: 28.01587rem;*/
    height: 4.28571rem;
    font-size: 1.26984rem;
    line-height: 4.28571rem;
  }
}

@media screen and (max-width: 500px) {
  .pages-box a {
    width: 100%;
    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;
  }
}

.global-support section {
  margin-top: 55px;
}

@media screen and (max-width: 980px) {
  .global-support section {
    margin-top: 5.612rem;
  }
}

@media screen and (max-width: 500px) {
  .global-support section {
    margin-top: 8.2vw;
  }
}

.global-support .subtitle-h3 {
  margin-bottom: 25px;
}

@media screen and (max-width: 980px) {
  .global-support .subtitle-h3 {
    margin-bottom: 1.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .global-support .subtitle-h3 {
    margin-bottom: 3.33333vw;
  }
}

.global-support .title-h4 {
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .global-support .title-h4 {
    font-size: 1.74603rem;
  }
}

@media screen and (max-width: 500px) {
  .global-support .title-h4 {
    font-size: 3.46667vw;
  }
}

.global-support .title-h4:before {
  height: 24px;
  margin-top: calc(-21px/2);
}

.global-support .title-h4 + .text {
  margin-top: 10px;
}

.global-support .title-h4:nth-of-type(1n+2) {
  margin-top: 70px;
}

.global-support .text {
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .global-support .text {
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .global-support .text {
    font-size: 2.93333vw;
  }
}

.global-support .text-mb {
  margin-bottom: 1em;
}

.global-support .text-bold {
  font-weight: bold;
}

.global-support .img {
  width: 1120px;
  margin: auto;
}

@media screen and (max-width: 980px) {
  .global-support .img {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .global-support .img {
    width: 90%;
  }
}

.global-support .img img {
  width: 100%;
}

#group03.rollinout {
  margin-top: -110px;
}

@media screen and (max-width: 980px) {
  #group03.rollinout {
    margin-top: -8.73016rem;
  }
}

@media screen and (max-width: 500px) {
  #group03.rollinout {
    margin-top: -6.667vw;
  }
}

.rollinout-point_title {
  color: #0a2986;
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .rollinout-point_title {
    font-size: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .rollinout-point_title {
    font-size: 3.33333vw;
  }
}

.rollinout-block {
  margin-top: 30px;
}

@media screen and (max-width: 980px) {
  .rollinout-block {
    margin-top: 2.38095rem;
  }
}

.rollinout-block .title-h4 {
  margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
  .rollinout-block .title-h4 {
    margin-bottom: 1.5873rem;
  }
}

.desc-list {
  margin-top: 20px;
  padding: 30px;
  border: 1px solid #0a2986;
}

@media screen and (max-width: 980px) {
  .desc-list {
    margin-top: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .desc-list {
    padding: 4vw;
  }
}

.desc-list__item:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 500px) {
  .desc-list__item:not(:first-child) {
    margin-top: 2.66667vw;
  }
}

.desc-list__term {
  position: relative;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (max-width: 500px) {
  .desc-list__term {
    padding-left: 4.66667vw;
    font-size: 3.2vw;
    line-height: 3.73333vw;
  }
}

.desc-list__term::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url("./../../../../img/add-value/tegata/icon-list_on.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
}

@media screen and (max-width: 980px) {
  .desc-list__term::before {
    width: 1.42857rem;
    height: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .desc-list__term::before {
    width: 3vw;
    height: 2.7vw;
  }
}

.desc-list__desc {
  padding-left: 30px;
  font-size: 1.6rem;
  line-height: 25px;
}

@media screen and (max-width: 500px) {
  .desc-list__desc {
    margin-top: 1.33333vw;
    padding-left: 4.66667vw;
    font-size: 2.93333vw;
    line-height: 4.66667vw;
  }
}

.rollin__table-wrapper {
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  .rollin__table-wrapper {
    overflow: auto;
  }
}

.rollin__table {
  width: 99.9%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  .rollin__table {
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .rollin__table {
    width: 900px;
    font-size: 2.93333vw;
  }
}

.rollin__table tr td {
  background-color: #f7fbff;
}

.rollin__table tr:nth-of-type(even) td {
  background-color: #f0f3fd;
}

.rollin__table td {
  box-sizing: border-box;
  padding: 15px;
  border-top: 1px solid #e4e4e4;
  border-right: solid 1px #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-collapse: collapse;
  background-color: #e8ebf5;
  vertical-align: middle;
}

@media screen and (max-width: 980px) {
  .rollin__table td {
    padding: 0.79365rem;
  }
}

@media screen and (max-width: 500px) {
  .rollin__table td {
    padding: 1.33333vw;
  }
}

.rollin__table th {
  box-sizing: border-box;
  padding: 15px;
  border-top: #e4e4e4 solid 1px;
  border-right: none;
  border-bottom: solid 1px #e4e4e4;
  border-left: solid 1px #e4e4e4;
  background-color: #0a2986;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
}

@media screen and (max-width: 980px) {
  .rollin__table th {
    padding: 0.79365rem;
  }
}

@media screen and (max-width: 500px) {
  .rollin__table th {
    padding: 1.33333vw;
  }
}

.rollin__table th:first-child {
  width: 13%;
}

.rollin__table th:nth-of-type(2) {
  width: 8%;
}

.rollin__table th:nth-of-type(3) {
  width: 28%;
}

.rollin__table th:nth-of-type(4) {
  width: 8%;
}

.rollin__table th:nth-of-type(5) {
  width: 8%;
}

.rollin__table th:nth-of-type(6) {
  width: 35%;
}

.rollin__table .obscured {
  opacity: 0.7;
}

.rollin__table .ss_txt_min {
  font-size: 1.3rem;
}

@media screen and (max-width: 980px) {
  .rollin__table .ss_txt_min {
    font-size: 1.03175rem;
  }
}

@media screen and (max-width: 500px) {
  .rollin__table .ss_txt_min {
    font-size: 2.66667vw;
  }
}

.rollin__table-sub-header th {
  background-color: #1459a2;
}

.rollout__table-wrapper {
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  .rollout__table-wrapper {
    overflow: auto;
  }
}

.rollout__table {
  width: 99.9%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  .rollout__table {
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .rollout__table {
    width: 800px;
    font-size: 2.93333vw;
  }
}

.rollout__table tr td {
  background-color: #f7fbff;
}

.rollout__table tr:nth-of-type(even) td {
  background-color: #f0f3fd;
}

.rollout__table td {
  box-sizing: border-box;
  padding: 15px;
  border-top: 1px solid #e4e4e4;
  border-right: solid 1px #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-collapse: collapse;
  background-color: #e8ebf5;
  vertical-align: middle;
}

@media screen and (max-width: 980px) {
  .rollout__table td {
    padding: 0.79365rem;
  }
}

@media screen and (max-width: 500px) {
  .rollout__table td {
    padding: 1.33333vw;
  }
}

.rollout__table th {
  box-sizing: border-box;
  padding: 15px;
  border-top: #e4e4e4 solid 1px;
  border-right: none;
  border-bottom: solid 1px #e4e4e4;
  border-left: solid 1px #e4e4e4;
  background-color: #0a2986;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
}

.rollout__table th:first-child {
  width: 16%;
}

.rollout__table th:nth-of-type(2) {
  width: 14%;
}

.rollout__table td:nth-of-type(2) {
  text-align: left;
}

.rollout__table th:nth-of-type(3) {
  width: 16%;
}

.rollout__table th:nth-of-type(4) {
  width: 16%;
}

.rollout__table th:nth-of-type(5) {
  width: 32%;
}

.rollout__table .obscured {
  opacity: 0.7;
}

.rollout__table .ss_txt_min {
  font-size: 1.5rem;
}

@media screen and (max-width: 980px) {
  .rollout__table .ss_txt_min {
    font-size: 1.19048rem;
  }
}

@media screen and (max-width: 500px) {
  .rollout__table .ss_txt_min {
    font-size: 2vw;
  }
}

.rollout__table-sub-header th {
  background-color: #1459a2;
}

.contact {
  margin-top: 0;
}

.contact .btnbox {
  text-align: center;
}

/**/
.btnbox {
    z-index: 1;
    position: relative;
	margin-top: 37px;
}
.btnbox .btnlink {
    box-sizing: border-box;
    position: relative;
    text-align: center;
    display: block;
    width: 400px;
    margin: 0 auto;
    padding: 16px 0;
    border: 1px solid #00367e;
}
.btnbox .btnlink:after {
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 0;
	height: 100%;
    transition: all 0.1s cubic-bezier(1, 0, 0, 1);
    background-color: #00367e;
    right: 0;
    left: 0;
    width: 100%;
}
.btnbox .btnlink:hover:after {
    right: 0;
    left: auto;
    width: 100%;
    background-color: #ffffff;
}
.btnbox .btnlink span {
    display: block;
    position: relative;
    transition: none;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
}
.btnbox .btnlink span:before {
	position: absolute;
    top: 50%;
    transform: rotate(45deg);
    border-top: 1px solid;
    border-right: 1px solid;
    content: '';
	right: 28px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    transition: visibility 0.1s cubic-bezier(1, 0, 0, 1);
}
.btnbox .btnlink:hover span {
    color: #0a2986;
	transition: color 0.1s cubic-bezier(1, 0, 0, 1);
}
.btnbox .btnlink .icon:before {
    position: absolute;
    top: 50%;
    left: 40px;
	right: 28px;
    width: 44px;
    height: 44px;
    margin-top: 0;
    transform: translateY(-50%) rotate(0);
    border: none;
    background-image:url("../../../../img/support-service/global-support/icon01.png");
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    transition: none;
}
.btnbox .btnlink .icon:after {
    position: absolute;
    top: 50%;
    left: 40px;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
    background-image: url("../../../../img/support-service/global-support/icon01_on.png");
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    opacity: 0;
    transition: opacity 0.1s cubic-bezier(1, 0, 0, 1);
}
.btnbox .btnlink:hover .icon:after {
    opacity: 1;
}
@media screen and (max-width: 980px){
.btnbox .btnlink {
    width: 31.74603rem;
    padding: 1.26984rem 0;
}
.btnbox .btnlink span {
    font-size: 1.11111rem;
}
.btnbox .btnlink span:before {
    right: 2.22222rem;
    width: 0.55556rem;
    height: 0.55556rem;
    margin-top: -0.31746rem;
}
.btnbox .btnlink .icon:before,.btnbox .btnlink .icon:after {
    left: 3.1746rem;
    width: 3.38095rem;
    height: 3.38095rem;
}
}
@media screen and (max-width: 500px){
	.btnbox .btnlink {
    width: 80%;
    padding: 3.89105% 0;
	}
	.btnbox .btnlink span {
    font-size: 3.2vw;
	}
	.btnbox .btnlink span:before {
    right: 3.222vw;
    width: 1.556vw;
    height: 1.556vw;
    margin-top: -0.31746vw;
	}
	.btnbox .btnlink span {
    font-size: 3.2vw;
	}
	.btnbox .btnlink .icon:before,.btnbox .btnlink .icon:after {
    left: 3.333vw;
    width: 7.86667vw;
    height: 7.86667vw;
	}

}
/*Add-valueページNEWS*/
.news-area{
    max-width: 940px;
    margin: 48px auto 0;
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.news-area .section-inner{
    width: 400px;
    box-sizing: border-box;
    border: 1px solid #0a2986;
    background: #e8ebf5;
}
.news-area .section-inner.case_studies{
    border: 1px solid #0a2986;
    background: #e8ebf5;
}
.news-area .section-inner a{
    display: block;
    position: relative;
    border-right: 30px solid #FFF;
    padding: 15px 0 0;
}
.news-area .section-inner.case_studies a{
    border-right: 30px solid #0a2986;
}
.news-area .section-inner a:before {
    position: absolute;
    content: '製造業向け｜動画コンテンツ';
    top: -20px;
    left: -1px;
    width: 240px;
    height: 30px;
    line-height:2;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.45rem;
    background: #0a2986;
}
.news-area .section-inner.case_studies a:before {
    display: none;
}
.news-area .section-inner .news-area_title{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px 0px 15px 25px;
    height: 73px;
    color: #0a2986;
    font-size: 2.2rem;
    font-weight: 700;
    transition: opacity 0.8s;
}
.news-area .section-inner.case_studies .news-area_title{
    padding: 0px 0px 20px 25px;
    color: #0a2986;
    font-size: 2rem;
}
.news-area .section-inner .news-area_title span{
    display: block;
    font-size: 1.5rem;
    font-weight:normal;
}
.news-area .section-inner a:hover .news-area_title{
    opacity:0.6;
}

.news-area .section-inner.case_studies a::after{
    background: #0a2986;
    color: #fff;
}
.news-area .section-inner .news-area_title:before {
    position: absolute;
    top: 52%;
    transform: rotate(45deg);
    border-top: 1px solid;
    border-right: 1px solid;
    content: '';
    transition:  0.3s;
    right: -4.8%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    z-index: 100;
}

.news-area .section-inner a:hover .news-area_title:before{
    right: -6%;
    border-color: #0a2986;
}
.news-area .section-inner.case_studies .news-area_title:before,
.news-area .section-inner.case_studies  a:hover .news-area_title:before{
    border-color: #fff;
}

@media screen and (max-width: 980px) {
    .news-area {
        width: 93.33333%;
        margin-top: 2.38095rem;
        margin-bottom: 2.38095rem;
    }
    .news-area .section-inner{
        width: 49%;
    }
    .news-area .section-inner a:before{
        width: 21.97841rem;
        height: 2.71481rem;
        font-size: 1.28486rem;
        line-height: 2.2;
        top: -12px;
    }
    .news-area .section-inner .news-area_title{
        font-size: 2.47841rem;
        font-weight: 600;
    }
    .news-area .section-inner.case_studies .news-area_title{
        line-height: 1.5;
    }
    .news-area .section-inner .news-area_title span{
        font-size: 1.42857rem;
    }
    .news-area .section-inner .news-area_title:before{
        right: -4.2%;
    }
    .news-area .section-inner a:hover .news-area_title:before{
    right: -5.5%;
    }
}

@media screen and (max-width: 500px) {
    .news-area {
        margin-top: 6.66667vw;
        margin-bottom: 6.66667vw;
        flex-wrap: wrap;
        width: 94.66667%;
    }
    
    .news-area .section-inner{
        width: 100%;
    }
    .news-area .section-inner.case_studies{
        margin-bottom: 6.66667vw;
    }
    .news-area .section-inner a{
        padding: 2.26667vw;
    }
    .news-area .section-inner a:before{
        top: -3.8vw;
        left: -0.3vw;
        width: 44.4vw;
        height: 5.6vw;
        font-size: 2.83333vw;
        line-height: 2;
    }
    .news-area .section-inner.case_studies a,.news-area .section-inner a{
        border-right-width: 25px;
    }
    .news-area .section-inner .news-area_title{
        width: 100%;
        height: 10.5vw;
        padding: 1vw 1.8vw 0;

        font-size: 3.96667vw;
    }
    .news-area .section-inner.case_studies .news-area_title{
        height: 7vw;
        padding: 0 1.8vw;
        line-height: 1.8;
        font-size: 3.86667vw;
    }
    .news-area .section-inner .news-area_title span{
        font-size: 2.83333vw
    }
    .news-area .section-inner .news-area_title:before{
        right: -3.8%;
    }
}
/*# sourceMappingURL=../../../../css-map/pages/support-service/global-support/index.css.map */
