@charset "UTF-8";
/* CSS Document */
/* リセット
---------------------------------------------------- */
*:focus {
  outline: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, u, b, mark, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, figure, button {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
  font-weight: inherit;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

main {
  display: block;
}

u {
  text-decoration: none;
}

b {
  font-weight: inherit;
}

mark {
  background: none;
  color: inherit;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

button {
  font-family: inherit;
  color: inherit;
  cursor: pointer;
}

/* ページ共通
---------------------------------------------------- */
html {
  color: #000;
  font-size: 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1.5625vw;
  }
}

body {
  margin: 0;
  padding: 0;
  font: 10px/1.4 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

*:first-child + html body {
  font-size: 87%;
}

hr {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

.copyrightSP {
  display: none;
}

@media screen and (max-width: 767px) {
  .copyrightSP {
    display: block;
    text-align: center;
    padding: 5vw;
    font-size: 1.5rem;
  }
}

.topBox {
  display: flex;
  height: 100vh;
  overflow: hidden;
  animation: fade 1.5s;
}

@media screen and (max-width: 767px) {
  .topBox {
    height: auto;
    display: block;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.topBox * {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.topBox nav {
  width: 15%;
  min-width: 330px;
  padding: 50px;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
}

.topBox nav h1 {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .topBox nav h1 {
    width: 40%;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .topBox nav {
    width: 100%;
    padding: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .topBox nav .spMenu {
    display: block;
    width: 9vw;
    height: 7vw;
    right: 7vw;
    z-index: 15;
    top: 5.5vw;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .topBox nav .spMenu span {
    display: block;
    height: 1px;
    width: 100%;
    transition: 0.3s;
    background-color: #000;
    position: relative;
  }
  .topBox nav .spMenu.on .m1 {
    transform: rotate(-45deg);
    top: 3.5vw;
  }
  .topBox nav .spMenu.on .m2 {
    opacity: 0;
  }
  .topBox nav .spMenu.on .m3 {
    transform: rotate(45deg);
    bottom: 3vw;
  }
}

.topBox nav .copyright {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .topBox nav .copyright {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .topBox nav .navi {
    display: none;
  }
  .topBox nav .navi.show {
    position: fixed;
    display: block;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .topBox nav .navi.show ul {
    text-align: center;
    padding-top: 20vw;
    max-width: 60%;
    margin: 0 auto;
  }
  .topBox nav .navi.show ul li {
    margin-top: 5vw;
  }
  .topBox nav .navi.show a {
    font-size: 2.5rem;
    display: block;
    text-align: center;
  }
}

.topBox nav ul {
  padding: 40px 0 20px 0;
}

.topBox nav ul li + li {
  margin-top: 18px;
}

.topBox nav ul li a.contact {
  display: block;
  background-color: #000;
  border-radius: 50px;
  padding: 0.8em;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}

.topBox nav ul li a:hover {
  opacity: 0.7;
}

.topBox .colWrap {
  display: flex;
  justify-content: space-between;
  padding-right: 40px;
}

@media screen and (max-width: 1200px) {
  .topBox .colWrap {
    flex-direction: column;
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .topBox .colWrap {
    padding: 0px;
  }
}

.topBox .colWrap .cols {
  width: 33.3%;
}

@media screen and (max-width: 1200px) {
  .topBox .colWrap .cols {
    width: 100%;
    height: 33%;
  }
}

@media screen and (max-width: 767px) {
  .topBox .colWrap .cols {
    margin-bottom: 1px;
  }
}

.topBox .colWrap .cols a {
  display: flex;
  align-items: center;
  margin: 0 1px 0 0;
  position: relative;
  height: 100vh;
  box-sizing: border-box;
  transition: 0.5s;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .topBox .colWrap .cols a {
    height: 100%;
  }
}

.topBox .colWrap .cols a span {
  position: absolute;
  right: 25px;
  bottom: 25px;
  color: #fff;
  background-image: url(../../images/top/more.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-repeat: cover;
  width: 60px;
  transition: 0.3s;
}

.topBox .colWrap .cols a h2 {
  font-size: 3.5rem;
}

@media screen and (max-width: 767px) {
  .topBox .colWrap .cols a h2 {
    font-size: 4.5rem;
  }
}

.topBox .colWrap .cols a p {
  padding-top: 1em;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .topBox .colWrap .cols a p {
    font-size: 2.4rem;
  }
}

.topBox .colWrap .cols a .img {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 80px);
}

@media screen and (max-width: 1200px) {
  .topBox .colWrap .cols a .img {
    height: 33vh;
  }
}

.topBox .colWrap .cols a .img .waku {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.3s;
  border: 0px solid #fff;
  z-index: 3;
  overflow: hidden;
}

.topBox .colWrap .cols a:hover .waku {
  border: 15px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.topBox .colWrap .cols a:hover span {
  right: -0px;
  opacity: 0;
}

.topBox .colWrap .cols a:hover img {
  transform: scale(1.1);
}

.topBox .colWrap .cols a .txt {
  position: absolute;
  color: #fff;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
}

.topBox .colWrap .cols img {
  height: calc(100vh - 80px);
  width: 100%;
  object-fit: cover;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .topBox .colWrap .cols img {
    height: auto;
    width: 120%;
  }
}

/*# sourceMappingURL=srcmap/top.css.map */
