<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ------------------------------ */
/* 全体共通のスタイル */
/* ------------------------------ */
html {
  background-color: var(--color-bg-base);
}
body {
  line-height: 1.75;
  font-size: 16px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo,
    "sans-serif";
}
a {
  transition: all 0.2s;
}
iframe {
  border: none;
}
.sp-only {
  display: none;
}
.text-link {
  border-bottom: 1px solid;
}

.bold {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
  .sp-only {
    display: inline-block;
  }
  .pc-only {
    display: none;
  }
}
.l-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
.g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 600px;
  height: 100vh; 
  background: #000000;
  transition: all 0.6s;
  padding: 10vh 0;
}

#g-nav.panelactive {
  right: 0;
}

#g-nav-list {
  position: fixed;
  z-index: 999;
  width: 600px;
  height: calc(100vh - 10vh); 
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.g-nav__head {
  margin-bottom: 20px;
}
.g-nav__head-li {
  margin: 0 5%;
  border-bottom: 2px dashed #fff;
}
.g-nav__head-li:first-child {
  border-top: 2px dashed #fff;
}
.g-nav__head-a {
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 0 2rem;
}
.g-nav__head-a:hover {
  color: #fff000;
}
.g-nav__head-a-inter {
  padding: 0.25rem 0;
  margin: 0.25rem 2rem;
  font-size: 0.9em;
}
.g-nav__head-a--small {
  font-size: 0.5em;
  color: #fff;
}
.g-nav__foot {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.g-nav__foot-li {
  width: calc(50% - 5px);
  text-align: center;
  margin-bottom: 15px;
}
.g-nav__foot-a::before {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: url("../images/link.svg") no-repeat;
  background-size: contain;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
}
.g-nav__foot-a {
  position: relative;
  border-radius: 3rem;
  background-color: #fff;
  color: #000000;
  text-decoration: none;
  padding: 1rem 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 0.9em;
  white-space: nowrap;
}
.g-nav__foot-a:hover {
  opacity: 0.7;
}
.g-nav__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
.g-nav__title-img {
  width: 300px;
}
.g-nav__title--text {
  color: #fff;
  font-weight: bold;
}
.g-nav__title--yellow {
  color: #fff000;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.openbtn {
  position: fixed;
  z-index: 5000; 
  top: 20px;
  right: 15px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #000000;
}
.openbtn__text {
  color: #fff;
  font-size: 0.5rem;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, 0);
}
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 16px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  width: 45%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
@media screen and (max-width: 599px) {
  .openbtn {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .openbtn__text {
    color: #fff;
    font-size: 0.5rem;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    width: 45%;
  }
}

.logo {
  width: 150px;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10;
}
.header {
  position: relative;
}
.head__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.head__logo {
  width: 350px;
  position: absolute;
  top: 100px;
  left: 20%;
}
.main__text {
  text-align: end;
}
.main__text--margin {
  margin-bottom: 200px;
}
.main__title {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2rem;
  margin-bottom: 2rem;
}
.main__intro {
  color: #808080;
}
.header__page {
  padding-bottom: 440px;
}

.interview__item-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.interview__item {
  width: calc(50% - 5%);
}
.interview__item--right {
  transform: translate(0, 50%);
}
.interview__item--right-padding {
  padding-top: 200px;
}
.interview__thumb {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.interview__thumb-item {
  width: calc(100% / 3 - 10px);
}
.interview__text {
  transform: translate(0, -30%);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding: 5%;
  width: 80%;
  margin: 0 0 0 auto;
}
.interview__text--right {
  margin: 0 auto 0 0;
}
.interview__text-intro {
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
  font-size: 1.1rem;
}
.interview__text-intro::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url("../images/bubble.png") no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  transform: translate(-80%, -50%);
}
.interview__text-title {
  text-align: end;
  margin-bottom: 2rem;
}
.interview__text-desc {
  margin-bottom: 1rem;
}
.interview__text-link {
  text-align: end;
}
.interview__text-link-a {
  border-bottom: 1px solid;
  font-size: 0.8rem;
}

.illust--sun {
  position: absolute;
  width: 35px;
  bottom: 29%;
  right: 25%;
}
.illust--cloud {
  position: absolute;
  width: 47px;
  right: 20%;
  bottom: 28%;
}
.illusu--cloud2 {
  position: absolute;
  width: 50px;
  right: 22%;
  bottom: 27%;
}
.illust--parents {
  position: absolute;
  width: 100px;
  right: 28%;
  bottom: 20%;
}
.illust--man {
  position: absolute;
  width: 67px;
  right: 23%;
  bottom: 19%;
}
@media screen and (max-width: 1024px) {
  .g-nav {
    width: 100%;
    padding: 0;
  }
  #g-nav-list {
    width: 100%;
    padding: 100px 0;
  }
  .header__page {
    padding-bottom: 200px;
  }
  .head__logo {
    width: 200px;
    position: absolute;
    top: 100px;
    left: 20%;
  }
  .interview__text {
    transform: translate(0, -10%);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    padding: 5%;
    width: 100%;
    margin: 0 0 0 auto;
  }
  .interview__item--right {
    transform: translate(0, 40%);
  }
}
@media screen and (max-width: 599px) {
  .main__text--margin {
    margin-bottom: 0px;
  }
  .g-nav__title-img {
    width: 160px;
  }
  .head__logo {
    width: 130px;
    position: absolute;
    top: 70px;
    left: 10%;
  }
  .header__page {
    padding-bottom: 200px;
  }
  .main__text {
    margin-bottom: 30px;
  }
  .main__title {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .main__intro {
    font-size: 0.8rem;
  }
  .interview__text {
    transform: translate(0, -10%);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    padding: 5%;
    width: 100%;
    margin: 0 0 0 auto;
  }
  .interview__img {
    width: 80%;
  }
  .interview__img--right {
    margin: 0 0 0 auto;
  }
  .interview__item {
    width: 100%;
  }
  .interview__item--right {
    transform: translate(0, 0);
  }
  .interview__item--right-padding {
    padding-top: 0;
  }
  .g-nav__foot-a {
    font-size: 0.6rem;
    padding: 0.8rem 1rem;
  }
  .g-nav__foot-a::before {
    background: none;
  }
  .interview__item-wrap {
    padding: 0 20px 200px;
  }
  .interview__item-wrap--bottom {
    padding: 0 20px 0;
  }
  .illust--sun {
    position: absolute;
    width: 35px;
    bottom: 8%;
    right: 30%;
  }
  .illust--cloud {
    position: absolute;
    width: 47px;
    right: 15%;
    bottom: 7%;
  }
  .illusu--cloud2 {
    position: absolute;
    width: 50px;
    right: 22%;
    bottom: 6%;
  }
  .illust--parents {
    position: absolute;
    width: 100px;
    right: auto;
    left: 10%;
    bottom: 3%;
  }
  .illust--man {
    position: absolute;
    width: 67px;
    right: auto;
    left: 45%;
    bottom: 1%;
  }
  .logo {
    width: 100px;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10;
  }
}
.catch__foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transform: translate(0, -60%);
}
.catch__text {
  width: calc(50% - 5%);
  background-color: rgba(255, 255, 255, 0.88);
  border-radius: 30px;
  padding: 3%;
}
.catch__thumb {
  width: calc(50% - 5%);
  display: flex;
}
.catch__text-note {
  text-align: end;
  font-size: 0.8rem;
  margin-top: 1rem;
}
.catch__text-title {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1rem;
}
.catch__foot-revers {
  flex-direction: row-reverse;
}
.spot__title-lead {
  font-size: 1.5rem;
  position: relative;
  padding: 0 1rem;
  display: inline-block;
}
.spot__title-lead::before {
  position: absolute;
  width: 1px;
  height: 80%;
  background-color: #000000;
  transform: rotate(-30deg);
  top: 0;
  left: 0;
  content: "";
}
.spot__title-lead::after {
  position: absolute;
  width: 1px;
  height: 80%;
  background-color: #000000;
  transform: rotate(30deg);
  top: 0;
  right: 0;
  content: "";
}
.spot__title {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.apot__title--large {
  font-size: 6rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  line-height: 1;
  padding-right: 2rem;
}
.spot__content {
  position: relative;
}
.spot__content::before {
  position: absolute;
  width: 25vw;
  height: 25vw;
  border-radius: 50%;
  z-index: -1;
  top: -5%;
  left: 0;
  content: "";
}
.spot__content::after {
  position: absolute;
  width: 25vw;
  height: 25vw;
  border-radius: 50%;
  z-index: -1;
  bottom: 5%;
  right: 0;
  content: "";
}
.spot__item-img img {
  border-radius: 6px;
}
.spot__item-title {
  text-align: center;
  font-size: 1.3rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-bottom: 1rem;
}
.spot__item-note {
  font-size: 0.8rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.spot__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 890px;
  margin: 0 5% 0 auto;
  position: relative;
}
.spot__wrap::before {
  width: 80%;
  height: 80%;
  top: 3%;
  right: -5%;
  position: absolute;
  content: "";
  z-index: -1;
}
.spot__item {
  width: calc(100% / 3 - 3%);
}
.spot__item-img {
  margin-bottom: 1rem;
}
.spot__item-desc {
  margin-bottom: 1rem;
}
.spot__item--arrow {
  position: relative;
}
.spot__item--arrow::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 70%;
  bottom: -15%;
  left: 50%;
  background-color: #000000;
}
.spot__item--arrow::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 30px;
  bottom: -15%;
  left: 50%;
  transform: rotate(-45deg);
  transform-origin: 0 0;
  background-color: #000000;
}
@media screen and (max-width: 1024px) {
  .catch__thumb {
    width: 50%;
    display: flex;
  }
  .spot__content::before {
    position: absolute;
    width: 30vw;
    height: 30vw;
    border-radius: 50%;
    z-index: -1;
    top: -2%;
    left: 0;
    content: "";
  }
  .spot__content::after {
    position: absolute;
    width: 30vw;
    height: 30vw;
    border-radius: 50%;
    z-index: -1;
    bottom: 5%;
    right: 0;
    content: "";
  }
  .spot__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 890px;
    margin: 0 0 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 599px) {
  .catch__text {
    width: 70%;
    background-color: rgba(255, 255, 255, 0.88);
    border-radius: 30px;
    padding: 0;
  }
  .catch__thumb {
    width: calc(30% - 3%);
    display: flex;
    flex-direction: column;
    padding: 0 0;
  }
  .catch__foot {
    align-items: flex-end;
    transform: translate(0, 0);
    margin-bottom: 60px;
  }
  .spot__item {
    width: 100%;
  }
  .spot__title {
    font-size: 1rem;
  }
  .spot__content::before {
    position: absolute;
    width: 70vw;
    height: 70vw;
    border-radius: 50%;
    z-index: -1;
    top: -1%;
    left: 0;
    content: "";
  }
  .spot__content::after {
    position: absolute;
    width: 70vw;
    height: 70vw;
    border-radius: 50%;
    z-index: -1;
    bottom: 2%;
    right: 0;
    content: "";
  }
  .spot__wrap::before {
    width: 100%;
    height: 80%;
    top: 3%;
    right: -5%;
    position: absolute;
    content: "";
    z-index: -1;
  }
  .spot__item-title {
    text-align: left;
    font-size: 1.1rem;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin-bottom: 1rem;
    width: calc(50% - 10px);
    white-space: nowrap;
  }
  .spot__item-img {
    width: 50%;
  }
  .spot__item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .spot__item-head--revers {
    flex-direction: row-reverse;
  }
  .spot__item-note {
    margin-bottom: 4rem;
  }
  .catch__text-title {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
}
.house {
  margin-bottom: 100px;
}
.house__text-wrap {
  width: 55%;
  margin: 0 0 0 auto;
}
.house__title {
  font-size: 7rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  line-height: 1;
}
.house__text {
  margin-top: 200px;
  padding-bottom: 60px;
  font-size: 1.5rem;
  line-height: 2.3;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.house__text-inner {
  background-color: #fff;
  padding: 0.3rem;
}
.house__content {
  background-position: left bottom;
  position: relative;
}
.house__content::after {
  content: "";
  position: absolute;
  width: 10vw;
  height: 10vw;
  top: -20%;
  border-radius: 50%;
  right: 5%;
}
.house__content::before {
  content: "";
  position: absolute;
  width: 15vw;
  height: 15vw;
  top: -15%;
  border-radius: 50%;
  right: 10%;
}
.spot {
  margin-bottom: 200px;
}
.btnarrow {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  text-decoration: none;
  outline: none;
  font-size: 0.8rem;
  padding-left: 8rem;
}
.btnarrow::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 15%;
  width: 85%;
  height: 1px;
  background: #333;
  transition: all 0.3s;
}
.btnarrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 15px;
  height: 1px;
  background: #333;
  transform: rotate(35deg);
  transition: all 0.3s;
}
.btnarrow:hover::before {
  left: 20%;
}
.btnarrow:hover::after {
  right: -5%;
}
.bukken_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cv {
  padding: 100px 0;
  margin-bottom: 60px;
}
.cv__title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.cv__slide-wrap {
  position: relative;
  height: 300px;
  margin: 30px auto 60px;
}
@media screen and (max-width: 1024px) {
  .house__title {
    font-size: 6rem;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    line-height: 1;
    text-align: end;
  }
  .house__text-wrap {
    width: 60%;
    margin: 0 0 0 auto;
  }
  .house__text {
    margin-top: 100px;
    padding-bottom: 60px;
    font-size: 1.2rem;
    line-height: 2.3;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }
}
@media screen and (max-width: 599px) {
  .spot {
    margin-bottom: 101px;
  }
  .house {
    margin-bottom: 0;
  }
  .house__content::before {
    content: "";
    position: absolute;
    width: 40vw;
    height: 40vw;
    top: -15%;
    border-radius: 50%;
    right: 10%;
  }
  .house__content::after {
    content: "";
    position: absolute;
    width: 20vw;
    height: 20vw;
    top: -20%;
    border-radius: 50%;
    right: 5%;
  }
  .house__title {
    font-size: 4rem;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    line-height: 1;
    text-align: end;
  }
  .house__text-wrap {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .house__text {
    margin-top: 70px;
    padding-bottom: 60px;
    font-size: 1rem;
    line-height: 2.3;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }
  .cv__title {
    font-size: 1.1rem;
  }
  .cv__slide-wrap {
    margin: 20px auto;
    height: 240px;
  }
  .cv {
    padding: 60px 0 10px;
    margin-bottom: 30px;
  }
}
.footer {
  position: relative;
}
.foot__item {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.foot__logo {
  max-width: 350px;
}
.foot__inner {
  max-width: 980px;
  margin: 0 0 100px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot__foot-logo {
  width: 200px;
  margin-right: 3rem;
}
.foot__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}
.foot__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(60% - 5%);
}
.foot__title {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2rem;
  line-height: 1;
  width: 40%;
}
.foot__title--small {
  font-size: 1rem;
}
.foot__list-item:hover {
  border-bottom: 1px solid;
}
@media screen and (max-width: 1024px) {
  .foot__logo {
    max-width: 150px;
    margin: 0 auto 30px;
  }
  .foot__inner {
    max-width: 980px;
    margin: 0 0 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .foot__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(60% - 5%);
  }
  .foot__title {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 2rem;
    line-height: 1;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .foot__foot {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .foot__foot {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
    flex-direction: column;
    text-align: center;
  }
  .foot__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .foot__title {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1rem;
    line-height: 1.7;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .foot__foot-logo {
    width: 150px;
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
  .foot__title--small {
    font-size: 0.8rem;
  }
  .foot__copy {
    font-size: 0.5rem;
  }
}
.all-wrap {
  overflow: hidden;
}
</pre></body></html>