@charset "utf-8";
/*
Theme Name: rakumeal
Theme URI: null
Description: Description
Author: 81bridge - QP
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 (min-width: 897px) and (max-width: 1365px) {
	html {
		font-size: calc(1000vw / 1366);
	}
}
@media all and (max-width: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* 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;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.roboto {
	font-family: "Roboto", sans-serif;
}
.maru {
	font-family: "Zen Maru Gothic", sans-serif;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
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:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	z-index: 999;
	box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.12);
}
#gHeader .hBox {
	padding: 2rem 2.8rem 1.9rem 3.6rem;
}
#gHeader h1 {
	width: 19.6rem;
}
#gHeader .menuBox {
	justify-content: flex-end;
	align-items: center;
	width: calc(100% - 20rem);
}
#gHeader .linkUl li {
	margin-left: 2.5rem;
	width: 17.5rem;
}
#gHeader .linkUl li:first-child {
	margin-left: 0;
	width: 25rem;
}
#gHeader .linkUl li a {
	padding: 0.7rem 0 0.5rem 5.5rem;
	position: relative;
	min-height: 4.1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #FFF;
	font-family: "Roboto", sans-serif;
	border-radius: 0.6rem 2.5rem 2.5rem 0.6rem;
	border: 0.2rem solid transparent;
	box-sizing: border-box;
	box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
	background: linear-gradient(90deg, #54B546 0%, #5EC84F 100%);
}
#gHeader .linkUl li a::before {
	position: absolute;
	top: -0.2rem;
	left: -0.2rem;
	bottom: -0.2rem;
	width: 4.1rem;
	border-radius: 0.6rem 0 0 0.6rem;
	background: url(img/common/icon02.webp) no-repeat left center / 4.1rem;
	content: '';
	z-index: 5;
}
#gHeader .linkUl li:first-child a {
	background: linear-gradient(90deg, #FF5D5D 0%, #EF0000 100%);
}
#gHeader .linkUl li:first-child a::before {
	background: url(img/common/icon01.webp) no-repeat left center / 4.1rem;
}
@media all and (min-width: 897px) {
	#gHeader .menuBox {
		display: flex !important;
	}
	#gHeader .linkUl li a:hover {
		color: #54B546;
		border-color: #54B546;
		background: #FFF url(img/common/icon02.webp) no-repeat left center / 4.1rem;
	}
	#gHeader .linkUl li:first-child a:hover {
		color: #EF0000;
		border-color: #EF0000;
		background: #FFF url(img/common/icon01.webp) no-repeat left center / 4.1rem;
	}
}
#gNavi {
	padding-right: 2.5rem;
	width: calc(100% - 45.5rem);
	text-align: right;
	box-sizing: border-box;
}
#gNavi li {
	margin-left: 1.5rem;
	display: inline-block;
}
#gNavi li:first-child {
	margin-left: 0;
}
#gNavi li a {
	color: #651F00;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
}
@media all and (min-width: 897px) {
	#gNavi li a:hover {
		color: #FF7B47;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 0 6rem 0 1.5rem;
	}
	#gHeader h1 {
		margin-top: 1.7rem;
		width: 12.3rem;
	}
	#gHeader .menu {
		position: absolute;
		top: 2.2rem;
		right: 2rem;
		height: 1.4rem;
		width: 2rem;
		cursor: pointer;
		z-index: 300;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}	
	#gHeader .menu span {
		background: #651F00;
		border: none;
		height: 2px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}	
	#gHeader .menu span:nth-of-type(2) {
		top: 0.7rem;
	}	
	#gHeader .menu span:nth-of-type(3) {
		top: 1.4rem;
	}
	#gHeader .menu.on .top {
		transform: translateY(0.7rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
	}
	#gHeader .menuBox {
		padding-bottom: 12rem;
		display: none;
		width: 100%;
		position: fixed;
		top: 6.2rem;
		left: 0;
		width: 100%;
		height: calc(100dvh - 6rem);
		overflow: auto;
		box-sizing: border-box;
		background-color: #FFF;
		z-index: 200;
		box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.12);
	}
	#gHeader .linkUl li {
		margin-left: 0.2rem;
		width: 6rem !important;
	}
	#gHeader .linkUl li a {
		padding: 3rem 0.2rem 0.5rem;
		height: 100%;
		position: relative;
		min-height: 6rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		color: #FFF;
		font-size: 0.9rem;
		text-align: center;
		font-family: "Roboto", sans-serif;
		border-radius: 0;
		border: none;
		box-sizing: border-box;
		background: #5EC84F url(img/common/icon09.webp) no-repeat center top 0.8rem / 2.4rem;
	}
	#gHeader .linkUl li a::before {
		display: none;
	}
	#gHeader .linkUl li:first-child a {
		background: #EF0000 url(img/common/icon09.webp) no-repeat center top 0.8rem / 2.4rem;
	}
	#gNavi {
		padding: 2.7rem 2.2rem;
		width: auto;
		text-align: left;
		box-sizing: border-box;
	}
	#gNavi li {
		margin-left: 0;
		display: block;
	}
	#gNavi li a {
		padding: 1.6rem 0 1.5rem;
		display: block;
		font-size: 2rem;
		background: url(img/common/icon10.webp) no-repeat right 0.5rem top calc(50% + 0.2rem) / 2.7rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 5.9rem 0 0;
	background-color: #FFF;
}
#gFooter .fLogo {
	margin: 0 auto 6.5rem;
	width: 24.1rem;
}
#gFooter .fNavi {
	margin-bottom: 5.1rem;
	text-align: center;
}
#gFooter .fNavi li {
	display: inline-block;
	position: relative;
	padding: 0 4rem;
}
#gFooter .fNavi li::before {
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #000;
    content: "";
}
#gFooter .fNavi li:first-child::before {
	display: none;
}
#gFooter .fNavi li a {
	display: inline-block;
}
#gFooter .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .linkList {
	margin: 0 auto;
	max-width: 136.6rem;
	padding: 0 18.1rem;
	gap: 2rem 1rem;
	box-sizing: border-box;
}
#gFooter .linkList li {
	width: calc((100% - 2rem) / 3);
}
#gFooter .linkList li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid #f797c2;
	background-color: #f797c2;
}
#gFooter .linkList li a:hover {
	opacity: 0.7;
}
#gFooter .linkList li:nth-child(2) a {
	border-color: #F08325;
	background-color: #F08325;
}
#gFooter .linkList li:nth-child(3) a {
	border-color: #FF3328;
	background-color: #FF3328;
}
#gFooter .linkList li:nth-child(4) a {
	border-color: #60b42a;
	background-color: #60b42a;
}
#gFooter .linkList li:nth-child(5) a {
	border-color: #F5B400;
	background-color: #F5B400;
}
#gFooter .linkList li:nth-child(6) a {
	border-color: #732A00;
	background-color: #732A00;
}
#gFooter .linkList li:nth-child(7) a {
	border-color: #DD512C;
	background-color: #DD512C;
}
#gFooter .linkList li:nth-child(8) a {
	border-color: #AF2932;
	background-color: #AF2932;
}
#gFooter .linkList li:nth-child(9) a {
	border-color: #ff9a9b;
	background-color: #ff9a9b;
}
#gFooter .linkList li:nth-child(10) a {
	border-color: #D70053;
	background-color: #D70053;
}
#gFooter .linkList li:nth-child(11) a {
	border-color: #234e28;
	background-color: #234e28;
}
#gFooter .linkList li .pho {
	width: 9rem;
	min-height: 7.7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #FFF;
}
#gFooter .linkList li .pho img {
	padding: 0.3rem 0.2rem;
	max-width: 7.5rem;
	max-height: 6rem;
}
#gFooter .linkList li .txtBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc(100% - 9.7rem);
	color: #FFF;
}
#gFooter .linkList li .txtBox .subBox {
	padding: 0.2rem 0 0;
}
#gFooter .linkList li .txtBox .sml {
	font-size: 1.3rem;
	line-height: 1.3;
}
#gFooter .linkList li .txtBox .txt {
	line-height: 1.3;
}
#gFooter .linkList li .subMenu {
	display: none;
	padding: 0.4rem 0.5rem 1.7rem;
}
#gFooter .linkList li .subMenu li {
	width: auto;
}
#gFooter .linkList li .subMenu li a {
	display: inline-block;
	font-size: 1.4rem;
	background-color: transparent;
	border: none;
}
#gFooter .text {
	margin: 1.2rem 0 1.1rem;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;
}
#gFooter address {
	padding: 2rem;
	color: #FFF;
	text-align: center;
	background-color: #60b42a;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 4.7rem 0 0;
	}
	#gFooter .fLogo {
		margin: 0 auto 2.7rem;
		width: 22.1rem;
	}
	#gFooter .fNavi {
		margin-bottom: 2.5rem;
	}
	#gFooter .fNavi li {
		margin-bottom: 0.9rem;
		display: block;
		padding: 0;
	}
	#gFooter .fNavi li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fNavi li::before {
		display: none;
	}
	#gFooter .fNavi li a {
		display: inline-block;
		color: #818181;
		font-size: 1.15rem;
		text-decoration: underline;
	}
	#gFooter .linkList {
		margin: 0 1.6rem;
		max-width: inherit;
		padding: 0;
		gap: 2rem 1rem;
	}
	#gFooter .linkList li {
		width: calc((100% - 1rem) / 2);
	}
	#gFooter .linkList li a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#gFooter .linkList li .pho {
		width: 5.9rem;
		min-height: 7.6rem;
	}
	#gFooter .linkList li .pho img {
		padding: 0 0.8rem;
		max-width: 7rem;
		max-height: 5rem;
	}
	#gFooter .linkList li .txtBox {
		padding-right: 0.8rem;
		width: calc(100% - 6.7rem);
		box-sizing: border-box;
	}
	#gFooter .linkList li .txtBox .subBox {
		padding: 0.2rem 0 0;
	}
	#gFooter .linkList li .txtBox .sml {
		margin-bottom: 0.2rem;
		font-size: 1rem;
	}
	#gFooter .linkList li .txtBox .txt {
		font-size: 1.3rem;
	}
	#gFooter .text {
		margin: 1rem 0 2rem;
		font-size: 1.4rem;
	}
	#gFooter address {
		padding-bottom: 9.4rem;
	}
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 12.3rem;
	max-width: 192rem;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2.4rem;
		padding: 0;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 5.4rem;
	padding-bottom: 2.6rem;
	color: #651F00;
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	background: url(img/index/h3_bg05.webp) no-repeat center bottom / 60.9rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.3rem;
		padding-bottom: 1.8rem;
		font-size: 2.6rem;
		line-height: 1.34;
		background: url(img/index/h3_bg01_sp.webp) no-repeat center bottom / 20.8rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 3.8rem;
	padding-bottom: 1.7rem;
	position: relative;
	color: #651F00;
	font-size: 4rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	background: url(img/index/h3_bg01.webp) no-repeat left bottom / 30.7rem;
}
.headLine02.style01 {
	margin-bottom: 6.2rem;
	padding-bottom: 2.5rem;
	text-align: center;
	background: url(img/index/h3_bg01.webp) no-repeat center bottom / 30.7rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 3.5rem;
		padding-bottom: 1.4rem !important;
		font-size: 2.5rem !important;
		text-align: center;
		background: url(img/index/h3_bg01_sp.webp) no-repeat center bottom / 20.8rem !important;
	}
	.headLine02.style01 {
		margin-bottom: 2.4rem;
		font-size: 2.6rem !important;
	}
}
/*------------------------------------------------------------
	comTabBox
------------------------------------------------------------*/
.comTabBox {
	padding: 0 9.6rem;
}
.comTabBox .noteBox {
	display: none;
	margin: -2rem 0 8.4rem;
	padding: 1.1rem 2rem 1rem;
	text-align: center;
	border-radius: 0.6rem;
	border: 0.2rem solid #EF0000;
	background: #FCDEDD;
}
.contact .comTabBox .noteBox {
	margin-top: 0;
}
.comTabBox .noteBox.on {
	display: block;
}
.comTabBox .noteBox .innText {
	padding: 0.5rem 0 0.6rem 3.3rem;
	display: inline-block;
	color: #EF0000;
	font-weight: 400;
	letter-spacing: 0.1em;
	background: url(img/common/icon06.webp) no-repeat left center / 2.2rem;
}
.comTabBox .errorTxt {
	display: none;
	margin-bottom: -2.4rem;
	color: #EF0000;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.comTabBox .errorTxt.on {
	display: block;
}
.comTabBox table {
	margin-bottom: 1.3rem;
	width: 100%;
	border-collapse: collapse;
}
.comTabBox th,
.comTabBox td {
	display: block;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	word-break: break-all;
}
.comTabBox th {
	margin-bottom: 0.8rem;
	color: #651F00;
	font-weight: 700;
}
.comTabBox th .must {
	margin-right: 1.4rem;
	padding: 0.3rem 0.2rem 0.4rem;
	display: inline-block;
	width: 4.4rem;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	border-radius: 0.5rem;
	background: #FF814A;
	vertical-align: 0.2rem;
}
.comTabBox td {
	margin-bottom: 3.9rem;
}
.comTabBox tr:last-child td {
	margin-bottom: 0;
}
.comTabBox textarea,
.comTabBox input[type="tel"],
.comTabBox input[type="text"],
.comTabBox input[type="email"] {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0.6rem;
    height: 6rem;
    border: 1px solid #FF814A;
    box-sizing: border-box;
	color: #000;
    font-size: 1.6rem;
    padding: 0 1.5rem;
    width: 100%;
    background-color: #FFF;
}
.comTabBox textarea {
	padding: 1.5rem;
	resize: vertical;
	height: 23.5rem;
}
.comTabBox td .chooseBox .wpcf7-form-control-wrap {
	display: block;
}
.comTabBox td .chooseBox .wpcf7-form-control,
.comTabBox td .chooseUl {
	padding: 0.7rem 0.1rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 2.2rem 2.8rem;
	max-width: 72rem;
}
.comTabBox td .chooseBox .wpcf7-list-item,
.comTabBox td .chooseUl li {
	margin: 0;
	display: inline-block;
	min-width: 12.5rem;
}
.comTabBox td .chooseList,
.comTabBox td .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-response-output {
	display: none;
}
.comTabBox input[type="checkbox"] {
	display: none;
}
.comTabBox input[type="checkbox"] ~ span {
	padding: 0.5rem 0 0.5rem 3rem;
	color: #651F00;
    cursor: pointer;
	background: url(img/common/icon05.webp) no-repeat left center / 2.1rem;
}
.comTabBox input[type="checkbox"]:checked ~ span {
	background-image: url(img/common/icon05_on.webp);
}
.comTabBox td .sub {
	display: none;
}
.comTabBox .wpcf7-list-item {
	margin: 0;
}
.comTabBox .btmText {
	margin-bottom: 5.9rem;
	text-align: center;
}
.comTabBox .btmText a {
	margin-top: 0.8rem;
	display: inline-block;
	text-decoration: underline;
}
.comTabBox .btmText a:hover {
	opacity: 0.7;
}
.comTabBox .agree {
	margin-bottom: 2.4rem;
	text-align: center;
}
.comTabBox .submit {
	gap: 12.4rem;
}
.comTabBox .submit li {
	margin: 0;
	width: 26.5rem;
	position: relative;
}
.comTabBox .submit li input {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	padding: 0.2rem 0 0;
	width: 100%;
	height: 6.9rem;
	border-radius: 3.8rem;
	text-align: center;
	cursor: pointer;
	font-size: 2rem;
	font-weight: bold;
	color: #FF7B47;
	box-sizing: border-box;
	border: 0.2rem solid #FF7B47;
	background: #FFF;
	transition: 0.3s;
}
.comTabBox .wpcf7-spinner {
	margin: 0;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 105%;
}
@media all and (min-width: 897px) {
	.comTabBox .submit li input:hover {
		color: #FFF;
		background-color: #FF7B47;
	}
}
.comTabBox.confirm table {
	margin-bottom: 6rem;
}
.comTabBox.confirm td {
	margin-bottom: 5rem;
}
.comTabBox.confirm td .wpcf7-form-control-wrap {
	display: none;
}
.comTabBox.confirm td .errorTxt {
	display: none;
}
.comTabBox.confirm td .sub {
	display: block;
	padding: 1rem 0 1.2rem;
	font-weight: 400;
	line-height: 1.625;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #FF7B47;
}
.comTabBox.confirm td .chooseList {
	display: flex;
    flex-wrap: wrap;
    gap: 2.2rem 2.8rem;
    max-width: 72rem;
}
.comTabBox.confirm td .chooseList li {
	min-width: 12.5rem;
	color: #651F00;
	padding: 0.7rem 0 0.5rem 3.1rem;
	background: url(img/common/icon05_on.webp) no-repeat left top 0.9rem / 2.1rem;
}
.comTabBox.confirm .btmText,
.comTabBox.confirm .agree {
	display: none;
}
.comTabBox.confirm .submit li input {
	padding: 0;
	background: #FFF url(img/common/icon08.webp) no-repeat right 7.2rem center / 1rem;
}
.comTabBox.confirm .submit li.back input {
	background: #FFF url(img/common/icon07.webp) no-repeat left 7.1rem center / 1rem;
}
@media all and (min-width: 897px) {
	.comTabBox.confirm .submit li input:hover {
		background: #FF7B47 url(img/common/icon08_over.webp) no-repeat right 7.2rem center / 1rem;
	}
	.comTabBox.confirm .submit li.back input:hover {
		background: #FF7B47 url(img/common/icon07_over.webp) no-repeat left 7.1rem center / 1rem;
	}
}
@media all and (max-width: 896px) {
	.comTabBox {
		padding: 0;
	}
	.comTabBox .noteBox {
		margin: 3.6rem 0 4.2rem;
		padding: 0.2rem 1rem 0.2rem 2.1rem;
	}
	.comTabBox .noteBox .innText {
		padding: 0.2rem 0 0.6rem 3.5rem;
		font-size: 1.6rem;
		line-height: 1.625;
		text-align: left;
		background: url(img/common/icon06.webp) no-repeat left center / 2.2rem;
	}
	.comTabBox .errorTxt {
		margin: 0.3rem 0 -0.4rem;
	}
	.comTabBox table {
		margin-bottom: 2.3rem;
	}
	.comTabBox th,
	.comTabBox td {
		font-size: 1.6rem;
	}
	.comTabBox td {
		margin-bottom: 3rem;
	}
	.comTabBox textarea {
		padding: 1.5rem;
		height: 14.5rem;
	}
	.comTabBox td .chooseBox .wpcf7-form-control,
	.comTabBox td .chooseUl {
		padding: 0.8rem 0.1rem 0;
		display: block;
		max-width: inherit;
	}
	.comTabBox td .chooseBox .wpcf7-list-item,
	.comTabBox td .chooseUl li {
		margin-bottom: 1.6rem;
		min-width: inherit;
		display: block;
	}
	.comTabBox input[type="checkbox"] ~ span {
		padding: 0.5rem 0 0.7rem 3rem;
	}
	.comTabBox .btmText {
		margin-bottom: 1.5rem;
		line-height: 1.57;
	}
	.comTabBox .btmText a {
		margin-top: 0;
	}
	.comTabBox .agree {
		margin-bottom: 3.6rem;
		font-size: 1.6rem;
	}
	.comTabBox .submit {
		display: block;
	}
	.comTabBox .submit li {
		margin: 0 auto;
	}
	.comTabBox.confirm table {
		margin-bottom: 6.2rem;
	}
	.comTabBox.confirm .submit li {
		margin: 3rem auto 0;
		width: auto;
		max-width: 34.2rem;
	}
	.comTabBox.confirm td {
		margin-bottom: 3.1rem;
	}
	.comTabBox.confirm td .sub {
		margin-top: -0.4rem;
		padding: 0 0 0.6rem;
	}
	.comTabBox.confirm td .chooseList {
		display: block;
		max-width: inherit;
	}
	.comTabBox.confirm .submit li input {
		background: #FFF url(img/common/icon08_sp.webp) no-repeat right 9.3rem center / 1.3rem;
	}
	.comTabBox.confirm .submit li.back input {
		background: #FFF url(img/common/icon07_sp.webp) no-repeat left 9.1rem center / 1.3rem;
	}
	.comTabBox .wpcf7-spinner {
		position: absolute;
	    top: 105%;
	    transform: translateX(-50%);
	    left: 50%;
	}
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index .mainVisual {
	padding: 8% 0 26.5%;
	aspect-ratio: 2732 / 2192;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: url(img/index/main_bg.webp) no-repeat center top / 100%;
	box-sizing: border-box;
}
#index .mainVisual .inner {
	margin: 0 auto;
	padding: 0 12.3rem 9.8rem;
	width: 100%;
	max-width: 192rem;
}
#index .mainVisual .inner h2 {
	width: 56.2rem;
}
#index .mainVisual .link {
	position: absolute;
	bottom: 32.9%;
    right: 10%;
	width: 36.4rem;
}
#index .mainVisual .link a {
	min-height: 7.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 1.5rem 1.5rem 0 0;
	border: 0.6rem solid #ED7343;
	background-color: #EF0000;
	box-sizing: border-box;
}
#index .mainVisual .link a .sub {
	padding: 0.5rem 0 0.6rem 3.5rem;
	color: #FFF;
	font-size: 2.5rem;
	font-weight: 800;
	background: url(img/common/icon03.webp) no-repeat left center / 3rem;
	transition: 0.3s;
}
@media all and (min-width: 897px) {
	#index .mainVisual .link a:hover {
		border-color: #EF0000;
		background-color: #FFF;
	}
	#index .mainVisual .link a:hover .sub {
		color: #EF0000;
		background-image: url(img/common/icon03_over.webp);
	}
}
#index .sec01 {
	margin: -16vw 0 36.2rem;
}
#index .sec01 .imgBox {
	align-items: flex-start;
}
#index .sec01 .imgBox .textBox {
	width: 45rem;
}
#index .sec01 .imgBox .textBox .subBox .text {
	margin-bottom: 2.4rem;
	line-height: 2.12;
}
#index .sec01 .imgBox .textBox .subBox .text:last-child {
	margin-bottom: 0;
}
#index .sec01 .imgBox .photoList {
	margin: 3rem -12.3rem 0 0;
	width: calc(100% - 38.8rem);
}
#index .sec01 .imgBox .photoList .slick-list {
	padding-right: 4.3rem;
}
#index .sec01 .imgBox .photoList .slick-slide > div {
	margin-right: 1.5rem;
}
#index .sec01 .imgBox .photoList .slick-slide > div img {
	width: 100%;
	border-radius: 6rem;
}
#index .bgBox {
	padding: 0.2rem 0;
	position: relative;
	background-color: #FFF6E9;
}
#index .bgBox::before {
	position: absolute;
	top: -20rem;
	left: 0;
	width: 100%;
	height: 25rem;
	background: url(img/index/bg01.webp) no-repeat center top / 100%;
	content: '';
}
#index .bgBox::after {
	position: absolute;
	bottom: -20rem;
	left: 0;
	width: 100%;
	height: 25rem;
	background: url(img/index/bg02.webp) no-repeat center bottom / 100%;
	content: '';
	z-index: 5;
}
#index .sec02 {
	margin-bottom: 9.3rem;
}
#index .sec02 h3 {
	margin: -27.6rem 0 6.9rem;
	color: #651F00;
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	background: url(img/index/h3_bg01.webp) no-repeat center bottom / 30.7rem;
}
#index .sec02 h3 .sub {
	padding: 4rem 3.7rem 2.5rem 3.7rem;
	display: inline-block;
	background: url(img/index/h3_bg02.webp) no-repeat left top 2.4rem / 1.9rem,url(img/index/h3_bg03.webp) no-repeat right top 2.3rem / 2.2rem,url(img/index/h3_bg04.webp) no-repeat top center / 8.4rem;
}
#index .sec02 .textList {
	gap: 2rem;
}
#index .sec02 .textList li {
	padding-bottom: 3.1rem;
	width: calc((100% - 4rem) / 3);
	background-color: #FFF;
	border-radius: 4rem;
	overflow: hidden;
}
#index .sec02 .textList li .point {
	margin-bottom: 1.7rem;
	padding: 1.2rem 2rem 1rem;
	color: #FFF;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	background-color: #FF7B47;
}
#index .sec02 .textList li .ttl {
	margin-bottom: 2rem;
	color: #651F00;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	font-family: "Zen Maru Gothic", sans-serif;
}
#index .sec02 .textList li .pho {
	margin: 0 auto 1.9rem;
	width: 11.8rem;
}
#index .sec02 .textList li .txt {
	padding: 0 2.4rem;
	line-height: 1.75;
	text-align: justify;
}
#index .sec03 .tabBox {
	margin-bottom: 4rem;
}
#index .sec03 .tabBox table {
	width: 100%;
	border-collapse: collapse;
}
#index .sec03 .tabBox th,
#index .sec03 .tabBox td {
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	word-break: break-all;
}
#index .sec03 .tabBox thead th {
	padding: 1.1rem 0;
	position: relative;
	color: #651F00;
	font-size: 2.5rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	background-color: #FFCC7B;
}
#index .sec03 .tabBox thead th::before {
	position: absolute;
	top: 1.3rem;
	right: 0;
	width: 0.2rem;
	bottom: 1.3rem;
	background-color: #651F00;
	content: '';
}
#index .sec03 .tabBox thead th:first-child {
	width: 21.6%;
	border-radius: 4rem 0 0 0;
}
#index .sec03 .tabBox thead th:nth-child(2) {
	width: 17.6%;
}
#index .sec03 .tabBox thead th:nth-child(3) {
	width: 21.9%;
}
#index .sec03 .tabBox thead th:nth-child(4) {
	width: 17.9%;
}
#index .sec03 .tabBox thead th:last-child {
	border-radius: 0 4rem 0 0;
}
#index .sec03 .tabBox thead th:last-child::before {
	display: none;
}
#index .sec03 .tabBox tbody td {
	height: 6.6rem;
	font-size: 1.8rem;
	font-weight: 700;
	border-right: 0.2rem solid #FFF6E9;
	border-bottom: 0.2rem solid #FFF6E9;
	line-height: 1.375;
	background-color: #FFF;
}
#index .sec03 .tabBox tbody td.spec {
	font-size: 1.6rem;
}
#index .sec03 .tabBox tbody tr:last-child td:first-child {
	border-radius: 0 0 0 4rem;
}
#index .sec03 .tabBox tbody tr:last-child td:last-child {
	border-radius: 0 0 4rem 0;
}
#index .sec03 .innBox {
	margin-bottom: 4.9rem;
	padding: 7.5rem 10rem 8.6rem;
	border-radius: 6rem;
	background: url(img/index/sec03_bg01.webp) no-repeat center center / cover;
}
#index .sec03 .innBox h4 {
	margin: 0 auto -4.1rem;
	width: 44rem;
}
#index .sec03 .innBox .subBox {
	padding: 8.2rem 7.7rem 5.4rem;
	border-radius: 4.6rem;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.20);
}
#index .sec03 .innBox .textImg {
	margin: 0 auto 1.5rem;
	width: 57.8rem;
}
#index .sec03 .innBox .text {
	margin-bottom: 3rem;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
}
#index .sec03 .innBox .text .col {
	color: #ED7343;
}
#index .sec03 .innBox .textUl01 {
	margin-bottom: 1.3rem;
	gap: 2rem;
}
#index .sec03 .innBox .textUl01 li {
	padding: 0.5rem;
	width: 24rem;
	min-height: 7.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 1.8rem;
	color: #FF7B47;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	border: 0.2rem solid #FF7B47;
	background: #FFF;
	box-sizing: border-box;
}
#index .sec03 .innBox .textUl02 {
	margin-bottom: 2.6rem;
	gap: 1.5rem;
}
#index .sec03 .innBox .textUl02 li {
	padding: 0.5rem 4.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-width: 18.9rem;
	min-height: 5.8rem;
	font-size: 2rem;
	font-weight: 700;
	border-radius: 1.4rem;
	border: 0.2rem solid #33BFFF;
	background: #FFF;
}
#index .sec03 .innBox .note {
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
}
#index .sec03 .textInner {
	margin-bottom: 10.3rem;
	padding: 3.4rem 15rem;
	position: relative;
	background-color: #FFF;
	border-radius: 4rem;
}
#index .sec03 .textInner::before {
	position: absolute;
	top: -0.5rem;
	left: 6.6rem;
	width: 7.6rem;
	height: 8.8rem;
	background: url(img/index/sec03_img01.webp) no-repeat left top / 100%;
	content: '';
}
#index .sec03 .textInner h4 {
	margin-bottom: 2.6rem;
	color: #ED7343;
	font-size: 3.2rem;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	text-align: center;
}
#index .sec03 .textInner .text {
	margin-bottom: 2.7rem;
	line-height: 1.75;
	text-align: center;
}
#index .sec03 .textInner .note {
	font-size: 1.4rem;
	text-align: center;
}
#index .sec04 {
	position: relative;
	z-index: 6;
}
#index .sec04 .textList {
	margin-bottom: -5.3rem;
	padding: 0 5rem 0 4.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index .sec04 .textList li {
	position: relative;
	width: calc((100% - 4.1rem) / 2);
}
#index .sec04 .textList li::before {
	position: absolute;
	top: -0.8rem;
	left: -0.7rem;
	width: 5.7rem;
	height: 5.7rem;
	background: url(img/common/icon04.webp) no-repeat left top / 100%;
	content: '';
}
#index .sec04 .textList li .ttl {
	padding: 0.8rem 0.5rem 0.5rem;
	min-height: 9.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 2.5rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	line-height: 1.32;
	text-align: center;
	background-color: #FF7B47;
	border-radius: 4rem 4rem 0 0;
	border: 0.2rem solid #FF814A;
}
#index .sec04 .textList li .txtBox {
	padding: 1rem 2rem 2.1rem;
	min-height: 17.7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
	border-radius: 0 0 4rem 4rem;
	border: 0.2rem solid #FF814A;
}
#index .sec04 .textList li .txtBox .txt {
	line-height: 1.75;
	text-align: center;
}
#index .sec04 .textList li .txtBox .note {
	margin-top: 2.9rem;
	font-size: 1.4rem;
	text-align: center;
}
#index .sec05 {
	padding: 28.3rem 0 9.1rem;
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #FFDCAC 0%, #FFECD1 40.73%, #FFF 99.41%);
}
#index .sec05::before {
	position: absolute;
	bottom: -11.5rem;
	left: 0;
	width: 100%;
	height: 25rem;
	background: url(img/index/bg03.webp) no-repeat center top / 100%;
	content: '';
}
#index .sec05 .headLine01 {
	margin-bottom: 4rem;
}
#index .sec05 .text {
	margin-bottom: 3.1rem;
	font-size: 2rem;
	line-height: 1.6;
	text-align: center;
}
#index .sec05 .textUl {
	margin-bottom: 7.7rem;
	padding: 0 3rem 0 5.4rem;
}
#index .sec05 .textUl li {
	padding-left: 1.6rem;
	position: relative;
	font-size: 1.8rem;
	line-height: 1.78;
}
#index .sec05 .textUl li::before {
	position: absolute;
	top: 1.6rem;
	left: 0;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 10rem;
	background-color: #000;
	content: '';
}
#index .sec05 .textUl li.spec {
	color: #1DB050;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.55;
}
#index .thanks .sec05 {
	padding: 17.4rem 0 10.2rem;
}
#index .thanks .sec05 .text {
	margin-bottom: 9rem;
}
#index .thanks .sec05 .link {
	margin: 0 auto;
	width: 26.5rem;
}
#index .thanks .sec05 .link a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 6.9rem;
	border-radius: 3.8rem;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #FF7B47;
	box-sizing: border-box;
	border: 0.2rem solid #FF7B47;
	background: #FFF;
}
@media all and (min-width: 897px) {
	#index .thanks .sec05 .link a:hover {
		color: #FFF;
		background-color: #FF7B47;
	}
}
@media all and (max-width: 896px) {
	#index .mainVisual {
		padding: 75.7% 0 26.5%;
		aspect-ratio: 390 / 700;
		display: block;
		background-image: url(img/index/main_bg_sp.webp);
	}
	#index .mainVisual .inner {
		margin: 0 1.5rem 0 2.5rem;
		padding: 0;
		width: auto;
		max-width: inherit;
	}
	#index .mainVisual .inner h2 {
		width: auto;
	}
	#index .mainVisual .inner h2 img {
		width: 100%;
	}
	#index .mainVisual .link {
		position: fixed;
		bottom: 0;
		right: 0;
		width: auto;
		left: 0;
		z-index: 100;
	}
	#index .mainVisual .link a {
		padding: 0 2.1rem 0 0;
	}
	#index .mainVisual .link a .sub {
		padding: 0.5rem 0 0.6rem 4rem;
	}
	#index .sec01 {
		margin: -39.6vw 0 17rem;
	}
	#index .sec01 .imgBox {
		display: block;
	}
	#index .sec01 .imgBox .textBox {
		width: auto;
	}
	#index .sec01 .imgBox .textBox .subBox .text {
		margin-bottom: 1.7rem;
		line-height: 1.57;
	}
	#index .sec01 .imgBox .photoList {
		margin: 2.8rem -2.4rem 0 -0.2rem;
		width: auto;
	}
	#index .sec01 .imgBox .photoList .slick-list {
		padding-right: 11.8rem;
	}
	#index .sec01 .imgBox .photoList .slick-slide > div {
		margin-right: 1.4rem;
	}
	#index .sec01 .imgBox .photoList .slick-slide > div img {
		border-radius: 3rem;
	}
	#index .bgBox {
		padding-bottom: 2.3rem;
	}
	#index .bgBox::before {
		top: -8rem;
		left: 0;
		width: 100%;
		height: 9rem;
		background-image: url(img/index/bg01_sp.webp);
	}
	#index .bgBox::after {
		position: absolute;
		bottom: -8rem;
		height: 9rem;
		background-image: url(img/index/bg02_sp.webp);
	}
	#index .sec02 {
		margin-bottom: 5.3rem;
	}
	#index .sec02 h3 {
		margin: -11.9rem 0 3.4rem;
		font-size: 2.6rem;
		background: url(img/index/h3_bg01_sp.webp) no-repeat center bottom / 20.8rem;
	}
	#index .sec02 h3 .sub {
		padding: 2.9rem 3rem 1.9rem 3rem;
		background: url(img/index/h3_bg02.webp) no-repeat left top 1.8rem / 1.3rem,url(img/index/h3_bg03.webp) no-repeat right top 1.6rem / 1.5rem,url(img/index/h3_bg04.webp) no-repeat top center / 5.8rem;
	}
	#index .sec02 .textList {
		display: block;
	}
	#index .sec02 .textList li {
		margin-bottom: 2.4rem;
		padding-bottom: 3.6rem;
		width: auto;
		border-radius: 3rem;
	}
	#index .sec02 .textList li:last-child {
		margin-bottom: 0;
	}
	#index .sec02 .textList li .point {
		margin-bottom: 1.3rem;
		padding: 1.2rem 2rem 1.1rem;
	}
	#index .sec02 .textList li .ttl {
		margin-bottom: 0.7rem;
		font-size: 2rem;
		line-height: 1.5;
	}
	#index .sec02 .textList li .pho {
		margin: 0 auto 0.7rem;
		width: 11.8rem;
	}
	#index .sec02 .textList li .txt {
		padding: 0 2.4rem;
		line-height: 1.57;
	}
	#index .sec03 .tabBox {
		margin-bottom: 5.7rem;
	}
	#index .sec03 .tabBox table {
		margin-bottom: 2.3rem;
	}
	#index .sec03 .tabBox table:last-child {
		margin-bottom: 0;
	}
	#index .sec03 .tabBox thead th {
		padding: 1.7rem 1rem 1.6rem;
		color: #000;
		font-size: 1.8rem;
		width: 100% !important;
		border-radius: 3rem 3rem 0 0 !important;
	}
	#index .sec03 .tabBox thead th::before {
		display: none;
	}
	#index .sec03 .tabBox tbody td {
		padding: 1.5rem 2.3rem;
		height: 6.6rem;
		font-size: 1.8rem;
		text-align: left;
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
	}
	#index .sec03 .tabBox tbody td.spec {
		font-size: 1.6rem;
	}
	#index .sec03 .tabBox tbody td:first-child {
		padding: 0 0 0 1.3rem;
		width: 43%;
		color: #651F00;
	}
	#index .sec03 .tabBox tbody td.spec {
		font-size: 1.6rem;
	}
	#index .sec03 .tabBox tbody tr:last-child td:first-child {
		border-radius: 0 0 0 3rem;
	}
	#index .sec03 .tabBox tbody tr:last-child td:last-child {
		border-radius: 0 0 3rem 0;
	}
	#index .sec03 .innBox {
		margin: 0 -2.4rem 2.6rem;
		padding: 3.5rem 2.4rem 3.7rem;
		border-radius: 0;
		background-image: url(img/index/sec03_bg01_sp.webp);
	}
	#index .sec03 .innBox h4 {
		margin: 0 auto -2.4rem;
		width: 27.8rem;
	}
	#index .sec03 .innBox .subBox {
		padding: 4.7rem 2.4rem 3.9rem;
		border-radius: 3rem;
	}
	#index .sec03 .innBox .textImg {
		margin: 0 auto 0.5rem;
		width: 26.9rem;
	}
	#index .sec03 .innBox .text {
		margin: 0 -1rem 2.1rem;
		font-size: 2rem;
		line-height: 1.31;
	}
	#index .sec03 .innBox .textUl01 {
		margin: 0 auto 1rem;
		gap: 1.2rem;
		max-width: 29.4rem;
	}
	#index .sec03 .innBox .textUl01 li {
		padding: 0.2rem 0.5rem;
		width: calc((100% - 2.4rem) / 3);
		min-height: 3.1rem;
		border-radius: 0.8rem;
		font-size: 1.6rem;
		border: 1px solid #FF7B47;
	}
	#index .sec03 .innBox .textUl02 {
		margin: 0 -0.5rem 1.5rem;
		gap: 0.3rem;
	}
	#index .sec03 .innBox .textUl02 li {
		padding: 0.1rem 0.8rem;
		min-width: 6.1rem;
		min-height: 2.5rem;
		font-size: 1.4rem;
		border-radius: 0.6rem;
		border: 1px solid #33BFFF;
	}
	#index .sec03 .innBox .note {
		margin: 0 -1rem;
		font-size: 1.2rem;
	}
	#index .sec03 .textInner {
		margin-bottom: 5rem;
		padding: 2.5rem 7rem 2.6rem;
		border-radius: 3rem;
	}
	#index .sec03 .textInner::before {
		top: -0.2rem;
		left: 2.4rem;
		width: 4.7rem;
		height: 5.6rem;
	}
	#index .sec03 .textInner h4 {
		margin-bottom: 1.9rem;
		font-size: 2.4rem;
		line-height: 1.44;
	}
	#index .sec03 .textInner .text {
		margin: 0 -4rem 1.7rem;
		line-height: 1.57;
	}
	#index .sec03 .textInner .note {
		font-size: 1.2rem;
	}
	#index .sec04 .textList {
		margin-bottom: -5.3rem;
		padding: 0;
		display: block;
	}
	#index .sec04 .textList li {
		margin-bottom: 2rem;
		width: auto;
	}
	#index .sec04 .textList li:last-child {
		margin-bottom: 0;
	}
	#index .sec04 .textList li .ttl {
		padding: 1.9rem 0.5rem 1.2rem;
		min-height: inherit;
		font-size: 2rem;
		line-height: 1.3;
		border-radius: 3rem 3rem 0 0;
	}
	#index .sec04 .textList li .txtBox {
		padding: 2rem;
		min-height: inherit;
		display: block;
		border-radius: 0 0 3rem 3rem;
	}
	#index .sec04 .textList li .txtBox .txt {
		line-height: 1.57;
	}
	#index .sec04 .textList li .txtBox .note {
		margin-top: 1.2rem;
		font-size: 1.2rem;
	}
	#index .sec05 {
		padding: 10.5rem 0 4.6rem;
		background: linear-gradient(180deg, #FFDCAC 0%, #FFF 100%);
	}
	#index .sec05::before {
		bottom: -0.2rem;
		height: 9rem;
		background-image: url(img/index/bg01_sp.webp);
	}
	#index .sec05 .headLine01 {
		margin-bottom: 2.2rem;
	}
	#index .sec05 .text {
		margin-bottom: 1rem;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#index .sec05 .textUl {
		margin-bottom: 3.5rem;
		padding: 0 1.1rem;
	}
	#index .sec05 .textUl li {
		padding-left: 1.4rem;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#index .sec05 .textUl li::before {
		top: 1.2rem;
		width: 0.4rem;
		height: 0.4rem;
	}
	#index .sec05 .textUl li.spec {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#index .thanks {
		padding: 6rem 0 0;
	}
	#index .thanks .sec05 {
		padding: 12.3rem 0 6.5rem;
		position: relative;
		overflow: inherit;
		background: linear-gradient(180deg, #FFDCAC 0%, #FFF 100%);
	}
	#index .thanks .sec05::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 9.8rem;
		background: url(img/index/bg04.webp) no-repeat center bottom / 100%;
		content: '';
	}
	#index .thanks .sec05::after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 9.6rem;
		background: url(img/index/bg05.webp) no-repeat center top / 100%;
		content: '';
	}
	#index .thanks .sec05 .text {
		margin-bottom: 7.6rem;
	}
	#index .thanks .sec05 .link {
		width: auto;
		max-width: 34.2rem;
	}
	#index .thanks .sec05 .link a {
		padding-top: 0.3rem;
	}
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#index .contact .sec05::before {
	bottom: -8rem;
}
#index .contact .sec05::after {
	position: absolute;
	top: -8rem;
	left: 0;
	width: 100%;
	height: 25rem;
	background: url(img/index/bg02.webp) no-repeat center bottom / 100%;
	content: '';
}
@media all and (max-width: 896px) {

}

.contact #index {
	display: none;
}
.contact.done #index {
	display: block;
}
.contact.done > .content {
	display: none;
}
.contact #index .thanks .sec05 {
	padding: 17.4rem 0 10.2rem;
	background: none;
}
.contact #index .thanks .sec05::before {
	display: none;
}
.grecaptcha-badge {
  z-index: 9999;
}
@media all and (max-width: 896px) {
	.grecaptcha-badge {
  	bottom: 8rem !important;
	}
}