@charset "UTF-8";
body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: 游教科書体, YuMincho, "Yu Mincho", serif;
}

h1,
h2,
h3,
h4,
p {
  font-family: "MS PGothic", sans-serif;
  font-family: 游教科書体, YuMincho, "Yu Mincho", serif;
}

html {
  padding: 0;
  width: 100% !important;
  margin: 0 !important;
  height: 100% !important;
}

html::-webkit-scrollbar {
  display: none;
}

style {
  margin: 0 !important;
}

a {
  display: block !important;
  color: black;
}

img {
  width: 100%;
  display: block;
}

/**********************************
header
***********************************/
/**********************************
body
***********************************/
.top-word-box {
  position: relative;
}
.top-word-box img {
  width: 105%;
  margin-left: -2.5%;
}
.top-word-box .word-box {
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: 800;
  font-size: 2vw;
  height: 80%;
  line-height: 170%;
}
.top-word-box .word-box .under-line {
  -webkit-text-decoration: line-through 1px white;
          text-decoration: line-through 1px white;
  margin-right: -50%;
  position: absolute;
  bottom: 4%;
  left: 3%;
}

.home-display {
  display: flex;
  width: 100%;
  justify-content: center;
}
.home-display .side-menu {
  flex: 14%;
  background-color: #191919;
  border-right: solid 0.5px black;
}
.home-display .side-menu a {
  color: white;
}
.home-display .side-menu .side-menu-box {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.home-display .side-menu .side-menu-box .list {
  border-bottom: solid 1px white;
  padding: 8% 0;
  line-height: 170%;
  font-size: max(1.1vw, 10px);
}
.home-display .side-menu .side-menu-box .list:last-of-type {
  border-bottom: none;
}
.home-display .side-menu .side-menu-box .insta {
  width: 30%;
  display: block;
  margin: 0 auto;
  margin-top: 5%;
  filter: invert(100%);
}
.home-display .side-menu .logo {
  display: block;
  width: 30%;
  margin: 0 auto;
  margin-top: 15%;
  margin-bottom: 15%;
  filter: invert(100%);
}
.home-display .static {
  position: static;
}
.home-display .main-box {
  flex: 86%;
  overflow-x: hidden;
}
.home-display .main-box .title-box {
  width: 80%;
  display: block;
  margin: 5% auto;
}
.home-display .main-box .title-box h2 {
  font-size: 1.5vw;
  border-bottom: solid 1px black;
  text-align: center;
  padding-bottom: 3%;
  font-weight: bold;
}
.home-display .main-box .title-box h3 {
  font-weight: 400;
  text-align: center;
  line-height: 200%;
  font-size: max(1.2vw, 10px);
  padding-top: 3%;
}
.home-display .main-box .news {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.home-display .main-box .news h4 {
  margin-left: 4%;
  margin-bottom: 0%;
  font-family: "dnp-shuei-nshogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: max(1vw, 10px);
}
.home-display .main-box .news .news-box {
  background-color: #f1f1f1;
  height: 160px;
  overflow-y: scroll;
  border: 10px solid #f1f1f1;
  padding: 0 20px;
  padding-top: 5px;
}
.home-display .main-box .news .news-box::-webkit-scrollbar {
  display: none;
}
.home-display .main-box .news .news-box a {
  display: flex !important;
  border-bottom: solid 1px rgb(161, 161, 161);
  padding: 10px 0;
}
.home-display .main-box .news .news-box .news-title {
  flex: 17%;
  width: 17%;
  text-align: center;
  font-size: 15px;
}
.home-display .main-box .news .news-box .news-btn {
  flex: 83%;
  width: 83%;
}
.home-display .main-box .news .news-box .news-btn img {
  display: block;
  width: 4%;
}
.home-display .main-box .news .news-box .news-btn p {
  font-size: 15px;
}
@media (max-width: 1000px) {
  .home-display .main-box .news .news-box .news-title {
    font-size: 11px;
  }
  .home-display .main-box .news .news-box .news-btn p {
    font-size: 11px;
  }
}
@media (max-width: 1000px) {
  .home-display .main-box .news .news-box {
    padding-top: 0px;
    height: 100px;
  }
}
.home-display .main-box .link-box1 {
  margin-top: 5%;
  display: flex;
  justify-items: center;
  background-color: #333333;
  align-items: center;
}
.home-display .main-box .link-box1 .link1 {
  flex: 13%;
  width: 13%;
  text-align: center;
  background-color: #333333;
  color: white;
}
.home-display .main-box .link-box1 .link1 .link-font {
  font-family: "dnp-shuei-nshogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: max(1vw, 10px);
}
.home-display .main-box .link-box1 .link1 .link-title {
  font-size: 1.5vw;
  margin-bottom: 13%;
  margin-top: 10%;
}
.home-display .main-box .link-box1 .link1 img {
  width: 20%;
  margin: 0 auto;
  padding-bottom: 10%;
}
.home-display .main-box .link-box1 .link-bg {
  flex: 85%;
  width: 85%;
  position: relative;
}
.home-display .main-box .link-box1 .link-word {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.9vw;
}

.sub-menu {
  display: flex;
  width: 87%;
  margin: 5% auto;
}
.sub-menu .sub-card {
  width: 25%;
}
.sub-menu .sub-card .sub-link {
  position: relative;
}
.sub-menu .sub-card .sub-box {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.sub-menu .sub-card .sub-box .sub-font {
  font-size: max(1vw, 10px);
  font-family: "dnp-shuei-nshogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.sub-menu .sub-card .sub-box .sub-title {
  font-size: 1.9vw;
  font-weight: 800;
}
.sub-menu .sub-card .sub-box img {
  width: 15%;
  margin: 0 auto;
  margin-top: 5%;
}
.sub-menu .sub-card a .sub-bg-img {
  opacity: 0;
  transition: 1.3s;
}
.sub-menu .sub-card a:hover .sub-bg-img {
  opacity: 1;
}

.side-menu-box0 {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 14%;
}

/**************************************
footer
***************************************/
.footer {
  margin-top: 10%;
  background-color: #191919;
  color: white;
  padding-top: 3%;
  padding-bottom: 3%;
}
.footer .address-box {
  width: 80%;
  margin: 0% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 1.5%;
}
.footer .address-box a {
  color: white;
  text-decoration: none;
  display: inline !important;
}
.footer .address-box .address {
  margin-right: 4%;
  font-size: max(1.3vw, 10px);
}
.footer .address-box .tel {
  font-size: max(1.3vw, 10px);
}
.footer .copy {
  font-size: max(1vw, 10px);
  text-align: center;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 700px) {
  .top-word-box img {
    width: 100%;
    margin-left: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .top-word-box {
    width: 100%;
    overflow-x: hidden;
    z-index: 2;
  }
  .top-word-box img {
    width: 170%;
  }
  .top-word-box .word-box {
    font-size: 7vw;
    color: black;
    top: 10%;
    left: 10%;
    transform: translate(0, 0);
  }
  .top-word-box .word-box .under-line {
    -webkit-text-decoration: line-through 1px black;
            text-decoration: line-through 1px black;
  }
  .home-display .main-box .title-box {
    margin-top: 10%;
    margin-bottom: 10%;
    width: 90%;
  }
  .home-display .main-box .title-box h2 {
    font-size: 14px;
    margin-bottom: 5%;
    padding-bottom: 5%;
    line-height: 250%;
  }
  .home-display .main-box .title-box h3 {
    font-size: 14px;
    text-align: left;
    line-height: 200%;
  }
  .home-display .main-box .news {
    width: 90%;
    margin-bottom: 10%;
    font-size: 10px;
  }
  .home-display .main-box .news .news-box {
    height: 105px;
    padding: 0;
  }
  .home-display .main-box .news .news-box .news-title {
    font-size: 13px;
    flex: 25%;
    width: 25%;
  }
  .home-display .main-box .news .news-box .news-btn {
    flex: 75%;
    width: 75%;
  }
  .home-display .main-box .news .news-box .news-btn img {
    width: 6%;
    margin-left: 3%;
  }
  .home-display .main-box .news .news-box .news-btn p {
    font-size: 13px;
  }
  .home-display .main-box .link-box1 {
    width: 90%;
    margin: 0 auto;
    margin-top: 10%;
  }
  .home-display .main-box .link-box1 .link1 {
    flex: 25%;
    width: 25%;
  }
  .home-display .main-box .link-box1 .link1 .link-font {
    margin-top: 3%;
  }
  .home-display .main-box .link-box1 .link1 .link-font {
    font-size: 10px;
  }
  .home-display .main-box .link-box1 .link1 .link-title {
    font-size: 14px;
  }
  .home-display .main-box .link-box1 .link-bg {
    flex: 75%;
    width: 75%;
    overflow: hidden;
  }
  .home-display .main-box .link-box1 .link-bg img {
    width: 200%;
    margin-left: -30%;
  }
  .home-display .main-box .link-box1 .link-bg .link-word {
    text-align: left;
    font-size: 14px;
  }
  .home-display .main-box .link-box1 .link-bg2 img {
    width: 100%;
    margin-left: 0;
  }
  .sub-menu {
    margin-top: 10%;
    flex-wrap: wrap;
  }
  .sub-menu .sub-card {
    width: 50%;
  }
  .sub-menu .sub-card a .sub-bg-img {
    opacity: 1;
  }
  .sub-menu .sub-card .sub-box .sub-font {
    font-size: 10px;
  }
  .sub-menu .sub-card .sub-box .sub-title {
    font-size: 18px;
  }
  footer {
    margin-top: 20%;
  }
  .footer .address-box {
    width: 90%;
    display: block;
    padding-top: 5%;
  }
  .footer .address-box .address {
    font-size: 13px;
  }
  .footer .address-box .tel {
    font-size: 13px;
    margin-bottom: 10%;
  }
  .footer .copy {
    padding-bottom: 5%;
    font-size: 10px;
  }
  .static {
    display: none;
  }
  .home-display .main-box .news h4 {
    font-size: 12px;
  }
}/*# sourceMappingURL=index.css.map */