@charset "utf-8";
/*
Theme Name: originals
*/


body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
#wrapper {
    width: 100%;
}
/*! color-control-start */
/* color-class-archives */

.deep-g{
  color: #03738C;
}
.deep-bg{
  background: #03738C;
}
.mid-g{
  color: #04ADBF;
}
.mid-bg{
  background: #04ADBF;
}
.lite-g{
  color: #0396A6;
}
.lite-bg{
  background: #0396A6;
}
.base-w{
  color: #F1F2F0;
}
.base-bw{
  background: #F1F2F0;
}
.base-w-2{
  color: #FFFFFF;
}
.base-bw-2{
  background: #FFFFFF;
}
.base-b{
  color: #282936;
}
.base-bb{
  background: #282936;
}
.acc-y{
  color: #F2E85C;
}
.acc-by{
  background: #F2E85C;
}
.acc-p{
  color: #F27E83;
}
.acc-bp{
  background: #F27E83;
}
.wpcf7::-webkit-input-placeholder{
    color: #ddd!important;
    opacity: 1;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #ddd !important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ddd !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ddd !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ddd !important;
    opacity: 1;
}
/* color-black */
body, a{
  color: #282936;
}
.business-items h3{
  color: #F1F2F0;
}

/* base-w */
#menu-item-306 a, .footer-title h1 a,#menu-item-306::before, #menu-footer-menu-1 li a, #menu-footer-menu-2 li a, #footer-site-title a,#sub-menu .flex ul li a,
.about-text, .company-item-inner a h3{
  color: #F1F2F0;
}

#menu-global-navigation li#menu-item-306 a .hover-a::after,.page-id-100,.company-inner-after{
  background-color: #F1F2F0;
}
.main-wrapper{
  background-color: #F1F2F0;
}

/* key-color-bg-mediumseagreen */
.key-textcolor{
  color: #9FBFBF;
}
.key-color, #menu-item-306,.business-wrapper,.company-wrapper,.wpcf7-radio .wpcf7-list-item-label::after, .all-contents, .content-main,.active .slide-1::before,.all-contents-item::before {
  background-color: #9FBFBF;
}
/* icon-color-pink */
.detail-link,
input.wpcf7-form-control.has-spinner.wpcf7-submit{
  background-color: #fc852b;
  color: #F1F2F0;
}
/*! color-control-end */

/*! icon-style */
.detail-link{
  display: block;
  text-align: center;
  padding: 20px 0;
  border: solid 1px #fc852b;
  border-radius: 5px;
  max-width: 200px;
  margin: 50px auto;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.detail-link::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
}
.detail-link:hover{
  background: transparent;
  color: #fc852b;
  background-color: #F1F2F0;
  filter: drop-shadow(0px 0px 1px #fc852b);
}
.detail-link:hover::before {
  -webkit-animation: shine 0.5s;
          animation: shine 0.5s;
}
@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}
@keyframes shine {
  100% {
    left: 100%;
  }
}
/*! common-style */
li{
  list-style-type: none;
}
/*FLEX start*/
.flex, #menu-global-navigation, .com-info,
.contact-flow-inner, .to-next, .complete-inner{
  display: flex;
}
/*FLEX end*/
/*scroll-animation start*/

.active .slide-1::before{
  animation: active 1.4s cubic-bezier(.3, 0, .1, 0) forwards;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@keyframes active {
100% {
 transform: translateY(100%);
}
}

.active .slide-2::after{
  transform-origin: left top;
  transform: scale(1,1);
}
.fadein{
  opacity: 0;
  transition: all 1s ease;
}
.fadein.heading.active{
animation-name:fadeInAnime;
animation-duration: 1s;
animation-fill-mode:forwards;
}
@keyframes fadeInAnime{
  from {
    transform: scale(0.6);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}
.active .company-bg{
  transform: scale(1);
}
.active h2,
.active .item-title-center h2,
.active .en-title-center p,
.active .item-title-left h2,
.active .en-title-left p,
.active .item-title-center h3,
.active .cat,
.active .post-date,
.active .item-title-center h1,
.active .item-title-left h1,
.active .news-title h1{
  transform: translateY(0)!important;
}
.active .post-thumb::before,
.active .news-post-thumb::before,
.active .all-contents-item::before{
  transform: translateY(100%);
}
.active button.slide-x,
.active .all-contents-text p,
.active .info-title h3,
.active .works-title h3{
  transform: translateX(0);
}
.item-title-left, .en-title-left {
  overflow: hidden;
  text-align: left;
}
.all-contents h2 {
    font-size: clamp(2.8rem, 30 / 375 * 100vw , 4.5rem);
    font-weight: 600;
}
/*HEADER start*/

#branding{
padding-left: 3%;
width: 100%;
height: 80px;
margin: 0 auto;
z-index: 100;
position: fixed;
box-sizing: border-box;
transition: all .5s;
}
#branding, #menu-global-navigation li{
  justify-content: space-between;
  gap: .3%;
}

#header-site-title{
  display: table;
  flex-grow: 2;
}
.custom-logo-link img,
#footer-site-title a img{
  width: 180px;
  height: auto;
}
#header-site-title h1,
#header-site-title a{
  display: table-cell;
  vertical-align: middle;
}
.menu-global-navigation-container,
#menu-global-navigation {
    height: 100%;
}

#menu-global-navigation li{
  text-align: center;
  display: table;
  height: 100%;
  transition: 1s ease-in-out;
}
#menu-global-navigation li a{
  display: table-cell;
  padding:0 1.4rem;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 600;
  vertical-align: middle;
  transition: 1s ease-in-out;
}
#menu-global-navigation #menu-item-306 a{
  padding-top: 1rem;
  transition: 1s ease-in-out;
}
#menu-global-navigation li .hover-a,
#footer-menu ul li .hover-a,
#sub-menu ul li .hover-a{
  position: relative;
}
#menu-global-navigation .hover-a:not(#menu-item-306 .hover-a) {
    padding-top: 1rem;
}
#footer-menu ul li .hover-a,
#sub-menu ul li .hover-a{
  display: inline-block;
}
#menu-global-navigation li .hover-a::after,
#footer-menu ul li .hover-a::after,
#sub-menu ul li .hover-a::after {
  position: absolute;
  bottom: -.5rem;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  opacity: 0;
  transition: .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
#sub-menu ul li .hover-a::after{
  height: 3px;
  border-radius: 2px;
}
#menu-global-navigation li .hover-a::after{
  background-color: #333839;
}
#footer-menu ul li .hover-a::after,
#sub-menu ul li .hover-a::after{
  background-color: #F1F2F0;
}
#menu-global-navigation .current-menu-item .hover-a::after,
#menu-global-navigation li:hover .hover-a::after,
#footer-menu ul .current-menu-item .hover-a::after,
#footer-menu ul li:hover .hover-a::after,
#sub-menu ul .current-menu-item .hover-a::after,
#sub-menu ul li:hover .hover-a::after,
#menu-global-navigation #menu-item-189.work-item .hover-a::after,
#menu-global-navigation #menu-item-184.news-item .hover-a::after{
  transform: scale(1, 1);
  opacity: 1;
}
#menu-item-306{
  position: relative;
}
#menu-item-306::before{
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  transition: 1s ease-in-out;
}
#branding.shrink-h {
  height: 60px;
}
/*hamberger-menu start*/
.hamberger-menu{
  position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    color: #F1F2F0;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease-in-out;
}
.hamberger-icon {
    width: 113px;
    position: relative;
    cursor: pointer;
    z-index: 9999;
    transition: 1s ease-in-out;
}
.hamberger-line{
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  outline: none;
  border: none;
  height: 3px;
  border-radius: 2px;
  width: 30%;
  background: #F1F2F0;
  cursor: pointer;
}
.hamberger-line::before,
.hamberger-line::after{
  content : '';
  display: inline-block;
  position: absolute;
  height: 3px;
  left:0;
  width: 100%;
  border-radius: 2px;
  background-color: #F1F2F0;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.hamberger-line::before{
  top: 10px;
}
.hamberger-line::after{
  top: -10px;
}
.open .hamberger-line{
  z-index: 100;
}
.open .hamberger-line::before,
.open .hamberger-line::after{
  top:0;
}
.hamberger-menu{
  opacity: 0;
}
.open .hamberger-menu{
  left: 0;
  opacity: 1;
  justify-content: space-around;
  transition: 1s ease-in-out;
  overflow: auto;
  gap: 30px;
}
.hamberger-menu .flex {
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#sub-menu-title{
  flex-basis: 20%;
  border: solid 2px #282936;
  border-radius: 5px;
  padding: 1.5%;
}
#sub-menu-title > a,
#sub-menu-title h1 a {
    margin-bottom: 30px;
    display: block;
}

#sub-menu {
    flex-basis: 62%;
}
#sub-menu .flex{
  justify-content: space-around;
  transition: 1s ease-in-out;
}
#sub-menu .flex ul li{
  transition: 1s ease-in-out;
}
#sub-menu .menu {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#sub-menu .flex ul li a{
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width:1016px){
#menu-global-navigation li:not(#menu-item-306){
  display: none;
}
}
@media screen and (max-width:894px){
.hamberger-menu > .flex{
  padding: 0 5%;
  overflow: auto;
  display: block;
}
.hamberger-menu > .flex, #sub-menu .flex{
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
.menu-sub-menu-1-container{
    margin-top: 30px;
}

#sub-menu .flex ul li a{
  font-size: 1.4rem;
}
#sub-menu .menu {
    gap: 30px;
}
}
@media screen and (max-width:480px){
  .hamberger-icon {
      width: 74px;
  }
  #menu-global-navigation #menu-item-306 a {
    padding-top: 0.8rem;
}
#menu-global-navigation li a {
    padding: 0 0.59rem;
    font-size: .8rem;
}
  #menu-item-306::before {
    top: 32%;
}
}
/*HEADER end*/
/*all-contents start*/
.all-contents {
    overflow: hidden;
}
.contents-title {
  width: 100%;
  margin: 5% auto;
}
.all-contents-inner{
  width: 100%;
  margin: auto;

}
.all-contents-inner .flex{
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.all-contents-inner .flex li{
  flex: 1 0 32%;
}
.all-contents-inner .flex li a{
  display: block;
  position: relative;
  margin-bottom: 15%;
}
.all-contents-inner .flex li a:hover .all-contents-item{
  transform: scale(1.1);
}
.all-contents-item-wrapper{
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.all-contents-item{
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  position: relative;
}
.all-contents-item.item-1{
  background: url("https://www.higuchi-chubo.com/wp-content/uploads/2022/12/map.jpg")no-repeat center center;
  background-size: cover;

}
.all-contents-item.item-2{
  background: url("https://www.higuchi-chubo.com/wp-content/uploads/2022/12/sales-1.jpg")no-repeat center center;
  background-size: cover;
}
.all-contents-item.item-3{
  background: url("https://www.higuchi-chubo.com/wp-content/uploads/2022/12/B0F4796B-0868-4511-9CFC-07B8F69498F4.jpg")no-repeat center center;
  background-size: cover;
}
.all-contents-item.item-4{
  background: url("https://www.higuchi-chubo.com/wp-content/uploads/2022/12/com-info.jpg")no-repeat center center;
  background-size: cover;
}
.all-contents-item.item-5{
  background: url("https://www.higuchi-chubo.com/wp-content/uploads/2022/12/library-1147815_1920.jpg")no-repeat center center;
  background-size: cover;
}
.all-contents-item.item-6{
  background: url("https://www.higuchi-chubo.com/wp-content/uploads/2022/12/contact-us-2993000_1920.jpg")no-repeat center center;
  background-size: cover;
}

.all-contents-item::before{
  content:'';
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateY(0);
  transition: 1s;
}
.all-contents-text{
  color: #fff;
  position: absolute;
  bottom: -20%;
  left: 0;
  overflow: hidden;
}
.all-contents-text p{
  transition: 1s;
  transform: translateX(-100%);
}
/*all-contents end*/

/*FOOTER start*/

#branding-footer{
  padding: 6% 3%;
  justify-content: space-between;
  gap: 30px;
}
#footer-site-title{
  flex-basis: 21%;
  padding-right: 30px;
}
#footer{
  z-index: 10000;
}
.footer-nav{
  flex-basis: 51%;
  gap: 30px;
}
.footer-nav li a{
  font-weight: 600;
  letter-spacing: 1px;
}
.blog-link {
  flex-basis: 21%;
}
#footer-site-title h1 {
    margin-bottom: 30px;
}
.com-info:not(:last-of-type),
.com-info dd .postal-code{
  margin-bottom: 15px;
}
#footer-site-title > a{
  display: block;
  margin-bottom: 30px;
}
.menu-footer-menu-1-container,
.menu-footer-menu-2-container{
  flex-basis: 50%;
}
#menu-footer-menu-1, #menu-footer-menu-2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.com-info dd .postal-code{
  display: block;
}
.com-info dt{
  min-width: 4rem;
  padding-right: 15px;
}
#copyright {
    text-align: center;
    height: 40px;
    line-height: 40px;
}
address {
  font-style: normal;
}
.footer-title {
  border-right: solid 2px #F1F2F0;
}
.sns-field {
    margin-top: 30px;
}
.sns-field .flex {
    gap: 15px;
}
.sns-field ul li a{
  display: block;
  padding: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
}
.sns-field svg {
  fill: #9FBFBF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

}
.sns-field .insta svg{
  width: 20px;
  height: 20px;
}
.sns-field .facebook svg{
  width: 20px;
  height: 18px;
}
@media screen and (max-width:596px){
  #branding-footer{
    display: block;
  }
  .footer-title {
    border-right: inherit;
    border-bottom: solid 1px #fff;
    padding-right: inherit;
    margin-bottom: 5%;
    padding-bottom: 5%;
  }
}
/*FOOTER end*/
