@charset "UTF-8";
/* CSS Document */
/* ============================================ */
/*
768〜1200pxでフォントサイズ24px(2.4rem)〜36px(3.6rem)で可変　

計算式
calc(ZZ + ((1vw - XX) * YY))
ZZ = 24 * 0.1rem = 2.4rem
XX = (768 / 100 * 0.1rem) = 0.768rem
YY = 100 * (36 - 24) / (1200 - 768) = 2.777

font-size: calc(2.4rem + ((1vw - (768 / 100 * 0.1rem)) * 100 * (36 - 24) / (1200 - 768)));
*/
/* ============================================ */
main {
	overflow-x: hidden;
}
/* WebP未対応のブラウザ用のスタイル */
.no-webp .img-webp {
  display: none;
}
.webp .img-png {
  display: block;
}
/* WebP対応のブラウザ用のスタイル */
.no-webp .img-webp {
  display: block;
}
.webp .img-png {
  display: none;
}

body {
	background-color: #fff;
}
.top-main {
	height: 75vh;
    min-height: 550px;
	max-height: 650px;
	color: #fff;
    z-index: 1;
}
.top-main:after {
   	/*position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
	max-height: 660px;
    content: "";
    background-image: url(../img/top-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;*/
}
.top-main.back-off:after {
	background-image: none;
	background: #fff;
}
@media only screen and (min-width: 1025px) {
.top-main:before {
	position: fixed;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: skewY( 75deg );
    transform-origin: bottom left;
	z-index: 1;
}
}
.top-main-heading {
	padding-top: 120px;
    text-align: center;
	position: fixed;
    left: 0;
    right: 0;
	transition: 1s;
	z-index: 2;
}
.top-main-heading-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 50vh;
    max-height: 350px;
    min-height: 300px;
}
.top-main-logo {
	transition: .5s;
	opacity: 1;
}
.top-main-logo img{
	background: #000;
	padding: .5em 1em;
}
.top-main-catch {
	font-size: 4.8rem;
	letter-spacing: .25rem;
	font-weight: bold;
	margin-bottom: .75em;
	transition: .5s;
	opacity: 1;
	text-shadow: 0 0 10px rgb(0 0 0);
}
.top-main-text {
	font-size: 1.5rem;
	font-weight: bold;
	transition: .5s;
	opacity: 1;
	text-shadow: 0 0 6px rgb(0 0 0);
}
.top-main-logo.remove,
.top-main-catch.remove,
.top-main-text.remove,
.top-hidden.remove {
	opacity: 0;
	transition: .5s;
}
.container {
	background: #fff;
	position: relative;
    z-index: 2;
}
.container.container-left {
	padding-top: 0;
    margin-top: -0;
	/*background: linear-gradient(rgba(243, 250, 247,0)20%, rgb(243, 250, 247) 30%, rgb(243, 250, 247));*/
}
.container.container-left:before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100vw;
    border-color: transparent transparent #fff transparent;
}
.container.container-left{
	overflow-x: clip;
}
.container.container-right,
.container .container-left-line,
.container.container-right-line {
	overflow-x: hidden;
}
.container .container-left-line {
	position: relative;
}
.container.container-left,
.container.container-right-line {
	padding-bottom: 0;
}
.container-left-line:before {
    content: "";
    position: absolute;
    top: 15.5em;
    left: -40VW;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 300px 0 0 180VW;
    border-color: #fff;
    box-shadow: 0 -10px 10px 0 rgb(3 0 0 / 5%);
	z-index: 2;
	opacity: 0;
	transform: rotate( 5deg ) translate3d(-100%, 0, 0);
    transition: transform 300ms;
}
.container-left-line:after {
    content: "";
    width: 100%;
    height: 30em;
    top: 0;
    position: absolute;
    background: linear-gradient(rgba(255, 255, 255,0), rgba(255, 255, 255,.5)5%, rgba(3, 0, 0, .1));
    z-index: 1;
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
    transition: transform 310ms;
}
.container-left-line.shadow:before {
	opacity: 1;
	transform: rotate( 5deg ) translate3d(0, 0, 0);
}
.container-left-line.shadow:after {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
.container-inner-left {
	width: 70%;
	min-width: 880px;
	display: flex;
	justify-content: center;
    padding: 10em 0 5em;
	position: relative;
    z-index: 3;
}
.container-inner-left .top-contents {
	padding: 0;
	z-index: 1;
}
.container-inner-left .top-contents figure {
    position: absolute;
	right: -380px;
    top: 16em;
    width: 565px;
    z-index: 1;
}
.container-right{
	display: flex;
	justify-content: flex-end;
}
.container-right-line:before {
    content: "";
    position: absolute;
    top: 12.5em;
    right: -10VW;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 500px 0 0 110VW;
    border-color: #fff;
    transform: rotate( -5deg );
    box-shadow: 0 -10px 10px 0 rgb(3 0 0 / 5%);
	z-index: 2;
	opacity: 0;
	transform: rotate( -5deg ) translate3d(100%, 0, 0);
    transition: transform 300ms;
}
.container-right-line:after {
    content: "";
    width: 100%;
    height: 25em;
    top: 0;
    position: absolute;
    background: linear-gradient(rgba(255, 255, 255,0), rgba(255, 255, 255,.5)5%, rgba(3, 0, 0, .1));
    z-index: 1;
	opacity: 0;
	transform: translate3d(100%, 0, 0);
    transition: transform 310ms;
}
.container-right-line.shadow:before {
	opacity: 1;
	transform: rotate( -5deg ) translate3d(0, 0, 0);
}
.container-right-line.shadow:after {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
.container-inner-right {
    width: 70%;
	min-width: 880px;
	display: flex;
	justify-content: center;
    padding: 5em 0;
	margin-bottom: 60px;
	position: relative;
    z-index: 3;
}
.container-inner-right:before {
    /*content: "";
    background: linear-gradient(#fff, #f3faf7);
    width: 100%;
    height: calc(100% - 120px );
    position: absolute;
	top: 120px;*/
    z-index: -1;
    
}
.container-inner-right:after {
    /*content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    top: -35px;
    left: -120px;
    background: radial-gradient(ellipse at center, rgba(194,216,206,1) ,rgba(243, 250, 247,0) 70%);*/
	z-index: -2;
}
.container-inner-right .top-contents {
	padding: 0;
	z-index: 1;
}
.container-inner-right .top-contents figure {
    position: absolute;
    left: -310px;
    top: 16em;
    width: 565px;
    z-index: 1;
}
.top-contents-heading {
	margin-bottom: 60px;
}
.top-contents-heading .heading-main {
	font-size: 8rem;
	font-weight: bold;
	line-height: normal;
}
.top-contents-heading .heading-sub {
	font-size: 1.5rem;
	background: #333;
	padding: .25em .5em;
	display: inline-block;
	color: #fff;
}
.top-contents-heading .heading-cap {
	font-size: 1.3rem;
}
.top-contents-text {
	padding-left: 60px;
	margin-bottom: 2em;
	position: relative;
	z-index: 2;
}
.top-contents-text .text-title {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: .5em;
}
/*.btn-more {
    width: 160px;
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 4px;
	text-align: left;
	position: relative;
	font-weight: bold;
	color: #333;
	margin: auto;
}
.btn-more a {
	display: flex;
	align-items: center;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-left: .5em;
}
.btn-more a:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 7px solid #333;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	position: absolute;
    right: .5em;
	top: 0;
    bottom: 0;
    margin: auto;
}*/

.btn-more a{
	width:100%;
	max-width: 160px;
	height:40px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	margin: auto;
	text-align:center;
	font-weight:bold;
	color:#333;
	background-image:linear-gradient(to right, #00522a 50%, #FFF 50%);
	background-position:100% 0;
	background-size:200% auto;
	transition:0.3s;
	background-color:transparent;
	position:relative;
	display: flex;
    justify-content: center;
    align-items: center;
	}
	
.btn-more a:hover {
	background-position:0 0;
	color:#FFF;
	text-decoration:none;
	transition: 0.3s;
	}

.btn-more a:before{
    content: '';
	width: 0;
	height: 0;
	border-left: 7px solid #333;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	position: absolute;
    right: .5em;

	top: 0;
    bottom: 0;
    margin: auto;
	transition: 0.3s;
	}

.btn-more a:hover:before{
    border-left: 7px solid #fff;
	transition: 0.3s;
	}

.heading-flow {
    font-weight: bold;
    font-size: 2.4rem;
    position: relative;
    max-width: 1100px;
    margin: 0 auto 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    word-break: keep-all;
}
.heading-flow:before {
	content: "";
    display: inline-block;
    width: 100%;
    margin-right: 2em;
	height: 2px;
	background: linear-gradient(to left, rgba(153, 153, 153,1), rgba(221, 221, 221, .1));
}
.heading-flow:after {
	content: "";
    display: inline-block;
    width: 100%;
    margin-left: 2em;
	height: 2px;
	background: linear-gradient(to right, rgba(153, 153, 153,1), rgba(221, 221, 221, .1));
}
.top-flow {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: auto;
	margin-bottom: 4rem;
}

.top-flow li{
	flex-basis: calc(99% / 6);
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	color: #333;
	font-weight: bold;
}
.top-flow li img {
	display: block;
    margin: auto;
	max-width: 100%;
	flex-shrink:0;
}
.top-flow li:not(:last-child)::after{
	content: '';
	width: 15px;
	height: 15px;
	border: 0px;
	border-top: solid 3px #cccccc;
	border-right: solid 3px #cccccc;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: -7px;
	margin-top: -4px;
}

.top-works {
    background: linear-gradient(#666666, #333333);
    color: #fff;
    padding: 5em 0em 5em 5em;
}

/*----------TOPスライダー----------*/
.transition_all_03s {
transition:all .3s ease;
}
*, *:before, *:after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.swiper-container.main-slider {
width: 110%;
height: 100vh;
position: fixed!important;
z-index: 0!important;
float:left;
transition:opacity .6s ease, transform .3s ease;
}
.swiper-container.main-slider::before {
    content: '';
    display:block;
    height: 100px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}
.swiper-container.main-slider::after {
    content: '';
    display:block;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(10,85,0,0.45) 0%, rgba(176,0,0,0.35) 100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}
.swiper-container.main-slider .swiper-slide{
overflow: hidden;
}
.swiper-container.main-slider .swiper-slide .slide-bgimg{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
max-height: 660px;
background-position:center;
background-size:cover;
}
.swiper-container.main-slider .entity-img{
display:none;
}

/*----------ページ下部TOPスライダー----------*/
.top-works h2 {
    font-size: 8rem;
    font-weight: bold;
    line-height: normal;
}

.top-works h2 + p {
    background: #111;
    display: inline-block;
    padding: .5rem 1rem;
}

.gallery {
    width: 70%;
    max-width: calc(100% - 35rem);
}

.works-slidecompany {
    width: 33rem;
    margin: 0 !important;
}

.slide-flex {
    display: flex;
    justify-content: space-between;
	margin: auto;
    max-width: 1600px;
}

.swiper-wrapper.company {
    margin-top: 2rem;
    margin-bottom: 3rem;
    height: auto !important;
    text-align: center;
}
.swiper-wrapper.company p > span {
	font-size: 1.3rem;
	display: block;
}
.allow {
    position: relative;
}

.swiper-pagination.works {
    margin-bottom: 2rem;
}

.worksimg_flex {
    display: flex;
    /* justify-content: flex-end; */
}

.worksimg_flex > div:nth-child(1) {
    margin-top: 8rem;
		margin-right: 5%;
    max-width: 300px;
    width: 25%;
}
.worksimg_flex > div:nth-child(2) {
    max-width: 800px;
    width: 70%;
}
.worksimg_flex > div img {
    box-shadow: 0px 0px 15px 8px #2a2a2a;
}

.swiper-wrapper.works_slide {
    padding: 2rem 0rem 2rem 1.7rem;
}

/*----------------新着情報------------------*/
.news.container-inner {
    padding-top: 0;
    margin-top: 0;
}
.news .container-ttl {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1.25em;
    text-align: center;
}

.news .container-ttl:after {
    content: "";
    display: block;
    width: 8rem;
    height: 4px;
    background: linear-gradient( 90deg, #80221b 0%, #80221b 50%, #00522a 50%, #00522a 100%);
    margin: auto;
    margin-top: 2rem;
}

.news .info > div {
    border-bottom: solid 1px #dddddd;
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
}

.news .info {
    border-top: solid 1px #dddddd;
}

.news .info > div .date {
    font-weight: bold;
    flex-basis: 12rem;
}

.news .info > div .text {
    flex-basis: calc(100% - 12rem);
}








@media only screen and (max-width: 1024px) {
.top-main {
    min-height: 500px;
	max-height: 600px;
    margin-bottom: 3vh;
}
.top-main-heading-wrap {
    max-height: 300px;
    min-height: 230px;
}
.top-main-catch {
    font-size: 3.6rem;
	letter-spacing: 0;
}
.top-main-text {
    font-size: 1.3rem;
}
}
@media only screen and (max-width: 959px) {
.container-inner-left:before,
.container-inner-right:before {
    height: calc(100% - 107px );
    top: 107px;
}
.container-inner-left,
.container-inner-right {
    width: 100%;
    min-width: inherit;
}
.container-inner-left .top-contents,
.container-inner-right .top-contents {
	padding: 0 20px;
	width: 100%;
}
.container-inner-left .top-contents figure,
.container-inner-right .top-contents figure {
    position: inherit;
}
.container-inner-left .top-contents figure {
	text-align: right;
    width: 100%;
}
.container-inner-right .top-contents figure {
	text-align: left;
    width: 100%;
}
.top-contents-heading .heading-main {
    font-size: 5.5rem;
}
.top-contents-text {
    padding-left: 1em;
}
.top-contents-text .text-title {
    font-size: 1.7rem;
}
.top-flow {
	font-size: 1.3rem;
    padding: 0 1em;
}
.top-flow li {
    flex-basis: calc(100% / 3);
}
.top-flow li:nth-last-child(n+4) {
    margin-bottom: 2em;
}

.top-flow li:not(:last-child)::after {
    right: 0;
}
.top-flow li img {
    max-width: 50%;
}
	
	
/*----------ページ下部TOPスライダー----------*/
.top-works h2 {
	font-size: 5.5rem;
}

.top-works h2 + p {
}

.gallery {
	width: 100%;
	max-width: unset;
	margin-top: 2rem;
}

.works-slidecompany {
	width: 100%;
}

.slide-flex {
	display: block;
}

.swiper-wrapper.company {

}

.allow {

}
.swiper-pagination.works {

}

.worksimg_flex {
	padding: 0 4rem 0 0;
}

.worksimg_flex > div:nth-child(1) {
	margin-top: 4rem;
}
.worksimg_flex > div img {
	
}

.swiper-wrapper.works_slide {

}
.top-works{
	padding: 2em 2em 2em 2em;
}
	
/*----------------新着情報------------------*/
.news .container-ttl {

}

.news .container-ttl:after {

}

.news .info > div {

display: block;
}

.news .info {

}

.news .info > div .date {

}

.news .info > div .text {

}
	
}

