@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;
  }
}
.page .background {
  position: static;
  width: 100%;
  height: 60vh;
  background: url("../png/main.png");
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  z-index: 0;
}
.page .background_wrap {
  height: 0;
}
.page_content, .page .slogun {
  position: relative;
  z-index: 30;
}
.page .slogun {
  height: 30vh;
  width: 95vh;
  margin: 80px auto;
  background: url("../png/slogun.png");
  background-size: cover;
}
@media (max-width: 800px) {
  .page .slogun {
    width: 350px;
    height: 110px;
  }
}
@media (max-width: 400px) {
  .page .slogun {
    width: 300px;
    height: 94px;
  }
}
.page_content {
  margin: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 1000px) {
  .page_content {
    display: block;
  }
}

.content_wrap {
  width: 500px;
  height: 280px;
  background: white;
  box-shadow: 0 0 5px gray;
  margin: 10px;
}
@media (max-width: 1000px) {
  .content_wrap {
    margin: 20px auto;
  }
}
@media (max-width: 600px) {
  .content_wrap {
    width: 250px;
    height: 150px;
  }
}
.content_card_title {
  padding: 20px 30px 5px;
}
@media (max-width: 600px) {
  .content_card_title {
    padding: 10px 15px 2.5px;
  }
}
.content_card_title_text {
  font-size: 1.2rem;
  font-weight: 700;
}
@media (max-width: 600px) {
  .content_card_title_text {
    font-size: 0.6rem;
  }
}
.content_card_title hr {
  width: 40px;
  margin: 0.3rem 0;
  opacity: 1;
  border-top: 2px solid;
}
@media (max-width: 600px) {
  .content_card_title hr {
    width: 20px;
    margin: 0.15rem 0;
    border-top: 1px solid;
  }
}

.carousel-indicators {
  margin: 0;
  bottom: -20px;
}
@media (max-width: 600px) {
  .carousel-indicators {
    bottom: -10px;
  }
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: rgb(114, 114, 114);
  border: none;
  border-radius: 10px;
  margin: 0 10px;
}
@media (max-width: 600px) {
  .carousel-indicators [data-bs-target] {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    margin: 0 5px;
  }
}
.carousel-control-prev-icon {
  background-image: url("../svg/prev.svg");
}
.carousel-control-next-icon {
  background-image: url("../svg/next.svg");
}

.table {
  padding: 20px;
  font-size: 0.8rem;
}
@media (max-width: 600px) {
  .table {
    padding: 10px;
    font-size: 0.4rem;
  }
}
.table th, .table .table-striped > tbody > tr:nth-of-type(odd) > * {
  color: rgb(172, 172, 172) !important;
}
.table tr {
  font-weight: 400;
}
@media (max-width: 600px) {
  .table > :not(caption) > * > * {
    padding: 0.2rem 0.5rem;
  }
}

.narrowed {
  padding: 10px 20px;
}
@media (max-width: 600px) {
  .narrowed {
    padding: 5px 10px;
  }
}

.box {
  font-family: "Pretendard";
  color: #4E4E4E;
  width: 400px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  margin: auto;
}
@media (max-width: 600px) {
  .box {
    width: 200px;
    height: 100px;
    padding: 5px;
  }
}
.box_num {
  font-size: 2rem;
  font-weight: 800;
}
@media (max-width: 600px) {
  .box_num {
    font-size: 1rem;
  }
}
.box_title {
  line-height: 1.1rem;
  font-weight: 700;
}
@media (max-width: 600px) {
  .box_title {
    line-height: 0.5rem;
    font-size: 0.5rem;
  }
}
.box_content {
  display: flex;
  justify-content: flex-end;
  color: #606060;
}
.box_content_title {
  font-size: 0.8rem;
  font-weight: 600;
}
@media (max-width: 600px) {
  .box_content_title {
    font-size: 0.4rem;
  }
}
.box_content_text {
  font-size: 0.6rem;
  font-weight: 500;
  margin: 0;
  padding: 0 20px 0 0;
  list-style: none;
}
@media (max-width: 600px) {
  .box_content_text {
    font-size: 0.3rem;
    padding: 0 10px 0 0;
  }
}

.box1 {
  background: linear-gradient(to left, rgba(255, 119, 119, 0.8) 80%, white 20%);
}

.box2 {
  background: linear-gradient(to left, rgba(116, 121, 255, 0.8) 80%, white 20%);
}

.box3 {
  background: linear-gradient(to left, rgba(250, 116, 255, 0.8) 80%, white 20%);
}/*# sourceMappingURL=index.css.map */