@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700..900&family=Noto+Sans+JP:wght@700..900&display=swap');

/* RESET
------------------------------------*/

*:where(:not(iframe, canvas, img, svg, video):not(svg *):not(.postBody *)) {
    all: unset;
    display: revert;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
ul[role="list"], ol[role="list"] {
  list-style: none
}
img {
    max-width: 100%;
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
}

textarea {
    white-space: revert;
}


/* BASE
------------------------------------*/

html {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;    
  position: relative;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #231815;
  background: #fdfcfb;
}


/* COMMON
------------------------------------*/

body {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

body.is-loaded {
    opacity: 1;
}

.sp {
  display: none!important;
}
.wrap {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}

.relative {
  position: relative;
}

@media (max-width: 980px) {

  .pc {
    display: none!important;
  }
  .sp {
    display: inherit!important;
  }
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

}
/* end @media */


.fadeIn {
  opacity : 0;
  transition: opacity 2s;
}
.fadeInUp {
  opacity : 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}


/* TOP
------------------------------------*/

.top__main {
  background: #000000;
}
.top__main h1 {
  background: #231815;
  padding: 42px;
}
.top__main h1 img {
  display: block;
  margin: 0 auto;
  max-width: 423px;
}
.top__main-img {
  display: block;
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
}

.top__about {
  text-align: center;
  padding-top: 40px;
}
.top__about h2 {
  font-size: 43px;
  font-weight: 900;
  margin-bottom: 32px;
}
.top__about-txt1 {
  font-size: 26px;
  margin-bottom: 50px;
}
.top__about-img {
  max-width: 302px;
  margin-bottom: 40px;
}
.top__about-ceo {
  font-size: 33px;
  margin-bottom: 6px;
}
.top__about-name {
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 48px;
}
.top__about-txt2 {
  font-size: 34px;
  line-height: 1.7em;
  margin-bottom: 40px;
}
.top__about-day {
  font-size: 108px;
}
.top__about-sche {
  font-size: 38px;
  margin-bottom: 54px;
}
.top__about-info {
  font-size: 32px;
  margin-bottom: 54px;
}
.top__about-link {
  position: relative;
  display: inline-block;
  padding: 8px 8px 10px;
  margin-bottom: 74px;
  border: 3px solid #231815;
  width: 463px;
  text-align: center;
  font-size: 25px;
  color: #231815;
}
.top__about-link:hover {
  color: #FFF;
}
.top__about-link::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #231815;
  transition: all 0.3s;
}
.top__about-link:hover::before {
  width: 100%;
}

.top__about-cr {
  font-size: 15px;
  margin-bottom: 32px;
}


footer {
  background: #231815;
  padding: 90px 0;
}
footer img {
  display: block;
  margin: 0 auto;
  max-width: 423px;
}





@media (max-width: 980px) {

  body {
    letter-spacing: 0em;
  }
  .top__main h1 {
    padding: 20px;
  }
  .top__main h1 img {
      width: 200px;
  }
  .top__about {
    padding-top: 10vw;
  }
  .top__about h2 {
    font-size: 6.5vw;
    margin-bottom: 6vw;
  }
  .top__about-txt1 {
    font-size: 3.3vw;
    line-height: 1.7em;
    margin-bottom: 10vw;
  }
  .top__about-img {
    max-width: 210px;
    margin-bottom: 6vw;
  }
  .top__about-ceo {
    font-size: 5vw;
    letter-spacing: 0.1em;
    margin-bottom: 1vw;
  }
  .top__about-name {
    font-size: 9vw;
    letter-spacing: 0.1em;
    font-weight: 900;
    margin-bottom: 10vw;
  }
  .top__about-txt2 {
    font-size: 4.5vw;
    line-height: 2em;
    margin-bottom: 10vw;
  }
  .top__about-day {
    font-size: 18vw;
  }
  .top__about-sche {
    font-size: 6.7vw;
    margin-bottom: 10vw;
  }
  .top__about-info {
    font-size: 4vw;
    margin-bottom: 10vw;
  }
  .top__about-link {
    padding: 4px 4px 6px;
    margin-bottom: 12vw;
    max-width: 463px;
    width: 100%;
    font-size: 5vw;
  }
  .top__about-cr {
    font-size: 3.4vw;
    margin-bottom: 8vw;
  }
  footer {
    padding: 18vw 0;
  }
  footer img {
    max-width: 200px;
  }

}
/* end @media */


