@charset "UTF-8";

/***********************************
共通
************************************/
main * {
	box-sizing: border-box;
}
body {
	background: #FFF;
	line-height: 1.3;
	font-size: 18px;
}
main {
	background: #FFF;
}
img {
	height: auto;
}
section {
	padding: 50px 0;
}
strong {
	color: #00aebb;
}
.row02 {
	width: 480px;
	margin: auto;
}
.bg-beige {
	background: #FAF6EC;
}
.bg-green {
	background: #00aebb;
}
.btnBox.cv-box p {
	margin: 20px 0 10px;
	font-size: 14px;
}
.btnBox.cv-box p strong {
	color: #f2790d!important;
}
.aff .center-link {
  margin-top: 25px;
  text-align: center;
}
.aff header .row .link {
	font-size: 14px;
}
/***********************************
MV
************************************/
.mv  {
	background-image: url(/lp/img/lp02/mv-bg-pc.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1040px auto;
	margin: 30px 0 60px;
}
.mv .line01 {
	padding: 45px 0 15px;
	position: relative;
}
.mv .line01 .tabet {
	position: absolute;
	top: 50px;
	right: 0;
}
.mv .line01 .tabet img {
	width: 510px;
}
.mv .line01 img {
	width: 380px;
}
.mv .line02 {
	background: #00aebb;
	padding: 15px 0;
	font-size: 58px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.1;
}
.mv .line03 {
	margin-top: 25px;
	font-size: 14px;
}
.mv .cv-box {
	text-align: center;
	margin-top: 170px;
}
.mv .cv-box img {
	width: 500px;
}
.special h2 {
	margin-bottom: 30px;
	text-align: center;
}
.special h2 img {
	width: 90%;
}
.special h3 {
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}
.special h3 span {
	font-size: 26px;
}
.special h3.catch::before, .special h3.catch::after {
  content: '';
  position: absolute;
  bottom: 20px;
  width: 50px;
  height: 3px;
  background-color: #FFF;
  border-radius: 10px;
}
.special h3.catch::before {
  left: -15px;
  transform: translateY(-50%) rotate(60deg);
}
.special h3.catch::after {
  right: -15px;
  transform: translateY(-50%) rotate(-60deg);
}
.special h3.label {
	font-size: 30px;
	padding-left: 80px;
}
.special h3.label img {
	position: absolute;
	left: 10px;
	top: -30px;
	width: 70px;
}
.special .item {
	border-radius: 20px;
	background: #00aebb;
	padding: 25px 15px;
}
.special .item p {
	line-height: 1.5;
	padding: 0 10px;
}
.special .item .inner {
	background: #FFF;
	border-radius: 10px;
	padding: 30px 20px;
}
.special .item .inner .otameshi {
	font-size: 32px;
	font-weight: bold;
	color: #F2790D;
	text-align: center;
	margin-bottom: 20px;
}
.special .item .inner img {
	margin-bottom: 25px;
}
.special .plus {
	font-size: 60px;
	font-weight: bold;
	color: #00aebb;
	text-align: center;
	margin: 20px 0;
}
.special .note {
	margin: 25px auto 0;
	width: 90%;
}
.special .note p {
	font-size: 85%;
	color: #FFF;
	margin-bottom: 20px;
}
.special .note p:last-child {
	margin-bottom: 0;
}
.special .amazon {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 15px;
}
.cv .cv-box {
	text-align: center;
}
.cv .message {
	border: 3px solid #00aebb;
	border-radius: 20px;
	color: #00aebb;
	font-size: 18px;
	font-weight: bold;
	padding: 25px 25px 30px;
	margin-bottom: 40px;
	line-height: 1.6;
}
.cv .message img {
	margin-bottom: 20px;
}
.service h2 {
	font-size: 26px;
	font-weight: bold;
	color: #00aebb;
	padding: 20px 25px;
	background: #FFF;
	border-radius: 20px;
	position: relative;
	margin-bottom: 50px;
} 
.service h2::before {
	content: "";
	background-image: url(/lp/img/lp02/ico-bubble-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
}
.service .item {
	padding: 40px 25px;
	border-radius: 20px;
	background: #FFF;
	margin-bottom: 30px;
}
.service .item:last-child {
	margin-bottom: 0;
}
.service h3 {
	font-size: 26px;
	font-weight: bold;
	padding-left: 80px;
	margin-bottom: 25px;
	position: relative;
}
.service h3::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	width: 65px;
	height: 65px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.service .i01 h3::before {
	background-image: url(/lp/img/lp02/ico-service01.png);
}
.service .i02 h3::before {
	background-image: url(/lp/img/lp02/ico-service02.png);
}
.service .i03 h3::before {
	background-image: url(/lp/img/lp02/ico-service03.png);
}
.service .movie-area .title {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	background: #00aebb;
	padding: 10px;
	border-radius: 50px;
	text-align: center;
	margin-bottom: 25px;
}
.service video {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.service .img {
	margin-bottom: 25px;
}
.reason h2 {
	text-align: center;
	margin-bottom: 50px;
}
.reason h2 img {
	width: 280px;
}
.reason .item {
	border: 3px solid #00aebb;
	border-radius: 20px;
	padding: 40px 25px 40px;
	background: #FFF;
	position: relative;
	margin-bottom: 90px;
}
.reason .item:last-child {
	margin-bottom: 0;
}
.reason .num {
	position: absolute;
	top: -39.2px;
	left: 50%;
	transform: translateX(-50%);
}
.reason .num img {
	width: 120px;
}
.reason h3 {
	font-size: 28px;
	font-weight: bold;
	margin: 25px 0;
}
.reason .img {
	margin-bottom: 25px;
}
.reason ul {
	margin-bottom: 25px;
}
.reason li {
	font-weight: bold;
	color: #00aebb;
	margin-bottom: 15px;
	padding-left: 1em;
	text-indent: -1em;
}
.reason li::before {
	content: "・";
}
.english .item {
	border-radius: 20px;
	padding: 40px 25px 40px;
	background: #FFF;
}
.english .item img {
	margin-bottom: 25px;
}
.result {
	padding-top: 100px;
}
.result .title {
	background: #F2790D;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 40px;
}
.result .title h2 {
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
}
.result .img {
	margin-bottom: 25px;
}
.result section.cv {
	padding: 25px 0 0;
}
.caution h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}
.caution h3 {
	font-weight: bold;
	margin-top: 30px;
}
.caution li {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
.caution p {
	font-size: 16px;
	line-height: 1.5;
}

/*CSS SP用*/
@media screen and (max-width: 667px){
	/***********************************
	共通
	************************************/
	body {
		font-size: 3.6vw;
	}
	section {
		padding: 8vw 0;
	}
	.row {
		font-size: 3.6vw;
	}
	header .row {
		font-size: 12px;
	}
	.row02 {
		width: 100%;
		padding: 0 3vw;
	}
	.row02 .row02 {
		padding: 0;
	}
	.cv-box img.btn-copy {
		width: 50% !important;
	}
	.btnBox.cv-box p {
		margin: 3vw 0 1vw;
		font-size: 2.8vw;
	}
	.aff .center-link {
	  margin-top: 5vw;
	}
	p {
		line-height: 1.6;
	}

	/***********************************
	MV
	************************************/
	.mv  {
		background-image: url(/lp/img/lp02/mv-bg-sp.png);
		background-position: top center;
		background-size: 100% auto;
		margin: 0 0 5vw;
	}
	.mv .line01 {
		padding: 5vw 0 3vw;
		text-align: center;
	}
	.mv .line01 img {
		width: 65%;
	}
	.mv .line02 {
		padding: 2vw 0 1.5vw;
		margin-bottom: 5vw;
		text-align: center;
	}
	.mv .line02 .row {
		font-size: 7vw;
	}
	.mv .line03 {
		margin-top: 5vw;
		font-size: 2.5vw;
		text-align: center;
	}
	.mv .line03 img {
		margin-bottom: 1vw;
		padding-left: 3vw;
	}
	.mv .cv-box {
		margin-top: 6vw;
		margin-bottom: 8vw;
	}
	.mv .cv-box img {
		width: 100%;
	}
	.special h2 {
		margin-bottom: 5vw;
	}
	.special h2 img {
		width: 100%;
	}
	.special h3 {
		font-size: 6vw;
		margin-bottom: 5vw;
	}
	.special h3 span {
		font-size: 5vw;
	}
	.special h3.catch::before, .special h3.catch::after {
	  bottom: 3vw;
	  width: 10vw;
	  height: 0.8vw;
	}
	.special h3.catch::before {
	  left: -1vw;
	}
	.special h3.catch::after {
	  right: -1vw;
	}
	.special h3.label {
		font-size: 6vw;
		padding-left: 12vw;
	}
	.special h3.label img {
		left: 1vw;
		top: -6vw;
    	width: 13vw;
	}
	.special .item {
		padding: 5vw 3vw;
	}
	.special .item p {
		padding: 0 1vw;
	}
	.special .item .inner {
		padding: 5vw;
	}
	.special .item .inner .otameshi {
		font-size: 6vw;
		margin-bottom: 5vw;
	}
	.special .item .inner img {
		margin-bottom: 5vw;
	}
	.special .plus {
		font-size: 13vw;
		line-height: 1;
		margin: 5vw 0;
	}
	.special .note {
		margin: 5vw auto 0;
		width: 90%;
	}
	.special .note p {
		font-size: 90%;
		margin-bottom: 3vw;
	}
	.special .amazon {
		margin-left: -5vw;
		margin-right: -5vw;
		margin-bottom: 3vw;
	}
	.cv .message {
		border: 1vw solid #00aebb;
		font-size: 4vw;
		padding: 5vw 4vw;
		margin-bottom: 6vw;
	}
	.cv .message img {
		margin-bottom: 5vw;
	}
	.service h2 {
		font-size: 5vw;
		padding: 5vw;
		margin-bottom: 10vw;
	} 
	.service h2::before {
		width: 8vw;
		height: 8vw;
		bottom: -5vw;
	}
	.service .item {
		padding: 8vw 5vw;
		margin-bottom: 5vw;
	}
	.service h3 {
		font-size: 5vw;
		padding-left: 16vw;
		margin-bottom: 5vw;
	}
	.service h3::before {
		width: 13vw;
		height: 13vw;
	}
	.service .movie-area .title {
		font-size: 4.5vw;
		padding: 3vw;
		margin-bottom: 3vw;
	}
	.service video {
		margin-bottom: 5vw;
	}
	.service .img {
		margin-bottom: 5vw;
	}
	.reason h2 {
		margin-bottom: 15vw;
	}
	.reason h2 img {
		width: 80%;
	}
	.reason .item {
		border: 0.8vw solid #00aebb;
		padding: 8vw 5vw 8vw;
		margin-bottom: 20vw;
	}
	.reason .num {
		top: -10.8vw;
	}
	.reason .num img {
		width: 33vw;
	}
	.reason h3 {
		font-size: 5.6vw;
		margin: 8vw 0 5vw;
	}
	.reason .img {
		margin-bottom: 5vw;
	}
	.reason ul {
		margin-bottom: 5vw;
	}
	.reason li {
		margin-bottom: 3vw;
	}
	.english .item {
		padding: 8vw 5vw;
	}
	.english .item img {
		margin-bottom: 5vw;
	}
	.result {
		padding-top: 15vw;
	}
	.result .title {
		padding: 3vw 1vw;
		margin-bottom: 10vw;
	}
	.result .title h2 {
		font-size: 6vw;
	}
	.result .img {
		margin-bottom: 5vw;
	}
	.result section.cv {
		padding: 5vw 0 0;
	}
	.caution h2 {
		font-size: 4vw;
		margin-top: 8vw;
		margin-bottom: 3vw;
	}
	.caution h3 {
		margin-top: 5vw;
	}
	.caution li {
		font-size: 3.4vw;
		margin-bottom: 3vw;
	}
	.caution p {
		font-size: 3.4vw;
	}
}



/**/