@charset "UTF-8";
/*-----------------------------------------------------------------*/
/*
/* gmg_orignal
/*-----------------------------------------------------------------*/
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.form-grid_left {
}
.form-grid_right {
  box-shadow: 0 0 23px 0px rgba(0, 0, 0, 0.1);
  padding: 0 24px 24px;
}
.form-grid_ttl {
  padding-top: 24px;
  border-left: 4px solid #ff8800;
  color: #ff8800;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 8px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

/* 240110 added ************************* */
/* contents backgraund ----------------------- */
.service-new-bg {
  background-image: url(/dcms_media/image/img_noise_bg2.png);
  background-repeat: repeat;
  background-size: contain;
}

/* contents size ----------------------- */
.service-inner {
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.service-inner-xl {
  max-width: 1680px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* multi parts ----------------------- */

.service-inner a {
  color: #fff;
  transition: 0.6s;
}

.service-inner a:hover {
  color: #fe4521;
  text-decoration: none;
}

.service-inner h2 {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
  width: 100%;
}

.service-inner h3 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}

.service-inner p {
  color: #fff;
  line-height: 1.5;
}

.bg-over-black01 {
  background: #1f1f1f;
  transform: translate(-40px, 0%);
  width: calc(100% + 80px);
  height: 100%;
}

.bg-over-black02 {
  background-image: url(/dcms_media/image/img_abstractwave_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: translate(-40px, 0%);
  width: calc(100% + 80px);
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .br_off {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .service-inner h2 {
    font-size: 2.8rem;
    width: 100%;
  }

  .service-inner h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 690px) {
  .bg-over-black01 {
    background: #1f1f1f;
    transform: translate(-20px, 0%);
    width: calc(100% + 40px);
  }

  .bg-over-black02 {
    background-image: url(/dcms_media/image/img_abstractwave_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: translate(-20px, 0%);
    width: calc(100% + 40px);
  }

  .sp_off {
    display: none;
  }
}

/* service main visual parts ----------------------- */
.c-mv-bgarea {
  padding-left: 50px;
  padding-right: 50px;
  background: url(/dcms_media/image/saslaitest-mvbg-img.png) no-repeat top center/cover;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.c-bg {
  width: 100%;
  position: absolute;
  left: auto;
  top: 0;
}

.c-bg img {
  width: 100%;
  object-fit: cover;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.c-mv-detailarea {
  transform: translate(0, 90px);
  display: grid;
  gap: 50px;
}

.c-servicemv-txtbox {
  display: flex;
}

.c-servicemv-txtbox .c-servicemv-ttlarea {
  z-index: 10;
}

.c-servicemv-txtbox .c-servicemv-ttlarea .headding-lead-txt {
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}

.c-servicemv-txtbox .c-servicemv-ttlarea .headding-ttl-txt {
  color: #fff;
  font-weight: bold;
  font-size: 4.8rem;
}

.c-btn-area {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .c-mv-bgarea {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 980px) {
  .c-mv-bgarea {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-servicemv-txtbox .c-servicemv-ttlarea .headding-ttl-txt {
    font-size: 4rem;
    line-height: 1.5;
  }

  .c-btn-area {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 690px) {
  .c-mv-bgarea {
    padding-left: 20px;
    padding-right: 20px;
    transform: translate(-20px, 0%);
    width: calc(100% + 40px);
    height: 100%;
  }

  .c-mv-detailarea {
    gap: 30px;
  }

  .c-servicemv-txtbox .c-servicemv-ttlarea .headding-lead-txt {
    font-size: 2rem;
  }

  .c-servicemv-txtbox .c-servicemv-ttlarea .headding-ttl-txt {
    font-size: 3.2rem;
    line-height: 1.5;
  }

  .c-btn-area {
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
  }
}

/* cv button ----------------------- */
.c-btn-contact {
  display: flex;
}

.c-btn-contact a {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.6;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #233755;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  color: #333333;
  min-width: 360px;
  max-width: 360px;
  width: 100%;
  z-index: 0;
  padding: 10px;
}

.c-btn-contact a::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  content: "\ea17";
  display: inline-block;
  transition: color 0.3s;
  font-size: 2.6rem;
  color: #fff;
  margin-right: 18px;
  flex: 0 0 auto;
  z-index: 10;
}

.c-btn-contact a::after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #233755;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 55px;
  transition: 0.3s opacity;
}

.c-btn-contact a:hover {
  background: #233755;
  border: 2px solid #fff;
  color: #fff;
}

.c-btn-contact a:hover::before {
  color: #233755;
}

.c-btn-contact a:hover::after {
  background: #fff;
}

.c-btn-dl {
  display: flex;
}

.c-btn-dl a {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.6;
  font-weight: bold;
  background: #fe4521;
  border-radius: 10px;
  border: 2px solid #fe4521;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  color: #333333;
  min-width: 360px;
  max-width: 360px;
  width: 100%;
  z-index: 0;
  padding: 10px;
}

.c-btn-dl a::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  content: "\ea16";
  display: inline-block;
  transition: color 0.3s;
  font-size: 2.6rem;
  color: #fe4521;
  margin-right: 18px;
  flex: 0 0 auto;
  z-index: 10;
}

.c-btn-dl a::after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 38px;
  transition: 0.3s opacity;
}

.c-btn-dl a:hover {
  background: #fff;
  border: 2px solid #fe4521;
  color: #fe4521;
}

.c-btn-dl a:hover::before {
  color: #fff;
}

.c-btn-dl a:hover::after {
  background: #fe4521;
}

@media screen and (max-width: 980px) {
  .c-btn-contact a {
    min-height: 60px;
    min-width: 320px;
    max-width: 320px;
    font-size: 1.6rem;
  }
  .c-btn-contact a::before {
    font-size: 2.4rem;
    margin-right: 24px;
  }
  .c-btn-contact a::after {
    width: 40px;
    height: 40px;
    left: 45px;
  }

  .c-btn-dl a {
    min-height: 60px;
    min-width: 320px;
    max-width: 320px;
    font-size: 1.6rem;
  }

  .c-btn-dl a::before {
    font-size: 2.4rem;
    margin-right: 24px;
  }

  .c-btn-dl a::after {
    width: 40px;
    height: 40px;
    left: 30px;
  }
}

/* service strong points ----------------------- */
.c-strong-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: #000000;
  border-radius: 10px;
  width: 100%;
  max-width: 1120px;
  margin: auto;
}

.c-strong-points .col {
  padding: 30px;
  border-right: 1px solid #657080;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.c-strong-points .col:last-child {
  border-right: none;
}

.c-strong-points .col .lead-txt {
  color: #cccccc;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
}

.c-strong-points .col .main-txt {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}

.c-strong-points .col .main-txt .strong-txt {
  font-size: 5rem;
}

@media screen and (max-width: 1024px) {
  .c-strong-points .col .main-txt .strong-txt {
    font-size: 4rem;
  }
}

@media screen and (max-width: 980px) {
  .c-strong-points .col {
    padding: 15px;
  }

  .c-strong-points .col .lead-txt {
    font-size: 1.6rem;
  }

  .c-strong-points .col .main-txt {
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
  }

  .c-strong-points .col .main-txt .strong-txt {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 767px) {
  .c-strong-points .col .lead-txt {
    font-size: 1.5rem;
  }

  .c-strong-points .col .main-txt {
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
  }

  .c-strong-points .col .main-txt .strong-txt {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 690px) {
  .c-strong-points {
    grid-template-columns: initial;
  }
  .c-strong-points .col {
    border-right: none;
    border-bottom: 1px solid #657080;
  }

  .c-strong-points .col:last-child {
    border-bottom: none;
  }
}

/* awards info ----------------------- */
.c-awards-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.awards-logo {
  padding: 20px 30px;
  display: flex;
  gap: 16px;
  background: #fff;
  border-radius: 10px;
}

.awards-logo figure {
  margin: 0;
}

.awards-logo figure img {
  max-height: 80px;
}

@media screen and (max-width: 690px) {
  .awards-logo {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* vertical block ----------------------- */
.c-vertical-area {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.c-vertical-area.-bg-light::before {
  content: "";
  position: absolute;
  background: url(/dcms_media/image/saslaitest-about-bg01.png) no-repeat center/cover;
  transform: translate(-40px, 0%);
  width: calc(100% + 80px);
  height: 100%;
}

.c-vertical-area.-bg-light02::before {
  content: "";
  position: absolute;
  background: url(/dcms_media/image/saslaitest-testmenu-bg01.png) no-repeat center/cover;
  transform: translate(-40px, 0%);
  width: calc(100% + 80px);
  height: 100%;
}

.c-vertical-area .-img01 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.c-vertical-area .-leadttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
}

.c-vertical-area .-note-box {
  width: 70%;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.c-vertical-area .-note-box .logo-img {
  margin: 0;
  width: 20%;
}

.c-vertical-area .-note-box .txt-area {
  width: 75%;
}

.c-vertical-area .-note-box .txt-area .-leadtxt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
}

.c-vertical-area .-note-box .txt-area .-txt {
  color: #333;
}

.c-label01 {
  padding: 7px 25px;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  background: #fe4521;
  margin-bottom: 10px;
  max-width: 100px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .c-vertical-area .-note-box {
    width: 100%;
  }

  .c-vertical-area .-leadttl {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    width: 100%;
  }
}

@media screen and (max-width: 690px) {
  .c-vertical-area .-img01 {
    width: 100%;
  }

  .c-vertical-area .-note-box {
    padding: 30px;
    flex-wrap: wrap;
  }

  .c-vertical-area .-note-box .logo-img {
    margin: 0 auto;
    width: 50%;
  }

  .c-vertical-area .-note-box .txt-area {
    width: 100%;
  }

  .c-vertical-area .-note-box .txt-area .-leadtxt {
    margin-bottom: 1em;
  }

  .c-label01 {
    padding: 5px 10px;
    font-size: 14px;
    max-width: 70px;
  }
}

/* CTA block ----------------------- */
.c-cta-area {
  display: flex;
  gap: 40px;
  width: 100%;
  padding: 50px 0;
  justify-content: space-between;
}

.c-cta-area .cta-txtbox {
  width: 42%;
}

.c-cta-area .cta-txtbox .-ttltxt {
}

.c-cta-area .cta-txtbox .-infotxt {
}

.c-cta-area .cta-imgbox {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .c-cta-area {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 980px) {
  .c-cta-area {
    gap: 20px;
  }
}

@media screen and (max-width: 690px) {
  .c-cta-area {
    gap: 20px;
    flex-direction: column;
  }

  .c-cta-area .cta-txtbox {
    width: 100%;
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .c-cta-area .cta-txtbox .-ttltxt {
    width: 100%;
  }

  .c-cta-area .cta-txtbox .-infotxt {
    width: 100%;
  }

  .c-cta-area .cta-imgbox {
    width: 100%;
    order: 1;
  }
}

/* reason block ----------------------- */
.c-reason-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-reason-area .leadtxt {
  font-size: 2.8rem;
  font-weight: bold;
}
.c-reason-area .reason-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.c-reason-area .reason-3col .col {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px;
  gap: 10px;
  flex-direction: column;
}

.c-reason-area .reason-3col .col .-iconimg {
  max-width: 60px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.c-reason-area .reason-3col .col .-maintxt {
  color: #333;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #afaaaa;
  padding-bottom: 8px;
  text-align: left;
}

.c-reason-area .reason-3col .col .-subtxt {
  color: #333;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .c-reason-area .reason-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

@media screen and (max-width: 980px) {
  .c-reason-area .leadtxt {
    font-size: 2rem;
  }

  .c-reason-area .reason-3col .col .-maintxt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 690px) {
  .c-reason-area .reason-3col {
    grid-template-columns: initial;
    gap: 20px;
  }

  .c-reason-area .reason-3col .col {
    justify-content: center;
  }

  .c-reason-area .reason-3col .col .-iconimg {
    max-width: 50px;
  }

  .c-reason-area .reason-3col .col .-maintxt {
    font-size: 1.9rem;
  }
}

/* problem block ----------------------- */
.c-problem-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding: 115px 0;
  align-items: center;
}

.c-problem-area .problem-ttlbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 22%;
}
.c-problem-area .problem-ttlbox .-leadttl {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.c-problem-area .problem-ttlbox .-mainttl {
  font-weight: bold;
  line-height: 1.5;
  border-top: 1px solid #fff;
  padding-top: 8px;
}

.c-problem-area .problem-infobox {
  width: 72%;
}

.c-problem-area .problem-infobox .-tabs {
  margin: 0;
  width: 100%;
}

.c-problem-area .problem-infobox .tab-list {
  display: flex;
}

.c-problem-area .problem-infobox .tab-menu {
  display: flex;
  align-items: center;
  background: #333333;
  color: #fff;
  cursor: pointer;
  flex-grow: 1;
  height: 50px;
  justify-content: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-right: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}

.c-problem-area .problem-infobox .tab-menu:first-child {
  margin-left: 45px;
}

.c-problem-area .problem-infobox .tab-menu:last-child {
  margin-right: 45px;
}

.c-problem-area .problem-infobox .tab-menu.current {
  background: #fe4521;
  color: #333333;
}

.c-problem-area .problem-infobox .content-box {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  color: #333;
  display: none;
}

.c-problem-area .problem-infobox .content-box .-problem {
  background: rgba(255, 255, 255, 0.7);
  padding: 50px;
  display: flex;
  gap: 15px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  align-items: flex-start;
}

.c-problem-area .problem-infobox .content-box .-problem .problem-label {
  max-width: 120px;
  width: 100%;
  background: #333333;
  border: 1px solid #333333;
  border-radius: 6px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 8px 15px;
  text-align: center;
}

.c-problem-area .problem-infobox .content-box .-problem .problem-txt {
  width: auto;
}
.c-problem-area .problem-infobox .content-box .-problem .problem-txt .ttl-txt {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  margin-top: 8px;
  margin-bottom: 10px;
}

.c-problem-area .problem-infobox .content-box .-problem .problem-txt .detail-txt {
  color: #333;
}

.c-problem-area .problem-infobox .content-box .-solution {
  background: rgba(255, 255, 255, 1);
  padding: 50px;
  display: flex;
  gap: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  align-items: flex-start;
}

.c-problem-area .problem-infobox .content-box .-solution .solution-label {
  max-width: 120px;
  width: 100%;
  background: #fff;
  border: 1px solid #333333;
  border-radius: 6px;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 8px 15px;
  text-align: center;
}

.c-problem-area .problem-infobox .content-box .-solution .solution-txt {
  width: auto;
}
.c-problem-area .problem-infobox .content-box .-solution .solution-txt .ttl-txt {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  margin-top: 8px;
  margin-bottom: 10px;
}

.c-problem-area .problem-infobox .content-box .-solution .solution-txt .detail-txt {
  color: #333;
}

@media screen and (max-width: 1200px) {
  .c-problem-area {
    padding: 80px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .c-problem-area .problem-ttlbox {
    width: 100%;
    justify-content: center;
  }

  .c-problem-area .problem-ttlbox .-leadttl {
    text-align: center;
  }

  .c-problem-area .problem-ttlbox .-mainttl {
    border-top: none;
    padding-top: 0;
    text-align: center;
  }

  .c-problem-area .problem-infobox {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 690px) {
  .c-problem-area {
    padding: 60px 0;
  }

  .c-problem-area .problem-infobox .tab-menu {
    margin-right: 5px;
    height: 45px;
  }

  .c-problem-area .problem-infobox .tab-menu:first-child {
    margin-left: 20px;
  }

  .c-problem-area .problem-infobox .tab-menu:last-child {
    margin-right: 20px;
  }

  .c-problem-area .problem-infobox .content-box .-problem {
    padding: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .c-problem-area .problem-infobox .content-box .-problem .problem-label {
    max-width: 90px;
    font-size: 1.4rem;
    padding: 5px 10px;
  }

  .c-problem-area .problem-infobox .content-box .-problem .problem-txt .ttl-txt {
    font-size: 2rem;
    margin-top: 0;
  }

  .c-problem-area .problem-infobox .content-box .-solution {
    padding: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .c-problem-area .problem-infobox .content-box .-solution .solution-label {
    max-width: 90px;
    font-size: 1.4rem;
    padding: 5px 10px;
  }

  .c-problem-area .problem-infobox .content-box .-solution .solution-txt .ttl-txt {
    font-size: 2rem;
    margin-top: 0;
  }
}

/* FAQ block ----------------------- */
.c-faq-area {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.faq-list {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 30px 30px 30px 60px;
}

.faq-list dt {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 10px;
}

.faq-list dt::before {
  content: "Q";
  position: absolute;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fe4521;
  line-height: 1.2;
  transform: translate(-50%, -50%);
  top: 35%;
  left: -2%;
}

.faq-list dd {
  padding-top: 12px;
  position: relative;
  border-top: 1px solid #cccccc;
}

@media screen and (max-width: 980px) {
  .faq-list {
    padding: 25px 30px 25px 50px;
  }

  .faq-list dt::before {
    left: -3%;
  }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 690px) {
  .c-faq-area {
    gap: 30px;
  }

  .faq-list {
    padding: 25px 25px 25px 35px;
  }

  .faq-list dt {
    font-size: 1.6rem;
  }

  .faq-list dt::before {
    font-size: 2.5rem;
    top: 12px;
    left: -15px;
  }
}
