*{
  margin:0;
  padding:0;
}
body{
  max-width:100%;
  width:100%;
  height:100%;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  background: #F5F2EB;
}
img{
  width:100%;
}
a{
  text-decoration: none;
}
ul{
  list-style: none;
}
a{
  text-decoration: none;
}


/*-------- 背景アニメーション -------*/
.area{
  position:relative;
  z-index:50;
}


.circles{
  height:100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index:1;
}
.circles li{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  animation: animate 100s linear infinite;
  bottom: -50px;
}
.circles li:nth-child(1){
  left: 15%;
  width: 7px;
  height: 7px;
  animation-delay: -180s;
  animation-duration: 200s;
  background:#FBC702;
}
.circles li:nth-child(2){
  left: 80%;
  width: 10px;
  height: 10px;
  animation-delay: -90s;
  animation-duration: 120s;
  background:#fff;
}
.circles li:nth-child(3){
  left: 35%;
  width: 8px;
  height:8px;
  animation-delay: -10s;
  animation-duration: 100s;
  background: #EC6513;
}
.circles li:nth-child(4){
  left: 45%;
  width: 10px;
  height: 10px;
  animation-delay: -70s;
  animation-duration: 90s;
  background:#FBC702;
}
.circles li:nth-child(5){
  left: 65%;
  width: 11px;
  height: 11px;
  animation-delay: -30s;
  animation-duration: 60s;
  background: #EC6513;
}
.circles li:nth-child(6){
  left: 75%;
  width: 9px;
  height: 9px;
  animation-delay: -10s;
  animation-duration: 80s;
  background:#FBC702;
}
.circles li:nth-child(7){
  left: 40%;
  width: 10px;
  height: 10px;
  animation-delay: -5s;
  animation-duration: 200s;
  background:#fff;
}
.circles li:nth-child(8){
  left: 95%;
  width: 8px;
  height: 8px;
  animation-delay: -80s;
  animation-duration: 100s;
  background:#fff;
}
.circles li:nth-child(9){
  left: 15%;
  width: 5px;
  height: 5px;
  animation-delay: -10s;
  animation-duration: 200s;
  background: #EC6513;
}
.circles li:nth-child(10){
  left: 12%;
  width: 15px;
  height: 15px;
  animation-delay: -60s;
  animation-duration: 100s;
  background:#fff;
}


@keyframes animate {
  0%{
      transform: translateY(0px) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }
  25%{
    border-radius: 50%;
  }
 50%{
  transform: translateY(-50vh) rotate(360deg);
 }
  100%{
      transform: translateY(-110vh) rotate(720deg);

  }
}


/*-------- header -------*/
header{
}
header .logo{
  padding:10px 0 10px 30px;
}
header .logo img{
  height:62px;
  width:auto;
}


/*-------- スライド -------*/
.nav_position{
  position:relative;
}
.main-visual {
  width: 90%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  margin:0 auto;
  max-width:1500px;
}
.main-visual ul{
  position:relative;
}
// ここからはswiper付属のcssをアレンジ
.swiper-container-mv .slide-img img{
  display: block;
}





/*-------- 縦書き文字 -------*/
.main-visual__copy{
  position:absolute;
  right:10%;
  top:10%;
  writing-mode: vertical-rl;
  z-index:100;
  font-size:16px;
  letter-spacing: 8px;
}
.main-visual__copy .mv_bg1,
.main-visual__copy .mv_bg2{
  padding:10px 5px;
  background:rgba(255, 255, 255, 0.8);
  overflow: hidden;
  position: relative;
  /*アニメーションの設定*/
}
.main-visual__copy .mv_bg1:after,
.main-visual__copy .mv_bg2:after{  
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.main-visual__copy .mv_bg1{
  display:inline-block;
}
.main-visual__copy .mv_bg2{
  margin:100px 10px 0 0 ;
}
.main-visual__copy .mv_bg1:after{
  background-color:rgba(251, 199, 2, 0.8);
}
.main-visual__copy .mv_bg2:after{  
  background-color:rgba(200, 159, 98, 0.8);
}






/*-------- ナビメニュー -------*/

nav{
  letter-spacing: 2px;
}
nav a{
  display:block;
}
nav.nav01{
    position:absolute;
    width:100%;
    bottom:-38px;
    z-index:2000;
}
nav.nav01 ul a{
  color:white;
  transition-duration: 0.3s;
}
nav.nav01 ul{
  margin:0 auto;
  background-color: #C89F62;
  width:85%;
  max-width:1000px;
  display:flex;
  justify-content: space-around;
}
nav.nav01 .nav_menu{
  position:relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 0;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  color: white;
  cursor: pointer;
  z-index: 2000;
}
nav.nav01 .nav_menu:hover{
  background-image:url("../images/nav_maru02.png");
  background-position:top 5px center;
  background-repeat:no-repeat;
  background-size:10px;
}

nav.nav01 .sub_menu {
  position: absolute;
  width: 100%;
  top: 78px;
  line-height:0;
  display:block;
  font-size:13px;
  letter-spacing: 1px;
}
nav.nav01 .sub_menu .sub_menu_item{
  overflow: hidden;
  opacity: 0;
  height: 0;
  /* サブメニューが出現する速度の調整 */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

nav.nav01 .nav_menu:hover > .sub_menu > .sub_menu_item {
  overflow: visible;
  opacity: 1;
   /*display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;*/
  height: 70px;
  line-height: 70px;
}
nav.nav01 .nav_menu:hover > .un_sub > .sub_menu_item:nth-child(2),
nav.nav01 .nav_menu:hover > .un_sub > .sub_menu_item:nth-child(4){
  line-height: 35px;
}
nav.nav01 .nav_menu:hover > .sub_menu > .sub_menu_item:hover {
  background:#FBC702;
}






/*-------- sticky-nav -------*/
.sticky-header{
  position: fixed;
  width: 100vw;
  height: 70px;
  z-index: 9999;
  transition: 0.6s;
  background-color:rgba(255, 255, 255, 0.9);
  display:flex;
}
.sticky-header .logo{
  padding:5px 0 10px 30px;
  z-index: 9999;
}
.sticky-header .logo a{
  display:block;
}
.sticky-header .logo img{
  height:62px;
  width:auto;
}
nav.nav02{
  position:absolute;
  width:100%;
}
nav.nav02 .nav-ul{
  max-width:1000px;
  min-width: 780px;
  width:75%;
  display:flex;
  justify-content:space-between;
  justify-content: flex-end;
  font-size:13px;
  color:black;
  margin-left:auto;

}
nav.nav02 .nav-ul a{
  color:black;
}
nav.nav02 .nav_menu{
  position:relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 0;
  line-height: 21px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
nav.nav02 .nav_menu:hover{
  background-image:url("../images/nav_maru.png");
  background-position:top 5px center;
  background-repeat:no-repeat;
  background-size:10px;
}
nav.nav02 .sub_menu {
  position: absolute;
  top: 70px;
  width:100%;
  display:block;
  font-size:12px;
  letter-spacing: 1px;
}
nav.nav02 .sub_menu .sub_menu_item{
  overflow: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
nav.nav02 .nav_menu:hover > .sub_menu > .sub_menu_item {
  overflow: visible;
  opacity: 1;
   /*display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;*/
  height: 70px;
  line-height: 70px;
}
nav.nav02 .nav_menu:hover > .un_sub > .sub_menu_item:nth-child(2),
nav.nav02 .nav_menu:hover > .un_sub > .sub_menu_item:nth-child(4) {
  line-height: 35px;
}

nav.nav02 .nav_menu:hover > .sub_menu > .sub_menu_item{
  background:rgba(255, 255, 255, 0.9);
}
nav.nav02 .nav_menu:hover > .sub_menu > .sub_menu_item:hover {
  background:rgba(251, 199, 2, 0.9);
}

/*-------- 右側固定ナビなど -------*/

.right_fixed{
  display: none;
  position: fixed;
  top: 28px;
  right: 20px;
  z-index:9998;
}


/*============
  .toggle_btn
=============*/

.toggle_btn{
  position:relative;
  width:16px;
  height:16px;
}
.toggle_btn span {
  position: absolute;
  width: 16px;
  height: 1.5px;
  background-color: #000;
  transition:all 0.3s;
}
.toggle_btn span:nth-child(1){
  top: 0px;
}
.toggle_btn span:nth-child(2) {
  top: 7px;
}
.open .toggle_btn span {
  width: 20px;
  position:absolute;
  transition:all 0.3s;
}
.open .toggle_btn{
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.open .toggle_btn span:nth-child(1) {
  transform: translate(-2px, 2px) rotate(-45deg);
  animation: unset;
}
.open .toggle_btn span:nth-child(2) {
  transform: translate(-2px, -5px) rotate(45deg);
  animation: unset;
}

/*------ハンバーガー------*/
#navArea{
  position:relative;
}
.respo{
  position: fixed;
  top: 0;
  left: -100vw;
  bottom: 0;
  width: 100vw;
  background: #C89F62;  
  -webkit-overflow-scrolling: touch;
  z-index: 9997;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.respo .nav_ul{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  row-gap: 20px;
  height: 100%;
}
.open .respo {
  left: 0;
  margin:0 auto;
  opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.respo header{
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:auto;
}
.respo a{
  color:#fff;
  display: block;
}


/*----- ブログ -----*/
.container {
  width: 100% !important;
  max-width: 1200px !important;
}
section.blog {
  margin: 140px auto 0 auto !important;
  width:80% !important;
  max-width: 1200px !important;
}


/*--------our vision-------*/
#our_wrap{
  position:relative;
  width:80%;
  max-width:1200px;
  margin:0 auto;
  padding:100px 0;
}
#our_wrap .our_inner{
  position:absolute;
  top:100px;
  right:0;
  max-width:510px;
  width:43%;
  background-color:rgba(255, 255, 255, 0.7);
  padding:40px;
}
#our_wrap .our_inner .title{
  color:#C89F62;
}
#our_wrap .our_inner h2{
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 2px;
}
#our_wrap .our_inner .content{
  padding:30px 0 40px 0;
  line-height: 35px;
  border-bottom: 1px solid #C89F62;
}
#our_wrap .our_v{
  padding:60px 0 0 0;
  max-width:730px;
  width:70%;  
}
#our_wrap .our{
  position: relative;
}


/*------　はぐるま　------*/
#our_wrap .our .haguruma .logo01 img{
  position:absolute;
  bottom:-60px;
  right:-28px;
  width:40px;
  height:40px;
  margin:0 auto;
  -webkit-animation: logo01 5s linear infinite;
  animation: logo01 5s linear infinite;
}
#our_wrap .our .haguruma .logo02 img{
position:absolute;
bottom:-79px;
right:-47px;
width:30px;
height:30px;
margin:0 auto;
-webkit-animation: logo02 5s linear infinite;
  animation: logo02 5s linear infinite;
}
#our_wrap .our .haguruma .logo03 img{
position:absolute;
bottom:-50px;
right:-58px;
width:30px;
height:30px;
margin:0 auto;
-webkit-animation: logo03 5s linear infinite;
  animation: logo: 03px 5s linear infinite;
}

@-webkit-keyframes logo01 {
  0% { -webkit-transform: rotateX(0deg) rotate(0deg); }
  100% { -webkit-transform: rotateX(0deg) rotate(360deg); }
}
@keyframes logo01 {
0% { transform: rotateX(0deg) rotate(0deg); }
100% { transform: rotateX(0deg) rotate(360deg); }
}	
@-webkit-keyframes logo02 {
  0% { -webkit-transform: rotateX(0deg) rotate(0deg); }
  100% { -webkit-transform: rotateX(0deg) rotate(-360deg); }
}
@keyframes logo02 {
0% { transform: rotateX(0deg) rotate(0deg); }
100% { transform: rotateX(0deg) rotate(-360deg); }
}	
@-webkit-keyframes logo03 {
  0% { -webkit-transform: rotateX(0deg) rotate(0deg); }
  100% { -webkit-transform: rotateX(0deg) rotate(-360deg); }
}
@keyframes logo03 {
0% { transform: rotateX(0deg) rotate(0deg); }
100% { transform: rotateX(0deg) rotate(-360deg); }
}	



/*-------- split --------*/

#split_wrap{
  background:white;
}
#split_wrap h2{
  font-size:70px;
}
#split_wrap h3{
  font-size:22px;
  font-weight:bold;
  letter-spacing: 2px;
}
#split_wrap h4{
  margin:50px 0 30px 0;
  font-size:16px;
  letter-spacing:2px;
}
#split_wrap :nth-child(1) h2{
color:#C89F62;
}
#split_wrap :nth-child(2) h2{
color:#FBC702;
}
#split_wrap :nth-child(3) h2{
color:#EC6513;
}
#split_wrap .split-45{
  width: 45%;
  position: relative;
  vertical-align: top;
}
#split_wrap .split-55{
  width: 55%;
  height:50%;
  position:relative;
}
.split-45-in{
  top:138px;
  left:0;
    position:-webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
  position: sticky;
  width: 56%;
  margin:100px auto;
}
.split-55-in{
padding:100px 0;
}
#split_wrap .back_brown,
#split_wrap .back_yellow,
#split_wrap .back_orange{
    position:absolute;
    top:0;
    width:60%;
    height:100%;
    z-index:100;
}
#split_wrap .back_brown{
  background:#C89F62;
  right:0;
}
#split_wrap .back_yellow{
  background:#FBC702;
  left:0;
}
#split_wrap .back_orange{
  background:#EC6513;
  right:0;
}
.split:nth-child(1) .inner,
.split:nth-child(2) .inner,
.split:nth-child(3) .inner{
  background-repeat:no-repeat;
  background-size:cover;
  position:absolute;
  top:-100px;
  width:1000px;
  height:400px;
}
.split:nth-child(1) .inner{
  background-image: url("../images/top_back_care.png");
  left:-100px;
}
.split:nth-child(2) .inner{
  background-image: url("../images/top_back_it.png");
  width: 400px;
  right:0;
}
.split:nth-child(3) .inner{
  background-image: url("../images/top_back_nature.png");
  left:-100px;
}
#split_wrap .h3_bottom{
  letter-spacing:1px;
  line-height:30px;
}
#split_wrap .h3_bottom p{
  margin-bottom:30px;
}
#split_wrap .split{
    display: flex;
    width: 100%;
    background: #fff;
}
#split_wrap .content{
  margin-right:140px;
}
#split_wrap .content p{
  letter-spacing:1px;
  line-height:25px;
  margin-top:10px;
}
.split .wrap{
  display:flex;
  align-items: center;
  column-gap:20px;
  position:relative;
  margin:30px 0;
  padding-bottom:30px;
  border-bottom:1px solid #E0E0E0;
  max-width:700px;
}
.split:nth-child(2) .wrap{
  margin:30px 0 30px auto;
}
.split .outer{
  position:relative;
  z-index:1000;
  margin-right:50px;
}
.split:nth-child(2) .outer{
  margin-left:50px;
  margin-right:0;
}
.split .outer .option{
  width:80%;
  max-width:600px;
  margin-top:50px;
}
.split:nth-child(2) .outer .option{
  margin:50px 0 0 auto;
}



#split_wrap .more{
  position:absolute;
  right:0;
  font-size:12px;
}
.split .more a{
  display:block;
  color:#fff;
  transition:0.3s;
}
.split:nth-child(2) .more a{
  color:#bebebe;
}
.split .more a:hover{
  color:#000;
}
.split .more .maru {
  height:40px;
  line-height:40px;
  width:40px;
  border-radius:50%;
  text-align:center;
  border:1px solid #fff;
  font-size:10px;
  font-weight:bold;
  display:inline-block;
  margin-left:10px;
  transition:0.3s;
}
.split:nth-child(2) .more .maru {
  border:1px solid #bebebe;
}
#split_wrap .more:hover .maru {
  background:#000;
  border:1px solid #000;
  color:#fff;
}
#split_wrap .number img{
  width:100px;
}



/*-------- company team -------*/
#about_wrap{
  display:flex;
  margin:100px 0;
}
#about_wrap .about{
  padding:100px 0;
  width:50%;
  background-size:cover;
  background-repeat:no-repeat;
  display:flex;
  align-items: center;
}
#about_wrap .company{
  background-image:url("../images/index_company.jpg");
  background-position:bottom;
}
#about_wrap .team{
  background-image:url("../images/index_team.jpg");
}
#about_wrap .wrap{
  width:40%;
  max-width:400px;
  margin:0 auto;
  background:rgba(255, 255, 255, 0.8);
  padding:50px;

}
#about_wrap h3{
  font-size:25px;
  letter-spacing:3px;
}
#about_wrap p{
  margin:20px 0;
  line-height:30px;
}


#about_wrap .button a{
  display:block;
  color:#EC6513;
  transition:0.3s;
} 
#about_wrap .button a:hover{
  color:#000;
}
#about_wrap .button .maru {
  height:30px;
  line-height:30px;
  width:30px;
  border-radius:50%;
  text-align:center;
  border:1px solid #EC6513;
  font-size:10px;
  font-weight:bold;
  display:inline-block;
  margin-left:10px;
  transition:0.3s;
}
#about_wrap .button:hover .maru {
  background:#000;
  border:1px solid #000;
  color:#fff;
}




/*-------- contact -------*/
#contact{
  background:#FBC702;
  text-align: center;
  padding:100px 0;

}
#contact .wrap{
  display:flex;
  justify-content: center;
  width:80%;
  max-width:1200px;
  margin:0 auto;
  position:relative;
}
#contact .wrap .call{
  left:0;
}
#contact .wrap .web{
  right:0;
}
#contact .wrap .call,
#contact .wrap .web{
  display:flex;
  flex-direction: column;
  align-items: center;
  position:absolute;
  width:50%;
}
#contact .line-vertical{
  width: 1px;
  height: 225px;
  background-color: #000;
}
#contact h2{
  font-size:30px;
  margin-bottom:20px;
  letter-spacing: 2px;
}
#contact h3{
  font-size:20px;
  margin:20px 0 40px 0;
  letter-spacing: 1px;
}
#contact .content{
  margin-bottom:50px;
}
#contact .tel{
  font-size:29px;
  letter-spacing:2px;
}
#contact .form{
  font-size:22px;
}
#contact .kakoi{
  border:1px solid #000;
  border-radius:50px;
  width:320px;
  margin-bottom:10px;
  height:75px;
  line-height:75px;
}
#contact .kakoi a{
  color:#000;
  display:block;
  border-radius:50px;
  transition:0.3s;
}
#contact .kakoi a:hover{
  background:rgba(255, 255, 255);
}




/*-------- page top -------*/

.page{
  padding:100px 0;
  width:100%;
  text-align: center;
}
.page img{
  width:auto;
  height:50px;
}
.scroll-container {
  scroll-behavior: smooth;
}

#first{
  position:relative;
  margin:0 auto;
}
.footer_top{
  /*background:url("../images/footer_top.jpg") no-repeat;
  height:0;
  padding-top:45%;*/
  background-attachment: fixed;
  height:0;
  padding-top:39%;
  background-image:url("../images/footer_top.jpg");
  background-repeat:no-repeat;
  background-size:contain;
  background-position:bottom;
}





/*------footer------*/

footer{
  display:flex;
}
footer .logo{
  display:flex;
  align-items: center;
  width:20%;
  min-width:250px;
  height:85px;
  background:#fff;
}
footer .logo img{
  height:auto;
  width:200px;
  margin-left:30px;
}
footer .inner{
  display:flex;
  align-items: center;
  width:65%;
  background:#C89F62;
  height:85px;
  color:white;
}
footer .inner p{
  margin-left:30px;
}
footer .inner img{
  width:auto;
  height:20px;
}
footer .inner .call{
  padding-top:7px;
}
footer .sns{
  display:flex;
  align-items: center;
  width:17%;
  height:85px;
  background:#FBC702;
  text-align:center;
}
footer .sns .sns_in{
  display:flex;
  justify-content: space-between;
  max-width:170px;
  margin:0 auto;
}
footer .sns img{
  width:auto;
  height:40px;
  transition-duration: 0.3s;
}
footer .sns img:hover{
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  border-radius:50%;
  transform: translateY(-5px);
  transition-duration: 0.5s;
}