@charset "utf-8";

/*TOP¥Ú©`¥¸*/
#top-catch-sec {
	background: linear-gradient(90deg, #FCE893 0%, #FCEEBF 50%, #FCE893 100%);
}
#top-catch-bg {
	background: url("../images/top/v2/cloud_bg.png") center 30% no-repeat;
	background-size: 100%;
	padding: 30px 0 0;
}
#top-catch-copy h2 {
	background-color: #6359AA;
	color: #FFF;
	font-size: 0.9rem;
	line-height: 1.2;
	width: fit-content;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: grid;
	place-items: center;
	margin-bottom: 20px;
	font-weight: bold;
	padding: 0 30px;
	height: 30px;
	border-radius: 15px;
	font-family: var(--font-gothic);
}
#top-catch-copy h3 {
	font-size: 1.3rem;
	line-height: 1.5;
	width: fit-content;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: grid;
	place-items: center;
	margin-bottom: 50px;
	text-align: left;
	color: #6359AA;
	font-weight: bold;
	font-family: var(--font-gothic);
}
#top-catch-copy p {
	font-size: 0.9rem;
	line-height: 1;
	width: fit-content;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: grid;
	place-items: center;
	padding: 0 25px;
	background: #423F40;
	height: 30px;
	border-radius: 15px;
	color: #fff;
	margin-bottom: 20px;
}
#top-catch-image {
	padding: 20px 50px 0;
	position: relative;
}
#top-catch-image-text {
	position: absolute;
	left: 20%;
	top: 0;
	width: fit-content;
	color: #6359AA;
	font-family: var(--font-gothic);
	padding-top: 20px;
}
#top-catch-image-text h4 {
	position: absolute;
	left: 30%;
	top:0;
}
#top-catch-image-text p b {
	font-size: 1.6rem;
}
#top-catch-image-text:before,
#top-catch-image-text:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 35px;
	height: 1px;
	background-color: #6359AA;
}
#top-catch-image-text:before {
	left:-30px;
	transform: rotate(60deg);
}
#top-catch-image-text:after {
	right:-30px;
	transform: rotate(-60deg);
}
#top-plan-sec {
	background: #F6F6F6;
	padding-bottom: 30px;
}
#top-plan-copy {
	font-size: 1rem;
	line-height: 1.3;
	padding: 50px;
}
#top-plan-sec h2 {
	color: #6359AA;
	position: relative;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
	line-height: 1;
	font-size: 1.8rem;
	margin-bottom: 30px;
	background: url("../images/top/v2/top_plan_illust.png") 85% top no-repeat;
	background-size: auto 100%;
}
#top-plan-sec h2 i {
	font-size: 0.9rem;
	width: fit-content;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: grid;
	place-items: center;
	padding: 0 25px;
	background: #6359AA;
	height: 30px;
	border-radius: 15px;
	color: #fff;
	margin-bottom: 10px;
	font-style: normal;
}
#top-plan-sec ul#top-plan-list {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: stretch;
    gap: 10px;
    width: fit-content;
    margin: 0 auto;
}
ul#top-plan-list > li {
	width:45%;
	background:#fff;
	border-radius:5px;
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #423F40;
}
ul#top-plan-list > li > a {
	text-decoration: none;
}
ul#top-plan-list > li div {
	padding: 15px;
}
ul#top-plan-list > li figure {
	margin-bottom: 10px;
}
ul#top-plan-list > li img {
	width: 100%;
}
ul#top-plan-list > li h3 {
	position: absolute;
	top: -10px;
	left: -1px;
	background-color: #423F40;
	color: #FFF;
	text-align: center;
	width: 100px;
	height: 20px;
	line-height: 1;
	font-size: 0.9rem;
	line-height: 20px;
	padding: 0;
}
ul#top-plan-list > li h3:before {
  position: absolute;
  top: 0;
  right: -10px;
  content: '';
  border-width: 10px 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #423F40;
}
ul#top-plan-list > li h4 {
	font-size: 0.9rem;
	line-height: 1.2;
}
ul#top-plan-list > li p {
	font-size: 1.6rem;
	line-height: 1;
	color: #E56110;
	font-weight: bold;
	font-family: var(--font-gothic);
}
ul#top-plan-list > li p i {
	font-size: 0.8rem;
	font-weight: normal;
	font-style: normal;
}
ul#top-plan-list > li p span {
	font-size: 0.8rem;
	font-weight: normal;
}
div.contact-box-mob {
	padding: 30px 20px;
	text-align: center;
	font-family: var(--font-gothic);
	position: relative;
}
div.contact-box-mob a {
	display: block;
	text-decoration: none;
	width: 300px;
	padding: 20px 0;
	line-height: 1;
	margin: 0 auto;
	border-radius: 5px;
	color: #fff;
	box-shadow: 5px 5px 1px 0 #BBB;
}
.contact-tel a {
	background-color: #6359AA;
}
.contact-req a {
	background-color: #9A8EC3;
}
.contact-box-mob h3 {
	font-size: 1.1rem;
}
.contact-box-mob h3 b {
	font-size: 2rem;
}
.contact-tel h3:before,
.contact-tel h3:after {
	position: relative;
	font-size: 1.5rem;
	font-family: "Zen Maru Gothic", serif;
	font-weight: bold;
	color: #fff;
	-webkit-text-stroke: 1px #6359AA;
	text-stroke: 1px #6359AA;
}
.contact-tel h3:before {
	content: '(';
	left:-20px;
}
.contact-tel h3:after {
	content: ')';
	right:-20px;
}
.contact-req h3:before,
.contact-req h3:after {
	content: '';
	position: relative;
	top: -10px;
	display: inline-block;
	width: 25px;
	height: 1px;
	background-color: #222;
}
.contact-req h3:before {
	left:0;
	transform: rotate(60deg);
}
.contact-req h3:after {
	right:0;
	transform: rotate(-60deg);
}
.contact-box-mob p {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact-box-mob p span {
	font-size: 1rem;
}
#bg-yellow {
	background-color: #FCE893;
	padding: 30px;
}
#top-hikaku {
	background-color: #fff;
	padding: 30px;
	margin: 0 auto;
	text-align: center;
	font-family: var(--font-gothic);
}
#top-hikaku h2 {
	height: 50px;
	border-radius: 25px;
	width: fit-content;
	padding: 0 20px;
	border: 1px #000 solid;
	font-size: 1rem;
	line-height: 1.2;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: grid;
	place-items: center;
	margin-bottom: 20px;
}
#top-hikaku h3 {
	font-size: 1.3rem;
	line-height: 1;
	margin-bottom: 15px;
}
#top-hikaku h4 {
	font-size: 1rem;
	line-height: 1;
}
#hikaku-obosan-plan p {
	color: #2D97AA;
	font-weight: bold;
	padding-top: 40px;
	background: url("../images/top/v2/hikaku-highlight.gif") center 20px no-repeat;
}
#hikaku-obosan-plan p b {
	font-size: 3rem;
}
#top-hikaku > p {
	font-size: 0.9rem;
}
#top-hikaku > figure {
	padding-top: 20px;
}
#top-hikaku > figure > img {
	width: 80%;
}

@media screen and (min-width: 1025px) {
	#top-catch-sec {
		text-align: center;
	}
	#top-catch-image-text {
		left: 40%;
		top: 0;
	}
	#top-plan-copy {
		text-align: center;
	}
	#top-plan-sec h2 {
		background-position: 60% center;
	}
	#top-plan-sec ul#top-plan-list {
	    max-width: 1024px;
	}
	ul#top-plan-list > li {
	    width: 24%;
	}
	ul#top-plan-list > li div {
	    padding: 30px 15px 15px 15px;
	}
	ul#top-plan-list > li h3 {
		top: -15px;
		width: 150px;
		height: 30px;
		font-size: 1.2rem;
		line-height: 30px;
	}
	ul#top-plan-list > li h3:before {
		right: -15px;
		border-width: 15px 0 15px 15px;
	}
	#top-hikaku {
	    max-width: 1024px;
	}
	#top-hikaku > figure > img {
	    width: auto;
	}
	.mo {
		display: none;
	}
}

/*¥µ©`¥Ó¥¹¥¨¥ê¥¢
---------------------------------------------------------------------------*/
#top-area h2, #top-info h2 {
	border-bottom: 1px solid #b2b2b2;
	font-size: 1.5rem;
	position: relative;
	margin-bottom: 50px;
	line-height:2rem;
	padding: 0 0 5px;
}
#top-area h2 i {
	display: inline-block;
	text-align: center;
	width: fit-content;
	padding: 5px 30px;
	margin-left: 10px;
	background: linear-gradient(to right, #cebccd, #e7dee7);
	font-style: normal;
	font-size: 1.2rem;
	line-height:1.5rem;
	color: #fff;
}
#top-area ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 0 0 50px;
}
#top-area ul li {
	position:relative;
	min-width: 150px;
	width: calc(20% - 26px);
}
#top-area ul li a {
	display: block;
	text-align: center;
	padding: 10px 0;
	text-decoration:none;
	background: var(--color-purple-l2);
	color: var(--color-purple);
	border-radius: 3px;
	border:1px solid var(--color-purple);
	box-shadow: 3px 3px 3px #ccc;
	font-family: var(--font-gothic);
}
#top-area ul li a:hover {
	box-shadow: none;
}
#top-area ul li a:after {
	content:"\f054";
	font-family: "FontAwesome";
	position:absolute;
	right: 10px;
}
#top-area h3 {
	font-size: 1.5rem;
}

/*¤ªÖª¤é¤»
---------------------------------------------------------------------------*/
#top-info h2 {
	margin-left: 65px;
	margin-right: 65px;
}
#top-info dl {
	padding: 0 85px;
	margin-bottom: 20px;
}
#top-info dt {
	float: left;
	width: 9em;
	color: #675a43;
	letter-spacing: 0.1em;
}
#top-info dd {
	padding-left: 9em;
	border-bottom: 1px solid #dcdcdc;
}


@media screen and (min-width: 1025px) {

}
@media screen and (max-width: 1024px) {

#top-info h2 {
	margin: 0 20px 20px;
}
#top-info dl {
	padding: 0 20px;
	margin-bottom: 20px;
}
#top-info dt {
	float: none;
	width: auto;
	font-size: 0.9rem;
	line-height:1rem;
}
#top-info dd {
	padding: 0;
	border-bottom: 1px solid #dcdcdc;
	font-size: 1rem;
	line-height: 1.5rem;
}

#top-area ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0 15px;
}
#top-area ul li {
	width: calc(50% - 10px);
}


}

@media screen and (max-width: 480px) {

#top-area h2 i {
	font-size: 1rem;
	line-height:1.2;
	padding: 5px 10px;
	margin-left: 10px;
}

}

@media screen and (max-width: 360px) {

#top-area h2 i {
    font-size: 0.8rem;
}

}