@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.page-work .home-works__post {
  margin-bottom: 85px;
}
.page-work .home-works__post-thumb {
  max-width: 327px;
}
.page-work .home-works__post-text {
  width: calc(100% - 10px);
  left: 10px;
  height: calc(100% + 30px);
  top: 16px;
  padding: 11px 30px;
}
.page-work .home-works__post-cat {
  color: #fff;
}
.page-work .home-works__post-content {
  gap: 20px;
}
.page-work .home-works__post-date {
  font-size: 1.1rem;
}
.page-work .home-works__post .c-btn-view-more {
  width: 27px;
  height: 27px;
}

.logged-in .header {
  top: 32px;
}

.c-page-banner.banner-page {
  margin-top: 115px;
  padding-top: 80px;
}
.c-page-banner.banner-page .c-page-banner__box {
  padding-left: 0;
}
.c-page-banner.banner-page .c-page-banner__breadcrumb {
  padding-top: 70px;
}
.c-page-banner.banner-page::before {
  transform: rotate(180deg);
  right: 30px;
  left: auto;
  top: 30px;
}
.c-page-banner.banner-page::after {
  width: 321px;
  height: 321px;
  top: 20px;
  left: 10px;
}
.c-page-banner.banner-page .c-title + .c-subtitle {
  margin-top: 15px;
}

.sidebar-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-title h2 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-left: 20px;
}

.box-side-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.box-sidebar-work {
  position: relative;
  padding-bottom: 40px;
}
.box-sidebar-work:after {
  content: "";
  width: 100%;
  height: 130px;
  background-color: #eaf2f9;
  border-radius: 10px;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}

.work-filter {
  margin-top: 60px;
}

.page-navi {
  padding: 60px 0;
}

.box-overview {
  display: flex;
  margin-bottom: 10px;
  align-items: stretch;
}

.overview-left {
  width: 175px;
  padding: 24px 0;
  font-size: 1.8rem;
  font-weight: 500;
  color: #515ba7;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #c7c7c7;
}

.overview-right {
  flex: 1;
  margin-left: 35px;
  padding: 24px 30px;
  border-bottom: 1px solid #c7c7c7;
  letter-spacing: 0.05em;
}

.project-title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid #aeaeae;
  position: relative;
  margin-bottom: 25px;
}
.project-title:after {
  content: "";
  width: 6px;
  height: 41px;
  background: #515ba7;
  position: absolute;
  left: 0;
  top: 0;
}

.box-project {
  margin-bottom: 60px;
}
.box-project:last-child {
  margin-bottom: 0;
}

.project-cont {
  line-height: 1.56;
  letter-spacing: 0.1em;
}

.work-project {
  position: relative;
}
.work-project::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #eff6f9;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
}
.work-project::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/about/img-pattern-1.png);
  width: 703px;
  height: 415px;
  transform: rotate(180deg);
  right: 30px;
  left: auto;
  top: 30px;
}

a.btn.btn-blank {
  min-height: 80px;
  background: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 20px;
  justify-content: flex-start;
  padding-left: 53px;
  text-decoration: underline;
  color: #333;
  margin-bottom: 30px;
}
a.btn.btn-blank::after {
  width: 30px;
  height: 30px;
  background-image: url(../images/index/icon-blank.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 27px;
}
a.btn.btn-blank::before {
  width: 17px;
  height: 17px;
  background-color: #515ba7;
  border-radius: 50%;
  left: 24px;
}

.work-links {
  background-color: #eff6f9;
}

.box-work-cons {
  margin: 0 auto;
  max-width: 900px;
}

.work-cons-slide {
  position: relative;
  padding-bottom: 90px;
}
.work-cons-slide::after {
  content: "";
  width: 100vw;
  height: 442px;
  background: linear-gradient(90deg, rgb(81, 91, 167) 0%, rgb(41, 166, 221) 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -2;
}
.work-cons-slide .slick-list {
  overflow: visible;
  margin: 0 -25px;
}
.work-cons-slide .slick-slide {
  padding: 0 25px;
}
.work-cons-slide button.slick-arrow {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 267px;
  left: -62px;
  z-index: 1;
  cursor: pointer;
}
.work-cons-slide button.slick-arrow.next-arrow {
  left: auto;
  right: -62px;
}
.work-cons-slide ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
.work-cons-slide ul.slick-dots li {
  width: 30px;
  height: 5px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}
.work-cons-slide ul.slick-dots li button {
  padding: 0;
  background: none;
  border: none;
  opacity: 0;
}
.work-cons-slide ul.slick-dots li.slick-active {
  background-color: #fff;
}

.cons-slide-item p {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 25px;
  color: #fff;
}

a.btn.btn-main {
  max-width: 308px;
  margin: 0 auto;
  min-height: 76px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  border-radius: 31px;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(50, 151, 183, 0.25);
  background-image: url(../images/icons/ic-arrow-right-white-small.svg);
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-size: 17px 10px;
  color: #fff;
  overflow: hidden;
}
a.btn.btn-main::before {
  background-color: #515BA7;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -2;
  transform: none;
  top: 0;
}
a.btn.btn-main::after {
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  z-index: -1;
  top: 0;
}
a.btn.btn-main:hover {
  color: #515BA7;
  background-image: url(../images/icons/ic-arrow-right-blue-small.svg);
}
a.btn.btn-main:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
a.btn.btn-main.btn-home-single {
  width: 308px;
}
a.btn.btn-main.btn-small {
  max-width: 255px;
  min-height: 63px;
  font-size: 1.6rem;
  background-size: 14px 8px;
  background-position: center right 25px;
}

.box-single-work {
  padding: 7px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgb(81, 91, 167) 0%, rgb(41, 166, 221) 100%);
  margin-top: 45px;
}

.box-single-work-cont {
  background-color: #fff;
  border-radius: 7px;
  padding: 30px 43px 35px;
}

.box-date-cat {
  display: flex;
  align-items: center;
}

.box-date-cat .date {
  width: 87px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #808080;
}

a.box-cat-work {
  width: 133px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgb(81, 91, 167) 0%, rgb(41, 166, 221) 100%);
  border-radius: 12px;
  font-size: 1.3rem;
  color: #fff;
  padding-top: 2px;
  font-weight: 500;
}

.title-single-work {
  padding-top: 35px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.page-news .c-news {
  padding-top: 38px;
  padding-bottom: 38px;
}
.page-news .c-page-banner.banner-page .c-title + .c-subtitle {
  display: none;
}

.news-filter {
  margin-top: 50px;
  position: relative;
  padding: 35px 0;
  background-color: #f0f4f7;
  border-radius: 10px;
}

.box-single-top {
  padding-top: 80px;
}

.single-page .page-navi {
  position: relative;
}
.single-page .page-navi::after {
  content: "";
  width: 100vw;
  height: 1px;
  max-width: 1100px;
  background-color: #c7c7c7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.page-it .c-anchor__list {
  grid-template-columns: repeat(5, 1fr);
}
.page-it .c-page-banner__anchor {
  max-width: 1081px;
}

.it-01 {
  position: relative;
}
.it-01::after {
  content: "";
  height: 657px;
  width: 100%;
  background-color: #eaf2f9;
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
}
.it-01::before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/about/img-pattern-1.png);
  width: 690px;
  height: 409px;
  z-index: -1;
}

.list-dot li {
  font-weight: 500;
  letter-spacing: 0.2em;
  padding-left: 33px;
  position: relative;
  margin-bottom: 30px;
}
.list-dot li:last-child {
  margin-bottom: 0;
}
.list-dot li::after {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #515BA7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

.business-item {
  padding-top: 105px;
  position: relative;
  margin-bottom: 100px;
}

.img-busi-item {
  position: absolute;
  left: 315px;
  top: 0;
  width: -moz-max-content;
  width: max-content;
  border-radius: 10px;
  overflow: hidden;
  z-index: -1;
}

.box-title-busi {
  min-height: 239px;
  display: flex;
  align-items: center;
  font-size: 3.5rem;
  letter-spacing: 0.3em;
  color: #515ba7;
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
}

.box-title-busi:after {
  content: "";
  width: 100%;
  height: 100%;
  max-width: 894px;
  background-color: #fff;
  position: absolute;
  opacity: 0.6;
  z-index: -1;
  left: -50px;
  top: 0;
  border-radius: 10px;
}

.box-title-busi:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #515ba7;
  position: absolute;
  top: 0;
  left: -100px;
}

.des-busi {
  letter-spacing: 0.1em;
  line-height: 1.875;
}

.busi-detail {
  padding: 33px 0;
  position: relative;
  margin-top: 50px;
}
.busi-detail::after {
  content: "";
  width: calc(100% + 100px);
  height: 100%;
  background-color: #f2f3f4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -5;
  border-radius: 10px;
}

.busi-detail h3 {
  padding-left: 33px;
  font-size: 2rem;
  height: 53px;
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 0.6em;
  font-weight: 500;
  margin-bottom: 30px;
}

.busi-detail h3:after {
  content: "";
  width: 3px;
  height: 100%;
  background: #515ba7;
  position: absolute;
  left: 0;
  top: 0;
}

.box-flex-busi {
  display: flex;
  justify-content: space-between;
  padding-left: 33px;
}

.box-btn {
  width: 255px;
}

a.btn.btn-link {
  max-width: 526px;
  min-height: 163px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(120, 155, 163, 0.35);
  padding-left: 36px;
  justify-content: flex-start;
  font-size: 2.3rem;
  color: #0071b7;
  letter-spacing: 0.2em;
  padding-bottom: 15px;
  font-weight: 500;
  transition: 0.3s;
}
a.btn.btn-link img {
  margin-right: 36px;
}
a.btn.btn-link::after {
  width: 61px;
  height: 61px;
  background-image: url(../images/it/icon-right.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 27px;
}
a.btn.btn-link::before {
  width: calc(100% - 50px);
  height: 1px;
  background-color: #0071b7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  top: auto;
}
a.btn.btn-link:hover {
  opacity: 0.7;
}

.it-03 {
  background-color: #eaf2f9;
}

.popup-item {
  position: fixed;
  max-width: 1116px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: calc(100vh - 100px);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s;
  border-radius: 0;
}

.popup-item.show {
  opacity: 1;
  z-index: 10;
}

.box-popup-cs {
  position: relative;
}

.box-popup-cs:after {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  z-index: -5;
  transition: 0.3s;
}

.box-popup-cs.show:after {
  opacity: 0.5;
  z-index: 9;
}

.popup-item-cont {
  padding: 54px;
}
.popup-item-cont .popup-item-cont-inner {
  max-height: 550px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.popup-item-cont .popup-item-cont-inner::-webkit-scrollbar {
  width: 8px;
  position: absolute;
  right: -30px;
}
.popup-item-cont .popup-item-cont-inner::-webkit-scrollbar-thumb {
  background-color: #c7c7c7;
  border-radius: 10px;
}
.popup-item-cont .popup-item-cont-inner::-webkit-scrollbar-track {
  background-color: transparent;
}

.close-popup-cs {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: -24px;
  right: -10px;
  background-image: url(../images/it/close-popup.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2;
}

.box-popup-about {
  display: flex;
}

.popup-about-left {
  width: 475px;
}

.popup-about-right {
  flex: 1;
  padding-left: 45px;
  padding-top: 30px;
}
.popup-about-right .list-dot li {
  font-size: 2.3rem;
  padding-left: 26px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.popup-about-right .list-dot li::after {
  width: 18px;
  height: 18px;
  border-radius: 0;
  top: 12px;
}

.title-popup {
  font-size: 3rem;
  letter-spacing: 0.6em;
  padding-bottom: 30px;
  border-bottom: 2px solid #515ba7;
  margin-bottom: 30px;
}

.about-link {
  cursor: pointer;
}

#it-01 {
  position: relative;
}
#it-01::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/about/img-pattern-1.png);
  width: 622px;
  height: 368px;
  z-index: -1;
  transform: rotate(180deg);
}

.img-ict img {
  border-radius: 10px;
}

.content-ict h2 {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 1.72;
  margin-bottom: 30px;
}
.content-ict h2 span {
  color: #089abc;
}

.content-ict p {
  line-height: 2;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.page-ict .c-title {
  color: #0071b7;
}
.page-ict .business-item {
  padding-top: 30px;
}
.page-ict .box-title-busi {
  margin-top: 0;
  color: #0071b7;
}
.page-ict .box-title-busi::before {
  background-color: #0071b7;
}
.page-ict .box-title-busi:after {
  opacity: 0.8;
}
.page-ict .busi-detail::after {
  background-color: #fff;
}
.page-ict .busi-detail h3:after,
.page-ict .list-dot li::after {
  background-color: #0071b7;
}
.page-ict a.btn.btn-main::before {
  background-color: #0071b7;
}
.page-ict a.btn.btn-main:hover {
  color: #0071b7;
}
.page-ict .c-heading__main,
.page-ict .c-anchor__link {
  color: #0071b7;
}
.page-ict .c-anchor__link::after {
  background-image: url(../images/it/icon-down.svg);
}
.page-ict .box-btn {
  width: 363px;
  margin-right: -23px;
}
.page-ict a.btn.btn-link {
  color: #515ba7;
}
.page-ict a.btn.btn-link::before {
  background-color: #515BA7;
}
.page-ict a.btn.btn-link::after {
  background-image: url(../images/it/icon-right-2.svg);
}

.ict-01 {
  position: relative;
}
.ict-01::after {
  content: "";
  width: 100%;
  height: calc(100% - 300px);
  background-color: #eff6f9;
  position: absolute;
  z-index: -6;
  bottom: 0;
  left: 0;
}
.ict-01::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/about/img-pattern-1.png);
  width: 622px;
  height: 368px;
  z-index: -1;
}

.ict-02 {
  position: relative;
}
.ict-02::after {
  content: "";
  width: 100%;
  height: calc(100% - 367px);
  background-color: #eff6f9;
  position: absolute;
  z-index: -6;
  bottom: 0;
  left: 0;
}

.box-contact-tel {
  display: flex;
  padding: 22px 0;
  border: 1px solid #515ba7;
  border-radius: 10px;
  align-items: center;
}

.contact-tel {
  width: 50%;
  text-align: center;
  border-right: 1px solid #aeaeae;
}

.contact-fax {
  width: 50%;
}

.box-tel-cs h2 {
  font-size: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5px auto;
  font-weight: 500;
  color: #333;
  position: relative;
}
.box-tel-cs h2::after {
  content: "";
  width: 34px;
  height: 37px;
  background-image: url(../images/it/icon-phone.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}

.box-tel-cs h2 a {
  color: #333;
}

.box-btn-contact a.btn.btn-main {
  max-width: 315px;
  min-height: 63px;
  font-size: 1.6rem;
  background-image: url(../images/it/icon-down-white.svg);
  background-size: 10px 16px;
}
.box-btn-contact a.btn.btn-main:hover {
  background-image: url(../images/it/icon-down-2.svg);
}

.box-about-text {
  background-color: #f9f9f9;
}

.contact-03 {
  border-top: 1px solid #515BA7;
}

.page-contact .c-page-banner__image {
  top: -40px;
}

.footer__infor a {
  color: #fff;
}

.contact-01 {
  position: relative;
}
.contact-01::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/about/img-pattern-1.png);
  width: 622px;
  height: 368px;
  z-index: -1;
  transform: rotate(180deg);
}

.home-works__post-cat {
  color: #fff;
}

section.content-error {
  padding: 120px 0;
}

.box-404 h2 {
  font-size: 4.4rem;
  font-weight: 500;
  color: #515ba7;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-404 h2 span {
  font-size: 10.5rem;
  font-weight: bold;
  padding-right: 19px;
}
.box-404 h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #515ba7;
  text-align: center;
  margin-bottom: 50px;
}
.box-404 p {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.78;
}

.header__submenu-box:last-child .header__submenu-box-title::before,
.header__submenu-box:last-child .header__submenu-box-title::after {
  background-color: #0071b7;
}
.header__submenu-box:last-child .header__submenu-box-title-text {
  color: #0071b7;
}
.header__submenu-box:last-child .header__submenu-box-title .c-btn-view-more {
  background-color: #0071b7;
}
.header__submenu-box:last-child:hover .header__submenu-box-title .c-btn-view-more {
  background-color: #fff;
}
.header__submenu-box:last-child .header__submenu-link::after {
  background-color: #0071b7;
}

.home-about__images:hover img.home-about__images-logo {
  transform: scale(1);
}

.footer__contact-right {
  padding-top: 15px;
}

.home-banner__title span {
  position: relative;
  left: -20px;
}/*# sourceMappingURL=style-2.css.map */