@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
  --color-flets-primary: #0A5FBA;
  --color-flets-secondary: #FFE100;
	--gradient-flets-primary: linear-gradient(90deg, #0362C9, #0C218E);
	--bg-ivory:#FDF9F0;
	--font-en-flets: "Inter", sans-serif;
	--border-radius-40: 4rem;
	--border-radius-32: 3.2rem;
	--border-radius-24: 2.4rem;
	--border-radius-16: 1.6rem;
	--border-radius-8: .8rem;
	--border-radius-4: .4rem;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%;
  color: #222;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased !important;
}
.tx-yellow-underline{
	background: linear-gradient(#FBED7C, #FBED7C) 0 100% / 100% 12px no-repeat;
}


/*-----------------------------------------------------------
  =/lp/flets-hikari/
-----------------------------------------------------------*/

body{
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
	width: 100%;
	font-size: 1.8rem;
	font-feature-settings: 'palt' 1;
	letter-spacing:.04em;
	line-height: 2;
}
@media only screen and ( max-width:960px) {
	body{
		font-size: 1.6rem;
	}
}

/* Frame Format
---------------------------------*/
#wrapper {
	width: 100%;
	position: relative;
	padding-top:10rem;
}
.inner {
	max-width: 1064px;
	margin: 0 auto;
	padding: 0 2rem;
}
@media screen and ( max-width:768px) {
	#wrapper {
		padding-top: 0;
	}
}


.section-heading{
	text-align: center;
	margin-bottom:4rem;
}
.section-heading .sub-ttl{
	color:var(--color-flets-primary);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}
.section-heading .main-ttl{
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.5;
}
.section-heading .main-ttl strong{
	color:var(--color-flets-primary);
	display: inline;
	padding-bottom: 1px;
	background: linear-gradient(var(--color-flets-primary), var(--color-flets-primary)) 0 100% / 100% 5px no-repeat;
}
@media screen and ( max-width:768px) {
	.section-heading{
		margin-bottom:2.4rem;
	}
	.section-heading .sub-ttl{
		font-size: 1.4rem;
	}
	.section-heading .main-ttl{
		font-size: 3.2rem;
	}
	.section-heading .main-ttl strong{
	padding-bottom: 1px;
	background: linear-gradient(var(--color-flets-primary), var(--color-flets-primary)) 0 100% / 100% 3px no-repeat;
}
}


/* header
---------------------------------*/
#header{
	background-color: #fff;;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 10rem;
	padding: 0 0 0 3.2rem;
	width: 100%;
	z-index: 9;
}
#header .header-left_company{
	color:#666;
	font-size: 1.1rem;
	line-height: 1.4;
	letter-spacing: 0;
}
#header .header-left-logo{
	align-items: center;
	display: flex;
	gap: 1.6rem;
	margin-top:1rem;
}
#header .header-left-logo .logo{
	height: auto;
	width: 25rem;
}
.lp-flets-west-transfer #header .header-left-logo .logo{
	height: auto;
	width: 16.8rem ;
}
#header .header-left-logo .area{
	border:1px solid var(--color-flets-primary);
	border-radius: .4rem;
	color: var(--color-flets-primary);
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.22;
	padding: .4rem 1rem;
}
#header .header-right{
	align-items: center;
	display: flex;
	gap: 1.6rem;
	justify-content: center;
}
#header .header-right__tel{
	position: relative;
	padding-left:8rem;
}
#header .header-right__tel::after{
	background: url(../../../img/lp/flets-hikari/header-tel-icon.svg) 0 0 no-repeat;
	background-size: 100%;
	content: '';
	display: block;
	height: 7.2rem;
	left: 0;
	position: absolute;
	top: calc(50% - 3.6rem);
	width: 7.2rem;
}
#header .header-right__tel .ttl{
	color:var(--color-flets-primary);
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
}
#header .header-right__tel .num{
	color:var(--color-flets-primary);
	font-family: var(--font-en-flets);
	font-size:3.6rem;
	font-weight: 700;
	line-height: 1;
	/* letter-spacing:-.2rem; */
	margin:.6rem 0 .4rem;
}
#header .header-right__tel .time{
	font-size:1.4rem;
	line-height: 1;
}
#header .header-right__contact{
	/* background: linear-gradient(90deg, #FFE100 0%, #FFAA00 50%, #FFE100 100%);
	background-size: 200% 100%; */
	background: linear-gradient(90deg, #FFE100 0%, #FFAA00 100%);
	display: flex;
	padding: 2.8rem 2.4rem;
	align-items: center;
	gap: .8rem;
	height: 10rem;
	transition: 0.4s ease all;
	overflow: hidden;
}
#header .header-right__contact:hover{
	/* background-position: 100% 0; */
	filter: brightness(1.2);
}
#header .header-right__contact .txt{
	position: relative;
	padding-top:3rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
}
#header .header-right__contact .txt::before {
	background: url(../../../img/lp/flets-hikari/hedaer-btn-time.svg) 0 0 no-repeat;
	background-size: 100%;
	content: '';
	display: block;
	height: 2.6rem;
	left: calc(50% - 4.8rem);
	position: absolute;
	top: 0;
	width: 9.6rem;
}
@media screen and (min-width: 768px) {
	#header{
		position: fixed;
		top: 0px;
		left: 0px;
	}
}
@media screen and (max-width: 767px) {
	#header{
		height: 7.2rem;
		padding: 0 1rem;
	}
	#header .header-left_company{
		font-size: 1rem;
	}
	#header .header-left-logo .logo{
		height: auto;
		width: 16rem;
	}
	.lp-flets-west-transfer #header .header-left-logo .logo{
		width: 12rem;
}
	#header .header-left-logo .area{
		font-size: 1.2rem;
	}
	#header .header-right{
		display: none;
	}
}


/* Mv
---------------------------------*/
#mv{
	background-image: url(../../../img/lp/flets-hikari/mv_pc.webp)  ;
	background-repeat: no-repeat;
	background-position:right top ;
	background-size: cover;
	position: relative;
}
#mv .inner {
	max-width: 1064px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 3.2rem 2rem;
	position: relative;
}
#mv .medal-no1{
	max-width: 22rem;
	height: auto;
	position: absolute;
	bottom:-16rem;
	right:-6rem;
}
@media screen and (max-width: 1180px) {
	#mv .medal-no1{
		max-width: 18rem;
		bottom:-3rem;
		right:0rem;
	}
}

#mv .baloon-txt{
	background: var(--color-flets-primary);
	border-radius: .8rem;
	color: #fff;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.44;
	margin: 0 0 1.6rem;
	padding: .8rem 1.6rem;
	position: relative;
}
#mv .baloon-txt::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 20%;
	margin-left: -9px;
	border: 9px solid transparent;
	border-top: 9px solid var(--color-flets-primary);
}
#mv .catch{
	margin-bottom:1.6rem;
}
#mv .txt{
	font-weight: 700;
	line-height: 1.6;
}
#mv .txt span{
	color:var(--color-flets-primary)
}
#mv .object{
	max-width: 54rem;
	margin-top:2.4rem;
	display: grid;
  grid-template-columns: repeat(3, 1fr);
	column-gap: 1.6rem;
}
#mv .mv-img_sp{
	display: none;
}

@media screen and (max-width: 767px) {
	#mv{
		background-image:none;
	}
	#mv .inner {
		padding: 0;
	}
	#mv .baloon-txt{
		font-size: 1.6rem;
	}
	#mv .txt-item{
		display: none;
	}
	#mv .mv-img_sp{
		display: block;
	}
	#mv .medal-no1{
		max-width: 14rem;
		bottom:-3rem;
		right:0rem;
	}
}


/* Offer Block
---------------------------------*/
.offer-block{
	background: var(--gradient-flets-primary);
	color:#fff;
	padding:2.4rem 0 2.8rem;
	text-align: center;
}
.offer-block .inner{
	position: relative;
}
.offer-block .catch{
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
}
.offer-block .catch .catch-img{
	display: block;
	margin:1.2rem auto 0;
}
.offer-block .lead-copy{
	font-weight: 700;
	margin:1.6rem 0;
	line-height: 1.6;
}
.offer-block .lead-copy.large{
	font-size: 2.4rem;
	margin:0 0 1.6rem;
}
.offer-btn-list{
	max-width: 992px;
	margin:0 auto;
  column-gap: 3.2rem;
	row-gap: 1.6rem;
}
.offer-btn-list .item{
	position: relative;
}

@media screen and (min-width: 768px) {
	.offer-btn-list .item::before{
		position: absolute;
		content: "";
		top: 50%;
		right: 1rem;
		width: 2.4rem;
		height: 2.4rem;
		background-image: url(../../../img/lp/flets-hikari/btn-arrow.svg) ;
		background-size: cover;
		transform: translateY(-50%);
		z-index: 1;
	}
}
.offer-btn-list .item a{
	transition: 0.3s ease all;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap:.4rem;
	border-radius: 60px;
	padding: 1.6rem 1rem 2rem;
	/* height: 11rem; */
	overflow: hidden;
}
.offer-btn-list .item.contact a{
	background: linear-gradient(90deg, #FFE100 0%, #FFAA00 100%);
}
.offer-btn-list .item.contact a:hover{
	filter: brightness(1.2);
}
.offer-btn-list .item .sub-txt {
	display: block;
	padding: .4rem 1rem;
	font-weight: 700;
	font-size: 1.4rem;
	border-radius: 6rem;
	line-height: 1.4;
	max-width: 200px;
	margin: auto;
	background-color: #222;
	color: #fff;
	white-space: nowrap;
}
.offer-btn-list .item .sub-txt .num{
	font-size: 1.8rem;
}
.offer-btn-list .item .txt{
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2;
}

.shine-btn::before {
	animation: 2s 0s shine linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-15deg);
	width: 100%;
}
@keyframes shine {
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}
.offer-btn-list .tel_pc{
	text-align: left;
	position: relative;
	padding-left:10.8rem;
	display: flex;
	align-items: center;
}
.offer-btn-list .tel_pc::after{
	background: url(../../../img/lp/flets-hikari/offer-tel-icon.svg) 0 0 no-repeat;
	background-size: 100%;
	content: '';
	display: block;
	height: 10rem;
	left: 0;
	position: absolute;
	top: calc(50% - 5rem);
	width: 10rem;
}
.offer-btn-list .tel_pc .txt{
	display: flex;
	flex-direction: column;
	gap:.8rem;
}
.offer-btn-list .tel_pc .num{
	color:#fff;
	font-family: var(--font-en-flets);
	font-size:5.6rem;
	font-weight: 700;
	line-height: 1;
}
.offer-btn-list .tel_pc .time{
	font-size:1.5rem;
	line-height: 1;
}
.offer-btn-list .item.tel_sp{
	display: none;
}

@media screen and (max-width: 767px) {
	.offer-block .catch{
		font-size: 1.8rem;
	}
	.offer-block .catch .catch-img{
		display: block;
		width: 70%;
		margin:1rem auto 0;
	}
	.offer-block .lead-copy{
		font-size: 1.4rem;
		font-weight: 700;
		margin:1.6rem 0;
	}
	.offer-block .lead-copy.large{
		font-size: 1.8rem;
		margin:0 0 1.6rem;
	}
	.offer-btn-list{
		width: 96%;
}
	.offer-btn-list .tel_pc{
		display: none;
	}
	.offer-btn-list .item a{
		padding: 1rem 1rem 1.6rem;
	}
	.offer-btn-list .item .sub-txt {
	padding: .4rem 1rem;
	font-size: 1.2rem;
}
	.offer-btn-list .item.tel_sp .sub-txt {
		background-color: #fff;
		color:#F36100;
	}
	.offer-btn-list .item .sub-txt .num{
		font-size: 1.4rem;
	}
	.offer-btn-list .item .txt{
		font-size: 2.2rem;
	}
	.offer-btn-list .item.tel_sp{
		display: block;
	}
	.offer-btn-list .item.tel_sp a{
		background: linear-gradient(90deg, #FFAF26 0%, #F36100 100%);
		border:1px solid #F36100;
		color:#fff;
	}
	.offer-btn-list .item.tel_sp a:hover{
		filter: brightness(1.2);
	}
	.offer-btn-list .tel_sp .txt{
		display: flex;
		flex-direction: column;
		gap:.8rem;
	}
	.offer-btn-list .tel_sp .tel-sp_time{
		font-size: 1.2rem;
		line-height: 1.2;
		letter-spacing:.02em;
		margin-top:1rem;
	}
	.offer-btn-list .item a::after {
		background-repeat: no-repeat;
		background-position: 0 0;;
		background-size: 100%;
		content: '';
		display: block;
		height: 3.2rem;
		left: 2rem;
		position: absolute;
		top: calc(50% - 1.6rem);
		width: 3.2rem;
	}
	.offer-btn-list .item.contact a::after {
		background-image: url(../../../img/lp/flets-hikari/btn-contact-icon.svg) ;
	}
	.offer-btn-list .tel_sp a::after {
		background-image: url(../../../img/lp/flets-hikari/btn-tel-icon.svg) ;
	}
}


/* problem
---------------------------------*/
#problem{
	padding:8rem 0 9.6rem;
	overflow: hidden;
}
#problem .problem-list{
	max-width: 824px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
	align-items: stretch;
	justify-content: flex-start;
}
 #problem .problem-list .item {
	background-color: #F0F6F7;
	border-radius: 1.6rem;
	width: calc((100% - 2.4rem) / 2);
	padding:1.6rem 2.4rem 0 1.6rem;
	align-items:center;
	display: flex;
	gap: 1.2rem;
}
#problem .problem-list .item .img{
	width: 7.5rem;
}
#problem .problem-list .item .txt{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom:1.4rem;
}
#problem .problem-list .item .txt strong{
	font-size: 2.4rem;
	color:var(--color-flets-primary);
	background:linear-gradient(transparent 60%, #FBED7C 60%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition:background-size 1.5s;
	transition-delay: 1s;
}
#problem .problem-list .item.fadeInRight .txt strong,
#problem .problem-list .item.fadeInLeft .txt strong{
	background-size: 100% 100%;
}
#problem .problem-arrow{
	width: 32rem;
	margin:6.4rem auto 0;
}
@media screen and (max-width: 767px) {
	#problem{
		padding:4rem 0 6.4rem
	}
	#problem .problem-list{
		gap: 1rem;
	}
	#problem .problem-list .item {
		width: 100%;
		padding:1.2rem 1.6rem 0 1.6rem;
		gap: 1rem;
	}
	#problem .problem-list .item .img{
		width: 3.6rem;
	}
	#problem .problem-list .item .txt{
		font-size: 1.5rem;
		margin-bottom:1.2rem;
	}
	#problem .problem-list .item .txt strong{
		font-size: 1.7rem;
	}
	#problem .problem-arrow{
		width: 16rem;
		margin:3.2rem auto 0;
	}
}


/* Solution
---------------------------------*/
#solution{
	background-color: var(--bg-ivory);
	position: relative;
	padding: 0 0 9.6rem;
}
#solution::before {
	content: "";
	position: absolute;
	top: -204px;
	left: 0;
	width: 100%;
	height: 205px;
	background: url(../../../img/lp/flets-hikari/bg-round_pc.svg) no-repeat top center / cover;
}
#solution .solution-heading{
	text-align: center;
	position: relative;
	top: -6rem;
	margin-bottom: -6rem;
}
#solution .solution-heading .solution-round-ttl{
	background-color: #fff;
	border:3px solid var(--color-flets-primary);
	color: var(--color-flets-primary);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.22;
	padding: 1rem 2.4rem;
	display: inline-block;
	border-radius: 40px;
}
#solution .solution-heading .solution-sub-ttl{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin:1rem 0 0;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	color:var(--color-flets-primary);
}
 #solution .solution-heading .solution-sub-ttl::before,
#solution .solution-heading .solution-sub-ttl::after {
	content: '';
	width: .3rem;
	height: 2.4rem;
	background-color: var(--color-flets-primary);
}
#solution .solution-heading .solution-sub-ttl::before {
	margin-right: 1rem;
	transform: rotate(-30deg);
}
#solution .solution-heading .solution-sub-ttl::after {
	margin-left: 1rem;
	transform: rotate(30deg);
}
#solution .solution-main-ttl{
	font-size: 5.8rem;
	line-height: 1.3;
	font-weight: 700;
}
#solution .solution-name{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:1.6rem;
	margin:2rem 0 1.4rem;
}
#solution .solution-name__item{
	background: linear-gradient(90deg, #FFE100 0%, #FFAA00 100%);
	padding:1.4rem 1.6rem;
	border-radius: .8rem;
	font-size: 3.2rem;
	font-weight: 700;
	color:var(--color-flets-primary);
	display: flex;
	justify-content: center;
	align-items: center;
}
#solution .solution-name__item.west{
	font-size: 3.6rem;
}
#solution .solution-name__item .type-box{
	background: #fff;
	border-radius: .4rem;
	color:var(--color-flets-primary);
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.22;
	padding: .4rem 1rem;
	margin-left: .8rem;
}
#solution .solution-list{
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem;
	align-items: stretch;
	justify-content: flex-start;
	margin-top:6rem;
	margin-bottom:2.4rem;
}
#solution .solution-list .item {
	background-color: #fff;
	border-radius: var(--border-radius-16);
	width: calc((100% - 6.4rem) / 3);
	padding:0rem 2.4rem 2.4rem ;
	text-align: center;
}
#solution .solution-list .item .num{
	width: 4.8rem;
	height: 4.8rem;
	background: var(--color-flets-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.4rem;
	font-family: var(--font-en-flets);
	font-weight: 700;
	border-radius: 100%;
	position: relative;
	top: -20px;
	left: calc(50% - 24px);
	margin-bottom:-20px;
}
#solution .solution-list .item .ttl{
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	margin:1rem 0 1.6rem;
}
#solution .solution-list .item img{
	border-radius: var(--border-radius-8);
}
#solution .solution-list .item .txt{
	margin-top:2.4rem;
	line-height: 1.6;
}
#solution .solution-list .item .txt sup{
	font-size: 1.2rem;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	#solution{
		padding: 0 0 4.8rem;
	}
	#solution .solution-heading{
		top: -2rem;
		margin-bottom: -2rem;
	}
	#solution .solution-heading .solution-round-ttl{
		font-size: 1.6rem;
		padding: .8rem 1.6rem;
		border: 2px solid var(--color-flets-primary);
	}
	#solution .solution-heading .solution-sub-ttl{
		font-size: 1.8rem;
	}
	#solution .solution-main-ttl{
		font-size: 3.6rem;
		font-weight: 700;
	}
	#solution .solution-name{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap:.8rem;
		margin:1.4rem 0 1rem;
	}
	#solution .solution-name__item{
		font-size: 2rem;
		padding: 1rem 1.6rem;
	}
	#solution .solution-name__item.west{
	font-size: 2.2rem;
}
	#solution .solution-name__item .type-box{
		font-size: 1.3rem;
	}
	#solution .solution-list{
		width: 94%;
		justify-content: center;
		gap: 4rem;
		margin:4.8rem auto 1.6rem
	}
	#solution .solution-list .item {
		width: 100%;
		padding:0rem 1.6rem 2.4rem ;
	}
	#solution .solution-list .item .num{
		width: 4rem;
		height: 4rem;
		font-size: 2rem;
		top: -20px;
		left: calc(50% - 18px);
		margin-bottom:-20px;
	}
	#solution .solution-list .item .ttl{
		font-size: 2rem;
	}
	#solution .solution-list .item .txt{
		margin-top:1.6rem;
	}
}

/* Flow
---------------------------------*/
#flow{
	padding:8rem 0 9.6rem;
}
#flow .flow-list.grid-col-3{
	max-width: 892px;
	margin:0 auto;
}
#flow .flow-list .item{
	position: relative;
	text-align: center;
}
#flow .flow-list .item .ttl{
	color:var(--color-flets-primary);
	font-size: 2.4rem;
	font-weight: 700;
	margin:1.6rem 0 ;
}
#flow .flow-list .item .txt{
	line-height: 1.6;
}
@media screen and (min-width: 768px) {
	#flow .item:not(:first-child)::before {
		background: url(../../../img/lp/flets-hikari/flow-arrow.svg) ;
		background-repeat: no-repeat;
		content: '';
		display: block;
		height: 2.6rem;
		position: absolute;
		top:8rem;
    left: -3.6rem;
		width: 2.9rem;
	}
}
@media screen and (max-width: 767px) {
	 #flow{
		padding:4rem 0 4.8rem;
	}
	#solution::before {
		content: "";
		position: absolute;
		top: -78px;
		left: 0;
		width: 100%;
		height: 79px;
		background: url(../../../img/lp/flets-hikari/bg-round_sp.svg) no-repeat top center / cover;
	}
	#flow .flow-list.grid-col-3{
		row-gap: 5.6rem;
	}
	#flow .item:not(:first-child)::before {
		background: url(../../../img/lp/flets-hikari/flow-arrow-down.svg) ;
		background-repeat: no-repeat;
		content: '';
		display: block;
		height: 2.9rem;
		position: absolute;
		top:-4.4rem;
		left:calc(50% - 1.3rem);
		width: 2.6rem;
	}
	#flow .flow-list .item img{
		width: 25%;
		margin:0 auto;
	}
	#flow .flow-list .item .ttl{
		font-size:2rem;
		margin:1rem 0 ;
	}
}


/* Plan
---------------------------------*/
#plan{
	background: var(--bg-ivory);
	padding:8rem 0 9.6rem;
}
#plan .plan-list{
	max-width: 66rem;
	margin:0 auto 4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 6rem;
	align-items: stretch;
	justify-content: center;
}
#plan .plan-list .item{
	background-color: #fff;
	border-radius: var(--border-radius-16);
	padding:2.4rem 1.6rem;
	text-align: center;
	width: calc((100% - 6rem) / 2);
	display:flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
 #plan .plan-list .item.fee{
	flex-direction: column;
	gap: .8rem;
}
#plan .plan-list .item.fee .ttl{
	background-color: var(--color-flets-primary);
	color: #fff;
	font-weight: 700;
	line-height: 1.22;
	padding: .6rem 1.6rem;
	display: inline-block;
	border-radius:6rem;
}
#plan .plan-list .item.fee .num{
	color:var(--color-flets-primary);
	font-family: var(--font-en-flets);
	font-size: 5.6rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.02em;
}
#plan .plan-list .item.fee .num span{
	font-size: 2.4rem;
}
 #plan .plan-list .item.provider .ttl{
	color:var(--color-flets-primary);
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2;
}
#plan .plan-list .item:not(:first-child)::before {
	background: url(../../../img/lp/flets-hikari/plan-plus.svg) ;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	display: block;
	height: 3.5rem;
	position: absolute;
	top:calc(50% - 1.75rem);
	left: -4.8rem;
	width: 3.4rem;
}
@media screen and (max-width: 767px) {
#plan{
	padding:4rem 0 4.8rem;
}
#plan .plan-list{
	margin:0 auto 2.4rem;
	gap: 4rem;
}
#plan .plan-list .item{
	padding:1.6rem 1rem;
}
#plan .plan-list .item.fee .ttl{
	font-size: 1.2rem;
}
#plan .plan-list .item.fee .num{
	font-size: 2.4rem;
}
#plan .plan-list .item.fee .num span{
	font-size: 1.4rem;
}
#plan .plan-list .item.provider .ttl{
	font-size: 1.8rem;
}
#plan .plan-list .item:not(:first-child)::before {
	height: 2.5rem;
	top:calc(50% - 1.2rem);
	left: -3.2rem;
	width: 2.4rem;
}
}


/* Faq
---------------------------------*/
#faq{
	padding:8rem 0 9.6rem;
}
.faq_contents {
	text-align: left;
	background-color: var(--bg-ivory);
	transition: .3s;
	padding: 1.4rem 2.4rem;
	border-radius: var(--border-radius-16);
}
.faq_contents:not(:first-of-type) {
	margin-top: 2.4rem;
}
.faq-head {
	position: relative;
	cursor: pointer;
	padding:1rem 4rem 1rem 0;
}
.faq-head .ttl {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	padding-left: 2.8rem;
}
.faq-head .ttl:before {
	content: "Q";
	position: absolute;
	left: 0;
	top: .5rem;
	font-size: 2.4rem;
	font-family: var(--font-en-flets);
	color: var(--color-flets-primary);
	line-height: 1;
}
.toggle_icon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: block;
	width: 30px;
	height: 30px;
	background-color: var(--color-flets-primary);
	padding: 10px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_icon:before,
.toggle_icon:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 15px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_icon:before {
	width: 2px;
	height: 15px;
}
.faq-head.selected .toggle_icon:before {
	content: normal;
}
.faq_contents dd.accordion-body {
	display: none;
	padding-bottom:1.4rem;
}
.faq-body {
	background-color: #fff;
	border-radius: var(--border-radius-8);
	margin-top: .6rem;
	line-height: 1.66;
	padding: 2.4rem;
}
.faq-img{
	margin:2.4rem auto;
	max-width:70rem;
}
.faq-body .faq-recommend{
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem;
	align-items: stretch;
	justify-content: flex-start;
}
.faq-body .faq-recommend .item {
	width: calc((100% - 1.6rem) / 2);
	text-align: center;
}
.faq-body .faq-recommend .item{
	border-radius: var(--border-radius-8);
	padding:1rem;
}
.faq-body .faq-recommend .item .sub-ttl{
	background-color: #fff;
	border:2px solid var(--color-flets-primary);
	color: var(--color-flets-primary);
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.22;
	padding: .6rem 1.6rem;
	display: inline-block;
	border-radius: 6rem;
	position: relative;
	top:-2rem;
	margin-bottom:-1rem;
}
.faq-body .faq-recommend .item .main-ttl{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}
.faq-body .faq-recommend .item .plan-name{
	background:var(--color-flets-primary);
	border-radius: var(--border-radius-8);
	color:#fff;
	padding:1.6rem;
	margin-top:1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: .8rem;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.3;
}
.faq-body .faq-recommend .item .plan-name span {
	background: #fff;
	border-radius: .4rem;
	color: var(--color-flets-primary);
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.22;
	padding: .4rem 1rem;
	margin-left: .8rem;
}
.faq-body .faq-recommend .item.flets-cross{
	background-color: #E5EDF6;
}
.faq-body .faq-recommend .item.flets-next{
	background-color: #E3F6FE;
}
.faq-body .faq-recommend .item.flets-next .sub-ttl{
	border:2px solid #13A7E6;
	color: #13A7E6;
}
.faq-body .faq-recommend .item.flets-next .plan-name{
	background:#13A7E6;
}
.faq-body .faq-recommend .item.flets-next .plan-name span {
	color: #13A7E6;
}

.faq-body .faq-recommend .item.standard{
	background-color: #E5F6F5;
}
.faq-body .faq-recommend .item.standard .sub-ttl{
	border:2px solid #00A29A;
	color: #00A29A;
}
.faq-body .faq-recommend .item.standard .plan-name{
	background:#00A29A;
}
.faq-body .faq-recommend .item.standard .plan-name span {
	color: #00A29A;
}
.faq-body .faq-recommend .item.light{
	background-color: #EDF5EC;
}
.faq-body .faq-recommend .item.light .sub-ttl{
	border:2px solid #86BC7E;
	color: #86BC7E;
}
.faq-body .faq-recommend .item.light .plan-name{
	background:#86BC7E;
}
.faq-body .faq-recommend .item.light .plan-name span {
	color: #86BC7E;
}
@media screen and (max-width: 767px) {
	#faq{
		padding:4rem 0 4.8rem;
	}
	.faq_contents {
		padding:.8rem 1.6rem;
	}
	.faq_contents:not(:first-of-type) {
		margin-top: 1.6rem;
	}
	.faq-head .ttl {
		font-size: 1.6rem;
		padding-left: 2.2rem;
	}
	.faq-head .ttl:before {
		font-size: 2rem;
		top:.2rem
	}
	.toggle_icon {
		width: 22px;
		height: 22px;
		padding: 2px;
	}
	.toggle_icon:before,
	.toggle_icon:after {
		width: 9px;
		height: 2px;
	}
	.toggle_icon:before {
		width: 2px;
		height: 9px;
	}
	.faq-body {
		padding: 1.6rem;
	}
	.faq-body .faq-recommend .item {
		width: 100%;
	}
	.faq-body .faq-recommend .item .sub-ttl{
		font-size: 1.4rem;
		padding: .6rem 1rem;
	}
	.faq-body .faq-recommend .item .main-ttl{
		font-size: 1.6rem;
	}
	.faq-body .faq-recommend .item .plan-name{
		font-size: 2rem;
	}
	.faq-body .faq-recommend .item .plan-name span {
		font-size: 1.4rem;
	}
}

.page-bottom-caption{
	background-color: #F6F5F4;
	padding-top:4rem;
}
.page-bottom-caption .caption-list{
	margin-top:0;
}
@media screen and (max-width: 767px) {
	.page-bottom-caption{
		padding-top:1.6rem;
	}
}


.footer{
	background-color: #F6F5F4;
	padding:4rem 0;
}
.footer-company{
	margin:0 0 4rem;
	padding:2.4rem 0;
	border-bottom:1px solid #DEDEDE;
	border-top:1px solid #DEDEDE;
	text-align: center;
}
.footer-company p{
	font-size: 1.4rem;
	line-height: 1.4;
}
.footer-utility{
	justify-content: center;
	align-items: center;
	display: flex;
	font-size: 1.4rem;
}
.footer-utility li {
	position: relative;
	margin-right: 2.4rem;
}
.footer-utility li:last-child {
	margin-right: 0;
}
.footer-utility li a {
	display: block;
	text-decoration: none;
	color: #222;
	transition: .2s ease-in-out;
	position: relative;
	overflow: hidden;
	line-height: 1.4;
}
.footer-utility li a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0%;
	width: 100%;
	height: 1px;
	background: rgba(34, 34, 34, 1);
	transition: .4s ease-in-out;
	transform: scale(0, 1);
	transform-origin: left top;
}
.footer-utility li a:hover::before {
    transform: scale(1, 1);
}
.copyright {
	font-size: 1.3rem;
	text-align: center;
	margin-top:4rem;
}


@media screen and (max-width: 767px) {
	.footer{
		margin-bottom:12rem;
		padding:2.4rem 0
	}
	.footer-company{
		margin:0 0 2.4rem;
		padding:1.6rem 0;
	}
	.footer-company p{
		font-size: 1.3rem;
	}
	.footer-utility{
		font-size: 1.3rem;
	}
	.copyright {
		margin-top:2.4rem;
	}
}


.fix-cta{
	position: fixed;
	bottom: -250px;
	right: 10px;
	width: 280px;
	border-radius: var(--border-radius-16);
	border: 2px solid var(--color-flets-primary);
	background: #fff;
	padding:1rem 1.6rem 2.4rem;
	z-index: 10;
	text-align: center;
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
}
.fix-cta.show {
    bottom: 20px;
  }
.fix-cta .ttl{
	font-weight: 700;
	line-height: 1.4;
	margin-bottom:2rem;
}
.fix-cta-list {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}
.fix-cta-list .item{
	position: relative;
}
.fix-cta-list .item a {
	transition: 0.3s ease all;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 60px;
	padding: 1.8rem 1rem ;
	overflow: hidden;
}
.fix-cta-list .item.contact a {
	background: linear-gradient(90deg, #FFE100 0%, #FFAA00 100%);
	border:1px solid #FFAA00;
}
.fix-cta-list .item a:hover{
	filter: brightness(1.2);
}
.fix-cta-list .item .txt {
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
}
@media screen and (min-width: 768px) {
	.fix-cta-list .item a::after {
		position: absolute;
		content: "";
		top: 50%;
		right: 1rem;
		width: 1.8rem;
		height: 1.8rem;
		background-image: url(../../../img/lp/flets-hikari/btn-arrow.svg);
		background-size: cover;
		transform: translateY(-50%);
		z-index: 1;
	}
}
.fix-cta-list .item .sub-ttl {
	display: block;
	padding: .4rem 1rem;
	font-weight: 700;
	font-size: 1.1rem;
	border-radius: 6rem;
	line-height: 1.4;
	max-width: 200px;
	margin: auto;
	background-color: #222;
	color:#fff;
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.fix-cta-list .tel_pc {
	text-align: left;
	position: relative;
	padding-left: 5.8rem;
	display: flex;
	align-items: center;
}
.fix-cta-list .tel_pc::after {
	background: url(../../../img/lp/flets-hikari/header-tel-icon.svg) 0 0 no-repeat;
	background-size: 100%;
	content: '';
	display: block;
	height: 5.2rem;
	left: 0;
	position: absolute;
	top: calc(50% - 2.6rem);
	width: 5.2rem;
}
.fix-cta-list .tel_pc .txt {
	display: flex;
	flex-direction: column;
	gap: .4rem;
}
.fix-cta-list .tel_pc .num {
	color: var(--color-flets-primary);
	font-family: var(--font-en-flets);
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 1;
	/* letter-spacing: -.2rem; */
}
.fix-cta-list .tel_pc .time {
	font-size: 1.1rem;
	line-height: 1;
}
.fix-cta-list .item.tel_sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.fix-cta{
		width: 100%;
		margin: 0px;
		right: 0px;
		padding:1rem;
		border-radius: 0;
		background-color: rgba(255, 255, 255, 0.96);
		border: none;
		border-top: 2px solid var(--color-flets-primary);
	}
	.fix-cta.show {
		bottom: 0;
	}
	.fix-cta-list {
		display: flex;
		gap: 1rem;
		align-items: center;
		flex-direction:  row ;
		justify-content: center;
	}
	.fix-cta-list .item{
		width: calc((100% - 1rem) / 2);
	}
	.fix-cta-list .item a {
		padding: 1.8rem 1rem ;
	}
	.fix-cta-list .item .sub-ttl {
		padding: .4rem .8rem;
		font-size: 1rem;
}
	.fix-cta-list .item .txt {
		font-size: 1.6rem;
		padding-left:2.4rem;
	}
	.fix-cta-list .tel_pc{
		display: none;
	}
	.fix-cta-list .item.tel_sp{
		display: block;
	}
	.fix-cta-list .item.tel_sp a {
		background: linear-gradient(90deg, #FFAF26 0%, #F36100 100%);
		border:1px solid #F36100;
		color:#fff;
	}
	.fix-cta-list .item.tel_sp .sub-ttl {
		background-color: #fff;
		color:#F36100;
		border:1px solid #F36100;
	}
	.fix-cta-list  .item .txt::after {
		background-repeat: no-repeat;
		background-position: 0 0;;
		background-size: 100%;
		content: '';
		display: block;
		height: 1.8rem;
		left: 0;
		position: absolute;
		top: calc(50% - .9rem);
		width: 1.8rem;
	}
	.fix-cta-list .item.contact .txt::after {
		background-image: url(../../../img/lp/flets-hikari/btn-contact-icon.svg) ;
	}
	.fix-cta-list .item.tel_sp .txt::after {
		background-image: url(../../../img/lp/flets-hikari/btn-tel-icon.svg) ;
	}
}


/*-----------------------------------------------------------
  =/lp/flets-hikari/contact/
-----------------------------------------------------------*/
#header-contact{
	padding: 1.4rem 2rem;
}
#header-contact .header-left_company{
	color:#666;
	font-size: 1.1rem;
	line-height: 1.4;
	letter-spacing: 0;
}
.page-flets-contact #wrapper{
	padding-top: 0;
}

.page-flets-contact .fix-cta{
  display: none;
}

@media screen and (max-width: 767px) {
	#header-contact{
		padding: 1rem;
	}
	#header-contact .header-left_company{
		font-size: 1rem;
	}
	.page-flets-contact .footer{
		margin-bottom:0;
	}
}

.page__body.flets-contact{
	background: var(--bg-ivory);
	padding:4rem 0 8rem;
	margin-bottom:6.4rem;
}
.page__body.flets-contact h1 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.4;
  text-align: center;
	margin-bottom:4rem;
}
@media screen and (max-width: 767px) {
	.page__body.flets-contact {
		padding:2.4rem 0 6.4rem;
		margin-bottom:4rem;
	}
	.page__body.flets-contact h1 {
		font-size: 2.4rem;
		margin-bottom:3.2rem;
	}
}

.flets-contact .page__inner{
	max-width: 1064px;
	margin: 0 auto;
	padding: 0 2rem;
}
.flets-contact .contact__text--contact{
	text-align: center;
	margin-bottom:4.8rem;
}

.contact__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 20px;
  width: 210px;
  position: relative;
	color: #666;
	font-weight: 700;
	line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .contact__step {
    margin: 0 auto 40px;
    width: 460px;
  }
}
.contact__step:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 50px);
  height: 2px;
  background: #ddd;
}
.contact__step__item {
  width: 54px;
  height: 54px;
  position: relative;
  background: #fff;
	border: 1px solid #D7D7D7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .contact__step__item {
    width: 100px;
    height: 100px;
  }
}
.contact__step__item span {
  font-size: 1rem;
	font-family: var(--font-en-flets);
}
@media screen and (min-width: 768px) {
  .contact__step__item span {
    font-size: 1.2rem;
    margin-bottom: .6rem;
  }
}
.contact__step__item p {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .contact__step__item p {
    font-size: 16px;
  }
}
.contact__step__item.is-active {
  background: var(--color-flets-primary);
  border: none;
}
.contact__step__item.is-active p,
.contact__step__item.is-active span {
	color: #fff;
}

.wpcf7-form.custom-wpcf7c-confirmed .contact__text--contact {
  display: none;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__text--confirm {
  display: block;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(1) {
  background: #fff;
  border: 1px solid #D7D7D7;
}

.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(1):before {
  content: none;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(1) p,
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(1) span {
  color: #666;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(2) {
  background: var(--color-flets-primary);
  border: none;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(2):before {
  content: "";
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(2) p,
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(2) span {
  color: #fff;
}

.contact__form .contact__form__item {
  margin-bottom: 3.2rem;
}
.contact__form__item > p {
	font-weight: 700;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}
.contact__form__item > p span{
	background-color: #C13636;
	border-radius: .3rem;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	padding: .4rem .8rem .5rem;
	margin-left:.8rem;
}
.contact__form__item .confirm-text{
	font-weight: 400;
}


/* Input Style
---------------------------------*/
/* input {
  vertical-align: middle;
} */


::placeholder {
    color: #b3b3b3;
}
form input[type="text"],
form input[type="tel"],
form input[type="url"],
form input[type="email"],
form input[type="number"],
form input[type="password"] {
    padding: 0.8rem 5rem 0.8rem 1.6rem;
    height: 6.6rem;
    font-size: 16px;
    border: 1px solid #E0E0E0;
    background: #fff;
    border-radius: .8rem;
    box-shadow: none;
    max-width: 100%;
    width: 100% !important;
}
form textarea {
    padding: 1.6rem;
    font-size: 16px;
    border: 1px solid #E0E0E0;
    background: #fff;
    border-radius: .8rem;
    box-shadow: none;
    max-width: 100%;
    width: 100% !important;
}
form textarea:focus,
form input[type="text"]:focus,
form input[type="tel"]:focus,
form input[type="url"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus {
    outline: none;
    background: #fff;
    border: 1px solid var(--color-flets-primary);
}



.wpcf7-radio .wpcf7-list-item label,
.wpcf7-checkbox .wpcf7-list-item label {
  display: block;
	border: 1px solid #E0E0E0;
	background: #fff;
  color: #222;
  padding: 1.6rem 2rem;
  line-height: 1;
  cursor: pointer;
  max-width: 100%;
  border-radius: .8rem;
}
.wpcf7-radio .wpcf7-list-item label input:checked+ label {
  border: 1px solid #fff;
}
.wpcf7-radio .wpcf7-list-item label input[type=radio]+span{
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 2.5rem;
  line-height: 2;
}
/* チェック前のボタン */
.wpcf7-radio .wpcf7-list-item label input[type=radio]+span:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 1px solid #666;
  border-radius: 50%;
  background-color: transparent
}
.wpcf7-radio .wpcf7-list-item label input[type=radio]+span:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #000;
  transform: translateY(-50%) scale(0);
  transition: transform .3s;
  opacity: 0
}
/* チェック後のボタン */
.wpcf7-radio .wpcf7-list-item label input[type=radio]:checked+span:before {
  opacity: 1;
  transform: translateY(-50%) scale(1.1)
}
.wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]+span,
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]+span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 2;
  padding-left: 30px;
}
.wpcf7-checkbox label input[type=checkbox]+span:before,
.wpcf7-acceptance label input[type=checkbox]+span:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #999;
  border-radius: .3rem;
}
.wpcf7-checkbox label input[type=checkbox]+span:after,
.wpcf7-acceptance label input[type=checkbox]+span:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  top: calc(50% - 2px);
  left: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg) scale(0);
  opacity: 0;
  transition: transform .3s;
}
.wpcf7-checkbox label input[type=checkbox]:checked+span:before,
.wpcf7-acceptance label input[type=checkbox]:checked+span:before {
  border: 1px solid #222;
  background-color: #222;
}
.wpcf7-checkbox label input[type=checkbox]:checked+span:after,
.wpcf7-acceptance label input[type=checkbox]:checked+span:after{
  opacity: 1;
  transform: translateY(-50%) rotate(45deg) scale(1.1);
}
.contact__privacy{
	text-align: center;
	font-size: 1.6rem;;
}

.wpcf7-form-control-wrap.inquiry .wpcf7-form-control{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 1.6rem;
	row-gap: 1rem;
}
.wpcf7-form-control-wrap.customer_type .wpcf7-form-control,
.wpcf7-form-control-wrap.building .wpcf7-form-control{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 1.6rem;
	row-gap: 1rem;
}
@media screen and (max-width: 980px) {
	.wpcf7-form-control-wrap.inquiry .wpcf7-form-control,
	.wpcf7-form-control-wrap.customer_type .wpcf7-form-control,
	.wpcf7-form-control-wrap.building .wpcf7-form-control{
		grid-template-columns: repeat(1, 1fr);
		column-gap: 1rem;
		row-gap: 1rem;
	}
}

.contact__form__confirm {
	width: 100%;
	max-width: 480px;
	height: 56px;
	background: var(--color-flets-primary);
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	margin: 2.4rem auto 0;
	color: #fff;
	border: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.contact__form__confirm:hover {
	opacity: 0.6;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (min-width: 768px) {
	.contact__form__confirm {
		margin: 4rem auto 0;
		font-size: 2rem;
		height:8rem;
	}
}
.contact__form__confirm:disabled {
	background: #a1abb8;
	cursor: not-allowed;
	opacity: 1;
}
.contact__form__submit {
	width: 100%;
	max-width: 480px;
	height: 56px;
	background: var(--color-flets-secondary);
	border-radius: 40px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight:700;
	margin: 2.4rem auto 0;
	color: #222;
	border: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.contact__form__submit:hover {
	opacity: 0.6;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (min-width: 768px) {
	.contact__form__submit {
		margin: 4rem auto 0;
		font-size: 2rem;
		height:8rem;
	}
}
.contact__form__back {
	width: 100%;
	max-width: 480px;
	height: 56px;
	border-radius: 40px;
	border: 1px solid #222;
	background: #fff ;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	margin: 2.4rem auto 0;
	margin: auto;
	color: #222;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.contact__form__back:hover {
	opacity: 0.6;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (min-width: 768px) {
	.contact__form__back {
		margin: 4rem auto 0;
		font-size: 2rem;
		height:8rem;
	}
}
span.wpcf7-not-valid-tip {
	margin-top: 10px;
}
.wpcf7-form-control-wrap.content {
	padding: 0;
}
.wpcf7-validation-errors,
.wpcf7-spinner,
.wpcf7-response-output {
	display: none !important;
}
.contact__form__item span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item {
  border-top: 1px solid #ddd;
  padding: 20px 0;
  margin-bottom: 0;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item:nth-of-type(7) {
  border-bottom: 1px solid #ddd;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item input,
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item textarea {
  background: transparent;
  border: none;
  height: auto;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .wpcf7-form.custom-wpcf7c-confirmed .contact__form__item input,
  .wpcf7-form.custom-wpcf7c-confirmed .contact__form__item textarea {
    margin-top: 20px;
  }
}


/*
/lp/flets-hikari/contact/thanks/のみに反映するcss
bodyに「class="page-id-127"」が振られているため、「.page-id-127 .〇〇（クラス名）」「.page-id-127 #〇〇（ID）」で設定
*/

.flets-contact.lp-thanks{
	text-align: center;
}
.flets-contact.lp-thanks .tx-caption{
	line-height: 1.5;
	text-align: center;
	margin-top:1rem;
}
