@charset "UTF-8";
/* common */
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1080px;
  margin: auto;
}

* {
  box-sizing: border-box;
}

* a {
  text-decoration: none;
  color: #000;
}

* ul, * li {
  padding: 0;
  margin: 0;
  list-style: none;
}

* h2, * h3, * h4 {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

.bread__wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: auto;
}
.bread .fa-house::before {
  display: block;
}
.bread__list {
  padding: 0px 0;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .bread__list {
    padding: 8px 0;
    -moz-column-gap: 6px;
         column-gap: 6px;
    margin: 0;
  }
}
.bread__item {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .bread__item {
    font-size: 12px;
  }
}
.bread__item a {
  display: block;
  text-decoration: underline;
}
.bread__item a:hover {
  opacity: 0.7;
}
.bread__item a i {
  margin-right: 4px;
}
.bread__arrow::before {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  content: "＞";
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .bread__arrow::before {
    font-size: 12px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1080px;
  margin: auto;
}

html {
  margin: 0;
}

* {
  box-sizing: border-box;
}

* a {
  text-decoration: none;
  color: #000;
}

* ul {
  list-style: none;
}

* h3,
* h4 {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

.header {
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  max-width: 1080px;
  width: 100%;
  margin: auto;
  position: fixed;
  text-align: right;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  top: 0;
  height: 6rem;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.3);
}
.header nav .header__pc {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .header nav .header__pc {
    display: none;
  }
}
.header nav .header__pc li {
  margin: 2rem 0;
  margin-right: 2rem;
}
.header nav .header__pc li a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.header__spmenu {
  position: absolute;
  display: none;
  top: 10px;
  right: 24px;
  width: 39px;
  height: 39px;
  border: 1px solid red;
  cursor: pointer;
  z-index: 10;
  margin-left: auto;
  border-radius: 50%;
}
@media screen and (max-width: 500px) {
  .header__spmenu {
    display: block;
  }
}
.header__spmenu__box {
  width: 100%;
  height: 100%;
  transform: translateY(180deg);
  transition: transform 0.6s;
}
.header__spmenu__box.rotate {
  transform: rotateY(360deg);
  transition: all 1s;
}
.header__spmenu span {
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  right: 11px;
}
.header__spmenu span.rotate {
  border-top: 1px solid #fff;
}
.header__spmenu #menubar01 {
  top: 10px;
  transform: rotate(0deg);
  transition: transform 0.6s;
}
.header__spmenu #menubar01.rotate {
  top: 16px;
  right: 5px;
  transform: rotate(-45deg);
  transition: transform 0.6s;
}
.header__spmenu #menubar02 {
  top: 18px;
  opacity: 1;
  transition: opacity 0.3s;
}
.header__spmenu #menubar02.vanish {
  opacity: 0;
  transition: opacity 0.3s;
}
.header__spmenu #menubar03 {
  top: 26px;
  transform: rotate(0deg);
  transition: transform 0.6s;
}
.header__spmenu #menubar03.rotate {
  top: 16px;
  right: 16px;
  transform: rotate(45deg);
  transition: transform 0.6s;
}
.header__spmenu.open {
  top: 10px;
  transition: all 0.6s;
  border: 1px solid #fff;
  opacity: 0.6;
}
.header__spmenu.move {
  top: 0;
  transition: top 0.6s;
  opacity: 0.6;
}
.header__overlay {
  width: 100%;
  height: 0;
  position: fixed;
  top: 60px;
  right: 0;
  opacity: 0;
  z-index: 5;
  pointer-events: none;
  transition: height 0.6s;
}
.header__overlay nav {
  width: 95%;
  margin: 4rem auto 0;
}
.header__overlay nav ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header__overlay nav ul li {
  box-sizing: border-box;
  width: calc((100% - 1.5vw) / 2);
  opacity: 0;
  text-align: center;
  border: 1px solid white;
  border-radius: 5px;
  margin-bottom: 2rem;
  padding: 0rem 1rem;
  transform: translateY(40px);
  transition: opacity 0.6s, transform 0.6s;
}
.header__overlay nav ul li a {
  color: #fff;
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
}
.header__overlay nav ul li a p:nth-child(1) {
  font-size: 3.6vw;
}
.header__overlay nav ul li a p:nth-child(2) {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 2.4vw;
}
.header__overlay nav ul li:first-child {
  border-top: 1px solid #fff;
}
.header__overlay nav ul li.show {
  transform: translateY(0);
  opacity: 1;
  transition: 0.4s;
}
.header__overlay nav ul li.show:nth-child(1) {
  transition-delay: 0.6s;
}
.header__overlay nav ul li.show:nth-child(2) {
  transition-delay: 0.8s;
}
.header__overlay nav ul li.show:nth-child(3) {
  transition-delay: 1s;
}
.header__overlay nav ul li.show:nth-child(4) {
  transition-delay: 1.2s;
}
.header__overlay nav ul li.show:nth-child(5) {
  transition-delay: 1.4s;
}
.header__overlay nav ul li.show:nth-child(6) {
  transition-delay: 1.6s;
}
.header__overlay nav ul li.show:nth-child(n+7) {
  transition-delay: 1.8s;
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
  height: 43px;
}
.header__overlay nav ul li.show:nth-child(n+7) a p {
  margin: 1rem auto;
  text-align: center;
  font-size: 3.6vw;
}
.header__overlay nav ul li.show:nth-child(n+7) img {
  display: block;
  position: absolute;
  left: 1rem;
  width: 2rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__overlay nav ul li.show:nth-child(7) {
  transition-delay: 1.8s;
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}
.header__overlay nav ul li.show:nth-child(7) a p {
  margin: 1rem auto;
  text-align: center;
  font-size: 3.6vw;
}
.header__overlay nav ul li.show:nth-child(7) img {
  position: absolute;
  left: 1rem;
  width: 2rem;
  aspect-ratio: 1/1;
}
.header__overlay nav ul li.show:nth-child(8) {
  transition-delay: 2s;
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}
.header__overlay nav ul li.show:nth-child(8) a p {
  margin: 1rem auto;
  text-align: center;
  font-size: 3.6vw;
}
.header__overlay nav ul li.show:nth-child(8) img {
  position: absolute;
  left: 1rem;
  width: 2rem;
  aspect-ratio: 1/1;
}
.header__overlay.appear {
  opacity: 1;
  background: black;
  height: auto;
  width: 100%;
  transition: height 0.6s;
  pointer-events: auto;
}
.header__overlay02 {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 60px;
  left: 0;
  opacity: 0;
  z-index: 4;
  transition: height 0.6s;
  pointer-events: none;
}
.header__overlay02.appear {
  opacity: 0.9;
  background: #fff;
  height: 100%;
  width: 100%;
  transition: 0.6s;
  z-index: 4;
  pointer-events: auto;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo img {
  display: block;
  width: 6rem;
  aspect-ratio: 1/1;
  margin-left: 1rem;
}

.position-relative {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.phrase {
  position: absolute;
  font-size: 3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: black;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 3.8rem;
  opacity: 0;
}
@media screen and (max-width: 500px) {
  .phrase {
    font-size: 2.4rem;
    line-height: 3.6rem;
    width: 100%;
  }
}

.phrase.appear {
  opacity: 1;
  transition: 2.8s;
}

#mainvisual {
  height: 100vh;
  height: 80vh;
}
@media screen and (max-width: 500px) {
  #mainvisual {
    height: 100vh;
  }
}
#mainvisual img {
  aspect-ratio: 4/3;
}

.fixed__toumei {
  -webkit-position: fixed;
  position: fixed;
  background: #2e182f;
  opacity: 0.9;
  transition: all 1s;
  z-index: 100;
}

.shadow {
  box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.05);
  /*これを付け足し*/
}

.main {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
.main img {
  display: block;
  width: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .container {
    width: 90%;
  }
}

.des {
  background: linear-gradient(-45deg, #34033b 0%, #262626 100%);
}
.des img {
  display: block;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 5rem;
  aspect-ratio: 1/1;
}

.news {
  max-width: 1080px;
  position: relative;
  margin: auto;
  width: 100%;
  height: 50rem;
  padding: 3rem 0;
  background: linear-gradient(-45deg, #34033b 0%, #262626 100%);
}
@media screen and (max-width: 500px) {
  .news {
    max-width: initial;
    width: 100%;
  }
}
.news__title {
  font-size: 3.2rem;
  text-align: center;
  font-family: serif;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media screen and (max-width: 500px) {
  .news__title {
    font-size: 2.4rem;
  }
}
.news__subtitle {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-family: "Sawarabi Mincho", serif;
}
@media screen and (max-width: 500px) {
  .news__subtitle {
    font-size: 1.4rem;
  }
}
.news__list {
  max-width: 50rem;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
  padding: 1rem;
}
.news__list li {
  margin: 0;
  padding-bottom: 0;
  padding: 1rem 0;
  border-bottom: 0.5px solid #fff;
  cursor: pointer;
}
.news__list li a {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.news__list li a .time {
  color: #ffd700;
  font-size: 1.2rem;
  margin: 0;
  margin-right: 1.2rem;
  font-family: "Noto Serif JP", serif;
}
.news__list li a .category {
  color: #ffd700;
  font-size: 1.2rem;
  margin: 0;
  margin-right: 1rem;
  background: #ffd700;
  color: #000;
  padding: 0.2rem 1rem;
  border-radius: 0.1rem;
}
.news__list li a .list__name {
  color: #ffd700;
  width: 100%;
  margin-top: 1rem;
}
.news__list li a:hover .time {
  color: #fff;
  transition: all 0.6s;
}
.news__list li a:hover .category {
  background: #fff;
  transition: all 0.6s;
}
.news__list li a:hover .list__name {
  color: #fff;
  transition: all 0.6s;
}
.news__list li:last-child {
  border-bottom: none;
}
.news img {
  width: 8rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  display: block;
}

.recruit {
  max-width: 1080px;
  margin: auto;
  width: 100%;
}

.recruit {
  max-width: 1080px;
  margin: auto;
  width: 100%;
  height: 50rem;
  padding: 3rem 0;
  background: #000;
}
@media screen and (max-width: 500px) {
  .recruit {
    max-width: initial;
    width: 100%;
  }
}
.recruit__title {
  font-size: 3.2rem;
  text-align: center;
  font-family: serif;
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 500px) {
  .recruit__title {
    font-size: 2.4rem;
  }
}
.recruit__subtitle {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-family: "Sawarabi Mincho", serif;
}
@media screen and (max-width: 500px) {
  .recruit__subtitle {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */