@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
.l-lowerCaption {
  position: relative;
  background: linear-gradient(#fdffff 0%, #e8f6f9 100%);
  width: 100%;
  padding-bottom: 70px;
  margin-bottom: 30px;
  z-index: 0;
}
.l-lowerCaption::after {
  content: "";
  display: block;
  background: url("/inc/image/common/bg_l-lowerCaption.png.webp") no-repeat center/cover;
  width: 454px;
  height: 433px;
  position: absolute;
  right: 0;
  bottom: -228px;
  z-index: 1;
}
@media screen and (max-width: 1200px ) {
  .l-lowerCaption {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 568px) {
  .l-lowerCaption {
    padding-bottom: 50px;
    margin-bottom: 60px;
  }
  .l-lowerCaption::after {
    width: 172px;
    height: 164px;
    bottom: -86px;
  }
}
.l-lowerCaption__title {
  color: #2094BE;
  font-size: 48px;
  line-height: 1.2;
  max-width: 1170px;
  margin: auto;
  padding-top: 1em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px ) {
  .l-lowerCaption__title {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-lowerCaption__title {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 568px) {
  .l-lowerCaption__title {
    padding-inline: 15px;
    font-size: 28px;
  }
}
.l-lowerCaption__service {
  height: auto;
  overflow: hidden;
  background: url("/inc/image/service/bg_l-lowerCaption__service.png") no-repeat calc(50% + 507px) 22px/558px auto, linear-gradient(#fdffff 0%, #e8f6f9 100%) no-repeat center/cover;
}
@media screen and (max-width: 834px) {
  .l-lowerCaption__service {
    background-position: calc(100% + 100px) 22px, center;
  }
}
@media screen and (max-width: 568px) {
  .l-lowerCaption__service {
    background-position: calc(100% + 39px) 76px, center;
    background-size: 210px auto, cover;
  }
}
.l-lowerCaption__service::after {
  content: normal;
}
.l-lowerCaption__service-leadArea {
  max-width: 1170px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: auto;
}
@media screen and (max-width: 1200px ) {
  .l-lowerCaption__service-leadArea {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 834px) {
  .l-lowerCaption__service-leadArea {
    display: block;
    position: relative;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 768px) {
  .l-lowerCaption__service-leadArea {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 568px) {
  .l-lowerCaption__service-leadArea {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 200px;
  }
}
.l-lowerCaption__service-leadTxt {
  -ms-flex: 0 0 46.5%;
      flex: 0 0 46.5%;
}
.l-lowerCaption__service-leadTxt .title {
  color: #2094BE;
  font-size: 48px;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 568px) {
  .l-lowerCaption__service-leadTxt .title {
    font-size: 36px;
  }
}
.l-lowerCaption__service-leadTxt .title span {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 0.4em 0.8em;
  display: inline-block;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  position: relative;
  top: -0.3em;
}
@media screen and (max-width: 568px) {
  .l-lowerCaption__service-leadTxt .title span {
    font-size: 13px;
  }
}
.l-lowerCaption__service-leadTxt .catch {
  color: #2094BE;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.428;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 568px) {
  .l-lowerCaption__service-leadTxt .catch {
    font-size: 20px;
  }
}
.l-lowerCaption__service-leadTxt .lead {
  line-height: 1.75;
  margin-bottom: 1.7em;
}
@media screen and (max-width: 834px) {
  .l-lowerCaption__service-leadTxt .lead {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .l-lowerCaption__service-leadTxt .btnArea {
    position: absolute;
    width: 100%;
    bottom: 80px;
    left: 0;
    text-align: center;
    z-index: 2;
  }
}
.l-lowerCaption__service-leadImg {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 568px) {
  .l-lowerCaption__service-leadImg img {
    max-width: 320px;
  }
}

.c-catList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 0.7em;
}
.c-catList__area {
  margin-bottom: 60px;
}
@media screen and (max-width: 568px) {
  .c-catList__area {
    margin-bottom: 30px;
  }
}
.c-catList__item {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  white-space: nowrap;
}
@media screen and (max-width: 568px) {
  .c-catList__item {
    font-size: 14px;
  }
}
.c-catList__link {
  background-color: #FFFFFF;
  line-height: 1;
  font-weight: 500;
  height: 2.4em;
  padding: 0 1em 0.1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid #2094BE;
  border-radius: 5px;
  transition: all 0.2s ease;
}
.c-catList__link.current, .c-catList__link:hover {
  color: #FFFFFF;
  background-color: #2094BE;
  transition: all 0.2s ease;
}
.c-catList__link.current {
  pointer-events: none;
}

.c-pagination {
  padding-top: 2em;
}
.c-pagination ul.page-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 6px;
}
.c-pagination ul.page-numbers li {
  margin-right: 4px;
}
.c-pagination ul.page-numbers li:last-child {
  margin-right: 0;
}
.c-pagination ul.page-numbers li .page-numbers {
  color: #2094BE;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 40px;
  height: 32px;
  border: 1px solid #2094BE;
  border-radius: 5px;
  transition: all 0.4s ease;
}
.c-pagination ul.page-numbers li .page-numbers.current {
  background-color: #2094BE;
  color: #FFFFFF;
}
.c-pagination ul.page-numbers li .page-numbers.dots {
  pointer-events: none;
}
.c-pagination ul.page-numbers li .page-numbers:hover {
  color: #FFFFFF;
  background-color: #2094BE;
}

#news-archive .c-newslist__link dl {
  display: table;
}
@media screen and (max-width: 568px) {
  #news-archive .c-newslist__link dl {
    display: block;
  }
}
#news-archive .c-newslist__link dt {
  white-space: nowrap;
  display: table-cell;
  min-width: 188px;
}
@media screen and (max-width: 568px) {
  #news-archive .c-newslist__link dt {
    display: block;
  }
}
#news-archive .c-newslist__link dd {
  display: table-cell;
  padding-left: 2em;
}
@media screen and (max-width: 568px) {
  #news-archive .c-newslist__link dd {
    display: block;
    padding-left: 0;
  }
}
/*# sourceMappingURL=../_map/project/archive.css.map */
