@charset "utf-8";

#content_Wrap {
    background: #fff;
	color: #333;
	padding: 0;
	overflow: hidden;
}


.sec_Ttl {
  margin-bottom: 30px;
  font-size: 45px;
  font-feature-settings: "palt";
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

#main_Img {
  position: relative;
  margin-bottom: 0px;
}

#main_Img h2 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 7vw;
}

#main_Img .cap_Txt {
margin: 0 auto;
right: 10px;
bottom: 0;
text-align: center;
color: #000;
}

#main_Img img {
  /*clip-path: circle(160% at 50% -110.5%);*/
}



.title_yoko:after {
content: "";
position: absolute;
left: -30px;
bottom: 0px;
width: 2px;
height: 150%;
background: #8e0303;
z-index: 4;
}


.facade {
width: 1000px;
max-width: 90%;
margin: 0 auto 150px;
position: relative;
transform: translateY(-50px);
}
.facade .title_yoko {
width: 1000px;
max-width: 90%;
margin: 0 auto 0px;
padding-bottom: 60px;
position: relative;
}
.facade h3 {
max-width: 100%;
margin-bottom: 20px;
color: #003615;
font-size: 4.5vw;
}
.facade h3 span {
font-family: 'Montserrat', sans-serif;
font-feature-settings: "palt";
font-size: 2vw;
margin-left: 20px;
}
.facade p {
line-height: 2.3;
margin-bottom: 0px;
}
.facade figure {
margin-top: -30px;
}


.c_space {
width: 100%;
background: #f8f5e6;
padding: 0 0 50px;
margin-bottom: 50px;
}
.c_space .ttl_area {
width: 100%;
text-align: center;
margin-bottom: 30px;
}
.c_space .ttl_area h3 {
font-family: 'Montserrat', sans-serif;
font-feature-settings: "palt";
font-size: 40px;
margin-bottom: 20px;
color: #003615;
transform: translateY(-0.5em);
}
.c_space .ttl_area p  {
font-size: 25px;
transform: translateY(-0.8em);
}

.common5space {
width: 1000px;
max-width: 90%;
margin: 0 auto 50px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.common5space li.img {
width: 55%;
}
.common5space li.txt {
width: 40%;
}
.common5space li.txt h4 {
font-size: 28px;
margin-bottom: 20px;
line-height: 1.6;
}
.common5space li.txt p {
font-size: 17px;
line-height: 1.8;
}


.anime_wrap{
    position: relative;
    overflow: hidden;
}
.anime_wrap p{
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 40px;
    font-weight: bold;
}
.pattern7::before,
.pattern7::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.pattern7::before{
    background: #FFF;
    z-index: 3;
    transition: 1s;
}
.pattern7::after{
    background: #003615;
    z-index: 2;
    transition: 1s;
    transition-delay: .5s;
}
.pattern7.show::before,
.pattern7.show::after{
    transform: translateY(100%);
}
.pattern7 img{
    opacity: 0;
    transform: scale(.8);
    transition: 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: .4s;
}
.pattern7.show img{
    opacity: 1;
    transform: scale(1);
}
.pattern7 p{
    color: #FFF;
    opacity: 0;
    transform: translateX(-40px);
    transition: 1.2s;
    transition-delay: .8s;
    z-index: 1;
    overflow: hidden;
}
.pattern7.show p{
    opacity: 1;
    transform: translateX(0);
}



/*-----------------------------
tab〜
-----------------------------*/
@media only screen and (max-width: 1024px) {

}

/*-----------------------------
tabのみ
-----------------------------*/
/*@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .teiki { width: 60%;}
}*/

/*-----------------------------
sp
-----------------------------*/
@media only screen and (max-width: 830px) {

  #main_Img {
    position: relative;
    margin-bottom: 0px;
  }
  
  #main_Img .cap_Txt {
  bottom:20px;
  left: 40px;
  right: inherit;
  }

  #main_Img h2 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
	font-size: 12vw;
	margin-bottom: 0;
  }

  #main_Img img {
    /*clip-path: circle(140% at 50% -33%);*/
  }

.facade {
max-width: 100%;
margin: 0 auto 80px;
transform: translateY(0px);
}
.facade .title_yoko {
max-width: 85%;
margin-right: 5%;
}
.facade h3 {
width: auto;
font-size: 9vw;
}
.facade h3 span {
font-size: 4vw;
margin-left: 10px;
}
.facade p {
line-height: 2;
font-size: 14px;
}
.facade .red_en {
width: 400px;
right: -300px;
bottom: -100px;
}
.facade .title_yoko {
position: relative;
z-index: 3;
}
.title_yoko:after {
left: -20px;
}

.c_space {
padding: 0 0 20px;
}
.c_space .ttl_area h3 {
font-size: 8vw;
margin-left: 0;
margin-bottom: 10px;
}
.c_space .ttl_area p {
font-size: 18px;
}
.common5space {
margin: 0 auto 30px;
}
.common5space li.img {
width: 100%;
order: 1;
margin-bottom: 20px;
}
.common5space li.txt {
width: 100%;
order: 2;
}
.common5space li.txt h4 {
font-size: 22px;
margin-bottom: 15px;
}
.common5space li.txt p {
font-size: 15px;
}


}