@charset "UTF-8";
/*  search */
.dg-search-box .dg-search-box-text {
  color: #000000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 214.286% */
  /* pc */
}
.dg-search-box .dg-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 2px solid #314099;
  border-radius: 8px;
}
.dg-search-box .dg-search input[type=search] {
  width: 250px;
  height: 45px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
}
.dg-search-box .dg-search input[type=search]::-moz-placeholder {
  color: #CDCDCD;
}
.dg-search-box .dg-search input[type=search]::placeholder {
  color: #CDCDCD;
}
.dg-search-box .dg-search input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  border: none;
  background-color: #314099;
  cursor: pointer;
  min-width: 0;
  border-radius: 0;
  color: transparent;
  font-size: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E") no-repeat center center #314099;
  background-size: 20px 20px;
  border: none;
  cursor: pointer;
}

.dg-sub-nav {
  background: #F6F9FC;
  padding: 8px 16px;
  margin-bottom: 40px;
}
.dg-sub-nav .dg-sub-nav-inner {
  /* pc */
}
@media (min-width: 768px) {
  .dg-sub-nav .dg-sub-nav-inner {
    max-width: 1160px;
    padding: 0 5%;
  }
}
@media (min-width: 768px) and (min-width: 1160px) {
  .dg-sub-nav .dg-sub-nav-inner {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
}
.dg-sub-nav .breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  align-self: stretch;
}

.dg-btn-area .dg-btn-back a {
  border-radius: 23px;
  border: 2px solid #314099;
  display: flex;
  padding: 9px 32px 9px 16px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: #314099;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 16px;
  /* pc */
}
.dg-btn-area .dg-btn-back a::before {
  content: "";
  transform: rotate(180deg);
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26.88 26.88"><defs><style>.cls-1{fill:none;stroke:%23314099;stroke-linecap:round;stroke-miterlimit:10;stroke-width:1.88px}</style></defs><g><path class="cls-1" d="m11 7.48 6.61 5.97L11 19.43"/><circle class="cls-1" cx="13.44" cy="13.44" r="12.5"/></g></svg>') no-repeat center center;
  background-size: contain;
}
.dg-btn-area .dg-btn-back a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .dg-btn-area .dg-btn-back a {
    width: 180px;
  }
}
.dg-btn-area .dg-btn-top a {
  border-radius: 23px;
  border: 2px solid #D21E43;
  display: flex;
  padding: 9px 16px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: #D21E43;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  /* pc */
}
.dg-btn-area .dg-btn-top a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .dg-btn-area .dg-btn-top a {
    width: 350px;
  }
}

.dg-sidemenu-area .dg-sidemenu-title {
  color: #000000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 24px;
}
.dg-sidemenu-area .dg-sidemenu-item {
  border-top: 1px solid #CDCDCD;
  padding: 10px 0;
}
.dg-sidemenu-area .dg-sidemenu-item:last-child {
  border-bottom: 1px solid #CDCDCD;
}
.dg-sidemenu-area .dg-sidemenu-item .dg-cat-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #314099;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 10px 8px 0px;
}
.dg-sidemenu-area .dg-sidemenu-item .dg-cat-title::-webkit-details-marker {
  display: none;
}
.dg-sidemenu-area .dg-sidemenu-item .dg-cat-title::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 2px solid #314099;
  border-right: 2px solid #314099;
  content: "";
  transition: transform 0.3s;
}
.dg-sidemenu-area .dg-sidemenu-item .dg-cat-title.link::after {
  transform: translateY(25%) rotate(-45deg);
}
.dg-sidemenu-area .dg-sidemenu-item .dg-cat-title.link a {
  color: #314099;
  font-weight: 600;
}
.dg-sidemenu-area .dg-sidemenu-item .dg-cat-title.link2 a {
  color: #314099;
  font-weight: 600;
}
.dg-sidemenu-area .dg-sidemenu-item .dg-cat-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dg-sidemenu-area .dg-sidemenu-item .dg-cat-list .dg-cat-item {
  padding: 8px 0px 4px;
  color: #000000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}
.dg-sidemenu-area .dg-sidemenu-item[open] .dg-cat-title::after {
  transform: rotate(225deg);
}

.dg-sp-search-area {
  /* pc 1160px */
}
.dg-sp-search-area .dg-sidemenu-area .dg-sidemenu-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 8px 10px 8px 0px;
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
}
.dg-sp-search-area .dg-sidemenu-area .dg-sidemenu-title::-webkit-details-marker {
  display: none;
}
.dg-sp-search-area .dg-sidemenu-area .dg-sidemenu-title::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 2px solid #314099;
  border-right: 2px solid #314099;
  content: "";
  transition: transform 0.3s;
}
.dg-sp-search-area .dg-sidemenu-area[open] .dg-sidemenu-title {
  padding-bottom: 0;
  border-bottom: none;
}
.dg-sp-search-area .dg-sidemenu-area[open] .dg-sidemenu-title::after {
  transform: rotate(225deg);
}
@media (min-width: 1160px) {
  .dg-sp-search-area {
    display: none;
  }
}

.dg-pc-sidebar-area {
  display: none;
  /* pc　1160px */
}
@media (min-width: 1160px) {
  .dg-pc-sidebar-area {
    display: block;
    margin-left: 48px;
  }
}

.article-sidebar {
  max-width: 100%;
}

/* title */
.dg-title h3 {
  color: #000000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  /* pc */
}
@media (min-width: 768px) {
  .dg-title h3 {
    font-size: 28px;
  }
}

/* TOP mv */
.dg-mv .dg-mv-title {
  background-color: #F6F9FC;
  padding: 40px;
  /* pc */
}
.dg-mv .dg-mv-title h2 {
  color: #000000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .dg-mv .dg-mv-title h2 {
    font-size: 36px;
  }
}
.dg-mv .dg-mv-inner {
  max-width: 1160px;
  margin: 40px auto;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1160px) {
  .dg-mv .dg-mv-inner {
    padding: 0;
    width: 720px;
    gap: 16px;
  }
}
.dg-mv .dg-mv-txt {
  color: #000000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}
.dg-mv .dg-mv-serch-list {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
  /* pc */
}
.dg-mv .dg-mv-serch-list .dg-mv-serch-item {
  color: #314099;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  border-right: 1px solid #CDCDCD;
  padding: 0 15px;
  margin: 6px 0;
}
.dg-mv .dg-mv-serch-list .dg-mv-serch-item:first-child {
  padding-left: 0;
}
.dg-mv .dg-mv-serch-list .dg-mv-serch-item:nth-child(5) {
  padding-left: 0;
}
.dg-mv .dg-mv-serch-list .dg-mv-serch-item:last-child {
  border-right: none;
}
@media (min-width: 768px) {
  .dg-mv .dg-mv-serch-list {
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .dg-mv .dg-mv-serch-list .dg-mv-serch-item:nth-child(5) {
    padding-left: 15px;
  }
}

/* お問い合わせの多いご質問 */
.dg-faq-area {
  margin-top: 40px;
  /* pc */
}
@media (min-width: 768px) {
  .dg-faq-area {
    margin-top: 80px;
  }
}
.dg-faq-area .dg-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  /* pc */
}
.dg-faq-area .dg-faq-list.-area2 {
  margin-top: 14px;
}
@media (min-width: 768px) {
  .dg-faq-area .dg-faq-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 14px;
  }
}
.dg-faq-area .dg-faq-item {
  border-radius: 8px;
  border: 2px solid #CDCDCD;
  background: #FFFFFF;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* pc */
}
@media (min-width: 768px) {
  .dg-faq-area .dg-faq-item {
    flex: 0 0 32%;
  }
}
.dg-faq-area .dg-faq-item .dg-faq-item-cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dg-faq-area .dg-faq-item .dg-faq-item-cat::after {
  transform: rotate(45deg);
  width: 10px;
  height: 9px;
  margin-left: 10px;
  border-top: 2px solid #314099;
  border-right: 2px solid #314099;
  content: "";
}
.dg-faq-area .dg-faq-item .dg-faq-item-cat .dg-faq-item-img {
  flex: 0 0 60px;
  margin-right: 16px;
}
.dg-faq-area .dg-faq-item .dg-faq-item-cat .dg-faq-item-img img {
  width: 100%;
}
.dg-faq-area .dg-faq-item .dg-faq-item-cat .dg-faq-item-title {
  color: #000000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  flex: 0 0 65%;
  /* pc */
}
@media (min-width: 768px) {
  .dg-faq-area .dg-faq-item .dg-faq-item-cat .dg-faq-item-title {
    font-size: 16px;
  }
}
.dg-faq-area .dg-faq-item .dg-faq-item-article-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dg-faq-area .dg-faq-item .dg-faq-item-article-list .dg-faq-item-article-item {
  color: #314099;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 500;
  line-height: 160%; /* 24px */
  /* pc */
}
.dg-faq-area .dg-faq-item .dg-more-btn {
  padding: 6px 24px 9px 24px;
  border-radius: 23px;
  background: #314099;
  text-align: right;
  display: inline-block;
  color: #FFFFFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 900;
  line-height: 160%; /* 22.4px */
  align-self: end;
}
.dg-faq-area .dg-faq-item .dg-more-btn:hover {
  text-decoration: none;
}

/* 言葉のヒント */
.dg-hint-area {
  margin-top: 60px;
  padding: 0;
  /* pc */
}
@media (min-width: 768px) {
  .dg-hint-area {
    margin-top: 100px;
  }
}
.dg-hint-area .dg-hint-area-wrap {
  border-radius: 8px;
  background: #F7F7F7;
  padding: 30px 24px 40px 24px;
  /* pc */
}
@media (min-width: 768px) {
  .dg-hint-area .dg-hint-area-wrap {
    padding: 30px 40px 40px 40px;
  }
}
.dg-hint-area .dg-hint-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* pc */
}
@media (min-width: 768px) {
  .dg-hint-area .dg-hint-list {
    gap: 16px;
  }
}
.dg-hint-area .dg-hint-item {
  display: flex;
  gap: 8px;
}
.dg-hint-area .dg-hint-item-title {
  color: #000000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  flex: 0 0 15%;
  /* pc */
}
@media (min-width: 768px) {
  .dg-hint-area .dg-hint-item-title {
    font-size: 16px;
    flex: 0 0 5%;
  }
}
.dg-hint-area .dg-hint-item-link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dg-hint-area .dg-hint-item-link a {
  color: #000000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}

/* 記事 */
.dg-article .article-title {
  color: #314099;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  margin-top: 20px;
  margin-bottom: 16px;
  padding-left: 30px;
  position: relative;
}
.dg-article .article-title::before {
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  margin-left: -30px;
  color: #314099;
  content: "Q";
}
.dg-article .article-author {
  display: none;
}
.dg-article .article-info .article-content {
  margin: 20px 0;
}
.dg-article .article-info .article-content .dg-anser-title {
  color: #000000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  padding-left: 30px;
  position: relative;
}
.dg-article .article-info .article-content .dg-anser-title::before {
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  margin-left: -30px;
  color: #D21E43;
  content: "A";
}
.dg-article .article-info .article-content .article-body {
  padding-left: 0;
  /* pc */
}
@media (min-width: 768px) {
  .dg-article .article-info .article-content .article-body {
    padding-left: 30px;
  }
}
.dg-article .article-more-questions {
  text-align: left;
}
.dg-article .article-return-to-top {
  display: none;
}
.dg-article .article-relatives {
  border-top: none;
}
.dg-article .dg-btn-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* pc */
}
@media (min-width: 768px) {
  .dg-article .dg-btn-area {
    flex-direction: row;
    justify-content: space-between;
  }
}

.dg-category .page-header {
  /* pc */
}
@media (min-width: 768px) {
  .dg-category .page-header {
    margin: 0 0 32px 0;
  }
}
.dg-category .section-container {
  /* pc */
}
@media (min-width: 1024px) {
  .dg-category .section-container {
    justify-content: center;
  }
}
.dg-category .dg-sp-search-area {
  margin-bottom: 40px;
}
.dg-category .dg-category-main {
  /* pc */
}
@media (min-width: 768px) {
  .dg-category .dg-category-main {
    flex-direction: column;
  }
}
.dg-category .dg-category-main .article-list-link {
  display: flex;
  padding: 0 0 16px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  align-self: stretch;
  border-bottom: 1px solid #CDCDCD;
}
.dg-category .dg-category-main .article-list-title {
  color: #314099;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  padding-left: 30px;
  position: relative;
}
.dg-category .dg-category-main .article-list-title::before {
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  margin-left: -30px;
  color: #314099;
  content: "Q";
}
.dg-category .dg-category-main .article-list-answer {
  color: #000000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  padding-left: 30px;
  position: relative;
}
.dg-category .dg-category-main .article-list-answer::before {
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  margin-left: -30px;
  color: #D21E43;
  content: "A";
}
.dg-category .dg-btn-area {
  display: flex;
  justify-content: center;
}
.dg-category .section-content {
  /* pc */
}
.dg-category .section-content .dg-btn-area {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .dg-category .section-content {
    flex: 0 1 80%;
  }
}

.dg-cv-area {
  margin-top: 40px;
  /* pc */
}
@media (min-width: 768px) {
  .dg-cv-area {
    margin-top: 140px;
  }
}
.dg-cv-area .cv-area-inner {
  padding: 0 10%;
}
.dg-cv-area .btn-cv-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* pc */
}
@media (min-width: 768px) {
  .dg-cv-area .btn-cv-wrap {
    flex-direction: row;
    gap: 32px;
    max-width: 750px;
    margin: 0 auto;
  }
}
.dg-cv-area .btn-cv-wrap .dg-cv-btn {
  /* pc */
}
.dg-cv-area .btn-cv-wrap .dg-cv-btn a {
  display: block;
  background: #D21E43 url("https://lp.dginvoice.jp/dist/images/icon_btn_arrow.svg") no-repeat 95% center;
  background-size: 1.2em 1.2em;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0.8em 2.5em;
  line-height: 1;
  border-radius: 1.8em;
  font-size: 16px;
  text-align: center;
}
.dg-cv-area .btn-cv-wrap .dg-cv-btn a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .dg-cv-area .btn-cv-wrap .dg-cv-btn {
    width: 350px;
  }
}
.dg-cv-area .btn-cv-wrap .dg-cv-btn-partner {
  /* pc */
}
.dg-cv-area .btn-cv-wrap .dg-cv-btn-partner a {
  border: 1px solid #314099;
  color: #314099;
  background: #FFFFFF url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26.88 26.88"><defs><style>.cls-1{fill:none;stroke:%23314099;stroke-linecap:round;stroke-miterlimit:10;stroke-width:1.88px}</style></defs><g><path class="cls-1" d="m11 7.48 6.61 5.97L11 19.43"/><circle class="cls-1" cx="13.44" cy="13.44" r="12.5"/></g></svg>') no-repeat 95% center;
  background-size: 1.2em 1.2em;
}
.dg-cv-area .btn-cv-wrap .dg-cv-btn-partner a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .dg-cv-area .btn-cv-wrap .dg-cv-btn-partner {
    width: 350px;
  }
}
.dg-cv-area .dg-cv-btn-contact {
  margin-top: 20px;
  text-align: center;
  /* pc */
}
.dg-cv-area .dg-cv-btn-contact a {
  margin: 0 auto;
  display: block;
  font-size: 16px;
  background: #333 url("https://lp.dginvoice.jp/dist/images/icon_btn_arrow.svg") no-repeat right 2em top 50%;
  background-size: 1em 1em;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 0;
  line-height: 1;
  border-radius: 1.5em;
}
.dg-cv-area .dg-cv-btn-contact a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .dg-cv-area .dg-cv-btn-contact {
    width: 350px;
    max-width: 750px;
    margin: 32px auto 0;
  }
  .dg-cv-area .dg-cv-btn-contact a {
    padding: 0.7em 0;
  }
}
.dg-cv-area .cv-area-company {
  text-align: center;
  margin-top: 32px;
  /* pc */
}
@media (min-width: 768px) {
  .dg-cv-area .cv-area-company {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
  }
}
.dg-cv-area .cv-area-company .cv-area-company-ttl {
  color: #000000;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 500;
  line-height: 100%; /* 12px */
  /* pc */
}
@media (min-width: 768px) {
  .dg-cv-area .cv-area-company .cv-area-company-ttl {
    font-size: 14px;
  }
}
.dg-cv-area .cv-area-company .cv-area-company-link {
  color: #000000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 100%; /* 16px */
  text-decoration: underline;
  /* pc */
}
@media (min-width: 768px) {
  .dg-cv-area .cv-area-company .cv-area-company-link {
    font-size: 16px;
  }
}
.dg-cv-area .cv-area-privacy {
  text-align: center;
  margin-bottom: 40px;
  /* pc */
}
@media (min-width: 768px) {
  .dg-cv-area .cv-area-privacy {
    margin-bottom: 30px;
  }
}
.dg-cv-area .cv-area-privacy a {
  color: #000000;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 500;
  line-height: 100%; /* 12px */
  text-decoration: underline;
  /* pc */
}
@media (min-width: 768px) {
  .dg-cv-area .cv-area-privacy a {
    font-size: 14px;
  }
}
.dg-cv-area .cv-area-img {
  text-align: center;
}
.dg-cv-area .cv-area-img img {
  width: 100%;
  /* pc */
}
@media (min-width: 768px) {
  .dg-cv-area .cv-area-img img {
    width: 312px;
  }
}

.footer {
  margin-top: 40px;
  /* pc */
}
@media (min-width: 768px) {
  .footer {
    margin-top: 60px;
    padding: 27px 0;
  }
}
.footer .footer-inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 16px;
  /* pc */
}
@media (min-width: 768px) {
  .footer .footer-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer .footer-logo {
  width: 246px;
  /* pc */
}
@media (min-width: 768px) {
  .footer .footer-logo {
    width: 277px;
  }
}
.footer .copyright {
  color: #FFFFFF;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 100% */
  /* pc */
}
@media (min-width: 768px) {
  .footer .copyright {
    font-size: 14px;
  }
}

.logo img {
  aspect-ratio: unset !important;
}

.header .logo span {
  color: #314099;
}

.footer {
  background: #fff;
}

@media (min-width: 768px) {
  .dg-cv-area .btn-cv-wrap .dg-cv-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
/*-------------------------
  SP
-------------------------*/
@media screen and (max-width: 768px) {
  .header {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .user-nav-list {
    margin-right: 20px;
    justify-content: flex-end !important;
  }
}
/*-------------------------
  sg-systems
-------------------------*/
.logo img {
  max-height: 40px;
}