html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
}
/******************************************
  追従ボタン
******************************************/
.follow__container {
  width: 0;
  height: 100%;
  position: fixed;
  top: 0;
  right: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.follow__box {
  color: #fff !important;
  margin: 0 0 20px 0;
}
.follow__box * {
  color: #fff !important;
}
.follow__box:nth-last-child(1) {
  margin: 0 0 0 0;
}

/* VR見学会 */
.follow__box--vr {
  width: 135px;
  height: 135px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #6586ac;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* display: none; */
}
.follow-v__box--icon {
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 0 8px 0;
}
.follow-v__box--icon img {
  width: 100%;
}
.follow-v__box--title {
  font-size: 15px;
  text-align: center;
  line-height: 1.25 !important;
}

/* お問い合わせ */
.follow__box--contact {
  width: 180px;
  height: 65px;
  box-sizing: border-box;
  border-radius: 35px;
  background-color: #245b3d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.follow-c__title--box {
  display: flex;
  justify-content: space-between;
  width: 124px;
  margin: 4px 0 3px 0;
}
.follow-c__title--icon {
  display: block;
  width: 24px;
  height: auto;
}
.follow-c__title--icon img {
  width: 100%;
}
.follow-c__title--text {
  font-size: 18px;
}
.follow-c__text--box {
}
.follow-c__text--text {
  font-size: 12px;
  line-height: 1 !important;
}
/* vr見学会開催中削除項目 */
.follow__box--vr {
  display: none;
}
/******************************************
                    sub-visual
******************************************/
.sub-visual {
  position: relative;
}
.sub-visual::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgb(70, 140, 70);
  z-index: 1;
  opacity: 0.3;
}
.sub-visual h1 {
  z-index: 2;
}
#lightcase-overlay {
  background-color: rgb(162, 197, 162) !important;
}
/******************************************
                    body
******************************************/
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  animation: fadeIn 1s ease-in-out 0s 1 normal;
  -webkit-animation: fadeIn 1s ease-in-out 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/******************************************
                    ロード画面
******************************************/
#loader {
  opacity: 1;
  position: fixed;
  z-index: 100000000;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: rgb(125, 170, 125);
  top: 0;
  left: 0;
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  display: flex;
  justify-content: space-between;
}
.spinner > div {
  height: 100vh;
  background-color: #fff;
  height: 100%;
  width: 5px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/************************************
画面サイズが1000pxからはここを読み込む　
************************************/
@media screen and (min-width: 1000px) {
  body {
    font-family: yu-mincho-pr6, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
  }
}
/************************************
画面サイズが1000px以下はここを読み込む　
************************************/
@media screen and (max-width: 999px) {
  body {
    font-family: yu-mincho-pr6, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    width: 1000px;
  }
}
/******************************************
                header-nav
******************************************/
.nav-menu {
  background-color: rgb(125, 170, 125);
  background-color: rgb(162, 197, 162);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  display: none;
  z-index: 9999;
}
.nav-menu .menu-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
}
.nav-menu h1 {
  font-size: 20px;
  color: white;
  margin: 0px 0 50px 200px;
  letter-spacing: 5px;
}
.nav-menu h1 span {
  font-size: 26px;
  letter-spacing: 10px;
  color: white;
}
header .sns-button {
  height: 30px;
  margin: 20px 0 0 200px;
}
header .sns-button a {
  margin: 0 50px 0 0;
}
header .sns-button a img {
  height: 100%;
}
/******************************************
                  nav-menu
******************************************/
nav {
  display: flex;
  margin: 0 0 0px 0;
}
nav .nav1 {
  font-size: 16px;
  margin: 0 80px 0 200px;
}
nav .nav1 li {
  margin: 0 0 30px 0;
}
nav .nav2 {
  font-size: 16px;
  margin: 0 0 0 0;
}
nav .nav2 li {
  margin: 0 0 30px 0;
}
.nav-menu a {
  color: white;
  text-decoration: none;
}
/******************************************
               hamburger-menu
******************************************/
.hamburger-menu {
  width: 50px;
  height: 40px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 99999;
  cursor: pointer;
}
.hamburger-menu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  transition: all 0.3s;
  z-index: 2;
}
.hamburger-menu span:nth-child(1) {
  top: 0;
  left: 0;
}
.hamburger-menu span:nth-child(2) {
  top: 19px;
  right: 0;
}
.hamburger-menu span:nth-child(3) {
  bottom: 0;
  right: 0;
}
.circle {
  opacity: 0.25;
  background-color: #fff !important;
  width: 250px !important;
  height: 250px !important;
  transform-origin: 51% 48%;
  border-radius: 100%;
  animation: rotation 10s infinite linear;
  z-index: 1 !important;
  top: -155px !important;
  right: -155px !important;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/******************************************
        hamburger-menu(クリック後処理)
******************************************/
.ham-toggle span:nth-of-type(1) {
  transform: translateY(19px) rotate(-315deg);
  background-color: #fff;
}
.ham-toggle span:nth-of-type(2) {
  display: none;
}
.ham-toggle span:nth-of-type(3) {
  transform: translateY(-19px) rotate(315deg);
  background-color: #fff;
}
/******************************************
                   logo
******************************************/
.logo {
  position: fixed;
  width: 200px;
  height: fit-content;
  top: 30px;
  left: 30px;
  z-index: 9999;
}
.logo img {
  width: 100%;
  height: auto;
}
/******************************************
                main-visual
******************************************/

.movie_pc {
  display: block;
}
.movie_sp {
  display: none;
}

.main-visual {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: -1 !important;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  top: 0;
  left: 0;
  background-color: rgb(125, 170, 125, 0.5);
}
.main-visual .video {
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  width: 178vh;
}
.video__sp {
  display: none;
}
.main-visual .video-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(125, 170, 125, 0.5);
  opacity: 0;
  transition: all 0.5s;
}
.main-visual .filter-on {
  opacity: 1;
  transition: all 0.5s;
}
.scroll-nav {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-decoration: none;
  color: white;
  transition: ease-in-out 4s;
  opacity: 0;
}
.scroll-nav {
  padding-top: 60px;
}
.scroll-nav span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll-nav span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.scroll-nav-none {
  transition: ease-in-out 0.5s;
  opacity: 0;
}
@media all and (-ms-high-contrast: none) {
  .main-visual {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(125, 170, 125);
  }
  .main-visual .video-filter {
    background-color: rgb(125, 170, 125);
  }
  .main-visual .filter-on {
    opacity: 0.5;
    transition: all 0.5s;
  }
  .main-visual .video {
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 178vh;
  }
}
/******************************************
                    main
******************************************/
.main-box {
  height: 100vh;
  width: 100%;
  position: relative;
}
.usi-box {
  width: 85%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.usi-box img {
  width: 100%;
  height: auto;
}
/******************************************
                  concept
******************************************/
.concept {
  width: 85%;
  margin: 0 auto 100px auto;
  font-family: yu-mincho-pr6, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.concept h1 {
  padding: 100px 0 60px 0;
  font-size: 60px;
  color: #fff;
  white-space: nowrap;
}
.concept p {
  line-height: 65px;
  margin: 0 0 50px 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
}
.concept .concept-box p span {
  margin: 5px 0 5px -10px;
  color: #fff;
  font-size: 28px;
  letter-spacing: 5px;
}
.concept .more-button {
  display: inline-block;
  width: 250px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: solid 1px #040;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #010;
  background-color: rgb(255, 255, 255, 0.3);
}
/******************************************
            代表の思い（about）
******************************************/
.about {
  height: fit-content;
  padding: 100px 0 100px 0;
  position: relative;
  overflow: hidden;
}
.about .bg-text1 {
  position: absolute;
  white-space: nowrap;
  animation: loop 40s linear infinite;
  font-size: 150px;
  color: rgb(39, 72, 47, 0.3);
  top: 20%;
}
.about .bg-text2 {
  position: absolute;
  font-size: 120px;
  color: rgb(39, 72, 47, 0);
  -webkit-text-stroke: 2px rgb(39, 72, 47, 0.5);
  bottom: 20%;
  white-space: nowrap;
  transform-origin: left top;
  animation: loop 60s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.about .about-box {
  width: 80vw;
  height: 80vw;
  max-width: 600px;
  max-height: 600px;
  margin: 0 auto 0 auto;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  background-color: rgb(39, 72, 47, 0.5);
  display: flex;
  align-items: center;
  transition: ease-in-out 0.5s;
}
.about .about-box:hover {
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background-color: rgb(39, 72, 47, 0.8);
}
.about .about-box .about-text {
  margin: 0 auto 0 auto;
  width: 80%;
  height: 80%;
  position: relative;
}
.about .about-box .about-text h3 {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.about .about-box .about-text p:nth-child(2) {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 45px;
  transform: translateY(-50%);
  color: #fff;
}
.about .about-box .about-text .name {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 30px 0 0 auto;
}
.name span {
  color: #fff;
}
/******************************************
            banner(展示会・見学会)
******************************************/
/************************************
画面サイズが1000pxからはここを読み込む　
************************************/
@media screen and (min-width: 1000px) {
  .banner-box {
    width: 90%;
    margin: 100px auto 0px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .banner-box a {
    display: block;
    width: 47.5%;
    height: auto;
    margin: 20px auto;
    position: relative;
  }
  .banner-box a:hover::before {
    opacity: 0.25;
  }
  .banner-box a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
  }
  .banner-box a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .banner-box .tv-img {
    display: block;
    width: 47.5%;
    max-width: 475px;
    max-width: 1000px;
    position: relative;
    margin: 20px 0;
  }
  .banner-box .tv-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 33.333%;
    background-color: #fff;
    opacity: 0.2;
  }
  .banner-box .tv-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(icon/mv-button3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px auto;
    opacity: 0.5;
    transition: ease-in-out 0.5s;
  }
  .banner-box .tv-img:hover::after {
    opacity: 1;
  }
  .banner-box .tv-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/************************************
画面サイズが1000px以下はここを読み込む　
************************************/
@media screen and (max-width: 999px) {
  .banner-box {
    width: 90%;
    margin: 50px auto 100px auto;
  }
  .banner-box a {
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 20px auto;
    position: relative;
  }
  .banner-box a:hover::before {
    opacity: 0.25;
  }
  .banner-box a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
  }
  .banner-box a img {
    display: block;
    width: 100%;
    height: auto;
  }
}
/******************************************
                    work
******************************************/
.work {
  margin: 0 0 50px 0;
  overflow: hidden;
}
.work-nav {
  width: 85%;
  margin: auto;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.work-nav-box {
  height: 100%;
  width: fit-content;
  padding: 50px;
  background-color: rgb(101, 156, 50, 0.6);
  background-color: rgb(162, 197, 162);
  margin: 0px auto 70px;
}
.work-nav-box span {
  display: inline-block;
  color: #fff;
  font-size: 50px;
}
.work-nav-box p {
  margin: auto;
  line-height: 40px;
  color: white;
  width: fit-content;
  transform: translateY(20%);
}
.work-nav .process-nav {
  width: fit-content;
  margin: 0 auto;
}
.work-nav h1 {
  font-size: 100px;
  font-family: roboto, sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #fff;
}
/************************************
画面サイズが1025pxからはここを読み込む　
************************************/
@media screen and (min-width: 1025px) {
  .work-container2 {
    margin: 100px auto 100px auto;
    width: 85%;
    height: 40vw;
    display: flex;
    position: relative;
  }
  .work-container2 .img-box {
    width: 60vw;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: ease-in-out 1s;
    pointer-events: none;
  }
  .fadein.normal.active {
    opacity: 1;
  }
  .work-container2 .work-box {
    width: 30vw;
    min-width: 370px;
    max-width: 500px;
    height: 100px;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 100;
  }
  .work-container2 .work-bg {
    width: 500px;
    height: 80vw;
    background-color: rgb(162, 197, 162);
    transform-origin: right bottom 0;
    transform: rotate(45deg);
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .work-container2 .work-box:hover + .img-box {
    opacity: 1;
  }
  .work-container2 .work-box:nth-child(2) {
    top: 40%;
    transform: translateY(-150px);
  }
  .work-container2 .work-box:nth-last-child(2) {
    top: 40%;
    transform: translateY(150px);
  }
  .work-container2 .work-box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: ease-in-out 0.5s;
  }
  .work-container2 .work-box:hover::before {
    opacity: 0.5;
  }
  .work-container2 .work-box:hover > p span:nth-child(2) {
    transform: translate(50%, -5px);
  }
  .work-container2 .img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .work-container2 .work-box p {
    width: 100%;
    height: 100%;
    border-bottom: solid 2px rgb(255, 162, 0, 0.7);
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  .work-container2 .work-box p span {
    display: inline-block;
    position: absolute;
    color: #fff;
  }
  .work-container2 .work-box p span:nth-child(1) {
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0%);
    font-size: 18px;
    letter-spacing: 2px;
    background-color: rgb(255, 162, 0, 0.7);
    padding: 1px;
  }
  .work-container2 .work-box p span:nth-child(2) {
    right: 50%;
    transform: translateX(50%);
    bottom: 30px;
    font-size: 20px;
    width: fit-content;
    max-width: 100%;
    transition: ease-in-out 0.3s;
  }
  .work-container2 .work-box p span:nth-child(3) {
    top: 15px;
    left: 0;
    letter-spacing: 2px;
  }
}
/************************************
画面サイズが1024px以下はここを読み込む　
************************************/
@media screen and (max-width: 1024px) {
  .work-container2 {
    margin: 0px auto 100px auto;
    position: relative;
  }
  .work-container2 .img-box {
    display: block;
    width: 500px;
    height: 330px;
    overflow: hidden;
    margin: -80px auto 50px auto;
    position: relative;
    z-index: 1;
  }
  .work-container2 .work-box {
    display: block;
    width: 500px;
    height: 150px;
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 2;
  }
  .work-container2 .work-bg {
    width: 80%;
    height: 160%;
    position: absolute;
    bottom: -250px;
    right: 0;
    z-index: 1;
    opacity: 0.6;
  }
  .work-container2 .work-box:hover::before {
    opacity: 0.5;
  }
  .work-container2 .img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .work-container2 .work-box p {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .work-container2 .work-box p span {
    display: inline-block;
    position: absolute;
    color: #fff;
  }
  .work-container2 .work-box p span:nth-child(1) {
    left: 50%;
    transform: translateX(-50%);
    top: 62px;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .work-container2 .work-box p span:nth-child(2) {
    left: 0;
    top: 40px;
    font-size: 16px;
  }
  .work-container2 .work-box p span:nth-child(3) {
    top: 15px;
    left: 0;
    letter-spacing: 2px;
  }
}
.work .more-button {
  display: block;
  width: 250px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 0px auto 200px auto;
  border: solid 1px #040;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #010;
  background-color: rgb(255, 255, 255, 0.3);
}
/******************************************
                お客様の声
******************************************/
.work-comment h2 {
  color: #fff;
}
.work-comment .comment-container {
  width: 95%;
  margin: 0px auto 100px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.work-comment .comment-container .comment-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(icon/mv-button.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px auto;
  opacity: 0.5;
  transition: ease-in-out 0.5s;
}
.work-comment .comment-container .comment-box:hover::before {
  opacity: 1;
}
.work-comment .comment-container .comment-box img,
.work-comment .comment-container .comment-box video {
  width: 100%;
  height: auto;
}
.work-comment .more-button {
  display: block;
  width: 250px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 50px auto 0px auto;
  border: solid 1px #040;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #010;
  background-color: rgb(255, 255, 255, 0.3);
}
/************************************
画面サイズが1000pxからはここを読み込む　
************************************/
@media screen and (min-width: 1000px) {
  .work-comment {
    width: 85%;
    height: fit-content;
    margin: 0 auto 0 auto;
  }
  .work-comment .comment-container .comment-box {
    display: inline-block;
    width: 36.75vw;
    height: 22.2vw;
    cursor: pointer;
    margin: 50px 10px 0px 10px;
  }
}
/************************************
画面サイズが1000px以下はここを読み込む　
************************************/
@media screen and (max-width: 999px) {
  .work-comment {
    width: 850px;
    height: fit-content;
    margin: 0 auto 0 auto;
  }
  .work-comment .comment-container .comment-box {
    display: inline-block;
    width: 36.75vw;
    height: 22.2vw;
    cursor: pointer;
    margin: 50px 10px 0px 10px;
  }
}
/******************************************
                 model-house
******************************************/
.model-house .model-house-nav {
  width: 100%;
  height: 300px;
  position: relative;
}
.model-house-nav .process-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.model-house h1 {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  white-space: nowrap;
}
.topModelehouse__title {
  font-size: 15px;
}
.topModelehouse_comment {
  font-family: sans-serif;
  position: absolute;
  top: 0;
  left: 0px;
  background-color: #ee9906;
  padding: 10px;
  z-index: 10;
  color: #fff;
  font-size: 16px;
  border-radius: 0 0 3px 0;
}
.topModelehouse_comment02 {
  position: absolute;
  top: 100%;
  margin: 10px 0;
  color: #fff;
  display: flex;
  font-weight: 900;
  width: 100%;
  font-size: 15px;
  align-items: center;
  line-height: 1.2;
}
.topModelehouse_comment02::before {
  content: "";
  display: inline-block;
  width: auto;
  height: 1.25px;
  background: #fff;
  margin: 0 0.5em 0 0;
  flex-grow: 1;
  min-width: 20px;
}
.topModelehouse_comment02::after {
  content: "";
  display: inline-block;
  width: auto;
  height: 1.25px;
  background: #fff;
  margin: 0 0 0 0.5em;
  flex-grow: 1;
  min-width: 20px;
}
/************************************
画面サイズが1000pxからはここを読み込む　
************************************/
.model-house-container {
  display: flex;
  width: 80%;
  min-width: 850px;
  margin: 50px auto 150px auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.model-house-box {
  margin: 0 0 80px 0;
  position: relative;
  display: block;
  width: 47%;
}
.model-house-box .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.model-house-box::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66%;
}
.model-house-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(30, 19, 0, 0.5);
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.model-house-box:hover::before {
  opacity: 0.3;
}
.model-house-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.model-house-box {
  position: relative;
}
.model-house-box p {
  width: 100%;
  height: 50%;
  border-bottom: solid 5px #ffa200;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.model-house-box p span:nth-child(1) {
  color: white;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: auto;
  letter-spacing: 5px;
}
.model-house-box p span:nth-child(2) {
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 10px;
  color: #fff;
}
.model-house .more-button {
  display: block;
  width: 250px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 0 auto 150px auto;
  border: solid 1px #040;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #010;
  background-color: rgb(255, 255, 255, 0.3);
}
.model__new--icon {
  display: inline-block;
  width: 15%;
  max-width: 65px;
  background: url(./icon/new_icon.svg) no-repeat center center / cover;
  position: absolute;
  top: 0;
  left: 2%;
  z-index: 5;
  transform: translate(0, -10%);
}
.model__new--icon::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 88.88889%;
}
/******************************************
                    process
******************************************/
.process {
  padding: 100px 0;
}
.process-nav {
  width: 100%;
}
.process-nav h1 {
  font-size: 60px;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  text-align: center;
}
.process-nav h2 {
  text-align: center;
  color: #fff;
  padding: 10px 0 50px;
}
.process-box {
  margin: auto;
  display: block;
  width: 40vw;
  min-width: 600px;
  max-width: 800px;
  height: auto;
}
.process-box video {
  width: 100%;
  height: auto;
}
.prov-box {
  width: fit-content;
  height: fit-content;
  margin: auto;
  position: relative;
}
.prov-box::before {
  content: "";
  height: 99.5%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(./icon/mv-button.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px;
  opacity: 0.5;
  transition: ease-in-out 0.5s;
}
.prov-box:hover::before {
  opacity: 1;
}

.prov_under-content {
  padding: 40px 3%;
  background-color: rgba(255, 255, 255, 0.75);
  width: 40vw;
  min-width: 600px;
  max-width: 800px;
  margin: 30px auto 0;
  box-sizing: border-box;
  position: relative;
}
.prov_under-content::before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #245b3d;
  position: absolute;
  top: -20px;
  left: 50%;
}
.prov_under-text {
}
.prov_under-text > p {
  margin: 0;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
}
.more-button.prov_more-button {
  display: block;
  width: 250px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 35px auto 0;
  border: solid 1px #040;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #010;
  background-color: rgb(255, 255, 255, 0.3);
}
/******************************************
                プレゼン用模型
******************************************/
.model-container {
  width: 90vw;
  margin: 25px auto 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.model-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.model-box a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: ease-in-out 0.5s;
}
.model-box a:hover::after {
  opacity: 0.3;
}
@media screen and (min-width: 1025px) {
  .model-box {
    width: 30%;
    height: 20.5vw;
    margin: 0 1.5% 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .model-box {
    width: 45%;
    height: 30vw;
    min-height: 201px;
    margin: 0 2.5% 5vw;
  }
}
.model-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.model-box__brn--first {
  display: block;
  width: 50%;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  background-color: rgba(59, 141, 96, 0.8);
  color: #fff;
  border-radius: 5px 0 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.4s ease-in-out;
}
.model-box__brn--first:hover {
  background-color: rgba(59, 141, 96, 1);
}
.model-box__brn--first::after {
  content: none;
  display: none;
}
.model-content .more-button {
  display: block;
  width: 250px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 0 auto 75px auto;
  border: solid 1px #040;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #010;
  background-color: rgb(255, 255, 255, 0.3);
}
#lightcase-case {
  width: fit-content !important;
  height: fit-content;
}
.lightcase-contentInner {
}
.lightcase-contentInner img {
  width: auto;
  height: auto;
  max-width: 80vw !important;
  max-height: calc(100vh - 260px) !important;
}
html[data-lc-type="image"] #lightcase-content .lightcase-contentInner {
  overflow: visible !important;
}
.model-button {
  display: inline-block;
  width: 250px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #040;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #010;
  background-color: rgb(255, 255, 255, 0.3);
  position: absolute;
  overflow: hidden;
  z-index: 999;
  text-decoration: none;
  bottom: -100px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 14px;
}
.model-button::before {
  content: "";
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -10;
  opacity: 0.5 !important;
  background-color: #00a54f;
  top: -100%;
  left: -100%;
}
.model-button:hover::before {
  top: 0;
  left: 0;
}
/******************************************
                    news
******************************************/
.news {
  padding-bottom: 150px;
}
.news-nav {
  width: 100%;
  height: 150px;
  position: relative;
}
.news-nav .process-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.news-nav .process-nav h2 {
  padding-bottom: 0;
}
.news-nav h1 {
  font-family: roboto, sans-serif;
  font-style: normal;
  color: #fff;
  text-align: center;
}
.news-container {
  width: 800px;
  height: fit-content;
  background-color: rgb(255, 255, 255, 0.75);
  /* backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px); */
  padding: 75px;
  margin: 50px auto;
}
.news-container .news-box {
  margin: 0 0 50px 0;
}
.news-container .news-box p:nth-child(1) {
  margin: 0 0 15px 0;
}
.news-container .news-box p:nth-child(3) {
  line-height: 1.5;
}
.news .more-button {
  display: block;
  width: 250px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 0 auto 0 auto;
  border: solid 1px #040;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #010;
  background-color: rgb(255, 255, 255, 0.3);
}
/******************************************
            under banner area
******************************************/
.hi_banner-block {
  width: 85%;
  margin: -30px auto 100px;
}
.hi_banner {
  display: block;
  position: relative;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  background: url(https://morikenchiku.com/wp/wp-content/uploads/2022/12/ハウスイノベーションバナー.png)
    no-repeat center center / cover;
}
.hi_banner::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 33.4%;
}
.hi_banner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  background-color: #fff;
  opacity: 0;
}
.hi_banner:hover::after {
  opacity: 0.25;
}
/******************************************
                   footer
******************************************/
footer {
  background-color: rgb(162, 197, 162);
}
footer .footer-container {
  width: 100%;
  height: fit-content;
  margin: 0 auto 0 auto;
  padding: 40px 0 40px 0;
}

.footer-container span {
  display: block;
  width: fit-content;
  margin: 0 auto 40px auto;
  font-size: 20px;
  color: white;
  letter-spacing: 10px;
}
.footer-container .sns-button {
  width: fit-content;
  margin: 0 auto 0 auto;
  display: flex;
  align-items: center;
}
.footer-container .sns-button a {
  display: inline-block;
  margin: 0 30px 0 30px;
  height: 30px;
}
.footer-container .sns-button a img {
  height: 100%;
}
footer .footer-info h1 {
  text-align: center;
  font-size: 20px;
  width: fit-content;
  color: white;
  margin: 50px auto 20px;
  letter-spacing: 5px;
  transform: translateX(5px);
}
footer .footer-info h1 span {
  font-size: 26px;
  letter-spacing: 10px;
  color: white;
  margin: 0 0 0 8px;
}
footer .footer-info h1 a {
  color: #fff;
}
footer .footer-info p {
  text-align: center;
  color: white;
  padding: 0 0 50px 0;
}
/******************************************
        ナビメニューのボタンアクション
******************************************/
.navmenu-button {
  position: relative;
  display: inline-block;
}
.navmenu-button::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  z-index: 999;
}
.navmenu-button:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
/******************************************
            SNSのボタンアクション
******************************************/
.sns-button a {
  transition: all 0.3s;
}
.sns-button a:hover {
  opacity: 0.7;
}
/******************************************
            moreのボタンアクション
******************************************/
.more-button {
  position: relative;
  overflow: hidden;
  z-index: 999;
  text-decoration: none;
}
.more-button::before {
  content: "";
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -10;
  opacity: 0.5 !important;
  background-color: #00a54f;
  top: -100%;
  left: -100%;
}
.more-button:hover::before {
  top: 0;
  left: 0;
}
/******************************************
            hamのボタンアクション
******************************************/
.hamburger-menu:hover > span:nth-child(2) {
  width: 75%;
}
/******************************************
            　　ライトケース
******************************************/
a[class*="lightcase-icon-"].lightcase-icon-close {
  z-index: 99999999;
}
#lightcase-overlay {
  z-index: 99999 !important;
}
#lightcase-case {
  z-index: 99999 !important;
}
/******************************************
 サービス
******************************************/
.t-sv {
  width: 95%;
  max-width: 1200px;
  margin: 150px auto 100px;
}
.t-sv__title {
  width: 400px;
  margin: 0 auto 50px;
}
.t-sv__title img {
  display: block;
  width: 100%;
}
.t-sv__content {
  display: flex;
  justify-content: space-between;
}
.t-sv__list {
  display: block;
  width: calc(33.333% - 20px);
  box-sizing: border-box;
  border: solid 3px #7daa7d;
  border-radius: 3px;
  padding: 35px 25px 0 25px;
  color: #242424;
  transition: all 0.3s ease-in-out;
  will-change: transform;
  background-color: rgb(255, 255, 255, 0.75);
}
.t-sv__list:hover {
  transform: translate(0, -5px);
}
.t-sv__list--icon {
  width: 140px;
  margin: 0 auto 35px;
}
.t-sv__list--icon img {
  display: block;
  width: 100%;
}
.t-sv__list--title {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 35px;
}
.t-sv__list--text {
  font-size: 16px;
  text-align: center;
  margin: 0 auto 35px;
  line-height: 1.8;
}
.t-sv__list--btn {
  width: 100%;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  border-top: solid 1px #c4c4c4;
}
