@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: inherit;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:active {
	color: inherit;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
}
#gHeader .hBox {
	padding: 1.5rem 5.6rem 0;
	display: flex;
	align-items: center;
}
#gHeader h1 img {
	width: 36.1rem;
	mix-blend-mode: multiply;
}
#gNavi {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#gNavi a:hover {
	opacity: 0.7;
}
#gNavi .naviList {
	margin: 0.5rem 6.1rem 0 0;
	display: flex;
	gap: 3rem;
}
#gNavi .naviList li a {
	font-weight: 500;
	font-size: 1.4rem;
}
#gNavi .hTel {
	width: 36rem;
	position: relative;
}
#gNavi .hTel img {
	mix-blend-mode: multiply;
}
#gNavi .hTel .time {
	padding: 0 1.4rem;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 1.2rem;
	line-height: 1.1;
}
#gNavi .ctaBtn {
	width: 17.9rem;
}
#gNavi .ctaBtn a {
	width: 100%;
	height: 10rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.15;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #F86C00;
}
#gNavi .ctaBtn a img {
	width: 5.3rem;
}
@media all and (min-width: 897px) {
	.menuBox {
		display: block !important;
	}
}
@media all and (min-width: 897px) and (max-width: 1919px) {
	#gHeader .hBox {
		padding-top: max(0.781vw,0.9rem);
		padding-left: 2.917vw;
		padding-right: 2.917vw;
	}
	#gHeader h1 img {
		width: max(24rem, 18.802vw);
	}
	#gNavi .naviList {
		margin: max(0.3rem, 0.26vw) max(1.9rem, 3.177vw) 0 0;
		gap: max(1.2rem, 1.4vw);
	}
	#gNavi .naviList li a {
		font-size: max(1.3rem, 0.729vw);
	}
	#gNavi .hTel {
		width: max(21.6rem, 18.75vw);
	}
	#gNavi .hTel .time {
		padding: 0 0 0 0.729vw;
		font-size: max(0.8rem, 0.625vw);
	}
	#gNavi .ctaBtn {
		width: max(10.2rem, 9.323vw);
	}
	#gNavi .ctaBtn a {
		font-size: max(1.6rem, 1.25vw);
	}
	#gNavi .ctaBtn a img {
		width: max(3.5rem, 2.76vw);
	}
}
@media all and (min-width: 897px) and (max-width: 1620px) {
	#gHeader .hBox {
		padding-right: max(1.2rem, 1vw);
		padding-left: max(2.3rem, 1.8vw);
	}
	#gNavi .naviList {
		margin-right: max(1.9rem, 1.5vw);
		gap: max(1.2rem, 1vw);
	}
	#gNavi .hTel {
		width: max(21.6rem, 17vw);
	}
	#gNavi .ctaBtn {
		width: max(10.2rem, 8vw);
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		position: static;
		display: block;
	}
	#gHeader .hBox {
		padding: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		position: absolute;
		left: 0;
		top: 0;
	}
	#gHeader h1 {
		padding: 0.3rem 0.8rem;
	}
	#gHeader h1 img {
		width: 20.1rem;
	}
	#gHeader .hCtaBtn {
		margin-right: 5.5rem;
	}
	#gHeader .hCtaBtn a {
		width: 8rem;
		height: 5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		font-size: 1.1rem;
		font-weight: 900;
		color: #fff;
		background: #F86C00;
	}
	#gHeader .hCtaBtn a img {
		width: 2.8rem;
	}
	.menu {
		width: 5.5rem;
		height: 5rem;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		z-index: 200;
	}
	.menu span {
		width: 2.4rem;
		height: 0.2rem;
		position: absolute;
		left: 50%;
		top: 50%;
		background: #000;
		transition: 0.3s;
		transform: translate(-50%, -50%);
	}
	.menu span:nth-child(1) {
		margin-top: -0.8rem;
	}
	.menu span:nth-child(3) {
		margin-top: 0.8rem;
	}
	.menu.on span:nth-child(1) {
		margin: 0;
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.menu.on span:nth-child(2) {
		opacity: 0;
	}
	.menu.on span:nth-child(3) {
		margin: 0;
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.menuBox {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		z-index: 150;
		overflow-y: auto;
	}
	#gNavi {
		padding: 4.9rem 3.7rem 14.6rem;
		min-height: 100%;
		display: block;
		background: #D6EDF5 url(../images/hikitori_lp/common/menu_bg.png) no-repeat center bottom / 100%;
	}
	#gNavi .naviList {
		margin: 0 0 2rem;
		display: block;
	}
	#gNavi .naviList li a {
		padding: 1.5rem;
		display: block;
		text-align: center;
		font-size: 1.6rem;
		font-weight: 500;
	}
	#gNavi .ctaBtn {
		width: 30rem;
		margin: 0 auto;
		max-width: 100%;
	}
	#gNavi .ctaBtn a {
		position: relative;
		height: 7.4rem;
		font-size: 2rem;
		border-radius: 5rem;
		border: 0.3rem solid #fff;
	}
	#gNavi .ctaBtn a .sml {
		font-size: 1.6rem;
	}
	#gNavi .ctaBtn a .txt {
		padding: 0 2rem 0 7rem;
		display: inline-block;
		background: url(../images/hikitori_lp/common/icon02.png) no-repeat right center / 1.6rem;
	}
	#gNavi .ctaBtn a img {
		width: 8.1rem;
		position: absolute;
		left: 0.6rem;
		bottom: 0;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fBox {
	margin: 0 auto;
	padding: 4rem 0 3.4rem;
	width: 120rem;
	display: flex;
	justify-content: space-between;
}
#gFooter .fLeft {
	width: 45rem;
}
#gFooter .fRight {
	width: 51rem;
}
#gFooter .fLogo {
	margin-bottom: 2rem;
	width: 38rem;
}
#gFooter .fInfo {
	margin-bottom: 1rem;
}
#gFooter .fInfo.sml {
	margin-bottom: 2.2rem;
	font-size: 1.4rem;
}
#gFooter .fLink a {
	color: #5A9BFC;
	text-decoration: underline;
}
#gFooter .fLink a:hover {
	text-decoration: none;
}
#gFooter .fTel {
	margin: 0 0 1.5rem 0.6rem;
}
#gFooter .fTel a {
	width: 41.7rem;
	display: block;
	margin-top: 1rem;
}
#gFooter .fTel .time {
	font-size: 1.2rem;
	margin-top: 0.9rem;
	display: block;
}
#gFooter .fBtnList {
	gap: 1rem;
}
#gFooter .fBtnList li {
	width: 25rem;
}
#gFooter .fBtnList li a {
	display: block;
}
#gFooter .fBtnList li a:hover {
	opacity: 0.7;
}
#gFooter address {
	padding: 1.5rem 2rem 2.4rem;
	text-align: center;
	font-size: 1rem;
	border-top: 0.1rem solid #CECECE;
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		max-width: 37.5rem;
		padding: 3rem 2rem;
		width: auto;
		display: block;
	}
	#gFooter .fLeft {
		margin-bottom: 1.9rem;
		width: auto;
	}
	#gFooter .fRight {
		width: auto;
	}
	#gFooter .fLogo {
		margin-bottom: 1.8rem;
		width: 26.4rem;
		max-width: 100%;
	}
	#gFooter .fInfo {
		margin-bottom: 0.4rem;
		font-size: 1.2rem;
	}
	#gFooter .fInfo.sml {
		margin-bottom: 0.5rem;
		font-size: 1rem;
	}
	#gFooter .fLink {
		font-size: 1rem;
	}
	#gFooter .fLink a:hover {
		text-decoration: underline;
	}
	#gFooter .fTel {
		margin: 0 0 1.9rem 0.2rem;
		font-size: 1.2rem;
	}
	#gFooter .fTel a {
		width: 26.2rem;
		max-width: 100%;
	}
	#gFooter .fBtnList {
		gap: 0;
		justify-content: space-between;
		margin: 0 auto;
		max-width: 33rem;
	}
	#gFooter .fBtnList li {
		width: calc(50% - 0.3rem);
	}
	#gFooter address {
		padding: 1rem 2rem 6rem;
		font-size: 0.9rem;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-YH */
/* clearfix */
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 120rem;
	position: relative;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2.2rem;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	comCta
------------------------------------------------------------*/
.comCta {
	padding: 5.2rem 0 6.4rem;
}
.comCta01 {
	padding-top: 9.4rem;
	padding-bottom: 3.9rem;
}
.comCta .ttlBox {
	margin-bottom: 3rem;
	display: flex;
	justify-content: center;
}
.comCta .ttlBox .ttl {
	padding: 0 3.2rem 0 4rem;
	position: relative;
	color: #285FAC;
	font-size: 9.5rem;
	font-weight: 900;
	line-height: 1;
}
.comCta .ttlBox .ttl .txt {
	margin-left: 0.4rem;
	font-size: 10.1rem;
	font-weight: 700;
	line-height: 1.2;
	display: inline-block;
	vertical-align: -0.05em;
}
.comCta .ttlBox .ttl .sml {
	margin-top: 0.8rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #000;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.325em;
	white-space: nowrap;
	writing-mode: vertical-rl;
}
.comCta .ttlBox .ttlSub {
	margin: 2.3rem 3.5rem 0 0;
	display: flex;
	gap: 1rem;
	align-items: center;
	font-size: 3.7rem;
	font-weight: 700;
	line-height: 1.5;
}
.comCta .ttlBox .ttlSub img {
	width: 6.7rem;
}
.comCta .ttlBox .ttlSub .txt {
	margin-bottom: 0.3rem;
}
.comCta .txtList {
	margin-bottom: 5.3rem;
	gap: 2rem;
}
.comCta .txtList li {
	padding: 0.7rem 3.6rem 0.6rem;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
	border: 0.3rem solid #25B0E2;
	border-radius: 10rem;
}
.comCta .tel {
	margin-bottom: 3.9rem;
	padding-bottom: 2.8rem;
	display: flex;
	gap: 3rem;
	justify-content: center;
	text-align: center;
	border-bottom: 1px solid #707070;
}
.comCta .tel .txt {
	margin-top: 1.1rem;
	font-weight: 700;
	font-size: 2.8rem;
}
.comCta .tel a {
	margin-right: 1rem;
	width: 67.4rem;
	display: block;
}
.comCta .tel a .time {
	margin: 0.8rem 5.5rem 0 0;
	display: block;
	font-size: 1.4rem;
}
.comCta .btnList {
	margin-bottom: 6.5rem;
	gap: 3rem;
}
.comCta .btnList li .txt {
	margin-bottom: 2rem;
	display: block;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
}
.comCta .btnList li a {
	width: 55.9rem;
	display: block;
}
.comCta .btnList li a:hover {
	opacity: 0.7;
}
.comCta .note {
	margin: 0 1rem;
	text-align: right;
}
@media all and (max-width: 896px) {
	.comCta {
		padding: 5.9rem 0 5rem;
	}
	.comCta01 {
		padding: 5.9rem 0 5rem;
	}
	.comCta .ttlBox {
		margin-bottom: 1rem;
		align-items: center;
		flex-direction: column;
		gap: 1.4rem;
	}
	.comCta .ttlBox .ttl {
		padding: 0 0 0 2rem;
		font-size: 4.6rem;
	}
	.comCta .ttlBox .ttl .txt {
		margin-left: 0.4rem;
		font-size: 4.8rem;
	}
	.comCta .ttlBox .ttl .sml {
		margin-top: 0.1rem;
		left: -0.1rem;
		letter-spacing: 0.15em;
		font-size: 1.4rem;
	}
	.comCta .ttlBox .ttlSub {
		margin: 0;
		font-size: 1.8rem;
		gap: 0.4rem;
	}
	.comCta .ttlBox .ttlSub img {
		width: 3rem;
	}
	.comCta .ttlBox .ttlSub .txt {
		margin-bottom: 0;
	}
	.comCta .txtList {
		margin: 0 -1rem 2.1rem;
		gap: 0.5rem;
	}
	.comCta .txtList li {
		padding: 0.4rem 1.5rem 0.5rem;
		min-width: 14.4rem;
		font-size: 1.2rem;
		border-width: 0.2rem;
	}
	.comCta .tel {
		margin-bottom: 2rem;
		padding-bottom: 1.8rem;
		display: block;
	}
	.comCta .tel .txt {
		margin: 0 0 1rem;
		display: block;
		font-size: 1.6rem;
		text-align: center;
	}
	.comCta .tel a {
		margin: 0 auto;
		width: 33rem;
		max-width: 100%;
	}
	.comCta .tel a .time {
		margin: 0.7rem 0 0;
		font-size: 1.2rem;
		text-align: left;
	}
	.comCta .btnList {
		margin-bottom: 2rem;
		gap: 1.7rem;
		flex-direction: column;
		align-items: center;
	}
	.comCta .btnList li .txt {
		margin-bottom: 1rem;
		font-size: 1.3rem;
	}
	.comCta .btnList li a {
		width: 29rem;
		max-width: 100%;
	}
	.comCta .note {
		margin: 0;
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 5.3rem;
	text-align: center;
	font-size: 4.8rem;
	font-weight: 900;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.9rem;
		font-size: 3.4rem;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual img {
	width: 100%;
}
#main .sec01 {
	margin-top: -4.3rem;
	padding: 5rem 0 4.4rem;
	position: relative;
	border-radius: 3rem 3rem 0 0;
	background: #25B0E2;
	z-index: 1;
}
#main .sec01 h2 {
	margin-bottom: 5.5rem;
	text-align: center;
}
#main .sec01 h2 img {
	width: 95.9rem;
}
#main .sec01 .imgList {
	gap: 3rem 4.5rem;
}
#main .sec01 .imgList li {
	padding: 4rem 2rem;
	width: 37rem;
	text-align: center;
	border-radius: 2rem;
	background: #fff;
}
#main .sec01 .imgList li .ttl {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 1.9rem;
}
#main .sec01 .imgList li .photo img {
	width: 15.1rem;
}
#main .sec01 .bg01 {
	width: 23rem;
	position: absolute;
	bottom: -6.3rem;
	left: -13.8rem;
}
#main .sec01 .bg02 {
	width: 20.7rem;
	position: absolute;
	bottom: -6.9rem;
	right: -14.9rem;
}
#main .sec02 {
	padding-bottom: 11.2rem;
	background: url(../images/hikitori_lp/index/bg01.png) repeat left top / 20rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#main .sec02 h2 {
	padding: 7rem 2rem 10.2rem;
	color: #fff;
	text-align: center;
	font-size: 6.8rem;
	font-weight: 700;
	line-height: 1.2;
	background: #285FAC;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8rem), calc(50% - 0.9rem) 100%, 0 calc(100% - 8rem));
	position: relative;
	z-index: 1;
}
#main .sec02 h2 .sml01 {
	margin-bottom: 1.2rem;
	display: block;
	font-size: 2.8rem;
	font-weight: 500;
}
#main .sec02 h2 .sml02 {
	font-size: 80%;
}
#main .sec02 h2 .yellow {
	color: #FFF500;
}
#main .sec02 .photo {
	margin-bottom: 2.9rem;
	padding-top: 0.1rem;
	position: relative;
}
#main .sec02 .photo img {
	margin-top: -38.5rem;
	width: 100%;
}
#main .sec02 .photo .txt {
	width: 100%;
	position: absolute;
	left: 0;
	top: 25.7%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.8;
}
#main .sec02 .photo .txt .lrg {
	font-size: 6rem;
	line-height: 1.15;
}
#main .sec02 .photo .txt .blue {
	color: #1D447C;
	font-weight: 900;
}
#main .sec02 h3 {
	text-align: center;
	font-size: 4.8rem;
	font-weight: 900;
	margin-bottom: 1rem;
}
#main .sec02 .text01 {
	padding: 3.2rem 2rem 2.8rem;
	text-align: center;
	font-size: 3.7rem;
	font-weight: 700;
	border-radius: 10rem;
	background: #fff;
}
#main .sec03 {
	padding: 11rem 0 13.6rem;
	background: #25B0E2;
}
#main .sec03 h2 {
	padding-bottom: 3.7rem;
	position: relative;
	text-align: center;
	font-size: 4rem;
	font-weight: 700;
}
#main .sec03 h2 .yellow {
	color: #FFF500;
	font-size: 6.5rem;
	font-weight: 900;
	line-height: 1.12;
}
#main .sec03 h2 .lrg {
	font-size: 4.6rem;
}
#main .sec03 h2 img {
	width: 33.9rem;
	position: absolute;
	right: -4rem;
	bottom: 0;
}
#main .sec03 .pho01 {
	margin-bottom: 3.6rem;
}
#main .sec03 .pho01 img {
	width: 100%;
}
#main .sec03 h3 {
	margin: 0 auto 2.9rem;
	padding: 0 4.8rem;
	width: fit-content;
	position: relative;
	font-size: 4rem;
	font-weight: 700;
	color: #FFF500;
	text-align: center;
}
#main .sec03 h3::before {
	margin-top: 1rem;
	width: 0.4rem;
	height: 96%;
	position: absolute;
	left: 0;
	top: 50%;
	background: #FFF500;
	transform: translateY(-50%) rotate(-45.6deg);
	content: '';
}
#main .sec03 h3::after {
	margin-top: 1rem;
	width: 0.4rem;
	height: 96%;
	position: absolute;
	right: 0;
	top: 50%;
	background: #FFF500;
	transform: translateY(-50%) rotate(45.6deg);
	content: '';
}
#main .sec03 .subBox {
	padding: 3.9rem 5.4rem 3.2rem;
	border-radius: 2rem;
	background: #fff;
}
#main .sec03 .subBox p {
	margin-bottom: 3.6rem;
	font-size: 3.5rem;
	font-weight: 700;
}
#main .sec03 .subBox p .lrg {
	font-size: 5.3rem;
	font-weight: 900;
	color: #1D447C;
}
#main .sec03 .subBox .pho02 {
	text-align: center;
}
#main .sec03 .subBox .pho02 img {
	width: 107.6rem;
}
#main .sec04 {
	padding: 10.5rem 0;
	background: url(../images/hikitori_lp/index/bg01.png) repeat left top / 20rem;
}
#main .sec04 h2 {
	margin-bottom: 6.4rem;
	position: relative;
	text-align: center;
	font-size: 4.6rem;
	font-weight: 700;
}
#main .sec04 h2 .lrg {
	font-size: 7.5rem;
	font-weight: 900;
	line-height: 1.4;
}
#main .sec04 h2 img {
	width: 30.9rem;
	position: absolute;
	right: 0;
	bottom: -9.8rem;
}
#main .sec04 .reasonList li {
	margin: 0 auto 8.7rem 5.3rem;
	padding: 2rem 7.2rem 2.6rem 21rem;
	width: fit-content;
	min-width: 100rem;
	position: relative;
	border-radius: 20rem;
	background: #fff;
}
#main .sec04 .reasonList li:last-child {
	margin-bottom: 0;
}
#main .sec04 .reasonList li p {
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1.68;
}
#main .sec04 .reasonList li .blue {
	color: #285FAC;
	font-size: 6rem;
	line-height: 1.34;
}
#main .sec04 .reasonList li .blue.sml {
	font-size: 5.6rem;
	letter-spacing: -0.05em;
	line-height: 1.45;
}
#main .sec04 .reasonList li .pho {
	margin-top: -0.2rem;
	width: 22.7rem;
	position: absolute;
	top: 50%;
	left: -6.3rem;
	transform: translateY(-50%);
	border: 1rem solid #25B0E2;
	border-radius: 50%;
}
#main .sec04 .reasonList li .pho img {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 50%;
}
#main .sec05 {
	padding: 5.3rem 0 7.2rem;
	color: #fff;
	background: #25B0E2;
}
#main .sec05 .content {
	width: 100rem;
}
#main .sec05 .subBox {
	margin-bottom: 1.4rem;
	padding: 7.9rem 2rem 5.2rem;
	background: #fff;
	border-radius: 2rem;
	text-align: center;
}
#main .sec05 .subBox img {
	width: 78rem;
}
#main .sec05 .note {
	margin: 0 1.5rem;
	text-align: right;
	color: #000;
}
#main .sec06 {
	padding: 6.3rem 0 11.8rem;
	background: url(../images/hikitori_lp/index/bg01.png) repeat left top / 20rem;
}
#main .sec06 .content {
	width: 100rem;
}
#main .sec06 .headLine01 {
	margin-bottom: 5.9rem;
}
#main .sec06 .faqList dt {
	margin-top: 2rem;
	padding: 2.4rem 9.1rem;
	position: relative;
	border-radius: 10rem;
	border: 0.4rem solid #285FAC;
	background: #fff;
	cursor: pointer;
}
#main .sec06 .faqList dt:first-child {
	margin-top: 0;
}
#main .sec06 .faqList dt::before {
	width: 2.1rem;
	height: 0.3rem;
	position: absolute;
	right: 4rem;
	top: 50%;
	background: #000;
	transform: translateY(-50%);
	content: '';
}
#main .sec06 .faqList dt::after {
	width: 0.3rem;
	height: 2.1rem;
	position: absolute;
	right: 4.9rem;
	top: 50%;
	background: #000;
	transform: translateY(-50%);
	content: '';
}
#main .sec06 .faqList dt.on::after {
	display: none;
}
#main .sec06 .faqList dt .mark {
	width: 3.1rem;
	position: absolute;
	left: 3.2rem;
	top: 2.9rem;
}
#main .sec06 .faqList dt .ttl {
	font-size: 2rem;
	font-weight: 700;
}
#main .sec06 .faqList dd {
	margin: 0 1.6rem 0 2.4rem;
	padding: 3rem 8rem;
	font-weight: 500;
	background: #fff;
	display: none;
}
#main .sec06 .faqList dd p {
	margin-bottom: 2.4rem;
}
#main .sec06 .faqList dd p:last-child {
	margin-bottom: 0;
}
#main .sec07 {
	padding: 7.4rem 0 28.6rem;
	background: url(../images/hikitori_lp/index/bg02.jpg) no-repeat center top / cover;
}
#main .sec07 .headLine01 {
	margin-bottom: 4.5rem;
	color: #fff;
	font-size: 4.6rem;
}
#main .sec07 p {
	margin-bottom: 3.1rem;
	text-align: center;
	line-height: 1.9375;
}
#main .sec07 p:last-child {
	margin-bottom: 0;
}
#main .sec08 {
	padding: 9.9rem 0;
	background: #25B0E2;
}
#main .sec08 .content {
	width: 100rem;
}
#main .sec08 .headLine01 {
	margin-bottom: 6rem;
	color: #fff;
}
#main .sec08 .text01 {
	margin-bottom: 2.2rem;
	display: flex;
	justify-content: center;
	gap: 1rem;
	font-size: 3.7rem;
	font-weight: 700;
}
#main .sec08 .text01 img {
	width: 6.7rem;
}
#main .sec08 .text01 .txt {
	margin-top: 0.2rem;
}
#main .sec08 .txtList {
	margin-bottom: 5.3rem;
	gap: 2.5rem;
}
#main .sec08 .txtList li {
	padding: 0.7rem 3.7rem 0.6rem;
	font-size: 1.8rem;
	font-weight: 900;
	background: #fff;
	border-radius: 10rem;
}
#main .sec08 .tel {
	margin-bottom: 6rem;
	padding: 2.2rem 3rem 2.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3rem;
	background: #fff;
	border-radius: 10rem;
}
#main .sec08 .tel .txt {
	font-weight: 700;
}
#main .sec08 .tel a {
	width: 42.8rem;
}
#main .sec08 .tel a .time {
	margin: 0.5rem 5.8rem 0 0;
	display: block;
	text-align: center;
	font-size: 0.8rem;
}
#main .sec08 .formWrap {
	margin-bottom: 6rem;
	padding: 3rem 9.8rem 4rem;
	border-radius: 3rem;
	background: #fff;
}
#main .sec08 table {
	width: 100%;
	border-collapse: collapse;
}
#main .sec08 th,
#main .sec08 td {
	padding: 2rem 0;
	vertical-align: middle;
	text-align: left;
	font-size: 1.4rem;
	font-weight: 700;
	word-break: break-all;
}
#main .sec08 th {
	padding: 2.7rem 0 2rem;
	width: 25.5%;
}
#main .sec08 th.vmTop {
	vertical-align: top;
}
#main .sec08 td input[type="text"],
#main .sec08 td input[type="tel"],
#main .sec08 td input[type="email"],
#main .sec08 td textarea {
	margin: 0;
	padding: 0.9rem 1rem 0.7rem;
	width: 100%;
	height: 4.4rem;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 400;
	color: #000;
	vertical-align: top;
	border-radius: 0.8rem;
	background: #fff;
	border: 0.15rem solid rgba(0, 0, 0, 0.16);
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}
#main .sec08 td textarea {
	resize: vertical;
	height: 16rem;
}
#main .sec08 td ::placeholder {
	color: #000;
	opacity: 0.36;
}
#main .sec08 .privacy {
	margin-bottom: 5.8rem;
	padding: 4.5rem 6.8rem 4.2rem;
	height: 20rem;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #707070;
}
#main .sec08 .privacy p {
	margin-bottom: 3.6rem;
	word-wrap: break-word;
	line-height: 2.25;
}
#main .sec08 .privacy p:last-child {
	margin-bottom: 0;
}
#main .sec08 .tips,
#main .sec08 .agree {
	margin-bottom: 4.7rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.714;
	color: #fff;
}
#main .sec08 .agree .wpcf7-list-item{
  margin-left:0;
}
#main .sec08 .submit {
	display: flex;
  flex-direction:column;
	justify-content: center;
  align-items:center;
	gap: 3rem;
}
#main .sec08 .submit li {
	position: relative;
}
#main .sec08 .submit button {
	width: 29.2rem;
	height: 8.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
  border:none;
	border-radius: 1rem;
	background: #f86c00;
	box-shadow: 0.3rem 0.5rem 0 #de5e00;
	background-clip: padding-box;
	transition: opacity 0.3s;
	-webkit-appearance: none;
	appearance: none;
  font-family:inherit;
}
#main .sec08 .submit button span {
	display: inline-block;
	padding: 0 5.6rem 0.3rem 3.2rem;
	background: url(../images/hikitori_lp/common/icon04.png) no-repeat right center / 2.6rem;
}
#main .sec08 .submit button[disabled] {
	background: #cecece;
	box-shadow: 0.3rem 0.5rem 0 #bbb;
}
#main .sec08 .submit button[disabled] span{
	background-image:url(../images/hikitori_lp/common/icon06.png);
}
.req {
	background: #d83d48;
	color: #fff;
	padding: .5em 1.2em;
	border-radius: 2em;
	font-size: 10px;
	display: inline-block;
  margin-left:1em;
}
.agree .req{
  margin-left:0;
}
@media all and (min-width: 897px) {
	#main .sec04 .reasonList li:nth-child(2n) {
		margin-left: auto;
		margin-right: 5.3rem;
		padding-left: 6.9rem;
		padding-right: 24.6rem;
	}
	#main .sec04 .reasonList li:nth-child(2n) .pho {
		left: auto;
		right: -6.3rem;
	}
	#main .sec04 .reasonList .item03 .pho {
		left: -5.4rem;
	}
	#main .sec04 .reasonList .item04:nth-child(2n) {
		padding-right: 16.9rem;
		padding-left: 6rem;
	}
	#main .sec04 .reasonList .item05 .pho {
		left: -5.4rem;
	}
	#main .sec08 .submit button:not([disabled]):hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .sec01 {
		margin-top: -2.1rem;
		padding: 2.4rem 0 15.2rem;
		border-radius: 2rem 2rem 0 0;
	}
	#main .sec01 h2 {
		margin-bottom: 3.5rem;
	}
	#main .sec01 h2 img {
		width: 33rem;
	}
	#main .sec01 .imgList {
		gap: 1rem 0;
		justify-content: space-between;
	}
	#main .sec01 .imgList li {
		padding: 1.3rem 1rem 0.6rem;
		width: calc(50% - 0.5rem);
		min-height: 14.3rem;
		border-radius: 1rem;
	}
	#main .sec01 .imgList li .ttl {
		font-size: 1.6rem;
		margin-bottom: 0.1rem;
		min-height: 5rem;
		line-height: 1.27;
	}
	#main .sec01 .imgList li .ttl01 {
		font-size: 1.5rem;
	}
	#main .sec01 .imgList li .photo img {
		width: 6.5rem;
	}
	#main .sec01 .bg01 {
		width: 10.8rem;
		left: 1.4rem;
		bottom: -16.4rem;
	}
	#main .sec01 .bg02 {
		width: 9.6rem;
		bottom: -16.2rem;
		right: 1.5rem;
	}
	#main .sec02 {
		padding-bottom: 5rem;
	}
	#main .sec02 .content {
		margin: 0;
	}
	#main .sec02 h2 {
		margin-bottom: 2.2rem;
		padding: 4.5rem 1rem 6.4rem;
		font-size: 3.2rem;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8rem), 50% 100%, 0 calc(100% - 8rem));
		line-height: 1.4;
	}
	#main .sec02 h2 .sml01 {
		margin-bottom: 1.2rem;
		font-size: 2rem;
	}
	#main .sec02 .photo {
		margin-bottom: -0.1rem;
	}
	#main .sec02 .photo img {
		margin-top: 0;
	}
	#main .sec02 .photo .txt {
		margin-bottom: -4.9rem;
		display: block;
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		font-size: 2.4rem;
		line-height: 2;
	}
	#main .sec02 .photo .txt .blue {
		font-size: 3.6rem;
	}
	#main .sec02 .photo .txt .lrg {
		font-size: 3.7rem;
	}
	#main .sec02 h3 {
		font-size: 2.2rem;
	}
	#main .sec02 .text01 {
		margin: 0 2.2rem;
		padding: 1.1rem 1rem 1.3rem;
		font-size: 2rem;
		line-height: 1.31;
	}
	#main .sec03 {
		padding: 4.9rem 0;
	}
	#main .sec03 h2 {
		padding-bottom: 0;
		font-size: 2.8rem;
	}
	#main .sec03 h2 .yellow {
		font-size: 4rem;
		line-height: 1.25;
	}
	#main .sec03 h2 .lrg {
		font-size: 2.8rem;
	}
	#main .sec03 h2 img {
		width: 16.9rem;
		display: block;
		margin: 2.3rem auto 0;
		position: static;
	}
	#main .sec03 .pho01 {
		margin-bottom: 2.8rem;
		margin-left: 0.1rem;
	}
	#main .sec03 .pho01 img {
		border-radius: 2rem;
	}
	#main .sec03 h3 {
		margin-bottom: 3.1rem;
		padding: 0 3rem 0 4rem;
		font-size: 2.8rem;
	}
	#main .sec03 h3::before {
		margin-top: 0.8rem;
	}
	#main .sec03 h3::after {
		margin-top: 0.8rem;
	}
	#main .sec03 .subBox {
		padding: 3rem 2rem 2.9rem;
	}
	#main .sec03 .subBox p {
		margin-bottom: 3rem;
		text-align: center;
		font-size: 2rem;
		line-height: 1.44;
	}
	#main .sec03 .subBox p .lrg {
		font-size: 3.2rem;
	}
	#main .sec03 .subBox .pho02 img {
		width: 26.6rem;
	}
	#main .sec04 {
		padding: 5rem 0 4.5rem;
	}
	#main .sec04 h2 {
		margin-bottom: 0;
		font-size: 2.8rem;
	}
	#main .sec04 h2 .lrg {
		font-size: 4rem;
	}
	#main .sec04 h2 img {
		width: 16rem;
		margin: 2.1rem auto 0;
		display: block;
		position: static;
	}
	#main .sec04 .reasonList {
		margin-bottom: 2.5rem;
	}
	#main .sec04 .reasonList li {
		margin: 0 0 1rem;
		padding: 3.1rem 1rem 2.8rem 2.2rem;
		width: auto;
		min-width: auto;
		border-radius: 2rem;
	}
	#main .sec04 .reasonList li:last-child {
		margin-bottom: 0;
	}
	#main .sec04 .reasonList li p {
		font-size: 2rem;
		line-height: 1.4;
	}
	#main .sec04 .reasonList li .blue {
		font-size: 2.8rem;
		line-height: 1.49;
		letter-spacing: -0.04em;
	}
	#main .sec04 .reasonList li .blue.sml {
		font-size: 2.5rem;
	}
	#main .sec04 .reasonList li .pho {
		display: none;
	}
	#main .sec04 .pho {
		margin: 0 -0.4rem 0 -0.3rem;
		text-align: center;
	}
	#main .sec05 {
		padding: 4.9rem 0 5rem;
	}
	#main .sec05 .subBox {
		margin-bottom: 1rem;
		padding: 3rem 1.5rem;
	}
	#main .sec05 .subBox .tips {
		width: fit-content;
		margin: 0 1rem 1.6rem auto;
		padding-bottom: 0.3rem;
		font-size: 1.4rem;
		font-weight: 700;
		letter-spacing: -0.04em;
		padding-left: 5.2rem;
		color: #000;
		background: url(../images/hikitori_lp/common/icon05.png) no-repeat left center / 3.9rem;
	}
	#main .sec05 .subBox .img {
		margin-right: -1.5rem;
		padding-right: 1.5rem;
		overflow: auto;
	}
	#main .sec05 .subBox img {
		width: 100%;
		min-width: 46.8rem;
	}
	#main .sec05 .note {
		margin: 0 0;
		font-size: 1rem;
	}
	#main .sec06 {
		padding: 4.9rem 0 5rem;
	}
	#main .sec06 .headLine01 {
		margin-bottom: 3rem;
	}
	#main .sec06 .faqList dt {
		margin-top: 1rem;
		padding: 1.5rem 5rem 1.5rem 7rem;
		min-height: 8rem;
		display: flex;
		align-items: center;
		border-width: 0.3rem;
	}
	#main .sec06 .faqList dt:first-child {
		margin-top: 0;
	}
	#main .sec06 .faqList dt::before {
		width: 1.6rem;
		height: 0.2rem;
		right: 2.7rem;
	}
	#main .sec06 .faqList dt::after {
		width: 0.2rem;
		height: 1.6rem;
		right: 3.4rem;
	}
	#main .sec06 .faqList dt .mark {
		left: 2.9rem;
		top: 2.7rem;
	}
	#main .sec06 .faqList dt .ttl {
		font-size: 1.4rem;
		line-height: 1.428;
	}
	#main .sec06 .faqList dd {
		margin: 0 2.4rem;
		padding: 2rem;
	}
	#main .sec06 .faqList dd p {
		margin-bottom: 1.5rem;
	}
	#main .sec06 .faqList dd p:last-child {
		margin-bottom: 0;
	}
	#main .sec07 {
		padding: 13.067vw 0 33.6vw;
		background-image: url(../images/hikitori_lp/index/bg02_sp.jpg);
	}
	#main .sec07 .headLine01 {
		margin-bottom: 2.6rem;
		font-size: 2.8rem;
	}
	#main .sec07 p {
		margin-bottom: 2.4rem;
		font-size: 1.2rem;
		line-height: 2;
	}
	#main .sec07 p:last-child {
		margin-bottom: 0;
	}
	#main .sec08 {
		padding: 4.9rem 0;
	}
	#main .sec08 .headLine01 {
		margin-bottom: 2.8rem;
	}
	#main .sec08 .text01 {
		margin-bottom: 1.2rem;
		font-size: 1.8rem;
		gap: 0.5rem;
	}
	#main .sec08 .text01 img {
		width: 3rem;
	}
	#main .sec08 .txtList {
		margin-bottom: 3.2rem;
		gap: 0.8rem;
	}
	#main .sec08 .txtList li {
		padding: 0.4rem 1.5rem 0.5rem;
		min-width: 14.2rem;
		font-size: 1.2rem;
		text-align: center;
	}
	#main .sec08 .tel {
		margin-bottom: 3rem;
		padding: 2rem;
		flex-direction: column;
		gap: 0.8rem;
	}
	#main .sec08 .tel .txt {
		font-size: 1.6rem;
	}
	#main .sec08 .tel a {
		width: 26.5rem;
		margin: 0 auto;
		max-width: 100%;
	}
	#main .sec08 .tel a .time {
		margin: 0.3rem 0 0;
		font-size: 1rem;
		text-align: left;
	}
	#main .sec08 .formWrap {
		margin-bottom: 3rem;
		padding: 2.9rem 2rem;
		border-radius: 2rem;
	}
	#main .sec08 th,
	#main .sec08 td {
		padding: 0;
		display: block;
		width: 100% !important;
	}
	#main .sec08 th {
		margin-bottom: 1rem;
		padding: 0;
	}
	#main .sec08 td {
		margin-bottom: 4rem;
	}
	#main .sec08 tr:last-child td {
		margin-bottom: 0;
	}
	#main .sec08 .privacy {
		margin-bottom: 3rem;
		padding: 2.6rem 2.5rem;
		border: none;
	}
	#main .sec08 .privacy p {
		margin-bottom: 2.8rem;
		line-height: 2;
	}
	#main .sec08 .privacy p:last-child {
		margin-bottom: 0;
	}
	#main .sec08 .tips
  #main .sec08 .agree {
		margin-bottom: 4.4rem;
		text-align: left;
	}
	#main .sec08 .submit {
		flex-direction: column;
		align-items: center;
	}
	#main .sec08 .submit li {
		max-width: 100%;
	}
	#main .sec08 .submit button {
		width: 21.9rem;
		height: 6.2rem;
		font-size: 2rem;
	}
	#main .sec08 .submit button span {
		padding: 0 3.4rem 0 2.2rem;
		background-size: 1.9rem;
	}
}
@media all and (min-width: 400px) and (max-width: 896px) {
	#main .sec07 {
		background-position: center top 65%;
	}
}
.fixBtn {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	z-index: 50;
}
.fixBtn a {
	width: 24.9rem;
	display: block;
}
.fixBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.fixBtn {
		width: 100%;
		right: 0;
		bottom: 0;
	}
	.fixBtn a {
		width: 100%;
		height: 5.3rem;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: #fff;
		font-size: 3.3rem;
		font-weight: 900;
		border-top: 0.2rem solid #fff;
		background: #F86C00;
	}
	.fixBtn a .txt {
		padding-right: 3rem;
		padding-bottom: 0.5rem;
		line-height: 1;
		display: inline-block;
		background: url(../images/hikitori_lp/common/icon04.png) no-repeat right center / 2.5rem;
	}
	.fixBtn a .sml {
		font-size: 2.7rem;
	}
}
.wpcf7 form .wpcf7-response-output{
  background:#fff;
  padding:.5em 1em;
}
