@charset "utf-8";

.sp {
	display: none !important;
}

.tablet {
	display: none !important;
}

/*MV*/

#main{
    position: relative;
    display: block;
	padding-top: 160px;
}

#mvWrap{
	position: relative;
	box-sizing: border-box;
    z-index: 2;
}
#mv{
    height: 660px;
	width: 100%;
	background: url("../img/mv.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.mvCopyW{
    position: relative;
	padding-top: 190px;
	text-align: center;
}
.mvCopy1{
    font-size: 5rem;
	line-height: 5.6rem;
	color: #fff;
	font-weight: 200;
	position: relative;
	margin-bottom: 29px;
	letter-spacing: 0.05em;
}
.mvCopy1S{
    font-size: 3.1rem;
	color: #fff;
	font-weight: 200;
	margin-bottom: 95px;
	position: relative;
	letter-spacing: 0em;
}
.mvCopy2{
	font-size: 9rem;
	line-height: 8rem;
	color: #fff;
	letter-spacing: 0.1em;
}
.mvCopy2S{
	display: inline-block;
	position: relative;
	font-size: 2rem;
	margin-left: 30px;
	line-height: 3.5rem;
	letter-spacing: 0.05em;
	text-align: left;
	top: -15px;
}
.mvLink{
	display: inline-block;
	position: absolute;
	background: #000;
	padding: 8px 12px;
	overflow: hidden;
}
.mvLink span{
	color: #fff !important;
	position: relative;
	z-index: 1;
}
.mvLink:hover span{
	color: #000 !important;
}
.mvLink:before{
	content: "";
	width: 100%;
	height: 50px;
	background: #D7A400;
	position: absolute;
	left: -100%;
	top: 0;
	transition: 0.3s;
}
.mvLink:hover:before{
	left: 0;
}
.mvLink:after{
	content: "";
	background: url("../img/arrow_r1.svg") no-repeat;
	background-size: contain;
	width: 10px;
	height: 12px;
	display: inline-block;
	position: relative;
	margin-left: 10px;
}
.mvLink:hover:after{
	background: url("../img/arrow_r1_ov.svg") no-repeat;
}
.mvLink1{
	bottom: 0;
	left: 50%;
	transform: translateX(-550px);
}
.mvLink2{
	bottom: 0;
	left: 50%;
	transform: translateX(100px);
}
.mvLink3{
	bottom: 0;
	left: 50%;
	transform: translateX(350px);
}

@media screen and (max-width: 1450px) {
}

/*TOPページ*/



/*個別Style*/

#topSec01{
    position: relative;
    z-index: 2;
}

.topSec01W{
    position: relative;
    text-align: center;
    padding: 100px 0 20px;
}
.top01Ttl1{
	margin-bottom: 100px;
}
.top01Box1{
	display: flex;
	position: relative;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.top01Box1:before{
	content: "";
	background: url("../img/asset_1.svg") no-repeat;
	background-size: contain;
	width: 69px;
	height: 68px;
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-584px);
	top: -32px;
}
.top01Box1L{
	width: 265px;
	text-align: center;
}
.top01Ttl2{
	font-size: 2.4rem;
	line-height: 4.2rem;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.top01Ttl2 span{
	font-size: 3.6rem;
}
.top01Txt1{
	margin-bottom: 25px;
}
.top01Txt2{
}
.top01Box2{
	display: flex;
	justify-content: space-between;
	width: 950px;
	margin: 0 auto 40px;
}
.top01Circle{
	width: 170px;
	height: 170px;
	border-radius: 50%;
	box-sizing: border-box;
	padding-top: 60px;
	background: #F6F6F6;
	position: relative;
}
.assetX:after{
	content: "";
	background: url("../img/asset_x.svg") no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	right: -68px;
	top: 50%;
	transform: translateY(-50%);
}
.assetE:after{
	content: "";
	background: url("../img/asset_e.svg") no-repeat;
	background-size: contain;
	width: 35px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: -65px;
	top: 50%;
	transform: translateY(-50%);
}
.circleTxt1{
	font-size: 3rem;
	line-height: 3rem;
	margin-bottom: 10px;
}
.circleTxt2{
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
.top01Txt3{
	margin-bottom: 15px;
}
.top01Txt4{
}

#topSec02{
	
}
.topSec02W{
    position: relative;
    text-align: center;
    padding: 80px 0 100px;
}
.top02Ttl1{
    margin-bottom: 40px;
}
.top02Lists1{
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.top02List1{
    width: 260px;
    display: inline-block;
}
.top02List1 a{
    display: block;
    overflow: hidden;
}
.top02Img1{
    margin-bottom: 15px;
    position: relative;
}
.top02Img1 img{
    filter: brightness(75%);
    transition: 0.3s;
}
.top02List1 a:hover .top02Img1 img{
    filter: brightness(100%);
}
.top02ImgTxt{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 3rem;
	left: 0;
}
.top02Txt1{
    font-size: 1.2rem;
    margin-bottom: 10px;
	color: #D38B00;
}
.top02Txt2{
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.top02Txt3{
    font-size: 1.2rem;
    line-height: 2.1rem;
}

.top02Lists2{
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.top02List2{
    width: 350px;
    display: inline-block;
}
.top02Img2{
    margin-bottom: 15px;
    position: relative;
}
.top02Img2 img{
    filter: brightness(75%);
    transition: 0.3s;
}
.top02List2 a:hover .top02Img2 img{
    filter: brightness(100%);
}
.top02ImgTxt2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 8.5rem;
    right: 10px;
}
.top02Txt4{
    font-size: 2rem;
}


#topSec03{
    background: #eee;
}
.topSec03W{
    padding: 100px 0 60px;
    position: relative;
    text-align: center;
}

.top03Lists{
	display: flex;
	justify-content: flex-start;
	column-gap: 25px;
	flex-wrap: wrap;
}
.top03List{
    letter-spacing: normal;
    background: #fff;
    width: 350px;
    display: inline-block;
    margin-bottom: 60px;
}
.top03Img{
}
.top03TxtW{
    padding: 30px 30px;
    box-sizing: border-box;
    position: relative;
}
.top03Ttl2{
    font-size: 2rem;
    margin-bottom: 20px;
	white-space: nowrap;
}
.top03Txt1{
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-align: left;
	color: #D38B00;
}
.top03Txt2{
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-align: left;
}
.top03Txt3{
    font-size: 1.2rem;
    text-align: left;
    line-height: 2.1rem;
}
.top03More{
    font-size: 1.2rem;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #595757;
    padding: 5px 8px;
}
.top03Link{
	display: inline-block;
	position: absolute;
	background: #595757;
	padding: 8px 12px;
	overflow: hidden;
	bottom: 0;
	right: 0;
}
.top03Link span{
	color: #fff !important;
	position: relative;
	z-index: 1;
}
.top03Link:hover span{
	color: #595757 !important;
}
.top03Link:before{
	content: "";
	width: 100%;
	height: 50px;
	background: #fff;
	position: absolute;
	left: -100%;
	top: 0;
	transition: 0.3s;
}
.top03Link:hover:before{
	left: 0;
}
.top03Link:after{
	content: "";
	background: url("../img/arrow_r1.svg") no-repeat;
	background-size: contain;
	width: 10px;
	height: 12px;
	display: inline-block;
	position: relative;
	margin-left: 10px;
}
.top03Link:hover:after{
	background: url("../img/arrow_rg_ov.svg") no-repeat;
	background-size: contain;
	width: 10px;
	height: 12px;
}
#topSec04{
}
.topSec04W{
    padding: 100px 0 60px;
    position: relative;
    text-align: center;
}
.top04Ttl1{
    position: relative;
    margin-bottom: 75px;
}
.top04Ttl1:before{
    content: "";
    background: url("../img/icon_photo2.svg") no-repeat;
    background-size: contain;
    width: 46px;
    height: 36px;
    position: absolute;
    left: 50%;
    transform: translateX(-300px);
}
.top04TtlLink{
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(250px);
    font-size: 1.4rem;
}
.top04TtlLink:after{
    content: "";
    background: url("../img/arrow_r2.svg") no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: absolute;
    display: block;
    right: -32px;
    top: 0px;
}
.top04Copy{
    font-size: 4rem;
    margin-bottom: 20px;
}
.top04Txt{
    font-size: 2rem;
    line-height: 4.1rem;
    margin-bottom: 40px;
}
.sec04PhotoW{
    width: 1000px;
    margin: 0 auto 60px;
}
.sec04ImgL{
    margin-bottom: 20px;
}
.sec04TnW{
    display: flex;
    justify-content: space-between;
}
.sec04Tn{
    width: 236px;
}
#topSec04_2{
    background: #eee;
}
.topSec04_2W{
    padding: 100px 0 80px;
    position: relative;
    text-align: center;
}

#topSec05{
	padding-top: 80px;
}
.topSec05W{
    background: url("../img/sec05_bg.jpg") no-repeat;
    background-position: top center;
    background-size: cover;
    height: 814px;
    position: relative;
}
.topSec05Bg{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
.top05TtlW{
    display: inline-block;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-650px);
    bottom: 50px;
    white-space: nowrap;
}
.top05Ttl1{
    font-size: 5.2rem;
    line-height: 5.2rem;
    position: relative;
    transform: translateX(-33px);
}
.top05Ttl2{
    font-size: 14rem;
    line-height: 14rem;
    position: relative;
    color: #fff;
	top: -20px;
}
.top05Ttl3{
    font-size: 6rem;
    line-height: 6rem;
    position: absolute;
    transform: translateX(50px);
    color: #fff;
	left: 394px;
	bottom: 35px;
}
.top05Ttl3:before{
	content: "photo by Yui";
	font-size: 2rem;
    font-family: 'Oswald', sans-serif;
	font-weight: 200;
	background: #D7A400;
	padding: 2px 5px;
	border-radius: 4px;
	position: absolute;
	right: 0;
	top: 20px;
	line-height: normal;
	display: inline-block;
}

.top05TxtW{
    width: 350px;
    box-sizing: border-box;
    background: #fff;
    padding: 30px 35px;
    position: absolute;
    left: 50%;
    transform: translateX(-550px);
    bottom: 0;
    text-align: left;
}
.top05Ttl4{
    font-size: 3rem;
	line-height: 5rem;
    margin-bottom: 45px;
}
.top05Ttl4 small{
	font-size: 2.1rem;
	letter-spacing: -0.05em;
}
.top05SnsW{
    display: flex;
    justify-content: space-between;
    width: 60px;
    margin: 0 auto 35px;
}
.top05SnsW a{
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    transition: 0.3s;
}
.top05SnsW a:hover img{
    opacity: 0;
}
.top05SnsW a:before{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}
.top05SnsW a:hover:before{
    opacity: 1;
}
.iconYou2{
	opacity: 0.5;
}
.iconYou2:before{
    background: url("../img/icon_youtube_ov.svg") no-repeat;
    background-size: contain;
}
.iconIns2:before{
    background: url("../img/icon_ins_ov.svg") no-repeat;
    background-size: contain;
}
.iconTw2:before{
    background: url("../img/icon_Tw_ov.svg") no-repeat;
    background-size: contain;
}
.sec05Txt1{
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.sec05TxtEn{
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.sec05Txt2{
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.sec05Txt3{
    font-size: 1.2rem;
    line-height: 2.1rem;
}

/*NEWS*/

#newsSec{
    position: relative;
}
.newsSecW{
    padding: 100px 0 0px;
    position: relative;
    text-align: center;
}
.newsSecTtl1{
    margin-bottom: 70px;
}
.newsSecW{
    
}
.newsW{
    float: left;
    width: 850px;
    text-align: left;
}

.newsLists{
}
.newsList{
    position: relative;
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.newsList:after{
    content: "";
    position: absolute;
    width: 34px;
    height: 1px;
    border-bottom: 1px solid rgba(87,87,87,0.5);
    display: block;
    left: 0;
    bottom: 0;
}
.newsList:last-child:after{
    display: none;
}
.newsDate{
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.newsTtl{
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.newsTxt{
    font-size: 1.2rem;
    line-height: 2.1rem;
}
.pagerW{
    display: inline-block;
}
#inMain .pagerW {
    margin-bottom: 50px;
}
.pager{
    display: inline-block;
    color: #DBDCDC !important;
    font-size: 1.2rem;
    margin-right: 20px;
}
.pager:last-child{
    margin-right: 0;
}
.pager a{
    color: #DBDCDC !important;
}
.pager.active a{
    color: #D7A400 !important;
}

.topQrW{
    width: 184px;
    float: right;
    text-align: left;
}
.qrList {
	margin-bottom: 45px;
}
.qr{
    margin-bottom: 15px;
	border: 1px solid rgba(89,89,89,0.5);
	padding: 10px;
	box-sizing: border-box;
}
.qr.pre{
	background: #F5F5F5;
	height: 184px;
	position: relative;
}
.qr.pre:before{
	content: "近日公開";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.qrTxt1{
    font-size: 1.3rem;
    line-height: 2.4rem;
    margin-bottom: 5px;
}
.qrTxt2{
    font-size: 1.2rem;
    line-height: 2.1rem;
}

#topSec07{
    position: relative;
}
.topSec07W{
    padding: 80px 0 20px;
    position: relative;
    text-align: center;
}
.top07Ttl1{
    margin-bottom: 50px;
}
.top07Box{
    background: #F5F5F5;
    display: flex;
    justify-content: space-between;
}
.top07BoxL{
    width: 366px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top07Logo{
    width: 258px;
    display: inline-block;
}
.top07BoxR{
    width: 735px;
    text-align: left;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 0;
}
.top07Txt1{
    font-size: 1.8rem;
    line-height: 4.1rem;
}

.top07Lists{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.top07List1{
    position: relative;
    width: 230px;
    text-align: center;
}
.top07Ttl2{
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
}
.top07Txt2{
    font-size: 1.2rem;
    letter-spacing: 0.14em;
}
.top07List2{
    position: relative;
    width: 300px;
    text-align: center;
}
.top07Txt3{
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-bottom: 15px;
}
.top07Txt4{
    font-size: 1.2rem;
    line-height: 2.1rem;
}
.top07List1:before{
    content: "";
    width: 1px;
    height: 18px;
    position: absolute;
    border-left: 1px solid rgba(87,87,87,0.5);
    left: 0;
    top: 0;
}
.top07List1:after{
    content: "";
    width: 1px;
    height: 18px;
    position: absolute;
    border-left: 1px solid rgba(87,87,87,0.5);
    right: 0;
    top: 0;
}
.top07List2:after{
    content: "";
    width: 1px;
    height: 18px;
    position: absolute;
    border-left: 1px solid rgba(87,87,87,0.5);
    right: 0;
    top: 0;
}
.top07TxtW{
    display: inline-block;
    text-align: left;
}


/*お問い合わせ*/

#secContact{
    padding-top: 166px;
    padding-bottom: 250px;
}
.secContactW{
    padding-top: 100px;
}
.contactTtl{
    width: 383px;
    margin: 0 auto 40px;
}
.contactTtl2{
    margin-bottom: 80px;
    color: #fff;
}
.contactW1{
    width: 1007px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.contactBox1{
    width: 490px;
    background: #fff;
    padding: 36px 0;
    text-align: center;
}
.contactBox2{
    width: 490px;
    background: #fff;
    padding: 36px 0;
    text-align: center;
}
.contactTtl3{
    font-size: 2.2rem;
    margin-bottom: 45px;
}
.contactW2{
    width: 1007px;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 80px 112px;
    box-sizing: border-box;
}
.contactTel{
    display: inline-block;
    font-size: 4rem;
    line-height: 4rem;
    position: relative;
    padding-left: 62px;
    margin-bottom: 20px;
}
.contactTel:before{
    content: "TEL";
    background: #333333;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 1.6rem;
}
.contactTelS{
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.lineBtn{
     display: inline-block;
     background: #333;
     overflow: hidden;
     position: relative;
     text-align: left;
    padding-left: 61px;
    box-sizing: border-box;
}
.lineBtn:before{
    content: "";
    background: url("../img/icon_line.svg") no-repeat;
    background-size: contain;
    width: 29px;
    height: 29px;
    display: inline-block;
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
}
.lineBtn:hover{
    background: rgba(0,0,0,0.2);
    color: #000 !important;
}
.lineBtn:hover:before{
    background: url("../img/icon_line_ov.svg") no-repeat;
    background-size: contain;
}

.lineBtn .arrow {
     position: relative;
     display: block;
     padding: 14px 130px 14px 0;
     vertical-align: middle;
     text-decoration: none;
    color: #fff !important;
     z-index: 2;
     line-height: 2.6rem;
     font-size: 1.8rem;
}
.lineBtn:hover .arrow {
    color: #333 !important;
}
.lineBtn .arrow::before, .lineBtn .arrow::after {
     position: absolute;
     top: 0;
     bottom: 0;
     right: 0;
     margin: auto;
     content: "";
     vertical-align: middle;
     -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
     -ms-transition: all .3s ease-out;
     transition: all .3s ease-out;
}
.lineBtn .arrow::before {
     right: 30px;
     width: 40px;
     height: 1px;
     background: #fff;
}
.lineBtn:hover .arrow::before {
     right: 20px;
     width: 50px;
     height: 1px;
     background: #333;
}
.lineBtn .arrow::after {
     right: 32px;
     width: 12px;
     height: 12px;
     border-top: 1px solid #fff;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
.lineBtn:hover .arrow::after {
     right: 22px;
     width: 12px;
     height: 12px;
     border-top: 1px solid #333;
}


/*中面ページ*/

#inMain{
    position: relative;
    display: block;
	padding-top: 180px;
}

.inTtlW {
    position: relative;
    padding: 115px 0;
}

.inTtlW:before{
	content: "";
	background: url("../img/asset_1.svg") no-repeat;
	background-size: contain;
	width: 69px;
	height: 68px;
	position: absolute;
	display: block;
	left: 10px;
	top: 118px;
}
.pageTtlW{
}
.pageTtl1{
    padding-left: 260px;
    font-size: 7rem;
    line-height: 8rem;
}
.pageTtl1S{
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    top: -18px;
    margin-left: 30px;
}
.pageTtl2{
    text-align: center;
    font-size: 8rem;
    line-height: 8rem;
}
.inNewsSecW .newsW{
    padding-bottom: 80px;
}

/*CONCEPT*/

#conSec01{
    
}
.conSec01W{
    position: relative;
	padding: 80px 0 20px;
}
.con01Box1{
    padding-left: 268px;
    position: relative;
	margin-bottom: 95px;
}
.con01Box1:before{
    content: "";
    background: #595757;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 150px;
    top: 13px;
}
.con01Box2{
    position: relative;
}
.con01Box2:before{
    content: "";
    background: #595757;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 150px;
    top: 13px;
}
.con01Copy1{
    font-size: 3.9rem;
    line-height: 4rem;
    margin-bottom: 30px;
}
.con01Copy2{
    font-size: 2.8rem;
    line-height: 3rem;
    margin-bottom: 50px;
	letter-spacing: 0;
}
.con01Txt1{
    margin-bottom: 40px;
}
.con01Copy3{
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 80px;
    padding-left: 268px;
}
.con01Lists{
    padding-left: 100px;
}
.con01List{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.con01List.last{
    margin-bottom: 0px;
}
.con01ListL{
    text-align: center;
    width: 147px;
    padding-top:  8px;
    position: relative;
    padding-right: 40px;
	box-sizing: border-box;
}
.con01ListL:after{
    content: "";
    width: 1px;
    height: 54px;
    position: absolute;
    right: 0;
    top: 8px;
    border-left: 1px solid rgba(87,87,87,0.5);
}
.con01Ttl{
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 10px;
	display: inline-block;
	width: 4em;
	letter-spacing: 0;
}
.con01TtlS{
    font-size: 1.2rem;
	color: #D38B00;
}
.con01ListR{
    width: 800px;
}
.con01Txt3{
    margin-bottom: 25px;
}

#conSec02{
    background: url("../img/concept/con_bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: 814px;
    position: relative;
}
.con02TtlW{
    display: inline-block;
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translateX(68px);
    color: #fff;
    text-align: center;
}
.con02Ttl1{
    font-size: 4.1rem;
    line-height: 4.1rem;
    margin-bottom: 30px;
    position: relative;
    transform: translateX(-165px);
}
.con02Ttl2{
    font-size: 12rem;
    line-height: 12rem;
    position: relative;
    transform: translateX(-190px);
}
.con02Ttl2:after{
    content: "";
    background: url("../img/concept/asset_and.svg") no-repeat;
    width: 156px;
    height: 178px;
    background-size: contain;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(185px);
    top: -20px;
}
.con02Ttl3{
    font-size: 12rem;
    line-height: 12rem;
    margin-bottom: 110px;
    position: relative;
    transform: translateX(103px);
}
.con02Ttl4{
    font-size: 4.1rem;
    line-height: 4.1rem;
    margin-bottom: 10px;
}
.con02Txt{
    font-size: 1.55rem;
}
@media screen and (max-width: 1450px) {
.con02Ttl3{
    transform: translateX(-25px);
}
}


/*SERVICE*/

#serSec01{
    position: relative;
}
.serSec01W{
    
}
.ser02TtlW{
    margin-bottom: 30px;
}
.ser02TxtW1{
    width: 670px;
    position: relative;
    margin: 0 0 50px auto;
}
.ser02TxtW1:before{
    content: "";
    background: #595757;
    width: 15px;
    height: 15px;
    position: absolute;
    display: block;
    left: -190px;
    top: 50%;
    transform: translateY(-50%);
}
.ser02Copy{
    font-size: 2rem;
    margin-bottom: 15px;
}
.ser02Txt{
    font-size: 1.2rem;
}
.ser02Lists{
    display: flex;
    justify-content: space-between;
    margin-bottom: 96px;
    flex-wrap: wrap;
}
.ser02List{
    width: 260px;
    margin-bottom: 24px;
    display: inline-block;
}

#serSec03{
    position: relative;
}
.serSec03W {
    padding: 100px 0 60px;
}
.ser03TtlW{
    margin-bottom: 80px;
}
.ser03Lists{
    
}
.ser03List{
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}
.ser03L{
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ser03Step{
    font-size: 1.2rem;
    letter-spacing: 0.05em;
	background: #D7A400;
	color: #fff;
	padding: 2px 5px;
	border-radius: 4px;
}
.ser03Img{
    width: 260px;
}
.ser03R{
    width: 610px;
    box-sizing: border-box;
    position: relative;
    padding: 40px 0 0 40px;
}
.ser03R:before{
    content: "";
    width: 35px;
    height: 1px;
    border-top: 1px solid rgba(87,87,87,0.5);
    position: absolute;
    top: 0;
    left: 40px;
    display: block;
}
.ser03Ttl2{
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.ser03Txt{
    font-size: 1.2rem;
    line-height: 2.1rem;
}

#serSec04{
    position: relative;
}
.serSec04W{
    padding: 80px 0 40px;
}
.ser04TtlW{
    margin-bottom: 10px;
}
.ser04Caution{
	font-size: 1.2rem;
    text-align: right;
    margin-bottom: 90px;
}
.ser04Box{
    position: relative;
}
.ser04Ttl2{
    font-size: 3.2rem;
	line-height: 4rem;
    margin-bottom: 65px;
	position: relative;
	padding-left: 70px;
}
.ser04Ttl2.mb{
	margin-bottom: 110px;
}
.ser04Ttl2Plan{
	font-size: 1.2rem;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 12px;
	background: #D7A400;
	border-radius: 4px;
	padding: 2px 5px;
	color: #fff;
	width: 56px;
	text-align: center;
	box-sizing: border-box;
	line-height: normal;
}
.ser04Ttl2 small{
    font-size: 2rem;
}
.ser04BoxW{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
	position: relative;
}
.ser04BoxW.bg:before{
	content: "";
	background: #FFFDED;
	width: 100vw;
	height: 100%;
	position: absolute;
	display: block;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
	padding: 45px 0;
}
.ser04BoxL{
    width: 415px;
    box-sizing: border-box;
    padding-right: 40px;
    text-align: center;
    border-right: 1px solid rgba(87,87,87,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
.ser04Ttl3{
    font-size: 3rem;
    margin-bottom: 15px;
	letter-spacing: normal;
}
.ser04Ttl3S{
    font-size: 1.2rem;
    margin-bottom: 35px;
}
.ser04Price{
    font-size: 3rem;
	line-height: 5.2rem;
	letter-spacing: 0.1em;
	margin-bottom: 35px;
}
.ser04PriceSub{
	font-size: 2rem;
}

.ser04BoxR{
    width: 685px;
    box-sizing: border-box;
    padding-left: 75px;
	position: relative;
}
.ser04List1{
    font-size: 2rem;
    line-height: 4.1rem;
    margin-bottom: 15px;
    margin-top: -5px;
}
.ser04Txt1{
    font-size: 1.2rem;
    line-height: 2.1rem;
    margin-bottom: 15px;
}
.ser04Txt2{
    font-size: 1.2rem;
    line-height: 2.1rem;
}
.ser04Txt3{
    font-size: 2rem;
    line-height: 4.1rem;
	margin-bottom: 10px;
}
.ser04Ttl4{
	font-size: 3.3rem;
	letter-spacing: -0.05em;
	margin-bottom: 20px;
}
.ser04Txt4{
    font-size: 2.3rem;
    line-height: 4.1rem;
	margin-bottom: 15px;
	text-align: center;
}
.ser04Dl{
	border-radius: 8px;
	border: 1px solid #000;
	overflow: hidden;
	margin-bottom: 13px;
	display: flex;
}
.ser04Dl dt{
	background: #000;
	color: #fff;
	width: 75px;
	display: inline-block;
	text-align: center;
	font-size: 2.4rem;
}
.ser04Dl dt span{
	font-size: 1.2rem;
	position: relative;
	display: inline-block;
	top: -4px;
}
.ser04Dl dd{
	display: inline-block;
	font-size: 2rem;
	box-sizing: border-box;
	padding-left: 14px;
	letter-spacing: -0.02em;
	line-height: 3.8rem;
}


/*WORKS*/

.worPagerW1{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 60px;
    text-align: right;
}
.worPagerW2{
    text-align: right;
}
#worSec01{
    
}
.worSec01W{
    position: relative;
}
.wor01TtlW{
    position: relative;
    margin-bottom: 30px;
}
.wor01Ttl{
    font-size: 10rem;
    line-height: 9.5rem;
    color: #c8c9ca;
}
.wor01TtlS{
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 2rem;
}
.worNew{
    display: none;
    position: absolute;
    text-align: center;
    width: 80px;
    line-height: 4rem;
    color: #fff;
    background: #595757;
    right: 60px;
    bottom: 20px;
    font-size: 1.4rem;
    border-radius: 4px;
}
.worNew.active{
    display: block;
}
.worNew:after{
    content: "";
    background: url("../img/works/works_new_after.svg") no-repeat;
    width: 20px;
    height: 18px;
    background-size: contain;
    position: absolute;
    right: -16px;
    top: -15px;
}
.wor01W1{
    position: relative;
}
.wor01MainImg{
    margin-bottom: 30px;
}
.wor01Copy1{
    margin-bottom: 15px;
}
.wor01Copy2{
    margin-bottom: 10px;
}
.wor01Txt{
    margin-bottom: 30px;
}
.wor01W2{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.wor01W2L{
    width: 624px;
    display: inline-block;
    letter-spacing: normal;
}
.wor01W2L1{
    display: flex;
    justify-content: space-between;
    vertical-align: top;
}
.wor01Img1{
    width: 287px;
    order: 1;
}
.wor01TxtW1{
    width: 337px;
    box-sizing: border-box;
    padding-left: 25px;
    order: 2;
}
.wor01Copy3{
    margin-bottom: 15px;
}
.wor01W2L2{
    display: flex;
    justify-content: space-between;
    vertical-align: top;
}
.wo01Img2{
    width: 337px;
    order: 2;
}
.wor01TxtW2{
    width: 287px;
    order: 1;
    padding-top: 30px;
}

.wor01W2R{
    width: 452px;
    display: inline-block;
    letter-spacing: normal;
}
.wor01Img3{
    margin-bottom: 25px;
}
.wor01W2R1{
    display: flex;
    justify-content: space-between;
}
.wor01Img4{
    width: 276px;
}
.wor01TxtW3{
    width: 175px;
    box-sizing: border-box;
    padding-left: 25px;
}
.worNameEng{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 7.1rem;
    line-height: 7.1rem;
    color: #c8c9ca;
}

#worSec02{
    
}
.worSec02W{
    padding-bottom: 50px;
}
.wor02Box{
    background: #f5f5f5;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.wor02BoxL{
    text-align: center;
    padding-left: 25px;
    width: 272px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.worTtl02{
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 3.6rem;
}
.wor02BoxR{
    width: 838px;
    padding: 30px 0 40px;
}
.wor02Name{
    font-size: 3rem;
    margin-bottom: 15px;
}
.wor02Txt1{
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 4rem;
    margin-bottom: 30px;
}
.wor02Txt2{
    font-size: 1.2rem;
    line-height: 2.1rem;
    letter-spacing: 0.1em;
}
#worSec03{
    
}
.worSec03W{
    position: relative;
    padding: 50px 0;
    width: 890px;
}
.wor03Ttl{
    margin-bottom: 65px;
}
.wor03Lists{
    letter-spacing: -0.4em;
    margin-bottom: 20px;
}
.wor03List{
    letter-spacing: normal;
    display: inline-block;
    width: 270px;
    margin-right: 40px;
    text-align: center;
}
.wor03List:nth-child(3n){
    margin-right: 0;
}
.wor03Img1{
    margin-bottom: 10px;
}

/*Company*/

#comSec01{
    
}
#comSec02{
    
}
.comSec02W{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 80px 0 20px;
}
.com02L{
    width: 500px;
}
.com02Ttl{
    margin-bottom: 40px;
}
.com02Txt{
    font-size: 1.4rem;
    line-height: 3.9rem;
    letter-spacing: 0.04em;
    margin-bottom: 7px;
}
.com02Txt2{
    font-size: 1.4rem;
    line-height: 3.9rem;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
}

.com02Txt2 span{
    display: inline-block;
    margin-left: 92px;
}
.com02R{
    width: 600px;
}
.com02W{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.com02Map{
    display: inline-block;
}
.com02Map iframe{
    width: 180px;
    height: 170px;
    filter: grayscale();
}
.com02TxtW2{
    width: 386px;
    position: relative;
}
.com02TxtW2:after{
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 1px;
    border-bottom: 1px solid rgba(87,87,87,0.5);
    left: 0;
    bottom: 0;
}
.com02TxtW2 .center{
    text-align: left;
}
.comName{
    font-size: 1.7rem;
    margin-bottom: 10px;
}
.comAdd{
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}
.comTel{
    font-size: 2.4rem;
	margin-bottom: 5px;
}
.comTel small{
	font-size: 1.8rem;
}

.comTime{
	font-size: 1.2rem;
}

/*お問い合わせ部*/

#conSec{
	position: relative;
}
.conSecW{
	padding: 80px 0 150px;
}

.conTtl1{
    margin-bottom: 40px;
}
.conBox{
    background: #f2f2f2;
    display: flex;
    justify-content: space-between;
}
.conBoxL{
    width: 550px;
    text-align: center;
    padding: 120px 0 60px;
}
.conIcon{
    display: inline-block;
    width: 23px;
    margin-bottom: 80px;
}
.conTtl2{
    font-size: 2.4rem;
    letter-spacing: 0.3em;
    margin-bottom: 105px;
}
.conTxt{
    display: inline-block;
    text-align: left;
    font-size: 1.2rem;
    line-height: 2.4rem;
    letter-spacing: 0;
    margin-bottom: 25px;
}
.conTel{
    font-size: 2.6rem;
}
.conBoxR{
    width: 500px;
    padding: 60px 60px 50px 0;
    box-sizing: border-box;
}
.conW1{
    margin-bottom: 50px;
}
.conW1 dl{
    letter-spacing: -0.4em;
    margin-bottom: 18px;
}
.conLabel1{
    font-size: 1.2rem;
    line-height: 4rem;
    letter-spacing: 0.1em;
    display: inline-block;
    width: 130px;
    vertical-align: top;
}
.conInputW{
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
}
.input1{
    box-sizing: border-box;
    width: 300px;
    line-height: 4rem;
    border-radius: 4px;
    border: none;
}
.input2{
    box-sizing: border-box;
    width: 300px;
    height: 100px;
    border-radius: 4px;
    border: none;
}
.conW2{
    text-align: right;
}
.conLabel2 {
    line-height: 4rem;
    display: inline-block;
    vertical-align: top;
}
.input3 {
    margin-right: 0px;
    border: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 3px;
}
span.wpcf7-form-control.wpcf7-acceptance.optional {
    position: relative;
    top: -13px;
    margin-right: 20px;
}
.submitBtn{
    background: #595757;
    position: relative;
    height: 40px;
    display: inline-block;
    overflow: hidden;
}
.submitBtn:before{
    content: "";
    background: #fff;
    width: 100%;
    height: 50px;
    left: -100%;
    top: 0;
    position: absolute;
    display: block;
    transition: 0.3s;
}
.submitBtn:hover:before{
    left: 0;
}

.submitBtn:after{
    content: "";
    background: url("../img/arrow_r1.svg") no-repeat;
    background-size: contain;
    width: 10px;
    height: 12px;
    position: absolute;
    display: block;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.submitBtn:hover:after{
    background: url("../img/arrow_r1_ov.svg") no-repeat;
    background-size: contain;
}
.submitBtn input{
    width: 105px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    color: #fff;
    background-color: transparent;
    border: none;
    line-height: 40px;
    padding-left: 15px;
    cursor: pointer;
}
.submitBtn:hover input{
    color: #595757;
}

/*NEWS詳細*/

.newsYearW{
    
}
.newsYear{
    font-size: 10rem;
    line-height: 9.5rem;
    color: #eee !important;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-right: 50px;
    transition: 0.3s;
    padding-bottom: 15px;
}
.newsYear:last-child{
    margin-right: 0;
}
.newsYear:before{
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(200,200,200,0.5);
    position: absolute;
    display: block;
    left: -100%;
    bottom: 0;
    transition: 0.3s;
}
.newsYear:hover{
    color: #c8c9ca !important;
}
.newsYear.active{
    color: #c8c9ca !important;
}
.newsYear:hover:before{
    left: 0%;
}
.newsYear.active:before{
    left: 0%;
}


/*Gallery*/


.galTtl{
    position: relative;
}
.galTtl:before {
    content: "";
    background: url(../img/icon_photo2.svg) no-repeat;
    background-size: contain;
    width: 46px;
    height: 36px;
    position: absolute;
    left: 50%;
    transform: translateX(-330px);
    top: 15px;
}
#galSec01{
    
}

.galCatLists{
    letter-spacing: -0.4em;
    margin-bottom: 50px;
}
.galCatList{
    letter-spacing: normal;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.galCatList:nth-child(5n){
    margin-right: 0;
}
.galCatList a{
    display: inline-block;
    background: #c8c9ca;
    color: #fff !important;
    line-height: 4rem;
    width: 204px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px;
}
.galCatList a.active{
    background: #595757;
}
.galCatList a:hover{
    background: #595757;
}

.galTnLists{
    letter-spacing: -0.4em;
    margin-bottom: 40px;
}
.galTnList{
    letter-spacing: normal;
    display: inline-block;
    margin-right: 20px;
}
.galTnList:nth-child(4n){
    margin-right: 0;
    margin-bottom: 20px;
}
.galTnList a{
    display: inline-block;
    width: 260px;    filter: brightness(75%);
    transition: 0.3s;

}
.galTnList a:hover{
    filter: brightness(100%);
}






