@charset "UTF-8";
/* CSS Document */
/*----------pc----------*/
body{
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
    background-color: #fff;
}
.inner{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.inner02{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #43954E;
}
.line1 {
    position: fixed;
    top: 0;
    left: 25%;
    width: 1px;
    height: 100vh;
    background-color: #f5f5f5;
    z-index: -2;
}
.line2 {
    position: fixed;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100vh;
    background-color: #f5f5f5;
    z-index: -2;
}
.line3 {
    position: fixed;
    top: 0;
    left: 75%;
    width: 1px;
    height: 100vh;
    background-color: #f5f5f5;
    z-index: -2;
}


/*header*/
.header {
    width: 100%;
}
.header nav {
    width: 20%;
    padding: 3%;
}
.header .mv_bg {
    width: 80%;
}
.header h1 img {
    width: 200px;
    height: auto;
}

/*other-header*/
.other_header {
    width: 100%;
    padding-left: 50px;
    border-bottom: 3px solid #43954E;
}
.other_header ul {
    display: flex;
    margin-top: 0;
}
.other_header ul li {
    color: #000;
}
.other_header h1 img {
    width: 120px;
    height: auto;
}
.other_header ul li a {
    padding-top: 0;
    padding-bottom: 0;
    height: 20px;
    width: 80px;
}
.other_header ul .li a {
    padding-top: 0;
    padding-bottom: 0;
    width: 126px;
    height: 100px;
}
.other_header ul .li a img {
    height: 100px;
    width: 126px;
}
.other_header h1 {
    padding-top: 30px;
}
.other_header h1 img {
    width: 200px;
    height: auto;
}



/*header-sp*/
.header-sp {
    display: none;
}


/*gnavi*/
.gnavi{
    align-items: center;
    list-style: none;
    margin-top: 100px;
}
.gnavi li a{
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    text-align: left;
	position: relative;
	overflow: hidden;
    width: 110px;
	padding: 20px 0;
    transition: all .3s;
    font-family: "DM Sans", sans-serif;
}
.gnavi li span{
	position: absolute;
	top:0;
	transition: all .5s;
	display: block;
	opacity:1;
	white-space: nowrap;
}
.gnavi li span:nth-child(2){
	opacity:0;
    transform: translate(0%,100%);
}
.gnavi li:hover span:nth-child(1){
	opacity:0;
    transform: translate(0%,-100%);
}
.gnavi li:hover span:nth-child(2){
	opacity:1;
	transform: translate(0%, 0);
}
.gnavi li a:hover {
    opacity: .5;
}

/*gnavi2*/
.gnavi2 li a{
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #333;
}
.gnavi2 li a{
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
	padding:10px 0;
    transition: all .3s;
    padding-right: 50px;
}
.gnavi2 li a:hover {
    opacity: .5;
}










/*other_mv*/
.other_mv {
    margin-top: 100px;
}
.other_mv .ttl_mv h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: .5rem;
    line-height: 50px;
}
.other_mv .ttl_mv .ttl_ja {
    font-size: 14px;
}
.other_mv figure {
    margin-right: 120px;
    margin-top: 50px;
    height: 500px;
}
.other_mv figure img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}


/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  left: 50px;
  bottom: 110px;
  writing-mode: vertical-rl;
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #43954E;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
/* 線の背景色 */
.scroll::after {
  background-color: #ccc;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}





/*btn01*/
.btn01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
}
.btn01 a {
    text-align: center;
    display: inline-block;
    background-color: #333333;
    width: 100px;
    height: 100px;
    padding-top: 26px;
    transition: all .3s;
}
.btn01 a .contact {
    position: relative;
}
.btn01 a .contact img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: auto;
}
.btn01 a p {
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding-top: 30px;
}
.btn01 a:hover {
    background-color: #000;
}


/*btn03*/
.btn03 {
    margin-top: 50px;
}
.btntransform{
	position: relative;
    display: inline-block;
	padding:0 0 0 40px;
	line-height: 60px;
    color: #333;
    text-decoration: none;
    outline: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.btntransform::before{
	content:'';
	position:absolute;
	left:0;
	z-index: -1;
	width:60px;
	height:60px;
	background:#B2A495;
	border-radius:30px;
    transition:.4s ease-out;
}
.btntransform:hover::before{
	width:170px;
}
/* 矢印の形状 */
.btntransform::after{
	position: absolute;
    content: '';
    top: 27px;
    right: -20px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

/*ttl*/
.ttl {
    display: flex;
    align-items: flex-end;
}
.ttl h3 {
    position: relative;
    display: flex;
    align-items: flex-end;
    font-family: "Noto Serif JP", serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
}
.ttl h3::before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #43954E;
}
.ttl .ttl_ja::before {
    content: ""; /* 擬似要素に内容を追加 */
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #333;
    margin-left: 5px;
    transform: rotate(100deg) translateX(-6px);
    transform-origin: center;
}
.ttl .ttl_ja {
    font-size: 20px;
}


.ttl3 {
    display: flex;
    align-items: flex-end;
}
.ttl3 {
    position: relative;
}
.ttl3 h3 {
    padding-left: 70px;
    position: relative;
    display: flex;
    align-items: flex-end;
    font-family: "Noto Serif JP", serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
}
.ttl3 h3::before {
    display: none;
}
.ttl3 h3::after {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-color: #BED6C1;
    z-index: -1;
}
.ttl3 .ttl_ja::before {
    content: ""; /* 擬似要素に内容を追加 */
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #333;
    margin-left: 5px;
    transform: rotate(100deg) translateX(-6px);
    transform-origin: center;
}


/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 30px);
}
.fade-in-down {
  transform: translate(0, -30px);
}
.fade-in-left {
  transform: translate(-100px, 0);
}
.fade-in-right {
  transform: translate(100px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* 遅延 */
.delay-time02{
animation-delay: 0.2s;
}

/*順番に出現*/
.box{
	opacity: 0;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}


/*footer*/
.footer {
    background-color: #0B4B14;
    padding-top: 100px;
    padding-bottom: 30px;
}
.footer h1 img {
    width: 200px;
    height: auto;
}
.footer .address {
    padding-top: 50px;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #fff;
}
.footer .tel {
    padding-top: 20px;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
.footer nav ul {
    margin-right: 80px;
}
.footer nav ul li {
    margin-bottom: 30px;
}
.footer nav ul li a {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition: all .3s;
}
.footer nav ul li a:hover {
    opacity: .5;
}
.footer .small {
    padding-top: 50px;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}




@media (max-width: 1200px) {
    .inner {
        padding-left: 50px;
        padding-right: 50px;
    }
    .inner02 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .other_mv figure {
        margin-right: 50px;
        margin-top: 50px;
        height: 400px;
    }
    .other_mv figure img {
        height: 400px;
    }
}


@media (max-width: 990px){
    .gnavi2 li a {
        padding-right: 30px;
    }
}


@media (max-width: 768px){
    /*TOP*/
    .inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .inner02 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header {
        display: none;
    }
    .header-sp {
        display: block;
    }
    .line {
        height: 2px;
    }

    .scroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
    z-index: 100;
    }
    .scroll span {
        font-size: 14px;
        color: #fff;
    }
    .scroll::before {
    animation: scroll 2s infinite;
    background-color: #43954E;
    bottom: -65px;
    content: "";
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
    z-index: 2;
    }
    .scroll::after {
    background-color: #ccc;
    bottom: -65px;
    content: "";
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
    }
    .header-sp h1 {
        width: 100%;
        height: 60px;
        background-color: #fff;
    }
    .header-sp h1 a {
        position: relative;
        display: inline-block;
        width: auto;
        height: 58px;
        background-color: #fff;
        z-index: 999;
        margin-top: 2px;
    }
    .header-sp h1 a img {
        width: auto;
        height: 40px;
        padding-left: 20px;
        padding-top: 10px;
    }
    .header-sp .box01 {
        margin-top: 30px;
    }
    .header-sp .box01 a {
        background-color: #574A3A;
        width: 100%;
        height: 160px;
        z-index: 99;
        padding-left: 30px;
        padding-right: 30px;
        transition: all .3s;
    }
    .header-sp .box01 a:hover {
        opacity: .8;
    }
    .header-sp .box01 figure {
        position: relative;
        background-color: #B2A495;
        width: 60px;
        height: 60px;
        border-radius: 30px;
    }
    .header-sp .box01 figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 10px;
        height: auto;
    }
    .header-sp .box01 a {
        height: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-sp .box01 figure {
        width: 50px;
        height: 50px;
    }
    
    .header-sp .ttl h3 {
        color: #fff;
    }
    .header-sp .ttl h3::after {
        display: none;
    }
    .header-sp .ttl .ttl_ja {
        color: #fff;
    }
    
    .other_header {
        display: none;
    }
    .other_mv {
        margin-top: 50px;
    }
    .other_mv .ttl_mv h3 {
        font-size: 35px;
        line-height: 40px;
        letter-spacing: .4rem;
    }
    .other_mv figure {
        margin-top: 40px;
        margin-right: 0;
    }
    .other_mv figure {
        height: 280px;
    }
    .other_mv figure img {
        height: 280px;
    }
    
    /*hamburger menu*/
    .menu-btn {
        position: absolute;
        top:  0;
        right: 0;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #43954E;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #fff;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 8px;
    }
    .menu-btn span:after {
        top: 8px;
    }
    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    #menu-btn-check {
        display: none;
    }
    #menu-btn-check:checked ~ .menu-content {
        left: 0;
    }
    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 80;
        background-color: #fafafa;
        transition: all 0.8s;
        margin-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .menu-content ul {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        text-align: left;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0;
    }
    .menu-content ul li {
        list-style: none;
    }
    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        box-sizing: border-box;
        text-decoration: none;
        padding: 15px 0px;
        position: relative;
        margin: 0 auto 15px;
        white-space: nowrap;
        font-family: 'DM Sans', sans-serif;
        transition: all .3s;
    }    
    .menu-content ul li a:hover {
        opacity: .5;
    }
    .menu-content ul li a span {
        font-size: 14px;
        margin-left: 10px;
        color: #000;
        font-weight: 300;
    }
    .menu-content ul li a img {
        width: 30px;
        margin-right: 0;
        margin-left: auto;
    }
    /* ハンバーガーメニュー展開時、背景を固定 */
    body.active {
      height: 100%;
      overflow: hidden;
    }
    .btntransform {
        line-height: 50px;
        padding-left: 30px;
    }
    .btntransform::before {
        width: 50px;
        height: 50px;
    }
    .btntransform::after {
        top: 21px;
    }
    .btntransform:hover::before {
        width: 155px;
    }
    .btn03 {
        margin-top: 40px;
    }
    
    .ttl h3 {
        font-size: 30px;
    }
    .ttl .ttl_ja {
        font-size: 14px;
    }
    .ttl .ttl_ja::before {
        width: 14px;
    }
    .ttl h3::before {
        bottom: -15px;
        width: 100px;
    }


    .ttl3 h3 {
        padding-left: 50px;
        font-size: 30px;
    }
    .ttl3 h3::after {
        position: absolute;
        content: "";
        bottom: -35px;
        left: 0;
        width: 100px;
        height: 100px;
        border-radius: 60px;
        background-color: #BED6C1;
        z-index: -1;
    }
    .ttl3 .ttl_ja::before {
        content: ""; /* 擬似要素に内容を追加 */
        display: inline-block;
        width: 20px;
        height: 1px;
        background-color: #333;
        margin-left: 5px;
        transform: rotate(100deg) translateX(-6px);
        transform-origin: center;
    }
    

    .footer nav {
        display: none;
    }
    .footer {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .footer h1 a {
        position: relative;
        display: block;
        width: 100%;
        height: 43px;
    }
    .footer h1 a img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
    }
    .footer .address {
        padding-top: 30px;
        font-size: 14px;
    }
    .footer .tel {
        padding-top: 15px;
        font-size: 16px;
    }
    .footer .small {
        padding-top: 30px;
        font-size: 10px;
    }

}



@media (max-width: 550px){
    .menu-content ul li a {
        padding: 10px 0;
    }
}


















