@charset "UTF-8";
.intro-ttl {
	position: relative;
	text-align: center;
}
.intro-ttl::before,
.intro-ttl::after,
.info-ttl::before,
.info-ttl::after {
	position: absolute;
	content: '';
	z-index: 9;
}
.intro-ttl::before,
.info-ttl::before {
	background: url(../svg/tri_warm01.svg) no-repeat;
	background-size: 100% auto;
	left: 0;
}
.intro-ttl::after,
.info-ttl::after {
	background: url(../svg/tri_cool01.svg) no-repeat;
	background-size: 100% auto;
	right: 0;
}
.introLst_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.introLst_in {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}
.introLst_in.is-active,
.contactBtn_wrap li.is-active {
	animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes zoomIn {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.introLst_in dt {
	background: #9DC814;
	color: #fff;
	box-sizing: border-box;
}
.introLst_in.is-blue dt {
	background: #54C3F1;
}
.introLst_in dd {
	text-align: center;
	color: #9DC814;
}
.introLst_in.is-blue dd {
	color: #54C3F1;
}
.intro-txt {
	text-align: center;
}
.contact_wrap {
	text-align: center;
}
.contact-txt {
	display: inline-block;
}
.contact-ttl {
	position: relative;
}
.contact-ttl::before,
.contact-ttl::after {
	position: absolute;
	content: '';
	z-index: 9;
}
.contact-ttl::before {
	background: url(../svg/tri_cool02.svg) no-repeat;
	background-size: 100% auto;
	left: 0;
}
.contact-ttl::after {
	background: url(../svg/tri_warm02.svg) no-repeat;
	background-size: 100% auto;
	right: 0;
}
.contactBtn_wrap {
	display: flex;
	align-items: center;
}
.contactBtn_wrap li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
}
.contactBtn_wrap li:nth-child(1) a {
	background: #FFC000;
}
.contactBtn_wrap li:nth-child(2) a {
	background: #F8A3AD;
}
.contactBtn_wrap li > a > span {
	font-family: "Helvetica Neue", Arial, YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	font-weight: bold;
	position: relative;
	display: inline-block;
	text-align: left;
}
.contactBtn_wrap li > a > span::before {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 9;
}
.contactBtn_wrap li .search::before {
	background: url(../svg/icn_search_wh.svg) no-repeat;
	background-size: 100% auto;
}
.contactBtn_wrap li .mail::before {
	background: url(../svg/icn_mail_wh.svg) no-repeat;
	background-size: 100% auto;
}
.info-ttl {
	position: relative;
	text-align: center;
}
.is-infoimg a {
	display: inline-block;
	transition: all 0.6s;
}
.fee_wrap {
	border: 1px solid #A688BD;
	border-radius: 5px;
	overflow: hidden;
}
.fee_in {
	box-sizing: border-box;
}
.month_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.is-price {
	display: block;
	height: 0;
	overflow: hidden;
	background: url(../svg/fee_price01.svg) no-repeat center;
}
.is-tax {
	align-self: end;
}
.is-attention {
	text-align: center;
}
.fee_txt a {
	display: inline-block;
	width: 100%;
	background: #A688BD;
	text-align: center;
	box-sizing: border-box;
	transition: all 0.6s;
}
.fee_txt span {
	display: block;
	height: 0;
	overflow: hidden;
	background: url(../svg/fee_txt01.svg) no-repeat center;
}
.inst_wrap a {
	display: flex;
	justify-content: center;
	transition: all 0.6s;
}
.is-insttxt {
	display: block;
	height: 0;
	overflow: hidden;
	background: url(../svg/inst_txt01.svg) no-repeat center;
	width: 100%;
}
@media only screen and (min-width: 895px) {
	.intro_wrap {
		padding: 45px 0 40px;
	}
	.intro-ttl {
		font-size: 42px;
		line-height: 1.238;
		margin-bottom: 37px;
	}
	.intro-ttl::before,
	.intro-ttl::after,
	.info-ttl::before,
	.info-ttl::after {
		width: 46px;
		height: 87px;
		top: 8px;
	}
	.introLst_wrap {
		gap: 0 50px;
		margin-bottom: 45px;
	}
	.introLst_in {
		width: calc(50% - 25px);
		border: 2px solid #9DC814;
		border-radius: 5px;
	}
	.introLst_in.is-blue {
		border: 2px solid #54C3F1;
	}
	.introLst_in dt {
		padding: 30px 28px;
		border-radius: 0 5px 5px 0;
		font-size: 40px;
	}
	.introLst_in dd {
		font-size: 40px;
		padding: 0 24px;
	}
	.intro-txt {
		font-size: 40px;
		line-height: 1.25;
	}
	.contact_wrap {
		padding-bottom: 50px;
	}
	.contact-txt {
		font-size: 42px;
		margin-bottom: 10px;
	}
	.contact-ttl {
		font-size: 42px;
		line-height: 1.238;
		margin-bottom: 40px;
	}
	.contact-ttl::before,
	.contact-ttl::after {
		width: 46px;
		height: 87px;
		top: 13px;
	}
	.contactBtn_wrap {
		gap: 0 30px;
	}
	.contactBtn_wrap li {
		width: calc(50% - 15px);
	}
	.contactBtn_wrap li a {
		height: 145px;
		border-radius: 12px;
	}
	.contactBtn_wrap li:nth-child(1) a {
		border: 6px solid #FFC000;
	}
	.contactBtn_wrap li:nth-child(1) a:hover {
		background: #fff;
		color: #FFC000;
	}
	.contactBtn_wrap li:nth-child(2) a {
		border: 6px solid #F8A3AD;
	}
	.contactBtn_wrap li:nth-child(2) a:hover {
		background: #fff;
		color: #F8A3AD;
	}
	.contactBtn_wrap li > a > span {
		font-size: 38px;
		padding-left: 60px;
	}
	.contactBtn_wrap li .search::before {
		width: 45px;
		height: 45px;
	}
	.contactBtn_wrap li:nth-child(1) a:hover .search::before {
		background: url(../svg/icn_search_or.svg) no-repeat;
		background-size: 100% auto;
	}
	.contactBtn_wrap li .mail::before {
		width: 45px;
		height: 47px;
	}
	.contactBtn_wrap li:nth-child(2) a:hover .mail::before {
		background: url(../svg/icn_mail_pk.svg) no-repeat;
		background-size: 100% auto;
	}
	.info_wrap {
		padding-top: 70px;
		background: url(../img/info_line.png?2) repeat-x center top;
	}
	.info-ttl {
		font-size: 42px;
		line-height: 1.238;
		margin-bottom: 40px;
	}
	.is-infoimg {
		margin-bottom: 50px;
	}
	.is-infoimg a:hover {
		opacity: 0.8;
	}
	.fee_wrap {
		margin-bottom: 50px;
	}
	.fee_in {
		padding: 12px 35px 30px;
	}
	.fee-ttl {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.month_wrap {
		margin: 0 0 15px 90px;
		gap: 0 34px;
	}
	.is-price {
		width: 300px;
		padding: 94px 0 0 0;
	}
	.is-tax {
		font-size: 32px;
	}
	.is-attention {
		font-size: 32px;
		line-height: 1;
		margin-left: -1em;
	}
	.fee_txt a {
		padding: 40px;
	}
	.fee_txt a:hover {
		opacity: 0.8;
	}
	.fee_txt span {
		padding: 30px 0 0 0;
	}
	.inst_wrap a {
		gap: 0 50px;
		padding: 50px;
		border: 2px solid #EE87B4;
	}
	.inst_wrap a:hover {
		background: #fff1f3;
	}
	.is-insttxt {
		padding: 100px 0 0 0;
	}
	.inst_wrap a:hover {
		background: #fff1f3;
	}
}
@media only screen and (max-width: 896px) {
	.intro_wrap {
		padding: 15px 20px 10px;
	}
	.intro-ttl {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.intro-ttl::before,
	.intro-ttl::after,
	.info-ttl::before,
	.info-ttl::after {
		width: 19px;
		height: 36px;
		top: 4px;
	}
	.introLst_wrap {
		gap: 0 20px;
		margin-bottom: 17px;
	}
	.introLst_in {
		width: calc(50% - 10px);
		border: 2px solid #9DC814;
		border-radius: 5px;
	}
	.introLst_in.is-blue {
		border: 2px solid #54C3F1;
	}
	.introLst_in.is-active,
	.contactBtn_wrap li.is-active {
		animation-duration: 0.9s
	}
	.introLst_in dt {
		padding: 8px 12px;
		border-radius: 0 5px 5px 0;
		font-size: 16px;
	}
	.introLst_in dd {
		font-size: 16px;
		padding: 0 10px;
	}
	.intro-txt {
		font-size: 16px;
		line-height: 1.375;
	}
	.contact-txt {
		font-size: 16px;
	}
	.contact-ttl {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.contact-ttl::before,
	.contact-ttl::after {
		width: 19px;
		height: 36px;
		top: 0;
	}
	.contactBtn_wrap {
		gap: 0 12px;
	}
	.contactBtn_wrap li {
		width: calc(50% - 6px);
	}
	.contactBtn_wrap li a {
		height: 60px;
		border-radius: 5px;
	}
	.contactBtn_wrap li > a > span {
		font-size: 15px;
		padding-left: 30px;
		line-height: 1.5;
	}
	.contactBtn_wrap li .search::before {
		width: 19px;
		height: 19px;
	}
	.contactBtn_wrap li .mail::before {
		width: 19px;
		height: 20px;
	}
	.info_wrap {
		padding-top: 28px;
		background: url(../img/sp/info_line.png) repeat-x center top;
		background-size: 16px 15px;
	}
	.info-ttl {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 18px;
	}
	.is-infoimg {
		margin-bottom: 28px;
	}
	.fee_wrap {
		margin-bottom: 28px;
	}
	.fee_in {
		padding: 8px 14px 12px;
	}
	.fee-ttl {
		text-align: left;
		font-size: 16px;
		margin-bottom: 8px;
	}
	.is-price {
		background-size: 130px auto;
		width: 160px;
		padding: 50px 0 0 0;
		margin-left: 25px;
	}
	.is-tax {
		font-size: 14px;
	}
	.is-attention {
		font-size: 14px;
		line-height: 1;
		margin-left: -1em;
	}
	.fee_txt a {
		padding: 15px;
	}
	.fee_txt span {
		background-size: 188px 20px;
		padding: 20px 0 0 0;
	}
	.inst_wrap a {
		gap: 0 14px;
		padding: 20px 16px;
		border: 2px solid #EE87B4;
	}
	.is-insttxt {
		padding: 42px 0 0 0;
		background-size: 241px 42px;
	}
}
@media only screen and (max-width: 374px) {
	.introLst_wrap,
	.contactBtn_wrap {
		flex-direction: column;
	}
	.introLst_wrap .introLst_in,
	.contactBtn_wrap li {
		width: 100%;
		margin-bottom: 20px;
	}
	.introLst_wrap .introLst_in:last-child,
	.contactBtn_wrap li:last-child {
		margin-bottom: 0;
	}
	.introLst_in dd {
		width: calc(100% - 80px);
	}
	.intro-txt {
		font-size: 15px;
	}
	.info-ttl {
		font-size: 18px;
	}
	.is-infoimg img {
		width: 100%;
		height: auto;
	}
	.is-insttxt {
		background-size: 100% auto;
	}
}