@charset "UTF-8";
/*
Theme Name: INTEC NIT
Version: 1.0
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10.8rem;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 5rem;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #000000;
}
@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 190%;
  }
}

li {
  list-style: none;
}

a {
  color: #000000;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

address,
em {
  font-style: normal;
}

.mail-btn {
  background: #03293D;
  color: #fff;
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content-width {
  max-width: 120rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width {
    width: 100%;
  }
}

.section-title .en {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .section-title .en {
    font-size: 1.2rem;
  }
}
.section-title .ja {
  font-size: 4rem;
  font-weight: 700;
  margin-top: 4px;
  line-height: 150%;
  display: block;
}
@media (max-width: 767px) {
  .section-title .ja {
    font-size: 2.8rem;
    margin-top: 2px;
  }
}

.section-text {
  font-size: 1.6rem;
  line-height: 190%;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-text {
    font-size: 1.5rem;
  }
}

.label-circle {
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: #F6EA49;
  color: #03293D;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 160%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}
@media (max-width: 767px) {
  .label-circle {
    width: 10rem;
    height: 10rem;
    font-size: 1.2rem;
  }
}

.underline {
  border-bottom: solid 1px #D9D9D9;
}

.btn {
  border-radius: 10rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 1rem;
}

.contact-btn {
  background: #03293D;
  color: #fff;
  border: solid 1px #03293D;
}

.tel-btn {
  font-family: "M PLUS 1p", sans-serif;
  background: #fff;
  color: #03293D;
  border: solid 1px #03293D;
  letter-spacing: 0;
}

.page-title {
  font-size: 32px;
  color: #222;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
  margin-bottom: 48px;
}
@media (max-width:1200px) {
  .page-title {
    font-size: 20px;
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
}

/*=================================================
    ヘッダー
===================================================*/
.header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10.8rem;
  padding: 0 2rem;
  z-index: 100;
}
@media (max-width: 1024px) {
  .header {
    height: 7.2rem;
    padding: 0 0 0 2.8rem;
  }
}
.header .header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  height: 10.8rem;
  max-width: 120rem;
}
@media (max-width: 1024px) {
  .header .header__inner {
    width: 100%;
    height: auto;
  }
}
.header .header__logo {
  max-width: 19.9375vw;
  width: 100%;
}
@media (min-width:1600px) {
  .header .header__logo {
    max-width: 31.9rem;
  }
}
@media (max-width: 1024px) {
  .header .header__logo {
    max-width: 10rem;
  }
}
.header .header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .header__logo img {
  max-width: 16rem;
  width: 100%;
  display: block;
}
.header .header__logo .ja {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 150%;
  margin-top: 1.2rem;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .header .header__logo .ja {
    font-size: 1rem;
    margin-top: 0.8rem;
  }
}
.header .header__inner__left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header__inner__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media (max-width: 1024px) {
  .header .header__inner__right {
    width: auto;
  }
}
.header .header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75vw;
  border-right: solid 1px #D9D9D9;
  max-width: 47.6rem;
  width: 100%;
  padding-right: 3.2rem;
}
@media (min-width:1600px) {
  .header .header__menu {
    gap: 2.8rem;
  }
}
@media (max-width: 1024px) {
  .header .header__menu {
    display: none;
  }
}
.header .header__menu a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
}
@media (max-width:1400px) {
  .header .header__menu a {
    font-size: 1rem;
  }
}
.header .header__menu .current {
  color: #0097E0;
  position: relative;
}
.header .header__menu .current::after {
  position: absolute;
  content: "";
  background: #0097E0;
  width: 4.8rem;
  height: 3px;
  bottom: -1rem;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .header__contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 38.8rem;
  width: 100%;
  gap: 1.125vw;
  padding-left: 2vw;
}
@media (min-width:1600px) {
  .header .header__contact {
    padding-left: 3.2rem;
    gap: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .header .header__contact {
    display: none;
  }
}
.header .header__contact .tel-btn {
  color: #03293D;
  font-size: 1.8rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border: none;
}
.header .header__contact .tel-btn .icon {
  width: 1.6rem;
}
.header .header__contact .contact-btn {
  font-size: 1.5rem;
  font-weight: 700;
  color: #03293D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F3F3F3;
  border-radius: 10rem;
  max-width: 18.3rem;
  height: 4.8rem;
  width: 100%;
  border: none;
}
.header .header__contact .contact-btn .icon {
  width: 1.6rem;
}

/*=================================================
    SP ハンバーガーメニュー
===================================================*/
/* ハンバーガーメニューボタン */
.hamburger-btn {
  width: 7.2rem;
  height: 7.2rem;
  z-index: 100;
  cursor: pointer;
  background: #0097E0;
}
@media (min-width: 1025px) {
  .hamburger-btn {
    display: none;
  }
}
.hamburger-btn .hamburger-btn__line {
  width: 24px;
  height: 17px;
  position: relative;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}
.hamburger-btn .hamburger-btn__line .line {
  position: absolute;
  content: "";
  width: 24px;
  height: 3px;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(1) {
  top: 0;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(2) {
  top: 40.5%;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(3) {
  bottom: 0;
}

/* ×　オープン */
.hamburger-btn.active .hamburger-btn__line {
  width: 24px;
  height: 24px;
}
.hamburger-btn.active .line {
  width: 24px;
  background: #fff;
}
.hamburger-btn.active .line:nth-child(1), .hamburger-btn.active .line:nth-child(3) {
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hamburger-btn.active .line:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger-btn.active .line:nth-child(2) {
  display: none;
}
.hamburger-btn.active .line:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* メニューの中身 */
#hamburger-menu {
  width: 100%;
  height: 100%;
  background: #F3F3F3;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  visibility: hidden;
  padding: 11.2rem 3.2rem 3.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
#hamburger-menu .contact-list {
  margin-top: 4rem;
}
#hamburger-menu .contact-list li {
  margin-bottom: 1.4rem;
}
#hamburger-menu .contact-list li:last-child {
  margin-bottom: 0;
}
#hamburger-menu .contact-list li .btn {
  height: 7.2rem;
}
#hamburger-menu .contact-list li .contact-btn {
  font-size: 1.5rem;
}
#hamburger-menu .contact-list li .tel-btn {
  font-size: 1.6rem;
}
#hamburger-menu .hamburger__menu {
  width: 100%;
}
#hamburger-menu .hamburger__menu li {
  margin-bottom: 2rem;
}
#hamburger-menu .hamburger__menu li:last-child {
  margin-bottom: 0;
}
#hamburger-menu .hamburger__menu li a {
  padding-bottom: 1.8rem;
  font-size: 1.8rem;
  border-bottom: solid 1px #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ハンバーガーメニュー開いた時 */
#hamburger-menu.active {
  overflow-y: scroll;
  overflow-x: hidden;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0;
  -webkit-overflow-scrolling: touch;
}

body.active {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.mv .content-width {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 22.9rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  right: 50%;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
  padding: 0 4rem;
  max-width: 128rem;
}
@media (max-width: 767px) {
  .mv .content-width {
    top: 20.9rem;
    padding: 0 2rem;
  }
}
.mv .mv__img {
  height: 60rem;
  background-image: url(/wp-content/themes/intec-nit/images/pc_mv.jpg);
  background-size: cover;
  background-position: left center;
}
@media (max-width: 767px) {
  .mv .mv__img {
    background-image: url(/wp-content/themes/intec-nit/images/sp_mv.jpg);
    height: 46.5rem;
  }
}
.mv .mv__text {
  color: #fff;
  /*position: absolute;
  transform: translateY(-50%) translateX(-50%);
  top: 46%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  width: 100%;
  height: fit-content;*/
  padding: 0 6.25vw;
}
@media (min-width: 768px) {
  .mv .mv__text {
    margin-top: -5rem;
  }
}
@media (min-width:1600px) {
  .mv .mv__text {
    padding: 0 10rem;
  }
}
@media (max-width:1400px) {
  .mv .mv__text {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .mv .mv__text {
    padding: 0 1.2rem;
  }
}
.mv .mv__text .mv-catch {
  font-size: 2.875vw;
  font-weight: 700;
  line-height: 150%;
}
@media (min-width:1600px) {
  .mv .mv__text .mv-catch {
    font-size: 4.6rem;
  }
}
@media (max-width: 767px) {
  .mv .mv__text .mv-catch {
    font-size: 3.2rem;
  }
}
.mv .mv__text .mv-catch em {
  font-size: 3vw;
}
@media (min-width:1600px) {
  .mv .mv__text .mv-catch em {
    font-size: 4.8rem;
  }
}
@media (max-width: 767px) {
  .mv .mv__text .mv-catch em {
    font-size: 3.2rem;
  }
}
.mv .mv__text .mv-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 190%;
  margin-top: 2.8rem;
}
@media (max-width: 767px) {
  .mv .mv__text .mv-text {
    font-size: 1.5rem;
    line-height: 160%;
    margin-top: 1.6rem;
  }
}
.mv .mv__contact {
  background: #fff;
  max-width: 45.9rem;
  border-top: solid 7px #0097E0;
  padding: 4.6rem 5.5rem 5.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .mv .mv__contact {
    max-width: 82.9787234043vw;
    margin: 5.6rem auto 0;
    border-top: solid 5px #0097E0;
    padding: 3.5rem 3.2rem 3.8rem;
  }
}
.mv .mv__contact .label-circle {
  top: -4rem;
  right: -4rem;
}
@media (max-width: 767px) {
  .mv .mv__contact .label-circle {
    right: -2rem;
  }
}
.mv .mv__contact__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .mv .mv__contact__title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}
.mv p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .mv p {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}
.mv p:last-of-type {
  margin-bottom: 0;
}
.mv .contact-list {
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .mv .contact-list {
    margin: 2.9rem auto 0;
  }
}
.mv .contact-list li {
  margin-bottom: 1.4rem;
}
.mv .contact-list li:last-child {
  margin-bottom: 0;
}
.mv .btn {
  max-width: 27.2rem;
  width: 100%;
  height: 6.6rem;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 1rem;
}
.mv .contact-btn {
  background: #03293D;
  color: #fff;
}
.mv .tel-btn {
  border: solid 1px #03293D;
  background: #fff;
}

.service {
  padding: 0 0 16rem;
}
@media (max-width: 767px) {
  .service {
    padding: 0 0 10rem;
  }
}
.service .content-width {
  padding: 0 2rem;
  max-width: 124rem;
}
@media (max-width: 767px) {
  .service .content-width {
    padding: 0 3.2rem;
  }
}
.service .service__head {
  background: #0097e0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 151, 224)), to(rgb(6, 121, 176)));
  background: linear-gradient(180deg, rgb(0, 151, 224) 0%, rgb(6, 121, 176) 100%);
  color: #fff;
  padding: 21.9rem 2rem 8rem;
  position: relative;
}
@media (max-width: 767px) {
  .service .service__head {
    padding: 53.7rem 0 3.2rem;
  }
}
.service .service__head::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/intec-nit/images/service-head.png);
  background-size: contain;
  background-position: bottom;
  width: 70.25vw;
  height: 10.5vw;
  bottom: -1px;
  right: 0;
}
@media (max-width: 767px) {
  .service .service__head::after {
    background-image: url(/wp-content/themes/intec-nit/images/sp_service-head.png);
    width: 44.9468085106vw;
    height: 25vw;
  }
}

@media (max-width: 767px) {
  .service__about {
    padding: 4.8rem 0 0;
  }
}
.service__about .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10rem;
}
@media (max-width: 767px) {
  .service__about .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 4.8rem;
  }
}
.service__about .section-catch {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 190%;
  color: #03293D;
  padding-bottom: 3.3rem;
  border-bottom: solid 1px #D9D9D9;
}
@media (max-width: 767px) {
  .service__about .section-catch {
    font-size: 2rem;
    padding-bottom: 2.4rem;
  }
}
.service__about .section-text {
  margin-top: 4.7rem;
}
@media (max-width: 767px) {
  .service__about .section-text {
    margin-top: 3.2rem;
  }
}
.service__about .service__about__img {
  max-width: 52rem;
  width: 100%;
}

.service__list__top {
  margin-top: 12.1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: solid 1px #D9D9D9;
}
@media (max-width: 767px) {
  .service__list__top {
    margin-top: 6rem;
    gap: 4.8rem;
    border: none;
  }
}
.service__list__top .service__list__img {
  position: relative;
}
.service__list__top .service-title {
  background: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 2.5vw 4vw 1.125vw;
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media (min-width:1600px) {
  .service__list__top .service-title {
    padding: 4rem 6.4rem 1.8rem;
  }
}
@media (max-width: 767px) {
  .service__list__top .service-title {
    font-size: 2rem;
    padding: 2.4rem 3.2rem 0;
  }
}
.service__list__top .service__list__item {
  width: 50%;
  border-right: solid 1px #D9D9D9;
}
@media (max-width: 767px) {
  .service__list__top .service__list__item {
    width: 100%;
    border: solid 1px #D9D9D9;
  }
}
@media (min-width: 768px) {
  .service__list__top .service__list__item:last-of-type {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .service__list__top .service__list__item:last-of-type {
    margin-bottom: 0;
  }
}

.service__list__bottom {
  margin-top: 8rem;
  border: solid 1px #D9D9D9;
}
@media (max-width: 767px) {
  .service__list__bottom {
    margin-top: 4.8rem;
  }
}
.service__list__bottom .service__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .service__list__bottom .service__list__item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 767px) {
  .service__list__bottom .service__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.service__list__bottom .list__item-50 {
  width: 50%;
}
@media (max-width: 767px) {
  .service__list__bottom .list__item-50 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .service__list__bottom .service-title {
    font-size: 2rem;
    padding: 2.4rem 3.2rem 0;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -5.2rem;
    left: 0;
    font-weight: 700;
    background: #fff;
  }
}
.service__list__bottom p {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .service__list__bottom p {
    padding: 2.8rem 2.8rem 0;
    margin-top: 0;
  }
}
.service__list__bottom .service__list__text {
  padding: 6.4rem 6.3rem 4rem;
}
@media (max-width: 767px) {
  .service__list__bottom .service__list__text {
    padding: 0;
    position: relative;
  }
}
@media (min-width: 768px) {
  .service__list__bottom .service__list__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .service__list__bottom .more-btn-wrap {
    padding: 0 2.8rem 2.8rem;
  }
}

.service-title {
  font-size: 2.8rem;
  font-weight: 700;
}

.more-btn-wrap {
  margin-top: 4.8rem;
}
@media (max-width: 767px) {
  .more-btn-wrap {
    margin-top: 2.4rem;
  }
}
.more-btn-wrap .more-btn {
  line-height: 180%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .more-btn-wrap .more-btn {
    gap: 1.8rem;
  }
}
@media (max-width: 767px) {
  .more-btn-wrap .more-btn img {
    width: 4rem;
  }
}
.more-btn-wrap .underline {
  border-bottom: solid 1px #D9D9D9;
  padding-bottom: 2px;
}

.service__list__text {
  padding: 4rem 6.3rem;
  line-height: 190%;
}
@media (max-width: 767px) {
  .service__list__text {
    padding: 2.8rem;
  }
}
@media (min-width: 768px) {
  .service__list__text .more-btn-wrap {
    margin-top: 3.6rem;
  }
}

.solution {
  background: #F3F3F3;
  padding: 16rem 2rem;
}
@media (max-width: 767px) {
  .solution {
    padding: 7.2rem 3.2rem 8rem;
  }
}
.solution .section-title .en {
  color: #0097E0;
}
.solution .solution__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
@media (max-width: 767px) {
  .solution .solution__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.2rem;
  }
}
.solution .solution__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  margin-top: 6.4rem;
}
@media (max-width: 767px) {
  .solution .solution__list {
    margin-top: 4.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.solution .solution__list li {
  background: #fff;
  border-top: solid 3px #0097E0;
  text-align: center;
  padding: 4.4rem 4.8rem;
}
@media (max-width: 767px) {
  .solution .solution__list li {
    padding: 3.2rem;
  }
}
.solution .solution__list li .list-title {
  color: #0097E0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 160%;
}
@media (max-width: 767px) {
  .solution .solution__list li .list-title {
    font-size: 2.4rem;
  }
}
.solution .solution__list li .list-subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 160%;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .solution .solution__list li .list-subtitle {
    font-size: 1.6rem;
  }
}
.solution .solution__list li .category {
  background: #F3F3F3;
  padding: 4px 16px;
  border-radius: 10rem;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1.6rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .solution .solution__list li .category {
    margin-top: 1.5rem;
  }
}
.solution .solution__list li .category img {
  vertical-align: middle;
  margin-right: 6px;
}
.solution .solution__list li .line {
  display: block;
  margin: 1.8rem auto 0;
}
@media (max-width: 767px) {
  .solution .solution__list li .line {
    margin: 1rem auto 0;
  }
}
.solution .solution__list li .en-title {
  color: #0097E0;
  font-size: 1.4rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  line-height: 160%;
  margin-top: 0.8rem;
}
.solution .solution__list li .list-text {
  font-size: 1.5rem;
  line-height: 190%;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .solution .solution__list li .list-text {
    text-align: left;
  }
}

.case {
  background-image: url(/wp-content/themes/intec-nit/images/pc_bg-case.jpg);
  background-size: 100% 52.3rem;
  background-position: left top;
  padding: 18rem 0 19.6rem 2rem;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
@media (max-width: 767px) {
  .case {
    background-image: url(/wp-content/themes/intec-nit/images/sp_bg-case.jpg);
    background-size: 100% 43rem;
    padding: 7rem 3.2rem 18.2rem;
  }
}
@media (min-width: 768px) {
  .case .content-width {
    max-width: 122rem;
  }
}
.case .section-title .en,
.case .section-title .ja {
  color: #fff;
}
.case .section-text {
  color: #fff;
  max-width: 24rem;
}
@media (max-width: 767px) {
  .case .section-text {
    max-width: 100%;
  }
}
.case .case__flex {
  width: 88.5%;
  margin: 4rem 0 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .case .case__flex {
    gap: 2rem;
  }
}
@media (max-width:1400px) {
  .case .case__flex {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .case .case__flex {
    width: 100%;
    margin-top: 3.2rem;
  }
}
.case .case__flex__right {
  width: 74.21%;
}
@media (max-width: 767px) {
  .case .case__flex__right {
    width: 100%;
    margin-top: 6.4rem;
  }
}
.case .swiper-area {
  position: relative;
}
@media (min-width: 768px) {
  .case .case__flex__left {
    padding-top: 1.9rem;
  }
}
@media (min-width: 768px) {
  .case .case__flex__left .more-btn-wrap {
    margin-top: 1.9rem;
  }
}
.case .case__flex__left .more-btn-wrap a {
  color: #fff;
}
.case .tag-list {
  margin-top: 14.4rem;
}
@media (max-width: 767px) {
  .case .tag-list {
    display: none;
  }
}
.case .tag-list li {
  margin-bottom: 1.6rem;
}
.case .tag-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.case .tag-list li .underline {
  padding-bottom: 2px;
  line-height: 180%;
  font-size: 1.4rem;
}
.case .tag-list li:last-child {
  margin-bottom: 0;
}
.case .case__flex__right .swiper-wrapper {
  border: solid 1px #D9D9D9;
}
@media (max-width: 767px) {
  .case .case__flex__right .swiper-wrapper {
    border: none;
  }
}
.case .case__flex__right .case__item {
  height: 100%;
}
@media (min-width: 768px) {
  .case .case__flex__right .case__item {
    border-right: solid 1px #D9D9D9;
    border-bottom: solid 1px #D9D9D9;
  }
}
@media (max-width: 767px) {
  .case .case__flex__right .case__item {
    border-top: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
    border-right: solid 1px #d9d9d9;
  }
}
.case .case__flex__right .case__item__img {
  width: 100%;
  position: relative;
}
.case .case__flex__right .case__item__img img {
  width: 100%;
  height: 24rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .case .case__flex__right .case__item__img img {
    height: 20.8rem;
  }
}
.case .case__flex__right .case__item__img .cateory {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  border-radius: 10rem;
  background: rgba(0, 151, 224, 0.7);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 180%;
  padding: 2px 1.8rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .case .case__flex__right .case__item__img .cateory {
    top: 1.1rem;
    left: 1.5rem;
    padding: 2px 1rem;
  }
}
.case .case__flex__right .case__item__text {
  padding: 2vw;
}
@media (min-width:1600px) {
  .case .case__flex__right .case__item__text {
    padding: 3.2rem;
  }
}
@media (max-width: 767px) {
  .case .case__flex__right .case__item__text {
    padding: 2.7rem 3.2rem;
  }
}
.case .case__flex__right .case__item__text .case-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 160%;
}
@media (max-width: 767px) {
  .case .case__flex__right .case__item__text .case-title {
    font-size: 1.6rem;
  }
}
.case .case__flex__right .case__item__text .more-btn-wrap {
  margin-top: 2.4rem;
}
.case .case__flex__right .case__item__text .more-btn-wrap .more-btn {
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .case .case__flex__right .case__item__text .more-btn-wrap .more-btn {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.case .case__flex__right .case__item__text .more-btn-wrap img {
  width: 3.2rem;
}
@media (max-width: 767px) {
  .case .more-btn-wrap {
    margin-top: 3.2rem;
  }
}
@media (max-width: 767px) {
  .case .more-btn-wrap .more-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.case .swiper-button-prev,
.case .swiper-button-next {
  height: 48px;
  width: 48px;
  z-index: 20;
}
@media (max-width: 767px) {
  .case .swiper-button-prev,
  .case .swiper-button-next {
    height: 40px;
    width: 40px;
  }
}
.case .swiper-button-prev:after,
.case .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 48px;
  margin: auto;
  width: 48px;
}
@media (max-width: 767px) {
  .case .swiper-button-prev:after,
  .case .swiper-button-next:after {
    height: 40px;
    width: 40px;
  }
}
.case .swiper-button-prev:after {
  background-image: url(/wp-content/themes/intec-nit/images/arrow-left.svg);
}
.case .swiper-button-next:after {
  background-image: url(/wp-content/themes/intec-nit/images/arrow-right.svg);
}
.case .swiper-button-prev,
.case .swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .case .swiper-button-prev,
  .case .swiper-rtl .swiper-button-next {
    left: 2.1rem;
  }
}
.case .swiper-button-next,
.case .swiper-rtl .swiper-button-prev {
  right: 72.6%;
  left: auto;
}
@media (max-width:1400px) {
  .case .swiper-button-next,
  .case .swiper-rtl .swiper-button-prev {
    right: 64.6%;
  }
}
@media (max-width: 1024px) {
  .case .swiper-button-next,
  .case .swiper-rtl .swiper-button-prev {
    right: 53%;
  }
}
@media (max-width: 767px) {
  .case .swiper-button-next,
  .case .swiper-rtl .swiper-button-prev {
    right: 2.1rem;
  }
}
.case .swiper-button-next,
.case .swiper-button-prev {
  top: 117%;
}
.case .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -8.3rem;
  left: 0;
  width: 27%;
}
@media (max-width:1400px) {
  .case .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 35%;
  }
}
@media (max-width: 1024px) {
  .case .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 47%;
    bottom: -7.2rem;
  }
}
@media (max-width: 767px) {
  .case .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 100%;
    bottom: -7.7rem;
  }
}
.case .swiper-slide img {
  height: auto;
  width: 100%;
  bottom: -6.5rem;
}
.case .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 4px;
  opacity: 1;
  background-color: #D9D9D9;
}
.case .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #03293D;
}
.case .swiper-slide {
  height: 100%;
}

.company {
  padding: 0 2rem 20.1rem;
}
@media (max-width: 767px) {
  .company {
    padding: 0 3.2rem 10rem;
  }
}
.company .company__box {
  background: #F3F3F3;
  border: solid 1px #D9D9D9;
  padding: 8rem;
  position: relative;
}
@media (max-width: 767px) {
  .company .company__box {
    padding: 4.7rem 4.8rem 3.9rem;
  }
}
.company .company__box::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/intec-nit/images/bg-line.svg);
  background-size: contain;
  width: 43.8rem;
  height: 47.6rem;
  top: 0;
  right: 4rem;
}
@media (max-width: 1024px) {
  .company .company__box::after {
    display: none;
  }
}
.company .company__box__left {
  max-width: 56.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.company .company-logo {
  max-width: 35rem;
  width: 100%;
}
.company p {
  margin-top: 4.8rem;
  line-height: 190%;
}
@media (max-width: 767px) {
  .company p {
    margin-top: 3.7rem;
  }
}
.company .link-list {
  margin-top: 4.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .company .link-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.9rem;
  }
}
@media (max-width: 767px) {
  .company .link-list li {
    width: 100%;
  }
}
.company .link-list img {
  width: 3.2rem;
}
.company .more-btn {
  padding-bottom: 1.4rem;
  border-bottom: solid 1px #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  line-height: 180%;
}
@media (max-width: 767px) {
  .company .more-btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 2rem;
    font-size: 1.6rem;
  }
}

/*=================================================
    お問い合わせ
===================================================*/
.contact {
  padding: 8.5rem 4rem 32rem;
  background: #0097e0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 151, 224)), to(rgb(6, 121, 176)));
  background: linear-gradient(180deg, rgb(0, 151, 224) 0%, rgb(6, 121, 176) 100%);
  position: relative;
}
@media (max-width: 767px) {
  .contact {
    padding: 12.5rem 3.2rem 6.4rem;
  }
}
.contact::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/intec-nit/images/footer-head.png);
  background-size: contain;
  background-position: right bottom;
  width: 75.375vw;
  height: 12.5vw;
  bottom: -1px;
  right: 0;
}
@media (max-width: 767px) {
  .contact::after {
    display: none;
  }
}
.contact .contact-title {
  text-align: center;
  position: relative;
}
.contact .contact-title .ja {
  color: #fff;
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  width: 100%;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .contact .contact-title .ja {
    top: 40%;
  }
}
@media (max-width: 767px) {
  .contact .contact-title .ja {
    font-size: 2rem;
    line-height: 160%;
    top: inherit;
    bottom: 1rem;
  }
}
.contact .contact__box {
  background: #fff;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.contact .contact__box .label-circle {
  top: -4rem;
  left: -4rem;
}
@media (max-width: 767px) {
  .contact .contact__box .label-circle {
    left: inherit;
    right: -2rem;
    top: -3.3rem;
  }
}
.contact .contact__box .contact__box__item {
  width: 50%;
  padding: 6.4rem;
  border: solid 1px #D9D9D9;
}
@media (max-width: 767px) {
  .contact .contact__box .contact__box__item {
    width: 100%;
    padding: 4rem 3.1rem 4.6rem;
  }
}
@media (min-width: 768px) {
  .contact .contact__box .contact__box__item:nth-of-type(1) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .contact .contact__box .contact__box__item:nth-of-type(1) {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .contact .contact__box .contact__box__item:nth-of-type(2) {
    border-top: solid 1px #0097E0;
  }
}
.contact .contact__box .contact__box__item .box-title {
  text-align: center;
  color: #03293D;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0;
  padding-bottom: 1.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .contact .contact__box .contact__box__item .box-title {
    font-size: 1.8rem;
  }
}
.contact .contact__box .contact__box__item .box-title::after {
  position: absolute;
  content: "";
  background: #0097E0;
  width: 3.2rem;
  height: 5px;
  bottom: 0;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contact .contact__box .contact__box__item p {
  line-height: 190%;
  margin-top: 2.4rem;
}
.contact .contact__box .contact__box__item .btn-wrap {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .contact .contact__box .contact__box__item .btn-wrap {
    font-size: 1.4rem;
    margin-top: 2.4rem;
    padding: 0 1rem;
  }
}
.contact .contact__box .contact__box__item .btn {
  max-width: 40rem;
  height: 8.5rem;
  font-size: 1.8rem;
  line-height: 160%;
}
@media (max-width: 767px) {
  .contact .contact__box .contact__box__item .btn {
    font-size: 1.5rem;
    height: 6.4rem;
  }
}
@media (max-width: 767px) {
  .contact .contact__box .contact__box__item .contact-btn img {
    width: 1.2rem;
  }
}
.contact .contact__box .contact__box__item .tel-btn {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .contact .contact__box .contact__box__item .tel-btn {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .contact .contact__box .contact__box__item .tel-btn img {
    width: 1.5rem;
  }
}
.contact .contact__bottom {
  background: #0D91D5;
  padding: 4rem 6.4rem;
  color: #fff;
  margin-top: 5.6rem;
}
@media (max-width: 767px) {
  .contact .contact__bottom {
    display: none;
  }
}
.contact .contact__bottom .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .contact__bottom .title {
  padding-right: 4rem;
  border-right: solid 1px #fff;
  font-size: 2rem;
  font-weight: 700;
  max-width: 29rem;
  width: 100%;
}
.contact .contact__bottom p {
  line-height: 180%;
  padding-left: 4rem;
  max-width: 74.3rem;
}

/*=================================================
    フッター
===================================================*/
.footer {
  background: #fff;
}
.footer .content-width {
  max-width: 124rem;
}
.footer .footer__top {
  padding: 0 2rem 5.7rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 768px) {
  .footer .footer__top {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__top {
    padding: 6.4rem 3.2rem 6.1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer .footer__top__right {
  max-width: 85.9rem;
  width: 100%;
}
.footer .footer__top__left {
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .footer .footer__top__left {
    display: none;
  }
}
.footer .footer__top__left p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 4rem;
  line-height: 190%;
}
@media (max-width: 767px) {
  .footer .footer__top__left p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    text-align: center;
  }
}
.footer .footer__logo {
  max-width: 21.6rem;
  width: 100%;
}
@media (max-width: 767px) {
  .footer .footer__logo {
    text-align: center;
  }
}
.footer .footer__address {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.footer .footer__address__item {
  width: 50%;
  padding: 3.9rem 4rem 4rem;
  border: solid 1px #D9D9D9;
}
@media (max-width: 767px) {
  .footer .footer__address__item {
    width: 100%;
    padding: 3.3rem 4rem 3.5rem;
  }
}
@media (min-width: 768px) {
  .footer .footer__address__item:nth-of-type(1) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .footer .footer__address__item:nth-of-type(1) {
    border-bottom: none;
  }
}
.footer .footer__address__item .address-title {
  font-size: 1.8rem;
  font-weight: 500;
}
.footer .footer__address__item .google-map {
  margin-top: 2rem;
  max-width: 35rem;
  width: 100%;
  height: 20rem;
}
@media (max-width: 767px) {
  .footer .footer__address__item .google-map {
    max-width: 100%;
    height: 35.3723404255vw;
  }
}
.footer .footer__address__item .google-map iframe {
  width: 100%;
  height: 20rem;
}
@media (max-width: 767px) {
  .footer .footer__address__item .google-map iframe {
    height: 35.3723404255vw;
  }
}
.footer .footer__address__item address {
  margin-top: 3.2rem;
  line-height: 180%;
}
@media (max-width: 767px) {
  .footer .footer__address__item address {
    font-size: 1.6rem;
  }
}
.footer .footer__address__item .tel-fax {
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .footer .footer__address__item .tel-fax {
    margin-top: 1.1rem;
  }
}
.footer .footer__address__item .tel-fax li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  color: #03293D;
  margin-bottom: 0.95rem;
  font-family: "M PLUS 1p", sans-serif;
}
@media (max-width: 767px) {
  .footer .footer__address__item .tel-fax li {
    font-size: 1.6rem;
    margin-bottom: 0.45rem;
  }
}
.footer .footer__address__item .tel-fax li:last-child {
  margin-bottom: 0;
}
.footer .footer__address__item .tel-fax li .label {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 4px 8px;
  line-height: 1;
}
.footer .footer__address__item .tel-fax li .label--tel {
  background: #0097E0;
}
.footer .footer__address__item .tel-fax li .label--fax {
  background: #03293D;
}

.footer__menu {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .footer__menu {
    padding: 0 3.2rem;
  }
}
.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4.8rem;
}
@media (max-width: 767px) {
  .footer__menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 3.2rem;
       -moz-column-gap: 3.2rem;
            column-gap: 3.2rem;
    row-gap: 0.8rem;
  }
}
.footer__menu li a {
  text-align: center;
  font-size: 1.5rem;
  padding: 0 3.2rem;
  border-right: solid 1px #D9D9D9;
}
@media (max-width: 767px) {
  .footer__menu li a {
    font-size: 1.4rem;
    border: none;
    line-height: 150%;
    padding: 0;
  }
}
.footer__menu li:first-child a {
  padding-left: 0;
}
.footer__menu li:last-child a {
  border-right: none;
}

.copyright {
  background: #03293D;
  padding: 1.3rem 2rem;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .copyright {
    padding: 0.5rem 2rem;
  }
}

.hero {
  background-image: url(/wp-content/themes/intec-nit/images/hero-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero .content-width {
  position: relative;
}
.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 327px;
}
@media (max-width:1200px) {
  .hero__inner {
    padding: 0 20px;
    height: 200px;
  }
}
.hero .section-title {
  color: #fff;
}
@media (max-width:1200px) {
  .hero .section-title {
    margin-bottom: 40px;
  }
}
@media (max-width:1200px) {
  .hero .section-title .ja {
    font-size: 20px;
  }
}

.breadcrumb {
  position: absolute;
  bottom: 32px;
  right: 0;
}
@media (max-width:1200px) {
  .breadcrumb {
    right: unset;
    left: 20px;
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width:1200px) {
  .breadcrumb ul {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.breadcrumb ul li {
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width:1200px) {
  .breadcrumb ul li {
    font-size: 10px;
    gap: 10px;
    line-height: 1.8;
  }
}
.breadcrumb ul li:not(:first-child)::before {
  content: "";
  background-image: url(/wp-content/themes/intec-nit/images/breadcrumb-slash.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 15px;
  display: block;
}
.breadcrumb ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width:1200px) {
  .breadcrumb ul li a {
    font-size: 10px;
  }
}

.about {
  padding: 120px 0;
}
@media (max-width:1200px) {
  .about {
    padding: 60px 32px;
  }
}
.about__inner {
  position: relative;
  height: 750px;
}
@media (max-width:1200px) {
  .about__inner {
    height: 600px;
  }
}
@media (max-width: 1024px) {
  .about__inner {
    height: 500px;
  }
}
.about__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 83.3333333333%;
  height: 64%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width:1200px) {
  .about__img {
    aspect-ratio: 1.5;
    width: 90%;
    height: auto;
  }
}
.about__text {
  position: absolute;
  z-index: 1;
  width: 66.6666666667%;
  height: 60%;
  background: #F3F3F3;
  padding: 80px;
  right: 0;
  bottom: 0;
}
.about__text::before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 48px;
  width: 32px;
  height: 40px;
  background-image: url(/wp-content/themes/intec-nit/images/title-line-bl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width:1200px) {
  .about__text::before {
    width: 24px;
    height: 32px;
    left: 20px;
  }
}
@media (max-width:1200px) {
  .about__text {
    width: 90%;
    height: auto;
    padding: 20px;
  }
}
.about__text h2 {
  color: #222;
  font-size: 28px;
  line-height: 1.7;
  margin-bottom: 28px;
}
@media (max-width:1200px) {
  .about__text h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.about__text p {
  color: #000000;
  line-height: 1.9;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width:1200px) {
  .about__text p {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.about__text .about__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media (max-width:1200px) {
  .about__text .about__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__text .about__btn .btn-wrap {
  width: calc(50% - 8px);
}
@media (max-width:1200px) {
  .about__text .about__btn .btn-wrap {
    width: 100%;
  }
}
.about__text .about__btn .btn-wrap .btn {
  padding: 20px 40px;
}
@media (max-width:1200px) {
  .about__text .about__btn .btn-wrap .btn {
    padding: 10px 20px;
  }
}

@media (max-width:1200px) {
  .lineup {
    padding: 0 32px;
  }
}
.lineup__box {
  background-color: #F3F3F3;
  margin-bottom: 64px;
}
.lineup__box__title {
  background-color: #0097E0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 16px 40px;
  line-height: 1.6;
}
@media (max-width:1200px) {
  .lineup__box__title {
    font-size: 18px;
    padding: 10px 20px;
  }
}
.lineup__box__inner {
  padding: 40px 44px;
}
@media (max-width:1200px) {
  .lineup__box__inner {
    padding: 20px;
  }
  .lineup__box__inner p {
    font-size: 15px;
  }
}
.lineup__box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width:1200px) {
  .lineup__box__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.lineup__box__flex__left {
  width: 50.3623188406%;
}
@media (max-width:1200px) {
  .lineup__box__flex__left {
    width: 100%;
  }
}
.lineup__box__flex__left p {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 32px;
  letter-spacing: 0.64px;
}
@media (max-width:1200px) {
  .lineup__box__flex__left p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.lineup__box__flex__right {
  width: 46.0144927536%;
}
@media (max-width:1200px) {
  .lineup__box__flex__right {
    width: 100%;
  }
}
.lineup__box__flex__right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 1.6075949367;
}
.lineup__box__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (max-width:1200px) {
  .lineup__box__tags {
    gap: 8px;
  }
}
.lineup__box__tags span {
  background-color: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 20px;
  border-radius: 100px;
}
@media (max-width:1200px) {
  .lineup__box__tags span {
    font-size: 12px;
    padding: 2px 10px;
  }
}
.lineup__box__point {
  background-color: #fff;
  padding: 40px 40px 32px;
  margin-top: 58px;
  position: relative;
}
@media (max-width:1200px) {
  .lineup__box__point {
    margin-top: 32px;
    padding: 40px 20px 32px;
  }
}
.lineup__box__point__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #0097E0;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 40px;
}
@media (max-width:1200px) {
  .lineup__box__point__title {
    left: 20px;
  }
}
.lineup__box__point__item li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width:1200px) {
  .lineup__box__point__item li {
    font-size: 15px;
  }
}
.lineup__box__point__item li::before {
  content: "・";
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #0097E0;
}
.lineup__box__flow {
  margin: 32px 0 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 1024px) {
  .lineup__box__flow {
    margin: 20px 0 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.lineup__box__flow::before {
  content: "";
  background-color: #03293D;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}
@media (max-width: 1024px) {
  .lineup__box__flow::before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.lineup__box__flow li {
  width: 17.0289855072%;
  color: #03293D;
  padding: 24px 0;
  border: 1px solid #03293D;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  z-index: 1;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 1024px) {
  .lineup__box__flow li {
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
  }
}
.lineup__box__flow li.bg {
  background-color: #03293D;
  color: #fff;
}
.lineup__box__img {
  position: relative;
}
.lineup__box__img__item {
  width: 48.5507246377%;
}
@media (max-width: 1024px) {
  .lineup__box__img__item {
    width: 100%;
  }
}
.lineup__box__img__item img {
  width: 100%;
  aspect-ratio: 536/320;
  -o-object-fit: cover;
     object-fit: cover;
}
.lineup__box__img__item h3 {
  position: absolute;
  z-index: 1;
  font-size: 18px;
  color: #fff;
  padding: 4px 10px;
  line-height: 1.5;
  left: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.6);
}
@media (max-width: 1024px) {
  .lineup__box__img__item h3 {
    font-size: 14px;
  }
}
.lineup__box__img__item p {
  margin-top: 18px;
  font-size: 14px;
  color: #222;
  line-height: 1.6;
  text-align: right;
}
@media (max-width: 1024px) {
  .lineup__box__img__item p {
    margin-top: 12px;
    font-size: 10px;
    text-align: left;
  }
}
.lineup__box__img__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .lineup__box__img__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.feature {
  padding-top: 56px;
}
@media (max-width:1200px) {
  .feature {
    padding: 32px 32px 0;
  }
}
.feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 80px;
}
@media (max-width:1200px) {
  .feature__list {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.feature__list__item {
  width: 31.6666666667%;
}
@media (max-width:1200px) {
  .feature__list__item {
    width: 100%;
  }
}
.feature__list__item h3 {
  font-size: 20px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.feature__list__item h3 span {
  color: #0097E0;
  font-size: 24px;
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
}
.feature__list__item img {
  width: 100%;
  aspect-ratio: 380/200;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 24px;
}
@media (max-width:1200px) {
  .feature__list__item img {
    margin-bottom: 16px;
  }
}
.feature__list__item p {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
}
@media (max-width:1200px) {
  .feature__list__item p {
    font-size: 15px;
  }
}

.cv__inner {
  background-image: url(/wp-content/themes/intec-nit/images/cv-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 64px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media (max-width:1200px) {
  .cv__inner {
    padding: 60px 0;
    gap: 32px;
  }
}
.cv__inner h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.96px;
}
@media (max-width:1200px) {
  .cv__inner h2 {
    font-size: 20px;
  }
}
.cv__inner .cv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  width: 824px;
}
@media (max-width:1200px) {
  .cv__inner .cv__btn {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cv__inner .cv__btn .btn-wrap {
  width: calc(50% - 12px);
}
@media (max-width:1200px) {
  .cv__inner .cv__btn .btn-wrap {
    width: 100%;
    max-width: 300px;
  }
}
.cv__inner .cv__btn .btn-wrap .btn {
  padding: 20px 40px;
}
.cv__inner .cv__btn .btn-wrap .tel-btn {
  font-size: 2.4rem;
}
@media (max-width:1200px) {
  .cv__inner .cv__btn .btn-wrap .tel-btn {
    font-size: 1.8rem;
  }
}

.listing {
  padding: 120px 0 92px;
}
@media (max-width:1200px) {
  .listing {
    padding: 60px 32px;
  }
}
.listing__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.listing__box {
  margin-bottom: 28px;
  border: 1px solid #D9D9D9;
}
@media (max-width:1200px) {
  .listing__box {
    margin-bottom: 12px;
  }
}
.listing__title {
  font-size: 18px;
  padding: 14px 36px;
  font-weight: 700;
  line-height: 1.6;
  background-color: #F3F3F3;
  cursor: pointer;
  position: relative;
}
@media (max-width:1200px) {
  .listing__title {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.listing__title.active::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.listing__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 3px;
  background-color: #0097E0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.listing__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 3px;
  background-color: #0097E0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.listing__content {
  background-color: #fff;
}
.listing__content p {
  margin-bottom: 24px;
  letter-spacing: 0.96px;
  font-weight: 400;
}
@media (max-width:1200px) {
  .listing__content p {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.6;
  }
}
.listing__content__inner {
  padding: 40px;
  border-top: 1px solid #D9D9D9;
}
@media (max-width:1200px) {
  .listing__content__inner {
    padding: 20px;
  }
}

.form {
  padding: 120px 0 180px;
}
@media (max-width:1200px) {
  .form {
    padding: 60px 32px 0;
  }
}
.form__inner {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #F3F3F3;
  padding: 80px 180px;
}
@media (max-width:1200px) {
  .form__inner {
    padding: 40px 32px;
  }
}
.form__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.64px;
  margin-bottom: 46px;
}
@media (max-width:1200px) {
  .form__description {
    font-size: 15px;
    margin-bottom: 32px;
  }
}
.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.form__required {
  background-color: #c00;
  color: #fff;
  margin-left: 12px;
  border-radius: 4px;
  font-size: 12px;
  padding: 0 10px;
  display: block;
  font-weight: 500;
}
.form__input, .form__textarea {
  width: 100%;
  border: 1px solid #9C9C9C;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5;
  padding: 20px;
  background-color: #fff;
  letter-spacing: 0.64px;
}
@media (max-width:1200px) {
  .form__input, .form__textarea {
    padding: 12px;
  }
}
.form__textarea {
  height: 232px;
}
@media (max-width:1200px) {
  .form__textarea {
    height: 160px;
  }
}
.form__form-group {
  margin-bottom: 28px;
}
.form__form-check {
  margin: 64px auto 48px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width:1200px) {
  .form__form-check {
    margin: 32px auto 24px;
  }
}
.form__form-check input {
  margin-right: 10px;
}
.form__form-check a {
  color: #0097E0;
  text-decoration: underline;
}
.form__submit-wrap {
  text-align: center;
}
.form__submit-btn {
  background-color: #03293D;
  color: #fff;
  padding: 24px;
  font-size: 18px;
  border-radius: 9999px;
  cursor: pointer;
  width: 350px;
  max-width: 100%;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  position: absolute;
}

.introduction {
  padding: 150px 0 32px;
}
@media (max-width:1200px) {
  .introduction {
    padding: 60px 32px 0;
  }
}
.introduction__list li {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width:1200px) {
  .introduction__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px;
    gap: 32px;
  }
}
.introduction__list li > img {
  width: 50%;
  aspect-ratio: 600/321;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width:1200px) {
  .introduction__list li > img {
    width: 100%;
  }
}
.introduction__list__text {
  width: 46.3333333333%;
}
@media (max-width:1200px) {
  .introduction__list__text {
    width: 100%;
  }
}
.introduction__list__text h3 {
  font-size: 26px;
  color: #222;
  padding-left: 16px;
  border-left: 5px solid #0097E0;
  margin-bottom: 24px;
}
@media (max-width:1200px) {
  .introduction__list__text h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.introduction__list__text p {
  font-size: 16px;
  color: #03293D;
  line-height: 1.9;
  letter-spacing: 0.64px;
  margin-bottom: 32px;
  font-weight: 500;
}
@media (max-width:1200px) {
  .introduction__list__text p {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
.introduction__list__text span {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  background-color: #F3F3F3;
  font-weight: 400;
}
@media (max-width:1200px) {
  .introduction__list__text span {
    font-size: 12px;
    padding: 8px;
  }
}
.introduction__list__text span a {
  color: #0097E0;
}

.network {
  padding: 80px 0 120px;
  overflow: visible;
}
@media (max-width:1200px) {
  .network {
    padding: 40px 32px;
    overflow: hidden;
  }
}
.network__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: visible;
}
@media (max-width: 1024px) {
  .network__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.network__flex__left {
  position: relative;
  overflow: visible;
  width: 45.3333333333%;
}
@media (max-width: 1024px) {
  .network__flex__left {
    width: 100%;
  }
}
.network__flex__left::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 150%;
  height: 150%;
  background-image: url(/wp-content/themes/intec-nit/images/network-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media (max-width:1200px) {
  .network__flex__left::before {
    width: 100%;
    height: 100%;
  }
}
.network__flex__left h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #0097E0;
  line-height: 1.75;
}
@media (max-width:1200px) {
  .network__flex__left h3 {
    font-size: 14px;
  }
}
.network__flex__left h2 {
  font-size: 28px;
  line-height: 1.75;
  letter-spacing: 1.12px;
  margin-bottom: 32px;
}
@media (max-width:1200px) {
  .network__flex__left h2 {
    font-size: 18px;
  }
}
.network__flex__left p {
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.64px;
  font-weight: 500;
}
@media (max-width:1200px) {
  .network__flex__left p {
    font-size: 15px;
  }
}
.network__flex__right {
  width: 50%;
}
@media (max-width: 1024px) {
  .network__flex__right {
    width: 100%;
    height: auto;
  }
}
.network__flex__right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.7;
}

.example {
  padding-bottom: 120px;
}
@media (max-width:1200px) {
  .example {
    padding: 0 32px 60px;
  }
}
.example__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 64px;
}
@media (max-width: 1024px) {
  .example__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
  }
}
.example__list__img {
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .example__list__img {
    margin-bottom: 16px;
  }
}
.example__list__img img {
  width: 100%;
  aspect-ratio: 1.8125;
  -o-object-fit: cover;
     object-fit: cover;
}
.example__list__img h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #222;
  padding: 16px 40px 0;
  display: inline-block;
  z-index: 1;
}
@media (max-width: 1024px) {
  .example__list__img h3 {
    font-size: 15px;
    padding: 5px 20px;
  }
}
.example__list li {
  width: 48.3333333333%;
}
@media (max-width: 1024px) {
  .example__list li {
    width: 100%;
  }
}
.example__list li p {
  color: #000000;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.64px;
  min-height: 90px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .example__list li p {
    margin-bottom: 16px;
    font-size: 15px;
    min-height: unset;
  }
}
.example__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.example__tags span {
  background-color: #F3F3F3;
  display: inline-block;
  padding: 4px 20px;
  font-size: 14px;
  border-radius: 100px;
}
@media (max-width: 1024px) {
  .example__tags span {
    font-size: 12px;
    padding: 3px 10px;
  }
}

.archive {
  padding: 120px 0 160px;
}
@media (max-width:1200px) {
  .archive {
    padding: 60px 32px 80px;
  }
}
.archive__inner > p {
  margin-bottom: 64px;
}
@media (max-width:1200px) {
  .archive__inner > p {
    margin-bottom: 40px;
  }
}
.archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 60px 30px;
}
@media (max-width:1200px) {
  .archive__list {
    gap: 32px;
  }
}
.archive__item {
  width: 31.6666666667%;
  border: 1px solid #D9D9D9;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width:1200px) {
  .archive__item {
    width: 100%;
  }
}
.archive__item__img {
  position: relative;
  overflow: hidden;
}
.archive__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 380/200;
}
.archive__item__text {
  padding: 32px 32px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width:1200px) {
  .archive__item__text {
    padding: 24px 24px 16px;
  }
}
.archive__item__text h3 {
  font-weight: 700;
  font-size: 18px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width:1200px) {
  .archive__item__text h3 {
    font-size: 16px;
  }
}
.archive__item__category {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: rgba(0, 151, 224, 0.7);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 18px;
  border-radius: 100px;
}
@media (max-width:1200px) {
  .archive__item__category {
    font-size: 12px;
  }
}
.archive .more-btn-wrap .more-btn img {
  width: 32px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0 0;
  gap: 10px;
}
.pagination span, .pagination a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination span:hover, .pagination a:hover {
  background-color: #0097E0;
  color: #fff;
}
.pagination span.current, .pagination a.current {
  background-color: #0097E0;
  color: #fff;
}

.single {
  padding: 120px 0 150px;
}
@media (max-width: 767px) {
  .single {
    padding: 80px 0;
  }
}
.single__hero {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .single__hero {
    padding: 0 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.single__hero__text {
  width: 43.6%;
}
@media (max-width: 767px) {
  .single__hero__text {
    width: 100%;
  }
}
.single__hero__text h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .single__hero__text h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.single__hero__category {
  font-size: 14px;
  color: #fff;
  background-color: #0097E0;
  border-radius: 50px;
  display: inline-block;
  padding: 2px 18.5px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .single__hero__category {
    margin-bottom: 10px;
  }
}
.single__hero__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .single__hero__info {
    margin-bottom: 5px;
  }
}
.single__hero__info img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.single__hero__info span {
  font-size: 14px;
}
.single__hero__img {
  width: 50%;
}
@media (max-width: 767px) {
  .single__hero__img {
    width: 100%;
  }
}
.single__hero__img img {
  width: 100%;
  aspect-ratio: 500/333;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.single__inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .single__inner {
    padding: 0 32px;
  }
}
.single__inner h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .single__inner h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.single__inner h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .single__inner h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.single__inner p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .single__inner p {
    margin-bottom: 10px;
    font-size: 15px;
  }
}