@charset "UTF-8";

/* 背景画像ここから */
.ts_bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.ts_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("/img/testservice/img_ts_bg.jpg");
  background-size: cover;
  mix-blend-mode: overlay;
}
.ts_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/common/img_bg-gray.png");
  z-index: -1;
}

video {
    max-width: 100vw;
}

@media screen and (max-width: 750px) {
  .p-kv__btn-link {
      min-width: 46.0416666667vw;
  }
}
@media screen and (max-width: 430px) {
  .p-kv__btn-link {
      width: 46.0416666667vw;
  }
}

/* 背景画像ここまで */


/* ヘッダー　ここから */
.ts-header__logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    max-height: 50px;
}
@media screen and (max-width: 750px) {
  .ts-header__logo {
    left: 4%;
  }
}

@media screen and (min-width: 1200px) {
  .ts-header__logo-link {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 751px) {
  .ts-header__logo-link {
    transition: opacity 0.3s;
  }
  .ts-header__logo-link:hover {
    opacity: 0.3;
  }
}

.ts-header__logo-link picture {
  width: 180px;
  display: block;
}
@media screen and (max-width: 1260px) {
  .ts-header__logo-link picture {
    width: 120px;
  }
}

.ts-header__logo-txt {
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px;
}
@media screen and (max-width: 1260px) {
  .ts-header__logo-txt {
    font-size: 12px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .ts-header__logo-txt {
      margin-left: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .ts-header__logo-txt {
    position: relative;
    top: -5px;
  }
}
@media screen and (max-width: 319px) {
  .ts-header__logo-txt {
    font-size: 8px;
  }
}
@media screen and (max-width: 180px) {
  .ts-header__logo-txt {
    font-size: 5.5px;
  }
}

@media screen and (max-width: 1200px) {
  .ts-header__logo-txt-br {
    display: none;
  }
}

.ts-header-btn {
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .ts-header-btn {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .ts-header-btn {
    transition: 0.3s;
  }
  .ts-header-btn:hover {
    opacity: 0.3;
  }
}


.ts-header-btn__line {
  position: relative;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #333;
  display: block;
  transition: 0.3s;
}
.is-hamburger-open .ts-header-btn__line {
  background-color: rgba(0, 0, 0, 0);
}
.ts-header-btn__line::before, .ts-header-btn__line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #333;
  display: block;
}
.ts-header-btn__line::before {
  top: -8px;
  transition: 0.3s;
}
.is-hamburger-open .ts-header-btn__line::before {
  top: 0;
  transform: rotate(45deg);
}

.ts-header-btn__line::after {
  bottom: -8px;
  transition: 0.3s;
}
.is-hamburger-open .ts-header-btn__line::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.ts-header__inner {
    padding-top: 20px;
    padding-right: 150px;
}
@media screen and (min-width: 1025px) {
  .ts-header__inner {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .ts-header__inner {
    padding: 60px 4% 100px;
  }
}

.ts-header2__inner {
    padding-top: 20px;
    padding-right: 285px;
}
@media screen and (min-width: 1025px) {
  .ts-header2__inner {
    display: flex;
  }
}
@media screen and (max-width: 1410px) {
  .ts-header2__inner {
      padding-right: 245px;
  }
}
@media screen and (max-width: 1024px) {
  .ts-header2__inner {
    padding: 60px 4% 100px;
  }
}

.ts-header__list {
  display: flex;
  margin-top: 20px;
}
.ts-header__list {
    display: block;
    margin: 30px 0;
}

.ts-header__list-item {
    padding: 0 19px;
}
@media screen and (max-width: 1410px) {
  .ts-header__list-item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1090px) {
  .ts-header__list-item {
    padding: 0 5px;
  }
}
@media screen and (max-width: 1024px) {
  .ts-header__list-item {
    border-bottom: 1px solid;
    margin-right: 0;
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  .ts-header__list-item--sp {
    display: none;
  }
}

.ts-header__open-link {
  position: relative;
  font-weight: 500;
  font-size: 15px;
}



.ts-header__btn-item {
  width: 135px;
  height: 135px;
  margin-right: 5px;
}
@media screen and (max-width: 1410px) {
  .ts-header__btn-item {
    width: 115px;
    height: 115px;
  }
}
@media screen and (max-width: 1024px) {
  .ts-header__btn-item {
    width: 100%;
    height: 53px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1024px){
  .l-header__btn-link::after {
      width: 97%;
  }
}

.icon-co_lp_font {
    font-size: 16px;
    padding-right: 4px;
    position: relative;
    top: 1.5px;
}
@media screen and (max-width: 1090px) {
  .icon-co_lp_font {
      padding-right: 1px;
  }
}


.header_ct {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1024px) {
  .header_ct {
    display: flex;
    justify-content: center;
  }
}

.ts-header__btn-txt-dw {
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
    position: relative;
    top: 15%;
}
@media screen and (max-width: 1410px) {
  .ts-header__btn-txt-dw {
    font-size: 13px;
    line-height: 0;
    top: 8%;
  }
}
@media screen and (max-width: 1024px) {
  .ts-header__btn-txt-dw {
    top: 50%;
    left: 1%;
  }
}
.ts-header__btn-txt-cnt {
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    position: relative;
    top: 15%;
}
@media screen and (max-width: 1410px) {
  .ts-header__btn-txt-cnt {
    font-size: 13px;
    line-height: 0;
    top: 7px;
  }
}
@media screen and (max-width: 1024px) {
  .ts-header__btn-txt-cnt {
    font-size: 18px;
    display: flex;
    line-height: 1;
    top: 17px;
    left: 2%;
  }
}

.header_pict-dw {
    font-size: 35px;
    color: #fff;
    position: relative;
    top: 15.5%;
    right: 4%;
}
@media screen and (max-width: 1024px) {
  .header_pict-dw {
      font-size: 30px;
      top: 8%;
      left: -7%;
  }
}
.header_pict-ct {
    font-size: 35px;
    position: relative;
    top: 16%;
    color: #fff;
}
@media screen and (max-width: 1024px) {
  .header_pict-ct {
    font-size: 27px;
    top: 7px;
    left: -3%;
  }
}

@media screen and (min-width: 751px) {
  .l-header__list-link {
    transition: 0.3s;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__list-link {
    display: block;
    width: 100%;
    padding: 15px 0;    
  }
}

.l-header__list-link:hover {
    color: #e63200;
}

.l-header__list-txt {
  font-weight: 500;
}


/*newヘッダー*/
@media screen and (min-width: 1025px) {
  .l-header-n__nav {
      padding-top: 40px;
  }
}

.l-header-n__list {
    margin-top: 20px;
    margin-right: 20px;
}

.l-header-n__btn-link--yellow {
    background-color: #fdb21f;
    border: 3px solid #fdb21f;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 7px 20px;
}

@media screen and (min-width: 751px) {
  .l-header-n__btn-link:hover {
    color: #fdb21f;
    background-color: #fff;
  }
}

.l-header-n__btn {
    display: block;
}

/* dw・ctcボタン */
.ts-header__dw-btn-link--color {
    margin-top: 5%;
    background-color: #FD781B; /*表面色*/
}
@media screen and (min-width: 751px) {
  .ts-header__dw-btn-link--color:hover {
    background: #FDA533; /*ホバー色*/
  }
}
.ts-header__ctc-btn-link--color {
    margin-top: 5%;
    background-color: #fdb21f; /*表面色*/
}
@media screen and (min-width: 751px) {
  .ts-header__ctc-btn-link--color:hover {
    background: #fdd349; /*ホバー色*/
  }
}

/* パンくず */
@media screen and (max-width: 319px) {
  .breadcrumbs {
      font-size: 12px;
  }
}

.breadcrumbs {
    padding: 20px;
}

.anchor-target {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

/* ヘッダー　ここまで */

/* 余白幅-全体　ここから */
@media screen and (min-width: 1330px) {
  .c-head-1 {
      max-width: 1300px;
  }
}

@media screen and (min-width: 1330px) {
  .c-head-1__inner {
      max-width: 1300px;
  }
}

.p-top-service {
    max-width: 1300px;
    display: block;
}


@media screen and (min-width: 1330px) {
  .p-area-list-wrap {
      max-width: 1300px;
  }
}

@media screen and (min-width: 1330px) {
  .p-area-lead {
      max-width: 1300px;
  }
}


	
/* 余白幅-全体　ここまで */

/* 「メイン」のcss --ここから */

.ts-main {
    margin-top: 115px;
}
@media screen and (max-width: 1024px) {
  .ts-main {
      margin-top: 81px;
  }
}
@media screen and (max-width: 364px) {
  .ts-main {
      margin-top: 80px;
  }
}

.p-kv__txt-area {
    padding-top: 90px;
}
@media screen and (max-width: 1300px) {
  .p-kv__txt-area {
      padding-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .p-kv__txt-area {
      padding-top: 44px;
  }
}
@media screen and (max-width: 680px) {
  .p-kv__txt-area {
      padding-top: 30px;
  }
}
@media screen and (max-width: 570px) {
  .p-kv__txt-area {
      padding-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  .p-kv__txt-area {
      padding-top: 7px;
  }
}


.ts_kv__txt-inner {
    max-width: 1520px;
    padding: 0 4.6%;
}
@media screen and (min-width: 3000px) {
  .ts_kv__txt-inner {
      max-width: 3000px;
  }
}
@media screen and (max-width: 570px) {
  .ts_kv__txt-inner-2 {
      width: 190px;
  }
}


.ts-kv__txt {
    padding-left: 1%;
    font-size: 2.3vw;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}
@media screen and (max-width: 1220px) {
  .ts-kv__txt {
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 600;
  }
}
@media screen and (max-width: 1024px) {
  .ts-kv__txt {
    font-size: 19.5px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 750px) {
  .ts-kv__txt {
    line-height: 1.2;
    font-size: 17px;
  }
}
@media screen and (max-width: 680px) {
  .ts-kv__txt {
    font-size: 15px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 570px) {
  .ts-kv__txt {
    font-size: 12px;
    line-height: 1;
  }
}
@media screen and (max-width: 319px) {
  .ts-kv__txt {
    font-size: 10px;
    line-height: 1;
  }
}
.ts-kv__txt span {
    display: inline-block;
}

.ts-kv__ttl {
    font-size: 7vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}


.p-kv__btn_ts {
  position: absolute;
  left: 0;
  bottom: 10vw;
  transform: translateX(-150%);
}
body.is-load .p-kv__btn_ts {
  animation: slide-btn 1.5s ease-in-out 0.5s forwards;
}


.ts-kv__btn-link {
  position: relative;
  display: block;
  width: 46.0416666667vw;
  max-width: 600px;
}
@media screen and (max-width: 1509px) {
  .ts-kv__btn-link {
    max-width: 500px;
  }
}
@media screen and (max-width: 1220px) {
  .ts-kv__btn-link {
    max-width: 400px;
  }
}
@media screen and (max-width: 969px) {
  .ts-kv__btn-link {
    max-width: 300px;
  }
}
@media screen and (max-width: 669px) {
  .ts-kv__btn-link {
    max-width: 250px;
  }
}
@media screen and (max-width: 599px) {
  .ts-kv__btn-link {
      max-width: 250px;
      right: 7%;
  }
}
@media screen and (max-width: 440px) {
  .ts-kv__btn-link {
    max-width: 190px;
    top: 15px;
  }
}
/* 「メイン」のcss --ここまで */

/* 「OSTechのQA」のcss --ここから */
.ts-txt-1 {
    letter-spacing: 0.15em;
    font-size: 20px;
    font-weight: 450;
    line-height: 2.5em;
    color: #333;
}
@media screen and (max-width: 973px) {
  .c-txt-1 {
    letter-spacing: 0.1em;
    font-size: 18px;
    line-height: 2.3em;
  }
}
@media screen and (max-width: 860px) {
  .c-txt-1 {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 599px) {
  .c-txt-1 {
    font-size: 12px;
  }
}
@media screen and (max-width: 461px) {
  .ts-txt-1 span {
      display: inline-block;
  }
}

.p-area-lead_ts {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
    max-width: 1010px;
    margin: 0 auto;
    padding: 40px 60px;
}
@media screen and (max-width: 899px) {
  .p-area-lead_ts {
    padding: 20px 40px;
  }
}


/* 「OSTechのQA」のcss --ここまで */

/* 「こんなお悩みはありませんか？」のcss --ここから */
.p-top-service__link_ts {
    display: block;
    margin: 0 auto;
}

.ss-01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1010px;
    margin: 0 auto;
}

@media screen and (min-width: 1330px) {
  .ss-01 {
      max-width: 1300px;
  }
}
@media screen and (max-width: 550px) {
  .ss-01 {
      flex-flow: column;
  }
}

.ss-01_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1010px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 0;
    column-gap: 5%;
}
@media screen and (min-width: 1330px) {
  .ss-01_01 {
      max-width: 1300px;
  }
}
@media screen and (max-width: 550px) {
  .ss-01_01 {
      flex-flow: column;
      margin-top: 0px;
  }
}

.ss-02 {
    position: relative;
    flex-flow: row wrap;
    width: 30%;
    background-color: rgba(255, 255, 255);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
    padding: 40px 20px 25px;
    border-radius: 14px;
}
@media screen and (max-width: 965px) {
  .ss-02 {
      height: 350px;
  }  
}
@media screen and (max-width: 550px) {
  .ss-02 {
      width: 100%;
      height: 100%;
      margin: 0 auto 4%;
  }  
}

.ss-02 img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
  
.ss-02 p {
    letter-spacing: 0.1em;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 500;
    text-align: center;
    margin: 20px auto 10px;
    /* font-feature-settings: "palt"; */
}
.ss-02 span {
    display: inline-block;
}



/* 「こんなお悩みはありませんか？」のcss --ここまで */

.ts_c-ttl-2 {
  position: relative;
  font-size: 36px;
  font-weight: 500;
  display: inline-block;
  padding-right: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .ts_c-ttl-2 {
      font-size: 30px;
  }
}
@media screen and (max-width: 940px) {
  .ts_c-ttl-2 {
      font-size: 25px;
  }
}
@media screen and (max-width: 800px) {
  .ts_c-ttl-2 {
      font-size: 21px;
  }
}
@media screen and (max-width: 600px) {
  .ts_c-ttl-2 {
      font-size: 19px;
      padding-right: 30px;
  }
}
.ts_c-ttl-2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #B10000;
  width: 100%;
  height: 2px;
}

/*↓矢印↓*/

.arrow01 {
    text-align: center;
    margin: 100px auto;
}
.arrow01 img { 
    width: 4.5%;
}
@media screen and (max-width: 899px) {
  .arrow01 img {
    width: 6.5%;
  }
}
@media screen and (max-width: 699px) {
  .arrow01 img {
    width: 7.5%;
  }
}
@media screen and (max-width: 549px) {
  .arrow01 img {
    width: 11%;
  }
}

/*↑矢印↑*/

/* 「解決します！」のcss --ここから */

.txt_other {
  font-size: 15px;
  color: #808080;
  letter-spacing: 0.1em;
}


.heading_sub_center {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  padding: 0 15px;
}
@media screen and (min-width: 1330px) {
  .heading_sub_center {
      font-size: 45px;
  }
}
.heading_sub_center span {
    display: inline-block;
}

.p-area-list__txt_ts {
    font-size: 22.8px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.3;
    height: 60px;
    display: flex;
    align-items: center;
}

.p-area-list__inner_ts {
    position: relative;
    padding: 7%;
    background-color: #A2C4D7;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
    border: none;
    cursor: pointer;
    color: inherit;
    font: inherit;
    width: 100%;
}

.under {
  background: linear-gradient(transparent 65%, #FFF078 65%);
}

/* 仮 */
.accordion-title {
    color: #333;
    cursor: pointer;
    font-size: 22.8px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.3em;
}

.accordion-content {
  display: none;
  position: relative;
  background-color: #fff;
  border: 4.2px solid #ADCBD9;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
  border-radius: 14px;
  padding: 11% 14% 14%;
  max-width: 1520px;
  margin: 0 auto;
  margin-top: 48px;
  width: 355.1401869159%;
}
@media screen and (min-width: 1921px) {
  .accordion-content {
    border-width: 7px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .accordion-content {
    width: 322.5806451613%;
  }
}
@media screen and (max-width: 750px) {
  .accordion-content {
    border-width: 4px;
    padding: 9%;
  }
  .p-area-list__item:nth-of-type(2n) .accordion-content {
    margin-left: -110.5263157895%;
  }
}
@media screen and (min-width: 600px) and (max-width: 750px) {
  .accordion-content {
    width: 210.5263157895%;
  }
}
@media screen and (max-width: 599px) {
  .accordion-content {
    width: 100%;
  }
  .p-area-list__item:nth-of-type(2n) .accordion-content {
    margin-left: 0;
  }
}
@media screen and (max-width: 399px) {
  .accordion-content {
      padding: 11%;
  }
}
.accordion-content::before, .accordion-content::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17.4px 30.12px 17.4px;
  border-color: transparent transparent #ADCBD9 transparent;
  top: -32.1px;
}
.accordion-content::after {
  top: -24px;
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 750px) {
  .p-area-list__item:nth-of-type(2n - 1) .accordion-content::before, .p-area-list__item:nth-of-type(2n - 1) .accordion-content::after {
    left: 23.75%;
    transform: translateX(-50%);
  }
  .p-area-list__item:nth-of-type(2n) .accordion-content::before, .p-area-list__item:nth-of-type(2n) .accordion-content::after {
    right: 23.75%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 599px) {
  .p-area-list__item:nth-of-type(2n - 1) .accordion-content::before, .p-area-list__item:nth-of-type(2n - 1) .accordion-content::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .p-area-list__item:nth-of-type(2n) .accordion-content::before, .p-area-list__item:nth-of-type(2n) .accordion-content::after {
    right: 50%;
    transform: translateX(50%);
  }
}

@media screen and (min-width: 751px) {
  .accordion-content-left::before, .accordion-content-left::after {
    left: 111.6px;
  }
}
@media screen and (min-width: 1025px) {
  .accordion-content-center {
    margin-left: -127.5700934579%;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .accordion-content-center {
    margin-left: -111.2903225806%;
  }
}
@media screen and (min-width: 750px) {
  .accordion-content-center::before, .accordion-content-center::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1025px) {
  .accordion-content-right {
    margin-left: -255.1401869159%;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .accordion-content-right {
    margin-left: -222.5806451613%;
  }
}
@media screen and (min-width: 750px) {
  .accordion-content-right::before, .accordion-content-right::after {
    right: 111.6px;
  }
}

.p-area-list__txt_ts-2 {
    margin-bottom: 4%;
    margin-left: 15%;
    height: 60px;
    display: flex;
    align-items: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.accordion-content p {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.6;
    letter-spacing: 0.15em;
}
@media screen and (max-width: 750px) {
    .accordion-content p {
      font-size: 19px;
  }
}
@media screen and (max-width: 399px) {
    .accordion-content p {
      font-size: 18px;
  }
}

/* タイトルの背景色 */
.accordion-item:nth-of-type(1) .accordion-title {
    position: relative;
    padding: 7%;
    background-color: #A2C4D7;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
    border: none;
    width: 100%;
}

.ts-area-list__cont-ttl {
  color: #001C68;
  font-weight: 500;
  font-size: 28.8px;
}
@media screen and (max-width: 750px) {
  .ts-area-list__cont-ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .ts-area-list__cont-ttl {
    font-size: 24px;
  }
}

.ts-area-list__cont-block {
    margin-top: 2%;
}
@media screen and (max-width: 750px) {
  .ts-area-list__cont-block {
      margin-top: 3%;
  }
}


@media screen and (max-width: 599px) {
  .p-area-list__img {
      width: 100%;
  }
}

/* 吹き出しアコーディオン */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-left: 17px solid transparent;
  border-top: 17px solid black;
  color: #333;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
    left: 9%;
    top: 13.5%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
@media screen and (max-width: 880px) {
  .accordion-title::after {
      border-left: 14px solid transparent;
      border-top: 14px solid black;
  }
}
@media screen and (max-width: 599px) {
  .accordion-title::after {
      border-left: 20px solid transparent;
      border-top: 20px solid black;
  }
}
@media screen and (max-width: 380px) {
  .accordion-title::after {
      border-left: 15px solid transparent;
      border-top: 15px solid black;
  }
}
.accordion-title.open::after {
  transform: rotate(-45deg);
    position: absolute;
    left: 9%;
    top: 16.5%;
}

.p-area-list-ttl {
    font-size: 22.8px;
    font-weight: 500;
    text-align: left;
    line-height: 1.3;
}
@media screen and (max-width: 1100px) {
  .p-area-list-ttl {
    font-size: 21px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 880px) {
  .p-area-list-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .p-area-list-ttl {
    font-size: 23px;
    line-height: 1.3;
  }
}
.p-area-list-ttl span {
    display: inline-block;
}

/* 「解決します！」のcss --ここまで */

/* 「選ばれる理由」のcss --ここから */
.p-top-service_ts {
    max-width: 1010px;
    padding-bottom: 40px;
    margin: 0 auto;
}
@media screen and (min-width: 1330px) {
  .p-top-service_ts {
    max-width: 1300px;
  }
}

.p-top-service__link_ts2 {
    display: block;
}

.ss-01_rs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1010px;
    margin: 0 auto;
}
@media screen and (min-width: 1330px) {
  .ss-01_rs {
      max-width: 1300px;
  }
}
@media screen and (max-width: 750px) {
  .ss-01_rs {
      flex-flow: column;
  }
}

.ss-01_01_rh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1010px;
    margin: 0 auto 40px;
    padding: 0;
    column-gap: 5%;
}

/* ３枠ver　*/
.rs3-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto;
}
@media screen and (max-width:950px){
  .rs3-area {
      display: block;
  }
}

.rs3-back {
    position: relative;
    flex-flow: row wrap;
    width: 30%;
    background-color: rgba(255, 255, 255);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
    padding: 40px;
    margin: 30px 0 0;
    border-radius: 14px;
      height: 650px;
}
@media screen and (max-width:1330px){
  .rs3-back {
      height: 620px;
  }
}
@media screen and (max-width:950px){
  .rs3-back {
      width: 100%;
      text-align: center;
      height: 870px;
      display: grid;
      place-items: center;
  }
}
@media screen and (max-width:880px){
  .rs3-back {
      height: 840px;
  }
}
@media screen and (max-width:750px){
  .rs3-back {
      height: 750px;
  }
}
@media screen and (max-width:540px){
  .rs3-back {
      height: 720px;
  }
}
@media screen and (max-width:500px){
  .rs3-back {
      height: 680px;
  }
}


@media screen and (max-width:950px){
.rs3-back img {
    width: 80%;
  }
}
@media screen and (max-width: 620px){
.rs3-back img {
    width: 100%;
  }
}


.rs3_heading {
  font-size: 22.8px;
  font-weight: 500;
  text-align: center;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
}
@media screen and (max-width: 950px) {
  .rs3_heading {
      font-size: 26px;
      letter-spacing: 0.1em;
  }
}

.rs3_number {
    color: #B10000;
    font-size: 45px;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
@media screen and (max-width: 950px) {
  .rs3_number {
      font-size: 50px;
      letter-spacing: 0.05em;
  }
}

.rs3_important {
    color: #333333;
    font-size: 22px;
    margin: 0 0 10px 8px;
    line-height: 1.3;
    vertical-align: bottom;
}
@media screen and (max-width: 950px) {
  .rs3_important {
      font-size: 25px;
  }
}

.rs3_important-left {
    margin: 0 8px 10px;
}

.rs3_txt {
    color: #333333;
    letter-spacing: 0.1em;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.8em;
    text-align: left;
    margin: 10px 0;
}
@media screen and (max-width: 950px) {
  .rs3_txt {
      font-size: 22px;
  }
}
.txt_other-lh {
    width: 100%;
    text-align: left;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 10px;
}
.txt_other-lh span {
    display: inline-block;
}

/* ４枠ver　*/
.ss-02_rs01 {
    position: relative;
    flex-flow: row wrap;
    width: 47.5%;
    background-color: rgba(255, 255, 255);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
    padding: 40px;
    margin: 30px 0 0;
    border-radius: 14px;
      height: 710px;
}
@media screen and (max-width: 750px) {
  .ss-02_rs01 {
      margin: 50.5px 0 0;
  }
}
.ss-02_rs02 {
    position: relative;
    flex-flow: row wrap;
    width: 47.5%;
    background-color: rgba(255, 255, 255);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
    padding: 40px;
    margin: 50.5px 0 0;
    border-radius: 14px;
      height: 710px;
}
@media screen and (max-width: 1329px) {
  .ss-02_rs01,.ss-02_rs02 {
      height: 625px;
  }
}
@media screen and (max-width: 1090px) {
  .ss-02_rs01,.ss-02_rs02 {
      height: 630px;
  }
}
@media screen and (max-width: 1047px) {
  .ss-02_rs01,.ss-02_rs02 {
      height: 650px;
  }
}
@media screen and (max-width: 761px) {
  .ss-02_rs01,.ss-02_rs02 {
      height: 615px;
  }
}
@media screen and (max-width: 750px) {
  .ss-02_rs01,.ss-02_rs02 {
      width: 100%;
      height: 770px;
  }
}
@media screen and (max-width: 650px) {
  .ss-02_rs01,.ss-02_rs02 {
      width: 100%;
      height: 700px;
  }
}
@media screen and (max-width: 570px) {
  .ss-02_rs01,.ss-02_rs02 {
      width: 100%;
      height: 660px;
  }
}
@media screen and (max-width: 420px) {
  .ss-02_rs01,.ss-02_rs02 {
      width: 100%;
      height: 610px;
  }
}


.rs_heading {
  font-size: 22.8px;
  font-weight: 500;
  text-align: center;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs_number {
    color: #B10000;
    font-size: 45px;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.rs_important {
    color: #333333;
    font-size: 22px;
    margin: 0 0 10px 8px;
    line-height: 1.3;
    vertical-align: bottom;
}


.rs_txt {
    color: #333333;
    letter-spacing: 0.1em;
    font-size: 21px;
    font-weight: 500;
    text-align: left;
    line-height: 2em;
    margin-top: 10px;
}

/*ボタン*/
.btn03,
a.btn03,
button.btn03 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
    top: 11px;
  display: inline-block;
  padding: 8px 20px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
}

a.btn03-c {
  font-size: 18px;
  position: relative;
  padding: 8px 20px;
  border-radius: 100vh;
    letter-spacing: 0.2em;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}
@media screen and (max-width: 346px) {
  a.btn03-c {
      width: 100%;
  }
}

a.btn03-c i.fa {
  margin-right: 1rem;
}

a.btn03--green {
  color: #fff;
  background-color: #5BC0F8; /*表面色*/
}

a.btn03--green:hover {
  color: #fff;
  background: #86E5FF; /*ホバー色*/
}

a.btn03--green.btn03--cubic {
  border-bottom: 5px solid #1363DF; /*側面色*/
}

a.btn03--green.btn03--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #1363DF; /*側面色*/
}

.btn03-area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn03-area-txt span {
    display: inline-block;
}

/*枠*/
.btn03-0,
a.btn03-0,
button.btn03-0 {
  font-size: 11px;
  line-height: 1.5;
  position: relative;
    top: 11px;
  display: inline-block;
  padding: 8px 20px;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
  border-radius: 0.5rem;
}



/* 「選ばれる理由」のcss --ここまで */

/* 「強み」のcss --ここから */

.power_area {
    max-width: 1010px;
    margin: 0 auto;
}
@media screen and (min-width: 1330px) {
  .power_area {
      max-width: 1300px;
  }
}

.power_box {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
    max-width: 1010px;
    padding: 4% 4% 6%;
    margin-top: 100px;
}
@media screen and (min-width: 1330px) {
  .power_box {
      max-width: 1300px;
  }
}



.back01 {
    display: flex;
    justify-content: space-between;
    background: url(/img/testservice/img_testservice_power_01.png) center/contain no-repeat; /* ↓背景画像 */
    background-image: url(/img/testservice/img_testservice_power_01.png);
    background-position-x: 0;
    background-position-y: 0;
    background-size: 35%;
    background-color: rgba(255,255,255,0.3);
    background-blend-mode: lighten;
}
@media screen and (min-width: 1330px) {
  .back01 {
    background-size: 30%;
  }
}
@media screen and (max-width: 750px) {
  .back01 {
    flex-direction: column;
    margin: 2% 3%;
  }
}

.back02 {
    display: flex;
    justify-content: space-between;
    background: url(/img/testservice/img_testservice_power_02.png) center/contain no-repeat; /* ↓背景画像 */
    background-image: url(/img/testservice/img_testservice_power_02.png);
    background-position-x: 100%;
    background-position-y: 0;
    background-size: 36%;
    background-color: rgba(255,255,255,0.3);
    background-blend-mode: lighten;
}
@media screen and (min-width: 1330px) {
  .back02 {
    background-size: 30%;
  }
}
@media screen and (max-width: 750px) {
  .back02 {
    flex-direction: column;
    background-position-x: 0;
    margin: 2% 3%;
  }
}

.back03 {
    display: flex;
    justify-content: space-between;
    background: url(/img/testservice/img_testservice_power_03.png) center/contain no-repeat; /* ↓背景画像 */
    background-image: url(/img/testservice/img_testservice_power_03.png);
    background-position-x: 0;
    background-position-y: 0;
    background-size: 36%;
    background-color: rgba(255,255,255,0.3);
    background-blend-mode: lighten;
}
@media screen and (min-width: 1330px) {
  .back03 {
    background-size: 30%;
  }
}
@media screen and (max-width: 750px) {
  .back03 {
    flex-direction: column;
    margin: 2% 3%;
  }
}

.power-area-01_left {
  width: 55%;
  padding: 60px 0 0 50px;
}
@media screen and (max-width: 750px) {
  .power-area-01_left {
      display: contents;
	}
}


.power-area-02_left {
  width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 750px) {
  .power-area-02_left {
      order: 2;
      width: 70%;
      margin: 2% auto;
  }
}
.power-area-02_left img {
    margin-top: 3%;
    margin-right: 9%;
    max-width: 75%;
}
@media screen and (min-width: 1330px) {
  .power-area-02_left img {
      max-width: 60%;
      margin-left: 12%;
  }
}


.power-area-03_left {
  width: 55%;
  padding: 70px 0 0 50px;
}
@media screen and (min-width: 1330px) {
  .power-area-03_left {
      padding: 70px 0 0 80px;
}
  }
@media screen and (max-width: 750px) {
  .power-area-03_left {
      display: contents;
}
}


.power-area-01_right {
  width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 750px) {
  .power-area-01_right {
      order: 2;
      width: 70%;
      margin: 2% auto;
  }
}
.power-area-01_right img {
    max-width: 75%;
}
@media screen and (min-width: 1330px) {
  .power-area-01_right img {
      max-width: 60%;
  }
}

.power-area-02_right {
     width: 55%;
    padding: 40px 50px 0 0px;
}
@media screen and (min-width: 1330px) {
  .power-area-02_right {
      width: 50%;
      padding-top: 70px 80px 0 0px;
  }
}
@media screen and (max-width: 750px) {
  .power-area-02_right {
      display: contents;
	}
}

.power-area-03_right {
  width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 1330px) {
  .power-area-03_right {
       padding-top: 70px 80px 0 0px;
  }
}
@media screen and (max-width: 750px) {
  .power-area-03_right {
      width: 70%;
      order: 2;
      margin: 2% auto;
  }
}
.power-area-03_right img {
    max-width: 75%;
}
@media screen and (min-width: 1330px) {
  .power-area-03_right img {
      max-width: 60%;
      margin-right: 15%;
  }
}

.power_number {
  z-index: 10;
  top: -3vw;
  left: -1vw;
  margin-bottom: 100px;
  mix-blend-mode: overlay;
}

.power_heading {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (min-width: 1330px) {
  .power_heading {
      font-size: 35px;
      margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  .power_heading {
      order: 1;
  }
}

.power_txt {
    letter-spacing: 0.1em;
    font-size: 20px;
    font-weight: 450;
    line-height: 1.7em;
    color: #333333;
}
@media screen and (min-width: 1330px) {
  .power_txt {
      font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  .power_txt {
      order: 3;
  }
}

.power_txt03 {
    line-height: 1.75em;
}

/* 「強み」のcss --ここまで */

/* 「フェーズの流れ」のcss --ここから */

.ts-head-1__txt-flow {
    font-size: 22px;
    margin-top: 6%;
    letter-spacing: 0.15em;
    line-height: 1.5em;
    font-weight: 500;
}

.p-area-box-2__item_ts {
  background-color: #fff;
  padding: 50px;
}

.c-ttl-2_ts_wtflow {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  padding-right: 60px;
  margin: 20px 0 60px;
}
.c-ttl-2_ts_wtflow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #B10000;
  width: 100%;
  height: 2px;
}
.c-ttl-2_ts_ajflow {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  padding-right: 60px;
  margin: 60px 0;
}
.c-ttl-2_ts_ajflow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #B10000;
  width: 100%;
  height: 2px;
}
/* 「フェーズの流れ」のcss --ここまで */

/* 「テストフォーメーション」のcss --ここから */
.ts_c-ttl-3 {
  position: relative;
  font-size: 36px;
  font-weight: 500;
  display: inline-block;
  padding-right: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .ts_c-ttl-3 {
      font-size: 30px;
  }
}
@media screen and (max-width: 799px) {
  .ts_c-ttl-3 {
      margin-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  .ts_c-ttl-3 {
      font-size: 20px;
      padding-right: 30px;
  }
}
.ts_c-ttl-3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #B10000;
  width: 100%;
  height: 2px;
}

.formation-area {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
  max-width: 1010px;
  margin: 60px auto 0;
  padding: 50px 60px;
}
@media screen and (min-width: 1330px) {
  .formation-area {
      max-width: 1300px;
  }
}
@media screen and (max-width: 580px) {
  .formation-area {
      padding: 2.5% 2%;
  }
}

.ts-head-1__txt {
    font-size: 22px;
	/* margin-top: 40px; */
    letter-spacing: 0.15em;
    line-height: 1.5em;
    font-weight: 500;
}
@media screen and (max-width: 640px) {
  .ts-head-1__txt {
      font-size: 19px;
  }
}
@media screen and (max-width: 570px) {
  .ts-head-1__txt {
      font-size: 17px;
      letter-spacing: 0.05em;
      line-height: 1.4em;
  }
}
/* 「テストフォーメーション」のcss --ここまで */

/* 「実績」のcss --ここから */


.ts-head_area {
    margin-top: 60px;
}
@media screen and (max-width: 799px) {
  .ts-head_area {
      margin-top: 30px;
  }
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 120px;
  padding-bottom: 100px;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  box-shadow:  10px 10px 15px rgba(0, 0, 0, 0.28);
  width: 100%;
  height: auto;
  position: relative;
}

/*タブのスタイル*/
.tab_style {
  width: calc(100%/5);
  height: 85px;
  background-color: #d9d9d9;
  border-top: 15px solid #d9d9d9;
  border-radius: 15px 15px 0 0;	
  line-height: 70px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.5em;
  color: #333333;
  display: block;
  float: left;
  text-align: center;
  font-weight: 500;
  transition: all 0.2s ease;
  transform: translateY(-84.9px);
}
@media screen and (min-width: 950px) {
  .tab_style {
      font-size: 20px;
  }
}
@media screen and (max-width: 830px) {
  .tab_style {
      height: 95px;
      line-height: 35px;
      padding-top: 1%;
      letter-spacing: 0.5em;
  }
}
@media screen and (max-width: 580px) {
  .tab_style {
      line-height: 35px;
      letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 430px) {
  .tab_style {
      height: 100px;
      line-height: 30px;
      font-size: 16px;
      letter-spacing: 0.05em;
      font-weight: 300;
  }
}


/* tab_style-02 */
@media screen and (max-width: 830px) {
  .tab_style-02 {
      line-height: 15px;
  }
}
@media screen and (max-width: 580px) {
  .tab_style-02 {
      line-height: 19px;
  }
}

/* tab_style-03 */
@media screen and (min-width: 830px) and (max-width: 854px) {
  .tab_style-03 {
      letter-spacing: 0.3em
  }
}
@media screen and (max-width: 830px) {
  .tab_style-03 {
      line-height: 22px;
  }
}
@media screen and (min-width: 581px) and (max-width: 586px) {
  .tab_style-03 {
      letter-spacing: 0.3em
  }
}
@media screen and (max-width: 580px) {
  .tab_style-03 {
      line-height: 16px;
  }
}
@media screen and (min-width: 431px) and (max-width: 469px) {
  .tab_style-03 {
      letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 382px) {
  .tab_style-03 {
      letter-spacing: 0em;
      font-size: 14px;
  }
}
.tab_style:hover {
  opacity: 0.75;
}

.tab_pict {
    width: 80%;
    text-align: center;
 }
.tab_item-txt {
    line-height: 70px;
    font-size: 18px;
    letter-spacing: 0.5em;
    color: #333333;
    font-weight: 500;
    width: 70%;
    text-align: center;
    margin: 0;
 }
/* タブ内_br */
@media screen and (min-width: 830px) {
  .tab-br {
      display: none;
  }
}

/*ラジオボタンを全て消す*/
input[name="tab_style"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0 30px;
  clear: both;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#web:checked ~ #web_content,
#cars:checked ~ #cars_content,
#electric:checked ~ #electric_content,
#other:checked ~ #other_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_style  {
    color: #001c68;
    background-color: #ffffff;
    border-top: 15px solid #001C68;
}

/*アイコン*/
@font-face {
  font-family: 'release1';
  src:
    url('fonts/release1.ttf?e9jpol') format('truetype'),
    url('fonts/release1.woff?e9jpol') format('woff'),
    url('fonts/release1.svg?e9jpol#release1') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'release1' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-co_lp:before {
  content: "\e901";
}
.icon-btn:before {
  content: "\e902";
}
.icon-mail:before {
  content: "\e900";
}





/* 横にスライドコード ここから */
/* 前への矢印 */
.swiper-button-prev {
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color:  transparent transparent #5F5F5F #5F5F5F;
  transform: rotate(45deg);
    margin-left: 4%;
}
/* 次への矢印 */
.swiper-button-next {
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color: #5F5F5F #5F5F5F transparent transparent;
  transform: rotate(45deg);
    margin-right: 4%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: rgba(255, 255, 255, 0);
}
/* ページネーション */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}
.swiper {
  max-width: 1300px;
  width: 100%;
}
/* 横にスライドコード　ここまで */


.work_area {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 3% 0 2%;
}
@media screen and (max-width: 750px) {
  .work_area {
      display: block;
  }
}

.work_item-area-left {
    width: 40%;
    background-color: rgba(255, 255, 255, 1);
    margin-left: 4.8%;
}
@media screen and (max-width: 750px) {
  .work_item-area-left {
      width: 80%;
      margin: 0 auto 10%;
  }
}

.work_item-area-right {
    width: 40%;
    background-color: rgba(255, 255, 255, 1);
    margin-right: 4.8%;
}
@media screen and (max-width: 750px) {
  .work_item-area-right {
      width: 80%;
      margin: 0 auto;
  }
}

.work_area-pct {
    padding: 0 auto;
    width: 100%;
}


.work_item-area-Co {
    margin-bottom: 17px;
    font-size: 17px;
    font-weight: 430;
    text-align: left;
    letter-spacing: 0.1em;
    color: #808080;
    display: flex;
    align-items: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 430px) {
  .work_item-area-Co {
      margin-top: 10px;
      font-size: 14px;
      letter-spacing: 0.05em;
  }
}


.work_item-area-txt {
    color: #333333;
    letter-spacing: 0.1em;
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    line-height: 1.6em;
    margin-top: 10px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    display: block;
}
@media screen and (max-width: 430px) {
  .work_item-area-txt {
      font-size: 15px;
      margin-top: 5px;
  }
}

/* popup */

.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}

.modal-content {
    background: #FFF;
    width: 90vw;
    max-width: 1010px;
    max-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* height: 550px; */
    border-radius: 15px;
    animation: show 0.6s linear 0s;
    filter: drop-shadow(0px 2px 6px #777);
}
.modal-container {
    padding: 2.5%;
    width: 90vw;
    max-width: 1010px;
    max-height: 90vh;
    overflow-y: auto;
}
.modal-container .img {
    background: #f1f1f1;
    margin-bottom: 15px;
    width: 50%;
    height: auto;
}

/* close */
.modal-close {
    position: absolute;
    right: -45px;
    top: -40px;
}
@media screen and (max-width: 680px) {
  .modal-close {
      right: -25px;
      top: -25px;
  }
}
@media screen and (max-width: 470px) {
  .modal-close {
      right: -19px;
      top: -19px;
  }
}

@media screen and (max-width: 680px) {
  .modal-close img {
      width: 60px;
  }
}
@media screen and (max-width: 470px) {
  .modal-close img {
      width: 40px;
  }
}

.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.btn-example {
    background-color: rgba(255, 255, 255, 1);
    border: none;
}


/* ポップアップの内容 */
/* ポップアップの内容-上 */
.pu-content-date {
    color: #002F7C;
    font-size: 18px;
    line-height: 1.5em;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 750px) {
  .pu-content-date {
      font-size: 33px;
  }
}
@media screen and (max-width: 640px) {
  .pu-content-date {
      font-size: 25px;
      font-weight: bold;
  }
}

.pu-content-ttl {
    color: #333;
    font-size: 25px;
    font-weight: 500;
    width: 100%;
    /* margin-top: 1%; */
    background-image: linear-gradient(to right, #5F5F5F, #5F5F5F 2.5px, transparent 4px, transparent 3px);
    background-size: 10px 3px;
    background-position: left bottom;
    background-repeat: repeat-x;
    text-align: left;
    display: inline-block;
    /* text-decoration: underline dotted #333; */
    padding-bottom: 0.2em;
}
@media screen and (max-width: 750px) {
  .pu-content-ttl {
      font-size: 29px;
  }
}
@media screen and (max-width: 640px) {
  .pu-content-ttl {
      font-size: 25px;
  }
}
.pu-content-ttl::after {
  content: "";
  background-image : linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
  background-size: 8px 2px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}


/* ポップアップの内容-下 */
.pu-content {
    height: 90%;
    width: 100%;
    margin: 2% auto;
    overflow-y: auto;
    display: flex;
    justify-content: space-evenly;
}
@media screen and (max-width: 750px) {
  .pu-content {
      display: block;
  }
}


/* ポップアップの内容-下-left */
.pu-content-left {
    width: 55%;
    margin: auto 0;
}
@media screen and (max-width: 750px) {
  .pu-content-left {
      margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .pu-content-left {
      width: 100%;
      margin: 4% 0 5%;
  }
}

.pu-content-left img {
    width: 100%;
}


/* ポップアップの内容-下-rigth */
.pu-content-right {
    width: 40%;
    margin: auto;
}
@media screen and (max-width: 750px) {
  .pu-content-right {
      width: 100%;
  }
}

.ts-work_keyword {
    background: #001C68;
    color: #fff;
    font-size: 15px;
    padding: 0px 5px 2px;
    margin: 0 3% 3% 0;
    display: inline-block;
    border-radius: 2px;
    font-weight: 500;
}
@media screen and (max-width: 750px) {
  .ts-work_keyword {
      font-size: 15px;
      margin-top: 3%;
  }
}
@media screen and (max-width: 640px) {
  .ts-work_keyword {
      font-size: 14px;
  }
}

.ts-work_co {
    font-size: 19px;
    font-weight: 500;
    color: #001C68;
    margin-bottom: 1%;
}
@media screen and (max-width: 750px) {
  .ts-work_co {
      font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .ts-work_co {
      font-size: 14px;
  }
}

.ts-work_txt {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.13em;
}
@media screen and (max-width: 750px) {
  .ts-work_txt {
      font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .ts-work_txt {
      font-size: 20px;
  }
}




/* 「実績」のcss --ここまで */

/* 「お問い合わせ」のcss --ここから */
@media screen and (min-width: 685px) {
  .ts_p-area-lead {
      height: 300px;
  }
}

.contact_heading {
    letter-spacing: 0.1em;
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}
@media screen and (max-width: 684px) {
  .contact_heading {
      letter-spacing: 0;
      font-size: 28px;
      line-height: 1.4em;
  }
}

@media screen and (max-width: 468px) {
  .c-ttl-2--sp-s span {
      display: inline-block;
  }
}

.contact_txt {
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.5em;
}
@media screen and (max-width: 684px) {
  .contact_txt {
      font-size: 18px;
      line-height: 1.4em;
  }
}
.contact_txt span {
    display: inline-block;
}

.contact_btn-list {
    display: flex;
    justify-content: space-around;
}
@media screen and (max-width: 684px) {
.contact_btn-list {
      flex-flow: column;
      align-items: center;
  }
}


.contact_btn {
    margin: 30px 0 10px;
    width: 35%;
}
@media screen and (max-width: 850px) {
  .contact_btn {
      width: 40%;
  }
}
@media screen and (max-width: 684px) {
  .contact_btn {
      margin: 20px 0 10px;
      width: 80%;
  }
}

.contact_btn-link {
  position: relative;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.2em;
  background-color: #B10000;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  border-radius: 100px;
}
.contact_btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 72px;
  border: 1.8px solid #fff;
  border-radius: 100px;
}
@media screen and (max-width: 748px) {
  .contact_btn-link {
      font-size: 25px;
  }
}
@media screen and (max-width: 468px) {
  .contact_btn-link {
      font-size: 20px;
      letter-spacing: 0.06em;
  }
}


.contact_dw-pict {
    width: 10%;
    font-size: 35px;
    padding-right: 19%;
}
@media screen and (max-width: 390px) {
  .contact_dw-pict {
      padding-right: 21%;
  }
}
@media screen and (max-width: 528px) {
  .contact_dw-pict {
      padding-right: 17%;
  }
}
@media screen and (max-width: 684px) {
  .contact_dw-pict {
      padding-right: 14%;
  }
}
@media screen and (max-width: 684px) {
  .contact_dw-pict {
      padding-right: 23%;
  }
}

.contact_mail-pict {
    width: 12%;
    font-size: 33px;
    padding-right: 17%;
}
@media screen and (max-width: 748px) {
  .contact_mail-pict {
      padding-right: 16%;
  }
}
@media screen and (max-width: 684px) {
  .contact_mail-pict {
      padding-right: 2%;
  }
}
@media screen and (max-width: 468px) {
  .contact_mail-pict {
      padding-right: 19%;
  }
}

/*ボタン*/
/*資料請求ボタン*/
.btn03-dw,
a.btn03-dw,
button.btn03-dw {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: inline-block;
  padding: 8px 20px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
}

a.btn03-dw-c {
  font-size: 25px;
  position: relative;
  padding: 8px 20px;
  border-radius: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.btn03-dw-c i.fa {
  margin-right: 1rem;
}

a.btn03-dw--green {
    color: #fff;
    background-color: #FD781B; /*表面色*/
}

a.btn03-dw--green:hover {
    color: #fff;
    background: #FDA533; /*ホバー色*/
}

a.btn03-dw--green.btn03-dw--cubic {
    border-bottom: 5px solid #d65400; /*側面色*/
}

a.btn03-dw--green.btn03-dw--cubic:hover {
    margin-top: 3px;
    border-bottom: 2px solid #d65400; /*側面色*/
}


/*お問い合わせボタン*/
.btn03-ctc,
a.btn03-ctc,
button.btn03-ctc {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: inline-block;
  padding: 8px 20px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
}

a.btn03-ctc-c {
  font-size: 25px;
  position: relative;
  padding: 8px 20px;
  border-radius: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 810px) {
  a.btn03-ctc-c {
      font-size: 25px;
      padding: 8px 0px;
      letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 684px) {
  a.btn03-ctc-c {
      font-size: 23px;
      letter-spacing: 0.3em;
  }
}
@media screen and (max-width: 420px) {
  a.btn03-ctc-c {
      font-size: 20px;
      letter-spacing: 0.1em;
  }
}

a.btn03-ctc-c i.fa {
  margin-right: 1rem;
}

a.btn03-ctc--green {
    color: #fff;
    background-color: #fdb21f; /*表面色*/
}

a.btn03-ctc--green:hover {
    color: #fff;
    background: #fdd349; /*ホバー色*/
}

a.btn03-ctc--green.btn03-ctc--cubic {
    border-bottom: 5px solid #cb9800; /*側面色*/
}

a.btn03-ctc--green.btn03-ctc--cubic:hover {
    margin-top: 3px;
    border-bottom: 2px solid #cb9800; /*側面色*/
}


/* 「お問い合わせ」のcss --ここまで */

/* 「フッター」のcss --ここから */

/* back top */
@media screen and (max-width: 319px) {
  .l-footer-pagetop {
    right: 0px;
    bottom: 0px;
  }
}
@media screen and (max-width: 180px) {
  .l-footer-pagetop {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 319px) {
  .l-footer-pagetop__link {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 180px) {
  .l-footer-pagetop__link {
    padding-top: 8px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 319px) {
  .l-footer-pagetop__triangle {
    border-width: 0 14.25px 17px;
  }
}
@media screen and (max-width: 180px) {
  .l-footer-pagetop__triangle {
    border-width: 0 10.25px 13px;
  }
}



.ts-footer__address {
    position: relative;
    padding-left: 9px;
    margin-top: 4%;
}
.ts-footer__address::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #B10000;
}

.l-footer-sns {
  display: flex;
}
@media screen and (max-width: 1100px) {
  .l-footer-sns {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer-sns--pc {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer-sns--sp {
    display: none;
  }
}
.l-footer-sns__item:nth-of-type(n + 2) {
  margin-left: 15px;
}
.l-footer-sns__link {
  display: block;
}
@media screen and (min-width: 751px) {
  .l-footer-sns__link {
    transition: 0.3s;
  }
  .l-footer-sns__link:hover {
    opacity: 0.7;
  }
}
.l-footer-sns__link img {
  width: 100%;
}
.l-footer__bnr {
  margin-top: 20px;
}
@media screen and (max-width: 1560px) {
  .l-footer__bnr {
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__bnr--pc {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer__bnr--sp {
    display: none;
  }
}
.l-footer__bnr-link {
  display: block;
  width: 300px;
  height: 62px;
}
@media screen and (min-width: 751px) {
  .l-footer__bnr-link {
    transition: 0.3s;
  }
  .l-footer__bnr-link:hover {
    opacity: 0.3;
  }
}
.l-footer__bnr-link--2 {
  margin-top: 10px;
}
.l-footer__bnr-inner {
  display: flex;
  align-items: center;
  border: 1px solid #B4B4B4;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-left: 25px;
}
.l-footer__bnr-inner--1 {
  padding-left: 25px;
}
.l-footer__bnr-inner--2 {
  padding-left: 13px;
}
.l-footer__bnr-img--1 {
  width: 125px;
  margin-right: 40px;
}
.l-footer__bnr-img--2 {
  width: 140px;
  margin-right: 20px;
}
.l-footer__bnr-txt {
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.l-footer__bnr-txt--1 {
  font-size: 13px;
}
.l-footer__bnr-txt--2 {
  font-size: 12px;
  color: #000;
  text-align: center;
}

/* 「フッター」のcss --ここまで */

/*  =============================================
「ダウンロードページとお問い合わせページ」のcss --ここから */

.ts-from-table {
  max-width: 1010px;
  margin: 7% auto 5%;
}

.ts-download-main {
    max-width: 1010px;
    margin: 0 auto;
}

.ts-download-main__ttl {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
}

.ts-download-main__txt-area {
  margin: 3% 0;
  width: 60.5143721634%;
}
@media screen and (max-width: 599px) {
  .ts-download-main__txt-area {
    width: 100%;
  }
}

.ts-download-main__txt {
    font-size: 15px;
    line-height: 1.6em;
}

.ts_download__contents {
  background-color: rgba(255, 255, 255);
  border-radius: 10px;
  max-width: 1010px;
  padding: 3%;
  margin-bottom: 5%;
}

.ts_download__body {
  display: flex;
  margin: auto 0;
}

.ts-download-main .mwform-checkbox-field label::after {
    content: "";
    width: 100%;
    aspect-ratio: 155/200;
    display: block;
    background-image: url(../img/testservice/img_download_document01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.28);
    cursor: pointer;
}

/*テーブル内*/
/*項目名*/
.ts-form-table__txt {
  font-size: 17px;
  color: #505050;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .ts-form-table__txt {
    font-size: 14px;
  }
}

/*必須*/
.ts-form-table__required {
  font-size: 15px;
  color: #FF0000;
  display: inline-block;
  margin-left: 21px;
}
@media screen and (max-width: 600px) {
  .ts-form-table__required {
    font-size: 14px;
  }
}

/*例文*/
.ts-form-table__input {
    font-size: 17px;
}
@media screen and (max-width: 600px) {
  .ts-form-table__input {
    font-size: 14px;
  }
}

/*利用目的*/
.ts-form-table__box-txt {
  font-size: 15px;
  color: #505050;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .ts-form-table__box-txt {
    font-size: 14px;
  }
}
.ts-form-table__box-txt:nth-of-type(n + 2) {
  margin-top: 2em;
}
 /*チェック誘導*/
.ts-form-table__agree-txt {
  font-size: 15px;
  margin-bottom: 6px;
}
.mw_wp_form_confirm .ts-form-table__agree-txt {
  display: none;
}
　/*同意する*/
ts-checkbox-field-txt {
    font-size: 17px;
}

/*注意書き*/
.ts-form-table__note {
  font-size: 14px;
  margin-top: 5px;
}


/* new-20231214 */
.p-sform {
    padding-top: 60px;
}

.title-area {
    margin: 0 0 6%;
}
@media screen and (max-width: 750px) {
  .title-area {
    text-align: center;
  }
}

.p-sform-contact {
    width: 45%;
}

.p-sform-contact__inner {
    max-width: 100%;
}
@media screen and (max-width: 750px) {
  .p-sform-contact__inner {
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .p-sform-contact {
      width: 90%;
      max-width: 440px;
  }
}

.ts-sform-contact__txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8em;
}

.p-sform-cont__required {
    background: #B10000;
}

.p-sform-box__txt {
    font-size: 19px;
}

.p-sform-contact__txt-s {
    font-size: 17px;
}

.p-sform-cont__txt {
    font-size: 18px;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-sform-cont__input {
    font-size: 18px;
}

.p-sform-cont__txt-s {
    font-size: 14px;
}

.p-sform-cont__checkbox .mwform-checkbox-field-text {
    font-size: 18px;
}

.p-sform-cont__box-txt {
    font-size: 16px;
}

/*完了ページ*/
.p-sform-tnks__ttl {
    color: #001C68;
}

.p-sform-tnks__ttl span {
    display: inline-block;
}

.p-sform-tnks__txt {
    font-weight: 500;
}

.p-sform-notice__ttl {
    font-size: 18px;
    letter-spacing: 0.2em;
}

.p-sform-notice__head {
    position: relative;
    background-color: #A2C4D7;
}

@media screen and (min-width: 1330px) {
  .p-sform-notice {
      padding-top: 180px;
  }
}

.p-sform-notice__head-ttl {
    font-size: 20px;
}

.p-sform-notice__txt {
    font-size: 18px;
}

.p-sform-notice__b-txt {
    font-size: 18px;
    letter-spacing: 0.05em;
}

/* 「ダウンロードページとお問い合わせページ」のcss --ここまで
============================================= */

.c-form-table__input_1 {
  width: 517px;
  height: 34.2px;
  border: 1px solid #333;
  border-radius: 3px;
  font-size: 14px;
  padding: 0 0.5em;
}
.c-form-table--rec .c-form-table__input_1 {
  border-color: #BCBCBC;
}

@media screen and (max-width: 850px) {
  .c-form-table__input_1 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .c-form-table__input_1 {
    font-size: 14px;
  }
}
.c-form-table__input_1::-moz-placeholder {
  color: #C8C8C8;
}


