@charset "utf-8";
/* CSS Document */

html{
	font-size: 62.5%; /*16px × 62.5%=10px*/
}

body{
	color: #444;
	font-size: 1.6rem;
	font-weight: 300;
	font-family:'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
a{
	color: #444;
	transition: color .3s;
}
a:hover{
	color: #D5B52B;
	transition: all 0.3s;
}
img{
	max-width: 100%;
	height: auto;
}
.center{
	text-align: center;
}
.gold{
	color: #D5B52B;
}
.sp{
	display: none;
}
#page_top{
	position: fixed;
	right: 40px;
	bottom: 40px;
  }
  #page_top a{
	position: relative;
	display: block;
  }
  #page_top a::before{
	position: absolute;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
  }
input[type='submit'], input[type='button'], label, button, select {
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}
button:focus{
	outline: #E3C22D solid 3px;
	outline-offset: 2px;
}
input:focus{
	outline: #E3C22D solid 3px;
	outline-offset: 2px;
}
textarea:focus{
	outline: #E3C22D solid 3px;
	outline-offset: 2px;
}
.current{
	border-bottom: #D5B52B solid 1.5px;
}
/* header */
.headermenu{
	display: flex;
	padding: 10px 20px;
	background-color: #f7f7f7;
	justify-content: space-between;
	box-shadow: 0px 3px 6px 0 rgba(0, 0, 0,.2);
	box-sizing: border-box;
	z-index: 101;
}
.navigation a:first-of-type{
	align-self: center;
}
.is-fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
.nav-list{
	display: flex;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: .1em;
	justify-content: flex-end;
}
.nav-list li{
	margin-right: 30px;
	padding: 5px 10px;
}
.navigation .nav-list li:last-of-type a{
	color: #fff;
}
.navigation .nav-list li:last-of-type{
	margin-right: 0;
	background-color: #D5B52B;
	transition: .3s;
}
.navigation .nav-list li:last-of-type:hover{
	margin-right: 0;
	color: #D5B52B;
	background-color: #8A730E;
	transition: all 0.3s;
}
.hum{
	display: none;
}
/* footer */
.footer{
	padding: 70px 0 40px 0;
	background-color: #f7f7f7;
	box-shadow: 3px 0 6px 0 rgba(0, 0, 0,.2);
}
.footer .nav-list{
	justify-content: center;
}
.footer .nav-list li:last-of-type{
	margin-right: 0;
	background-color: #f7f7f7;
	color: #444;
}
.footer img{
	padding: 70px 0 30px 0;
}
.footer p:last-of-type{
	margin-bottom: 70px;
}
.footer p{
	font-size: 1.3rem;
}
footer small{
	font-size: 1rem;
}
/* top page */
.topinner{
	max-width: 1140px;
	padding: 120px 0;
	margin: 0 auto;
}
.top-bg{
	background-image: url(../img/t.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right;
	background-position-y: bottom;
}
.title{
	font-size: 5rem;
	letter-spacing: 0.2em;
	margin-left: 60px;
	line-height: 1.3;
}
.title span{
	color: #D5B52B;
	font-size: 8rem;
	letter-spacing: .1em;
}
.titlecenter{
	font-family:'Noto Serif JP';
	font-size: 6rem;
	letter-spacing: 0.2em;
	text-align: center;
	padding-top: 150px;
}
.titlecenter span{
	color: #D5B52B;
}
.ja{
	font-size: 2.4rem;
	line-height: 1.7;
	letter-spacing: .2em;
}
.serif{
	font-family:'Noto Serif JP';
	display: inline-block;
	text-align: center;
}
.inner{
	max-width: 1140px;
	padding-bottom: 150px;
	margin: 0 auto;
}
.desc-1{
	padding: 50px 0 60px 0;
	font-size: 2rem;
	line-height: 1.8;
	text-align: center;
}
.desc{
	padding: 50px 0 60px 0;
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: center;
}
.desc p:last-of-type{
	font-size: 2.4rem;
}
.kakeru li::after{
	content: "×";
	color: #D5B52B;
	display: block;
}
.desc-1:first-of-type li:last-of-type::after{
	display: none;
}
.cat{
	padding-bottom: 130px;
}
.cat:last-child{
	padding-bottom: 0;
}
.btn_wrapper{
	text-align: center;
}
.more{
	display: inline-block;
	font-size: 1.6rem;
	letter-spacing: .2em;
	background-color: rgba(255, 255, 255,.8);
	border: #D5B52B solid 1.5px;
	padding: 10px 50px;
	box-shadow: 0px 0px 20px 0 rgba(0, 0, 0,.1);
	transition: .3s;
}
.more:hover{
	background-color: rgba(213, 181, 43,.8);
	border: #D5B52B solid 1.5px;
	color: #fff;
	transition: .5s;
}
.heroimg{
	position: relative;
}
.slide li{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 700px;
}
.slide li:first-child{
	background-image: url(../img/heroimg11.jpg);
}
.slide li:nth-child(2){
	background-image: url(../img/heroimg2.jpg);
}
.slide li:last-child{
	background-image: url(../img/heroimg3.jpg);
}
.slick-next{
	right: 0;
}
.headerinner{
	width: 1140px;
	height: 100%;
	margin: 0 auto;
}
.oph{
	position: absolute;
	bottom: 0;
	background-color:rgba(213, 181, 43,.8);
	width: 200px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(50%) rotate(45deg);
	transform-origin: center;
	transition: .3s;
}
.oph:hover{
	background-color: rgba(213, 181, 43,1);
	transition: .3s;
}
.oph::before{
	content: '';
	border: #fff solid 2px;
	width: 180px;
	height: 180px;
	position: absolute;
}
.oph p{
	transform: rotate(-45deg);
	text-align: center;
	color: #fff;
}
.text{
	text-align: center;
	font-size: 2rem;
	color: #fff;
	line-height: 1.4;
	z-index: 100;
	transform: rotate(-45deg);
}
.content{
    margin: 0 auto;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
	top: 0;
	left: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,.6);
    height: 100vh;
    position: absolue;
    width: 100%;
}
.modal__content{
	background: #f7f7f7;
	border: #D5B52B solid 10px;
    left: 50%;
	padding: 60px 50px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
	width: 60%;
	position: relative;
}
.m-close{
	margin: 30px 30px 20px 0;
	text-align: center;
}
.m-close img{
	margin-right: 10px;
}
.js-modal-close{
	position: absolute;
	top: -5px;
	right: 0;
}
.cover{
	display: flex;
	margin-bottom: 40px;
	justify-content: center;
}
.covertitle{
	font-size: 3rem;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: .3em;
}
.openhousetext{
	width: 40%;
	align-self: center;
}
.th{
	display: flex;
	align-items: baseline;
}
.th img{
	margin-right: 20px;
}
.th div:last-of-type{
	margin-right: 30px;
}
.th p{
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
}
.text span{
	font-size: 1.6rem;
	line-height: 2;
}
.headerserif{
	font-family:'Noto Serif JP';
}
.heroimg h1{
	display: inline-block;
	color: #fff;
	font-size: 3rem;
	letter-spacing: 0.2em;
	text-align: left;
	padding: 50px 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	text-shadow: 0 0 6px rgba(0,0,0,.9);
}
.slick-prev{
	right: 80px;
	top: 730px;
}
.slick-prev::before{
	color: #444;
}
.slick-next{
	right: 30px;
	top: 730px;
}
.slick-next::before{
	color: #444;
}
.secdesc{
	padding: 60px 0 100px 0;
	font-size: 2rem;
	line-height: 2;
}
.subtitle{
	font-size: 3rem;
	margin-bottom: 30px;
	letter-spacing: .3em;
	font-weight: 400;
}

.top-works{
	padding: 30px 100px 80px 100px;
	display: flex;
}

.sample1{
	overflow: hidden;
	position: relative;
	transition: .3s;
	margin-right: 20px;
}
.sample1:last-of-type{
	margin-right: 0;
}
.sample1 img{
	transition: .3s;
}
.sample1:hover img{
	transform: scale(1.2);
	transition: .3s;
}
.sample1 .caption{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 1.6rem;
	text-align: center;
	color: #fff;
}
.sample1 .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(213,181,43,.9);
	-webkit-transition:	all 0.5s ease;
	transition:	all 0.5s ease;
}
.sample1:hover .mask{
	opacity: 1;
}

/* concept */
.head{
	font-family:'Noto Serif JP';
	font-size: 4rem;
	letter-spacing: 0.2em;
	text-align: end;
	padding-top: 170px;
}
.head span{
	color: #D5B52B;
}
.concept{
	font-family:'Noto Serif JP';
	font-size: 5.5rem;
	letter-spacing: 0.2em;
	position: relative;
	padding: 20px 0 130px 0;
	margin-left: 200px;
}
.concept span{
	color: #D5B52B;
}
.concept::before{
	content: "“";
	color: #f7f7f7;
	font-size: 20rem;
	position: absolute;
	top: -100px;
	left: -120px;
}
.conceptinner{
	max-width: 1140px;
	margin: 0 auto;
}
.conceptmini{
	max-width: 850px;
	margin: 0 auto;
}
.conceptitem{
	display: flex;
	margin-bottom: 100px;
	justify-content: space-between;
}
.conceptitem img{
	width: 50%;
	margin-left: 40px;
}
.conceptitem:nth-child(even) img{
	margin-left: 0;
	margin-right: 40px;
}
.conceptitem:nth-child(even){
	flex-direction: row-reverse;
}
.conceptlist{
	align-self: center;
}
.conceptitem:first-child dt::before{
	content: "01";
	color: #fff;
}
.conceptitem:nth-child(2) dt::before{
	content: "02";
	color: #fff;
}
.conceptitem:last-child dt::before{
	content: "03";
	color: #fff;
}
.conceptitem dt::before{
	font-family:'Noto Serif JP';
	font-size: 2.4rem;
	background-color:#D5B52B;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	margin: 0 auto 20px;
	display: block;
}
.conceptitem dd{
	text-align: left;
}
.concept-title{
	font-family:'Noto Serif JP';
	font-size: 2.4rem;
	margin-bottom: 10px;
}
.c_messeinner{
	max-width: 800px;
	padding-bottom: 200px;
	margin: 0 auto;
}
.concept-messe{
	line-height: 2.3;
}
/* works */
.worksinner{
	max-width: 1140px;
	padding: 100px 0 0 0;
	margin: 0 auto;
}
.worksinner ul{
	margin-bottom: 50px;
}
.works1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.works1 li{
	margin-bottom: 80px;
}
.works1 li span{
	color: #fff;
	font-size: 1.4rem;
	background-color: #D5B52B;
	padding: 5px 15px;
	border-radius: 5px;
	display: inline-flex;
	transition: background-color .3s;
}
.works1 li span:hover{
	background-color: #8A730E;
	transition: .3s;
}
.works1 p{
	font-size: 2rem;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
}
.sample2{
	overflow: hidden;
	position: relative;
	transition: .3s;
}
.sample2 img{
	transition: .3s;
}
.sample2:hover img{
	transform: scale(1.2);
	transition: .3s;
}
.caption2{
	position: static;
	font-size: 1.6rem;
	text-align: center;
	color: #444;
	background-color: transparent;
	margin-top: 5px;
	text-align: left;
	text-transform: uppercase;
	transition: .3s;
}
.mask2{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(213,181,43,.8);
	-webkit-transition:	all 0.5s ease;
	transition:	all 0.5s ease;
}
.sample2:hover .mask2{
	opacity: 1;
}
.works2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.works2 li{
	margin-bottom: 80px;
}
.works2 p{
	font-size: 2rem;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
}
.pastinner{
	max-width: 600px;
	padding-bottom: 200px;
	margin: 0 auto;
}
.past{
	display: flex;
	text-align: center;
	margin-top: 50px;
}
.past li{
	margin: 0 auto;
	font-size: 2rem;
	letter-spacing: .3em;
	line-height: 1;
}
.past li img{
	margin-left: 5px;
}
/* works-contents */
.workstitle{
	font-family:'Noto Serif JP';
	font-size: 6rem;
	letter-spacing: 0.2em;
}
.workstitle span{
	color: #D5B52B;
}
.workstitle p div::before{
	content: "|";
	margin: 20px;
}
.works-header{
	background-color: #f7f7f7;
	padding: 120px 0 50px 0;
}
.works-header-inner{
	max-width: 1140px;
	margin: 0 auto;
}
.works-item{
	display: flex;
	align-items: baseline;
	margin-bottom: 30px;
}
.worksname{
	font-size: 3.2rem;
	text-transform: uppercase;
	margin-left: 50px;
}
.worksname span{
	color: #888;
	font-size: 2rem;
	vertical-align: text-bottom;
}
.worksname span::before{
	content: "|";
	margin: 20px;
	font-size: 3rem;
	font-weight: 300;
}
.works-w{
	width: 700px;
	margin-left: 30px;
	line-height: 2;
}
.works-imginner{
	max-width: 1140px;
	margin: 0 auto;
	padding: 100px 0;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: baseline;
	column-count: 3;
	column-gap: 30px;
}
.works-img{
	width: 100%;
	margin-bottom: 30px;
}
.works-img img{
	margin-bottom: 10px;
}
.works-img p{
	text-align-last: left;
	display: inline-block;
}
.moreworks{
	width: 1140px;
	margin: 0 auto;
	padding-bottom: 200px;
}
.moreworks .more:hover{
	background-color: rgba(213, 181, 43,.8);
	border: #D5B52B solid 1.5px;
	color: #fff;
	transition: .5s;
}
/* flow&price page */
.flowinner{
	max-width: 1000px;
	padding-bottom: 200px;
	margin: 0 auto;
}
.flow{
	margin-bottom: 100px;
	padding-left: 150px;
	position: relative;
}
.flow:last-child{
	margin-bottom: 130px;
}
.flowlist li:first-child::before{
	content: "01";
}
.flowlist li:nth-child(2)::before{
	content: "02";
}
.flowlist li:nth-child(3)::before{
	content: "03";
}
.flowlist li:nth-child(4)::before{
	content: "04";
}
.flowlist li:nth-child(5)::before{
	content: "05";
}
.flowlist li:nth-child(6)::before{
	content: "06";
}
.flowlist li:nth-child(7)::before{
	content: "07";
}
.flowlist li:nth-child(8)::before{
	content: "08";
}
.flowlist li:nth-child(9)::before{
	content: "09";
}
.flowlist li:nth-child(10)::before{
	content: "10";
}
.flowlist li:last-child::before{
	content: "11";
}
.flowlist li::before{
	font-family:'Noto Serif JP';
	font-size: 2.4rem;
	background-color: #fff;
	border: #D5B52B solid 1px;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	position: absolute;
	left: 0;
}
.flow dt{
	font-size: 2.4rem;
	margin-bottom: 15px;
}
.flow dt img{
	margin-right: 20px;
}
.fee{
	line-height: 2.5;
}
.fee span{
	border-bottom: #444 solid 1px;
	padding-bottom: 2px;
}
/* about page */
.tableinner{
	max-width: 640px;
	margin: 0 auto;
}
.aboutinner{
	max-width: 1140px;
	padding-bottom: 90px;
	margin: 0 auto;
}
.group{
	display: flex;
	margin-bottom: 35px;
}
.group:last-of-type{
	margin-bottom: 0;
}
.group dt{
	width: 20%;
	margin-right: 35px;
	text-align: right;
	color: #D5B52B;
	font-weight: 500;
}
.group dt span{
	text-transform: uppercase;
	font-weight: 500;
}
.group dd{
	width: 80%;
}
.group dd span{
	border-bottom: #444 solid 1px;
}
.map{
	padding: 100px 0;
}
.open{
	margin: 20px 0;
	text-align: center;
	display: inline-block;
}
.open img{
	margin-right: 10px;
	vertical-align: middle;
}
.close{
	margin: 30px 0 20px 0;
	text-align: center;
}
.close img{
	margin-right: 10px;
	vertical-align: middle;
}
.more-btn {
	background: none;
	border: 0;
	color: #444;
	font-size: 1.6rem;
	font-weight: 300;
	font-family:'Noto Sans JP';
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
.more-close-btn {
	background: none;
	border: 0;
	color: #444;
	font-size: 1.6rem;
	font-weight: 300;
	font-family:'Noto Sans JP';
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
.profdetail{
	display: none;
	padding: 20px;
}
.staff{
	display: flex;
}
.staff1{
	margin-right: 50px;
	width: 33.3%;
}
.staff1:last-child{
	margin-right: 0;
}
.namebox p{
	font-family: 'Noto Serif JP';
	text-align: center;
}
.namebox p:first-of-type{
	font-size: 2.4rem;
	margin-top: 20px;
}
.namebox p span{
	font-size: 1.2rem;
	letter-spacing: .3em;
}
.namebox p:last-of-type{
	margin-top: 10px;
}
.profitem{
	margin-bottom: 15px;
}
.profitem:last-of-type{
	margin-bottom: 0;
}
.profitem dt{
	color: #D5B52B;
	font-weight: 500;
}
.study{
	color: #D5B52B;
	font-size: 1.6rem;
	font-weight: 500;
	border: #D5B52B solid 3px;
	border-radius: 50%;
	box-shadow: 0px 0px 20px 0 rgba(0, 0, 0,.1);
	text-align: center;
	line-height: 9;
	width: 140px;
	margin: 10px auto 0;
	transition: .3s ease-in-out;
}
.study:hover{
	box-shadow: 0px 0px 20px 0 rgba(0, 0, 0,.1);
	transform: translateY(-10px);
	background-color: rgba(213, 181, 43);
	color: #fff;
}
.historygroup{
	display: flex;
	margin: 60px 0;
	padding-bottom: 60px;
	border-bottom: 1px solid #444;
	align-items: baseline;
}
.historygroup dt{
	width: 20%;
	text-align: right;
	margin-right: 50px;
	font-weight: 500;
	font-size: 2.3rem;
	color: #D5B52B;
	line-height: 2;
	letter-spacing: .2em;
}
.historygroup dd{
	width: 80%;
	line-height: 2;
}
.histitle{
	font-weight: 600;
	font-size: 2rem;
	margin: 50px 0 20px 0;
}
.histitle:first-child{
	margin: 0 0 20px 0;
}
.histext{
	display: flex;
	margin-bottom: 20px;
}
.histext span{
	width: 10%;
	font-weight: 500;
	margin-right: 30px;
	display: inline-block;
	text-align: right;
}
.histext p{
	width: 80%;
	font-weight: 300;
	text-align: left;
}
.link{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.link li{
	width: calc(50% - 20px);
}
.linklist a{
	color: #D5B52B;
	transition: color .3s;
}
.linklist a:hover{
	color: #8A730E;
	transition: .3s;
}
.linklist dt{
	font-size: 2rem;
	color: #D5B52B;
}
.linklist dd{
	font-size: 1.3rem;
	margin-bottom: 50px;
}
.linklist dd span{
	background-color: #E3C22D;
	color: #fff;
	font-size: 1rem;
	border-radius: 30px;
	padding: 2px 10px;
	margin-right: 15px;
}
.marginnone dd{
	margin-bottom: 0;
}
/* study */
.studytitle{
	font-size: 5rem;
	font-family:'Noto Serif JP';
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
.studylead{
	font-size: 2rem;
	margin-bottom: 30px;
}
.studylead span{
	font-family:'Noto Serif JP';
	font-size: 3rem;
	color:  #D5B52B;
	text-shadow: 0px 3px 6px rgba(0, 0, 0,.1);
}
.arch{
	display: flex;
	margin-bottom: 200px;
}
.arch img{
	width: 55%;
	margin-right: 50px;
	position: relative;
}
.arch p{
	font-size: 1.7rem;
	line-height: 2;
	position: relative;
}
.arch p span{
	font-weight: 400;
}
.arch p span::before{
	content: "|";
	font-weight: 700;
	margin-right: 10px;
	color: #D5B52B;

}
.floating{
	line-height: 2.3;
	margin-bottom: 200px;
	position: relative;
}
.floating::after{
	content: url(../about/study/img/floating.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: -220px;
	left: -90px;
	z-index: -1;
}
.studylead{
	position: relative;
}
.studylist{
	display: flex;
	margin-bottom: 40px;
	border-bottom: 1px solid #D5B52B;
	padding-bottom: 15px;
}
.nen{
	width: 10%;
	text-align: right;
	margin-right: 40px;
	font-weight: 500;
}
.accordion-item{
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
}
.accordion-header{
	transition: ease-in-out 100ms;
}
.accordion-text{
	width: 100%;
	display: none;
	margin-left: 40px;
	margin-top: 20px;
}
.accordion-text p{
	margin-bottom: 10px;
}
.accordion-text p::before{
	content: "-";
	margin-right: 10px;
}
.accordion-gold{
	color: #D5B52B;
}
/* contact */
.forminner{
	padding-bottom: 200px;
	max-width: 900px;
	margin: 0 auto;
}
input[type='text'], input[type='email'], input[type='tel']{
	padding: 5px 10px;
}
input textarea{
	font-size: 16px!important;
}
.contactform{
	font-size: 2rem;
}
input[type='checkbox'], input[type='radio']{
	display: none;
}
.contactform dl{
	display: flex;
}
.contactform dl dt{
	width: 25%;
	text-align: right;
	margin-right: 40px;
}
.radio-input{
	padding-left: 15px;
}
.radio-box li{
	position: relative;
	display: block;
}
.radio-box label {
    position: relative;
}
.radio-box label::before {
    position: relative;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #fff;
	border: 1.5px solid #E3C22D;
	border-radius: 50%;
    box-sizing: border-box;
}
.radio-box input[type=radio]:checked + label::after {
    position: absolute;
    left: 4px;
    top: 7px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
	background: #E3C22D;
	border-radius: 50%;
    box-sizing: border-box;
}
input type text{
	font-size: 1.6rem;
}
.contactform dd{
	margin-bottom: 30px;
}
.form-parts__text{
	-webkit-appearance: none;
	border-radius: 0;
	border:  #D5B52B solid 1px;
	width: 400px;
	height: 35px;
	box-shadow: 0px 0px 10px rgba(0 0 0/10%);
	margin-top: 5px;
	font-size: 1.6rem;
}
.caution{
	color: #fff;
	font-size: 1.4rem;
	background-color: #D5B52B;
	padding: 1px 5px;
	margin-left: 10px;
}
textarea{
	-webkit-appearance: none;
	border-radius: 0;
	border:  #D5B52B solid 1px;
	box-shadow: 0px 0px 10px rgba(0 0 0/10%);
	margin-top: 5px;
	font-family:'Noto Sans JP';
	font-size: 1.6rem;
}
.form-submit{
	display: block;
	text-align: center;
}
.submit{
	-webkit-appearance: none;
	border-radius: 0;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.6em;
	background-color: #D5B52B;
	width: 300px;
	padding: 7px 0;
	border: none;
	box-shadow: 0px 0px 10px rgba(0 0 0/20%);
	transition: .3s;
}
.submit:hover{
	background-color: #8A730E;
	border: none
	transition: .5s;
}
@media screen and (max-width:700px){
.works-imginner{
	column-count: 2;
	column-gap: 20px;
}
}
@media screen and (max-width:768px){
	body{
		font-size: 1.4rem;
	}
	body.fixed{
		height: 100%;
		overflow: hidden;
	}
	img{
		max-width: 100%;
		height: auto;
	}
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	#page_top{
		right: 0;
		bottom: 20px;
	}
	#page_top a{
		width: 80%;
	}
	input[type='submit'], input[type='button'], label, button, select {
		cursor: pointer;
	}
	button:focus{
		outline: #E3C22D solid 2px;
		outline-offset: 2px;
	}
	input:focus{
		outline: #E3C22D solid 2px;
		outline-offset: 2px;
	}
	textarea:focus{
		outline: #E3C22D solid 2px;
		outline-offset: 2px;
	}
	.current{
		border-bottom: #D5B52B solid 2px;
	}
	/* header */
	.headermenu{
		display: flex;
	}
	.headermenu img{
		width: 80%;
	}
	.nav-list{
		display: block;
		font-size: 3rem;
		background-color: #f7f7f7;
		width: 70%;
		position: fixed;
		top: 0;
		right: -100%;
		padding-top: 70px;
		height: 100%;
		transition: .5s;
	}
	.hum.active+.nav-list{
		right: 0;
	}
	.nav-list li{
		line-height: 1;
		margin-right: 0;
		margin-bottom: 30px;
		padding: 5px 20px;
		display: inline-block;
	}
	.nav-list li:last-of-type{
		margin-bottom: 0;
	}
	.navigation li span{
		font-size: 1.4rem;
	}
	.navigation .nav-list li:last-of-type{
		background-color: #f7f7f7;
	}
	.navigation .nav-list li:last-of-type:hover{
		color: #D5B52B;
		background-color: #fff;
	}
	.navigation .nav-list li:last-of-type a{
		color: #444;
	}
	
	.hum{
		display: block;
		-webkit-appearance: none;
		appearance: none;
		position: absolute;
		top:7px;
		right:20px;
		width: 44px;
		height: 44px;
		background-color: #f7f7f7;
		z-index: 2;
		border: none;
	}
	button#hum.hum{
		padding: 7px;
	}
	.hum span{
		position: absolute;
		display: block;
		height: 2px;
		background-color:#D5B52B;
		transition: all 0.5s;
	}
	.hum span:first-of-type{
		top: 11px;
		left: 5px;
		width: 31px;
	}
	.hum span:nth-of-type(2){
		top: 21px;
		left: 5px;
		width: 17px;
	}
	.hum span:last-of-type{
		bottom: 10px;
		left: 5px;
		width: 25px;
	}
	.hum.active .nav-list{
		opacity: 1;
	}
	.hum.active span:first-of-type{
		transform: rotate(45deg);
		top: 21px
	}
	.hum.active span:nth-of-type(2){
		opacity: 0;
	}
	.hum.active span:last-of-type{
		transform: rotate(-45deg);
		bottom: 21px;
		width: 31px;
	}
	/* footer */
	.footer{
		padding: 50px 0 30px 0;
	}
	.footer img{
		padding: 0 0 30px 0;
		width: 70%;
	}
	.footer p{
		font-size: 1.3rem;
	}
	/* top page */
	.topinner{
		max-width: 335px;
		padding: 150px 0;
	}
	.top-bg-sp{
		background-image: url(../img/t-sp.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
	}
	.title{
		font-size: 3rem;
		margin-left: 0;
		line-height: 1.1;
	}
	.title span{
		font-size: 5rem;
	}
	.titlecenter{
		font-size: 4rem;
		padding-top: 150px;
	}
	.ja{
		font-size: 2rem;
	}
	.inner{
		max-width: 335px;
		padding-bottom: 100px;
		margin: 0 auto;
	}
	.desc p:last-of-type{
		font-size: 2.4rem;
	}
	.desc{
		width: 85%;
		margin: 0 auto;
		font-size: 1.4rem;
		text-align: left;
	}
	.desc-1{
		padding: 50px 0 60px 0;
		width: 85%;
		margin: 0 auto;
		font-size: 1.4rem;
		text-align: center;
	}
	.desc-1:first-of-type li:last-of-type::after{
		display: none;
	}
	.cat{
		padding-bottom: 70px;
	}
	.btn_wrapper{
		text-align: center;
	}
	.more{
		font-size: 1.4rem;
		padding: 10px 30px;
	}
	.slide li{
		position: absolute;
		width: 100%;
		height: 500px;
	}
	.slick-prev{
		right: 80px;
		top: 520px;
	}
	.slick-prev::before{
		color: #444;
	}
	.slick-next{
		right: 30px;
		top: 520px;
	}
	.slick-next::before{
		color: #444;
	}
	.headerinner{
		width: 335px;
	}
	.oph{
		position: absolute;
		left: 50%;
		bottom: -25%;
		background-color:rgba(213 181 43/80%);;
		width: 200px;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		transform: translateX(-50%) rotate(0deg);
		transform-origin: center;
	}
	.oph::before{
		content: '';
		border: #fff solid 1px;
		width: 190px;
		height: 60px;
		position: absolute;
	}
	.oph p{
		transform: rotate(0deg);
	}
	.content{
		margin: 0 auto;
		padding: 0;
	}
	.modal{
		height: 100vh;
	}
	.modal__bg{
		background: rgba(0,0,0,40%);
		height: 100vh;
		position: absolute;
		width: 100%;
	}
	.modal__content{
		padding: 60px 10px 30px 10px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 70%;
	}
	.m-close{
		margin: 20px 10px 20px 0;
	}
	.js-modal-close{
		top:0px
	}
	.cover{
		display: block;
		margin-bottom: 40px;
		justify-content: center;
	}
	.covertitle{
		font-size: 2rem;
		text-align: center;
		margin-bottom: 40px;
		letter-spacing: .3em;
	}
	.openhousetext{
		width: 100%;
		align-self: center;
	}
	.th{
		display: flex;
		margin-bottom: 20px;
	}
	.th div{
		margin-right: 10px;
	}
	.th div:last-of-type{
		margin-right: 0;
	}
	.th p{
		text-transform: uppercase;
		margin: 0 auto;
		text-align: center;
	}
	.text{
		font-size: 1.4rem;
		line-height: 2;
		z-index: 100;
		transform: rotate(0deg);
	}
	
	.text span{
		font-size: 1.2rem;
	}
	
	.headerserif{
		font-family:'Noto Serif JP';
	}
	.heroimg h1{
		display: inline-block;
		box-sizing: border-box;
		font-size: 2rem;
		padding: 20px 30px;
		width: 100%;
		text-align: center;
	}
	.secdesc{
		padding: 60px 0;
		font-size: 1.4rem;
		text-align-last: left;
	}
	.subtitle{
		font-size: 2.4rem;
		margin-bottom: 30px;
		letter-spacing: .3em;
		font-weight: 400;
	}

	.top-works{
		padding: 30px 0px;
		display: block;
	}
	.sample1{
		overflow: hidden;
		position: relative;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.sample1:last-of-type{
		margin-bottom: 0;	
	}
	.sample1 .caption{
		position: static;
		transform: translateX(0) translateY(0);
		font-size: 1.6rem;
		text-align: center;
		color: #444;
	}
	.sample1 .mask{
		width: 100%;
		position: static;
		opacity: 1;
		background-color: transparent;
	}
/* concept */
.head{
	font-family:'Noto Serif JP';
	font-size: 4rem;
	letter-spacing: 0.2em;
	text-align: end;
	padding-top: 90px;
}
.concept{
	font-size: 2.4rem;
	padding: 20px 0 80px 0;
	margin-left: 20px;
}
.concept::before{
	font-size: 10rem;
	top: -60px;
	left: -20px;
}
.conceptinner{
	max-width: 335px;
}
.conceptmini{
	max-width: 335px;
}
.conceptitem{
	display: block;
	margin-bottom: 50px;
}
.conceptitem img{
	width: 100%;
	margin-left: 0;
}
.conceptitem:nth-child(even) img{
	margin-left: 0;
	margin-right: 0;
}
.conceptitem dt::before{
	font-size: 1.5rem;
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.conceptitem dd{
	margin-bottom: 10px;
}
.concept-title{
	font-size: 2rem;
}
.c_messeinner{
	max-width: 335px;
	padding-bottom: 100px;
}
.concept-messe{
	text-align: left;
}
/* works */
.worksinner{
	max-width: 335px;
	padding: 30px 0 50px 0;
}
.worksinner ul{
	margin-bottom: 20px;
}
.worksinner ul:last-child{
	margin-bottom: 0;
}
.works1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.works1 li{
	margin-bottom: 40px;
	width: calc(50% - 10px);
}
.works1 li span{
	font-size: 1rem;
	padding: 3px 7px;
	border-radius: 5px;
	display: inline-flex;
}
.sample2{
	overflow: hidden;
	position: relative;
	transition: .3s;
}
.sample2 img{
	transition: .3s;
}
.sample2:hover img{
	transform: scale(1.2);
	transition: .3s;
}
.caption2{
	font-size: 1.4rem;
}
.works1 p{
	font-size: 1.4rem;
	margin-top: 10px;
}
.works2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.works2 li{
	margin-bottom: 40px;
	width: calc(50% - 10px);
}
.works2 p{
	font-size: 1.4rem;
}
.pastinner{
	max-width: 335px;
	padding-bottom: 100px;
}
.past{
	display: flex;
}
.past li{
	margin: 0 auto;
	font-size: 1.8rem;
}

/* works-contents */
.workstitle{
	font-size: 4rem;
}
.workstitle span{
	color: #D5B52B;
}
.works-header{
	padding: 80px 0 40px 0;
}
.works-header-inner{
	max-width: 335px;
}
.works-w{
	width: 100%;
	margin-left: 0;
}
.works-w p{
	width: 100%;
}
.works-imginner{
	max-width: 335px;
}
.works-imginner{
	padding: 50px 0;
	column-count: unset;
	column-gap: unset;
}
.works-item p{
	font-size: 1.6rem;
	margin-left: 10px;
}
.works-img{
	width: 45%;
	margin-bottom: 50px;
}
.works-item{
	display: block;
	align-items: baseline;
	margin-bottom: 30px;
}
.worksname{
	font-size: 3.2rem;
	text-transform: uppercase;
	margin-left: 50px;
}
.worksname span{
	font-size: 1.4rem;
	vertical-align: baseline;
}
.worksname span::before{
	font-size: 2rem;
}
.works-img{
	width: 100%;
	margin-bottom: 30px;
}
.works-img img{
	margin-bottom: 10px;
}
.works-img p{
	text-align-last: left;
	display: inline-block;
}
.moreworks{
	width: 335px;
	padding-bottom: 100px;
}
/* flow&price page */
.flowinner{
	max-width: 335px;
	padding-bottom: 100px;

}
.inner-sp{
	max-width: 335px;
	margin: 0 auto;
}
.flow{
	margin-bottom: 30px;
	padding-left: 0;
	padding-top: 90px;
}
.flow:last-child{
	margin-bottom: 80px;
}
.flowlist li::before{
	font-size: 1.5rem;
	width: 50px;
	height: 50px;
	line-height: 50px;
	top: 20px;
	left: 40%;
}
.flow dt{
	margin-bottom: 15px;
	text-align: center;
}
.fee{
	text-align: left;
}
/* about page */
.tableinner{
	max-width: 335px;
}
.aboutinner{
	max-width: 335px;
	padding-bottom: 70px;
	margin: 0 auto;
}
.group{
	display: block;
	margin-bottom: 20px;
}
.group:last-of-type{
	margin-bottom: 0;
}
.group dt{
	width: 100%;
	margin-right: 0;
	text-align: left;
}
.group dd{
	width: 100%;
}
.map{
	padding: 70px 0;
}
.acd-check{
    display: none;
}
.acd-label1{
    display: block;
    padding: 10px;
}
.profdetail{
	margin-left: 20px;
    transition: .3s;
    visibility: visible;
}
.acd-check:checked + .acd-label + .profdetail{
   border: none;
    opacity: 1;
    visibility: visible;
}
.open{
	margin: 20px 0;
	text-align: center;
}
.close{
	margin: 20px 0;
	text-align: center;
}
.staff{
	display: block;
}
.staff1{
	margin-right: 0;
	width: 100%;
}
.staff1:last-child{
	margin-right: 0;
}
.namebox p:first-of-type{
	font-size: 2rem;
}
.study{
	margin: 10px auto 70px;
}
.historygroup{
	display: block;
	margin: 40px 0;
	padding-bottom: 40px;
}
.historygroup:last-of-type{
	display: block;
	margin: 0px 0;
	padding-bottom: 40px;
}
.historygroup dt{
	width: 100%;
	text-align: center;
}
.historygroup dd{
	width: 100%;
	margin-bottom: 20px;
}
.histitle{
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 500;
}
.histitle:first-child{
	margin: 0 0 10px 0;
}
.histext{
	display: block;
	margin-bottom: 20px;
}
.histext span{
	width: 100%;
	margin-right: 0;
	text-align: left;
}
.histext p{
	width: 100%;
	text-align: left;
}
.link{
	display: block;
}
.link li{
	width: 100%;
}
.linklist dt{
	font-size: 1.6rem;
}
.linklist dd{
	margin-bottom: 20px;
}
.marginnone dd{
	margin-bottom: 0;
}
/* study */
.studytitle{
	font-size: 3rem;
	margin-bottom: 0;
}
.studylead{
	font-size: 1.4rem;
}
.studylead span{
	font-size: 1.7rem;
}
.arch{
	display: block;
	margin-bottom: 100px;
}
.arch img{
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}
.arch p{
	font-size: 1.4rem;
}
.floating{
	margin-bottom: 100px;
}
.floating::after{
	content: url(../about/study/img/floating-sp.jpg);
	top: -110px;
	left: 0;
}
.studylist{
	display: block;
	margin-bottom: 40px;
	border-bottom: 1px solid #D5B52B;
	padding-bottom: 15px;
}
.nen{
	width: 100%;
	text-align: left;
	margin-right: 0;
	margin-bottom: 10px;
}
.accordion-text{
	width: 100%;
	display: none;
	margin-left: 10px;
}
/* contact */
.forminner{
	padding-bottom: 100px;
	max-width: 335px;
}
input textarea{
	font-size: 1.4rem;
}
.contactform{
	font-size: 1.8rem;
}
.contactform dt:first-child{
	margin-bottom: 0;
}
.contactform dl{
	display: block;
}
.contactform dl dt{
	width: 100%;
	text-align: left;
	margin-right: 40px;
	font-size: 1.4rem;
}
.radio-box li{
	position: relative;
	display: block;
	margin-left: 10px;
	font-size: 1.8rem;
}
.radio-box input[type=radio]:checked + label::after {
    top: 4.5px;
}
.radio-input{
	padding-left: 10px;
}
.radio-box li{
	position: relative;
	display: block;
	margin-bottom: 4px;
}
.radio-box label::before {
    width: 19px;
    height: 19px;
}
.radio-box input[type=radio]:checked + label::after {
	left: 3px;
	top: 5px;
    width: 13px;
    height: 13px;
}
.contactform dd{
	margin-bottom: 20px;
}
.form-parts__text{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	font-size: 1.4rem;
}
.caution{
	color: #fff;
	font-size: 1.2rem;
	background-color: #D5B52B;
	padding: 1px 5px;
	margin-left: 10px;
	line-height: 1;
}
textarea{
	width: 100%;
}
.submit{
	font-size: 1.4rem;
	letter-spacing: 0.6em;
	width: 200px;
	padding: 10px 0;
}
























}
