@charset "UTF-8";
/*--------------- front（トップページ） ---------------*/
/*==================
front header pc
====================*/
@media (min-width: 600px) {
	.home .logo {
		width: 225px;
		position: absolute;
		top: 2rem;
		left: 2rem;
		z-index: 2;
		margin: 0;
	}

	.home header {
		background: none;
		box-shadow: none;
		position: absolute;
	}

	.home .inner_header {
		max-width: none;
	}

	.home .hm_menu {
		display: block;
	}

	.home .hm_menu ul {
		box-shadow: 0px 0px 13px 0 rgba(172, 173, 175, 0.5);
		color: #fff;
		display: flex;
		font-weight: 600;
		justify-content: space-between;
		align-items: center;
		flex-wrap: nowrap;
		border-radius: 25px;
		width: 420px;
		height: 50px;
		position: absolute;
		top: 1.8rem;
		right: 1.8rem;
		z-index: 10;
		background: #fff;
		padding: 0 3.5rem 0 12rem;
	}

	.home .hm_menu a {
		color: #666666;
	}

	.home .hm_menu a:hover {
		color: #1e46aa;
		text-decoration: underline;
		opacity: 1;
	}

	.home .hm_menu li:first-child {
		position: absolute;
		top: 0;
		left: 0;
		background: #1e46aa;
		border-radius: 25px 0 0 25px;
		height: 100%;
		line-height: 50px;
		padding: 0 2rem;
	}

	.home .sub_menu {
		display: none;
	}
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
	.home .hm_menu ul {
		width: 380px;
		padding: 0 3rem 0 10rem;
		top: 1.5rem;
		right: 1.5rem;
	}

	.home .logo {
		width: 171px;
		top: 1.5rem;
		left: 1.5rem;
	}
}

/*==================
front mv sp
====================*/
.mv_area01 {
	width: 100%;
	position: relative;
	padding-top: 91.67%;
	/* 高さ = 330 ÷ 360 × 100 = 91.67% */
}

.mv_bg01 {
	background-image: url("../images/front/mv_front01_sp.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.mv_area01 .text_mv01 {
	width: 68%;
	position: absolute;
	top: 9%;
	right: 3%;
}



/* swiper */
.mv_outer {
	background-color: #ebe7e1;
	position: relative;
	padding-bottom: 8rem;
}

@media (max-width: 599px) {
	.mv_outer {
		margin-top: 6rem;
	}

	.swiper_mv {
		padding: 0 2rem;
		margin-top: -4rem;
		position: relative;
	}

	.swiper_mv::after {
		background: #EBE7E1;
		background: linear-gradient(180deg, rgba(235, 231, 225, 0) 0%, rgba(235, 231, 225, 1) 100%);
		content: "";
		width: 100%;
		height: 100px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 2;
	}

	.swiper_mv .swiper-slide:nth-child(3) .post_ttl01,
	.swiper_mv .swiper-slide:nth-child(3) ul {
		display: none;
	}

	/* swiper無効化時 */
	.swiper_mv .swiper-wrapper {
		flex-direction: column;
		row-gap: 15px;
	}

	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}

	.swiper_mv .swiper-slide:nth-child(n+4) {
		display: none;
	}
}

/*==================
front mv pc
====================*/
@media (min-width: 600px) {
	.mv_area01 {
		padding-top: 0;
		height: 400px;
	}

	.mv_bg01 {
		background-image: url("../images/front/mv_front01_pc.jpg");
	}

	@media screen and (-webkit-min-device-pixel-ratio:2),
	(min-resolution: 2dppx) {
		.mv_bg01 {
			background-image: url("../images/front/mv_front01_pc@2x.jpg");
		}
	}

	.mv_area01 .text_mv01 {
		width: 320px;
		top: 20%;
	}

	.mv_area01 .inner01 {
		max-width: 800px;
		height: 100%;
		margin: 0 auto;
		position: relative;
	}

	/* swiper */
	.swiper_mv {
		position: relative;
		padding: 2rem 0 2rem;
		margin-top: -10rem;
	}

	.swiper_mv .swiper-slide {
		height: auto;
	}

	.swiper_mv .swiper_box {
		height: 100%;
	}

	.swiper-button-prev,
	.swiper-button-next,
	.swiper-must-button-prev,
	.swiper-must-button-next {
		background-color: rgba(255, 255, 255, 0.8);
		border-radius: 50%;
		position: absolute;
		z-index: 2;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 60px;
		height: 60px;
		top: 0;
		bottom: 0;
		z-index: 2;
	}

	.swiper-button-prev,
	.swiper-must-button-prev {
		left: 1rem;

	}

	.swiper-button-next,
	.swiper-must-button-next {
		right: 1rem;
	}

	.swiper-button-prev::before,
	.swiper-button-next::before,
	.swiper-must-button-prev::before,
	.swiper-must-button-next::before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 2px;
		right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
		width: 12px;
		height: 12px;
		border-top: 2px solid #1e46aa;
		border-right: 2px solid #1e46aa;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		cursor: pointer;
	}

	.swiper-button-next::before,
	.swiper-must-button-next::before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: -2px;
	}
}

@media (min-width: 1025px) {
	.mv_area01 {
		height: auto;
		padding-top: 36.88%;
	}

	.mv_area01 .text_mv01 {
		width: 372px;
		top: 16%;
	}
}

@media (min-width: 1600px) {
	.mv_area01 .inner01 {
		max-width: 1200px;
	}

	.mv_area01 .text_mv01 {
		width: 39.5%;
	}
}


/*==================
must_see_area sp
====================*/
.must_see_area {
	padding: 8rem 0;
	position: relative;
	z-index: 0;
}

.img_mustsee01 {
	position: absolute;
	top: -6rem;
	left: 0;
	z-index: -1;
	width: 50%;
}

.swiper_must {
	padding: 2rem;
}

@media (max-width: 599px) {

	/* swiper無効化時 */
	.swiper_must .swiper-wrapper {
		flex-direction: column;
		row-gap: 15px;
	}

	.swiper_must .swiper-slide:nth-child(4) .post_ttl01,
	.swiper_must .swiper-slide:nth-child(4) ul {
		display: none;
	}

	.swiper_must .swiper-slide:nth-child(n+5) {
		display: none;
	}

	.swiper_must::after {
		background: #EBE7E1;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
		content: "";
		width: 100%;
		height: 100px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 2;
	}
}

/*==================
must_see_area pc
====================*/
@media (min-width: 600px) {
	.must_see_area {
		padding: 12rem 0;
	}

	.img_mustsee01 {
		width: 44%;
		min-width: 380px;
		left: -10%;
	}

	.swiper_must {
		width: 95%;
		margin: 0 0 0 auto;
	}

	.swiper_more_box {
		background-color: #1e46aa;
		border-radius: 10px;
		box-shadow: 0px 0px 10px 2px rgba(172, 173, 175, 0.5);
		color: #fff;
		font-size: 1.8rem;
		font-size: clamp(11px, 1vw, 18px);
		font-weight: 900;
		text-align: center;
	}

	.swiper_more_box div {
		color: #fff;
		display: inline-block;
		position: relative;
		line-height: 1.5;
		margin-top: 14%;
	}

	.swiper_more_box div::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: -3rem;
		display: inline-block;
		width: 48px;
		height: 1px;
		margin: auto;
		background-color: #fff;
		-webkit-transform: rotate(65deg);
		transform: rotate(65deg);
	}

	.swiper_more_box div:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: -3rem;
		margin: auto;
		display: inline-block;
		width: 48px;
		height: 1px;
		background-color: #fff;
		-webkit-transform: rotate(-65deg);
		transform: rotate(-65deg);
	}

	.swiper_more_box span {
		font-size: 3rem;
		font-size: clamp(20px, 1.8vw, 30px);
		font-weight: 500;
	}

	.swiper_more_box p {
		color: #fff;
		font-size: 4rem;
		font-size: clamp(28px, 2.5vw, 40px);
		font-weight: 900;
		margin: 2rem 0 4.5rem;
	}

	/* swiper */
	.swiper-container {
		position: relative;
		width: 100%;
	}

	.swiper_must {
		overflow: visible;
	}

	.swiper_must .swiper-slide {
		height: auto;
	}

	.swiper_must .swiper_box {
		height: 100%;
	}

	/*scrollbar*/
	.swiper-scrollbar_box {
		padding: 2.5rem 0 0;
		top: 0;
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
		position: relative;
	}

	.swiper-scrollbar {
		background: #e7e7e8;
		border-radius: 15px;
		height: 6px;
	}

	.swiper-scrollbar .swiper-scrollbar-drag {
		background: #1e46aa;
		border-radius: 10px;
		height: 6px;
	}


	.must_see_area .swiper-button_box {
		max-width: 530px;
		margin: 0 auto;
		position: relative;
	}

	.swiper-must-button-prev,
	.swiper-must-button-next {
		background-color: #1e46aa;
		width: 50px;
		height: 50px;
	}

	.swiper-must-button-prev::before,
	.swiper-must-button-next::before {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		width: 10px;
		height: 10px;
	}

	.swiper_must .common_btn01 {
		width: 92%;
		max-width: 300px;
		font-size: 1.7rem;
		font-size: clamp(14px, 1.8vw, 17px);
		position: absolute;
		bottom: 20%;
		left: 0;
		right: 0;
		margin: auto;
	}
}

@media (min-width: 1025px) {
	.swiper_must {
		width: 82.5%;
	}
}


/*==================
beginner_area sp
====================*/
.beginner_area {
	background-color: #edeff2;
	padding: 3.8rem 2rem 9rem;
	position: relative;
	z-index: 0;
}

.beginner_area::after {
	border-radius: 85px 0 0 85px;
	background-color: #d5deec;
	content: "";
	width: 77%;
	aspect-ratio: 28 / 17;
	position: absolute;
	bottom: 4rem;
	right: 0;
	z-index: -1;
}

.img_person01 {
	position: absolute;
	top: -4rem;
	left: 14%;
}

.img_person02 {
	top: -4.5rem;
	left: auto;
	right: 14%;
}

.beginner_area .ttl_area01 img {
	display: block;
	margin: 0 auto 2.5rem;
	width: 16px;
}

.beginner_area .ttl_area01 span {
	display: block;
}

.beginner_area .ttl_area01 h3 {
	background: linear-gradient(90deg, #1e46aa 11%, #e59ed4 23%, #1ee5dc 28%, #1e46aa 56%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	display: inline-block;
	letter-spacing: 0;
	padding-bottom: 1rem;
	margin-bottom: 3.5rem;
}

.post_beginner01 {
	border-radius: 10px;
	color: #fff;
	display: block;
	position: relative;
	z-index: 0;
	width: 100%;
	max-width: 730px;
	aspect-ratio: 17 / 10;
	margin: 0 auto 3rem;
	overflow: hidden;
}

.post_beginner_link .img_thumbnail01::before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	border-radius: 0 0 10px 10px;
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.post_beginner01 .post_beginner_link {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post_beginner01 h4 {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 0 1.5rem;
	position: absolute;
	bottom: 20%;
	left: 0;
	z-index: 3;
}

.post_beginner01 ul {
	position: absolute;
	z-index: 2;
	bottom: 5%;
	left: 1.5rem;
}

.post_beginner01 .img_thumbnail01 {
	border-radius: 10px;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	max-width: 730px;
	object-fit: cover;
	top: 0;
	left: 0;
}

.post_beginner01 .img_thumbnail01 img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.beginner_btn01 a {
	width: 100%;
	max-width: 600px;
	height: 60px;
	line-height: 57px;
	padding-left: 5%;
	text-align: left;
	margin: 1rem auto;
}

/*==================
beginner_area pc
====================*/
@media (min-width: 1025px) {
	.beginner_area {
		padding: 18rem 2rem 15rem;
	}

	.beginner_area::after {
		aspect-ratio: 77 / 26;
		border-radius: 200px 0 0 200px;
		bottom: 8rem;
		width: 48%;
	}

	.img_person01 {
		top: -1rem;
		left: 30%;
	}

	.img_person02 {
		top: -3.5rem;
		left: 60%;
	}

	.beginner_area .inner01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 1220px;
		margin: 0 auto;
		position: relative;
	}

	.beginner_area .ttl_area01 {
		text-align: left;
		max-width: 440px;
		width: 37%;
	}

	.post_beginner01 h4 {
		font-size: 1.7rem;
		max-width: 450px;
		bottom: 15%;
	}

	.beginner_area .ttl_area01 img {
		width: 20px;
		margin: 0 auto 1.5rem 0;
	}

	.post_beginner01 {
		border-radius: 20px;
		margin: 3.5rem 0 0;
		width: 60%;
	}

	.post_beginner_link .img_thumbnail01::before {
		border-radius: 0 0 20px 20px;
	}

	@media (hover: hover) {
		.post_beginner_link:hover .img_thumbnail01 img {
			border-radius: 20px;
			transform: scale(1.1);
		}
	}

	.beginner_btn01 {
		position: absolute;
		top: 18rem;
		left: 0;
		width: 37%;
		max-width: 440px;
	}
}


/*==================
pick_up_area sp
====================*/
.pick_up_area {
	padding: 8rem 2rem;
}

/* list_area01：TOPページの一覧 */
.list_area01 li .post_unit01_link {
	display: block;
}

.list_area01 .post_unit01 {
	margin-bottom: 1.5rem;
}

@media (max-width: 599px) {
	.pick_up_area .list_area01 {
		position: relative;
	}

	.pick_up_area .list_area01::after {
		background: #EBE7E1;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
		content: "";
		width: 100%;
		height: 100px;
		position: absolute;
		bottom: -1rem;
		left: 0;
		z-index: 2;
	}

	.pick_up_area .list_area01 .post_unit01:nth-child(4) .post_ttl01,
	.pick_up_area .list_area01 .post_unit01:nth-child(4) ul {
		display: none;
	}

	.pick_up_area .list_area01 .post_unit01:nth-child(5),
	.pick_up_area .list_area01 .post_unit01:nth-child(6) {
		display: none;
	}
}

/*==================
pick_up_area pc
====================*/
@media (min-width: 600px) {
	.pick_up_area {
		padding: 12rem 2rem 18rem;
	}

	.list_area01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.list_area01 .post_unit01 {
		width: 47.5%;
		margin-bottom: 5rem;
	}
}

@media (min-width: 1025px) {
	.list_area01 .post_unit01 {
		width: 32.4%;
	}
}


/*==================
search_area sp
====================*/
.search_area {
	background: #1E46AA;
	background: linear-gradient(45deg, rgba(30, 70, 170, 1) 50%, rgba(62, 124, 229, 1) 100%);
	box-shadow: 0px 0px 20px 0px rgba(80, 93, 114, 0.6);
	padding: 4rem 2rem;
	position: relative;
	z-index: 0;
}

.img_person03 {
	top: -5.5rem;
	left: 1rem;
	z-index: 2;
}

.speech_bubble_box01 {
	display: block;
	text-align: center;
	position: absolute;
	top: -1.3rem;
	left: 0;
	right: 0;
	margin: auto;
	filter: drop-shadow(0px 3px 0px rgba(28, 31, 63, 0.7));
}

.result .speech_bubble_box01 {
	top: -3.5rem;
}

.search_area .speech_bubble01 {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding: 6px 22px 8px;
	border: 1px solid #296ee2;
	border-radius: 18px;
	background: #94B6F0;
	background: linear-gradient(60deg, rgba(148, 182, 240, 1) 0%, rgba(212, 226, 249, 1) 100%);
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	color: #1e46aa;
}

.speech_bubble01::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 13px 5px 0 5px;
	border-color: #296ee2 transparent transparent;
	translate: -50% 100%;
}

.speech_bubble01::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 10.2px 3.9px 0 3.9px;
	border-color: #a9c5f3 transparent transparent;
	translate: -50% 100%;
}

.search_hidden {
	display: none;
}

.question.visible,
.result.visible {
	opacity: 1;
	animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.img_progress01 {
	display: block;
	margin: 0 auto 2rem;
	width: 150px;
}

.question button {
	background-color: #fff;
	box-shadow: 0px 3px 0px 0px rgba(28, 31, 63, 0.7);
	border-radius: 10px;
	border: none;
	color: #1e46aa;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 900;
	text-align: left;
	display: block;
	width: 100%;
	margin: 0 0 1.5rem;
	cursor: pointer;
	position: relative;
	padding: 1.5rem 15% 1.5rem 1.5rem;
	line-height: 1.7;
	z-index: 0;
	min-height: 85px;
}

.question button::before {
	background-color: #ed1e79;
	border-radius: 0 10px 10px 0;
	content: "";
	width: 12%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.question button:last-child::before {
	background-color: #00a99d;
}

.question button::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #fff;
	border-right: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5%;
	margin: auto;
	z-index: 3;
}

.question button span {
	color: #ed1e79;
}

.question button:last-child span {
	color: #00897c;
}

.question button img {
	height: 90%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}

.question h4,
.result_ttl01,
.question h2 {
	border-top: solid 1px #002877;
	border-bottom: solid 1px #002877;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
	text-align: center;
	padding: 3.5rem 0;
	position: relative;
	margin-bottom: 4rem;
}

.question h4::before,
.result_ttl01::before,
.question h2::before {
	content: "";
	background: url(../images/front/shadow_search01_sp.png) no-repeat center;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	width: 190px;
	height: 20px;
	position: absolute;
	top: -2rem;
	left: 0;
	right: 0;
	margin: auto;
}

.search_area h4::after,
.result_ttl01::after,
.question h2::after {
	content: "";
	background: url(../images/front/shadow_search01_sp.png) no-repeat center;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	width: 190px;
	height: 20px;
	position: absolute;
	bottom: -2rem;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(180deg);
}

.question h4 img,
.question h2 img {
	width: 32px;
	position: absolute;
	top: -1rem;
	left: 2%;
	z-index: 2;
}

#q2a.question h4 img,
#q2a.question h2 img #q2b.question h4 img,
#q2b.question h2 img {
	width: 35px;
}

.result {
	color: #fff;
}

.result_ttl01 {
	color: #d8bd68;
	line-height: 2;

}

.result h4,
.result h2 {
	color: #fdd537;
	font-size: 1.8rem;
	font-weight: 900;
}

.result p {
	font-size: 1.4rem;
	line-height: 1.7;
}

.light_search01 {
	width: 40px;
	position: absolute;
	top: -2.7rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

.result .common_btn01 {
	background-color: #fdd537;
	border: none;
	box-shadow: 0px 5px 0px 0px rgba(28, 31, 63, 0.7);
	color: #1e46aa;
	font-weight: 700;
	width: 100%;
	margin: 2.5rem auto;
}

.result .common_btn01::before {
	border-top: 1px solid #1e46aa;
	border-right: 1px solid #1e46aa;
}

.result .common_btn01::after {
	background: #1e46aa;
}

.restart_btn01 {
	color: #fff;
	display: block;
	font-size: 1.3rem;
	text-align: center;
	text-decoration: underline;
	text-align: center;
}

@media (max-width: 599px) {

	.question h4 img,
	.question h2 img {
		opacity: 0.8;
	}

	.result_ttl01 {
		font-weight: 500;
		font-size: 1.5rem;
	}
}

/*==================
search_area pc
====================*/
@media (min-width: 600px) {
	.search_area {
		padding: 8rem 2rem;
	}

	.search_area .inner_pc01 {
		max-width: 850px;
		margin: 0 auto;
		position: relative;
	}

	.speech_bubble_box01 {
		top: -10.2rem;
	}

	.result .speech_bubble_box01 {
		top: -10rem;
	}

	.search_area .speech_bubble01 {
		border-radius: 25px;
		font-size: 2rem;
		font-weight: 900;
		padding: 1rem 3.5rem 1.2rem;
	}

	.speech_bubble01::after {
		border-width: 15.2px 6.9px 0 6.9px;
	}

	.img_person03 {
		top: -10rem;
		left: 10%;
	}

	.img_progress01 {
		width: 160px;
		margin: 0 auto 5rem;
	}

	.question h4 img,
	.question h2 img {
		width: 67px;
		top: -1.5rem;
		left: 5%;
	}

	#q2a.question h4 img,
	#q2a.question h2 img,
	#q2b.question h4 img,
	#q2b.question h2 img {
		width: 73px;
	}

	.question h4,
	.question h2,
	.result_ttl01 {
		font-size: 2.8rem;
		letter-spacing: 0.07em;
		margin-bottom: 5rem;
		padding: 3rem 0;
	}

	.result_ttl01 {
		padding: 1.5rem 0;
	}

	.result {
		padding-top: 5rem;
	}

	.question button {
		box-shadow: 0px 5px 0px 0px rgba(28, 31, 63, 0.7);
		border-radius: 20px;
		font-size: 2rem;
		font-weight: 900;
		width: 49%;
		padding: 3rem 10% 3rem 2rem;
		line-height: 2;
	}

	.question button img {
		height: 75%;
	}

	.question button::before {
		border-radius: 0 20px 20px 0;
		width: 10%;
	}

	.question button::after {
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 12px solid #fff;
		right: 3.2%;
	}

	.question h4::before,
	.result_ttl01::before,
	.question h2::before {
		background: url(../images/front/shadow_search01_pc.png) no-repeat center;
		width: 500px;
		height: 20px;
		top: -2rem;
	}

	.search_area h4::after,
	.result_ttl01::after,
	.search_area h2::after {
		background: url(../images/front/shadow_search01_pc.png) no-repeat center;
		width: 500px;
		height: 20px;
		bottom: -2rem;
	}

	.result h4,
	.result h2 {
		font-size: 2.4rem;
	}

	.result h4 span,
	.result h2 span {
		font-size: 3rem;
	}

	.result p {
		color: #99eaed;
		font-size: 2rem;
		text-align: center;
		line-height: 2.5;
		max-width: 630px;
		margin: 0 auto;
		background-image: linear-gradient(transparent 0, transparent 97%, #60a4ad 100%);
		background-size: 100% 3em;
		line-height: 3em;
	}

	.result .common_btn01 {
		width: 280px;
		margin: 5rem auto 2.5rem;
	}

	.restart_btn01 {
		font-size: 1.5rem;
	}

	.light_search01 {
		width: 75px;
		top: -7.7rem;
	}
}


/*==================
hall_area sp
====================*/
.hall_area {
	padding: 5rem 2rem;
}

.hall_area .ttl_area01 img {
	width: 23px;
	display: block;
	margin: 0 auto 1rem;
}

@media (max-width: 599px) {
	.hall_area .list_area01 {
		position: relative;
	}

	.hall_area .list_area01::after {
		background: #EBE7E1;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
		content: "";
		width: 100%;
		height: 100px;
		position: absolute;
		bottom: -1rem;
		left: 0;
		z-index: 2;
	}

	.hall_area .list_area01 .post_unit01:nth-child(4) .post_ttl01,
	.hall_area .list_area01 .post_unit01:nth-child(4) ul {
		display: none;
	}

	.hall_area .list_area01 .post_unit01:nth-child(5),
	.hall_area .list_area01 .post_unit01:nth-child(6) {
		display: none;
	}
}

/*==================
hall_area pc
====================*/
@media (min-width: 600px) {
	.hall_area {
		padding: 11rem 2rem;
	}

	.hall_area .ttl_area01 img {
		width: 28px;
		margin: 0 auto 1.5rem;
	}
}


/*==================
about_area sp
====================*/
.about_area {
	background-image: url(../images/front/bg_about01_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 8rem 2rem 11rem;
}

.about_area h3 {
	color: #1e46aa;
	font-size: 2.6rem;
	font-weight: 900;
	line-height: 1.7;
	margin-bottom: 3.5rem;
}

.about_area p {
	color: #1e46aa;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.8;
}

.about_area .common_btn01 {
	margin: 5rem auto 0;
}

/*==================
about_area pc
====================*/
@media (min-width: 600px) {
	.about_area {
		background-image: url(../images/front/bg_about01_pc.jpg);
		padding: 16rem 2rem 30rem;
		position: relative;
	}

	.about_area::before {
		content: "";
		width: 100%;
		height: 170px;
		background: #FFFFFF;
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(235, 240, 247, 0) 100%);
		position: absolute;
		top: -1rem;
		left: 0;
		z-index: 2;
	}

	.about_area::after {
		content: "";
		width: 100%;
		height: 170px;
		background: #FFFFFF;
		background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(235, 240, 247, 0) 100%);
		position: absolute;
		bottom: -1rem;
		left: 0;
		z-index: 2;
	}

	.about_area .inner_pc01 {
		max-width: 1220px;
		margin: 0 auto;
	}

	.about_area h3 {
		font-size: 3.8rem;
	}

	.about_area p {
		font-size: 1.6rem;
		max-width: 350px;
		margin: 0 auto 0 0;
	}

	.about_area .common_btn01 {
		margin: 3rem 0 0;
	}
}


/*==================
front_category_area sp
====================*/
.front_category_area {
	background: #E6EEF7;
	background: linear-gradient(180deg, rgba(230, 238, 247, 1) 0%, rgba(230, 238, 247, 0) 100%);
	padding: 5rem 0 12rem;
}

.front_category_area h3 {
	color: #1e46aa;
	font-size: 3rem;
	text-align: center;
	position: relative;
	display: inline-block;
	margin-bottom: 3.5rem;
	padding-left: 2rem;
}

.front_category_area h3 img {
	width: 22px;
	position: absolute;
	top: 7px;
	bottom: 0;
	left: -2rem;
	margin: auto;
}

.front_category_area h4 {
	color: #1e46aa;
	font-weight: 900;
	padding-bottom: 1.5rem;
}

.front_category_area li a {
	border-top: solid 1px #bad2f0;
	color: #4b6bbb;
	display: block;
	font-size: 1.4rem;
	padding: 3rem 0 3rem 32%;
	position: relative;
}


.front_category_area ul {
	margin-bottom: 4.5rem;
}

@media (max-width: 599px) {
	.front_category_area li img {
		width: 60px;
	}

	.front_category_area li img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 10%;
		margin: auto;
	}

	.front_category_area li a::before {
		background-color: #1e46aa;
		content: "";
		width: 2rem;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.front_category_area li a::after {
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: .5rem;
		width: 7px;
		height: 7px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		z-index: 2;
	}

	.front_category_area li:last-child {
		border-bottom: solid 1px #bad2f0;
	}
}

/*==================
front_category_area pc
====================*/
@media (min-width: 600px) {
	.front_category_area {
		background: none;
		padding: 0 2rem 23rem;
	}

	.front_category_area .inner_pc01 {
		background: #D6E2F1;
		background: linear-gradient(45deg, rgba(214, 226, 241, 1) 0%, rgba(230, 238, 247, 1) 100%);
		border-radius: 20px;
		margin-top: -13rem;
		padding: 7.5rem 2rem 4.2rem;
		position: relative;

		z-index: 2;
	}

	.front_category_area h3 {
		font-size: 2rem;
		font-weight: 700;
		margin-bottom: 4.5rem;
	}

	.front_category_area h3 img {
		width: 22px;
		top: 2px;
		left: -1.5rem;
	}

	.front_category_area ul {
		display: flex;
		justify-content: space-between;
		margin-bottom: 3.5rem;
	}

	.front_category_area li {
		width: 25%;
	}

	.front_category_area li a {
		border-top: none;
		border-right: solid 1px #bad2f0;
		font-size: 1.5rem;
		text-align: center;
		padding: 1rem 1rem 3.5rem;
		line-height: 1.7;
	}

	.front_category_area li:last-child a {
		border-right: none;
	}

	.front_category_area li img {
		display: block;
		margin: 0 auto 3.5rem;
	}

	.front_category_area h4 {
		font-size: 1.9rem;
		padding-bottom: 1rem;
	}

	@media (hover: hover) {
		.front_category_area li a:hover {
			opacity: 1;
			transition: .4s;
		}

		.front_category_area li a:hover .category_icon01 {
			position: relative;
			z-index: 0;
		}

		.front_category_area li a:hover .category_icon01::before {
			background-color: #296ee2;
			border-radius: 50%;
			content: "";
			opacity: 0.5;
			width: 38px;
			height: 38px;
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
			z-index: 2;
		}

		.front_category_area li a:hover .category_icon01::after {
			background-color: #296ee2;
			border-radius: 50%;
			content: "";
			opacity: 0.5;
			width: 90px;
			height: 90px;
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
			z-index: 1;
		}

		.front_category_area li a:hover .arrow {
			width: 90px;
			height: 90px;
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
		}

		.front_category_area li a:hover .arrow::before {
			content: "";
			margin: auto;
			position: absolute;
			top: 0;
			bottom: 0;
			right: 3.9rem;
			width: 7px;
			height: 7px;
			border-top: 1px solid #fff;
			border-right: 1px solid #fff;
			transform: rotate(45deg);
			z-index: 3;
		}

		.front_category_area li a:hover .arrow::after {
			content: "";
			margin: auto;
			position: absolute;
			top: 0;
			bottom: 0;
			right: 3.9rem;
			width: 12px;
			height: 1px;
			background: #fff;
			z-index: 3;
		}
	}
}



/*--------------- list（全ての一覧） ---------------*/
/*==================
list sp
====================*/
.list_page_nav01 a {
	align-items: center;
	border-bottom: solid 1px #1e46aa;
	color: #1e46aa;
	display: flex;
	font-weight: 900;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 5px;
	position: relative;
}

.list_page_nav01 a img {
	width: 40px;
	height: 40px;
	margin-right: 2rem;
}

.list_page_nav01 li {
	position: relative;
}

@media (max-width: 599px) {
	.list_page_nav01 {
		border: 10px solid #1e46aa;
	}

	.list_page_nav01 a::before {
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 2rem;
		width: 7px;
		height: 7px;
		border-top: 1px solid #1e46aa;
		border-right: 1px solid #1e46aa;
		transform: rotate(45deg);
	}

	.list_page_nav01 a::after {
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 2rem;
		width: 12px;
		height: 1px;
		background: #1e46aa;
	}
}

/*==================
list pc
====================*/
@media (min-width: 600px) {
	.list_page_nav01 {
		display: flex;
		flex-wrap: wrap;
		margin-top: 4.5rem;
	}

	.list_page_nav01 li {
		min-width: 190px;
		margin: 0 1.5rem 1.5rem 0;
	}

	.list_page_nav01 a {
		border-radius: 10px;
		border: solid 1px #1e46aa;
		font-size: 1.5rem;
	}

	.list_page_nav01 a img {
		border-radius: 6px;
		margin-right: 1.2rem;
	}

	.all_list_area01 .list_area01.list_area03 {
		margin-top: 3.5rem;
	}

	@media (hover: hover) {
		.list_page_nav01 a:hover {
			background-color: #e8ecf6;
			opacity: 1;
		}
	}
}



/*--------------- article（詳細ページ） ---------------*/
/*==================
article_area01 sp
====================*/
.article_thumbnail01 img {
	width: 100%;
	border-radius: 10px;
	margin: 2.5rem auto;
}

.talk_area01 .customer01,
.talk_area01 .adviser01 {
	position: relative;
}

.talk_area01 img {
	width: 10%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.fukidasi {
	width: 85%;
	position: relative;
	padding: 1rem 1.5rem;
	background-color: #d5e9f4;
	border-radius: 10px;
	box-sizing: border-box;
	font-weight: 400;
	margin: 0.5rem 0 2rem auto;
	line-height: 2.2;
	z-index: 0;
}

.fukidasi::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(-45deg);
	top: -15px;
	left: -15px;
	border-right: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #d5e9f4;
	border-top: 25px solid transparent;
	z-index: -2;
}

.fukidasi::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(-45deg);
	top: -30px;
	left: -25px;
	border-right: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #fff;
	border-top: 25px solid transparent;
	z-index: -1;
}

.adviser01 .fukidasi {
	background-color: #ffe6e3;
	margin: 0.5rem auto 2rem 0;
}

.talk_area01 .adviser01 img {
	left: auto;
	right: 0;
}

.adviser01 .fukidasi::before {
	border-left: 25px solid #ffe6e3;
	left: auto;
	right: -15px;
	transform: rotate(-135deg);
}

.adviser01 .fukidasi::after {
	left: auto;
	right: -25px;
	transform: rotate(-135deg);
}

.last_talk_area01 {
	margin-top: 3rem;
}

.article_inner01 {
	font-weight: 400;
	line-height: 2;
}

.article_inner01 h2 {
	background-color: #1e46aa;
	color: #fff;
	font-size: 1.8rem;
	padding: 1.5rem;
	margin: 6rem auto 2rem;
	line-height: 1.5;
}

/* ▼ WordPress投稿用 */
.article_inner01 h2 strong,
.article_inner01 h3 strong,
.article_inner01 h4 strong,
.article_inner01 h5 strong {
	font-weight: 700;
}

.article_inner01 h3 {
	border-bottom: solid 1px #d2daee;
	font-size: 1.7rem;
	padding-bottom: 1.2rem;
	margin: 3rem 0 1.5rem;
}



.article_inner01 h4 {
	font-size: 1.6rem;
	padding-left: 1.5rem;
	position: relative;
	margin: 1rem 0 .5rem;
}

.article_inner01 h4::before {
	content: "";
	background-color: #1e46aa;
	width: 2px;
	height: 92%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.article_inner01 p {
	margin-bottom: 1.5rem;
}

.article_inner01 a {
	color: #1e46aa;
	text-decoration: underline;
	word-break: break-all;
}

.article_inner01 img {
	border-radius: 10px;
	/* width: 100%; */
	margin-top: 1rem;
}

.article_inner01 figcaption {
	color: #76787b;
	font-size: 1.4rem;
	padding-bottom: 2rem;
}

/* relate_article01 */
.relate_article01 {
	background-color: #fff;
	border: solid 1px #57423a;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 2px rgba(172, 173, 175, 0.3);
	padding: 2rem 1.5rem 1.8rem;
	padding: 1.5rem;
	position: relative;
	margin: 4rem auto 2rem;
}

.relate_article01 a {
	color: #1e46aa;
	display: block;
	font-weight: 400;
	text-decoration: underline;
	line-height: 1.8;
	position: relative;
}

.relate_article01 span {
	background-color: #846e63;
	border-radius: 12px;
	color: #fff;
	font-size: 1.4rem;
	width: 90px;
	height: 24px;
	line-height: 22px;
	position: absolute;
	top: -12px;
	left: 1.5rem;
	text-align: center;
}

.article_pr_area01 {
	margin: 3rem auto;
}

.article_pr_area01.pr_img {
	border-bottom: none;
}

.table_of_contents {
	border: solid 1px #1e46aa;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 2px rgba(172, 173, 175, 0.3);
	color: #1e46aa;
	margin: 3.5rem auto 2rem;
}

.table_of_contents .ttl01 {
	border-bottom: solid 1px #1e46aa;
	display: block;
	font-size: 1.4rem;
	padding: 1.5rem;
	margin-bottom: 0;
}

.table_of_contents .text01 {
	padding: 1.5rem;
	line-height: 2.2;
}

.table_of_contents .text01 li {
	display: flex;
}

.table_of_contents li a {
	margin-left: .5rem;
}

.table_of_contents .text01 span {
	margin-right: .5rem;
}

.article_pr_area01 a img {
	margin-top: 0;
	border-radius: 0;
	width: 100%;
}

/* point_area01 */
.point_area01 {
	border: solid 1px #fbb03b;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 2px rgba(172, 173, 175, 0.3);
	padding: 1.5rem;
	position: relative;
	margin: 4.5rem auto;
}

.point_area01 span {
	background-color: #f7931e;
	border-radius: 12px;
	color: #fff;
	font-size: 1.4rem;
	width: 90px;
	height: 24px;
	line-height: 22px;
	position: absolute;
	top: -12px;
	left: 1.5rem;
	text-align: center;
}

.point_area01 li {
	position: relative;
}

.point_area01 p {
	background-image: linear-gradient(transparent 0, transparent 97%, #f4e8d7 100%);
	letter-spacing: 0.08em;
	background-image: linear-gradient(transparent 0, transparent 97%, #f4e8d7 100%);
	background-size: 100% 3em;
	line-height: 3em;
	padding-left: 3.5rem;
	margin-bottom: .5rem;
}

.point_area01 li:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 12px;
	top: 1.6rem;
	left: 8px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	border-right: 2px solid #f7931e;
	border-bottom: 2px solid #f7931e;
	z-index: 2;
}

.point_area01 li:after {
	content: "";
	position: absolute;
	top: 1.2rem;
	left: 0;
	width: 24px;
	height: 24px;
	background: #f4e8d7;
	border-radius: 1px;
}

/*==================
article_area01 pc
====================*/
@media (min-width: 600px) {
	.fukidasi {
		width: 90.5%;
	}

	.talk_area01 img {
		width: 6.8%;
	}

	.fukidasi::before {
		top: -20px;
	}

	.fukidasi::after {
		top: -35px;
		left: -24px;
	}

	.adviser01 .fukidasi::after {
		right: -24px;
	}

	.last_talk_area01 {
		margin-top: 5rem;
	}

	.article_pr_area01.pr_unit01 a {
		width: 48%;
		border-bottom: none;
		display: inline-block;
		margin: 2.5rem 0;
		max-width: 360px;
		padding: 0;
	}

	.article_pr_area01.pr_unit01 img {
		width: auto;
		/* ASP画像用 */
	}

	.article_pr_area01.pr_unit01 a img {
		width: 100%;
		/* サンプル画像用 */
	}

	.article_pr_area01.pr_unit01 a:first-child {
		margin-right: 2%;
	}

	.article_inner01 h2 {
		font-size: 2.2rem;
		padding: 1rem 1.5rem;
	}

	.article_inner01 h3 {
		font-size: 2.1rem;
		margin: 3rem 0 1.5rem;
	}

	.article_inner01 h4 {
		font-size: 1.8rem;
		margin: 3rem 0 1rem;
	}

	.article_inner01 img {
		margin-top: 2.5rem;
	}

	.relate_article01 {
		padding: 3rem 3rem 3rem 5rem;
	}

	.relate_article01 a::before {
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -2rem;
		width: 7px;
		height: 7px;
		border-top: 1px solid #1e46aa;
		border-right: 1px solid #1e46aa;
		transform: rotate(45deg);
	}

	.relate_article01 a::after {
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -2.5rem;
		width: 12px;
		height: 1px;
		background: #1e46aa;
	}

	.table_of_contents a {
		text-decoration: none;
	}

	.table_of_contents .ttl01 {
		font-size: 1.8rem;
		font-weight: 500;
		padding: 1.5rem 4rem;
	}

	.table_of_contents .text01 {
		padding: 1.5rem 4rem;
	}

	.article_area01 .search_bnr01 {
		border-bottom: none;
	}

	/* point_area01 */
	.point_area01 {
		padding: 3rem 2.5rem 3rem 2.5rem;
	}
}

@media (min-width: 1025px) {
	.article_area01 {
		padding: 5rem 4rem 1rem;
	}
}



/*--------------- popular（人気の記事） ---------------*/
/*==================
popular_area01 sp
====================*/
@media (max-width: 599px) {
	.popular_list_area01 li:first-child .post_unit01_link {
		margin-top: 12rem;
	}

	.popular_list_area01 li:nth-child(6) .post_unit01_link {
		margin-top: 14rem;
	}

	.popular_list_area01 li:first-child .talk_area01,
	.popular_list_area01 li:nth-child(6) .talk_area01 {
		position: absolute;
		top: -11rem;
		left: 0;
	}
}

/*==================
popular_area01 pc
====================*/
@media (min-width: 600px) {
	.list_area01.popular_list_area01 {
		border-top: none;
		margin-top: 0;
	}

	.list_area01.popular_list_area01 li:first-child .post_unit01_link,
	.list_area01.popular_list_area01 li:nth-child(6) .post_unit01_link {
		display: block;
	}

	.popular_list_area01 li:first-child .post_unit01_link .img_thumbnail01,
	.popular_list_area01 li:nth-child(6) .post_unit01_link .img_thumbnail01 {
		width: 100%;
	}

	.popular_list_area01 li:first-child .post_unit01_link .post_ttl01,
	.popular_list_area01 li:nth-child(6) .post_unit01_link .post_ttl01 {
		width: 100%;
		padding: 2rem 0 4rem;
	}

	.popular_list_area01 li:first-child ul,
	.popular_list_area01 li:nth-child(6) ul {
		left: 0;
	}
}



/*--------------- aba（オススメの記事、探します） ---------------*/
/*==================
aba_area01 sp
====================*/
@media (max-width: 599px) {
	.aba_area01 .result_ttl01 {
		margin-top: 2rem;
	}

	.aba_area01 {
		padding: 0;
	}

	.aba_area01 .search_area {
		padding: 11rem 2rem;
	}

	.aba_area01 .speech_bubble_box01 {
		top: 5rem;
	}

	.aba_area01 .img_person03 {
		top: 3rem;
		left: 2.8rem;
	}
}

/*==================
aba_area01 pc
====================*/
@media (min-width: 600px) {
	.aba_area01 {
		padding: 11rem 4rem 4.5rem;
		max-width: 1190px;
		margin: 0 auto;
		width: 100%;
	}

	.aba_area01 .search_area {
		border: solid 1px #fff;
		border-radius: 10px;
		padding: 5rem 2rem 10rem;
	}

	.aba_area01 .search_area .inner_pc01 {
		max-width: 795px;
	}

	.aba_area01 .search_area .flex_b {
		align-items: stretch;
	}

	.aba_area01 .speech_bubble_box01 {
		top: -12rem;
	}

	.aba_area01 .img_person03 {
		top: -13rem;
		left: 13%;
	}

	.aba_area01 .result {
		padding-top: 5rem;
	}
}



/*--------------- aba（結果） ---------------*/
/*==================
result_area01 sp
====================*/
.result_area01 .common_btn01 {
	margin-top: 5rem;
}

/*==================
result_area01 pc
====================*/
@media (min-width: 600px) {
	.list_area01.result_list_area01 {
		border-top: none;
		margin-top: 0;
	}

	.list_area01.result_list_area01 li .post_unit01_link {
		display: block;
	}

	.result_list_area01 li .post_unit01_link .img_thumbnail01 {
		width: 100%;
	}

	.result_list_area01 li .post_unit01_link .post_ttl01 {
		width: 100%;
		padding: 2rem 0 4rem;
	}

	.result_list_area01 .post_unit01 ul {
		left: 0;
	}
}



/*--------------- policy（プライバシーポリシー） ---------------*/
/*==================
policy_area sp
====================*/
.policy_area p,
.policy_area li,
.policy_area h3 {
	font-weight: 400;
	line-height: 2.1;
}

.policy_area h2 {
	margin-top: 3rem;
	font-size: 1.6rem;
}

.policy_area h3 {
	margin-top: 3rem;
}

.policy_area a {
	font-weight: 400;
	text-decoration: underline;
}

.policy_block01 {
	text-align: right;
	margin-top: 3rem;
}

/*==================
policy_area pc
====================*/
@media (min-width: 600px) {
	.policy_area h2 {
		font-size: 1.8rem;
	}

	.policy_area {
		display: block;
		margin: 0 auto;
	}
}



/*--------------- 404 ---------------*/
/*==================
error_area sp
====================*/
.error_area .img_person03 {
	position: static;
}

.error_area .img_person03 img {
	display: block;
	margin: 3rem auto;
}

.error_area h1 {
	margin-bottom: 3rem;
}

.error_area p {
	font-weight: 400;
}

/*==================
error_area pc
====================*/
@media (min-width: 600px) {
	.error_area {
		display: block;
		margin: 0 auto;
		min-width: 830px;
	}

	.error_area h1 {
		margin-bottom: 4rem;
	}

	.error_area .img_person03 img {
		margin: 5rem auto;
	}
}



/*--------------- contact（お問い合わせ） ---------------*/
/*==================
contact_area sp
====================*/
.contact_area h1 {
	margin-bottom: 3rem;
}

/*お問い合わせフォーム*/
.required {
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
	background: #ff0050;
	padding: 0 0.6rem;
	border-radius: 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1rem;
	margin: auto;
	height: 22px;
	line-height: 1.5;
}

.contact_block01 {
	width: 100%;
	margin: 0 auto 4rem;
}

.contact_block01 tr {
	padding: 1.7rem 0;
	border-bottom: solid 1px #f1f1f2;
}

.contact_block01 th {
	padding: 1rem 0;
	margin-bottom: 1.6rem;
	margin-top: 1.6rem;
	text-align: left;
	font-weight: bold;
	width: 220px;
	position: relative;
	vertical-align: middle;
	line-height: 2;
	letter-spacing: 0.03em;
}

.contact_block01 td {
	padding: 1.5rem 0 1.5rem 3.5rem;
}

.contact_block01 td .textbox,
.contact_block01 td .textarea {
	background-color: #f7f7f7;
	border: solid 1px #e9e9ea;
	padding: 1rem 1.5rem;
	border-radius: 5px;
	box-sizing: border-box;
	width: 490px;
	height: 42px;
	font-size: 1.6rem;

}

.contact_block01 .input_name td .textbox:first-child {
	margin-right: 1.5rem;
}

.contact_block01 .input_name td .textbox {
	margin-bottom: .7rem;
}

.contact_block01 td .textarea {
	height: auto;
}

/* 「check_block01」は個人情報承諾確認*/
/*チェックボックス縦並び*/
.check_block01 {
	font-weight: bold;
	text-align: center;
	margin: 5.5rem 0 6.5rem;
}

.contact_area .check_block01 span.wpcf7-list-item {
	display: block;
}

.contact_area .check_block01 .wpcf7-form-control-wrap {
	display: block;
}

.contact_area .check_block01 span.wpcf7-list-item {
	margin: 0;
	/*項目右側の余白設定と、デフォルトの左側の余白を打ち消す*/
	position: relative;
}

.contact_area .check_block01 .wpcf7-list-item-label {
	cursor: pointer;
	/*labelにhoverした時にカーソルを表示させる*/
}

.contact_area .check_block01 input[type="checkbox"] {
	opacity: 0;
	/*デフォルトのチェックボックスを見えなくする*/
	position: absolute;
}

.contact_area .check_block01 .wpcf7-list-item-label::before {
	/*チェックボックスのデザイン*/
	background-color: #f2f7fa;
	border: solid 1px #bcbcbc;
	content: "";
	display: inline-block;
	height: 35px;
	width: 35px;
	margin: 10px 10px 10px 0;
	position: relative;
	top: -1.2rem;
	left: -1rem;
	vertical-align: middle;
	border-radius: 5px;
}

.contact_area .check_block01 input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
	/*チェックアイコン*/
	border-right: 3px solid #004fbc;
	border-bottom: 3px solid #004fbc;
	transform: rotate(45deg);
	content: '';
	display: block;
	width: 10px;
	height: 16px;
	position: absolute;
	top: .6rem;
	left: 11.5rem;
	margin: auto;
}

.contact_area .check_block01 {
	width: 300px;
	margin: 0 auto 4rem;
}

.contact_area .check_block01 a {
	text-decoration: underline;
}

.contact_area .check_block01 {
	/*同意する*/
	margin: 0 auto 4rem;
	text-align: center;
	font-weight: bold;
}

/*入力エラーフォームのスタイルを変更*/
.contact_area td .wpcf7-not-valid.textbox,
.contact_area td .wpcf7-not-valid.textarea,
.contact_area td .wpcf7-not-valid .wpcf7-list-item-label::before {
	background: #ffe5ed;
	border: solid 1px #e9e9ea;
}

.wpcf7-not-valid-tip {
	padding: 1rem 0 0;
	font-size: 1.4rem !important;
}

/*ラジオボタン*/
.wpcf7-list-item {
	margin: 0 0 0 .5rem !important;
	display: block !important;
}

.radio_btn .wpcf7-list-item {
	margin: 1rem 0 !important;
	display: block;
}

.wpcf7-list-item-label {
	cursor: pointer;
	display: flex;
	font-weight: 400;
	line-height: 2;
	margin: 1rem auto;
}

/*ラジオ デフォルトのボタン */
input[type="radio"] {
	opacity: 0;
	/* デフォルトのボタンを非表示 */
	position: absolute;
}

/*ラジオ チェック前のボタン */
.wpcf7-list-item-label::before {
	background: #f7f7f7;
	border: 1px solid #e9e9ea;
	border-radius: 100%;
	/* ラジオボタンっぽく丸くする */
	content: "";
	height: 30px;
	margin-bottom: auto;
	margin-right: .5em;
	margin-top: auto;
	transition: background-color .5s;
	/* 色をじんわり変化させる */
	width: 30px;
}

/*ラジオ チェック後のボタン */
input[type="radio"]:checked+.wpcf7-list-item-label::before {
	background-color: #004fbc;
	box-shadow: inset 0 0 0 5px #f7f7f7;
	/* 中心の色のスタイル */
}

input.send_btn01 {
	background-color: #1e46aa;
	border-radius: 10px;
	box-sizing: border-box;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	width: 280px;
	height: 50px;
	text-align: center;
	line-height: 47px;
}

@media (max-width: 599px) {
	.contact_area .check_block01 {
		width: 280px;
	}

	.contact_area .check_block01 .wpcf7-list-item-label::before {
		/*チェックボックスのデザイン*/
		border-radius: 5px;
		left: 0;
	}

	.contact_area .check_block01 input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
		width: 10px;
		height: 16px;
		left: 1.3rem;
	}

	.contact_block01 tr:first-child {
		border-top: solid 1px #d6e2f1;
	}

	.contact_block01 th {
		font-weight: 400;
	}

	.contact_block01 tr:first-child {
		border-top: none;
	}

	.contact_block01 td .textbox,
	.contact_block01 td .textarea {
		width: 100%;
		font-size: 1.4rem;
	}

	.contact_area {
		padding: 5rem 1.5rem 13rem;
	}

	.contact_block01 th,
	.contact_block01 td {
		display: block;
		width: auto;
		padding: 0;
	}

	.contact_block01 td {
		padding: 0 0 3rem;
	}

	.contact_block01 th {
		padding: 0.5rem 1rem 0;
		background: none;
	}

	.contact_block01 td .textarea {
		height: auto;
	}

	.required {
		font-size: 1.4rem;
		position: static;
		line-height: 1.6;
		margin-left: 1.5rem;
	}
}

/*==================
contact_area pc
====================*/
@media (min-width: 600px) {
	.contact_area h1 {
		padding-bottom: 3rem;
	}

	.contact_area {
		display: block;
		margin: 0 auto;
		min-width: 830px;
	}

	.contact_block01 .input_name td .textbox {
		display: inline-block;
		width: 230px;
	}

	/* 入力エラー */
	.input_name .wpcf7-not-valid-tip {
		position: absolute;
		bottom: -3rem;
		left: 0;
	}

	.contact_area .check_block01 input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
		left: 0.3rem;
	}

	input.send_btn01 {
		font-size: 1.7rem;
		font-weight: 500;
		width: 300px;
		height: 60px;
		line-height: 60px;
	}
}



/*--------------- thanks（送信完了） ---------------*/
/*==================
thanks_area sp
====================*/
.thanks_area h1 {
	margin-bottom: 3rem;
}

.thanks_area p {
	font-weight: 400;
	line-height: 2;
}

.thanks_area .common_btn01 {
	margin-top: 5rem;
}

/*==================
thanks_area pc
====================*/
@media (min-width: 600px) {
	.thanks_area h1 {
		padding-bottom: 3rem;
	}

	.thanks_area {
		display: block;
		margin: 0 auto;
		min-width: 830px;
	}
}