@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;
  }
}
hr {
  margin: 0.8rem auto;
  width: 70px;
  border-top: 2px solid #333333;
  opacity: 1;
}

.mobile {
  display: none;
}

@media (max-width: 1000px) {
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
}
.page {
  text-align: center;
  padding: 10vh 0 0;
}

.nav-tabs {
  display: inline-flex;
  border: none;
  margin-top: 20px;
}
.nav-tabs .nav-link {
  font-size: 1.5rem;
  color: #8c8c8c;
  border: none;
}
.nav-tabs .nav-link.active {
  color: rgb(17, 17, 124);
  border: none;
  border-bottom: 2px solid rgb(17, 17, 124);
}
.nav-tabs .nav-link:hover {
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
}

.tab-content {
  text-align: left;
  width: 80%;
  margin: 60px auto 100px;
}
.tab_title {
  font-weight: 600;
  text-align: center;
  padding: 50px 0 0;
}
.tab_description {
  color: #3c3b3b;
  text-align: center;
  font-size: 1.5rem;
  margin: 60px 0;
}
.tab_description br {
  display: none;
}

@media (max-width: 1200px) {
  .tab_description br {
    display: block;
  }
}
@media (max-width: 500px) {
  .tab-content {
    width: 90%;
  }
}
@media (max-width: 400px) {
  .tab_description {
    font-size: 1rem;
  }
}
.bluewhite {
  background-color: rgb(189, 211, 253);
}

.pink {
  background-color: rgb(255, 227, 231);
}

.mint {
  background-color: rgb(198, 237, 233);
}

.aboutsheet {
  font-size: 1.2rem;
}
.aboutsheet_row {
  display: flex;
  align-items: center;
}
.aboutsheet_row:first-child .row_left, .aboutsheet_row:nth-child(4) .row_left, .aboutsheet_row:nth-child(8) .row_left {
  border-top: 2px solid rgba(17, 17, 124, 0.8);
}
.aboutsheet_row:first-child .row_right, .aboutsheet_row:nth-child(4) .row_right, .aboutsheet_row:nth-child(8) .row_right {
  border-top: 2px solid rgb(128, 128, 128);
}
.aboutsheet_row:nth-child(3) *, .aboutsheet_row:nth-child(7) * {
  border: none;
}
.aboutsheet_row_left {
  flex: 1;
  border-bottom: 2px solid rgba(17, 17, 124, 0.8);
  font-weight: 700;
  padding: 20px 15px;
}
.aboutsheet_row_right {
  flex: 2;
  border-bottom: 2px solid rgb(128, 128, 128);
  padding: 20px 15px;
  color: rgba(42, 42, 42, 0.8196078431);
}

.table_description {
  color: #C1C1C1;
  font-weight: 400;
  text-align: right;
  margin-top: 10px;
}

.aboutdata {
  margin-top: 120px;
}
.aboutdata_title {
  margin: 50px 0;
}

.content_wrap {
  display: flex;
}
.content_wrap .card {
  width: 300px;
  height: 200px;
  margin: auto;
  padding: 10px;
  display: block;
  border: none;
  border-radius: 20px;
}
.content_wrap .card_wrap {
  flex: 1;
}
.content_wrap .card_title {
  display: flex;
}
.content_wrap .card_title_icon {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin: 10px;
  background-color: rgb(66, 66, 201);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_wrap .card_title_text {
  flex: 1;
  padding: 10px;
  text-align: right;
  font-size: 1.1rem;
  color: rgb(131, 131, 131);
}
.content_wrap .card_contents {
  position: absolute;
  top: 0px;
  text-align: right;
  height: 100%;
  padding: 0 20px 20px 0;
  font-size: 2rem;
  color: rgb(60, 60, 159);
  display: flex;
  align-items: flex-end;
}
.content_wrap .card_contents_img {
  flex: 1;
}
.content_wrap .card_contents_text {
  flex: 2;
  line-height: 3.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.content_wrap .card_contents_text span {
  font-size: 3rem;
  font-weight: 600;
}
.content_wrap .card_contents_text span.double {
  font-size: 4rem;
}

@media (max-width: 1200px) {
  .content_wrap .card {
    width: 200px;
    height: 150px;
  }
  .content_wrap .card_title_text {
    flex: 2;
    font-size: 1rem;
  }
  .content_wrap .card_contents_text {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .content_wrap .card_contents_text span {
    font-size: 2rem;
  }
  .content_wrap .card_contents_text span.double {
    font-size: 2.7rem;
  }
}
@media (max-width: 800px) {
  .tab_description {
    font-size: 1.3rem;
  }
  .aboutsheet {
    font-size: 1rem;
  }
  .content_wrap {
    display: block;
  }
  .content_wrap .card_wrap {
    margin: 30px auto;
  }
}
@media (max-width: 500px) {
  .page1 .tab-content {
    width: 90%;
  }
  .aboutsheet {
    font-size: 0.8rem;
  }
  .aboutsheet_row_left, .aboutsheet_row_right {
    padding: 20px 10px;
  }
}
@media (max-width: 400px) {
  .aboutsheet, .table_description {
    font-size: 0.7rem;
  }
}
img {
  width: 100%;
}

.red {
  background-color: #FF7777;
}

.blue {
  background-color: #7479FF;
}

.purple {
  background-color: #FA74FF;
}

.slogun {
  text-align: center;
}
.slogun_title {
  padding: 50px;
}
.slogun_content {
  padding: 50px 0;
  font-size: 4rem;
  font-weight: 900;
}

.culture {
  margin: 60px auto;
}
.culture_title {
  text-align: center;
  padding: 30px 0;
}
.culture_card {
  width: 1000px;
  height: 600px;
  display: flex;
  box-shadow: 0 0 5px gray;
  border-radius: 10px;
  margin: 50px auto;
}
.culture_card_left, .culture_card_right {
  flex: 1;
  max-width: 50%;
  padding: 50px;
}
.culture_card_left.culture_card_image_wrap, .culture_card_right.culture_card_image_wrap {
  padding: 0;
}
.culture_card_title {
  font-size: 1.5rem;
  padding-bottom: 50px;
}
.culture_card_content {
  color: #535353;
  padding-top: 80px;
}
.culture_card_image {
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.culture_card:nth-child(3) .culture_card_image_wrap {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.culture_card:nth-child(2) .culture_card_image_wrap, .culture_card:nth-child(4) .culture_card_image_wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (max-width: 1400px) {
  .culture_card {
    width: 800px;
  }
  .culture_card_left, .culture_card_right {
    padding: 30px;
  }
}
@media (max-width: 1000px) {
  .slogun_content {
    font-size: 3rem;
  }
  .culture_card {
    width: 100%;
    height: 100%;
    display: block;
  }
  .culture_card_left, .culture_card_right {
    max-width: 100%;
  }
  .culture_card_content {
    padding-top: 0px;
  }
  .culture .culture_card .culture_card_left {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media (max-width: 800px) {
  .nav-tabs {
    flex-direction: column;
    margin: 20px auto;
  }
}
@media (max-width: 600px) {
  .slogun_content {
    font-size: 2rem;
  }
  .culture_card_contentbox {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .culture_card_title {
    font-size: 1.2rem;
  }
  .culture_card_content {
    font-size: 0.8rem;
  }
}
#history {
  height: -moz-max-content;
  height: max-content;
}

.history {
  padding: 100px 0;
}
.history.pc {
  position: absolute;
  left: 0;
}
.history_wrap {
  height: 600px;
}
@media (min-width: 2000px) {
  .history_wrap {
    height: 1000px;
  }
}/*# sourceMappingURL=about.css.map */