.wrap{
	width: 900px;
}

.mainV img{
	width: 100%;
	display: block;
}
.mainV{
	position: relative;
}
.mainV a{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 11px;
	color: #fff;
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.mainV:after{
	content: '';
	width: 1px;
	height: 70px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.intro{
	overflow: hidden;
	position: relative;
	z-index: 0;
	height: 900px;
}
.intro:before{
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/index/bg-triangle01.png) no-repeat;
	background-size: contain;
	background-position: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.intro:after{
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/index/bg-triangle02.png) no-repeat;
	background-size: contain;
	background-position: right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.intro .border{
	width: 1px;
	height: 70px;
	background: #000034;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.intro h2{
	font-size: 28px;
	text-align: center;
	margin-top: 140px;
	margin-bottom: 50px;
}
.intro h2 strong{
	font-size: 60px;
	color: #7086BD;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.intro p{
	font-size: 18px;
	text-align: center;
	line-height: 2em;
	margin-bottom: 140px;
	font-weight: 300;
}
.intro p span {
    color: #78CEC7;
    font-weight: 600;
    border-bottom: solid 1px;
}

.whats{
	background: url(../images/index/bg01.png) no-repeat;
	background-size: cover;
	background-position: right;
	padding: 50px 0;
}
.whats dl{
	background: #45BCB3;
	width: 520px;
	padding: 40px 44px;
	position: relative;
}
.whats dl:before{
	content: '';
	width: 30px;
	height: 30px;
	border-top: solid 1px #000034;
	border-left: solid 1px #000034;
	position: absolute;
	top: 20px;
	left: 20px;
}
.whats dl:after{
	content: '';
	width: 30px;
	height: 30px;
	border-top: solid 1px #000034;
	border-right: solid 1px #000034;
	position: absolute;
	top: 20px;
	right: 20px;
}
.whats dl dt{
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 28px;
	color: #000034;
	font-weight: 600;
	margin-bottom: 20px;
    padding-bottom: 4px;
    position: relative;
}
.whats dl dt:before{
	content: '';
	width: calc(100% - 29px);
	height: 1px;
	background: #000034;
	position: absolute;
	bottom: 0;
	left: 0;
}
.whats dl dt:after{
	content: '';
	width: 31px;
	height: 27px;
	background: url(../images/index/icon-pen01.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
}
.whats dl dd{
	font-size: 14px;
	line-height: 2;
	color: #000034;
	position: relative;
	font-weight: 300;
}
.whats dl dd:before{
	content: '';
	width: 30px;
	height: 30px;
	border-bottom: solid 1px #000034;
	border-left: solid 1px #000034;
	position: absolute;
	bottom: -20px;
	left: -22px;
}
.whats dl dd:after{
	content: '';
	width: 30px;
	height: 30px;
	border-bottom: solid 1px #000034;
	border-right: solid 1px #000034;
	position: absolute;
	bottom: -20px;
	right: -22px;
}

.features{
	overflow: hidden;
}
.features h2{
	font-size: 40px;
	text-align: center;
	position: relative;
	margin-top: 120px;
}
.features h2:after, .treatment h2:after{
	content: '';
	width: 60px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;	
}
.features h2 span{
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 18px;
	color: #000034;
}

.features ul{
	margin-bottom: 120px;
	margin-top: 100px;
}
.features li:nth-of-type(1), .features li:nth-of-type(3){
	margin-left: calc(50% - 450px);
}
.features li:nth-of-type(2){
	margin-right: calc(50% - 450px);
}
.features li {
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
	position: relative;
	z-index: 0;
}
.features li:nth-of-type(3){
	padding-bottom: 0;
}
.features li:nth-of-type(1):before{
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/index/bg-triangle03.png) no-repeat;
	background-size: contain;
	background-position: left;
	position: absolute;
	top: 0;
	left: -275px;
	z-index: -1;
}
.features li:nth-of-type(2):before{
	content: '';
	width: 100%;
	height: calc(100% + 100px);
	background: url(../images/index/bg-triangle04.png) no-repeat;
	background-size: contain;
	background-position: right;
	position: absolute;
	top: -100px;
	right: -275px;
	z-index: -1;
}
.features li:nth-of-type(3):before{
	content: '';
	width: 100%;
	height: calc(100% + 100px);
	background: url(../images/index/bg-triangle05.png) no-repeat;
	background-size: contain;
	background-position: left;
	position: absolute;
	top: -100px;
	left: -275px;
	z-index: -1;
}
.features li .features-content{
	width: 500px;
	position: relative;
}
.features li .features-content p{
	font-size: 14px;
	color: #000034;
	display: flex;
	align-items: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	position: absolute;
	top: -52px;
}
.features li .features-content p span{
	font-size: 34px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #000034;
}
.features li .img{
	width: calc(100% - 600px);
	min-height: 400px;
}
.features li:nth-of-type(1) .features-content, .features li:nth-of-type(3) .features-content{
	order: 1;
}
.features li:nth-of-type(1) .img, .features li:nth-of-type(3) .img{
	order: 2;
}
.features li:nth-of-type(1) .img{
	background: url(../images/index/feature01.png) no-repeat;
	background-size: cover;
	background-position: center;
}
.features li:nth-of-type(2) .img{
	background: url(../images/index/feature02.png) no-repeat;
	background-size: cover;
	background-position: center;	
}
.features li:nth-of-type(3) .img{
	background: url(../images/index/feature03.png) no-repeat;
	background-size: cover;
	background-position: center;	
}
.features li dl dt{
	background: #000032;
	/*color: #fff;*/
	height: 50px;
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 600;
	padding-left: 20px;
	position: relative;
}
.features li dl dt:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 10px 25px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.features li dl dt:before{
	content: '';
	width: calc(100% - 40px);
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
.features li dl dt span{
	color: #fff;
	background: #000034;
    position: relative;
    z-index: 3;
    padding-right: 10px;
}
.features li dl dd{
	font-size: 14px;
	font-weight: 300;
}
.features li dl dd strong{
	font-size: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #000032;
	display: block;
	margin: 25px 0 20px;
}

.dr-info{
	background: url(../images/index/bg02.png) no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.dr-info .inner{
	width: 600px;
}
.dr-info h2{
	color: #fff;
	font-size: 46px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.dr-info h2 span{
	font-size: 15px;
	color: #37978F;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	display: block;
}
.dr-info h2 strong{
	font-size: 28px;
	color: #fff;
	display: block;
}
.dr-info .inner dl{
	border: solid 1px #fff;
	margin: 20px 0 60px;
	position: relative;
}
.dr-info .inner dt{
	border-bottom: solid 1px #fff;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	padding: 10px 20px;
}
.dr-info .inner dd{
	padding: 10px 20px;
	position: relative;
}
.dr-info .inner dd ul.photo{
	position: absolute;
	top: 20px;
	right: 20px;
}
.dr-info .inner dd ul.photo li img{
	display: block;
	margin-bottom: 10px;
}
.dr-info .inner dd ul.history li{
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	border-bottom: dashed 1px #fff;
	font-weight: 300;
}
.dr-info .inner dd ul.history li span{
	display: block;
	color: #37978F;
}
.dr-info .inner dd ul.history li:last-of-type{
	border: none;
}
.dr-info .inner a{
	width: 300px;
	height: 60px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #000034;
	float: right;
	position: relative;
	transition: .3s;
}
.dr-info .inner a:hover{
	opacity: .7;
}
.dr-info .inner a:after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 1px #000034;
	border-right: solid 1px #000034;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
}

.treatment{
	padding: 120px 0;
	background: url(../images/index/bg-triangle06.png) no-repeat;
	/*background-size: 100%;*/
	background-size: cover;
}
.treatment h2{
	font-size: 40px;
	text-align: center;
	position: relative;
}
.treatment h2 span{
	display: block;
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #000034;
}
.treatment h2 + p{
	font-size: 18px;
	text-align: center;
	margin: 50px 0 80px;
	line-height: 2em;
	font-weight: 300;
}
.treatment ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.treatment ul li{
	width: calc(50% - 20px);
	background: #000032;
	padding: 50px 40px 140px;
	margin-bottom: 40px;
	position: relative;
}
.treatment ul li:before{
	content: '';
	width: 30px;
	height: 30px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	position: absolute;
	top: 20px;
	left: 20px;
}
.treatment ul li:after{
	content: '';
	width: 30px;
	height: 30px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 20px;
	right: 20px;
}
.treatment ul li p{
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #fff;
	text-align: center;
}
.treatment ul li p span{
	display: block;
	color: #fff;
	font-size: 48px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.1;
}
.treatment ul li dl dt{
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: initial;
	text-align: center;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	margin: 20px 0;
	padding: 10px 0;
}
.treatment ul li:first-of-type dl dt{
	letter-spacing: -3px;	
}
.treatment ul li dl dd{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.treatment ul li dl dd:before{
	content: '';
	width: 30px;
	height: 30px;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.treatment ul li dl dd:after{
	content: '';
	width: 30px;
	height: 30px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.treatment ul li dl dd .btn-wrap{
	position: absolute;
	width: 100%;
	left: 40px;
	bottom: 50px;
}
.treatment ul li dl dd a{
	width: calc(100% - 80px);
	height: 60px;
	background: #fff;
	color: #000034;
	display: flex;
	justify-content: center;
	align-items: center;
	/*position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;*/
	position: relative;
	transition: .3s;
}
.treatment ul li dl dd a:after{
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 1px #000034;
	border-right: solid 1px #000034;
	transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
.treatment ul li dl dd a:hover{
	opacity: .7;
}

.three-reason{
	background: url(../images/index/bg-three-reason.png) no-repeat #000032;
	background-size: cover;
	background-position: center;
	padding: 115px 0 100px;
}
.three-reason h2{
    font-size: 40px;
    text-align: center;
    position: relative;
    color: #fff;
    letter-spacing: 0;
}
.three-reason h2 span{
    display: block;
    font-size: 18px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #45bcb3;
}
.three-reason h2 br{
	display: none;
}
.three-reason h2:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.three-reason h2 + p{
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: 300;
	margin: 50px 0 80px;
}
.three-reason .merit-box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.three-reason .merit-box h3{
	flex-basis: 180px;
	height: 180px;
	border-radius: 90px;
	position: relative;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	padding-top: 62px;
	z-index: 1;
}
.three-reason .merit-box:nth-of-type(1) h3{
	background: url(../images/index/bg-circle.png)no-repeat #45bcb3;
	background-size: cover;
	background-position: center;
}
.three-reason .merit-box:nth-of-type(2) h3{
	background: url(../images/index/bg-circle02.png)no-repeat #45bcb3;
	background-size: cover;
	background-position: center;
}
.three-reason .merit-box:nth-of-type(3) h3{
	background: url(../images/index/bg-circle03.png)no-repeat #45bcb3;
	background-size: cover;
	background-position: center;
}
.three-reason .merit-box h3:before{
	content: '';
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border-radius: 90px;
	border: solid 1px #000032;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.three-reason .merit-box h3 span{
	display: block;
	font-size: 50px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1;
}
.three-reason .merit-box dl{
	flex-basis: calc(100% - 217px);
}
.three-reason .merit-box dt{
	font-weight: 600;
	font-size: 28px;
	color: #45bcb3;
	padding-bottom: 16px;
	margin-bottom: 16px;
	position: relative;
	z-index: 0;
}
.three-reason .merit-box dt:after{
	content: '';
	width: 850px;
	height: 1px;
	background: #45bcb3;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.three-reason .merit-box dd li{
	font-size: 16px;
	color: #fff;
	padding-left: 1.3em;
	line-height: 2.2em;
	position: relative;
}
.three-reason .merit-box dd li:before{
	content: '▶︎';
	font-size: 12px;
	color: #45bcb3;
	position: absolute;
	top: 1px;
	left: 0;
}

.limitations{
	padding: 115px 0 100px;
	background: url(../images/index/bg-limitations.png) no-repeat;
	background-size: cover;
	background-position: center;
}
.limitations .wrap{
	width: 650px;
}
.limitations h2{
    font-size: 40px;
    text-align: center;
    position: relative;
    color: #000;
    margin-bottom: 80px;
}
.limitations h2 span{
    display: block;
    font-size: 18px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #000032;
}
.limitations h2:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.limitations h3{
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding: 4px 0;
	margin-top: 65px;
	margin-bottom: 30px;
	color: #000032;
	border-top: solid 1px;
	border-bottom: solid 1px;
	position: relative;
}
.limitations h3:after{
	content: '';
	width: 12px;
	height: 12px;
	border-bottom: solid 1px #000032;
	border-right: solid 1px #000032;
	transform: rotate(45deg);
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	margin: auto;
}
.limitations h3 span{
	background: #f2f2f2;
	display: block;
	padding: 8px 0;
	position: relative;
}
.limitations h3 span:after{
	content: '';
	width: 16px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
}
.limitations p{
	font-size: 14px;
	font-weight: 300;
}
.limitations .flex{
	justify-content: space-between;
}
.limitations .flex dl{
	flex-basis: calc(50% - 25px);
}
.limitations .flex dl dt{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	height: 140px;
	padding-top: 100px;
}
.limitations .flex dl:nth-of-type(1) dt{
	background: url(../images/index/icon-limitations01.png) no-repeat #000032;
	background-size: 50px;
	background-position: center 35px;
}
.limitations .flex dl:nth-of-type(2) dt{
	background: url(../images/index/icon-limitations02.png) no-repeat #000032;
	background-size: 46px;
	background-position: center 35px;
}
.limitations .flex dl dd{
	font-size: 14px;
	font-weight: 300;
	margin-top: 20px;
}

.cure p{
	font-size: 20px;
	text-align: center;
	margin-bottom: 2em;
	line-height: 2.4;
}
.cure p strong{
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #46BCB3;
	font-size: 50px;
}
.beaty{
	position: relative;
}
/*.beaty:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 110px 50vw;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}*/

.cure{
	position: relative;
	padding-top: 90px;
	z-index: 0;
}
.cure:before{
	content: '';
	width: 100%;
	height: 170%;
	background: url(../images/index/bg-triangle07.png) no-repeat;
	background-size: auto 100%;
	background-position: left;
	position: absolute;
	top: -40%;
	left: 0;
	z-index: -1;
}
.cure:after{
	content: '';
	width: 100%;
	height: 170%;
	background: url(../images/index/bg-triangle08.png) no-repeat;
	background-size: auto 100%;
	background-position: right;
	position: absolute;
	top: -40%;
	right: 0;
	z-index: -1;
}

.pain{
	/*background: url(../images/index/bg04-2.png) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 200px 0;*/
	position: relative;
}
.pain .wrap{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
}
.pain:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 18px 0 18px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	margin: auto;
}
img.pain-bg{
	width: 100%;
}
/*.pain:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 110px 50vw 0 50vw;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.pain:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 110px 0 0 50vw;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}*/
.pain dl{
	width: 620px;
	margin: 0 auto;
	padding: 30px 35px;
	position: relative;
}
.pain dl:before{
	content: '';
	width: 30px;
	height: 30px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.pain dl:after{
	content: '';
	width: 30px;
	height: 30px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 0;
	right: 0;
}
.pain dl dt{
	font-size: 30px;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 6px;
	position: relative;
}
.pain dl dt:before{
	content: '';
	width: calc(100% - 29px);
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.pain dl dt:after{
	content: '';
	width: 31px;
	height: 27px;
	background: url(../images/index/icon-pen02.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
}
.pain dl dd{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.pain dl dd:before{
	content: '';
	width: 30px;
	height: 30px;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	position: absolute;
	left: -35px;
	bottom: -30px;
}
.pain dl dd:after{
	content: '';
	width: 30px;
	height: 30px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	position: absolute;
	right: -35px;
	bottom: -30px;
}
.pain dl dd .img{
	width: 220px;
}
.pain dl dd .pain-content{
	width: calc(100% - 250px);
}
.pain dl dd p{
	color: #fff;
	font-size: 14px;
	line-height: 2em;
}
.pain dl dd strong{
	font-size: 22px;
	color: #fff;
	margin: 0 0 20px;
	display: block;
}
.pain dl dd .img{
	background: url(../images/index/ex02.png) no-repeat;
	background-size: cover;
}

.second-opinion{
	position: relative;
	z-index: 0;
}
.second-opinion .wrap{
	padding-bottom: 140px;
	position: relative;
}
.second-opinion .bg-triangle{
	width: 100vw;
	height: 100%;
	background: url(../images/index/bg-triangle11.png) no-repeat;
	background-size: 100%;
	background-position: left bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
}
.second-opinion:before{
	content: '';
	width: 100%;
	height: 130%;
	background: url(../images/index/bg-triangle09.png) no-repeat;
	background-size: contain;
	background-position: left;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.second-opinion:after{
	content: '';
	width: 100%;
	height: 130%;
	background: url(../images/index/bg-triangle10.png) no-repeat;
	background-size: contain;
	background-position: right;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.second-opinion h2{
	font-size: 40px;
	color: #000032;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    padding-top: 80px;
}
.second-opinion h2 strong{
	font-size: 70px;
	color: #000032;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.second-opinion h2 span{
	display: block;
	font-size: 22px;
	line-height: 1;
	color: #000034;
}
.second-opinion ul li{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.second-opinion ul li p{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #000034;
	font-weight: 600;
	width: 150px;
	height: 150px;
	border-radius: 75px;
	border: solid 2px #000034;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.second-opinion ul li p:before{
	content: '';
	width: 2px;
	height: 61px;
	background: #000034;
	position: absolute;
	bottom: -62px;
	left: 0;
	right: 0;
	margin: auto;
}
.second-opinion ul li:last-of-type p:before{
	content: none;
}
.second-opinion ul li:nth-of-type(2) p:before{
	height: 51px;
	bottom: -51px;
}
.second-opinion ul li:nth-of-type(2) p:after{
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: solid 2px #000034;
	border-left: solid 2px #000034;
	transform: rotate(-45deg);
	position: absolute;
	bottom: -51px;
	left: 0;
	right: 0;
	margin: auto;
}
.second-opinion ul li dl{
	width: calc(100% - 170px);
	display: flex;
	background: #F2F2F2;
}
.second-opinion ul li dl dt{
	padding: 20px 30px;
	font-size: 14px;
	width: calc(100% - 230px);
	font-weight: 300;
}
.second-opinion ul li dl dd{
	font-size: 14px;
	width: 230px;
	background: url(../images/index/second-opinion01.png) no-repeat;
	background-size: cover;
}
.second-opinion ul li:nth-of-type(2) dl dd{
	background: url(../images/index/second-opinion02.png) no-repeat;
}
.second-opinion ul li:nth-of-type(3) dl dd{
	background: url(../images/index/second-opinion03.png) no-repeat;
}
.second-opinion ul + p{
	text-align: right;
	font-size: 16px;
	color: #E94300;
	font-weight: 500;
	margin: 20px 0;
}
.second-opinion a:nth-of-type(1){
	background: #000032;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 460px;
    margin: 70px auto 50px;
    transition: .3s;
}
.second-opinion a:nth-of-type(1):hover{
	opacity: .7;
}
.second-opinion a:nth-of-type(1) span{
	font-size: 20px;
    color: #AE9B10;
    padding-left: 46px;
    position: relative;
}
.second-opinion a:nth-of-type(1) span:before{
	content: '';
	width: 28px;
	height: 30px;
	background: url(../images/common/icon-date.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.second-opinion a:nth-of-type(2){
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 460px;
    margin: 0 auto;
    border: solid 1px #000034;
    font-size: 20px;
    color: #000034;
}
.second-opinion a:nth-of-type(2) span{
	font-size: 38px;
	position: relative;
	top: -2px;
	padding-left: 40px;
}
.second-opinion a:nth-of-type(2) span:before{
	content: '';
	width: 27px;
	height: 31px;
	background: url(../images/index/icon-tel.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 7px;
	margin: auto;
}
footer ul{
	margin-top: 0;
}

.science{
	background: url(../images/index/bg05.png) no-repeat;
	background-size: cover;
	padding: 100px 0 0;
	position: relative;
}
.science:before{
	content: '';
	width: 1px;
	height: 70px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.science:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 200px 0 0 100vw;
	border-color: transparent transparent transparent #F5F5F5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.science h2{
	color: #fff;
	font-size: 40px;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin-bottom: 40px;
}
.science h2 span{
	display: block;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 400;
    font-size: 24px;
}
.science p{
	color: #fff;
	text-align: center;
	letter-spacing: initial;
	line-height: 2.4;
}
.science .dr .pr-content-yokoi .licence li{
	color: #000032;
	background: #fff;
	width: 55%;
    margin-left: 250px;
}

.science .dr .licence li{
    color: #000032;
    background: #fff;
    text-align: center;
    padding: .5rem;
    margin-bottom: 1rem;
}

.science .dr dl dt, .science .dr dl dt span{
	color: #fff;
}

.science .dr dl dt p,.science .dr dl dd p{
    text-align: left;
	color: #fff;
    margin-bottom: 1rem;
}
.science .dr dl dt p strong{
	color: #fff;
}
.science .dr > img{
	left: auto;
	right: 0;
	z-index: 1;
}

.science .dr:nth-of-type(2) > img{
	position: absolute;
	bottom: 0;
	left: -24px;
}


.science .flex{
	justify-content: center;
	position: relative;
    padding-bottom: 260px;
    margin-top: 70px;
}
.science .dr .pr-content{
	width: auto;
}

.science .dr .pr-content-yokoi dl{
	width: auto;
	margin-left: 250px;
}



.science .dr .pr-content-yokoi dl dt:before{
	content: '';
	width: 500px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;	
}


.science .dr dl dt:before{
	content: '';
	width: 670px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;	
}
.science .photo{
	display: flex;
	justify-content: space-between;
	width: 650px;
}
.science .photo h4{
    font-size: 22px;
    color: #fff!important;
    margin-bottom: 1.5rem;
}
.science .photo p, .science .photo p strong{
    color: #fff!important;
}
.science .dr dl dd ul.photo li{
	padding-left: 0;
    width: 300px;
}

.science .dr dl dd ul.photo li:before{
	content: none;
}
.science table{
	width: 100%;
	border: solid 1px #f2f2f2;
    background-color: #fff;
}
.science table th{
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	width: 250px;
	padding: 20px 26px;
	border-right: solid 1px #f2f2f2;
	vertical-align: middle;
}
.science table td{
	font-size: 14px;
	font-weight: 300;
	padding: 20px 26px;
	vertical-align: middle;
}
.science table tr:nth-of-type(even) th, .science table tr:nth-of-type(even) td{
	background: #FAFAFB;
	word-break: normal
}