<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&amp;display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.u_page h2 {
  margin-bottom: 0 !important;
  text-align: center;
  font-weight: normal !important;
}
.u_page h2:after {
  display: none !important;
}

.main {
  position: relative;
}
.main .area_main {
  display: flex;
}
@media all and (max-width: 896px) {
  .main .area_main {
    flex-wrap: wrap;
  }
}
.main .area_main li {
  width: 50%;
  height: 500px;
}
@media all and (max-width: 896px) {
  .main .area_main li {
    width: 100%;
    height: 200px;
  }
}
.main h2 {
  font-family: 'Lusitana', serif;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  font-size: 8rem;
  letter-spacing: 10px;
}
@media all and (max-width: 480px) {
  .main h2 {
    font-size: 4rem;
    top: 45%;
  }
}

.intro {
  padding: 80px 0;
  text-align: center;
}
@media all and (max-width: 480px) {
  .intro {
    padding: 40px 0;
  }
}
.intro h2 {
  font-family: 'Lusitana', serif;
  font-size: 5rem;
  line-height: 1.5em;
  text-align: center;
}
.intro h2:first-letter {
  color: #C94920;
}
.intro &gt; p {
  font-size: 1.2rem;
  letter-spacing: 3px;
}

.concept .area_concept {
  display: flex;
  flex-wrap: wrap;
}
.concept .area_concept li {
  width: calc(100% / 6);
  position: relative;
  height: 600px;
}
@media all and (max-width: 896px) {
  .concept .area_concept li {
    width: calc(100% / 3);
    height: 300px;
  }
}
@media all and (max-width: 480px) {
  .concept .area_concept li {
    height: 200px;
  }
}
.concept .area_concept li p {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 3rem;
  font-family: 'Nothing You Could Do', cursive;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.concept .area_concept li p:first-letter {
  font-size: 120%;
}
@media all and (max-width: 480px) {
  .concept .area_concept li p {
    top: 45%;
    text-align: center;
    font-size: 2rem;
    margin: 0 auto;
  }
}

.life {
  padding: 100px 0;
}
@media all and (max-width: 480px) {
  .life {
    padding: 50px 0;
  }
}
.life .area_title {
  text-align: center;
}
.life .area_title &gt; p {
  font-size: 3.5rem;
  line-height: 1.5em;
  letter-spacing: 3px;
  margin-bottom: 30px;
  color: #C94920;
  font-family: 'Nothing You Could Do', cursive;
}
@media all and (max-width: 480px) {
  .life .area_title &gt; p {
    margin-bottom: 10px;
  }
}
.life .area_title h2 {
  font-family: 'Lusitana', serif;
}
@media all and (max-width: 480px) {
  .life .area_title h2 img {
    height: 50px;
  }
}
.life .area_life {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  max-width: 1200px;
}
@media all and (max-width: 896px) {
  .life .area_life {
    flex-wrap: wrap-reverse;
  }
}
.life .area_life .sec_txt {
  width: calc(60% - 50px);
}
@media all and (max-width: 896px) {
  .life .area_life .sec_txt {
    width: 100%;
    margin-top: 50px;
  }
}
.life .area_life .sec_txt h3 {
  font-family: 'Lusitana', serif;
  font-size: 3.5rem;
  line-height: 1.6em;
  margin-bottom: 40px;
}
@media all and (max-width: 480px) {
  .life .area_life .sec_txt h3 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.life .area_life .sec_txt p {
  line-height: 2.5em;
}
.life .area_life .sec_img {
  width: 40%;
  margin-top: -30px;
}
@media all and (max-width: 896px) {
  .life .area_life .sec_img {
    width: 100%;
    text-align: center;
  }
}

.link {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 896px) {
  .link.reverse {
    flex-wrap: wrap-reverse;
  }
}
.link .area_title {
  background: #C94920;
  color: #fff;
  font-size: 5rem;
  line-height: 1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lusitana', serif;
  text-align: center;
}
@media all and (max-width: 896px) {
  .link .area_title {
    width: 100%;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    padding: 30px 20px 10px 20px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 480px) {
  .link .area_title {
    font-size: 4rem;
  }
}
.link .area_title span {
  display: block;
  font-size: 1.6rem;
}
.link .area_title.brown {
  background: #7E6854;
}
.link .area_link {
  width: calc(100% - 200px);
}
@media all and (max-width: 896px) {
  .link .area_link {
    width: 100%;
  }
}
.link .area_link ul {
  display: flex;
  flex-wrap: wrap;
}
.link .area_link ul li {
  width: 75%;
}
@media all and (max-width: 896px) {
  .link .area_link ul li {
    width: 100%;
  }
}
.link .area_link ul li.last {
  width: 25%;
}
@media all and (max-width: 896px) {
  .link .area_link ul li.last {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .link .area_link ul li.last a {
    display: flex;
  }
}
.link .area_link ul li.last a .img {
  height: 150px;
}
@media all and (max-width: 896px) {
  .link .area_link ul li.last a .img {
    width: 50%;
    height: 250px;
  }
}
@media all and (max-width: 480px) {
  .link .area_link ul li.last a .img {
    height: 200px;
  }
}
.link .area_link ul li.last a .txt {
  height: 450px;
}
@media all and (max-width: 896px) {
  .link .area_link ul li.last a .txt {
    width: 50%;
    height: 250px;
  }
}
@media all and (max-width: 480px) {
  .link .area_link ul li.last a .txt {
    height: 200px;
  }
}
.link .area_link ul li.wide {
  width: 100%;
}
@media all and (max-width: 896px) {
  .link .area_link ul li.wide.reverse a {
    flex-wrap: wrap;
  }
  .link .area_link ul li.wide.reverse a .img {
    order: 2;
  }
  .link .area_link ul li.wide.reverse a .txt {
    order: 1;
  }
}
.link .area_link ul li.wide a {
  display: flex;
}
@media all and (max-width: 896px) {
  .link .area_link ul li.wide a:before {
    top: 50%;
    left: 0;
    right: 0;
    background: #C94920;
  }
}
.link .area_link ul li.wide a .img, .link .area_link ul li.wide a .txt {
  height: 250px;
}
@media all and (max-width: 480px) {
  .link .area_link ul li.wide a .img, .link .area_link ul li.wide a .txt {
    height: 200px;
  }
}
.link .area_link ul li.wide a .img {
  width: 75%;
}
@media all and (max-width: 896px) {
  .link .area_link ul li.wide a .img {
    width: 50%;
  }
}
.link .area_link ul li.wide a .txt {
  width: 25%;
}
@media all and (max-width: 896px) {
  .link .area_link ul li.wide a .txt {
    width: 50%;
  }
}
.link .area_link ul li a {
  position: relative;
  display: block;
  pointer-events: none;
}
.link .area_link ul li a.arrow_:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  position: absolute;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .link .area_link ul li a.arrow_:before {
    width: 30px;
  }
}
.link .area_link ul li a.arrow_.left:before {
  top: 50%;
  left: 0;
  right: 0;
  background: #C94920;
}
.link .area_link ul li a.arrow_.right:before {
  top: 50%;
  left: 0;
  right: 0;
  background: #fff;
}
.link .area_link ul li a.arrow_.top:before {
  top: 125px;
  left: 10vw;
  right: auto;
  background: #fff;
  width: 1px;
  height: 50px;
  z-index: 1;
}
@media all and (max-width: 896px) {
  .link .area_link ul li a.arrow_.top:before {
    width: 50px;
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
    background: #fff;
  }
}
@media all and (max-width: 480px) {
  .link .area_link ul li a.arrow_.top:before {
    width: 30px;
  }
}
.link .area_link ul li a.flex {
  display: flex;
  height: 300px;
}
@media all and (max-width: 896px) {
  .link .area_link ul li a.flex {
    height: 250px;
  }
}
@media all and (max-width: 480px) {
  .link .area_link ul li a.flex {
    height: 200px;
  }
}
.link .area_link ul li a.flex .img {
  width: 50%;
}
.link .area_link ul li a.flex .txt {
  width: 50%;
}
.link .area_link ul li a .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'Lusitana', serif;
  padding: 30px;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  .link .area_link ul li a .txt {
    padding: 20px;
  }
}
.link .area_link ul li a .txt.white {
  background: #F0EFEB;
}
.link .area_link ul li a .txt.orange {
  background: #C94920;
  color: #fff;
}
.link .area_link ul li a .txt.brown {
  background: #7E6854;
  color: #fff;
}
.link .area_link ul li a .txt &gt; div {
  width: 100%;
}
.link .area_link ul li a .txt &gt; div .no {
  font-size: 2rem;
}
.link .area_link ul li a .txt &gt; div .copy {
  margin: 20px auto;
  text-align: center;
}
@media all and (max-width: 480px) {
  .link .area_link ul li a .txt &gt; div .copy {
    margin: 15px auto;
    line-height: 1.5em;
  }
}
.link .area_link ul li a .txt &gt; div .title {
  font-size: 3rem;
  letter-spacing: 5px;
}
@media all and (max-width: 480px) {
  .link .area_link ul li a .txt &gt; div .title {
    font-size: 2.5rem;
  }
}
.link .area_link ul li a .txt &gt; div .title span {
  font-size: 1.5rem;
  position: relative;
  top: -10px;
}

.movie {
  padding: 100px 0;
  background: #F0EFEB;
  text-align: center;
}
@media all and (max-width: 480px) {
  .movie {
    padding: 50px 0;
  }
}
.movie h2 {
  font-size: 4rem;
  font-family: 'Lusitana', serif;
}
.movie h2:first-letter {
  color: #C94920;
}
.movie &gt; p {
  margin-top: 15px;
}
.movie .area_movie {
  display: flex;
  flex-wrap: wrap;
}
.movie .area_movie .sec_movie {
  margin-top: 30px;
  padding: 30px;
  box-sizing: border-box;
  width: 50%;
}
@media all and (max-width: 896px) {
  .movie .area_movie .sec_movie {
    width: 100%;
  }
  .movie .area_movie .sec_movie.sp_change.brown {
    background: #C94920;
  }
  .movie .area_movie .sec_movie.sp_change.orange {
    background: #7E6854;
  }
}
@media all and (max-width: 480px) {
  .movie .area_movie .sec_movie {
    padding: 10px;
  }
}
.movie .area_movie .sec_movie.brown {
  background: #7E6854;
}
.movie .area_movie .sec_movie.orange {
  background: #C94920;
}
.movie .area_movie .sec_movie.gray {
  background: #666;
  display: flex;
  width: 100%;
  padding: 0;
}
@media all and (max-width: 480px) {
  .movie .area_movie .sec_movie.gray {
    flex-wrap: wrap;
  }
}
.movie .area_movie .sec_movie.gray p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 0;
}
@media all and (max-width: 480px) {
  .movie .area_movie .sec_movie.gray p {
    width: 100%;
    padding: 10px;
  }
}
.movie .area_movie .sec_movie.gray .iframe {
  padding: 0;
  width: 50%;
}
@media all and (max-width: 480px) {
  .movie .area_movie .sec_movie.gray .iframe {
    width: 100%;
  }
}
.movie .area_movie .sec_movie.gray .iframe iframe {
  height: 200px;
}
.movie .area_movie .sec_movie p {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8em;
}
.movie .area_movie .sec_movie .iframe {
  width: 100%;
}
.movie .area_movie .sec_movie .iframe iframe {
  width: 100%;
}
@media all and (max-width: 480px) {
  .movie .area_movie .sec_movie .iframe iframe {
    height: 200px;
  }
}

.cv_okaidoku {
  text-align: center;
  padding: 30px 0;
}
.cv_okaidoku p {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.cv_okaidoku a {
  text-align: center;
}
.cv_okaidoku a img {
  max-width: 600px;
}

.cv {
  background: #C94920;
  padding: 30px 0;
}
.cv ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cv ul li {
  width: calc(25% - 20px);
  margin: 10px;
}
@media all and (max-width: 896px) {
  .cv ul li {
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 480px) {
  .cv ul li {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
.cv ul li a {
  display: block;
  width: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  color: #C94920;
}
@media all and (max-width: 480px) {
  .cv ul li a {
    padding: 15px;
  }
}
</pre></body></html>