@charset "utf-8";

@keyframes zoom-in {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/*--------------------------
main-fv
--------------------------*/
#fv {
	position: relative;
    overflow: hidden;
    padding-bottom: 110px;
    margin-bottom: 50px;
}
#fv:after {
    content: '';
    width: 100%;
    height: calc(100vh - 100px);
    min-height: 600px;
    background: url("../img/home/ver2/fv_cover4.png") no-repeat right bottom;
    background-size: auto 400px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.fv-text .inner {
    height: calc(100vh - 100px);
	min-height: 600px;
}
.fv-catch {
    width: 35%;
    max-width: 436px;
    position: absolute;
    bottom: 15%;
    z-index: 2;
}
.fv-open {
    width: 35%;
    max-width: 485px;
    position: absolute;
    right: -20px;
    bottom: -7%;
	z-index: 2;
}

.fv-fig.pos1 {
    width: 23%;
    max-width: 340px;
    position: absolute;
    top: 15%;
}
.fv-fig.pos2 {
	width: 26%;
    max-width: 340px;
    position: absolute;
    top: 0;
	right: 0;
}


.fv-slide {
    position: absolute;
    width: 100%;
    top: 0;
    right: -24%;
    z-index: -1;
}
.fv-slide .swiper-slide {
    height: calc(100vh - 100px);
	min-height: 600px;
}
.fv-slide .swiper-slide .slide-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

/*
.fv-slide .swiper-slide-active .slide-img,
.fv-slide .swiper-slide-duplicate-active .slide-img,
.fv-slide .swiper-slide-prev .slide-img{
  animation: zoom-in 10s linear 0s 1 normal both;  
}
*/

@media (max-width: 815px) {

	#fv {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#fv:after {
        height: 350px;
        min-height: 100%;
        background-size: 100%;
        bottom: 10%;
	}
	.fv-text .inner {
		height: 350px;
		min-height: 100%;
	}
   .fv-catch {
	    top: auto;
        bottom: 30%;
    }
	.fv-open {
		right: 10px;
		bottom: 50px;
	}
	.fv-fig.pos1 {
		top: 20%;
	}
	.fv-slide {
		right: -24%;
	}
	.fv-slide .swiper-slide {
		height: 350px;
		min-height: 100%;
	}


}

/**/
#min-contents {
    position: relative;
	padding-top: 200px;
}
#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: 100px;
    left: 0;
    z-index: -1;
}

img.fv-fig.pos5 {
    width: 30%;
    max-width: 310px;
    position: absolute;
    top: 53px;
    left: 60%;
}


@media (max-width: 815px) {
	
	#min-contents {
		padding-top: 60px;
	}
	#min-contents:after {
		top: 40px;
	}
	img.fv-fig.pos5 {
		top: 10px;
	}

}

/*--------------------------
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/pages/page_fv.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;
}

}










