@charset "utf-8";


/*--------------------------
main-fv
--------------------------*/
#fv {
	background: url("../img/home/fv_01.jpg") no-repeat center;
	background-size: cover;
	position: relative;
    overflow: hidden;
}
#fv:after {
    content: '';
    width: 2480px;
    height: 1016px;
    background: url("../img/home/fv_cover.png") no-repeat center bottom;
    background-size: contain;
    position: absolute;
    bottom: -100px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}
#fv .inner {
    height: calc(100vh - 60px);
}
.fv-catch {
    width: 43%;
    max-width: 350px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.fv-open {
    width: 40%;
    max-width: 485px;
    position: absolute;
    right: -20px;
    bottom: 160px;
	z-index: 2;
}

#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;
    z-index: 2;
}

@media (max-width: 815px) {

	#fv:after {
		width: 1280px;
		height: 508px;
	}
	#fv .inner {
		height: 300px;
	}
	.fv-catch {
		top: auto;
		transform: none;
		bottom: 50px;
		z-index: 2;
	}
	.fv-open {
		right: 20px;
		bottom: 60px;
	}

}

/**/
#min-contents {
    position: relative;
}
#min-contents:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/home/bg1.png") no-repeat 65% top;
    background-size: 200%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 815px) {
	
	#min-contents:after {
		display: none;
	}
}

/*--------------------------
information
--------------------------*/
.top-information-in {
    display: flex;
    justify-content: space-between;
}
.top-information-in .cmn-title {
    margin-bottom: 0;
    width: 110px;
    position: relative;
}
.top-information-in .cmn-title h2 {
    transform: rotate(90deg);
    padding-left: 50px;
    position: absolute;
    top: -40px;
    left: 60px;
    transform-origin: left top;
}
.top-information-in .cmn-title h2:before {
    position: absolute;
    left: 0;
    top: 20px;
}
.top-information-in .cmn-title p {
    font-weight: 500;
    white-space: nowrap;
    position: absolute;
    top: -35px;
    left: 70px;
    margin: 0;
}
.top-information-contents {
    width: calc(100% - 110px);
    margin-top: 20px;
}




@media (max-width: 815px) {

	.top-information-in {
		display: block;
	}
	.top-information-in .cmn-title {
		width: auto;
		margin-bottom: 40px;
		text-align: center;
	}
	.top-information-in .cmn-title h2 {
		transform: none;
		position: relative;
		top: auto;
		left: auto;
		padding: 0;
	}
	.top-information-in .cmn-title h2:before {
		position: relative;
		left: auto;
		top: auto;
	}
	.top-information-in .cmn-title p {
		position: relative;
		top: auto;
		left: auto;
		margin-top: 15px;
	}
	.top-information-contents {
		width: auto;
	}
	.top-information-contents .more.right {
		text-align: center;
	}


}


.top-image3__list {
    display: flex;
    justify-content: space-between;
}
.top-image3__list >li {
    width: 32%;
}




/*--------------------------
treatment
--------------------------*/
#treatment {

}

/*--------------------------
greeting
--------------------------*/

#greeting:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/home/bg2.png") no-repeat 65% top;
    background-size: 200%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.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-mincho);
	line-height: 2;
}
.greeting-name {
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
}
.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 .profile {
    margin-top: 30px;
}
.greeting-in .profile h4 {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px #6e6a4d;
}
.greeting-in .profile h4:before {
    content: '';
    background: #6e6a4d;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 10px;
    vertical-align: 4px;
}
.profile-cert {
	display: flex;
	flex-wrap: wrap;
}
.profile-cert img {
	width: 32%;
	margin: 0 0 2% 2%;
}
.profile-cert img:nth-child(3n+1) {
	margin-left: 0;
}

@media (max-width: 815px) {

	.greeting-in {
		display: block;
	}
	.greeting-in .info {
		width: auto;
		margin-bottom: 30px;
	}
	.greeting-catch {
		font-size: 18px;
	}
	.greeting-text {
		font-size: 12px;
	}
	.greeting-in .img {
		width: 100%;
		margin-bottom: 30px;
	}
	.greeting-in .img p {
		font-size: 32px;
	}
	.greeting-in .profile h4 {
		font-size: 16px;
	}

}



/*--------------------------
feature
--------------------------*/
#feature {

}


@media (max-width: 815px) {


}


/*--------------------------
top large
--------------------------*/
.top-large {
	width: 100%;
	height: 500px;
	background: url("../img/home/top_large.jpg") no-repeat center;
	background-size: cover;
}

@media (max-width: 815px) {

	.top-large {
		height: 200px;
	}

}

/*--------------------------
isshou
--------------------------*/
#isshou {
    padding: 200px 0;
}
#isshou:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/home/bg3.png") no-repeat 65% top;
    background-size: 200%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.isshou-logo {
    text-align: center;
    margin-bottom: 40px;
}
.isshou-in h2 {
    font-size: 30px;
    font-weight: 400;
    font-family: var(--font-mincho);
    text-align: center;
    margin-bottom: 80px;
}




@media (max-width: 815px) {

	#isshou {
		padding: 100px 0;
	}
	.isshou-logo img {
		max-width: 200px;
	}
	.isshou-in h2 {
		font-size: 18px;
		margin-bottom: 50px;
	}

}



/*--------------------------
equipment
--------------------------*/
#equipment {
    padding: 200px 0;
}
#equipment:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/home/bg4.png") no-repeat 35% top;
    background-size: 200%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.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 {
		padding: 100px 0;
	}
	.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;
}

}










