@charset "UTF-8";
/*リセット*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 10px;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #121212;
}

article, header, aside, figure, figcaption, nav, section {
  display: block;
}

html {
  scroll-behavior: smooth;
  position: relative;
}

body {
  font-family: "Noto Sans JP", YakuHanJP, sans-serif, "游ゴシック体", YuGothic;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: #121212;
  text-decoration: none;
}

img {
  display: block;
}

p {
  line-height: 1.5em;
}

table {
  border-collapse: collapse;
}
@media (max-width: 599px) {
  table table {
    width: 100%;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.mainvis ul li img {
  width: 100%;
}

.about {
  margin: 160px 9.375% 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .about {
    display: block;
    margin: 120px 20px 0;
  }
}
.about img {
  width: 50%;
}
@media (max-width: 1024px) {
  .about img {
    width: 100%;
  }
}
.about .textwrapper {
  width: 42.3%;
}
@media (max-width: 1024px) {
  .about .textwrapper {
    width: auto;
    margin-top: 20px;
  }
}
.about .textwrapper h2 {
  font-family: "Cormorant Garamond", serif;
  color: #4A2408;
  font-size: 5rem;
}
.about .textwrapper h2 span {
  color: #4A2408;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 4px;
  margin-left: 4px;
}
.about .textwrapper h3 {
  margin-top: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.3em;
}
.about .textwrapper p {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2em;
}

.works {
  margin-top: 160px;
}
@media (max-width: 1024px) {
  .works {
    margin-top: 120px;
  }
}
.works h2 {
  font-family: "Cormorant Garamond", serif;
  color: #4A2408;
  font-size: 5rem;
  margin-left: 6.25%;
}
@media (max-width: 1024px) {
  .works h2 {
    margin-left: 20px;
  }
}
.works h2 span {
  color: #4A2408;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 4px;
  margin-left: 4px;
}
.works ul {
  margin-top: 20px;
  transition-timing-function: linear;
}
.works ul li img {
  width: 100%;
  border-radius: 6px;
}
.works ul li p {
  margin-top: 6px;
  font-size: 1.4rem;
  line-height: 1.3em;
}
.works .morelink {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 599px) {
  .works .morelink {
    padding: 0 20px;
  }
}
.works .morelink a {
  color: #4A2408;
  font-size: 1.4rem;
  font-weight: 600;
  display: inline-block;
  padding: 20px 200px;
  background-color: #F7F2E9;
  border-radius: 4px;
  transition: 0.5s;
}
@media (max-width: 599px) {
  .works .morelink a {
    padding: 20px 0;
    display: block;
  }
}
.works .morelink a:hover {
  background-color: #4A2408;
  color: #ffffff;
}

.hint {
  margin: 160px 6.25% 0;
}
@media (max-width: 1024px) {
  .hint {
    margin: 120px 20px 0;
  }
}
.hint h2 {
  font-family: "Cormorant Garamond", serif;
  color: #4A2408;
  font-size: 5rem;
}
.hint h2 span {
  color: #4A2408;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 4px;
  margin-left: 4px;
}
.hint ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hint ul li {
  width: calc((100% - 40px) / 3);
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .hint ul li {
    width: calc((100% - 20px) / 2);
  }
}
.hint ul li a {
  transition: 0.5s;
}
.hint ul li a:hover {
  opacity: 0.7;
}
.hint ul li a img {
  border-radius: 4px;
  width: 100%;
}
.hint ul li a p {
  margin-top: 6px;
  font-size: 1.4rem;
  line-height: 1.3em;
}
@media (max-width: 599px) {
  .hint ul li a p {
    font-size: 1.2rem;
  }
}
.hint .morelink {
  text-align: center;
  margin-top: 20px;
}
.hint .morelink a {
  color: #4A2408;
  font-size: 1.4rem;
  font-weight: 600;
  display: inline-block;
  padding: 20px 200px;
  background-color: #F7F2E9;
  border-radius: 4px;
  transition: 0.5s;
}
@media (max-width: 599px) {
  .hint .morelink a {
    padding: 20px 0;
    display: block;
  }
}
.hint .morelink a:hover {
  background-color: #4A2408;
  color: #ffffff;
}

.flow {
  margin-top: 160px;
  background-color: #F7F2E9;
  padding: 60px 6.25% 100px 15.62%;
  position: relative;
}
@media (max-width: 1024px) {
  .flow {
    padding: 60px 60px 80px;
  }
}
.flow .txtarea {
  width: 28.12%;
}
@media (max-width: 1024px) {
  .flow .txtarea {
    width: auto;
    margin-bottom: 20px;
  }
}
.flow .txtarea h2 {
  font-family: "Cormorant Garamond", serif;
  color: #4A2408;
  font-size: 5rem;
}
.flow .txtarea h2 span {
  color: #4A2408;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 4px;
  margin-left: 4px;
}
.flow .txtarea p {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.3em;
}
.flow .txtarea a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 20px;
  transition: 0.5s;
}
.flow .txtarea a:after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  width: 40px;
  height: 40px;
  background-image: url(../../images/top/linkbtn.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.flow .txtarea a:hover {
  color: #838383;
}
.flow img {
  width: 45.31%;
  position: absolute;
  top: -40px;
  right: 6.25%;
}
@media (max-width: 1024px) {
  .flow img {
    width: 100%;
    position: static;
  }
}

.news {
  margin: 160px 18.75% 0;
}
@media (max-width: 1024px) {
  .news {
    margin: 100px 20px 0;
  }
}
.news h2 {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  color: #4A2408;
  font-size: 5rem;
}
.news h2 span {
  color: #4A2408;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 4px;
  margin-left: 4px;
}
.news .newsarea {
  background-color: #F8F8F8;
  border-radius: 8px;
  padding: 60px;
  margin-top: 30px;
}
@media (max-width: 599px) {
  .news .newsarea {
    padding: 40px 20px;
  }
}
.news .newsarea ul li {
  border-bottom: 1px dotted #707070;
  margin-bottom: 40px;
}
.news .newsarea ul li a time {
  font-size: 1.1rem;
  font-weight: 500;
  color: #505050;
}
.news .newsarea ul li a p {
  font-size: 1.2rem;
  padding-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.5s;
}
.news .newsarea ul li a p:hover {
  color: #838383;
}
.news .newsarea .archive {
  font-size: 1.3rem;
  color: #4A2408;
  margin-left: auto;
  margin-right: 0;
  display: table;
  transition: 0.5s;
}
.news .newsarea .archive:hover {
  color: #838383;
}/*# sourceMappingURL=style_top.css.map */