@charset "utf-8";

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

body {
	color: #222222;
	font-family: 'Zen Kaku Gothic Antique', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	position: relative;
	overflow: hidden;
}

body:before {
	content:"";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url('../img/resolution-bg.jpg') center center no-repeat;
  background-size: cover;
}

body.formPage {
	background: #00824f;
}

.en {
	font-family: 'Oswald', sans-serif;
}

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;
}

.pre {
	display: inline-block;
}

/*----------------------------------------------------
 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;
}

/*----------------------------------------------------
 head
----------------------------------------------------*/

.iconHead h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.iconHead h2 small {
	width: 100%;
	max-width: 63px;
	margin-bottom: 6px;
}

.iconHead h2 b {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.416;
	letter-spacing: 0.025em;
}

.iconHead h2 b span {
	font-size: 56.79px;
	letter-spacing: 0.075em;
}

.logoHead h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 33px;
}

.logoHead h2 small {
	width: 100%;
	max-width: 185px;
	margin-bottom: 14px;
}

.logoHead h2 b {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.416;
	letter-spacing: 0.025em;
	color: #fff;
}


.lineHead h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lineHead h2 small {
	font-size: 45.64px;
	font-weight: 700;
	line-height: 1.489;
	letter-spacing: 0.025em;
	color: #fff;
	margin-bottom: -11px;
}

.lineHead h2 b {
	font-size: 51px;
	font-weight: 700;
	line-height: 1.416;
	letter-spacing: 0.025em;
	color: #fff100;
	margin-bottom: 10px;
}

.lineHead h2 b span {
	font-size: 56.79px;
	letter-spacing: 0.075em;
	display: inline-block;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}

.lineHead h2 .obj {
	width: 100%;
	max-width: 499px;
}

/*----------------------------------------------------
 header
----------------------------------------------------*/

#header {
	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 {
	-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: 20px;
	font-weight: 500;
	letter-spacing: 0.075em;
	color: #fff;
}

#header .headerFlex .button {
	position: relative;
	width: 100%;
	max-width: 480px;
	height: 72px;
}

#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: 68px 0 27px 0;
	background: #222222;
}

#footer .inner {
	max-width: initial;
}

#footer .logoArea {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 21px;
}

#footer .logoArea .logo {
	width: 100%;
	max-width: 280px;
	margin: 0 22px 0 16px;
}

#footer .logoArea p {
	font-size: 16.97px;
	font-weight: 500;
	letter-spacing: 0.075em;
	color: #fff;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

#footer nav {
	margin-bottom: 14px;
	padding: 0 22px;
}

#footer nav ul {
	display: flex;
}

#footer nav ul li {
	margin-right: 18px;
}

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

#footer nav ul li a .text {
	font-size: 14px;
	letter-spacing: 0.02em;
	margin-right: 9px;
}

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

#footer .copy {
	font-size: 12px;
	letter-spacing: 0.075em;
	color: #fff;
	padding: 0 0 0 22px;
}

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

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

#visual .logoArea {
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	left: 33px;
	top: 28px;
}

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

#visual .logoArea p {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.075em;
	color: #fff;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

#visual .inner {
	max-width: 1863px;
}

#visual .visualFlex {
	display: flex;
	justify-content: space-between;
}

#visual .visualFlex .imageArea {
	width: 60%;
}

#visual .visualFlex .imageArea .yellowHead {
	width: 100%;
	max-width: 568px;
	margin: 0 0 35px 106px;
}

#visual .visualFlex .imageArea .image {
	width: 100%;
	max-width: 860px;
	margin: 0 0 35px 34px;
	position: relative;
	z-index: 1;
}

#visual .bottomText {
	width: 100%;
	max-width: 470px;
	margin: 0 0 0 auto;
}

#visual .bottomText p {
	display: flex;
}

#visual .bottomText p small {
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	line-height: 1.5566;
	letter-spacing: 0.05em;
}

#visual .bottomText p b {
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	line-height: 1.5566;
	letter-spacing: 0.05em;
}

#visual .bottomObj {
	width: 100%;
	max-width: 652px;
	position: absolute;
	bottom: -306px;
	left: 57.3%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#visual .visualFlex .conts {
	position: relative;
	width: 38.5%;
	padding: 48px 0 0 0;
	z-index: 1;
}

#visual .visualFlex .conts .face {
  width: 152px;
  position: absolute;
  left: 500px;
  top: 23px;
}

#visual .visualFlex .conts h2 {
	width: 100%;
	max-width: 604px;
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px);
	margin-bottom: 51px;
}

#visual .visualFlex .conts .hint {
	width: 100%;
	max-width: 476px;
	margin: 0 0 11px 54px;
}

#visual .visualFlex .conts .button {
	position: relative;
	width: 100%;
	max-width: 631px;
	height: 147px;
	margin-bottom: 81px;
}

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

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

/*----------------------------------------------------
 policy
----------------------------------------------------*/

#policy {
	position: relative;
	padding: 121px 0 0 0;
	background: #fff;
}

#policy .iconHead {
	margin-bottom: 58px;
}

#policy .policyBox {
	position: relative;
	background: url('../img/policy-bg.jpg') center center no-repeat;
	background-size: cover;
	padding: 50px 150px 79px;
}

#policy .policyBox .boxHead {
	text-align: center;
	margin-bottom: 14px;
}

#policy .policyBox .boxHead p {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	line-height: 2.266;
	letter-spacing: 0.025em;
}

#policy .policyBox .innerLine {
	position: relative;
	border: 1px solid #fff;
	padding: 27px 0 44px 0;
}

#policy .policyBox .innerLine:before {
	content: '';
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border: 1px solid #fff;
	position: absolute;
	left: -7px;
	top: -7px;
}

#policy .policyBox .innerLine h3 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#policy .policyBox .innerLine h3 small {
	font-size: 48.69px;
	font-weight: 700;
	color: #fff;
	line-height: 1.1973;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}

#policy .policyBox .innerLine h3 b {
	font-size: 52.27px;
	font-weight: 700;
	color: #fff100;
	line-height: 1.1974;
	letter-spacing: 0.025em;
}

#policy .policyBox .obj {
	position: absolute;
	right: -67px;
	bottom: -24px;
	width: 100%;
	max-width: 461px;
	z-index: 1;
}

/*----------------------------------------------------
 worries
----------------------------------------------------*/

#worries {
	position: relative;
	padding: 120px 0 114px 0;
	background: #fff;
}

#worries .iconHead {
	margin-bottom: 41px;
}

#worries .iconHead small {
	margin-bottom: 17px;
}

#worries .headConts {
	margin-bottom: 47px;
}

#worries .headConts p {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#worries .headConts p small {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.075em;
}

#worries .headConts p b {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.075em;
}

#worries .worriesFlex {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1138px;
	margin: 0 auto 0;
}

#worries .worriesFlex .box {
	position: relative;
	width: 31.5%;
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#worries .worriesFlex .box .bgArea {
	padding: 28px 0 0 0;
	background: rgb(1,133,110);
	background: -moz-linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	background: -webkit-linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	background: linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01856e",endColorstr="#016499",GradientType=1);
}

#worries .worriesFlex .box .bgArea p {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.176;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
}

#worries .worriesFlex .box01 .bgArea .icon {
	width: 100%;
	max-width: 88px;
	margin: 15px auto 0;
	padding: 0 0 39px;
}

#worries .worriesFlex .box02 .bgArea .icon {
	width: 100%;
	max-width: 94px;
	margin: 13px auto 0;
	padding: 0 0 35px;
}

#worries .worriesFlex .box03 .bgArea .icon {
	width: 100%;
	max-width: 111px;
	margin: 17px auto 0;
	padding: 0 0 39px;
}

#worries .worriesFlex .box .conts {
	position: relative;
	padding: 27px 61px 34px;
}

#worries .worriesFlex .box .conts p {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.04em;
	text-align: justify;
}

#worries .worriesFlex .box .conts p span {
	background: #fff100;
}

#worries .worriesFlex .box .arrow {
	width: 100%;
	max-width: 104px;
	position: absolute;
	bottom: -62px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/*----------------------------------------------------
 resolution
----------------------------------------------------*/

#resolution {
	position: relative;
	padding: 128px 0 120px 0;
}

#resolution .lineHead {
	margin-bottom: 3px;
}

#resolution .resolutionBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#resolution .resolutionBox .conts h3 {
	display: flex;
	flex-direction: column;
	color: #fff;
	margin-bottom: 35px;
}

#resolution .resolutionBox .conts h3 small {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#resolution .resolutionBox .conts p {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0;
	color: #fff;
	text-align: justify;
}

#resolution .resolutionBox .conts p.smallText {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.05em;
	color: #fff;
	margin-top: 38px;
}

#resolution .resolutionBox .conts p span {
	border-bottom: 1px solid #eaff00;
}

#resolution .resolutionBox.box01 {
	margin-bottom: 59px;
	padding: 0 4% 0 8.55%;
}

#resolution .resolutionBox.box01 .conts {
	width: 47%;
}

#resolution .resolutionBox.box01 .conts h3 b {
	width: 100%;
	max-width: 70px;
	margin-bottom: 23px;
}

#resolution .resolutionBox.box01 .image {
	width: 51.6%;
	padding: 32px 0 0 0;
}

#resolution .resolutionBox.box02 {
	flex-direction: row-reverse;
	margin-bottom: 101px;
	padding: 0 6% 0 10.55%;
}

#resolution .resolutionBox.box02 .conts {
	width: 48.3%;
}

#resolution .resolutionBox.box02 .conts h3 b {
	width: 100%;
	max-width: 89px;
	margin-bottom: 23px;
}

#resolution .resolutionBox.box02 .image {
	width: 44.6%;
	padding: 61px 0 0 0;
}

#resolution .resolutionBox.box03 {
	padding: 0 4% 0 8.55%;
}

#resolution .resolutionBox.box03 .conts {
	width: 45%;
}

#resolution .resolutionBox.box03 .conts h3 b {
	width: 100%;
	max-width: 86px;
	margin-bottom: 23px;
}

#resolution .resolutionBox.box03 .image {
	width: 51%;
	padding: 5px 0 0 0;
}

/*----------------------------------------------------
 achievement
----------------------------------------------------*/

#achievement {
	position: relative;
	background: #fff;
	padding: 120px 0;
}

#achievement .achievementBox {
	display: flex;
	justify-content: space-between;
	background: url('../img/achievement-bg.jpg') center center no-repeat;
	background-size: cover;
	padding: 106px 128px 90px 148px;
}

#achievement .achievementBox .conts {
	width: 45%;
}

#achievement .achievementBox .conts h3 {
	display: flex;
	flex-direction: column;
	color: #fff;
	margin-bottom: 34px;
}

#achievement .achievementBox .conts h3 b {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

#achievement .achievementBox .conts h3 .pre {
	font-size: 12px;
	-webkit-transform: translateX(-3px) translateY(-26px);
	transform: translateX(-3px) translateY(-26px);
	margin: 0 -9px;
}

#achievement .achievementBox .conts h3 small {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

#achievement .achievementBox .conts .yellowText {
	width: 100%;
	max-width: 489px;
	margin: 0 0 75px -5px;
}

#achievement .achievementBox .conts .smallText {
	display: flex;
	color: #fff;
	margin-bottom: 5px;
	padding: 0 0 0 12px;
}

#achievement .achievementBox .conts .smallText small {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.05em;
	margin-right: 4px;
}

#achievement .achievementBox .conts .smallText b {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

#achievement .achievementBox .image {
	width: 51%;
	padding: 10px 0 0 0;
}

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

#conversion {
	position: relative;
	background: url('../img/conversion-bg.jpg') center center no-repeat;
	background-size: cover;
	padding: 70px 0 60px;
}

#conversion .inner {
	max-width: 1620px;
	display: flex;
	justify-content: space-between;
}

#conversion .inner .imageArea {
	width: 51%;
}

#conversion .inner .imageArea .image {
	width: calc(100% + 93px);
}

#conversion .inner .imageArea .addText {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.025em;
	color: #fff;
	margin: -125px 70px 0 0;
	text-align: right;
}

#conversion .inner .conts {
	position: relative;
	width: 49%;
	z-index: 1;
}

#conversion .inner .conts .imageTex {
	width: 100%;
	max-width: 793px;
	margin: -12px 0 24px -25px;
}

#conversion .inner .conts .button {
	position: relative;
	width: 100%;
	max-width: 730px;
	height: 144px;
}

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

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

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

#about {
	position: relative;
	background: #fff;
	padding: 118px 0 0;
}

#about .iconHead {
	margin-bottom: 49px;
}

#about .aboutBox {
	display: flex;
	justify-content: space-between;
	background: url('../img/about-bg.jpg') center center no-repeat;
	background-size: cover;
	margin-bottom: 58px;
	padding: 65px 186px 70px 183px;
}

#about .aboutBox .image {
	width: 19%;
}

#about .aboutBox .conts {
	width: 74.2%;
	border-left: 1px solid #fff;
	padding: 0 0 0 76px;
}

#about .aboutBox .conts h3 {
	display: flex;
	flex-direction: column;
	color: #fff;
	margin-bottom: 16px;
}

#about .aboutBox .conts h3 small {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.032;
	letter-spacing: 0.025em;
	margin-bottom: 5px;
}

#about .aboutBox .conts h3 b {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.39925;
	letter-spacing: 0.025em;
	margin: 0 0 0 -5px;
}

#about .aboutBox .conts p {
	font-size: 18px;
	font-weight: 700;
	line-height: 2.1111;
	letter-spacing: 0.01em;
	color: #fff;
}

#about .aboutImage {
	width: 100%;
	max-width: 1107px;
	margin: 0 auto 0;
	-webkit-transform: translateX(-22px);
	transform: translateX(-22px);
}

/*----------------------------------------------------
 function
----------------------------------------------------*/

#function {
	position: relative;
	background: #fff;
	padding: 118px 0 50px;
}

#function .iconHead {
	margin-bottom: 47px;
}

#function .headConts {
	margin-bottom: 99px;
}

#function .headConts p {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#function .headConts p small {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.615;
	letter-spacing: 0.05em;
	margin-bottom: 6px;
}

#function .headConts p b {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.025em;
}

#function .headConts p b span {
	background:linear-gradient(transparent 60%, #fff100 60%);
}

#function .fuctionFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 98px;
}

#function .fuctionFlex .leftArea {
	width: 48.6%;
}

#function .fuctionFlex .leftArea .box {
	position: relative;
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#function .fuctionFlex .leftArea .box .arrow {
	width: 100%;
	max-width: 69px;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#function .fuctionFlex .leftArea .box .boxHead {
	background: #dddfde;
	padding: 40px 0;
}

#function .fuctionFlex .leftArea .box .boxHead h3 {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.176;
	letter-spacing: 0.05em;
	text-align: center;
}

#function .fuctionFlex .leftArea .box .boxConts {
	padding: 37px 0 43px;
}

#function .fuctionFlex .leftArea .box .boxConts ul {
	display: flex;
	flex-wrap: wrap;
}

#function .fuctionFlex .leftArea .box .boxConts ul li {
	position: relative;
	width: 50%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#function .fuctionFlex .leftArea .box .boxConts ul li p {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
}

#function .fuctionFlex .leftArea .box .boxConts ul li:nth-child(1) {
	border-right: 1px solid #ddd;
	padding: 51px 0 65px 0;
}

#function .fuctionFlex .leftArea .box .boxConts ul li:nth-child(1) .icon {
	width: 100%;
	max-width: 134px;
	margin-bottom: 28px;
}

#function .fuctionFlex .leftArea .box .boxConts ul li:nth-child(1):after {
	content: '';
	width: 88%;
	height: 1px;
	background: #ddd;
	position: absolute;
	right: 0;
	bottom: 0;
}

#function .fuctionFlex .leftArea .box .boxConts ul li:nth-child(2) {
	padding: 51px 0 65px 0;
}

#function .fuctionFlex .leftArea .box .boxConts ul li:nth-child(2) .icon {
	width: 100%;
	max-width: 134px;
	margin-bottom: 26px;
}

#function .fuctionFlex .leftArea .box .boxConts ul li:nth-child(2):after {
	content: '';
	width: 88%;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 0;
	bottom: 0;
}

#function .fuctionFlex .leftArea .box .boxConts ul li:nth-child(3) {
	border-right: 1px solid #ddd;
	padding: 65px 0 48px 0;
}

#function .fuctionFlex .leftArea .box .boxConts ul li:nth-child(3) .icon {
	width: 100%;
	max-width: 134px;
	margin-bottom: 28px;
}

#function .fuctionFlex .leftArea .box .boxConts ul li:nth-child(4) {
	padding: 65px 0 48px 0;
}

#function .fuctionFlex .leftArea .box .boxConts ul li:nth-child(4) .icon {
	width: 100%;
	max-width: 134px;
	margin-bottom: 26px;
}

#function .fuctionFlex .leftArea .arrowBox {
	padding: 78px 0 0;
}

#function .fuctionFlex .leftArea .arrowBox p {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 30px;
}

#function .fuctionFlex .leftArea .arrowBox p b {
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
}

#function .fuctionFlex .leftArea .arrowBox p small {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
}

#function .fuctionFlex .leftArea .arrowBox .flexConts {
	display: flex;
	justify-content: center;
}

#function .fuctionFlex .leftArea .arrowBox .flexConts h4 {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.29;
	letter-spacing: 0.1em;
	text-align: center;
	white-space: nowrap;
	margin-top: 26px;
}

#function .fuctionFlex .leftArea .arrowBox .flexConts h4 span:nth-child(1) {
	margin: 0 -10px 0 0;
}

#function .fuctionFlex .leftArea .arrowBox .flexConts h4 span:nth-child(2) {
	margin: 0 0 0 -10px;
}

#function .fuctionFlex .leftArea .arrowBox .flexConts .pcImage {
	width: 100%;
	max-width: 211px;
}

#function .fuctionFlex .rightArea {
	width: 48.6%;
}

#function .fuctionFlex .rightArea .box {
	position: relative;
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#function .fuctionFlex .rightArea .box .arrow {
	width: 100%;
	max-width: 69px;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#function .fuctionFlex .rightArea .box .boxHead {
	background: rgb(1,133,110);
	background: -moz-linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	background: -webkit-linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	background: linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01856e",endColorstr="#016499",GradientType=1);
	padding: 40px 0;
}

#function .fuctionFlex .rightArea .box .boxHead h3 {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.176;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
}

#function .fuctionFlex .rightArea .box .boxConts {
	padding: 37px 0 36px;
}

#function .fuctionFlex .rightArea .box .boxConts ul {
	display: flex;
	flex-wrap: wrap;
}

#function .fuctionFlex .rightArea .box .boxConts ul li {
	position: relative;
	width: 50%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#function .fuctionFlex .rightArea .box .boxConts ul li p {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
}

#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(1) {
	border-right: 1px solid #ddd;
	padding: 7px 0 46px 0;
}

#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(1) .icon {
	width: 100%;
	max-width: 179px;
	margin-bottom: 14px;
	margin-left: 20px;
}

#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(1):after {
	content: '';
	width: 88%;
	height: 1px;
	background: #ddd;
	position: absolute;
	right: 0;
	bottom: 0;
}

#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(1) p .pre {
	font-size: 12px;
	-webkit-transform: translateX(1px) translateY(-21px);
	transform: translateX(1px) translateY(-21px);
	margin: 0 -6px;
}

#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(1) p.addTex {
	font-size: 12px;
	text-align: right;
	margin: 12px -154px 0 0;
}

#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(2) {
	padding: 26px 0 0 0;
}

#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(2) .icon {
	width: 100%;
	max-width: 171px;
	margin-bottom: 16px;
}

#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(2):after {
	content: '';
	width: 88%;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 0;
	bottom: 0;
}

#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(3) {
	border-right: 1px solid #ddd;
	padding: 58px 0 54px 0;
}

#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(3) .icon {
	width: 100%;
	max-width: 198px;
	margin-bottom: 15px;
}

#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(3):after {
	content: '';
	width: 88%;
	height: 1px;
	background: #ddd;
	position: absolute;
	right: 0;
	bottom: 0;
}

#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(4) {
	padding: 51px 0 0 0;
}

#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(4) .icon {
	width: 100%;
	max-width: 154px;
	margin-bottom: 39px;
}

#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(4):after {
	content: '';
	width: 88%;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 0;
	bottom: 0;
}

#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(5) {
	border-right: 1px solid #ddd;
	padding: 56px 0 38px 0;
}

#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(5) .icon {
	width: 100%;
	max-width: 141px;
	margin-bottom: 28px;
}

#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(6) {
	padding: 65px 0 0 0;
}

#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(6) .icon {
	width: 100%;
	max-width: 145px;
	margin-bottom: 46px;
}

#function .fuctionFull {
	width: 100%;
}

#function .fuctionFull .box {
	position: relative;
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#function .fuctionFull .box .arrow {
	width: 100%;
	max-width: 69px;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#function .fuctionFull .box .boxHead {
	background: #e7f2ec;
	padding: 40px 0;
}

#function .fuctionFull .box .boxHead h3 {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.176;
	letter-spacing: 0.05em;
	text-align: center;
}

#function .fuctionFull .box .boxConts {
	padding: 37px 0 30px;
}

#function .fuctionFull .box .boxConts ul {
	display: flex;
	flex-wrap: wrap;
}

#function .fuctionFull .box .boxConts ul li {
	position: relative;
	width: calc(100% / 6);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#function .fuctionFull .box .boxConts ul li p {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-align: center;
}

#function .fuctionFull .box .boxConts ul li p small {
	font-size: 16px;
}

#function .fuctionFull .box .boxConts ul li:nth-child(1) {
	border-right: 1px solid #ddd;
	padding: 7px 0 50px 0;
}

#function .fuctionFull .box .boxConts ul li:nth-child(1) .icon {
	width: 100%;
	max-width: 74px;
	margin-bottom: 17px;
}

#function .fuctionFull .box .boxConts ul li:nth-child(2) {
	border-right: 1px solid #ddd;
	padding: 11px 0 0 0;
}

#function .fuctionFull .box .boxConts ul li:nth-child(2) .icon {
	width: 100%;
	max-width: 117px;
	margin-bottom: 20px;
}

#function .fuctionFull .box .boxConts ul li:nth-child(3) {
	border-right: 1px solid #ddd;
	padding: 23px 0 0 0;
}

#function .fuctionFull .box .boxConts ul li:nth-child(3) .icon {
	width: 100%;
	max-width: 89px;
	margin-bottom: 30px;
}

#function .fuctionFull .box .boxConts ul li:nth-child(4) {
	border-right: 1px solid #ddd;
	padding: 5px 0 0 0;
}

#function .fuctionFull .box .boxConts ul li:nth-child(4) .icon {
	width: 100%;
	max-width: 145px;
	margin-bottom: 17px;
}

#function .fuctionFull .box .boxConts ul li:nth-child(5) {
	border-right: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 19px 0 0 0;
}

#function .fuctionFull .box .boxConts ul li:nth-child(5) .icon {
	width: 100%;
	max-width: 177px;
	margin-bottom: 28px;
}

#function .fuctionFull .box .boxConts ul li:nth-child(6) {
	padding: 9px 0 0 0;
}

#function .fuctionFull .box .boxConts ul li:nth-child(6) .icon {
	width: 100%;
	max-width: 78px;
	margin-bottom: 31px;
}

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

#product {
	position: relative;
	background: #fff;
	padding: 68px 0 0;
}

#product .iconHead {
	margin-bottom: 73px;
}

#product .iconHead small {
	margin-bottom: 17px;
}

#product .productTable table {
	width: 100%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#product .productTable tr {
	border-bottom: 1px solid #ddd;
  height: 99px;
}

#product .productTable th {
	width: 17.14%;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
	background: #e7f2ec;
	border-right: 1px solid #ddd;
  padding: 0 6px;
}

#product .productTable th small {
	font-size: 12px;
}

#product .productTable td.full {
	width: 82.86%;
	padding: 34px 0;
}

#product .productTable td.full p {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
}

#product .productTable td.full02 {
	width: 82.86%;
	padding: 24px 0;
}

#product .productTable td.full02 p {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
}

#product .productTable td.full02 p small {
	font-size: 12px;
}

#product .productTable td.full04 {
	width: 82.86%;
	padding: 34px 0;
}

#product .productTable td.full04 p {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
}

#product .productTable td.herf {
	width: 41.43%;
}

#product .productTable td.herf01 {
	width: 41.43%;
	padding: 39px 0 39px 80px;
	border-right: 1px solid #ddd;
	vertical-align: middle;
}

#product .productTable td.herf01 p {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

#product .productTable td.herf02 {
	width: 41.43%;
	padding: 39px 0 35px 89px;
	vertical-align: middle;
}

#product .productTable td.herf02 p {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

#product .productTable td.herf03 {
	width: 41.43%;
  font-weight: 500;
	padding: 34px 0;
	border-right: 1px solid #ddd;
	vertical-align: middle;
  text-align: center;
}

#product .productTable td.herf03 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.05em;
}
#product .productTable td.herf05,#product .productTable td.herf06 {
	width: 41.43%;
	padding: 21px 0 29px;
	border-right: 1px solid #ddd;
	vertical-align: middle;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

#product .productTable td.herf05 p .pre {
	font-size: 12px;
	color: #222222;
	-webkit-transform: translate(5px, -23px);
	transform: translate(5px, -23px)
}

.pinkMarker{
  padding: 10px 14px;
  color: #fff;
  background: #fc4444;
  display: inline-block;
}

.pinkMarker span{
  display: inline-block;
  white-space: nowrap;
}

#product .productTable td.bg {
	text-align: center;
	padding: 49px 0 45px;
	background: rgb(1,133,110);
	background: -moz-linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	background: -webkit-linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	background: linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01856e",endColorstr="#016499",GradientType=1);
}

#product .productTable td .imageTex01 {
	width: 100%;
	max-width: 444px;
	margin: 0 auto 0;
}

#product .productTable td .imageTex02 {
	width: 100%;
	max-width: 389px;
	margin: 0 auto 0;
}

#product .productTable .addTex {
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: right;
	padding-top: 11px;
}

#product .productTable .addTex p{
  margin-top: 9px;
}

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

#reason {
	position: relative;
	background: #fff;
	padding: 109px 0 0;
}

#reason .iconHead {
	margin-bottom: 63px;
}

#reason .reasonBox {
	position: relative;
	display: flex;
	align-items: center;
}

#reason .reasonBox .conts {
	width: 56.8%;
	position: relative;
	background: rgb(1,133,110);
	background: -moz-linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	background: -webkit-linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	background: linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01856e",endColorstr="#016499",GradientType=1);
}

#reason .reasonBox .conts h3 {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.3157;
	letter-spacing: 0.075em;
	margin-bottom: 22px;
	color: #fff;
	position: relative;
	z-index: 1;
}

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

#reason .reasonBox.box01 {
	flex-direction: row-reverse;
	margin-bottom: 61px;
}

#reason .reasonBox.box01 .conts {
	padding: 60px 110px 67px 278px;
}

#reason .reasonBox.box01 .conts .iconBg {
	width: 100%;
	max-width: 474px;
	position: absolute;
	top: 50%;
	right: 111px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#reason .reasonBox.box01 .image {
	width: 47.2%;
	position: absolute;
	top: 50%;
	left: 114px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#reason .reasonBox.box02 {
	margin-bottom: 61px;
}

#reason .reasonBox.box02 .conts {
	padding: 87px 270px 90px 131px;
}

#reason .reasonBox.box02 .conts .iconBg {
	width: 100%;
	max-width: 474px;
	position: absolute;
	top: 50%;
	left: 102px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#reason .reasonBox.box02 .image {
	width: 47.2%;
	position: absolute;
	top: 50%;
	right: 135px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#reason .reasonBox.box03 {
	flex-direction: row-reverse;
	margin-bottom: 0;
}

#reason .reasonBox.box03 .conts {
	padding: 96px 110px 115px 276px;
}

#reason .reasonBox.box03 .conts p.smallTex {
	font-size: 12px;
	margin-top: 29px;
}

#reason .reasonBox.box03 .conts .iconBg {
	width: 47.2%;
	width: 100%;
	max-width: 474px;
	position: absolute;
	top: 50%;
	right: 111px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#reason .reasonBox.box03 .image {
	width: 47.2%;
	position: absolute;
	top: 50%;
	left: 114px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

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

#scene {
	position: relative;
	background: #fff;
	padding: 121px 0 63px;
}

#scene .iconHead {
	margin-bottom: 50px;
}

#scene .iconHead p {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.6153;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 42px;
}

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

#scene .sceneFlex .box {
	position: relative;
	width: 45%;
	margin-bottom: 93px;
}

#scene .sceneFlex .box .conts {
	position: absolute;
	right: -29px;
	bottom: -34px;
	width: 84%;
	padding: 20px 0;
	background: rgb(1,133,110);
	background: -moz-linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	background: -webkit-linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	background: linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01856e",endColorstr="#016499",GradientType=1);
}

#scene .sceneFlex .box .conts h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.18;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
}

#scene .sceneFlex .box02,
#scene .sceneFlex .box04 {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}

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

#flow {
	position: relative;
	background: #e7f2ec;
	padding: 78px 0 132px;
}

#flow .iconHead {
	margin-bottom: 56px;
}

#flow .iconHead small {
	margin-bottom: 16px;
}

#flow .flowFlex {
	display: flex;
	justify-content: space-between;
}

#flow .flowFlex .arrowArea {
	text-align: center;
	width: 62.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 37px;
}

#flow .flowFlex .arrowArea img {
	max-width: 23px;
}

#flow .flowFlex .stepBox {
	width: 230px;
}

#flow .flowFlex .stepBox .no {
	margin-bottom: 4px;
}

#flow .flowFlex .stepBox .innerBox {
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#flow .flowFlex .stepBox .innerBox .conts {
	padding: 29px 0;
}

#flow .flowFlex .stepBox.box03 .innerBox .conts {
	padding: 17px 0 16px;
}

#flow .flowFlex .stepBox .innerBox .conts p {
	font-size: 19.1px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.025em;
	text-align: center;
}

#flow .flowFlex .stepBox.box01 .no {
	width: 100%;
	max-width: 58px;
}

#flow .flowFlex .stepBox.box02 .no {
	width: 100%;
	max-width: 64px;
}

#flow .flowFlex .stepBox.box03 .no {
	width: 100%;
	max-width: 64px;
}

#flow .flowFlex .stepBox.box04 .no {
	width: 100%;
	max-width: 66px;
}

#flow .flowFlex .stepBox.box05 .no {
	width: 100%;
	max-width: 64px;
}

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

#voice {
	position: relative;
	background: #fff;
	padding: 116px 0 121px;
}

#voice .iconHead {
	margin-bottom: 71px;
}

#voice .iconHead small {
	margin-bottom: 18px;
}

#voice .voiceFlex {
	display: flex;
	justify-content: space-between;
}

#voice .voiceFlex .box {
	width: 30.8%;
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#voice .voiceFlex .box .whiteBg {
	background: #fff;
	padding: 31px 36px 27px;
}

#voice .voiceFlex .box .whiteBg .image {
	margin-bottom: 31px;
}

#voice .voiceFlex .box .whiteBg h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin-bottom: 24px;
}

#voice .voiceFlex .box .whiteBg dl {
	display: flex;
	margin-bottom: 14px;
}

#voice .voiceFlex .box .whiteBg dl dt {
	font-size: 17.07px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.2em;
}

#voice .voiceFlex .box .whiteBg dl dd.mark {
	margin: 0 7px;
}

#voice .voiceFlex .box .whiteBg dl dd {
	font-size: 17.07px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.2em;
}

#voice .voiceFlex .box .gradeBg {
	position: relative;
	padding: 44px 34px 96px;
	background: rgb(1,133,110);
	background: -moz-linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	background: -webkit-linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	background: linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01856e",endColorstr="#016499",GradientType=1);
}

#voice .voiceFlex .box .gradeBg .yellowHead {
	position: absolute;
	width: 100%;
	max-width: 130px;
	left: 31px;
	top: 28px;
}

#voice .voiceFlex .box .gradeBg .innerBox {
	padding: 41px 36px 61px;
	background: rgba(255,255,255,0.1);
}

#voice .voiceFlex .box .gradeBg .innerBox p {
	font-size: 18px;
	font-weight: 500;
	line-height: 2.1111;
	letter-spacing: 0.075em;
	color: #fff;
	text-align: justify;
}

#voice .voiceFlex .box01 .logo {
	width: 100%;
	max-width: 116px;
	margin: 0 0 4px -12px;
}

#voice .voiceFlex .box01 .serviceName {
	width: 100%;
	max-width: 313px;
	position: absolute;
	bottom: 13px;
	left: 52%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#voice .voiceFlex .box02 .logo {
	width: 100%;
	max-width: 103px;
	margin: 16px 0 24px 0;
}

#voice .voiceFlex .box02 .serviceName {
	width: 100%;
	max-width: 231px;
	position: absolute;
	bottom: 13px;
	left: 52%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#voice .voiceFlex .box03 .logo {
	width: 100%;
	max-width: 91px;
	margin: 0 0 19px 0;
}

#voice .voiceFlex .box03 .serviceName {
	width: 100%;
	max-width: 231px;
	position: absolute;
	bottom: 13px;
	left: 52%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

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

#faq {
	position: relative;
	background: #fff;
	padding: 121px 0 67px;
}

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

#faq .iconHead {
	margin-bottom: 58px;
}

#faq .iconHead small {
	margin-bottom: 18px;
}

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

#faq .faqBox .qArea {
	display: flex;
	background: #e7f2ec;
	padding: 20px 30px 17px 30px;
}

#faq .faqBox .qArea .icon {
	width: 100%;
	max-width: 31px;
}

#faq .faqBox .qArea .text {
	width: calc(100% - 31px);
	font-size: 18px;
	font-weight: 700;
	line-height: 2.222;
	letter-spacing: 0.075em;
	padding: 0 0 0 16px;
}

#faq .faqBox .aArea {
	display: flex;
	padding: 20px 30px 17px 30px;
}

#faq .faqBox .aArea .icon {
	width: 100%;
	max-width: 32px;
}

#faq .faqBox .aArea .text {
	width: calc(100% - 32px);
}

#faq .faqBox .aArea .text p {
	font-size: 18px;
	font-weight: 500;
	line-height: 2.222;
	letter-spacing: 0.05em;
	text-align: justify;
	padding: 0 0 0 16px;
}

#faq .faqBox .aArea .text p.small {
	font-size: 12px;
	margin-top: 12px;
}

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

#contact {
	position: relative;
	background: rgb(1,133,110);
	background: -moz-linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	background: -webkit-linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	background: linear-gradient(211deg, rgba(1,133,110,1) 0%, rgba(1,100,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01856e",endColorstr="#016499",GradientType=1);
	padding: 132px 0 164px;
}

#contact .inner {
	max-width: 1100px;
	position: relative;
	z-index: 1;
}

#contact .iconHead {
	margin-bottom: 46px;
}

#contact .iconHead h2 small {
	margin-bottom: 18px;
}

#contact .iconHead h2 b {
	color: #fff;
}

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

#contact .contactText p {
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	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 {
	padding: 17px 0 17px 18px;
}

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

#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;
}

#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: 2px;
	font-family: 'Zen Kaku Gothic Antique', 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: 2px;
	font-family: 'Zen Kaku Gothic Antique', 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: 2px;
	font-family: 'Zen Kaku Gothic Antique', 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: 18px 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;
	-webkit-transform: translateY(-4px);
	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: 16px;
	height: 22px;
	background: url('../img/submit-arrow.png') no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: 107px;
	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 39px 0 0;
	color: #222;
	background: #fff100;
	width: 100%;
	line-height: 89px;
	border: none;
	border-radius: 5px;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Zen Kaku Gothic Antique', 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: 16px;
	height: 22px;
	background: url('../img/submit-arrow.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 10px 0 0;
	color: #222;
	background: #fff100;
	width: 100%;
	line-height: 89px;
	border: none;
	border-radius: 5px;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Zen Kaku Gothic Antique', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	transition: all 0.3s ease;
}

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

#contact.confirmPage {
	padding: 232px 0 200px;
}

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

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

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

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

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

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

#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 .confirmTable tr:last-child th,
#contact.confirmPage .confirmTable tr:last-child td {
	border: none;
}

#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: 24px;
	font-weight: 700;
	line-height: 86px;
	border-radius: 5px;
	color: #222;
	position: relative;
	padding: 0 0 0 10px;
}

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

#contact_footer {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.06em;
	background: #00824f;
	text-align: center;
	font-family: 'Zen Kaku Gothic Antique', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	padding: 0 0 28px;
}

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

#contact.thanksPage {
	padding: 232px 0 200px;
}

#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: 0 0 46px;
}

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

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

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


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

#contact.thanksPage .buttonArea a {
	font-size: 24px;
	font-weight: 700;
	color: #222;
	background: #fff100;
	width: 100%;
	line-height: 86px;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	border: none;
	border-radius: 5px;
	text-align: center;
	font-family: 'Zen Kaku Gothic Antique', 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: 16px;
	height: 22px;
	background: url('../img/submit-arrow.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;
}

/*----------------------------------------------------
 Visual VW
----------------------------------------------------*/
@media screen and (min-width: 769px) and (max-width: 1863px) {
	#visual {
		padding: 7.407vw 0 0 0;
	}

	#visual .logoArea {
		left: 1.771vw;
		top: 1.503vw;
	}

	#visual .logoArea .logo {
		max-width: 15.03vw;
		margin: 0 1.718vw 0 0;
	}

	#visual .logoArea p {
		font-size: 1.074vw;
		-webkit-transform: translateY(-0.107vw);
		transform: translateY(-0.107vw);
	}

	#visual .inner {
		max-width: 100vw;
	}

	#visual .visualFlex .imageArea .yellowHead {
		max-width: 30.488vw;
		margin: 0 0 1.879vw 5.69vw;
	}

	#visual .visualFlex .imageArea .image {
		max-width: 46.162vw;
		margin: 0 0 1.879vw 1.825vw;
	}

	#visual .bottomText {
		max-width: 25.228vw;
		margin: 0 0 1.718vw auto;
	}

	#visual .bottomText p small {
		font-size: 0.644vw;
		letter-spacing: 0.05em;
	}

	#visual .bottomText p b {
		font-size: 0.644vw;
		letter-spacing: 0.05em;
	}

	#visual .bottomObj {
		max-width: 34.997vw;
		bottom: -16.425vw;
	}

	#visual .visualFlex .conts {
		padding: 2.576vw 0 0 0;
	}

  #visual .visualFlex .conts .face {
    width: 8.158vw;
    position: absolute;
    left: 26.83vw;
    top: 1.2345vw;
  }

	#visual .visualFlex .conts h2 {
		max-width: 32.421vw;
		-webkit-transform: translateX(-0.429vw);
		transform: translateX(-0.429vw);
		margin-bottom: 2.738vw;
	}

	#visual .visualFlex .conts .hint {
		max-width: 25.55vw;
		margin: 0 0 0.59vw 2.899vw;
	}

	#visual .visualFlex .conts .button {
		max-width: 33.87vw;
		height: 7.89vw;
		margin-bottom: 4.348vw;
	}
}

/*----------------------------------------------------
 pc VW
----------------------------------------------------*/

@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 {
		max-width: 100vw;
	}

	/*----------------------------------------------------
	head
	----------------------------------------------------*/

	.iconHead h2 small {
		max-width: 4.5vw;
		margin-bottom: 0.429vw;
	}

	.iconHead h2 b {
		font-size: 3.429vw;
	}

	.iconHead h2 b span {
		font-size: 4.056vw;
		letter-spacing: 0.075em;
	}

	.logoHead h2 {
		margin-bottom: 2.357vw;
	}

	.logoHead h2 small {
		max-width: 13.214vw;
		margin-bottom: 1vw;
	}

	.logoHead h2 b {
		font-size: 3.429vw;
	}

	.lineHead h2 small {
		font-size: 3.26vw;
		margin-bottom: -0.786vw;
	}

	.lineHead h2 b {
		font-size: 3.643vw;
		margin-bottom: 0.714vw;
	}

	.lineHead h2 b span {
		font-size: 4.056vw;
		-webkit-transform: translateY(0.143vw);
		transform: translateY(0.143vw);
	}

	.lineHead h2 .obj {
		max-width: 35.643vw;
	}

	/*----------------------------------------------------
	header
	----------------------------------------------------*/

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

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

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

	#header .headerFlex .button {
		max-width: 34.286vw;
		height: 5.143vw;
	}

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

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

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

	#footer {
		padding: 4.857vw 0 1.929vw 0;
	}

	#footer .logoArea {
		margin-bottom: 1.5vw;
	}

	#footer .logoArea .logo {
		max-width: 20vw;
		margin: 0 1.571vw 0 1.143vw;
	}

	#footer .logoArea p {
		font-size: 1.212vw;
		-webkit-transform: translateY(-0.143vw);
		transform: translateY(-0.143vw);
	}

	#footer nav {
		margin-bottom: 1vw;
		padding: 0 1.571vw;
	}

	#footer nav ul li {
		margin-right: 1.286vw;
	}

	#footer nav ul li a .text {
		font-size: 1vw;
		letter-spacing: 0.02em;
		margin-right: 0.643vw;
	}

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

	#footer .copy {
		font-size: 0.857vw;
		padding: 0 0 0 1.571vw;
	}

	/*----------------------------------------------------
	policy
	----------------------------------------------------*/

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

	#policy .iconHead {
		margin-bottom: 4.143vw;
	}

	#policy .policyBox {
		padding: 3.571vw 10.714vw 5.643vw;
	}

	#policy .policyBox .boxHead {
		margin-bottom: 1vw;
	}

	#policy .policyBox .boxHead p {
		font-size: 2.143vw;
		letter-spacing: 0.025em;
	}

	#policy .policyBox .innerLine {
		border: 0.071vw solid #fff;
		padding: 1.929vw 0 3.143vw 0;
	}

	#policy .policyBox .innerLine:before {
		width: calc(100% + 0.857vw);
		height: calc(100% + 0.857vw);
		border: 0.071vw solid #fff;
		left: -0.5vw;
		top: -0.5vw;
	}

	#policy .policyBox .innerLine h3 small {
		font-size: 3.478vw;
		letter-spacing: 0.05em;
		margin-bottom: 0.357vw;
	}

	#policy .policyBox .innerLine h3 b {
		font-size: 3.734vw;
		letter-spacing: 0.025em;
	}

	#policy .policyBox .obj {
		right: -4.786vw;
		bottom: -1.714vw;
		max-width: 32.929vw;
	}

	/*----------------------------------------------------
	worries
	----------------------------------------------------*/

	#worries {
		padding: 8.571vw 0 8.143vw 0;
	}

	#worries .iconHead {
		margin-bottom: 2.929vw;
	}

	#worries .iconHead small {
		margin-bottom: 1.214vw;
	}

	#worries .headConts {
		margin-bottom: 3.357vw;
	}

	#worries .headConts p small {
		font-size: 2.143vw;
	}

	#worries .headConts p b {
		font-size: 2.143vw;
	}

	#worries .worriesFlex {
		max-width: 81.286vw;
	}

	#worries .worriesFlex .box {
		box-shadow: rgba(149, 157, 165, 0.2) 0 0.571vw 1.714vw;
	}

	#worries .worriesFlex .box .bgArea {
		padding: 2vw 0 0 0;
	}

	#worries .worriesFlex .box .bgArea p {
		font-size: 2.429vw;
		letter-spacing: 0.05em;
	}

	#worries .worriesFlex .box01 .bgArea .icon {
		max-width: 6.286vw;
		margin: 1.071vw auto 0;
		padding: 0 0 2.786vw;
	}

	#worries .worriesFlex .box02 .bgArea .icon {
		max-width: 6.714vw;
		margin: 0.929vw auto 0;
		padding: 0 0 2.5vw;
	}

	#worries .worriesFlex .box03 .bgArea .icon {
		max-width: 7.929vw;
		margin: 1.214vw auto 0;
		padding: 0 0 2.786vw;
	}

	#worries .worriesFlex .box .conts {
		padding: 1.929vw 4.357vw 2.429vw;
	}

	#worries .worriesFlex .box .conts p {
		font-size: 1.429vw;
	}

	#worries .worriesFlex .box .arrow {
		max-width: 7.429vw;
		bottom: -4.429vw;
	}

	/*----------------------------------------------------
	resolution
	----------------------------------------------------*/

	#resolution {
		padding: 9.143vw 0 8.571vw 0;
	}

	#resolution .lineHead {
		margin-bottom: 0.214vw;
	}

	#resolution .resolutionBox .conts h3 {
		margin-bottom: 2.5vw;
	}

	#resolution .resolutionBox .conts h3 small {
		font-size: 2.857vw;
	}

	#resolution .resolutionBox .conts p {
		font-size: 1.429vw;
	}

	#resolution .resolutionBox .conts p.smallText {
		font-size: 0.857vw;
		margin-top: 2.714vw;
	}

	#resolution .resolutionBox.box01 {
		margin-bottom: 4.214vw;
	}

	#resolution .resolutionBox.box01 .conts h3 b {
		max-width: 5vw;
		margin-bottom: 1.643vw;
	}

	#resolution .resolutionBox.box01 .image {
		padding: 2.286vw 0 0 0;
	}

	#resolution .resolutionBox.box02 {
		margin-bottom: 7.214vw;
	}

	#resolution .resolutionBox.box02 .conts h3 b {
		max-width: 6.357vw;
		margin-bottom: 1.643vw;
	}

	#resolution .resolutionBox.box02 .image {
		padding: 4.357vw 0 0 0;
	}

	#resolution .resolutionBox.box03 .conts h3 b {
		max-width: 6.143vw;
		margin-bottom: 1.643vw;
	}

	#resolution .resolutionBox.box03 .image {
		padding: 0.357vw 0 0 0;
	}

	/*----------------------------------------------------
	achievement
	----------------------------------------------------*/

	#achievement {
		padding: 8.571vw 0;
	}

	#achievement .achievementBox {
		padding: 7.571vw 9.143vw 6.429vw 10.571vw;
	}

	#achievement .achievementBox .conts h3 {
		margin-bottom: 2.429vw;
	}

	#achievement .achievementBox .conts h3 b {
		font-size: 2.143vw;
	}

	#achievement .achievementBox .conts h3 .pre {
		font-size: 0.857vw;
		-webkit-transform: translateX(-0.214vw) translateY(-1.857vw);
		transform: translateX(-0.214vw) translateY(-1.857vw);
		margin: 0 -0.643vw;
	}

	#achievement .achievementBox .conts h3 small {
		font-size: 2.143vw;
	}

	#achievement .achievementBox .conts .yellowText {
		max-width: 34.929vw;
		margin: 0 0 5.357vw -0.357vw;
	}

	#achievement .achievementBox .conts .smallText {
		margin-bottom: 0.357vw;
		padding: 0 0 0 0.857vw;
	}

	#achievement .achievementBox .conts .smallText small {
		font-size: 0.857vw;
		margin-right: 0.286vw;
	}

	#achievement .achievementBox .conts .smallText b {
		font-size: 0.857vw;
	}

	#achievement .achievementBox .image {
		padding: 0.714vw 0 0 0;
	}

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

	#conversion {
		padding: 8.429vw 0 4.286vw;
	}

	#conversion .inner {
		max-width: 115.714vw;
	}

	#conversion .inner .imageArea .image {
		width: calc(100% + 6.643vw);
	}

	#conversion .inner .imageArea .addText {
		font-size: 1.429vw;
		margin: -5.929vw 5vw 0 0;
	}

	#conversion .inner .conts {
		padding: 0 4.571vw 0 0;
	}

	#conversion .inner .conts .imageTex {
		max-width: 44.214vw;
		margin: -0.857vw 0 1.714vw 0vw;
	}

	#conversion .inner .conts .button {
		max-width: 52.143vw;
		height: 10.286vw;
	}

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

	#about {
		padding: 8.429vw 0 0;
	}

	#about .iconHead {
		margin-bottom: 3.5vw;
	}

	#about .aboutBox {
		margin-bottom: 4.143vw;
		padding: 4.643vw 13.286vw 5vw 13.071vw;
	}

	#about .aboutBox .conts {
		padding: 0 0 0 5.429vw;
	}

	#about .aboutBox .conts h3 {
		margin-bottom: 1.143vw;
	}

	#about .aboutBox .conts h3 small {
		font-size: 1.714vw;
		margin-bottom: 0.357vw;
	}

	#about .aboutBox .conts h3 b {
		font-size: 2.857vw;
		margin: 0 0 0 -0.357vw;
	}

	#about .aboutBox .conts p {
		font-size: 1.286vw;
	}

	#about .aboutImage {
		max-width: 79.071vw;
		-webkit-transform: translateX(-1.571vw);
		transform: translateX(-1.571vw);
	}

	/*----------------------------------------------------
	function
	----------------------------------------------------*/

	#function {
		padding: 8.429vw 0 3.571vw;
	}

	#function .iconHead {
		margin-bottom: 3.357vw;
	}

	#function .headConts {
		margin-bottom: 7.071vw;
	}

	#function .headConts p small {
		font-size: 1.857vw;
		margin-bottom: 0.429vw;
	}

	#function .headConts p b {
		font-size: 2.857vw;
	}

	#function .fuctionFlex {
		margin-bottom: 7vw;
	}

	#function .fuctionFlex .leftArea .box {
		box-shadow: rgba(149, 157, 165, 0.2) 0 0.571vw 1.714vw;
	}

	#function .fuctionFlex .leftArea .box .arrow {
		max-width: 4.929vw;
		bottom: -2.5vw;
	}

	#function .fuctionFlex .leftArea .box .boxHead {
		padding: 2.857vw 0;
	}

	#function .fuctionFlex .leftArea .box .boxHead h3 {
		font-size: 2.429vw;
	}

	#function .fuctionFlex .leftArea .box .boxConts {
		padding: 2.643vw 0 3.071vw;
	}

	#function .fuctionFlex .leftArea .box .boxConts ul li p {
		font-size: 1.429vw;
	}

	#function .fuctionFlex .leftArea .box .boxConts ul li:nth-child(1) {
		padding: 3.643vw 0 4.643vw 0;
	}

	#function .fuctionFlex .leftArea .box .boxConts ul li:nth-child(1) .icon {
		max-width: 9.571vw;
		margin-bottom: 2vw;
	}

	#function .fuctionFlex .leftArea .box .boxConts ul li:nth-child(1):after {
		height: 0.071vw;
	}

	#function .fuctionFlex .leftArea .box .boxConts ul li:nth-child(2) {
		padding: 3.643vw 0 4.643vw 0;
	}

	#function .fuctionFlex .leftArea .box .boxConts ul li:nth-child(2) .icon {
		max-width: 9.571vw;
		margin-bottom: 1.857vw;
	}

	#function .fuctionFlex .leftArea .box .boxConts ul li:nth-child(2):after {
		height: 0.071vw;
	}

	#function .fuctionFlex .leftArea .box .boxConts ul li:nth-child(3) {
		padding: 4.643vw 0 3.429vw 0;
	}

	#function .fuctionFlex .leftArea .box .boxConts ul li:nth-child(3) .icon {
		max-width: 9.571vw;
		margin-bottom: 2vw;
	}

	#function .fuctionFlex .leftArea .box .boxConts ul li:nth-child(4) {
		padding: 4.643vw 0 3.429vw 0;
	}

	#function .fuctionFlex .leftArea .box .boxConts ul li:nth-child(4) .icon {
		max-width: 9.571vw;
		margin-bottom: 1.857vw;
	}

	#function .fuctionFlex .leftArea .arrowBox {
		padding: 5.571vw 0 0;
	}

	#function .fuctionFlex .leftArea .arrowBox p {
		margin-bottom: 2.143vw;
	}

	#function .fuctionFlex .leftArea .arrowBox p b {
		font-size: 1.857vw;
	}

	#function .fuctionFlex .leftArea .arrowBox p small {
		font-size: 1.429vw;
	}

	#function .fuctionFlex .leftArea .arrowBox .flexConts h4 {
		font-size: 2.429vw;
		margin-top: 1.857vw;
	}

	#function .fuctionFlex .leftArea .arrowBox .flexConts h4 span:nth-child(1) {
		margin: 0 -0.714vw 0 0;
	}

	#function .fuctionFlex .leftArea .arrowBox .flexConts h4 span:nth-child(2) {
		margin: 0 0 0 -0.714vw;
	}

	#function .fuctionFlex .leftArea .arrowBox .flexConts .pcImage {
		max-width: 15.071vw;
	}

	#function .fuctionFlex .rightArea .box {
		box-shadow: rgba(149, 157, 165, 0.2) 0 0.571vw 1.714vw;
	}

	#function .fuctionFlex .rightArea .box .arrow {
		max-width: 4.929vw;
		bottom: -2.5vw;
	}

	#function .fuctionFlex .rightArea .box .boxHead {
		padding: 2.857vw 0;
	}

	#function .fuctionFlex .rightArea .box .boxHead h3 {
		font-size: 2.429vw;
	}

	#function .fuctionFlex .rightArea .box .boxConts {
		padding: 2.643vw 0 2.571vw;
	}

	#function .fuctionFlex .rightArea .box .boxConts ul li p {
		font-size: 1.429vw;
	}

	#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(1) {
		padding: 0.5vw 0 3.286vw 0;
	}

	#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(1) .icon {
		max-width: 12.786vw;
		margin-bottom: 1vw;
		margin-left: 1.429vw;
	}

	#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(1):after {
		height: 0.071vw;
	}

	#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(1) p .pre {
		font-size: 0.857vw;
		-webkit-transform: translateX(0.071vw) translateY(-1.5vw);
		transform: translateX(0.071vw) translateY(-1.5vw);
		margin: 0 -0.429vw;
	}

	#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(1) p.addTex {
		font-size: 0.857vw;
		margin: 0.857vw -11vw 0 0;
	}

	#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(2) {
		padding: 1.857vw 0 0 0;
	}

	#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(2) .icon {
		max-width: 12.214vw;
		margin-bottom: 1.143vw;
	}

	#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(2):after {
		height: 0.071vw;
	}

	#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(3) {
		padding: 4.143vw 0 3.857vw 0;
	}

	#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(3) .icon {
		max-width: 14.143vw;
		margin-bottom: 1.071vw;
	}

	#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(3):after {
		height: 0.071vw;
	}

	#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(4) {
		padding: 3.643vw 0 0 0;
	}

	#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(4) .icon {
		max-width: 11vw;
		margin-bottom: 2.786vw;
	}

	#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(4):after {
		height: 0.071vw;
	}

	#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(5) {
		padding: 4vw 0 2.714vw 0;
	}

	#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(5) .icon {
		max-width: 10.071vw;
		margin-bottom: 2vw;
	}

	#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(6) {
		padding: 4.643vw 0 0 0;
	}

	#function .fuctionFlex .rightArea .box .boxConts ul li:nth-child(6) .icon {
		max-width: 10.357vw;
		margin-bottom: 3.286vw;
	}

	#function .fuctionFull .box {
		box-shadow: rgba(149, 157, 165, 0.2) 0 0.571vw 1.714vw;
	}

	#function .fuctionFull .box .arrow {
		max-width: 4.929vw;
		bottom: -2.5vw;
	}

	#function .fuctionFull .box .boxHead {
		padding: 2.857vw 0;
	}

	#function .fuctionFull .box .boxHead h3 {
		font-size: 2.429vw;
	}

	#function .fuctionFull .box .boxConts {
		padding: 2.643vw 0 2.143vw;
	}

	#function .fuctionFull .box .boxConts ul li p {
		font-size: 1.429vw;
	}

	#function .fuctionFull .box .boxConts ul li p small {
		font-size: 1.143vw;
	}

	#function .fuctionFull .box .boxConts ul li:nth-child(1) {
		padding: 0.5vw 0 3.571vw 0;
	}

	#function .fuctionFull .box .boxConts ul li:nth-child(1) .icon {
		max-width: 5.286vw;
		margin-bottom: 1.214vw;
	}

	#function .fuctionFull .box .boxConts ul li:nth-child(2) {
		padding: 0.786vw 0 0 0;
	}

	#function .fuctionFull .box .boxConts ul li:nth-child(2) .icon {
		max-width: 8.357vw;
		margin-bottom: 1.429vw;
	}

	#function .fuctionFull .box .boxConts ul li:nth-child(3) {
		padding: 1.643vw 0 0 0;
	}

	#function .fuctionFull .box .boxConts ul li:nth-child(3) .icon {
		max-width: 6.357vw;
		margin-bottom: 2.143vw;
	}

	#function .fuctionFull .box .boxConts ul li:nth-child(4) {
		padding: 0.357vw 0 0 0;
	}

	#function .fuctionFull .box .boxConts ul li:nth-child(4) .icon {
		max-width: 10.357vw;
		margin-bottom: 1.214vw;
	}

	#function .fuctionFull .box .boxConts ul li:nth-child(5) {
		padding: 1.357vw 0 0 0;
	}

	#function .fuctionFull .box .boxConts ul li:nth-child(5) .icon {
		max-width: 12.643vw;
		margin-bottom: 2vw;
	}

	#function .fuctionFull .box .boxConts ul li:nth-child(6) {
		padding: 0.643vw 0 0 0;
	}

	#function .fuctionFull .box .boxConts ul li:nth-child(6) .icon {
		max-width: 5.571vw;
		margin-bottom: 2.214vw;
	}

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

	#product {
		padding: 4.857vw 0 0;
	}

	#product .iconHead {
		margin-bottom: 5.214vw;
	}

	#product .iconHead small {
		margin-bottom: 1.214vw;
	}

	#product .productTable table {
		box-shadow: rgba(149, 157, 165, 0.2) 0 0.571vw 1.714vw;
	}

  #product .productTable tr{
    height: 7.0714vw;
  }

	#product .productTable th {
		font-size: 1.429vw;
	}

	#product .productTable th small {
		font-size: 0.857vw;
	}

	#product .productTable td.full {
		padding: 2.429vw 0;
	}

	#product .productTable td.full p {
		font-size: 1.429vw;
	}

	#product .productTable td.full02 {
		padding: 1.714vw 0;
	}

	#product .productTable td.full02 p {
		font-size: 1.429vw;
	}

	#product .productTable td.full02 p small {
		font-size: 0.857vw;
	}

	#product .productTable td.full03 {
		padding: 1.714vw 0 2.071vw;
	}

	#product .productTable td.full03 p.price small {
		font-size: 1.429vw;
		-webkit-transform: translateY(-0.143vw);
		transform: translateY(-0.143vw);
	}

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

	#product .productTable td.full03 p.price b .yen {
		font-size: 1.429vw;
	}

	#product .productTable td.full03 p.price b .yen .pre {
		font-size: 0.857vw;
		-webkit-transform: translate(-2.429vw, -1.643vw);
		transform: translate(-2.429vw, -1.643vw);
	}

  #product .productTable td.herf05 p .pre {
    font-size: 0.857vw;
    -webkit-transform: translate(0.357vw, -1.6428vw);
    transform: translate(0.357vw, -1.6428vw);
  }

	#product .productTable td.full04 {
		padding: 2.429vw 0;
	}

	#product .productTable td.full04 p,#product .productTable td.herf05, #product .productTable td.herf06 {
		font-size: 1.429vw;
	}
  .pinkMarker {
    padding: 6px 8px;
    line-height: 1.25em;
  }

	#product .productTable td.herf01 {
		padding: 2.786vw 0 2.786vw 5.714vw;
	}

	#product .productTable td.herf01 p {
		font-size: 1.429vw;
	}

	#product .productTable td.herf02 {
		padding: 2.786vw 0 2.5vw 6.357vw;
	}

	#product .productTable td.herf02 p {
		font-size: 1.429vw;
	}

	#product .productTable td.herf03 {
		padding: 1.5vw 0 2.071vw;
	}

	#product .productTable td.herf03 p.price small {
		font-size: 1.429vw;
		-webkit-transform: translateY(-0.143vw);
		transform: translateY(-0.143vw);
	}

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

	#product .productTable td.herf03 p.price b .yen {
		font-size: 1.429vw;
	}

	#product .productTable td.herf04 {
		padding: 1.5vw 0 2.071vw;
	}

	#product .productTable td.herf04 p.price small {
		font-size: 1.429vw;
		-webkit-transform: translateY(-0.143vw);
		transform: translateY(-0.143vw);
	}

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

	#product .productTable td.herf04 p.price b .yen {
		font-size: 1.429vw;
	}

	#product .productTable td.bg {
		padding: 3.5vw 0 3.214vw;
	}

	#product .productTable td .imageTex01 {
		max-width: 31.714vw;
	}

	#product .productTable td .imageTex02 {
		max-width: 27.786vw;
	}

	#product .productTable .addTex {
		font-size: 0.857vw;
		margin-top: 0.714vw;
	}

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

	#reason {
		padding: 7.786vw 0 0;
	}

	#reason .iconHead {
		margin-bottom: 4.5vw;
	}

	#reason .reasonBox .conts h3 {
		font-size: 2.714vw;
		letter-spacing: 0.075em;
		margin-bottom: 1.571vw;
	}

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

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

	#reason .reasonBox.box01 .conts {
		padding: 4.286vw 7.857vw 4.786vw 19.857vw;
	}

	#reason .reasonBox.box01 .conts .iconBg {
		max-width: 33.857vw;
		right: 7.929vw;
	}

	#reason .reasonBox.box01 .image {
		left: 8.143vw;
	}

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

	#reason .reasonBox.box02 .conts {
		padding: 6.214vw 19.286vw 6.429vw 9.357vw;
	}

	#reason .reasonBox.box02 .conts .iconBg {
		max-width: 33.857vw;
		left: 7.286vw;
	}

	#reason .reasonBox.box02 .image {
		right: 9.643vw;
	}

	#reason .reasonBox.box03 .conts {
		padding: 6.857vw 7.857vw 8.214vw 19.714vw;
	}

	#reason .reasonBox.box03 .conts p.smallTex {
		font-size: 0.857vw;
		margin-top: 2.071vw;
	}

	#reason .reasonBox.box03 .conts .iconBg {
		max-width: 33.857vw;
		right: 7.929vw;
	}

	#reason .reasonBox.box03 .image {
		left: 8.143vw;
	}

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

	#scene {
		padding: 8.643vw 0 4.5vw;
	}

	#scene .iconHead {
		margin-bottom: 3.571vw;
	}

	#scene .iconHead p {
		font-size: 1.857vw;
		margin-top: 3vw;
	}

	#scene .sceneFlex .box {
		margin-bottom: 6.643vw;
	}

	#scene .sceneFlex .box .conts {
		right: -2.071vw;
		bottom: -2.429vw;
		padding: 1.429vw 0;
	}

	#scene .sceneFlex .box .conts h3 {
		font-size: 1.714vw;
	}

	#scene .sceneFlex .box02,
	#scene .sceneFlex .box04 {
		-webkit-transform: translateX(-2.143vw);
		transform: translateX(-2.143vw);
	}

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

	#flow {
		padding: 5.571vw 0 9.429vw;
	}

	#flow .iconHead {
		margin-bottom: 4vw;
	}

	#flow .iconHead small {
		margin-bottom: 1.143vw;
	}

	#flow .flowFlex .arrowArea {
		width: 4.464vw;
		margin: 0 0 2.643vw;
	}

	#flow .flowFlex .arrowArea img {
		max-width: 1.643vw;
	}

	#flow .flowFlex .stepBox {
		width: 16.429vw;
	}

	#flow .flowFlex .stepBox .no {
		margin-bottom: 0.286vw;
	}

	#flow .flowFlex .stepBox .innerBox {
		box-shadow: rgba(149, 157, 165, 0.2) 0 0.571vw 1.714vw;
	}

	#flow .flowFlex .stepBox .innerBox .conts {
		padding: 2.071vw 0;
	}

	#flow .flowFlex .stepBox.box03 .innerBox .conts {
		padding: 1.214vw 0 1.143vw;
	}

	#flow .flowFlex .stepBox .innerBox .conts p {
		font-size: 1.364vw;
	}

	#flow .flowFlex .stepBox.box01 .no {
		max-width: 4.143vw;
	}

	#flow .flowFlex .stepBox.box02 .no {
		max-width: 4.571vw;
	}

	#flow .flowFlex .stepBox.box03 .no {
		max-width: 4.571vw;
	}

	#flow .flowFlex .stepBox.box04 .no {
		max-width: 4.714vw;
	}

	#flow .flowFlex .stepBox.box05 .no {
		max-width: 4.571vw;
	}

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

	#voice {
		padding: 8.286vw 0 8.643vw;
	}

	#voice .iconHead {
		margin-bottom: 5.071vw;
	}

	#voice .iconHead small {
		margin-bottom: 1.286vw;
	}

	#voice .voiceFlex .box {
		box-shadow: rgba(149, 157, 165, 0.2) 0 0.571vw 1.714vw;
	}

	#voice .voiceFlex .box .whiteBg {
		padding: 2.214vw 2.571vw 1.929vw;
	}

	#voice .voiceFlex .box .whiteBg .image {
		margin-bottom: 2.214vw;
	}

	#voice .voiceFlex .box .whiteBg h3 {
		font-size: 1.429vw;
		margin-bottom: 1.714vw;
	}

	#voice .voiceFlex .box .whiteBg dl {
		margin-bottom: 1vw;
	}

	#voice .voiceFlex .box .whiteBg dl dt {
		font-size: 1.219vw;
	}

	#voice .voiceFlex .box .whiteBg dl dd.mark {
		margin: 0 0.5vw;
	}

	#voice .voiceFlex .box .whiteBg dl dd {
		font-size: 1.219vw;
	}

	#voice .voiceFlex .box .gradeBg {
		padding: 3.143vw 2.429vw 6.857vw;
	}

	#voice .voiceFlex .box .gradeBg .yellowHead {
		max-width: 9.286vw;
		left: 2.214vw;
		top: 2vw;
	}

	#voice .voiceFlex .box .gradeBg .innerBox {
		padding: 2.929vw 2.571vw 4.357vw;
		background: rgba(255,255,255,0.1);
	}

	#voice .voiceFlex .box .gradeBg .innerBox p {
		font-size: 1.286vw;
	}

	#voice .voiceFlex .box01 .logo {
		max-width: 8.286vw;
		margin: 0 0 0.286vw -0.857vw;
	}

	#voice .voiceFlex .box01 .serviceName {
		max-width: 22.357vw;
		bottom: 0.929vw;
	}

	#voice .voiceFlex .box02 .logo {
		max-width: 7.357vw;
		margin: 1.143vw 0 1.714vw 0;
	}

	#voice .voiceFlex .box02 .serviceName {
		max-width: 16.5vw;
		bottom: 0.929vw;
	}

	#voice .voiceFlex .box03 .logo {
		max-width: 6.5vw;
		margin: 0 0 1.357vw 0;
	}

	#voice .voiceFlex .box03 .serviceName {
		max-width: 16.5vw;
		bottom: 0.929vw;
	}

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

	#faq {
		padding: 8.643vw 0 4.786vw;
	}

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

	#faq .iconHead {
		margin-bottom: 4.143vw;
	}

	#faq .iconHead small {
		margin-bottom: 1.286vw;
	}

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

	#faq .faqBox .qArea {
		padding: 1.429vw 2.143vw 1.214vw 2.143vw;
	}

	#faq .faqBox .qArea .icon {
		max-width: 2.214vw;
	}

	#faq .faqBox .qArea .text {
		width: calc(100% - 2.214vw);
		font-size: 1.286vw;
		padding: 0 0 0 1.143vw;
	}

	#faq .faqBox .aArea {
		padding: 1.429vw 2.143vw 1.214vw 2.143vw;
	}

	#faq .faqBox .aArea .icon {
		width: 100%;
		max-width: 2.286vw;
	}

	#faq .faqBox .aArea .text {
		width: calc(100% - 2.286vw);
	}

	#faq .faqBox .aArea .text p {
		font-size: 1.286vw;
		padding: 0 0 0 1.143vw;
	}

	#faq .faqBox .aArea .text p.small {
		font-size: 0.857vw;
		margin-top: 0.857vw;
	}

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

	#contact {
		padding: 9.429vw 0 11.714vw;
	}

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

	#contact .iconHead {
		margin-bottom: 3.286vw;
	}

	#contact .iconHead h2 small {
		margin-bottom: 1.286vw;
	}

	#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 {
		padding: 1.214vw 0 1.214vw 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.143vw;
		padding: 0 0 0 1.214vw;
		font-size: 1.286vw;
	}

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

	#contact textarea {
		height: 9.357vw;
		border-radius: 0.143vw;
		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.286vw 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;;
		top: calc(0.571vw + 0.7em);
	}

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

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

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

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

	#contact .formBtFlex .button:after {
		width: 1.143vw;
		height: 1.571vw;
		right: 7.643vw;
	}

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

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

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

	#contact .formButtonsFlex .button:after {
		width: 1.143vw;
		height: 1.571vw;
		right: 8vw;
	}

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

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

	#contact.confirmPage {
		padding: 16.571vw 0 14.286vw;
	}

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

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

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

	#contact.confirmPage .confirmTable table{
		margin: 0 0 5vw;
	}

	#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: 1.714vw;
		line-height: 6.143vw;
		border-radius: 0.357vw;
		padding: 0 0 0 0.714vw;
	}

	#contact.confirmPage .backButton a:after {
		width: 1.143vw;
		height: 1.571vw;
		left: 10.214vw;
	}

	#contact_footer {
		font-size: 1vw;
		padding: 0 0 2vw;
	}

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

	#contact.thanksPage {
		padding: 16.571vw 0 14.286vw;
	}

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

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

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

	#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 .buttonArea {
		max-width: 28.571vw;
	}

	#contact.thanksPage .buttonArea a {
		font-size: 1.714vw;
		line-height: 6.143vw;
		padding: 0 1.429vw 0 0;
		border-radius: 0.357vw;
	}

	#contact.thanksPage .buttonArea a:after {
		width: 1.143vw;
		height: 1.571vw;
		right: 8vw;
	}
}

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

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

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

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

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

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

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

	#goTop a:hover {
		opacity: 0.7;
	}

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

	#contact.confirmPage .backButton a:hover {
		background: #cbcccc;
		cursor: pointer;
	}

	#contact.thanksPage .pdfLink a:hover {
		opacity: 0.7;
	}

}

/*----------------------------------------------------
 SP
----------------------------------------------------*/

@media screen and (max-width: 768px){
	.sp_hidden {
		display: none;
	}

  .pinkMarker.rows3{
    display: block;
    height: 13.6vw;
    padding: 1vw 0.666vw;
  }
}
