
/* 2024.3.29追記　共通フッター */
.common-footer .cf-service-wrap,
.common-footer .cf-group-wrap {
  padding: 50px 0;
}
.common-footer .cf-service-wrap {
  background: #182a58;
}
.common-footer .cf-group-wrap {
  background: #222;
}
.common-footer .inner {
  width: min(1100px, 92%);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .common-footer .inner {
    flex-direction: column-reverse;
  }
}
.common-footer .cf-block-hl {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.common-footer .cf-block-nav {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 2em;
}
.common-footer .cf-block-nav ul {
  margin-top: 1em;
}
.common-footer .cf-block-nav ul li {
  font-size: 13px;
  line-height: 1.7;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.common-footer .cf-block-nav ul li a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: all 0.3s ease-out;
}
.common-footer .cf-block-nav ul li a:hover {
  opacity: 0.7;
}
.common-footer .cf-block-nav ul li + li {
  margin-top: 1.25em;
}
.common-footer .cf-copy-wrap {
  background: #fff;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .common-footer .cf-copy-wrap {
    display: block;
    text-align: center;
  }
}
.common-footer .cf-copy-wrap .inner {
  display: flex;
  align-items: center;
}
.common-footer .cf-copy-wrap .inner .copy-wrap {
  display: flex;
  align-items: center;
}
.common-footer .cf-copy-wrap .inner .copy-wrap img {
  width:131px;
}
@media screen and (max-width: 767px) {
  .common-footer .cf-copy-wrap .inner .copy-wrap {
    flex-direction: column;
    margin-top: 1em;
  }
}
.common-footer .cf-copy-wrap .inner .copy-wrap img {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .common-footer .cf-copy-wrap .inner .copy-wrap img {
    margin-right: 0;
  }
}
.common-footer .cf-copy-wrap .inner .copy-wrap .copyright {
  font-size: 12px;
  color: #172059;
}
@media screen and (max-width: 767px) {
  .common-footer .cf-copy-wrap .inner .copy-wrap .copyright {
    margin-top: 2em;
  }
}
.common-footer .cf-sub {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .common-footer .cf-sub {
    margin-inline: auto;
  }
}
.common-footer .cf-sub ul {
  display: flex;
  gap: 2em;
  padding:0;
}
.common-footer .cf-sub ul li a {
  color: #172059;
  font-size: 13px;
  padding-left: 1em;
  position: relative;
  transition: all 0.3s ease-out;
}
.common-footer .cf-sub ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.common-footer .cf-sub ul li a::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  background: #172059;
  -webkit-clip-path: polygon(0 100%, 0 0, 81% 50%);
          clip-path: polygon(0 100%, 0 0, 81% 50%);
  position: absolute;
  left: 0;
  top: 0.4em;
}
.common-footer .to-top a {
  background: url(https://gce.globis.co.jp/wp-content/themes/globisgce/images/pagetop_on.png) 0 0 no-repeat;
  float: right;
  margin-top: -8px;
  height: 51px;
  width: 51px;
  text-indent: -9999px;
}


.gol-btn-contact {
    margin:2em 0;
    width: 100%;
    padding: 22px 0 22px 7.5%;
    border: 1px solid #C9B06F;
    border-radius: 5rem;
    color: #333;
    font-size: 110%;
    position: relative;
    display: flex;
    align-items: center;

    background: #C9B06F;
    color: #fff !important;
    transition-property: background;
    transition: 0.3s;
    padding-left: 0;
    justify-content: center;
    text-decoration: none !important;
}
.gol-btn-contact:hover {
    background:#C9B06F77;
    color:#fff;
    text-decoration: none;
}
.gol-btn-contact::after {
    content: "";
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 9px;
    background:#fff;
    clip-path: polygon(0 100%, 0 0, 100% 50%);
    transition: 0.3s;
    transition-property: transform;
    filter: brightness(100);
}
.gol-btn-contact:hover::after {
    transform: translateY(-50%) translateX(10px);
}

/* 2024.6.11追記　アコーディオンメニュー */
.new_index_side_list > ol {
    counter-reset: side-num 0;
}
.new_index_side_list > ol > li {
    text-indent:-1.5em !important;
    padding-left:1.5em !important;
}
.new_index_side_list > ol > li::before {
    counter-increment: side-num 1;
    content:counters(side-num, "-") ". ";
    color:#333;
    font-size:0;
    visibility: hidden;
}
.inq-side-list {
    display: none;
    counter-reset:side-num 0;
    padding:1em 0 0 .75em !important;
    /* overflow-y: initial !important; */
}
.inq-side-list > li {
    padding-left: 1.5em;
}
.inq-side-list > li::before {
    counter-increment: side-num 1;
    content:counters(side-num, "-") ". ";
    color:#333;
}

.inq-side-list > li.current {
    background: #fff;
    padding: 0.5em;
    padding-left: 1.5em;
    box-shadow: -0.75em 0 0 #fff;
}
/* レポート機関紙　2024.7.18 */
.pdf-link-btn {
    margin-top: 1.5em;
    width:180px;
    margin-inline:auto;
}
.pdf-link-btn > a  {
    height:39px;
    background:#313b6e;
    border-radius: 50px;
    color:#fff;
    display: grid;
    place-items: center;
    transition:all .3s ease-out;
}
.pdf-link-btn > a:hover  {
    text-decoration: none;
    opacity: .7;
}
/* 24.7.24　法人概要　ダウンロードエリア */
.dl-wrap {
    margin-top:40px;
}
.dl-wrap .dl-item {
    background:#f9f9f9;
    padding:2em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:1.5em;
}
.dl-wrap .dl-item + .dl-item {
    margin-top:2em;
}
.dl-wrap .dl-item h3 {
    font-size:20px;
    font-weight: 700;
    color:#182A58;
    line-height: 1.4;
}
.dl-wrap .dl-item p {
    font-size:13px;
    color:#182A58;
    line-height: 1.5;
    margin-top: .5em;
}
.dl-wrap .dl-item .linkbtn {
    display: grid;
    align-items: center;
}
.dl-wrap .dl-item .linkbtn a {
    background:#182A58;
    padding:1em;
    color:#fff;
    position: relative;
    font-size:14px;
    border-radius: 4px;
    transition:all .3s ease-out;
}
.dl-wrap .dl-item .linkbtn a:hover {
    opacity: .7;
    text-decoration: none;
}
.dl-wrap .dl-item .linkbtn a::before {
    content:"";
    width:.8em;
    aspect-ratio: 1;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    position: absolute;
    top:calc(50% - 0.45em);
    right:1.5em;
    transform: rotate(45deg);
    transition:all .3s ease-out;
}
.dl-wrap .dl-item .linkbtn a::after {
    content:"";
    width:1.6em;
    height:2px;
    background:#fff;
    position: absolute;
    top:calc(50% - 1px);
    right:1.5em;
    transition:all .3s ease-out;
}
.dl-wrap .dl-item .linkbtn a:hover::before,
.dl-wrap .dl-item .linkbtn a:hover::after {
    right:1em;
}
