@charset "UTF-8";
/* Scss Document */
/*=============================================================
 TOPページ設定
=============================================================*/
@media screen and (max-width:1209.9px) {
  .home.fixed #gheader {
    background-color: rgba(255, 255, 255, 0);
  }
}
.home .front {
  position: relative;
  z-index: 2;
  background: url("../image/common/bg01.png") repeat center center;
  background-color: #F7F5F2;
  overflow: hidden;
}
.home .kv-swiper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.home .kv-swiper img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  z-index: 1;
}
.home .kv-swiper .swiper-slide img {
  transition: transform 8s ease;
}
.home .kv-swiper .swiper-slide-active img {
  transform: scale(1);
}
.home #sec-kv {
  position: relative;
}
.home #sec-kv .scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 768.9px) {
  .home #sec-kv .scroll {
    display: none;
  }
}
.home #sec-kv .scroll p {
  font-size: clamp(16px, 3vw, 16px);
  margin-bottom: 100px;
}
.home #sec-kv .scroll span {
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 56px;
}
.home #sec-kv .scroll span:before {
  content: "";
  display: block;
  width: 1px;
  height: 56px;
  background-color: rgb(255, 255, 255);
  margin: 16px auto 0 auto;
  animation: scrollLine 1.5s infinite;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-top: 50px;
}
@keyframes scrollLine {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
.home #sec-kv:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../image/home/kv01_ov.png") no-repeat center center;
  background-size: cover;
  z-index: 2;
}
.home #sec-kv .inner {
  position: relative;
  color: #fff;
  z-index: 2;
}
.home #sec-kv .inner .box {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768.9px) {
  .home #sec-kv .inner .box {
    height: 900px;
  }
}
@media screen and (max-width: 768.9px) {
  .home #sec-kv .inner img {
    width: 40%;
    margin-top: -100px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-kv .inner img {
    width: auto;
    margin-bottom: 40px;
  }
}
.home #sec-kv .inner .en.tit {
  font-size: clamp(45px, 8vw, 88px);
  letter-spacing: 0.1em;
  position: relative;
  line-height: 0.65;
}
.home #sec-kv .inner .en.tit:after {
  position: absolute;
  line-height: 1;
  bottom: 0;
  left: -1.5%;
  content: "";
  display: block;
  width: 101%;
  height: 1px;
  background-color: rgb(255, 255, 255);
}
.home #sec-kv .inner .en.tit small {
  font-size: clamp(20px, 8vw, 64px);
}
.home #sec-kv .inner .ja {
  font-weight: 400;
  font-size: clamp(16px, 3vw, 24px);
}
.home #sec-kv .inner .lead {
  font-size: clamp(14px, 3vw, 18px);
  line-height: 2.5;
}
.home #sec-about {
  padding: 92px 0 0 0;
}
@media screen and (min-width: 768.9px) {
  .home #sec-about {
    padding: 184px 0 0 0;
  }
}
@media screen and (max-width: 768.9px) {
  .home #sec-about .container {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-about .container {
    width: 90%;
  }
}
.home #sec-about .container.about {
  margin: 0 auto 0 0;
}
.home #sec-about .container.about .col2-left .fade {
  width: 100%;
}
.home #sec-about .container.about .col2-right {
  padding: 32px 0 0 10%;
}
@media screen and (max-width: 768.9px) {
  .home #sec-about .container.facility {
    margin: 72px 0 0 auto;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-about .container.facility {
    margin: 144px auto 0 auto;
  }
}
.home #sec-about .container.facility .col2-right {
  padding: 32px 0 0 0;
}
.home #sec-about .col2 {
  text-align: left;
}
@media screen and (min-width: 768.9px) {
  .home #sec-about .col2 {
    display: grid;
    gap: 0px 144px;
    grid-template-columns: 60% 1fr;
    align-items: center;
  }
}
.home #sec-about .col2-left img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768.9px) {
  .home #sec-about .col2-left img {
    height: 520px;
  }
}
.home #sec-about .col2-right .lead {
  margin: 24px 0;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768.9px) {
  .home #sec-about .col2-right .lead {
    margin: 48px 0;
  }
}
.home #sec-about .slider_loop {
  margin-top: 74px;
}
@media screen and (min-width: 768.9px) {
  .home #sec-about .slider_loop {
    margin-top: 148px;
  }
}
.home #sec-style {
  padding: 81px 0 92px 0;
}
@media screen and (min-width: 768.9px) {
  .home #sec-style {
    padding: 192px 0 184px 0;
  }
}
.home #sec-style .lead {
  text-align: center;
  font-size: clamp(16px, 3vw, 18px);
  line-height: 2;
  text-align: left;
  width: 90%;
  margin: 24px auto 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768.9px) {
  .home #sec-style .lead {
    width: auto;
    margin-top: 48px;
    text-align: center;
  }
}
.home #sec-style .container {
  margin-top: 40px;
  max-width: 100%;
}
@media screen and (min-width: 768.9px) {
  .home #sec-style .container {
    width: 1520px;
    max-width: 90%;
    margin-top: 80px;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-style .col2 {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.home #sec-style .col2-item {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768.9px) {
  .home #sec-style .col2-item {
    display: block;
    margin: 4px 0 0 0;
  }
}
.home #sec-style .col2-item-txt {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768.9px) {
  .home #sec-style .col2-item-txt {
    padding: 48px 5vw;
    font-size: clamp(13px, 1.5vw, 16px);
  }
}
.home #sec-style .col2-item:hover .col2-item-txt {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home #sec-style .col2-item figure {
  position: relative;
  z-index: 2;
}
.home #sec-style .col2-item figure:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768.9px) {
  .home #sec-style .col2-item figure img {
    width: 100%;
    min-height: 350px;
    object-fit: cover;
  }
}
.home #sec-style .col2-item figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(24px, 3vw, 28px);
  color: #fff;
  line-height: 2;
}
.home #sec-style .col2-item figcaption span {
  border-bottom: 1px solid #fff;
}
.home #sec-plan {
  background-color: rgba(118, 87, 47, 0.08);
  text-align: left;
  padding: 81px 0 92px 0;
}
@media screen and (min-width: 768.9px) {
  .home #sec-plan {
    padding: 192px 0 184px 0;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-plan .sec-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-plan .swiper-wrapper {
    display: block;
    transform: none !important;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-plan .swiper-wrapper .swiper-slide {
    width: auto !important;
  }
}
@media screen and (max-width: 768.9px) {
  .home #sec-plan .col3 {
    margin: 32px 0;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-plan .col3 {
    margin-top: 64px;
    display: grid;
    gap: 0px 68px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768.9px) {
  .home #sec-plan .swiper-pagination {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-plan .swiper-pagination {
    display: none;
  }
}
.home #sec-case {
  text-align: left;
  padding: 81px 0 92px 0;
}
@media screen and (min-width: 768.9px) {
  .home #sec-case {
    padding: 192px 0 184px 0;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-case .sec-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-case .swiper-wrapper {
    display: block;
    transform: none !important;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-case .swiper-wrapper .swiper-slide {
    width: auto !important;
  }
}
@media screen and (max-width: 768.9px) {
  .home #sec-case .col3 {
    margin: 32px 0;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-case .col3 {
    margin-top: 64px;
    display: grid;
    gap: 0px 68px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768.9px) {
  .home #sec-case .swiper-pagination {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-case .swiper-pagination {
    display: none;
  }
}
.home #sec-group {
  background-color: rgba(118, 87, 47, 0.08);
  text-align: left;
  padding: 64px 0;
}
@media screen and (min-width: 768.9px) {
  .home #sec-group {
    padding: 128px 0;
  }
}
@media screen and (max-width: 768.9px) {
  .home #sec-group .container {
    max-width: 90%;
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 768.9px) {
  .home #sec-group .col2 {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-group .col2 {
    display: grid;
    gap: 0 160px;
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (max-width: 768.9px) {
  .home #sec-group .col2-left {
    margin: 32px 0 0 10%;
    order: 2;
  }
}
.home #sec-group .col2-left .lead {
  margin: 24px 0;
  font-size: clamp(14px, 3vw, 18px);
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768.9px) {
  .home #sec-group .col2-left .lead {
    margin: 48px 0;
  }
}
@media screen and (max-width: 768.9px) {
  .home #sec-group .col2-right {
    order: 1;
  }
}
.home #sec-news {
  text-align: left;
}
.home #sec-news .col2 {
  padding: 72px 0 0 0;
}
@media screen and (min-width: 768.9px) {
  .home #sec-news .col2 {
    display: grid;
    gap: 0 160px;
    grid-template-columns: 1fr 4.5fr;
    padding: 144px 0 188px 0;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-news .col2-left .com-btn {
    margin: 140px 0 0 0;
  }
}
@media screen and (max-width: 768.9px) {
  .home #sec-news .col2-right {
    margin: 28px 0;
  }
}
.home #sec-news .col2-right .list {
  border-bottom: 1px solid #CECCC2;
}
.home #sec-news .col2-right .list li {
  border-top: 1px solid #CECCC2;
}
.home #sec-news .col2-right .list li a {
  display: block;
  padding: 18px 0;
  font-size: clamp(14px, 3vw, 17px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
}
@media screen and (min-width: 768.9px) {
  .home #sec-news .col2-right .list li a {
    padding: 36px 0;
  }
}
.home #sec-news .col2-right .list li a time {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(14px, 3vw, 18px);
  color: #76572F;
  font-family: "Cormorant Infant", serif;
}
@media screen and (min-width: 768.9px) {
  .home #sec-news .col2-right .list li a time {
    margin-bottom: 20px;
  }
}
.home #sec-news .pic img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768.9px) {
  .home #sec-news .pic img {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-news .pic img {
    height: 640px;
  }
}
.home #sec-menu {
  padding: 82px 0 0 0;
}
@media screen and (min-width: 768.9px) {
  .home #sec-menu {
    padding: 164px 0 0 0;
  }
}
@media screen and (max-width: 768.9px) {
  .home #sec-menu .container {
    max-width: 95%;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-menu .col3 {
    display: grid;
    gap: 0 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.home #sec-menu .col3-item {
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 768.9px) {
  .home #sec-menu .col3-item {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768.9px) {
  .home #sec-menu .col3-item:first-of-type {
    margin-top: 0px;
  }
}
.home #sec-menu .col3-item figure {
  position: relative;
}
.home #sec-menu .col3-item figure:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.home #sec-menu .col3-item figure img {
  object-fit: cover;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768.9px) {
  .home #sec-menu .col3-item figure img {
    width: auto;
    height: 100%;
  }
}
.home #sec-menu .col3-item figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: clamp(14px, 3vw, 28px);
  color: #fff;
  line-height: 2;
  z-index: 3;
}
@media screen and (max-width: 768.9px) {
  .home #sec-menu .col3-item figure figcaption {
    align-items: center;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-menu .col3-item figure figcaption {
    margin-top: 194px;
  }
}
.home #sec-menu .col3-item figure figcaption span {
  display: block;
}
.home #sec-menu .col3-item figure figcaption span.ja {
  text-align: left;
  font-size: clamp(20px, 3vw, 28px);
  margin: 0 auto;
}
@media screen and (max-width: 768.9px) {
  .home #sec-menu .col3-item figure figcaption span.ja {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-menu .col3-item figure figcaption span.ja {
    height: 10em;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.home #sec-menu .col3-item figure figcaption span.en {
  font-size: clamp(14px, 3vw, 20px);
  line-height: 1;
}
.home #sec-menu .col3-item:hover {
  opacity: 1;
}
.home #sec-menu .col3-item:hover img {
  transform: scale(1.1);
}
.home #sec-access {
  text-align: left;
}
@media screen and (max-width: 768.9px) {
  .home #sec-access {
    margin-top: 81px;
    padding-bottom: 81px;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-access {
    margin-top: 192px;
  }
}
.home #sec-access .inner {
  position: relative;
}
@media screen and (min-width: 768.9px) {
  .home #sec-access .inner {
    padding: 0 0 184px 0;
  }
}
@media screen and (max-width: 768.9px) {
  .home #sec-access .inner .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-access .map {
    width: 67%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-access .col2 {
    display: grid;
    gap: 0 160px;
    grid-template-columns: 1fr 4.5fr;
    min-height: 520px;
  }
}
@media screen and (max-width: 768.9px) {
  .home #sec-access .col2-left {
    max-width: 90%;
    margin: 0 auto 32px auto;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-access .col2-left .com-btn {
    margin: 140px 0 0 0;
  }
}
@media screen and (max-width: 768.9px) {
  .home #sec-access .col2-right {
    max-width: 90%;
    margin: 32px auto 0 auto;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-access .col2-right {
    margin-top: 520px;
  }
}
.home #sec-access .col2-right table {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768.9px) {
  .home #sec-access .col2-right table {
    margin-top: 24px;
  }
}
.home #sec-access .col2-right table tr th {
  white-space: nowrap;
  font-weight: 400;
}
@media screen and (max-width: 768.9px) {
  .home #sec-access .col2-right table tr th {
    display: block;
    padding-top: 12px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-access .col2-right table tr th {
    padding: 24px 24px 24px 0;
    border-bottom: 1px solid #CECCC2;
  }
}
@media screen and (max-width: 768.9px) {
  .home #sec-access .col2-right table tr td {
    display: block;
    border-bottom: 1px solid #CECCC2;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 768.9px) {
  .home #sec-access .col2-right table tr td {
    padding: 24px 0;
    border-bottom: 1px solid #CECCC2;
  }
}
.home #sec-access .col2-right table tr td.en02 {
  font-size: clamp(16px, 3vw, 18px);
}
@media screen and (max-width: 768.9px) {
  .home #sec-access .col2-right table tr td small {
    display: block;
  }
}
.home #sec-access .col2-right .list {
  border-bottom: 1px solid #CECCC2;
}
.home #sec-access .col2-right .list li {
  border-top: 1px solid #CECCC2;
}
.home #sec-access .col2-right .list li a {
  display: block;
  padding: 36px 0;
  font-size: clamp(14px, 3vw, 17px);
}
.home #sec-access .col2-right .list li a time {
  display: block;
  margin-bottom: 20px;
  font-size: clamp(14px, 3vw, 18px);
  color: #76572F;
}/*# sourceMappingURL=style_home.css.map */