@charset "UTF-8";
/*** reset ***/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

address,
em,
h1,
h2,
h3,
h4,
h5,
h6,
ins,
pre,
strong,
th {
  font-style: normal;
  font-weight: 400;
}

table {
  border-collapse: collapse;
  border: 0;
}

th {
  text-align: left;
}

input,
select,
textarea {
  vertical-align: middle;
}

a,
ins {
  text-decoration: none;
}

ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/***cleasrfix hack***/
.hack::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*end hide*/
.clear {
  clear: both;
}

/*** font ***/
html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: #000;
}
@media (max-width: 740px) {
  body {
    font-size: 1.2rem;
  }
}

/*family*/
body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}

/*** link ***/
a,
a:active,
a:hover,
a:link,
a:visited {
  color: #000;
}

/***PC／スマホ切替***/
.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 740px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.base_w {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .base_w {
    width: 90%;
  }
}

.sani01 {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.sani01.on {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.sani02 {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.sani02.on {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-page .vloom {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-page .vloom .titl {
  width: 1000px;
}
@media (max-width: 1000px) {
  .top-page .vloom .titl {
    width: 90%;
  }
}
.top-page .mission {
  margin-bottom: 200px;
}
@media (max-width: 740px) {
  .top-page .mission {
    margin-bottom: 100px;
  }
}
.top-page .mission .titl {
  width: 250px;
  margin: 0 auto 80px;
}
@media (max-width: 740px) {
  .top-page .mission .titl {
    width: 150px;
    margin-bottom: 40px;
  }
}
.top-page .mission .txts {
  line-height: 2.2;
  text-align: center;
  font-size: 2.2rem;
}
@media (max-width: 1000px) {
  .top-page .mission .txts {
    font-size: 1.8rem;
  }
}
@media (max-width: 740px) {
  .top-page .mission .txts {
    font-size: 1.2rem;
  }
}
.top-page .works {
  margin-bottom: 200px;
}
@media (max-width: 740px) {
  .top-page .works {
    margin-bottom: 100px;
  }
}
.top-page .works .titl {
  width: 250px;
  margin: 0 auto 80px;
}
@media (max-width: 740px) {
  .top-page .works .titl {
    width: 150px;
    margin-bottom: 40px;
  }
}
.top-page .works .boxs {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 5%;
  padding: 0 5%;
}
@media (max-width: 1000px) {
  .top-page .works .boxs {
    grid-template-columns: 1fr 1fr;
  }
}
.top-page .works .boxs .tag {
  margin: 5px 0;
  padding-bottom: 5px;
  font-size: 1.5rem;
  border-bottom: 1px #ccc solid;
}
@media (max-width: 740px) {
  .top-page .works .boxs .tag {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.top-page .works .boxs .txt {
  font-size: 1.8rem;
}
@media (max-width: 740px) {
  .top-page .works .boxs .txt {
    font-size: 1.4rem;
  }
}
.top-page .works .boxs .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 740px) {
  .top-page .works .boxs .links .txt {
    width: 100%;
  }
}
.top-page .works .boxs .links .link {
  width: 200px;
}
@media (max-width: 740px) {
  .top-page .works .boxs .links .link {
    width: 100%;
    margin-top: 5px;
  }
}
.top-page .works .boxs .links .link .g_titl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  letter-spacing: 0;
  color: #c00014;
  font-weight: 700;
}
@media (max-width: 740px) {
  .top-page .works .boxs .links .link .g_titl {
    font-size: 1rem;
    margin-left: 0;
  }
}
.top-page .works .boxs .links .link a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: auto;
  border-bottom: 1px #000 solid;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media (max-width: 740px) {
  .top-page .works .boxs .links .link a {
    font-size: 1rem;
    margin-left: 0;
  }
}
.top-page .works .boxs .links .link_mv {
  display: block;
  width: 100px;
  height: auto;
  padding: 7px 12px;
  background-color: #333;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-page .works .boxs .links .link_mv:hover {
  background-color: #666;
}
@media (max-width: 740px) {
  .top-page .works .boxs .links .link_mv:hover {
    background-color: #333;
  }
}
@media (max-width: 740px) {
  .top-page .works .boxs .links .link_mv {
    width: 100%;
    margin-top: 5px;
  }
}
.top-page .works .boxs .links .link_mv img {
  display: block;
}
@media (max-width: 740px) {
  .top-page .works .boxs .links .link_mv img {
    width: 70px;
    margin: 0 auto;
  }
}
.top-page .topics {
  margin-bottom: 200px;
}
@media (max-width: 740px) {
  .top-page .topics {
    margin-bottom: 100px;
  }
}
.top-page .topics .titls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .top-page .topics .titls {
    margin-bottom: 20px;
  }
}
.top-page .topics .titls .deco {
  width: 33px;
}
@media (max-width: 740px) {
  .top-page .topics .titls .deco {
    width: 15px;
  }
}
.top-page .topics .titls .titl {
  line-height: 1;
  margin: 0 20px;
  font-size: 2.2rem;
}
@media (max-width: 1000px) {
  .top-page .topics .titls .titl {
    font-size: 1.8rem;
  }
}
@media (max-width: 740px) {
  .top-page .topics .titls .titl {
    font-size: 1.3rem;
  }
}
.top-page .topics .txt {
  text-align: center;
  font-size: 2.2rem;
}
@media (max-width: 1000px) {
  .top-page .topics .txt {
    font-size: 1.8rem;
  }
}
@media (max-width: 740px) {
  .top-page .topics .txt {
    font-size: 1.3rem;
  }
}
.top-page .topics .mv_txts {
  width: 600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.7fr 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-bottom: 1px #ccc solid;
  padding: 10px;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .top-page .topics .mv_txts {
    width: 90%;
    grid-template-columns: 1fr 0.7fr 80px;
    gap: 10px;
    padding: 5px;
    margin-bottom: 20px;
  }
}
.top-page .topics .mv_txts.last {
  margin-bottom: 0px;
}
.top-page .topics .mv_txts .txt01 {
  display: block;
  width: 100%;
  font-size: 1.4rem;
}
@media (max-width: 740px) {
  .top-page .topics .mv_txts .txt01 {
    font-size: 1rem;
  }
}
.top-page .topics .mv_txts .txt02 {
  display: block;
  width: 100%;
  font-size: 2rem;
}
@media (max-width: 740px) {
  .top-page .topics .mv_txts .txt02 {
    font-size: 1.2rem;
  }
}
.top-page .topics .mv_txts .btn01 {
  display: block;
  width: 100%;
  height: auto;
  padding: 7px 12px;
  background-color: #333;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-page .topics .mv_txts .btn01:hover {
  background-color: #666;
}
@media (max-width: 740px) {
  .top-page .topics .mv_txts .btn01:hover {
    background-color: #333;
  }
}
.top-page .topics .mv_txts .btn01 img {
  display: block;
}
.top-page .topics .zeh_wrap {
  width: 700px;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 740px) {
  .top-page .topics .zeh_wrap {
    width: 90%;
    grid-template-columns: 80px 1fr;
    gap: 20px;
  }
}
.top-page .topics .zeh_wrap .txt {
  margin-bottom: 10px;
  text-align: justify;
}
@media (max-width: 740px) {
  .top-page .topics .zeh_wrap .txt {
    letter-spacing: 0;
  }
}
.top-page .topics .zeh_wrap .txt_a {
  text-align: justify;
}
@media (max-width: 740px) {
  .top-page .topics .zeh_wrap .txt_a {
    font-size: 1rem;
  }
}
.top-page .topics .link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #2495ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 2.2rem;
}
@media (max-width: 1000px) {
  .top-page .topics .link {
    font-size: 1.8rem;
  }
}
@media (max-width: 740px) {
  .top-page .topics .link {
    font-size: 1.3rem;
  }
}
.top-page .topics .link span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px #2495ff solid;
}
.top-page .topics .link:hover {
  color: #8dcdb6;
}
.top-page .topics .link:hover span {
  border-bottom: 1px #8dcdb6 solid;
}
.top-page .youtube_bnr {
  display: block;
  width: 700px;
  margin: 0 auto 100px;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.top-page .youtube_bnr:hover {
  -webkit-filter: contrast(110%);
          filter: contrast(110%);
}
@media (max-width: 740px) {
  .top-page .youtube_bnr {
    width: 90%;
    margin-bottom: 50px;
  }
}
.top-page .rec_bnr {
  pointer-events: none;
  display: block;
  width: 700px;
  margin: 0 auto 200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-page .rec_bnr:hover {
  -webkit-filter: contrast(110%);
          filter: contrast(110%);
}
@media (max-width: 740px) {
  .top-page .rec_bnr {
    width: 90%;
    margin-bottom: 100px;
  }
}
.top-page .company {
  margin-bottom: 200px;
}
@media (max-width: 740px) {
  .top-page .company {
    margin-bottom: 100px;
  }
}
.top-page .company .titl {
  width: 250px;
  margin: 0 auto 80px;
}
@media (max-width: 740px) {
  .top-page .company .titl {
    width: 150px;
    margin-bottom: 40px;
  }
}
.top-page .company .txt01 {
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 740px) {
  .top-page .company .txt01 {
    margin-bottom: 5px;
    font-size: 1rem;
  }
}
.top-page .company .txt02 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.2rem;
}
@media (max-width: 1000px) {
  .top-page .company .txt02 {
    font-size: 1.8rem;
  }
}
@media (max-width: 740px) {
  .top-page .company .txt02 {
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 1.3rem;
  }
}
.top-page .company .txt02 a {
  color: #2495ff;
  border-bottom: 1px #2495ff solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-page .company .txt02 a:hover {
  color: #8dcdb6;
  border-bottom: 1px #8dcdb6 solid;
}/*# sourceMappingURL=style.css.map */