@import url("https://webfontworld.github.io/sunn/SUIT.css");
@import url("https://webfontworld.github.io/pretendard/Pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
.shown400, .shown500, .shown1000 {
  display: none;
}

@media (max-width: 400px) {
  .shown400 {
    display: block;
  }
}
@media (max-width: 500px) {
  .shown500 {
    display: block;
  }
}
@media (max-width: 1000px) {
  .shown1000 {
    display: block;
  }
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
header nav {
  height: 90px;
}
@media (max-width: 600px) {
  header nav {
    height: 4.5rem;
  }
}
header .nav-link {
  border-radius: 10px;
}
header li {
  padding: 0 10px;
}
header a {
  text-decoration: none;
  color: inherit;
}
header .navbar-footer {
  display: none;
}

.logo {
  width: 180px;
}

@media (max-width: 1000px) {
  header .nav-link.current {
    background: none;
    box-shadow: none;
  }
}
@media (max-width: 600px) {
  .logo {
    width: 120px;
    margin-left: 10px;
  }
  .navbar-toggler {
    display: flex;
  }
  .navbar-toggler-icon {
    width: 1.3rem;
    height: 1.3rem;
  }
  header .navbar-footer {
    margin: 0;
    padding: 0;
    display: block;
    color: gray;
  }
  header .flex-grow-1 {
    flex-grow: 0 !important;
  }
  .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
body {
  font-family: "Noto Sans JP", "Pretendard", "suit", sans-serif;
  font-weight: 600;
}

main {
  margin-top: 90px;
  min-height: 95vh;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}

.bg-gray {
  background-color: gray;
}
.bg-white {
  background-color: white;
}

.page_title {
  text-align: center;
  font-size: 2rem;
}

#footer {
  font-family: "SUIT-Regular";
  background-color: #222 !important;
  padding: 60px 0;
  font-size: 1rem;
  font-weight: 400;
  color: #c4c4c4;
}
#footer dl, #footer dt, #footer dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer dt {
  float: left;
  line-height: 1.2;
}
#footer dd {
  float: left;
  margin-left: 7px;
  margin-right: 24px;
  line-height: 1.2;
}
#footer a {
  text-decoration: none;
}
#footer .footer-wrap {
  justify-content: space-between;
}
#footer .ft-info, #footer .ft-bot {
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
#footer .ft-bot p {
  font-size: 1rem;
  position: relative;
  top: 65;
}
#footer .img_fix {
  padding: 5px;
}
#footer .flex {
  display: flex;
}
#footer .flex .copy {
  position: relative;
  top: 2.4rem;
}
#footer .contents {
  width: 100%;
  max-width: 1300px;
  padding: 0 10px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  #footer {
    display: none;
  }
}
img {
  width: 100%;
}

a {
  text-decoration: none;
}

.tab-content {
  text-align: left;
  width: 80%;
  margin: 60px auto 100px;
}
.tab_title {
  text-align: center;
  padding: 50px 0 0;
  font-size: 2rem;
}

.service_card {
  color: rgb(49, 49, 141);
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service_card_wrap {
  margin: 20px;
  border-radius: 20px;
  flex: 1;
  max-width: 250px;
  height: 210px;
  box-shadow: 0 0 10px #dddddd;
}
.service_card_wrap_row {
  display: flex;
  margin: auto;
  justify-content: center;
}
.service_card_title {
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 5px;
}
.service_card_1 {
  background-image: url("../svg/contents.svg");
}
.service_card_2 {
  background-image: url("../svg/homepage.svg");
}
.service_card_3 {
  background-image: url("../svg/SES.svg");
}
.service_card_4 {
  background-image: url("../svg/edu.svg");
}
.service_card_5 {
  background-image: url("../svg/job.svg");
}
.service_card_icon {
  width: 50px;
  height: 50px;
}

.tab-wrapping {
  padding: 50px 0 0;
}

@media (max-width: 1000px) {
  .service_card {
    height: 200px;
  }
  .service_card_wrap {
    margin: 20px auto;
    width: 80%;
    min-height: 200px;
  }
  .service_card_wrap_row {
    flex-direction: column;
  }
}/*# sourceMappingURL=service.css.map */