@charset "UTF-8";
/*変数設定用*/
@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .vsp {
    display: block;
  }
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #000;
}
a:hover {
  opacity: 0.7;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  font-size: 1.4rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: clip;
  padding: 100px 0 0;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    padding: 112px 0 0;
  }
}

main {
  padding: 0 0 140px;
}
@media screen and (max-width: 768px) {
  main {
    padding: 0 0 60px;
  }
}

.dib {
  display: inline-block;
}

.inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .inner {
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
  }
}

.scroll-fade {
  opacity: 0;
  translate: 0 50px;
  transition: all 1.3s;
}

.fade-on {
  opacity: 1;
  translate: 0 0;
}

.header-footer-link-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-footer-link-list {
    column-gap: 4.8%;
    align-items: end;
  }
}
@media screen and (max-width: 768px) {
  .header-footer-link-list li {
    width: 47.6%;
  }
}
.header-footer-link-list li a {
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-footer-link-list li a {
    padding: 0 0 10px;
    border-bottom: 1px solid #3b4c5f;
  }
}
@media screen and (max-width: 768px) {
  .header-footer-link-list li a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/common/icon_arrow_black.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 42%;
    right: 10px;
    translate: 0 -50%;
  }
}
.header-footer-link-list li.consult a {
  padding: 10px 20px;
  background-color: #000;
  color: white;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .header-footer-link-list li.consult a {
    color: black;
    background-color: white;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-footer-link-list li.consult a.spContact {
    background-color: transparent;
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .header-footer-link-list.header {
    flex-direction: column;
    width: 100%;
    margin: 0 30px;
    row-gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-footer-link-list.header li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header-footer-link-list.header li a {
    font-size: 1.6rem;
    color: black;
    border-bottom: 1px solid black;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header-footer-link-list.header li a::before {
    top: 50%;
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .header-footer-link-list.footer li.contact::before {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .header-footer-link-list.footer li.contact a::before {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(0%) hue-rotate(344deg) brightness(106%) contrast(100%);
  }
}

.default-txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.default-txt.white {
  color: #fff;
}

.section-box {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-box {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}

.section-ttl.left {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .section-ttl.sp-left {
    align-items: flex-start;
  }
}
.section-ttl .en-txt {
  font-size: 8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section-ttl .en-txt {
    font-size: 4rem;
  }
}
.section-ttl .ja-txt {
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 1.3;
}
.section-ttl.white .en-txt {
  color: #fff;
}
.section-ttl.white .ja-txt {
  color: #fff;
}

.section-des-ttl {
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .section-des-ttl {
    font-size: 18px;
  }
}
.section-des-text {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .section-des-text {
    font-size: 12px;
  }
}

.template-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 230px;
  width: 100%;
  height: 70px;
  background-color: black;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .template-btn {
    max-width: 260px;
  }
}
.template-btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/common/icon_arrow_square.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  transition: 0.3s all;
}
.template-btn.white {
  background-color: transparent;
  border: 2px solid #fff;
}
.template-btn:hover {
  opacity: 1;
}
.template-btn:hover::before {
  scale: 1.2;
}
.template-btn.simple {
  font-size: 1.4rem;
  color: #000;
  height: auto;
  width: fit-content;
  padding: 0 50px 0 0;
  background-color: initial;
  color: #000;
  font-weight: 400;
}
.template-btn.simple::before {
  background-image: url(../img/common/icon_arrow_circle_navy.png);
  right: 0;
}
.template-btn.center {
  margin-left: auto;
  margin-right: auto;
}

.news-list li {
  border-bottom: 1px solid #ccc;
}
.news-list li a {
  display: flex;
  padding: 30px 0;
  flex-direction: column;
  row-gap: 13px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-list li a {
    row-gap: 10px;
    padding: 20px 40px 20px 0px;
  }
}
.news-list li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #003B7C;
  transition: all 0.4s ease;
}
.news-list li a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/common/icon_arrow_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .news-list li a::after {
    right: 5px;
  }
}
.news-list li a:hover {
  opacity: 1;
}
.news-list li a:hover::before {
  width: 100%;
}
.news-list li a:hover::after {
  right: 5px;
}
@media screen and (max-width: 768px) {
  .news-list li a:hover::after {
    right: 0;
  }
}
.news-list li a .info-wrap {
  display: flex;
  column-gap: 8px;
  align-items: center;
  column-gap: 20px;
}
.news-list li a .info-wrap .news-date {
  font-weight: 400;
  font-size: 1.2rem;
  color: #333;
  position: relative;
}
.news-list li a .info-wrap .news-date::before {
  content: "";
  display: block;
  width: 4px;
  aspect-ratio: 1/1;
  background-color: #CCC;
  position: absolute;
  right: -13px;
  top: 50%;
  translate: 0 -50%;
}
.news-list li a .info-wrap .news-cat {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-weight: 400;
  font-size: 1.2rem;
  color: #666666;
}
.news-list li a .news-ttl {
  font-size: 1.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .news-list li a .news-ttl {
    font-size: 1.6rem;
  }
}
.news-list li a .news-main-text {
  color: #666;
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li:first-child a {
  padding-top: 0;
}

.works-archive-list {
  display: flex;
  column-gap: 2.6%;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .works-archive-list {
    row-gap: 30px;
  }
}
.works-archive-list > li {
  width: 31.6%;
}
@media screen and (max-width: 768px) {
  .works-archive-list > li {
    width: 100%;
  }
}
.works-archive-list > li .result-img {
  position: relative;
  margin: 0 0 15px;
  aspect-ratio: 1/1.263;
}
.works-archive-list > li .result-img::before {
  content: "";
  display: block;
  width: 120px;
  height: 6px;
  background-color: #DBCD84;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .works-archive-list > li .result-img::before {
    height: 4x;
  }
}
.works-archive-list > li .result-img picture img {
  aspect-ratio: 1/1.263;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.works-archive-list > li .result-cat-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 5px;
  margin: 0 0 15px;
}
.works-archive-list > li .result-cat-list .result-cat {
  font-size: 1.2rem;
  border: 1px solid #999;
  padding: 5px 15px;
}
@media screen and (max-width: 768px) {
  .works-archive-list > li .result-cat-list .result-cat {
    font-size: 1rem;
  }
}
.works-archive-list > li .result-name {
  font-size: 2rem;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .works-archive-list > li .result-name {
    font-size: 1.6rem;
  }
}
.works-archive-list > li .detail-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.works-archive-list > li .detail-wrap .detail-dl {
  display: flex;
}
.works-archive-list > li .detail-wrap .detail-dl dt {
  padding: 0 0 0 23px;
  position: relative;
  min-width: 84px;
}
@media screen and (max-width: 768px) {
  .works-archive-list > li .detail-wrap .detail-dl dt {
    font-size: 1.2rem;
    min-width: 76px;
  }
}
.works-archive-list > li .detail-wrap .detail-dl dt::before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #003B7C;
  position: absolute;
  top: 11px;
  left: 0;
}
.works-archive-list > li .detail-wrap .detail-dl dd {
  text-indent: -1.4rem;
  padding: 0 0 0 1.4rem;
}
@media screen and (max-width: 768px) {
  .works-archive-list > li .detail-wrap .detail-dl dd {
    font-size: 1.2rem;
    text-indent: -1.2rem;
    padding: 0 0 0 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .works-archive-list.top > li:nth-child(1) {
    margin: 120px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .works-archive-list.top > li:nth-child(2) {
    margin: 60px 0 0;
  }
}

.c-pagination {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    margin: 40px 0 0;
  }
}
.c-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.c-pagination .nav-links li .page-numbers {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .c-pagination .nav-links li .page-numbers {
    font-size: 1rem;
    width: 30px;
  }
}
.c-pagination .nav-links li .page-numbers.current {
  color: #fff;
  background-color: #000000;
}
.c-pagination .nav-links li .page-numbers.prev, .c-pagination .nav-links li .page-numbers.next {
  color: #999;
  border: none;
  font-size: 1.8rem;
  background: none;
}
@media screen and (max-width: 768px) {
  .c-pagination .nav-links li .page-numbers.prev, .c-pagination .nav-links li .page-numbers.next {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=common.css.map */