@charset "utf-8";
/* CSS Document */

/*--------------------------------------
  common
--------------------------------------*/
html {
	font-size: 62.5%; /*10px*/
}
body{
    line-height: 1.5;
	font-family: noto-sans-cjk-jp,sans-serif,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
	position: relative;
	width: 100%;
    margin: 0 auto;
	color: #080404;
}
img{
	vertical-align:bottom;
	width: 100%;
}
.clearfix:after { 
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.PC {
	display: block;
}
.SP {
	display: none;
}
.t-just {
	text-align: justify;
	text-justify: inter-ideograph;
}

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 100px;
}
.pt50 {
	padding-top: 50px;
}
@media screen and (max-width:1000px) {
	.wrapper{
		padding: 0 10vw;
	}
	.pt50 {
		padding-top: 5vw;
	}
}

/*--------------------------------------
  .btn
--------------------------------------*/
.btn {
	transition: all 0.3s ease 0s;
}
.btn:hover {
	opacity: 0.7;
}
/*--------------------------------------
  .fv2
--------------------------------------*/
.fv2 {
	background-color: #fff0cd;
	padding: 50px 0;
}
.fv2 .img1 {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
}
.fv2 .notice {
	text-align: right;
	font-size: 12px;
	margin-top: 6px;
}
.fv2 .txt {
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
}
.fv2 .img2 {
	max-width: 338px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
@media screen and (max-width:1000px) {
	.fv2 .img2 {
		width: 70vw;
	}
}
/*--------------------------------------
  .contact
--------------------------------------*/
.contact {
	padding: 65px 0 60px;
	background-color: #f27b00;
}
.contact .ttl {
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 25px;
	position: relative;
	color: #ffffff;
}
.contact .ttl::before {
	position: absolute;
	content: "";
	height: 50px;
	width: 4px;
	background-color: #ffffff;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	left: 8.25%;
	top: 25%;
}
.contact .ttl::after {
	position: absolute;
	content: "";
	height: 50px;
	width: 4px;
	background-color: #ffffff;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	right: 8.25%;
	top: 25%;
}
.contact .btn img {
	max-width: 819px;
}
@media screen and (max-width:1000px) {
	.contact {
		padding: 6.5vw 0 6vw;
	}
	.contact .ttl {
		font-size: 4.2vw;
	}
	.contact .btn img {
		font-size: 3.6vw;
	}
}
/*--------------------------------------
  .sec01
--------------------------------------*/
.sec01 {
	padding: 65px 0 75px;
}
.sec01 .ttl{
	max-width: 638px;
	margin: 0 auto 40px;
}
.sec01 .content .cando .cando-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec01 .content .cando .cando-item .item {
	width: 407px;
	height: 407px;
	background: url(../img/sec01_item.png)no-repeat;
	background-size: 100% auto;
}
.sec01 .content .cando .cando-item .item  .txt {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding-top: 80px;
}
.sec01 .content .cando .cando-item .item .txt .orange {
	color: #f27b00;
}
.sec01 .content .cando .cando-item .item1  .img {
	width: 130px;
	margin: 18px auto;
}
.sec01 .content .cando .cando-item .item2  .img {
	width: 150px;
	margin: 18px auto;
}
.sec01 .content .cando .cando-item .item3  .img {
	width: 180px;
	margin: 24px auto;
}
.sec01 .content .cando .cando-item .item4  .img {
	width: 110px;
	margin: 24px auto;
}

@media screen and (max-width:1000px) {
	.sec01 {
		padding: 6.5vw 0 7.5vw;
	}
	.sec01 .ttl {
		padding-bottom: 7vw;
		width: 60.3vw;
		max-height: 4.5vw;
	}
	.sec01 .ttl span {
		font-size: 3.6vw;
		padding-top: 1vw;
	}
	.sec01 .ttl1::after {
		width: 70.2vw;
		bottom: 3vw;
		left: calc(50% - 35.1vw);
	}
	.sec01 .ttl2 {
		margin-top: 7.5vw;
	}
	.sec01 .ttl2::after {
		width: 43.4vw;
		height: 2.9vw;
		bottom: 3vw;
		left: calc(50% - 21.7vw);
	}
	.sec01 .content1 .txtarea {
		width: 70vw;
		font-size: 2vw;
	}
	.sec01 .content2 .cando .item {
		max-width: 23.7vw;
	}
	.sec01 .content .cando .cando-item .item {
		width: 50vw;
		height: 40vw;
	}
	.sec01 .content .cando .cando-item .item .txt {
		font-size: 2.6vw;
		padding-top: 7.6vw;	
	}
	.sec01 .content .cando .cando-item .item1 .img {
		width: 12.8vw;
		margin-top: 3.2vw;
	}
	.sec01 .content .cando .cando-item .item2  .img {
		width: 15.2vw;
		margin-top: 2.9vw;
	}
	.sec01 .content .cando .cando-item .item3  .img {
		width: 18.2vw;
		margin-top: 2.9vw;
	}
	.sec01 .content .cando .cando-item .item4  .img {
		width: 10.9vw;
		margin-top: 1.9vw;
	}
}
/*--------------------------------------
  .sec02
--------------------------------------*/
.sec02 {
	background-color: #ffe26c;
	padding-bottom: 65px;
}
.sec02 .ttl1 {
	background-color: #f27b00;
	position: relative;
}
.sec02 .ttl1::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 20px 0 20px;
	border-color: #f27b00 transparent transparent transparent;
	bottom: -30px;
	left: calc(50% - 30px);
}
.sec02 .ttl1 img {
	max-width: 419px;
	margin-left: 27.8vw;
}
.sec02 .result {
	width: 800px;
	background-color: #ffffff;
	padding: 40px;
	margin-top: 40px;
	border-radius: 16px;
}
.sec02 .result .result-content {
	padding: 20px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec02 .result .img {
	max-width: 695px;
	margin: 0 auto 40px;
}
.sec02 .result .result-l {
}
.sec02 .result .result-r dl {
	display: flex;
	font-size: 18px;
	line-height: 2.2;
	border-bottom: solid 1px;
}
.sec02 .result .result-r dl.last {
	border-bottom: none;
}
.sec02 .result .result-r dt {
	width: 120px;
}
.sec02 .result .result-r dd {
	width: 200px;
}
.sec02 .result .result-r dd .red {
	color: #c1272d;
	font-weight: bold;
}
.sec02 .result .result-r dd .big {
	font-size: 29px;
}
.sec02 .result .voice{
	padding-top: 20px;
	border-top: dashed 0.5px #c1272d;
}
.sec02 .result .voice-ttl {
	font-size: 24px;
	font-weight: bold;
	color: #c1272d;
}
.sec02 .result .voice-content {
	padding-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec02 .result .voice-l p {
	margin-top: 5px;
	font-size: 14px;
}
.sec02 .result .voice-r {
	font-size: 18px;
	width: 470px;
}
.sec02 .result .voice-r .line {
	background-color: #ffff00;
	line-height: 1.7;
}
@media screen and (max-width:1000px) {
.sec02 .ttl1 img {
	width: 40vw;
	margin-left: 26vw;
}
.sec02 .result {
	max-width: 800px;
	width: 100%;
}
.sec02 .result .result-content {
	padding: 2.0vw 3.6vw;
}
.sec02 .result .result-l img {
	width: 95.8%;
}
.sec02 .result .result-r {
	width: 54.8%;
}
.sec02 .result .result-r dl {
	font-size: 1.8vw;
}
.sec02 .result .voice-ttl{
	font-size: 2.2vw;
}
.sec02 .result .voice-r {
	font-size: 1.8vw;
	width: 70%;
	margin-left: 2vw;
}
}
/*--------------------------------------
  .sec03
--------------------------------------*/
.sec03 {
	padding: 65px 0 75px;
	background-image: url("../img/sec03_bg.jpg");
}
.sec03 .ttl{
	max-width: 601px;
	margin: 0 auto 60px;
}
.sec03 .content .cando {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
} 
.sec03 .content .cando .item {
	max-width: 385px;
	width: 100%;
	background-color: #ffffff;
	box-shadow: 1px 2px 8.19px 0.81px rgba(0, 0, 0, 0.39);
	border: solid 1px #f27b00;
	border-radius: 16px;
}
.sec03 .content .cando .item .txt1 {
	font-size: 22px;
	font-weight: bold;
	padding-top: 60px;
	text-align: center;
}
.sec03 .content .cando .item .underline {
	border-bottom: solid 2px #f27b00;
	font-size: 34px;
}
.sec03 .content .cando .item .orange {
	color: #f27b00;
}
.sec03 .content .cando .item .img {
	text-align: center;
}
.sec03 .content .cando .item1, 
.sec03 .content .cando .item2, 
.sec03 .content .cando .item3, 
.sec03 .content .cando .item4, 
.sec03 .content .cando .item5, 
.sec03 .content .cando .item6 {
	position: relative;
}
.sec03 .content .cando .item1::before {
	position: absolute;
	content: "";
	width: 71px;
	height: 71px;
	background: url("../img/sec03_icon1.png");
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	top: -23px;
	left: 160px;
}
.sec03 .content .cando .item2::before {
	position: absolute;
	content: "";
	width: 71px;
	height: 71px;
	background: url("../img/sec03_icon2.png");
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	top: -23px;
	left: 160px;
}
.sec03 .content .cando .item3::before {
	position: absolute;
	content: "";
	width: 71px;
	height: 71px;
	background: url("../img/sec03_icon3.png");
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	top: -23px;
	left: 160px;
}
.sec03 .content .cando .item4::before {
	position: absolute;
	content: "";
	width: 71px;
	height: 71px;
	background: url("../img/sec03_icon4.png");
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	top: -23px;
	left: 160px;
}
.sec03 .content .cando .item5::before {
	position: absolute;
	content: "";
	width: 71px;
	height: 71px;
	background: url("../img/sec03_icon5.png");
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	top: -23px;
	left: 160px;
}
.sec03 .content .cando .item6::before {
	position: absolute;
	content: "";
	width: 71px;
	height: 71px;
	background: url("../img/sec03_icon6.png");
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	top: -23px;
	left: 160px;
}
.sec03 .content .cando .item1 .img img {
	max-width: 226px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-left: 100px;
}
.sec03 .content .cando .item2 .img img {
	max-width: 178px;
	width: 100%;
	padding-top: 20px;
}
.sec03 .content .cando .item3 .img img {
	max-width: 63px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 24px;
}
.sec03 .content .cando .item4 .img img {
	max-width: 95px;
	width: 100%;
	padding-top: 10px;
}
.sec03 .content .cando .item5 .img img {
	max-width: 121px;
	width: 100%;
	padding-top: 18px;
	padding-bottom: 18px;
}
.sec03 .content .cando .item6 .img img {
	max-width: 185px;
	width: 100%;
	padding-top: 26px;
}
@media screen and (max-width:1000px) {
	.sec03 {
		padding: 6.5vw 0 7.5vw;
	}
	.sec03 .ttl {
		width: 60.3vw;
		margin-bottom: 5.8vw;
	}
	.sec03 .ttl span {
		font-size: 3.6vw;
		padding-top: 1vw;
	}
	.sec03 .ttl1::after {
		width: 70.2vw;
		bottom: 3vw;
		left: calc(50% - 35.1vw);
	}
	.sec03 .ttl2 {
		margin-top: 7.5vw;
	}
	.sec03 .ttl2::after {
		width: 43.4vw;
		height: 2.9vw;
		bottom: 3vw;
		left: calc(50% - 21.7vw);
	}
	.sec03 .content .cando .item {
	width: 48%;
	}
	.sec03 .content .cando .item .txt1 {
	font-size: 2.2vw;
	}
	.sec03 .content .cando .item .underline {
	font-size: 3.2vw;
	}
	.sec03 .content .cando .item1::before,
	.sec03 .content .cando .item2::before,
	.sec03 .content .cando .item3::before,
	.sec03 .content .cando .item4::before,
	.sec03 .content .cando .item5::before,
	.sec03 .content .cando .item6::before {
	left: 14.6vw;
	width: 7.2vw;
	}
	.sec03 .content .cando .item1 .img img {
		max-width: 25.6vw;
		margin-left: 9.2vw;
	}
}

/*--------------------------------------
  .sec04
--------------------------------------*/
.sec04 {
	padding: 65px 0 75px;
	background-color: #f27b00;
}
.sec04 .ttl {
	max-width: 585px;
	margin: 0 auto 40px;
}
.sec04 .reason {
	width: 800px;
	background-color: #ffffff;
	padding: 20px 40px 40px;
	border-radius: 16px;
}
.sec04 .content .reason .reasonttl1 {
	font-size: 29px;
	font-weight: bold;
	background: url(../img/sec04_img2.png)no-repeat;
	padding: 40px 0 30px 185px;
}
.sec04 .content .reason .reasonttl2 {
	font-size: 29px;
	font-weight: bold;
	background: url(../img/sec04_img4.png)no-repeat;
	padding: 40px 0 30px 105px;
	margin-top: 60px;
}
.sec04 .content .reason .reasonttl1 .orange,
.sec04 .content .reason .reasonttl2 .orange {
	color: #f27b00;
}
.sec04 .content .reason .checklist {
	font-size: 19px;
	margin: 20px;
}
.sec04 .content .reason .checklist p {
	border-bottom: solid 1px #f27b00;
	background: url(../img/sec04_checkbox.png)no-repeat;
	padding-left: 50px;
	margin-top: 10px;
	padding-bottom: 10px;
}
.sec04 .content .reason .checklist .line {
	background-color: #ffff00;
}
@media screen and (max-width:1000px) {
	.sec04 {
		padding: 6.5vw 0;
	}
	.sec04 .ttl {
		width: 60.2vw;
	}
	.sec04 .reason {
		width: 100%;
	}
	.sec04 .content .reason .reasonttl1 {
		font-size: 2.8vw;
		padding: 4.6vw 0 3.2vw 16.2vw;
	}
	.sec04 .content .reason .reasonttl2 {
		font-size: 2.8vw;
	}
	.sec04 .content .reason .checklist {
		font-size: 1.9vw;
	}
}
/*--------------------------------------
  .sec05
--------------------------------------*/
.sec05 {
	padding: 65px 0 75px;
}
.sec05 .schedule {
	text-align: center;
}
.sec05 .schedule .icon {
	width: 50px;
	height: 48px;
	margin-bottom: 0.8vw;
}
.sec05 .schedule p {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 60px;
}
.sec05 .price {
	text-align: center;
	margin-top: 12.0vw;
}
.sec05 .price .icon {
	width: 42px;
	height: 51px;
	margin-bottom: 0.8vw;
}
.sec05 .price p {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
}
.sec05 .price .plan {
	height: 65px;
}
.sec05 .price .plan1,
.sec05 .price .plan2 {
	font-size: 20px;
	margin-bottom: 1.0vw;
	position: relative;
}
.sec05 .price .plan2 {
	line-height: 1.2;
}
.sec05 .price .plan1 .red,
.sec05 .price .plan2 .red {
	color: #d30000;
	font-size: 25px;
}
.sec05 .price .plan1::before {
	position: absolute;
	content: "";
	height: 38px;
	width: 2px;
	background-color: #090103;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	left: 10.25%;
}
.sec05 .price .plan1::after {
	position: absolute;
	content: "";
	height: 38px;
	width: 2px;
	background-color: #090103;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	right: 10.25%;
}
.sec05 .price .plan2::before {
	position: absolute;
	content: "";
	height: 38px;
	width: 2px;
	background-color: #090103;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	left: 10.25%;
	top: 24.8%;
}
.sec05 .price .plan2::after {
	position: absolute;
	content: "";
	height: 38px;
	width: 2px;
	background-color: #090103;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	right: 10.25%;
	top: 24.8%;
}
.sec05 .price .price-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec05 .price .price-content .price-l,
.sec05 .price .price-content .price-r {
	width: 48.8%;
}
.sec05 .price .price-content .price-l .notice,
.sec05 .price .price-content .price-r .notice {
	font-size: 12px;
	text-align: left;
	font-weight: lighter;
	margin-top: 10px;
}
.sec05 .price th {
	background-color: #f27b00;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	width: 20%;
	border-right: solid 1px #e8b66d;
	padding: 1.8% 0;
}
.sec05 .price td {
	font-size: 25px;
	font-weight: bold;
	border: solid 1px #f27b00;
	padding: 1.2% 0;
}
.sec05 .price .price-content .red {
	color: #d30000;
}
.sec05 .price .price-content .big {
	font-size: 3.4vw;
}
@media screen and (max-width:1000px) {
	.sec05 .schedule p {
		font-size: 3.2vw;
		margin-bottom: 5.2vw;
	}
	.sec05 .price p {
		font-size: 3.2vw;
		margin-bottom: 3.2vw;
	}
	.sec05 .price .plan {
	height: 6.6vw;
	}
	.sec05 .price .plan1, 
	.sec05 .price .plan2 {
		font-size:1.9vw;
	}
	.sec05 .price .plan1 .red, 
	.sec05 .price .plan2 .red {
		font-size:2.2vw;
	}
	.sec05 .price .price-content .price-l .notice,
	.sec05 .price .price-content .price-r .notice {
		font-size: 1.1vw;
		margin-top: 1.0vw;
	}
	.sec05 .price th {
		font-size: 1.6vw;
		width: 20%;
		padding: 1.8% 0;
	}
	.sec05 .price td {
		font-size: 2.2vw;
		padding: 1.2% 0;
	}
	.sec05 .price .price-content .big {
		font-size: 3.4vw;
	}
}
/*--------------------------------------
  .sec06
--------------------------------------*/
.sec06 {
	padding: 65px 0 75px;
	background-image: url(../img/sec06_bg.jpg);
}
.sec06 .ttl {
	max-width: 620px;
	margin: 0 auto 40px;
}
.sec06 .img {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.sec06 .img img {
	max-width: 256px;
}
.sec06 .txt {
	font-size: 18px;
	line-height: 2.0;
}
.sec06 .txt .underline {
	border-bottom: dashed 0.8px;
	padding-bottom: 2px;
}
.sec06 .txt .line {
	background-color: #ffff00;
	line-height: 1.7;
}
@media screen and (max-width:1000px) {
	.sec06 .ttl {
		width: 60.3vw;
	}
	.sec06 .txt {
		font-size: 1.9vw;
	}
	.sec06 .img img {
		width: 24.5vw;
	}
}
/*--------------------------------------
  footer
--------------------------------------*/
.footer {
	background-color: #462800;
}
.footer .wrapper .content {
	padding: 30px 0 20px;
}
.footer .wrapper .content .footer_nav {
	width: 393px;
	margin: 0 auto;
	padding-bottom: 30px;
	display: -webkit-box;
  	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer .wrapper .content .footer_nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	transition: all 0.3s ease 0s;
}
.footer .wrapper .content .footer_nav li a:hover {
	text-decoration: underline;
	opacity: 0.7;
}
.footer .wrapper .content .copy {
	text-align: center;
	color: #fff;
	font-size: 12px;
}
@media screen and (max-width:1000px) {
	.footer .wrapper .content {
		padding: 3vw 0 2vw;
	}
	.footer .wrapper .content .footer_nav {
		width: 39.3vw;
		padding-bottom: 3vw;
	}
	.footer .wrapper .content .footer_nav li a {
		font-size: 2vw;
	}
}
/*--------------------------------------
  #pc-floating
--------------------------------------*/
#pc-floating {
	position: fixed;
	display: none;
	bottom: 35px;
	right: 25px;
}
#pc-floating img {
	width: 175px;
	transition: all 0.3s ease 0s;
}
#pc-floating img:hover {
	opacity: 0.7;
}
@media screen and (max-width:1000px) {
	#pc-floating {
		bottom: 3.5vw;
		right: 2.5vw;
	}
	#pc-floating img {
		width: 17.5vw;
	}
}

/*--------------------------------------
  SP
--------------------------------------*/
@media screen and (max-width:750px) {
	.PC {
		display: none!important;
	}
	.SP {
		display: block;
	}
	.wrapper{
		max-width: 750px;
		width: 100%;
		margin: 0 auto;
		padding: 0 6.666vw;
	}
	.fv2 {
	padding: 6.666vw 0;
	}
	.fv2 .wrapper .content .img {
		width: 87.866vw;
		margin: 4vw auto 0;
	}
	.fv2 .wrapper .content .img img {
		width: 100%;
	}
	.fv2 .txt {
	font-size: 3.8vw;
	text-align: left;
	}
	/*--------------------------------------
	  contact
	--------------------------------------*/
	.contact .ttl {
		font-size: 5.333vw;
		margin-bottom: 0;
	}
	.contact .ttl::before {
		position: absolute;
		content: "";
		height: 5.066vw;
		width: 2px;
		background-color: #ffffff;
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
		left: 2%;
		top: 16%;
	}
	.contact .ttl::after {
		position: absolute;
		content: "";
		height: 5.066vw;
		width: 2px;
		background-color: #ffffff;
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
		right: 2%;
		top: 16%;
	}
	/*--------------------------------------
	  sec01
	--------------------------------------*/
	.sec01 {
		padding: 11.333vw 0;
	}
	.sec01 .ttl {
		width: 74.3vw;
	}
	.sec01 .content .cando .cando-item .item {
		background: url(../img/sp_sec01_item.png)no-repeat;
		background-size: 100% auto;
		height: 43.2vw;
	}
	.sec01 .content .cando .cando-item .item .txt {
		font-size: 3.6vw;
	}
	/*--------------------------------------
	  #sec-02
	--------------------------------------*/
	.sec02 .ttl1 img {
		width: 50vw;
		margin-left: 16vw;
	}
	.sec02 .ttl1::before {
		border-width: 5vw 3vw 0 3vw;
		bottom: -5vw;
		left: calc(50% - 5vw);
	}
	.sec02 .result {
		padding: 6.666vw;
	}
	.sec02 .result .img {
		margin-bottom: 5.2vw;
	}
	.sec02 .result .result-content {
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 2vw 0 6vw;
	}
	.sec02 .result .result-r {
		width: 100%;
	}
	.sec02 .result .result-r dl {
		font-size: 4vw;
		line-height: 1.8;
	}
	.sec02 .result .result-r dl.last {
		border-bottom: solid 1px;
	}
	.sec02 .result .result-r dl.last dt {
		line-height: 2.2;
	}
	.sec02 .result .result-r dl.last dd {
		line-height: 1.3;
	}
	.sec02 .result .voice {
		paddin-top: 5.2vw;
	}
	.sec02 .result .voice-ttl {
		font-size: 4.5vw;
	}
	.sec02 .result .voice-content {
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.sec02 .result .voice-r {
		font-size: 4vw;
		width: 100%;
		margin: 0;
	}
	.sec02 .result .voice-l p {
		margin-bottom: 3.6vw
	}
	/*--------------------------------------
	  #sec-03
	--------------------------------------*/
	.sec03 {
		padding: 9.333vw 0 6.666vw;
	}
	.sec03 .ttl {
		width: 74.3vw;
		margin-bottom: 8.8vw;
	}
	.sec03 .content .cando {
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
	}
	.sec03 .content .cando .item {
		width: 100%;
		margin-bottom: 7.2vw;
	}
	.sec03 .content .cando .item1::before, .sec03 .content .cando .item2::before, .sec03 .content .cando .item3::before, .sec03 .content .cando .item4::before, .sec03 .content .cando .item5::before, .sec03 .content .cando .item6::before {
		left: 38vw;
		width: 10.2vw;
	}
	.sec03 .content .cando .item .txt1 {
		font-size: 4.2vw;
		padding-top: 6.8vw;
	}
	.sec03 .content .cando .item .underline {
		font-size: 5.6vw;	
	}
	.sec03 .content .cando .item1 .img img {
		max-width: 42vw;
		padding: 3vw 0 4vw;
		margin-left: 16.2vw;
	}
	.sec03 .content .cando .item2 .img img {
		width: 32vw;
		padding: 3vw 0;
	}
	.sec03 .content .cando .item3 .img img {
		width: 12vw;
		padding: 3vw 0 4.2vw;
	}
	.sec03 .content .cando .item4 .img img {
		width: 17vw;
		padding: 3vw 0;
	}
	.sec03 .content .cando .item5 .img img {
		width: 22vw;
		padding: 3vw 0;
	}
	.sec03 .content .cando .item6 .img img {
		width: 42vw;
		padding: 4.8vw 0 4vw;
	}

	/*--------------------------------------
	  .sec-04
	--------------------------------------*/
	.sec04 {
		padding: 8vw 0 13.333vw;
	}
	.sec04 .ttl {
		width: 74.3vw;
		margin-bottom: 6.8vw;
	}
	.sec04 .reason {
		padding: 6.666vw;
	}
	.sec04 .content .reason .reasonttl1 {
		background: url(../img/sp_sec04_img2.png)no-repeat;
		background-size: 100%;
		padding: 5vw 0 5vw 15vw;
		font-size: 4vw;
	}
	.sec04 .content .reason .reasonttl2 {
		background: url(../img/sp_sec04_img4.png)no-repeat;
		background-size: 100%;
		padding: 3.2vw 0 3vw 15vw;
		font-size: 4vw;
		margin-top: 12vw;
		line-height: 1.2;
	}
	.sec04 .content .reason .checklist {
		margin: 0;
		font-size: 3.4vw;
	}
	.sec04 .content .reason .checklist p {
		background-size: 6.8vw;
		padding-left: 8.8vw;
	}
	/*--------------------------------------
	  .sec-05
	--------------------------------------*/
	.sec05 {
		padding: 8.666vw 0 12vw;
	}
	.sec05 .schedule .icon {
		width: 8vw;
		height: auto;
	}
	.sec05 .schedule p {
		font-size: 5.2vw;
	}
	.sec05 .price .icon {
		width: 7.6vw;
		height: auto;
	}
	.sec05 .price p {
		font-size: 5.2vw;
	}
	.sec05 .price .price-content {
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.sec05 .price .price-content .price-l, 
	.sec05 .price .price-content .price-r {
		width: 100%;
	}
	.sec05 .price p {
		font-size: 5.2vw;
		margin-bottom: 3.2vw;
	}
	.sec05 .price .plan {
		margin: 4vw 0;
		height: auto;
	}
	.sec05 .price .plan1, 
	.sec05 .price .plan2 {
		font-size:4vw;
	}
	.sec05 .price .plan1 .red, 
	.sec05 .price .plan2 .red {
		font-size:4.6vw;
	}
	.sec05 .price th {
		width: 50vw;
		font-size: 4.2vw;
	}
	.sec05 .price td {
		font-size: 5.2vw;		
	}
	.sec05 .price .price-content .big {
		font-size: 7.4vw;				
	}
	.sec05 .price .price-content .price-l .notice, 
	.sec05 .price .price-content .price-r .notice {
		font-size: 12px;
	}
	/*--------------------------------------
	  .sec-06
	--------------------------------------*/
	.sec06 {
		padding: 8.666vw 0;
	}
	.sec06 .ttl {
		width: 74.3vw;
		margin-bottom: 7vw;
	}
	.sec06 .img img {
		width: 41.5vw;
		height: 41.45vw;
	}
	.sec06 .txt {
		font-size: 3.4vw;
	}

	/*--------------------------------------
	  footer
	--------------------------------------*/
	.footer .wrapper .content {
		padding: 3.333vw 0 2.666vw;
	}
	.footer .wrapper .content .footer_nav {
		width: 54.666vw;
		padding-bottom: 4vw;
	}
	.footer .wrapper .content .footer_nav li a {
		font-size: 3.466vw;
	}
	.footer .wrapper .content .copy {
		font-size: 2.666vw;
	}
	
	/*--------------------------------------
	.floating
	--------------------------------------*/
	.floating {
		width: 86.666%;
	}
	#sp-contact-04 .contact_wrapper {
		padding: 0 6.666vw 25.066vw;
	}
	#sp-contact-04 .contact_wrapper .contact_content #sp-floating-btn {
		padding-bottom: 1.3vw;
	}

}


/*--------------------------------------*/