@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
html {
	font-size: 62.5%;
}

body {
	color: #222222;
	font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.020em;
	line-height: 1.5;
	background: #fff;
}

div {
	box-sizing: border-box;
}

img{
	vertical-align:top;
	max-width: 100%;
	height: auto;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:focus, *:focus {
	outline:none;
}

a:visited {
	color: #212121;
}

a img {
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.post, .page {
	margin: 0;
}


.center {
	text-align: center;
}

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}

.clear {
	clear:both;
	height: 0;
}

small {
	font-weight: 500;
}

ul, ol {
	padding: 0;
	margin: 0;
}

li > ul, li > ol {
	margin-left: 0;
}

ul li {
	list-style: none;
	box-sizing: border-box;
}

dl {
	margin: 0;
}

dt {
	font-weight: 500;
	box-sizing: border-box;
}

dd {
	margin: 0;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
table td {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
	font-weight: 500;
}

p {
	margin: 0;
}

/*----------------------------------------------------
 fadeIn
----------------------------------------------------*/

.fadeIn {
	transform: translate3d(0, -10px, 0);
	transition: 1s;
	opacity: 0;
}

.fadeIn.animated {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/*----------------------------------------------------
 inner
----------------------------------------------------*/
.inner {
	width: calc(100% - 3.6rem);
	max-width: 1400px;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #222222;
	padding: 14px 0 12px 24px;
	box-sizing: border-box;
	z-index: 100;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: all 0.3s ease;
}

.formPage #header {
	padding: 27px 0 30px 24px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#header.fixed {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#header .inner {
	max-width: initial;
	width: calc(100% - 1.6rem);
}

#header .headerFlex {
	display: flex;
	justify-content: space-between;
}

#header .headerFlex .logoArea {
	display: flex;
	align-items: center;
}

#header .headerFlex .logoArea .logo {
	width: 100%;
	max-width: 280px;
	margin: 0 32px 0 0;
}

#header .headerFlex .logoArea h1 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.075em;
	color: #fff;
}

#header .headerFlex .button {
	position: relative;
	width: 100%;
	max-width: 439px;
	height: 74px;
	transform: translateX(8px);
	-webkit-transform: translateX(8px);
	-moz-transform: translateX(8px);
}

#header .headerFlex .button span {
	position: absolute;
	width: 100%;
	right: 0;
	top: 0;
	transition: all 0.3s ease;
}

#header .headerFlex .button span:nth-child(1) {
	z-index: 1;
}

/*----------------------------------------------------
 goTop
----------------------------------------------------*/

#goTop {
	width: 100%;
	max-width: 60px;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 100;
}


/*----------------------------------------------------
 footer
----------------------------------------------------*/

#footer {
	padding: 70px 0 20px 0;
	overflow: hidden;
	position: relative;
	background: url('../img/footer-bg.jpg') center bottom no-repeat;
	background-size: cover;
}

#footer .inner {
	max-width: 1838px;
}

#footer .footerFlex {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 72px 0 0;
}

#footer .footerFlex .image {
	width: 100%;
	max-width: 444px;
}

#footer .footerFlex .conts {
	width: 280px;
	margin: 0 44px;
}

#footer .footerFlex .conts .logo {
	width: 100%;
}

#footer .footerFlex .conts p {
	font-size: 16.97px;
	font-weight: 500;
	letter-spacing: 0.075em;
	color: #fff;
	margin: 23px 0;
}

#footer .footerNav {
	margin: -22px 0 12px;
	position: relative;
	z-index: 1;
}

#footer .footerNav nav ul {
	display: flex;
}

#footer .footerNav nav ul li {
	margin: 0 20px 0 0;
}

#footer .footerNav nav ul li a {
	display: flex;
	align-items: center;
}

#footer .footerNav nav ul li a .text {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.025em;
	color: #fff;
	margin: 0 8px 0 0;
}

#footer .footerNav nav ul li a .icon {
	width: 100%;
	max-width: 6px;
	line-height: 9px;
}

#footer .footerCopy p {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.075em;
	color: #fff;
}

/*----------------------------------------------------
 visual
----------------------------------------------------*/

#visual {
	padding: 55px 0 0 0;
	height: 905px;
	overflow: hidden;
	position: relative;
	background: url('../img/visual-bg.jpg') center bottom no-repeat;
	background-size: cover;
}

#visual .button {
	position: absolute;
	right: 1px;
	top: 15px;
	width: 100%;
	max-width: 439px;
	height: 110px;
	z-index: 10;
}

#visual .button span {
	position: absolute;
	width: 100%;
	right: 0;
	top: 0;
	transition: all 0.3s ease;
}

#visual .button span:nth-child(1) {
	z-index: 1;
}

#visual .bg {
	width: 100%;
	max-width: 1330px;
	position: absolute;
	top: 0;
	left: 48.6%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#visual .catch {
	position: absolute;
	left: 14px;
	top: 23px;
	width: 100%;
	max-width: 751px;
	z-index: 1;
}

#visual .head {
	position: relative;
	width: 100%;
	max-width: 494px;
	margin: 0 auto 94px;
	z-index: 1;
}

#visual .desc {
	width: 100%;
	max-width: 1238px;
	margin: 0 auto 0;
	transform: translateX(-21px);
	-webkit-transform: translateX(-21px);
	-moz-transform: translateX(-21px);
}

/*----------------------------------------------------
 about
----------------------------------------------------*/

#about {
	padding: 145px 0 132px 0;
	overflow: hidden;
	position: relative;
	background: url('../img/about-bg.jpg') center bottom no-repeat;
	background-size: cover;
}

#about .headFlex {
	display: flex;
	justify-content: center;
	margin-bottom: 8px;
}

#about .headFlex .image {
	width: 100%;
	max-width: 329px;
	margin: 0 13px 0 -3px;
}

#about .headFlex .conts {
	padding: 19px 0 0 0;
}

#about .headFlex .conts h2 {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #fff;
	margin: 0 0 12px;
}

#about .headFlex .conts p {
	width: 100%;
	max-width: 528px;
}

#about .aboutRank {
	margin-bottom: 66px;
}

#about .aboutRank .image {
	width: 100%;
	max-width: 794px;
	margin: 0 auto 22px;
}

#about .aboutRank .conts {
	width: 100%;
	max-width: 847px;
	margin: 0 auto 0;
}

#about .aboutRank .conts p {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5566;
	letter-spacing: 0.008em;
	color: #fff;
}

#about .aboutArrow {
	position: relative;
}

#about .aboutArrow p {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5566;
	letter-spacing: 0.06em;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
}

#about .aboutArrow .image {
	width: 100%;
	max-width: 583px;
	margin: -102px auto 0;
	transform: translateX(12px);
	-webkit-transform: translateX(12px);
	-moz-transform: translateX(12px);
}

#about .aboutList {
	position: relative;
	width: 100%;
	max-width: 1160px;
	height: 238px;
	margin: 0 auto 0;
}

#about .aboutList .box p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.333;
	letter-spacing: 0.06em;
}

#about .aboutList .box p span {
	background: #fff100;
}

#about .aboutList .box01 {
	width: 357px;
	height: 246px;
	background: url('../img/fukidashi01.png') no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 33px;
	top: -85px;
	padding: 46px 0 0 53px;
	z-index: 3;
}

#about .aboutList .box02 {
	width: 357px;
	height: 246px;
	background: url('../img/fukidashi02.png') no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 294px;
	top: 13px;
	padding: 46px 0 0 77px;
	z-index: 1;
}

#about .aboutList .box03 {
	width: 357px;
	height: 246px;
	background: url('../img/fukidashi03.png') no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 235px;
	top: -10px;
	padding: 44px 0 0 65px;
	z-index: 2;
}

#about .aboutList .box04 {
	width: 357px;
	height: 246px;
	background: url('../img/fukidashi04.png') no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: -33px;
	top: -87px;
	padding: 43px 0 0 54px;
	z-index: 3;
}

#about .aboutPrice .boxHead {
	margin-bottom: 32px;
}

#about .aboutPrice .boxHead .whiteTex {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
	margin-bottom: 7px;
}

#about .aboutPrice .boxHead .yellowTex {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff100;
}


#about .aboutPrice .boxHead .yellowTex span:nth-child(1) {
	font-size: 58px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.07em;
}

#about .aboutPrice .boxHead .yellowTex span:nth-child(2) {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	transform: translate(5px, 4px);
	-webkit-transform: translate(5px, 4px);
	-moz-transform: translate(5px, 4px);
}

#about .aboutPrice .boxHead .yellowTex span:nth-child(3) {
	font-size: 46px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	transform: translate(5px, 0);
	-webkit-transform: translate(5px, 0);
	-moz-transform: translate(5px, 0);
}

#about .aboutPrice .boxHead .yellowTex span:nth-child(4) {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	transform: translate(5px, 4px);
	-webkit-transform: translate(5px, 4px);
	-moz-transform: translate(5px, 4px);
}

#about .aboutPrice .image {
	width: 100%;
	max-width: 1093px;
	margin: 0 auto 3px;
	transform: translateX(31px);
	-webkit-transform: translateX(31px);
	-moz-transform: translateX(31px);
}

/*----------------------------------------------------
 scene
----------------------------------------------------*/

#scene {
	padding: 124px 0 119px 0;
	overflow: hidden;
	position: relative;
}

#scene .head {
	margin-bottom: 53px;
}

#scene .head .icon {
	width: 100%;
	max-width: 218px;
	margin: 0 auto 18px;
}

#scene .head h2 {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
	margin-bottom: 11px;
}

#scene .head p {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
}

#scene .scenelist {
	display: flex;
	justify-content: space-between;
}

#scene .scenelist .box {
	width: 32.14%;
}

#scene .scenelist .conts {
	position: relative;
	background: #007f41;
	padding: 38px 0 42px;
}

#scene .scenelist .conts h3 {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
}

#scene .scenelist .box01 .enHead {
	width: 100%;
	max-width: 276px;
	position: absolute;
	top: -29px;
	left: 52%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#scene .scenelist .box02 .enHead {
	width: 100%;
	max-width: 292px;
	position: absolute;
	top: -29px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#scene .scenelist .box03 .enHead {
	width: 100%;
	max-width: 323px;
	position: absolute;
	top: -29px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/*----------------------------------------------------
 features
----------------------------------------------------*/

#features {
	padding: 124px 0 119px 0;
	overflow: hidden;
	position: relative;
	background: #007f41;
	color: #fff;
}

#features .head {
	margin-bottom: 70px;
}

#features .head .icon {
	width: 100%;
	max-width: 341px;
	margin: 0 auto 22px;
}

#features .head h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.075em;
	text-align: center;
	margin-bottom: 11px;
}

#features .charaBox {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 131px;
	padding: 29px 0 33px 214px;
	background: #006634;
}

#features .charaBox .obj {
	position: absolute;
	left: 91px;
	top: -62px;
}

#features .charaBox .conts p {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.666;
	letter-spacing: 0.05em;
	color: #fff;
}

#features .charaBox .conts p span {
	color: #fff100;
}

#features .featuresList .box01 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1270px;
	margin: 0 auto 44px;
	padding: 0 0 0 110px;
}

#features .featuresList .box01 .image {
	width: 612px;
	padding: 29px 0 0 0;
}

#features .featuresList .box01 .conts {
	width: 530px;
}

#features .featuresList .box01 .conts h3 {
	position: relative;
	margin-bottom: 58px;
}

#features .featuresList .box01 .conts h3:before {
	content: '';
	width: 68px;
	height: 67px;
	background: url('../img/check-icon.png') no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: -83px;
	top: -8px;
}

#features .featuresList .box01 .conts h3 b {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.375;
	letter-spacing: 0.025em;
	color: #fff100;
	position: relative;
	z-index: 1;
}

#features .featuresList .box01 .conts h3 small {
	position: absolute;
	width: 100%;
	max-width: 162px;
	left: 122px;
	top: -46px;
}

#features .featuresList .box01 .conts p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.888;
	letter-spacing: 0.035em;
	color: #fff;
	position: relative;
	text-align: justify;
	z-index: 1;
	padding: 0 22px 0 0;
}

#features .featuresList .box01 .conts p small {
	font-size: 12px;
}

#features .featuresList .box02 {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	width: 100%;
	max-width: 1291px;
	margin: 0 auto 66px;
	padding: 0 0 0 111px;
}

#features .featuresList .box02 .image {
	width: 612px;
	padding: 29px 0 0 0;
}

#features .featuresList .box02 .conts {
	width: 525px;
	padding: 62px 25px 0 0;
}

#features .featuresList .box02 .conts h3 {
	position: relative;
	margin-bottom: 103px;
}

#features .featuresList .box02 .conts h3:before {
	content: '';
	width: 68px;
	height: 67px;
	background: url('../img/check-icon.png') no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: -77px;
	top: -6px;
}

#features .featuresList .box02 .conts h3 b {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.375;
	letter-spacing: 0.025em;
	color: #fff100;
	position: relative;
	z-index: 1;
}

#features .featuresList .box02 .conts h3 small {
	position: absolute;
	width: 100%;
	max-width: 186px;
	left: 48px;
	top: -55px;
}

#features .featuresList .box02 .conts p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.888;
	letter-spacing: 0.035em;
	color: #fff;
	position: relative;
	text-align: justify;
	z-index: 1;
	padding: 0 0 0 0;
}
#features .featuresList .box03 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1255px;
	margin: 0 auto 0;
	padding: 0 74px 0 101px;
}

#features .featuresList .box03 .image {
	width: 540px;
	padding: 29px 0 0 0;
}

#features .featuresList .box03 .conts {
	width: 530px;
	padding: 31px 0 0 0;
}

#features .featuresList .box03 .conts h3 {
	position: relative;
	margin-bottom: 58px;
}

#features .featuresList .box03 .conts h3:before {
	content: '';
	width: 68px;
	height: 67px;
	background: url('../img/check-icon.png') no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: -83px;
	top: -8px;
}

#features .featuresList .box03 .conts h3 b {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.375;
	letter-spacing: 0.025em;
	color: #fff100;
	position: relative;
	z-index: 1;
}

#features .featuresList .box03 .conts h3 small {
	position: absolute;
	width: 100%;
	max-width: 162px;
	left: 122px;
	top: -46px;
}

#features .featuresList .box03 .conts p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.888;
	letter-spacing: 0.035em;
	color: #fff;
	position: relative;
	text-align: justify;
	z-index: 1;
	padding: 0 22px 0 0;
}

/*----------------------------------------------------
 conversion
----------------------------------------------------*/

#conversion {
	padding: 0 0 121px 0;
	overflow: hidden;
	position: relative;
	background: url('../img/conversion-bg.jpg') center bottom no-repeat;
	background-size: cover;
	color: #fff;
}

#conversion .inner {
	position: relative;
}

#conversion .logoBg {
	position: absolute;
	left: -133px;
	top: 0;
	width: 100%;
	max-width: 1056px;
	z-index: 2;
}

#conversion .conts {
	padding: 90px 0 0 0;
	width: 893px;
	margin: 0 0 0 auto;
}

#conversion .conts p {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.888;
	letter-spacing: 0.035em;
	color: #fff;
	position: relative;
	text-align: center;
	margin-bottom: 14px;
}

#conversion .conts .price {
	width: calc(100% + 200px);
	transform: translateX(-69px);
	-webkit-transform: translateX(-69px);
	-moz-transform: translateX(-69px);
	margin-bottom: 50px;
}

#conversion .conts .boxList {
	width: 100%;
	max-width: 857px;
	margin: 0 auto 39px;
	position: relative;
	z-index: 3;
}

#conversion .conts .catch {
	position: relative;
	z-index: 3;
	margin-bottom: 42px;
	padding: 0 0 0 143px;
}

#conversion .conts .catch p {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	color: #fff;
}

#conversion .conts .catch p span:nth-child(1) {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.035em;
}

#conversion .conts .catch p span:nth-child(2) {
	font-size: 56.62px;
	font-weight: 700;
	letter-spacing: 0;
}

#conversion .conts .catch p span:nth-child(2) small.left {
	font-size: 37.75px;
	font-weight: 100;
	display: inline-block;
	transform: translate(-9px, -25px);
	-webkit-transform: translate(-9px, -25px);
	-moz-transform: translate(-9px, -25px);
}

#conversion .conts .catch p span:nth-child(2) small.right {
	font-size: 37.75px;
	font-weight: 100;
	display: inline-block;
	transform: translate(6px, 10px);
	-webkit-transform: translate(6px, 10px);
	-moz-transform: translate(6px, 10px);
}

#conversion .conts .catch p span:nth-child(3) {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.035em;
}

#conversion .conts .button {
	position: relative;
	width: 100%;
	max-width: 569px;
	height: 130px;
	margin: 0 auto 0;
	z-index: 3;
	transform: translateX(22px);
	-webkit-transform: translateX(22px);
	-moz-transform: translateX(22px);
}

#conversion .conts .button span {
	position: absolute;
	width: 100%;
	right: 0;
	top: 0;
	transition: all 0.3s ease;
}

#conversion .conts .button span:nth-child(1) {
	z-index: 1;
}

#conversion .conts .addTex {
	position: relative;
	z-index: 3;
}

#conversion .conts .addTex p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.015em;
	color: #fff;
	position: relative;
	text-align: center;
	z-index: 3;
	margin: -19px 0 0 7px;
}

/*----------------------------------------------------
 recommend
----------------------------------------------------*/

#recommend {
	padding: 124px 0 119px 0;
	overflow: hidden;
	position: relative;
	background: #fff;
}

#recommend .inner {
	max-width: 1200px;
}

#recommend .head {
	margin-bottom: 64px;
}

#recommend .head .icon {
	width: 100%;
	max-width: 431px;
	margin: 0 auto 22px;
}

#recommend .head h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.075em;
	text-align: center;
	margin-bottom: 11px;
}

#recommend .strengthsHead {
	margin-bottom: 35px;
}

#recommend .strengthsHead h3 {
	color: #fff;
	background: #007f41;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 27px;
	padding: 29px 0 27px;
}

#recommend .strengthsHead h3 small {
	width: 100%;
	max-width: 73px;
	transform: translateX(9px);
	-webkit-transform: translateX(9px);
	-moz-transform: translateX(9px);
}

#recommend .strengthsHead h3 b {
	font-size: 34px;
	letter-spacing: 0.045em;
	line-height: 1.764;
	margin: 0 4px 0 18px;
}

#recommend .strengthsHead p {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1.6;
	text-align: center;
}

#recommend .strengthsList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 972px;
	margin: 0 auto 47px;
}

#recommend .strengthsList .box {
	position: relative;
	overflow: hidden;
	background: #e7f2ec;
	margin-bottom: 21px;
	padding: 0 0 8px;
	width: 310px;
	min-height: 280px;
}

#recommend .strengthsList .box:before {
	content: '';
	width: 50px;
	height: 50px;
	background: #007f41;
	position: absolute;
	left: -25px;
	top: -33px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

#recommend .strengthsList .box p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.444;
	text-align: center;
	margin-bottom: 7px;
	position: relative;
}

#recommend .strengthsList .box p .pre {
	position: absolute;
	margin: -21px 0 0 -8px;
}

#recommend .strengthsList .box p small {
	font-size: 12px;
}

#recommend .strengthsList .box01 .image {
	width: 100%;
	max-width: 159px;
	margin: 30px auto 10px;
}

#recommend .strengthsList .box02 .image {
	width: 100%;
	max-width: 160px;
	margin: 42px auto 10px;
}

#recommend .strengthsList .box03 .image {
	width: 100%;
	max-width: 189px;
	margin: 63px auto 29px;
}

#recommend .strengthsList .box04 .image {
	width: 100%;
	max-width: 141px;
	margin: 60px auto 20px;
}

#recommend .strengthsList .box05 .image {
	width: 100%;
	max-width: 141px;
	margin: 37px auto 26px;
}

#recommend .strengthsList .box06 .image {
	width: 100%;
	max-width: 220px;
	margin: 62px auto 21px;
}

#recommend .strengthsList .box06 p {
	margin-bottom: -2px;
}

#recommend .strengthsList .box07 .image {
	width: 100%;
	max-width: 147px;
	margin: 47px auto 12px;
}

#recommend .strengthsList .box07 p {
	margin-bottom: -2px;
}

#recommend .strengthsList .box08 .image {
	width: 100%;
	max-width: 164px;
	margin: 49px auto 21px;
}

#recommend .strengthsList .box09 .image {
	width: 100%;
	max-width: 104px;
	margin: 47px auto 18px;
}

#recommend .strengthsList .box09 p {
	margin-bottom: -2px;
}

#recommend .yamadaHead {
	margin-bottom: 45px;
}

#recommend .yamadaHead h3 {
	color: #222222;
	background: #ffa641;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 27px;
	padding: 27px 0 29px;
}

#recommend .yamadaHead h3 small {
	width: 100%;
	max-width: 73px;
	transform: translateX(9px);
	-webkit-transform: translateX(9px);
	-moz-transform: translateX(9px);
}

#recommend .yamadaHead h3 b {
	display: flex;
	flex-direction: column;
	margin: 0 42px 0 21px;
}

#recommend .yamadaHead h3 b span:nth-child(1) {
	font-size: 34px;
	letter-spacing: 0.045em;
	line-height: 1.4;
}

#recommend .yamadaHead h3 b span:nth-child(2) {
	font-size: 14px;
	letter-spacing: 0.045em;
	line-height: 1.764;
}

#recommend .yamadaHead h3 .logo {
	width: 100%;
	max-width: 169px;
	transform: translate(-9px, 7px);
	-webkit-transform: translate(-9px, 7px);
	-moz-transform: translate(-9px, 7px);
}

#recommend .yamadaHead p {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1.6;
	text-align: center;
}

#recommend .yamadaList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 16px;
	padding: 0 132px;
}

#recommend .yamadaList .box {
	width: 200px;
	margin-bottom: 35px;
}

#recommend .yamadaList .box .image {
	width: 100%;
	margin-bottom: 11px;
}

#recommend .yamadaList .box p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.444;
	letter-spacing: 0.1em;
	text-align: center;
}

#recommend .yamadaList .box p small {
	font-size: 12px;
}

#recommend .yamadaPrice {
	display: flex;
	justify-content: center;
}

#recommend .yamadaPrice .image {
	width: 100%;
	max-width: 621px;
}

#recommend .yamadaPrice .conts {
	width: 326px;
	padding: 91px 0 0 0;
}

#recommend .yamadaPrice .conts img{
  width:264px;
}


/*----------------------------------------------------
 reason
----------------------------------------------------*/

#reason {
	padding: 0 0 119px 0;
	overflow: hidden;
	position: relative;
	background: #fff;
}

#reason .head {
	margin-bottom: 78px;
}

#reason .head .icon {
	width: 100%;
	max-width: 268px;
	margin: 0 auto 22px;
}

#reason .head h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.075em;
	text-align: center;
	margin-bottom: 11px;
}

#reason .reasonBox.box01 {
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}

#reason .reasonBox.box01:before {
	content: '';
	width: 55%;
	height: 100%;
	background: #007f41;
	position: absolute;
	right: 0;
	top: 0;
}

#reason .reasonBox.box01 .inner {
	padding: 0 119px 0 113px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	z-index: 1;
}

#reason .reasonBox.box01 .image {
	width: 100%;
	max-width: 660px;
	position: relative;
	z-index: 1;
}

#reason .reasonBox.box01 .conts {
	position: relative;
	width: 398px;
	padding: 59px 0 67px 0;
}

#reason .reasonBox.box01 .conts h3 {
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1.315;
	color: #fff100;
	margin-bottom: 24px;
	position: relative;
	z-index: 2;
}

#reason .reasonBox.box01 .conts p {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.111;
	color: #fff;
	text-align: justify;
	position: relative;
	z-index: 2;
}

#reason .reasonBox.box01 .conts .bg {
	width: 654px;
	position: absolute;
	left: -130px;
	top: 0;
}

#reason .reasonBox.box02 {
	position: relative;
	overflow: hidden;
	margin-bottom: 61px;
}

#reason .reasonBox.box02:before {
	content: '';
	width: 55%;
	height: 100%;
	background: #007f41;
	position: absolute;
	left: 0;
	top: 0;
}

#reason .reasonBox.box02 .inner {
	padding: 0 135px 0 132px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}

#reason .reasonBox.box02 .image {
	width: 100%;
	max-width: 660px;
	position: relative;
	z-index: 1;
}

#reason .reasonBox.box02 .conts {
	position: relative;
	width: 400px;
	padding: 88px 0 87px 0;
}

#reason .reasonBox.box02 .conts h3 {
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1.315;
	color: #fff100;
	margin-bottom: 24px;
	position: relative;
	z-index: 2;
}

#reason .reasonBox.box02 .conts p {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.111;
	color: #fff;
	text-align: justify;
	position: relative;
	z-index: 2;
}

#reason .reasonBox.box02 .conts .bg {
	width: 654px;
	position: absolute;
	left: -130px;
	top: 0;
}

#reason .reasonBox.box03 {
	position: relative;
	overflow: hidden;
}

#reason .reasonBox.box03:before {
	content: '';
	width: 55%;
	height: 100%;
	background: #007f41;
	position: absolute;
	right: 0;
	top: 0;
}

#reason .reasonBox.box03 .inner {
	padding: 0 119px 0 113px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	z-index: 1;
}

#reason .reasonBox.box03 .image {
	width: 100%;
	max-width: 660px;
	position: relative;
	z-index: 1;
}

#reason .reasonBox.box03 .conts {
	position: relative;
	width: 398px;
	padding: 96px 0 71px 0;
}

#reason .reasonBox.box03 .conts h3 {
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1.315;
	color: #fff100;
	margin-bottom: 24px;
	position: relative;
	z-index: 2;
}

#reason .reasonBox.box03 .conts p {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.111;
	color: #fff;
	margin-bottom: 10px;
	text-align: justify;
	position: relative;
	z-index: 2;
}

#reason .reasonBox.box03 .conts p small {
	font-size: 12px;
	letter-spacing: 0.025em;
}

#reason .reasonBox.box03 .conts .bg {
	width: 654px;
	position: absolute;
	left: -130px;
	top: 0;
}

/*----------------------------------------------------
 product
----------------------------------------------------*/

#product {
	padding: 0 0 46px 0;
	overflow: hidden;
	position: relative;
	background: #fff;
}

#product .inner {
	max-width: 1201px;
}

#product .head {
	margin-bottom: 54px;
}

#product .head .icon {
	width: 100%;
	max-width: 318px;
	margin: 0 auto 22px;
}

#product .head h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.075em;
	text-align: center;
	margin-bottom: 11px;
}

#product .strengthBox {
	margin-bottom: 75px;
	-webkit-box-shadow: 0 0 60px 0 rgba(214,214,214,0.3);
  -moz-box-shadow: 0 0 60px 0 rgba(214,214,214,0.3);
  box-shadow: 0 0 60px 0 rgba(214,214,214,0.3);
}

#product .strengthBox .imageHead {
	position: relative;
}

#product .strengthBox .imageHead .imageBox {
	position: absolute;
	right: 149px;
	bottom: 100px;
	width: 468px;
	background: rgba(0,0,0,0.2);
	padding: 25px 0 30px 46px;
}

#product .strengthBox .imageHead .imageBox h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.065em;
	color: #fff;
}

#product .strengthBox table {
	width: 100%;
}

#product .strengthBox table th {
	width: 240px;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	background: #e7f2ec;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.065em;
	text-align: center;
	vertical-align: middle;
	padding: 29px 0;
}

#product .strengthBox table tr:last-child th {
	border-bottom: none;
}

#product .strengthBox table td {
	position: relative;
	width: calc(100% - 240px);
	border-bottom: 1px solid #d3d3d3;
	background: #fff;
	vertical-align: middle;
	padding: 30px 0;
}

#product .strengthBox table tr:last-child td {
	border-bottom: none;
}

#product .strengthBox table td.addTd {
	padding: 34px 0;
}

#product .strengthBox table td p {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.065em;
	text-align: center;
}

#product .strengthBox table td p small {
	font-size: 12px;
}

#product .strengthBox table td p.centerTex {
	text-align: justify;
	width: 100%;
	max-width: 575px;
	margin: 0 auto;
}

#product .yamadaBox {
	margin-bottom: 75px;
	-webkit-box-shadow: 0 0 60px 0 rgba(214,214,214,0.3);
  -moz-box-shadow: 0 0 60px 0 rgba(214,214,214,0.3);
  box-shadow: 0 0 60px 0 rgba(214,214,214,0.3);
}

#product .yamadaBox .imageHead {
	position: relative;
}

#product .yamadaBox .imageHead .imageBox {
	position: absolute;
	right: 175px;
	bottom: 100px;
	width: 373px;
	background: rgba(0,0,0,0.2);
	padding: 25px 0 30px 48px;
}

#product .yamadaBox .imageHead .imageBox h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.065em;
	color: #fff;
}

#product .yamadaBox table {
	width: 100%;
}

#product .yamadaBox table th {
	width: 240px;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	background: #fef0e0;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.065em;
	text-align: center;
	vertical-align: middle;
	padding: 29px 0;
}

#product .yamadaBox table tr:last-child th {
	border-bottom: none;
}

#product .yamadaBox table td {
	position: relative;
	width: calc(100% - 240px);
	border-bottom: 1px solid #d3d3d3;
	background: #fff;
	vertical-align: middle;
	padding: 38px 0;
}

#product .yamadaBox table tr:last-child td {
	border-bottom: none;
}

#product .yamadaBox table td p {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.065em;
	text-align: center;
}
#product .yamadaBox table td p.centerTex {
	text-align: justify;
	width: 100%;
	max-width: 577px;
	margin: 0 auto;
}

#product .yamadaBox table td p.centerTex span {
	color: #ffa641;
}

/*----------------------------------------------------
 voice
----------------------------------------------------*/

#voice {
	padding: 124px 0 122px 0;
	overflow: hidden;
	position: relative;
	background: #fff;
}

#voice .inner {
	max-width: 1200px;
}

#voice .head {
	margin-bottom: 60px;
}

#voice .head .icon {
	width: 100%;
	max-width: 199px;
	margin: 0 auto 22px;
}

#voice .head h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.075em;
	text-align: center;
	margin-bottom: 11px;
}

#voice .voiceBox {
	background: #e7f2ec;
	padding: 50px 48px 63px;
}

#voice .voiceBox .boxInner {
	background: #fff;
	padding: 75px 105px 102px;
}

#voice .voiceBox .boxInner .boxHead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
	padding: 0 33px 0 35px;
}

#voice .voiceBox .boxInner .boxHead .logo {
	width: 100%;
	max-width: 456px;
}

#voice .voiceBox .boxInner .boxHead .conts {
	width: 320px;
}

#voice .voiceBox .boxInner .boxHead .conts dl {
	display: flex;
	border: 1px solid #afaead;
}

#voice .voiceBox .boxInner .boxHead .conts dl dd {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	background: #222222;
	text-align: center;
	width: 144px;
	padding: 4px 0;
}

#voice .voiceBox .boxInner .boxHead .conts dl dt {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	width: calc(100% - 144px);
	padding: 4px 0 4px 14px;
}

#voice .voiceBox .boxInner .boxConts p {
	font-size: 24px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.04em;
	text-align: justify;
}

#voice .voiceBox .boxInner .boxConts p .green {
	background: #007f41;
	color: #fff100;
}

#voice .voiceBox .boxInner .boxConts p .yellow {
	background: #fff100;
}

/*----------------------------------------------------
 flow
----------------------------------------------------*/

#flow {
	padding: 124px 0 117px 0;
	overflow: hidden;
	position: relative;
	background: #007f41;
}

#flow .head {
	margin-bottom: 61px;
}

#flow .head .icon {
	width: 100%;
	max-width: 186px;
	margin: 0 auto 19px;
}

#flow .head h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.075em;
	text-align: center;
	color: #fff;
}

#flow .flowList {
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;
}

#flow .flowList .arrow {
	width: 100%;
	max-width: 27px;
	display: flex;
	align-items: center;
	transform: translateY(-14px);
	-webkit-transform: translateY(-14px);
	-moz-transform: translateY(-14px);
}

#flow .flowList .box {
	width: 100%;
	max-width: 230px;
}

#flow .flowList .box .image {
	margin-bottom: 15px;
}

#flow .flowList .box .conts h3 {
	display: flex;
	justify-content: center;
}

#flow .flowList .box .conts h3 .icon {
	width: 100%;
	max-width: 26px;
	margin: 0 10px 0 0;
	transform: translate(6px, -1px);
	-webkit-transform: translate(6px, -1px);
	-moz-transform: translate(6px, -1px);
}

#flow .flowList .box .conts h3 .text {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: 0.075em;
	text-align: center;
	color: #fff;
}

#flow .flowAdd {
	text-align: center;
}

#flow .flowAdd p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.379;
	letter-spacing: 0.075em;
	color: #fff;
}

/*----------------------------------------------------
 faq
----------------------------------------------------*/

#faq {
	padding: 124px 0 82px 0;
	overflow: hidden;
	position: relative;
	background: #fff;
}

#faq .inner {
	max-width: 900px;
}

#faq .head {
	margin-bottom: 62px;
}

#faq .head .icon {
	width: 100%;
	max-width: 123px;
	margin: 0 auto 19px;
}

#faq .head h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.075em;
	text-align: center;
}

#faq .faqBox {
	margin-bottom: 14px;
}

#faq .faqBox .boxHead {
	display: flex;
	background: #e7f2ec;
}

#faq .faqBox .boxHead .iconArea {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #007f41;
	width: 60px;
}

#faq .faqBox .boxHead .iconArea .icon {
	width: 100%;
	max-width: 20px;
}

#faq .faqBox .boxHead .textArea {
	background: #e7f2ec;
	width: calc(100% - 60px);
	padding: 20px 16px 19px 16px;
}

#faq .faqBox .boxHead .textArea h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 2.2222;
	letter-spacing: 0.055em;
}

#faq .faqBox .boxConts {
	display: flex;
}

#faq .faqBox .boxConts .iconArea {
	display: flex;
	justify-content: center;
	width: 60px;
	padding: 25px 0 0 0;
}

#faq .faqBox .boxConts .iconArea .icon {
	width: 100%;
	max-width: 20px;
}

#faq .faqBox .boxConts .textArea {
	width: calc(100% - 60px);
	padding: 20px 16px 19px 16px;
}

#faq .faqBox .boxConts .textArea p {
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.055em;
}

#faq .faqBox .boxConts .textArea p small {
	font-size: 12px;
}

/*----------------------------------------------------
 contact
----------------------------------------------------*/

#contact {
	padding: 118px 0 201px 0;
	overflow: hidden;
	position: relative;
	background: #007f41;
}

#contact .inner {
	max-width: 1100px;
}

#contact .head {
	margin-bottom: 50px;
}

#contact .head .icon {
	width: 100%;
	max-width: 184px;
	margin: 0 auto 22px;
}

#contact .head h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.075em;
	text-align: center;
	color: #fff;
}

#contact .contactText {
	position: relative;
	margin: 0 0 52px;
}

#contact .contactText p {
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
}

#contact .contactTable table {
	width: 100%;
	margin: 0 0 61px;
}

#contact .contactTable th {
	width: 235px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

#contact .contactTable th.vat {
	vertical-align: top;
	padding: 17px 0 0 0;
}

#contact .contactTable th .thFlex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#contact .contactTable th .thHead {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

#contact .contactTable th .yellowBox {
	width: 100%;
	max-width: 45px;
}

#contact .contactTable th .whiteBox {
	width: 100%;
	max-width: 45px;
}

#contact .contactTable td {
	width: calc(100% - 235px);
	padding: 16px 0 16px 18px;
}

#contact .contactTable .red {
	font-size: 12px;
	font-weight: 700;
	color: #ff6000;
	padding: 3px 0 0 0;
}

#contact .contactTable .red.redAdd {
	line-height: 1;
	display: block;
	width: 100%;
}

#contact .selectBox {
	position: relative;
}

#contact .selectBox:after {
	content: '';
	width:0;
	height:0;
	border-style:solid;
	border-width: 8px 5px 0 5px;
	border-color: #222222 transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#contact .textareaDiv {
	position: relative;
	background: #fff;
	border-radius: 2px;
}

#contact .textareaDiv #placeholder {
	position: absolute;
	top: 50%;
	left: 17px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: 18px;
	line-height: 1.777;
	color: #dddddd;
}

#contact .textareaDiv #placeholder.none {
 display: none;
}

#contact .radiaFlex {
	display: flex;
	flex-wrap: wrap;
}

#contact .radiaFlex label {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	line-height: 1.4;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 36px;
	margin: 0 50px 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

#contact .radiaFlex [type="radio"] {
	position: absolute;
	z-index: 1;
	opacity: 0;
	top: 0;
	left: 0;
}

#contact .radiaFlex [type="radio"]:checked + i::after {
	opacity: 1;
}

#contact .radiaFlex label > i::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	background: #00824f;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}

#contact .radiaFlex i {
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	margin-right: 4px;
	transition-duration: .3s;
	transition-property: background-color, color;
	border: 2px solid #ffffff;
	background: #fff;
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	top: calc(11px + 0.7em);
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#contact .radiaFlex .text {
	display: block;
	font-weight: normal;
}

#contact input[type="text"] {
	width: 98%;
	height: 41px;
	border: none;
	border-radius: 4px;
	font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	padding: 0 0 0 17px;
	font-size: 18px;
	font-weight: 500;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#contact select {
	width: 100%;
	height: 41px;
	border: none;
	border-radius: 4px;
	font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	padding: 0 0 0 17px;
	font-size: 18px;
	font-weight: 500;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#contact input::placeholder {
  color: #dddddd;
}

/* IE */
#contact input:-ms-input-placeholder {
	color: #dddddd;
}

/* Edge */
#contact input::-ms-input-placeholder {
	color: #dddddd;
}

#contact textarea {
	width: 100%;
	height: 131px;
	border: none;
	border-radius: 4px;
	font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	padding: 17px;
	font-size: 18px;
	font-weight: 500;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 2;
	position: relative;
	background: none;
}

#contact .privacyBox {
	margin: 0 0 26px;
}

#contact .privacyBox .boxHead {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background: #222222;
	text-align: center;
	border-radius: 2px 2px 0 0;
	padding: 15px 0;
}

#contact .privacyBox .boxConts {
	height: 238px;
	background: #fff;
	border-radius: 0 0 2px 2px;
}

#contact .privacyBox .boxConts .boxInner {
	padding: 34px 48px;
	overflow: auto;
	max-height: 217px;
}

#contact .privacyBox .boxConts .centerText {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 26px;
}

#contact .privacyBox .boxConts .leftText {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	text-align: left;
	color: #666666;
	margin: 0 0 26px;
}

#contact .privacyBox .boxConts .priFlex {
	display: flex;
	margin: 0 0 26px;
}

#contact .privacyBox .boxConts .priFlex .no {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	text-align: left;
	color: #222222;
}

#contact .privacyBox .boxConts .priFlex .priText {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	text-align: left;
	color: #666666;
}

#contact .privacyBox .boxConts .priFlex .priText b {
	color: #222222;
}

#contact .formCheack {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 0 0 17px;
}

#contact .formCheack label {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	line-height: 1.4;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 50px;
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

#contact .formCheack label i {
	display: block;
	width: 29px;
	height: 29px;
	background: #fff;
	transition-duration: .3s;
	transition-property: border-color, background-color, color;
	box-sizing: border-box;
	border: 2px solid #fff;
	position: relative;
	z-index: 1;
	border-radius: 4px;
	position: absolute;
	z-index: 1;
	top: calc(8px + 0.7em);
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing: border-box;
}

#contact .formCheack [type="checkbox"] {
	position: absolute;
	z-index: 1;
	opacity: 0;
	top: 0;
	left: 0;
}

#contact .formCheack label > i::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 13px;
	background-image: url('../img/check.svg');
	background-size: 100% 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.3s ease;
}

#contact .formCheack label.dis > i::after {
	opacity: 1;
}

#contact .formCheack label .text {
	display: inline-block;
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	-moz-webkit-transform: translateY(-4px);
}

#contact .formBtFlex {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#contact .recapchArea  {
	width: 100%;
	max-width: 304px;
	margin-bottom: 74px;
}

#contact .formBtFlex .submitArea {
	width: 100%;
	max-width: 530px;
	padding: 0 0 0 0;
}

#contact .formBtFlex .button {
	position: relative;
	width: 100%;
}

#contact .formBtFlex .button:after {
	content: '';
	width: 23px;
	height: 20px;
	background: url('../img/nextArrow.png') no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: 46px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.3s ease;
}

#contact .formBtFlex .button input {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.025em;
	padding: 0 0 0;
	color: #222;
	background: #fff100;
	width: 100%;
	line-height: 89px;
	border: none;
	border-radius: 45px;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	transition: all 0.3s ease;
}


#contact .formButtonsFlex {
	display: flex;
	align-items: center;
}

#contact .formButtonsFlex > div {
	width: 50%;
}

#contact .formButtonsFlex .submitArea {
	padding: 0 0 0 20px;
}

#contact .formButtonsFlex .button {
	position: relative;
	width: 100%;
	max-width: 400px;
}

#contact .formButtonsFlex .button:after {
	content: '';
	width: 23px;
	height: 20px;
	background: url('../img/nextArrow.png') no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: 112px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.3s ease;
}

#contact .formButtonsFlex .button input {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.025em;
	padding: 0 45px 0 0;
	color: #222;
	background: #fff100;
	width: 100%;
	line-height: 89px;
	border: none;
	border-radius: 45px;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	transition: all 0.3s ease;
}

/*----------------------------------------------------
 confirmPage
----------------------------------------------------*/

#contact.confirmPage {
	padding: 190px 0 242px;
}

#contact.confirmPage .head {
  margin-bottom: 53px;
}

#contact.confirmPage .head .enTitle {
	padding-top: 20px;
}

#contact.confirmPage .head h2 {
	top: 76px;
}

#contact.confirmPage .contactText {
	margin: 0 0 41px;
}

#contact.confirmPage .confirmTable table{
	width: 100%;
	margin: 0 0 138px;
}

#contact.confirmPage .confirmTable th {
	font-size: 18px;
	font-weight: 500;
	width: 24.6%;
	color: #fff;
	text-align: left;
	border-bottom: 1px solid #dddddd;
	vertical-align: middle;
	padding: 26px 0;
}

#contact.confirmPage .confirmTable td {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	border-bottom: 1px solid #dddddd;
	vertical-align: middle;
	padding: 26px 0;
}

#contact.confirmPage .formBtFlex .button {
	max-width: 290px;
}

#contact.confirmPage .formBtFlex .button input {
	line-height: 86px;
}

#contact.confirmPage .backArea {
	padding: 0 20px 0 0;
}

#contact.confirmPage .backButton {
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: 0 0 0 auto;
}

#contact.confirmPage .backButton a {
	display: block;
	background: #dddfde;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 86px;
	border-radius: 45px;
	color: #222;
	position: relative;
	padding: 0 0 0 55px;
}

#contact.confirmPage .backButton a:after {
	content: '';
	width: 23px;
	height: 20px;
	background: url('../img/prevArrow.png') no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 145px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.3s ease;
}

/*----------------------------------------------------
 thanksmPage
----------------------------------------------------*/

#contact.thanksPage {
	padding: 190px 0 271px;
}

#contact.thanksPage:before {
	display: none;
}

#contact.thanksPage:after {
	display: none;
}

#contact.thanksPage .head .enTitle {
	padding-top: 20px;
}

#contact.thanksPage .head h2 {
	top: 76px;
}

#contact.thanksPage .contactText {
	margin: 54px 0 112px;
}

#contact.thanksPage .head {
	margin: 0 0 17px;
}

#contact.thanksPage .contactText p {
	margin: 0 0 14px;
	line-height: 2;
}

#contact.thanksPage .contactText p small {
	font-size: 14px;
}

#contact.thanksPage .pdfLink {
	width: 100%;
	max-width: 550px;
	margin: 0 auto 70px;
}

#contact.thanksPage .pdfLink a {
	display: block;
}

#contact.thanksPage .buttonArea {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 0;
}

#contact.thanksPage .buttonArea a {
	font-size: 30px;
	font-weight: 700;
	color: #222;
	background: #fff100;
	width: 100%;
	line-height: 86px;
	padding: 0 54px 0 0;
	box-sizing: border-box;
	border: none;
	border-radius: 45px;
	text-align: center;
	font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	transition: all 0.3s ease;
	display: block;
	position: relative;
}

#contact.thanksPage .buttonArea a:after {
	content: '';
	width: 23px;
	height: 20px;
	background: url('../img/nextArrow.png') no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: 87px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.3s ease;
}

/*----------------------------------------------------
 PC
----------------------------------------------------*/

@media screen and (min-width: 769px) and (max-width: 1919px) {
	/*----------------------------------------------------
	visual
	----------------------------------------------------*/

	#visual {
		padding: 2.865vw 0 0 0;
		height: 47.135vw;
	}

	#visual .button {
		right: 0.052vw;
		top: 0.781vw;
		max-width: 22.865vw;
		height: 5.729vw;
	}

	#visual .button span:nth-child(1) {
		z-index: 1;
	}

	#visual .bg {
		max-width: 69.271vw;
	}

	#visual .catch {
		left: 0.729vw;
		top: 1.198vw;
		max-width: 39.115vw;
	}

	#visual .head {
		max-width: 25.729vw;
		margin: 0 auto 4.896vw;
	}

	#visual .desc {
		max-width: 64.479vw;
		transform: translateX(-1.094vw);
		-webkit-transform: translateX(-1.094vw);
		-moz-transform: translateX(-1.094vw);
	}
}

@media screen and (min-width: 769px) and (max-width: 1400px) {

	/*----------------------------------------------------
	elements
	----------------------------------------------------*/

	body {
		font-size: 1.143vw;
	}

	/*----------------------------------------------------
	fadeIn
	----------------------------------------------------*/

	.fadeIn {
		transform: translate3d(0, -0.714vw, 0);
		transition: 1s;
		opacity: 0;
	}

	/*----------------------------------------------------
	inner
	----------------------------------------------------*/
	.inner {
		width: calc(100% - 3.6rem);
		max-width: 100vw;
	}

	#header {
		padding: 1vw 0 0.857vw 1.714vw;
	}

	.formPage #header {
		padding: 1.929vw 0 2.143vw 1.714vw;
	}

	#header .headerFlex .logoArea .logo {
		max-width: 20vw;
		margin: 0 2.286vw 0 0;
	}

	#header .headerFlex .logoArea h1 {
		font-size: 1.286vw;
	}

	#header .headerFlex .button {
		max-width: 31.357vw;
		height: 5.286vw;
		transform: translateX(0.571vw);
		-webkit-transform: translateX(0.571vw);
		-moz-transform: translateX(0.571vw);
	}

	/*----------------------------------------------------
	goTop
	----------------------------------------------------*/

	#goTop {
		max-width: 4.286vw;
		right: 2.857vw;
		bottom: 2.857vw;
	}


	/*----------------------------------------------------
	footer
	----------------------------------------------------*/

	#footer {
		padding: 5vw 0 1.429vw 0;
	}

	#footer .inner {
		max-width: 131.286vw;
	}

	#footer .footerFlex {
		padding: 0 5.143vw 0 0;
	}

	#footer .footerFlex .image {
		max-width: 31.714vw;
	}

	#footer .footerFlex .conts {
		width: 20vw;
		margin: 0 3.143vw;
	}

	#footer .footerFlex .conts p {
		font-size: 1.212vw;
		margin: 1.643vw 0;
	}

	#footer .footerNav {
		margin: -1.571vw 0 0.857vw;
	}

	#footer .footerNav nav ul li {
		margin: 0 1.429vw 0 0;
	}

	#footer .footerNav nav ul li a .text {
		font-size: 1vw;
		margin: 0 0.571vw 0 0;
	}

	#footer .footerNav nav ul li a .icon {
		max-width: 0.429vw;
		line-height: 0.643vw;
	}

	#footer .footerCopy p {
		font-size: 0.857vw;
	}



	/*----------------------------------------------------
	about
	----------------------------------------------------*/

	#about {
		padding: 10.357vw 0 9.429vw 0;
	}

	#about .headFlex {
		margin-bottom: 0.571vw;
	}

	#about .headFlex .image {
		max-width: 23.5vw;
		margin: 0 0.929vw 0 -0.214vw;
	}

	#about .headFlex .conts {
		padding: 1.357vw 0 0 0;
	}

	#about .headFlex .conts h2 {
		font-size: 3vw;
		margin: 0 0 0.857vw;
	}

	#about .headFlex .conts p {
		max-width: 37.714vw;
	}

	#about .aboutRank {
		margin-bottom: 4.714vw;
	}

	#about .aboutRank .image {
		max-width: 56.714vw;
		margin: 0 auto 1.571vw;
	}

	#about .aboutRank .conts {
		max-width: 60.5vw;
	}

	#about .aboutRank .conts p {
		font-size: 0.857vw;
	}

	#about .aboutArrow p {
		font-size: 2.571vw;
	}

	#about .aboutArrow .image {
		max-width: 41.643vw;
		margin: -7.286vw auto 0;
		transform: translateX(0.857vw);
		-webkit-transform: translateX(0.857vw);
		-moz-transform: translateX(0.857vw);
	}

	#about .aboutList {
		max-width: 82.857vw;
		height: 17vw;
	}

	#about .aboutList .box p {
		font-size: 1.714vw;
	}

	#about .aboutList .box01 {
		width: 25.5vw;
		height: 17.571vw;
		left: 2.357vw;
		top: -6.071vw;
		padding: 3.286vw 0 0 3.786vw;
	}

	#about .aboutList .box02 {
		width: 25.5vw;
		height: 17.571vw;
		left: 21vw;
		top: 0.929vw;
		padding: 3.286vw 0 0 5.5vw;
	}

	#about .aboutList .box03 {
		width: 25.5vw;
		height: 17.571vw;
		right: 16.786vw;
		top: -0.714vw;
		padding: 3.143vw 0 0 4.643vw;
	}

	#about .aboutList .box04 {
		width: 25.5vw;
		height: 17.571vw;
		right: -2.357vw;
		top: -6.214vw;
		padding: 3.071vw 0 0 3.857vw;
	}

	#about .aboutPrice .boxHead {
		margin-bottom: 2.286vw;
	}

	#about .aboutPrice .boxHead .whiteTex {
		font-size: 2.143vw;
		margin-bottom: 0.5vw;
	}

	#about .aboutPrice .boxHead .yellowTex span:nth-child(1) {
		font-size: 4.143vw;
	}

	#about .aboutPrice .boxHead .yellowTex span:nth-child(2) {
		font-size: 2.143vw;
		transform: translate(0.357vw, 0.286vw);
		-webkit-transform: translate(0.357vw, 0.286vw);
		-moz-transform: translate(0.357vw, 0.286vw);
	}

	#about .aboutPrice .boxHead .yellowTex span:nth-child(3) {
		font-size: 3.286vw;
		transform: translate(0.357vw, 0);
		-webkit-transform: translate(0.357vw, 0);
		-moz-transform: translate(0.357vw, 0);
	}

	#about .aboutPrice .boxHead .yellowTex span:nth-child(4) {
		font-size: 2.143vw;
		transform: translate(0.357vw, 0.286vw);
		-webkit-transform: translate(0.357vw, 0.286vw);
		-moz-transform: translate(0.357vw, 0.286vw);
	}

	#about .aboutPrice .image {
		max-width: 78.071vw;
		margin: 0 auto 0.214vw;
		transform: translateX(2.214vw);
		-webkit-transform: translateX(2.214vw);
		-moz-transform: translateX(2.214vw);
	}

	/*----------------------------------------------------
	scene
	----------------------------------------------------*/

	#scene {
		padding: 8.857vw 0 8.5vw 0;
	}

	#scene .head {
		margin-bottom: 3.786vw;
	}

	#scene .head .icon {
		max-width: 15.571vw;
		margin: 0 auto 1.286vw;
	}

	#scene .head h2 {
		font-size: 3.429vw;
		margin-bottom: 0.786vw;
	}

	#scene .head p {
		font-size: 1.714vw;
	}

	#scene .scenelist .conts {
		padding: 2.714vw 0 3vw;
	}

	#scene .scenelist .conts h3 {
		font-size: 1.857vw;
	}

	#scene .scenelist .box01 .enHead {
		max-width: 19.714vw;
		top: -2.071vw;
	}

	#scene .scenelist .box02 .enHead {
		max-width: 20.857vw;
		top: -2.071vw;
	}

	#scene .scenelist .box03 .enHead {
		max-width: 23.071vw;
		top: -2.071vw;
	}

	/*----------------------------------------------------
	features
	----------------------------------------------------*/

	#features {
		padding: 8.857vw 0 8.5vw 0;
	}

	#features .head {
		margin-bottom: 5vw;
	}

	#features .head .icon {
		max-width: 24.357vw;
		margin: 0 auto 1.571vw;
	}

	#features .head h2 {
		font-size: 3.429vw;
		margin-bottom: 0.786vw;
	}

	#features .charaBox {
		max-width: 85.714vw;
		margin: 0 auto 9.357vw;
		padding: 2.071vw 0 2.357vw 15.286vw;
	}

	#features .charaBox .obj {
		left: 6.5vw;
		top: -4.429vw;
	}

	#features .charaBox .conts p {
		font-size: 1.714vw;
	}

	#features .featuresList .box01 {
		max-width: 90.714vw;
		margin: 0 auto 3.143vw;
		padding: 0 0 0 7.857vw;
	}

	#features .featuresList .box01 .image {
		width: 43.714vw;
		padding: 2.071vw 0 0 0;
	}

	#features .featuresList .box01 .conts {
		width: 37.857vw;
	}

	#features .featuresList .box01 .conts h3 {
		margin-bottom: 4.143vw;
	}

	#features .featuresList .box01 .conts h3:before {
		width: 4.857vw;
		height: 4.786vw;
		left: -5.929vw;
		top: -0.571vw;
	}

	#features .featuresList .box01 .conts h3 b {
		font-size: 2.286vw;
	}

	#features .featuresList .box01 .conts h3 small {
		max-width: 11.571vw;
		left: 8.714vw;
		top: -3.286vw;
	}

	#features .featuresList .box01 .conts p {
		font-size: 1.286vw;
		padding: 0 1.571vw 0 0;
	}

	#features .featuresList .box01 .conts p small {
		font-size: 0.857vw;
	}

	#features .featuresList .box02 {
		max-width: 92.214vw;
		margin: 0 auto 4.714vw;
		padding: 0 0 0 1.929vw;
	}

	#features .featuresList .box02 .image {
		width: 43.714vw;
		padding: 2.071vw 0 0 0;
	}

	#features .featuresList .box02 .conts {
		width: 37.5vw;
		padding: 4.429vw 1.786vw 0 0;
	}

	#features .featuresList .box02 .conts h3 {
		margin-bottom: 7.357vw;
	}

	#features .featuresList .box02 .conts h3:before {
		width: 4.857vw;
		height: 4.786vw;
		left: -5.5vw;
		top: -0.429vw;
	}

	#features .featuresList .box02 .conts h3 b {
		font-size: 2.286vw;
	}

	#features .featuresList .box02 .conts h3 small {
		max-width: 13.286vw;
		left: 3.429vw;
		top: -3.929vw;
	}

	#features .featuresList .box02 .conts p {
		font-size: 1.286vw;
	}

	#features .featuresList .box02 .conts p small {
		font-size: 0.857vw;
	}

	#features .featuresList .box03 {
		max-width: 89.643vw;
		padding: 0 5.286vw 0 7.214vw;
	}

	#features .featuresList .box03 .image {
		width: 38.571vw;
		padding: 2.071vw 0 0 0;
	}

	#features .featuresList .box03 .conts {
		width: 37.857vw;
		padding: 2.214vw 0 0 0;
	}

	#features .featuresList .box03 .conts h3 {
		margin-bottom: 4.143vw;
	}

	#features .featuresList .box03 .conts h3:before {
		width: 4.857vw;
		height: 4.786vw;
		left: -5.929vw;
		top: -0.571vw;
	}

	#features .featuresList .box03 .conts h3 b {
		font-size: 2.286vw;
	}

	#features .featuresList .box03 .conts h3 small {
		max-width: 11.571vw;
		left: 8.714vw;
		top: -3.286vw;
	}

	#features .featuresList .box03 .conts p {
		font-size: 1.286vw;
		padding: 0 1.571vw 0 0;
	}

	#features .featuresList .box03 .conts p small {
		font-size: 0.857vw;
	}

	/*----------------------------------------------------
	conversion
	----------------------------------------------------*/

	#conversion {
		padding: 0 0 8.643vw 0;
	}

	#conversion .logoBg {
		left: -9.5vw;
		max-width: 75.429vw;
	}

	#conversion .conts {
		padding: 6.429vw 0 0 0;
		width: 63.786vw;
	}

	#conversion .conts p {
		font-size: 2.143vw;
		margin-bottom: 1vw;
	}

	#conversion .conts .price {
		width:72.821vw;
		transform: translateX(-1vw);
		-webkit-transform: translateX(-1vw);
		-moz-transform: translateX(-1vw);
		margin-bottom: 3.571vw;
	}

	#conversion .conts .boxList {
		max-width: 61.214vw;
		margin: 0 auto 2.786vw;
	}

	#conversion .conts .catch {
		margin-bottom: 3vw;
		padding: 0 0 0 10.214vw;
	}

	#conversion .conts .catch p span:nth-child(1) {
		font-size: 2.143vw;
	}

	#conversion .conts .catch p span:nth-child(2) {
		font-size: 4.044vw;
	}

	#conversion .conts .catch p span:nth-child(2) small.left {
		font-size: 2.696vw;
		transform: translate(-0.643vw, -1.786vw);
		-webkit-transform: translate(-0.643vw, -1.786vw);
		-moz-transform: translate(-0.643vw, -1.786vw);
	}

	#conversion .conts .catch p span:nth-child(2) small.right {
		font-size: 2.696vw;
		transform: translate(0.429vw, 0.714vw);
		-webkit-transform: translate(0.429vw, 0.714vw);
		-moz-transform: translate(0.429vw, 0.714vw);
	}

	#conversion .conts .catch p span:nth-child(3) {
		font-size: 2.143vw;
	}

	#conversion .conts .button {
		max-width: 40.643vw;
		height: 9.286vw;
		transform: translateX(1.571vw);
		-webkit-transform: translateX(1.571vw);
		-moz-transform: translateX(1.571vw);
	}

	#conversion .conts .addTex p {
		font-size: 1.143vw;
		margin: -1.357vw 0 0 0.5vw;
	}

	/*----------------------------------------------------
	recommend
	----------------------------------------------------*/

	#recommend {
		padding: 8.857vw 0 8.5vw 0;
	}

	#recommend .inner {
		max-width: 85.714vw;
	}

	#recommend .head {
		margin-bottom: 4.571vw;
	}

	#recommend .head .icon {
		max-width: 30.786vw;
		margin: 0 auto 1.571vw;
	}

	#recommend .head h2 {
		font-size: 3.429vw;
		margin-bottom: 0.786vw;
	}

	#recommend .strengthsHead {
		margin-bottom: 2.5vw;
	}

	#recommend .strengthsHead h3 {
		margin-bottom: 1.929vw;
		padding: 2.071vw 0 1.929vw;
	}

	#recommend .strengthsHead h3 small {
		max-width: 5.214vw;
		transform: translateX(0.643vw);
		-webkit-transform: translateX(0.643vw);
		-moz-transform: translateX(0.643vw);
	}

	#recommend .strengthsHead h3 b {
		font-size: 2.429vw;
		margin: 0 0.286vw 0 1.286vw;
	}

	#recommend .strengthsHead p {
		font-size: 1.429vw;
	}

	#recommend .strengthsList {
		width: 69.429vw;
		margin: 0 auto 3.357vw;
	}

	#recommend .strengthsList .box {
		margin-bottom: 1.5vw;
		padding: 0 0 0.571vw;
		width: 22.143vw;
		min-height: 20vw;
	}

	#recommend .strengthsList .box:before {
		width: 3.571vw;
		height: 3.571vw;
		left: -1.786vw;
		top: -2.357vw;
	}

	#recommend .strengthsList .box p {
		font-size: 1.286vw;
		margin-bottom: 0.5vw;
	}

	#recommend .strengthsList .box p .pre {
		margin: -1.5vw 0 0 -0.571vw;
	}

	#recommend .strengthsList .box p small {
		font-size: 0.857vw;
	}

	#recommend .strengthsList .box01 .image {
		max-width: 11.357vw;
		margin: 2.143vw auto 0.714vw;
	}

	#recommend .strengthsList .box02 .image {
		width: 100%;
		max-width: 11.429vw;
		margin: 3vw auto 0.714vw;
	}

	#recommend .strengthsList .box03 .image {
		max-width: 13.5vw;
		margin: 4.5vw auto 2.071vw;
	}

	#recommend .strengthsList .box04 .image {
		max-width: 10.071vw;
		margin: 4.286vw auto 1.429vw;
	}

	#recommend .strengthsList .box05 .image {
		max-width: 10.071vw;
		margin: 2.643vw auto 1.857vw;
	}

	#recommend .strengthsList .box06 .image {
		max-width: 15.714vw;
		margin: 4.429vw auto 1.5vw;
	}

	#recommend .strengthsList .box06 p {
		margin-bottom: -0.143vw;
	}

	#recommend .strengthsList .box07 .image {
		max-width: 10.5vw;
		margin: 3.357vw auto 0.857vw;
	}

	#recommend .strengthsList .box07 p {
		margin-bottom: -0.143vw;
	}

	#recommend .strengthsList .box08 .image {
		max-width: 11.714vw;
		margin: 49px auto 1.5vw;
	}

	#recommend .strengthsList .box09 .image {
		max-width: 7.429vw;
		margin: 3.357vw auto 1.286vw;
	}

	#recommend .strengthsList .box09 p {
		margin-bottom: -0.143vw;
	}

	#recommend .yamadaHead {
		margin-bottom: 3.214vw;
	}

	#recommend .yamadaHead h3 {
		margin-bottom: 1.929vw;
		padding: 1.929vw 0 2.071vw;
	}

	#recommend .yamadaHead h3 small {
		width: 100%;
		max-width: 5.214vw;
		transform: translateX(0.643vw);
		-webkit-transform: translateX(0.643vw);
		-moz-transform: translateX(0.643vw);
	}

	#recommend .yamadaHead h3 b {
		margin: 0 3vw 0 1.5vw;
	}

	#recommend .yamadaHead h3 b span:nth-child(1) {
		font-size: 2.429vw;
	}

	#recommend .yamadaHead h3 b span:nth-child(2) {
		font-size: 1vw;
	}

	#recommend .yamadaHead h3 .logo {
		max-width: 12.071vw;
		transform: translate(-0.643vw, 0.5vw);
		-webkit-transform: translate(-0.643vw, 0.5vw);
		-moz-transform: translate(-0.643vw, 0.5vw);
	}

	#recommend .yamadaHead p {
		font-size: 1.429vw;
	}

	#recommend .yamadaList {
		margin-bottom: 1.143vw;
		padding: 0 9.429vw;
	}

	#recommend .yamadaList .box {
		width: 14.286vw;
		margin-bottom: 2.5vw;
	}

	#recommend .yamadaList .box .image {
		margin-bottom: 0.786vw;
	}

	#recommend .yamadaList .box p {
		font-size: 1.286vw;
	}

	#recommend .yamadaList .box p small {
		font-size: 0.857vw;
	}

	#recommend .yamadaPrice .image {
		max-width: 44.357vw;
		transform: translateX(-1.786vw);
		-webkit-transform: translateX(-1.786vw);
		-moz-transform: translateX(-1.786vw);
	}

	#recommend .yamadaPrice .conts {
		width: 27.643vw;
		padding: 3.429vw 0 0 0;
		transform: translateX(-2.786vw);
		-webkit-transform: translateX(-2.786vw);
		-moz-transform: translateX(-2.786vw);
	}

	#recommend .yamadaPrice .conts p {
		font-size: 1.888vw;
		margin-bottom: 1.643vw;
	}

	/*----------------------------------------------------
	reason
	----------------------------------------------------*/

	#reason {
		padding: 0 0 8.5vw 0;
	}

	#reason .head {
		margin-bottom: 5.571vw;
	}

	#reason .head .icon {
		max-width: 19.143vw;
		margin: 0 auto 1.571vw;
	}

	#reason .head h2 {
		font-size: 3.429vw;
		margin-bottom: 0.786vw;
	}

	#reason .reasonBox.box01 {
		margin-bottom: 4.286vw;
	}

	#reason .reasonBox.box01 .inner {
		padding: 0 8.5vw 0 5.071vw;
	}

	#reason .reasonBox.box01 .image {
		max-width: 47.143vw;
	}

	#reason .reasonBox.box01 .conts {
		width: 28.429vw;
		padding: 4.214vw 0 4.786vw 0;
	}

	#reason .reasonBox.box01 .conts h3 {
		font-size: 2.714vw;
		margin-bottom: 1.714vw;
	}

	#reason .reasonBox.box01 .conts p {
		font-size: 1.286vw;
	}

	#reason .reasonBox.box01 .conts .bg {
		width: 46.714vw;
		left: -9.286vw;
	}

	#reason .reasonBox.box02 {
		margin-bottom: 4.357vw;
	}

	#reason .reasonBox.box02 .inner {
		padding: 0 5.643vw 0 9.429vw;
	}

	#reason .reasonBox.box02 .image {
		max-width: 47.143vw;
	}

	#reason .reasonBox.box02 .conts {
		width: 28.571vw;
		padding: 6.286vw 0 6.214vw 0;
	}

	#reason .reasonBox.box02 .conts h3 {
		font-size: 2.714vw;
		margin-bottom: 1.714vw;
	}

	#reason .reasonBox.box02 .conts p {
		font-size: 1.286vw;
	}

	#reason .reasonBox.box02 .conts .bg {
		width: 46.714vw;
		left: -9.286vw;
	}

	#reason .reasonBox.box03 .inner {
		padding: 0 8.5vw 0 5.071vw;
	}

	#reason .reasonBox.box03 .image {
		max-width: 47.143vw;
	}

	#reason .reasonBox.box03 .conts {
		width: 28.429vw;
		padding: 6.857vw 0 5.071vw 0;
	}

	#reason .reasonBox.box03 .conts h3 {
		font-size: 2.714vw;
		margin-bottom: 1.714vw;
	}

	#reason .reasonBox.box03 .conts p {
		font-size: 1.286vw;
		margin-bottom: 0.714vw;
	}

	#reason .reasonBox.box03 .conts p small {
		font-size: 0.857vw;
		letter-spacing: 0.025em;
	}

	#reason .reasonBox.box03 .conts .bg {
		width: 46.714vw;
		left: -9.286vw;
	}

	/*----------------------------------------------------
	product
	----------------------------------------------------*/

	#product {
		padding: 0 0 3.286vw 0;
	}

	#product .inner {
		max-width: 85.786vw;
	}

	#product .head {
		margin-bottom: 3.857vw;
	}

	#product .head .icon {
		max-width: 22.714vw;
		margin: 0 auto 1.571vw;
	}

	#product .head h2 {
		font-size: 3.429vw;
		margin-bottom: 0.786vw;
	}

	#product .strengthBox {
		margin-bottom: 5.357vw;
		-webkit-box-shadow: 0 0 4.286vw 0 rgba(214,214,214,0.3);
		-moz-box-shadow: 0 0 4.286vw 0 rgba(214,214,214,0.3);
		box-shadow: 0 0 4.286vw 0 rgba(214,214,214,0.3);
	}

	#product .strengthBox .imageHead .imageBox {
		right: 10.643vw;
		bottom: 7.143vw;
		width: 33.429vw;
		padding: 1.786vw 0 2.143vw 3.286vw;
	}

	#product .strengthBox .imageHead .imageBox h3 {
		font-size: 1.429vw;
	}

	#product .strengthBox table th {
		width: 17.143vw;
		font-size: 1.429vw;
		padding: 2.071vw 0;
	}

	#product .strengthBox table td {
		width: calc(100% - 17.143vw);
		padding: 2.143vw 0;
	}

	#product .strengthBox table td.addTd {
		padding: 1.286vw 0;
	}

	#product .strengthBox table td p {
		font-size: 1.429vw;
	}

	#product .strengthBox table td p small {
		font-size: 0.857vw;
	}

	#product .strengthBox table td p.centerTex {
		max-width: 41.071vw;
	}

	#product .strengthBox table td p.addTex {
		font-size: 0.857vw;
		margin: -0.5vw 1.643vw 0px 0;
	}

	#product .strengthBox table td p.price .type {
		font-size: 1.429vw;
		transform: translateX(0.143vw) translateY(-0.143vw);
		-webkit-transform: translateX(0.143vw) translateY(-0.143vw);
		-moz-transform: translateX(0.143vw) translateY(-0.143vw);
	}

	#product .strengthBox table td p.price b {
		font-size: 3.571vw;
	}

	#product .strengthBox table td p.price .yen {
		font-size: 1.429vw;
		transform: translateX(0.5vw) translateY(-0.143vw);
		-webkit-transform: translateX(0.5vw) translateY(-0.143vw);
		-moz-transform: translateX(0.5vw) translateY(-0.143vw);
	}

	#product .strengthBox table td p.price .tax {
		font-size: 1vw;
		transform: translateX(0.143vw) translateY(-0.143vw);
		-webkit-transform: translateX(0.143vw) translateY(-0.143vw);
		-moz-transform: translateX(0.143vw) translateY(-0.143vw);
	}

	#product .yamadaBox {
		margin-bottom: 5.357vw;
		-webkit-box-shadow: 0 0 4.286vw 0 rgba(214,214,214,0.3);
		-moz-box-shadow: 0 0 4.286vw 0 rgba(214,214,214,0.3);
		box-shadow: 0 0 4.286vw 0 rgba(214,214,214,0.3);
	}

	#product .yamadaBox .imageHead .imageBox {
		right: 12.5vw;
		bottom: 7.143vw;
		width: 26.643vw;
		padding: 1.786vw 0 2.143vw 3.429vw;
	}

	#product .yamadaBox .imageHead .imageBox h3 {
		font-size: 1.429vw;
	}

	#product .yamadaBox table th {
		width: 17.143vw;
		font-size: 1.429vw;
		padding: 2.071vw 0;
	}

	#product .yamadaBox table td {
		width: calc(100% - 17.143vw);
		padding: 2.714vw 0;
	}

	#product .yamadaBox table td p {
		font-size: 1.429vw;
	}

	#product .yamadaBox table td p.centerTex {
		max-width: 41.214vw;
	}


	/*----------------------------------------------------
	voice
	----------------------------------------------------*/

	#voice {
		padding: 8.857vw 0 8.714vw 0;
	}

	#voice .inner {
		max-width: 85.714vw;
	}

	#voice .head {
		margin-bottom: 4.286vw;
	}

	#voice .head .icon {
		max-width: 14.214vw;
		margin: 0 auto 1.571vw;
	}

	#voice .head h2 {
		font-size: 3.429vw;
		margin-bottom: 0.786vw;
	}

	#voice .voiceBox {
		padding: 3.571vw 3.429vw 4.5vw;
	}

	#voice .voiceBox .boxInner {
		padding: 5.357vw 7.5vw 7.286vw;
	}

	#voice .voiceBox .boxInner .boxHead {
		margin-bottom: 2.857vw;
		padding: 0 2.357vw 0 2.5vw;
	}

	#voice .voiceBox .boxInner .boxHead .logo {
		max-width: 32.571vw;
	}

	#voice .voiceBox .boxInner .boxHead .conts {
		width: 22.857vw;
	}

	#voice .voiceBox .boxInner .boxHead .conts dl dd {
		font-size: 1.143vw;
		width: 10.286vw;
		padding: 0.286vw 0;
	}

	#voice .voiceBox .boxInner .boxHead .conts dl dt {
		font-size: 1.143vw;
		width: calc(100% - 10.286vw);
		padding: 0.286vw 0 0.286vw 1vw;
	}

	#voice .voiceBox .boxInner .boxConts p {
		font-size: 1.714vw;
	}

	/*----------------------------------------------------
	flow
	----------------------------------------------------*/

	#flow {
		padding: 8.857vw 0 8.357vw 0;
	}

	#flow .head {
		margin-bottom: 4.357vw;
	}

	#flow .head .icon {
		max-width: 13.286vw;
		margin: 0 auto 1.357vw;
	}

	#flow .head h2 {
		font-size: 3.429vw;
	}

	#flow .flowList {
		margin-bottom: 2.571vw;
	}

	#flow .flowList .arrow {
		max-width: 1.929vw;
		transform: translateY(-1vw);
		-webkit-transform: translateY(-1vw);
		-moz-transform: translateY(-1vw);
	}

	#flow .flowList .box {
		max-width: 16.429vw;
	}

	#flow .flowList .box .image {
		margin-bottom: 1.071vw;
	}

	#flow .flowList .box .conts h3 .icon {
		max-width: 1.857vw;
		margin: 0 0.714vw 0 0;
		transform: translate(0.429vw, -0.071vw);
		-webkit-transform: translate(0.429vw, -0.071vw);
		-moz-transform: translate(0.429vw, -0.071vw);
	}

	#flow .flowList .box .conts h3 .text {
		font-size: 1.429vw;
	}

	#flow .flowAdd p {
		font-size: 1.286vw;
	}

	/*----------------------------------------------------
	faq
	----------------------------------------------------*/

	#faq {
		padding: 8.857vw 0 5.857vw 0;
	}

	#faq .inner {
		max-width: 64.286vw;
	}

	#faq .head {
		margin-bottom: 4.429vw;
	}

	#faq .head .icon {
		max-width: 8.786vw;
		margin: 0 auto 1.357vw;
	}

	#faq .head h2 {
		font-size: 3.429vw;
	}

	#faq .faqBox {
		margin-bottom: 1vw;
	}

	#faq .faqBox .boxHead .iconArea {
		width: 4.286vw;
	}

	#faq .faqBox .boxHead .iconArea .icon {
		max-width: 1.429vw;
	}

	#faq .faqBox .boxHead .textArea {
		width: calc(100% - 4.286vw);
		padding: 1.429vw 1.143vw 1.357vw 1.143vw;
	}

	#faq .faqBox .boxHead .textArea h3 {
		font-size: 1.286vw;
	}

	#faq .faqBox .boxConts .iconArea {
		width: 4.286vw;
		padding: 1.786vw 0 0 0;
	}

	#faq .faqBox .boxConts .iconArea .icon {
		max-width: 1.429vw;
	}

	#faq .faqBox .boxConts .textArea {
		width: calc(100% - 4.286vw);
		padding: 1.429vw 1.143vw 1.357vw 1.143vw;
	}

	#faq .faqBox .boxConts .textArea p {
		font-size: 1.286vw;
	}

	#faq .faqBox .boxConts .textArea p small {
		font-size: 0.857vw;
	}

	/*----------------------------------------------------
	contact
	----------------------------------------------------*/

	#contact {
		padding: 8.429vw 0 14.357vw 0;
	}

	#contact .inner {
		max-width: 78.571vw;
	}

	#contact .head {
		margin-bottom: 3.571vw;
	}

	#contact .head .icon {
		max-width: 13.143vw;
		margin: 0 auto 1.571vw;
	}

	#contact .head h2 {
		font-size: 3.429vw;
	}

	#contact .contactText {
		margin: 0 0 3.714vw;
	}

	#contact .contactText p {
		font-size: 1.286vw;
	}

	#contact .contactTable table {
		margin: 0 0 4.357vw;
	}

	#contact .contactTable th {
		width: 16.786vw;
	}

	#contact .contactTable th.vat {
		padding: 1.214vw 0 0 0;
	}

	#contact .contactTable th .thHead {
		font-size: 1.286vw;
	}

	#contact .contactTable th .yellowBox {
		max-width: 3.214vw;
	}

	#contact .contactTable th .whiteBox {
		max-width: 3.214vw;
	}

	#contact .contactTable td {
		width: calc(100% - 16.786vw);
		padding: 1.143vw 0 1.143vw 1.286vw;
	}

	#contact .contactTable .red {
		font-size: 0.857vw;
		padding: 0.214vw 0 0 0;
	}

	#contact .selectBox:after {
		border-width: 0.571vw 0.357vw 0 0.357vw;
		right: 1.071vw;
	}

	#contact .textareaDiv {
		border-radius: 0.143vw;
	}

	#contact .textareaDiv #placeholder {
		left: 1.214vw;
		font-size: 1.286vw;
	}

	#contact .radiaFlex label {
		padding-top: 0.786vw;
		padding-bottom: 0.786vw;
		padding-left: 2.571vw;
		margin: 0 3.571vw 0 0;
		font-size: 1.286vw;
	}

	#contact .radiaFlex label > i::after {
		width: 0.857vw;
		height: 0.857vw;
	}

	#contact .radiaFlex i {
		width: 1.857vw;
		height: 1.857vw;
		margin-right: 0.286vw;
		border: 0.143vw solid #ffffff;
		top: calc(0.786vw + 0.7em);
	}

	#contact input[type="text"] {
		height: 2.929vw;
		border-radius: 0.286vw;
		padding: 0 0 0 1.214vw;
		font-size: 1.286vw;
	}

	#contact select {
		height: 2.929vw;
		border-radius: 0.286vw;
		padding: 0 0 0 1.214vw;
		font-size: 1.286vw;
	}

	#contact textarea {
		height: 9.357vw;
		border-radius: 0.286vw;
		padding: 1.214vw;
		font-size: 1.286vw;
	}

	#contact .privacyBox {
		margin: 0 0 1.857vw;
	}

	#contact .privacyBox .boxHead {
		font-size: 1.286vw;
		border-radius: 0.143vw 0.143vw 0 0;
		padding: 1.071vw 0;
	}

	#contact .privacyBox .boxConts {
		height: 17vw;
		border-radius: 0 0 0.143vw 0.143vw;
	}

	#contact .privacyBox .boxConts .boxInner {
		padding: 2.429vw 3.429vw;
		max-height: 15.5vw;
	}

	#contact .privacyBox .boxConts .centerText {
		font-size: 1.286vw;
		margin: 0 0 1.857vw;
	}

	#contact .privacyBox .boxConts .leftText {
		font-size: 1.143vw;
		margin: 0 0 1.857vw;
	}

	#contact .privacyBox .boxConts .priFlex {
		margin: 0 0 1.857vw;
	}

	#contact .privacyBox .boxConts .priFlex .no {
		font-size: 1.143vw;
	}

	#contact .privacyBox .boxConts .priFlex .priText {
		font-size: 1.143vw;
	}

	#contact .formCheack {
		margin: 0 0 1.214vw;
	}

	#contact .formCheack label {
		padding-top: 0.786vw;
		padding-bottom: 0.786vw;
		padding-left: 3.571vw;
		font-size: 1.286vw;
	}

	#contact .formCheack label i {
		width: 2.071vw;
		height: 2.071vw;
		border: 0.143vw solid #fff;
		border-radius: 0.286vw;
		top: calc(0.571vw + 0.7em);
	}

	#contact .formCheack label > i::after {
		width: 1.143vw;
		height: 0.929vw;
	}

	#contact .formCheack label .text {
		transform: translateY(-0.286vw);
		-webkit-transform: translateY(-0.286vw);
		-moz-webkit-transform: translateY(-0.286vw);
	}

	#contact .recapchArea  {
		max-width: 21.714vw;
		margin-bottom: 5.286vw;
	}

	#contact .formBtFlex .submitArea {
		max-width: 37.857vw;
	}

	#contact .formBtFlex .button:after {
		width: 1.643vw;
		height: 1.429vw;
		right: 3.286vw;
	}

	#contact .formBtFlex .button input {
		font-size: 2.143vw;
		line-height: 6.357vw;
		border-radius: 3.214vw;
	}

	#contact .formButtonsFlex .submitArea {
		padding: 0 0 0 1.429vw;
	}

	#contact .formButtonsFlex .button {
		max-width: 28.571vw;
	}

	#contact .formButtonsFlex .button:after {
		width: 1.643vw;
		height: 1.429vw;
		right: 8vw;
	}

	#contact .formButtonsFlex .button input {
		font-size: 2.143vw;
		padding: 0 3.214vw 0 0;
		line-height: 6.357vw;
		border-radius: 3.214vw;
	}

	/*----------------------------------------------------
	confirmPage
	----------------------------------------------------*/

	#contact.confirmPage {
		padding: 13.571vw 0 17.286vw;
	}

	#contact.confirmPage .head {
		margin-bottom: 3.786vw;
	}

	#contact.confirmPage .head .enTitle {
		padding-top: 1.429vw;
	}

	#contact.confirmPage .head h2 {
		top: 5.429vw;
	}

	#contact.confirmPage .contactText {
		margin: 0 0 2.929vw;
	}

	#contact.confirmPage .confirmTable table{
		width: 100%;
		margin: 0 0 9.857vw;
	}

	#contact.confirmPage .confirmTable th {
		font-size: 1.286vw;
		padding: 1.857vw 0;
	}

	#contact.confirmPage .confirmTable td {
		font-size: 1.286vw;
		padding: 1.857vw 0;
	}

	#contact.confirmPage .formBtFlex .button {
		max-width: 20.714vw;
	}

	#contact.confirmPage .formBtFlex .button input {
		line-height: 6.143vw;
	}

	#contact.confirmPage .backArea {
		padding: 0 1.429vw 0 0;
	}

	#contact.confirmPage .backButton {
		max-width: 28.571vw;
	}

	#contact.confirmPage .backButton a {
		font-size: 2.143vw;
		line-height: 6.143vw;
		border-radius: 3.214vw;
		padding: 0 0 0 3.929vw;
	}

	#contact.confirmPage .backButton a:after {
		width: 1.643vw;
		height: 1.429vw;
		left: 10.357vw;
	}

	/*----------------------------------------------------
	thanksmPage
	----------------------------------------------------*/

	#contact.thanksPage {
		padding: 13.571vw 0 19.357vw;
	}

	#contact.thanksPage .head .enTitle {
		padding-top: 1.429vw;
	}

	#contact.thanksPage .head h2 {
		top: 5.429vw;
	}

	#contact.thanksPage .contactText {
		margin: 3.857vw 0 8vw;
	}

	#contact.thanksPage .head {
		margin: 0 0 1.214vw;
	}

	#contact.thanksPage .contactText p {
		margin: 0 0 1vw;
	}

	#contact.thanksPage .contactText p small {
		font-size: 1vw;
	}

	#contact.thanksPage .pdfLink {
		max-width: 39.286vw;
		margin: 0 auto 5vw;
	}

	#contact.thanksPage .buttonArea {
		max-width: 28.571vw;
	}

	#contact.thanksPage .buttonArea a {
		font-size: 2.143vw;
		line-height: 6.143vw;
		padding: 0 3.857vw 0 0;
		border-radius: 3.214vw;
	}

	#contact.thanksPage .buttonArea a:after {
		width: 1.643vw;
		height: 1.429vw;
		right: 6.214vw;
	}
}

/*----------------------------------------------------
 Hover
----------------------------------------------------*/

@media screen and (min-width: 769px){
	.pc_hidden {
		display: none !important;
	}

	#goTop a:hover {
		opacity: 0.7;
	}

	#contact .formBtFlex .button input:hover {
		cursor: pointer;
		background: #e9dc02;
	}

	#contact .formButtonsFlex .button input:hover {
		cursor: pointer;
		background: #e9dc02;
	}

	#contact.confirmPage .backButton a:hover {
		background: #c3c3c3;
	}

	#header .headerFlex .button a:hover span:nth-child(1) {
		opacity: 0;
	}

	#visual .button a:hover span:nth-child(1) {
		opacity: 0;
	}

	#conversion .conts .button a:hover span:nth-child(1) {
		opacity: 0;
	}

	#footer .footerNav nav ul li a:hover {
		opacity: 0.7;
	}
}
