@charset "utf-8";




.top-text-image {
    font-size: 90px;
    font-weight: 100;
    font-family: var(--font-Oswald);
    font-style: italic;
    display: inline-block;
	line-height: 1;
    padding: 0 10px 15px;
    margin-left: -10px;
    background: url("../img/cmn/text_bg.jpg") no-repeat center;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    right: -20px;
    top: -50px;
}

@media (max-width: 815px) {

	.top-text-image {
		font-size: 40px;
		right: 0;
		top: 0;
	}

}

/*--------------------------
main-fv
--------------------------*/
#fv {
	background: url("../img/home/fv.jpg") no-repeat center top;
	background-size: cover;
	position: relative;
}
#fv .inner {
    height: calc(100vh - 60px);
}
.fv-catch {
    width: 43%;
    max-width: 350px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.fv-open {
    width: 50%;
    max-width: 600px;
    position: absolute;
    right: -20px;
    bottom: 160px;
}

#fv .main-nav__list {
    max-width: calc(100% - 40px);
	background: rgba(255,255,255,0.85);
	padding: 10px 0;
	border-radius: 10px;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

@media (max-width: 815px) {

	#fv .inner {
		height: 400px;
	}
	.fv-open {
		right: 20px;
		bottom: 20px;
	}

}


/*--------------------------
information
--------------------------*/
.top-information-in {
    display: flex;
    justify-content: space-between;
}
.top-information-in .cmn-title {
    width: 350px;
    margin-bottom: 0;
}
.top-information-contents {
    width: calc(100% - 350px);
}




@media (max-width: 815px) {

	.top-information-in {
		display: block;
	}
	.top-information-in .cmn-title {
		width: auto;
		margin-bottom: 40px;
		text-align: center;
	}
	.top-information-contents {
		width: auto;
	}
	.top-information-contents .more.right {
		text-align: center;
	}


}

/*--------------------------
treatment
--------------------------*/
#treatment {
	background: url("../img/home/treatment_bg.png") repeat-x center top;
    background-size: cover;
    margin-bottom: 100px;
}

/*--------------------------
greeting
--------------------------*/
.greeting-in {
    display: flex;
    justify-content: space-between;
}
.greeting-in .info {
	width: 45%;
}
.greeting-catch{
	font-size: 26px;
	font-weight: 400;
	font-family: var(--font-marugo);
	line-height: 2;
}
.greeting-name {
	font-size: 20px;
	font-weight: 400;
	font-family: var(--font-marugo);
	margin-top: 20px;
	text-align: center;
}
.greeting-name span {
	font-size: 120%;
	margin-left: 10px;
}
.greeting-text {
	line-height: 2.3;
}
.greeting-text b {
    font-size: 120%;
    color: var(--main-color);
}
.greeting-in .img {
	width: 50%;
	height: 100%;
}
.greeting-in .img .img-in {
	position: relative;
}
.greeting-in .img .img-in p {
    color: #fff;
    font-size: 78px;
    font-family: var(--font-en);
    font-weight: 400;
    line-height: 1;
    position: absolute;
    left: 20px;
    bottom: 0;
}
.greeting-in.-re {
    flex-direction: row-reverse;
    margin-top: 100px;
}

@media (max-width: 815px) {

	.greeting-in {
		display: block;
	}
	.greeting-in .info {
		width: auto;
		margin-bottom: 30px;
	}
	.greeting-catch {
		font-size: 18px;
	}
	.greeting-name {
		font-size: 14px;
	}
	.greeting-text {
		font-size: 12px;
	}
	.greeting-in .img {
		width: 100%;
	}
	.greeting-in .img p {
		font-size: 32px;
	}

	.greeting-in.-re {
		margin-top: 50px;
	}

}



/*--------------------------
feature
--------------------------*/
#feature {
	background: url("../img/home/feature_bg.png") repeat-x center top;
    background-size: cover;
}


@media (max-width: 815px) {


}



/*--------------------------
isshou
--------------------------*/
.isshou-in {
    padding: 70px 40px;
    background: #f8f6f1;
    border-radius: 20px;
    border: solid 2px #5f3518;
}
.isshou-logo {
    text-align: center;
    margin-bottom: 40px;
}
.isshou-in h2 {
    font-size: 22px;
    font-weight: 400;
    font-family: var(--font-marugo);
    text-align: center;
    margin-bottom: 80px;
}




@media (max-width: 815px) {

	.isshou-in {
		padding: 50px 20px;
	}
	.isshou-logo img {
		max-width: 200px;
	}
	.isshou-in h2 {
		font-size: 18px;
		margin-bottom: 50px;
	}

}



/*--------------------------
equipment
--------------------------*/
#equipment {
	background: url("../img/cmn/cmn_bg.jpg") no-repeat center;
	background-size: cover;
}
.equipment-main .cmn-subtitle {
	margin-bottom: 130px;
}
.equipment__list >li:nth-child(even) {
    flex-direction: row;
}
.equipment__list >li .info-title p {
    color: var(--main-color);
}

.equipment-sub {
    background: #fff;
    padding: 90px 40px;
    margin-top: 140px;
    border: solid 2px var(--main-color);
    border-radius: 10px;
}
.equipment-sub .cmn-subtitle {
	margin-bottom: 90px;
}

@media (max-width: 815px) {

	.equipment-main .cmn-subtitle {
		margin-bottom: 60px;
	}
	.equipment-sub {
		padding: 50px 20px;
		margin-top: 100px;
	}
	.equipment-sub .cmn-subtitle {
		margin-bottom: 50px;
	}


}



/*--------------------------
invisalign
--------------------------*/
#invisalign {
    color: #fff;
    background: #339cbb;
}
.invisalign-logo {
    text-align: center;
    margin-bottom: 70px;
}
.invisalign__list >li .info .info-title {
    border-bottom: dotted 1px #fff;
}
.invisalign__list >li .info .info-title h3 {
    color: #fff;
}
.invisalign__list >li .info .info-title p {
    margin-top: 0;
}
#invisalign .more a {
    color: #fff;
    border: solid 1px;
}
#invisalign .more a:hover {
	border: solid 1px var(--base-color);
}

@media (max-width: 815px) {

	.invisalign-logo {
		margin-bottom: 30px;
	}
	.invisalign-logo img {
		max-width: 200px;
	}

}



/*--------------------------
blog
--------------------------*/
.blog__list {
    display: flex;
}
.blog__list >li {
    width: 30%;
    margin: 0 0 50px 5%;
}
.blog__list >li:nth-child(3n+1) {
	margin-left: 0;
}
.blog__list >li a {
	display: block;
	color: var(--base-color);
}
.blog__list >li .img {
	margin-bottom: 20px;
}
.blog-date {
    font-size: 13px;
}
.blog-title {
    font-weight: 500;
    margin-top: 5px;
}
.blog-category {
    color: var(--main-color);
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    border: solid 1px;
    padding: 4px 20px;
    border-radius: 1000px;
    margin-top: 10px;
}




@media (max-width: 815px) {

.blog__list {
    display: block;
}
.blog__list >li {
    width: 100%;
    margin: 0 0 50px;
}

}










