body {
	margin: 0;
	padding: 0;
}
main {
	max-width: 1200px;
	margin: 0 auto;
}
img {
	max-width: 100%;
}
h3,h4 {
	padding-bottom: 2rem;
	font-size: 2rem;
}
.heading {
	position: relative;
	margin-bottom: 4rem;
}
.heading::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 6rem;
	height: 100%;
	border-bottom: 4px solid #2f9f32;
	-o-border-image: linear-gradient(to right, #ec6a6a 0, #ec6a6a 50%, #2f9f32 50%, #2f9f32 100%) 1;
	border-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ec6a6a), color-stop(50%, #ec6a6a), color-stop(50%, #2f9f32), to(#2f9f32)) 1;
	border-image: linear-gradient(to right, #ec6a6a 0, #ec6a6a 50%, #2f9f32 50%, #2f9f32 100%) 1;
}
.heading > span {
	color: #000066;
}

main section {
	margin-bottom: 10rem;
}

section.head > h2 {
	padding: 1rem 2rem;
	color: #fff;
	background: #015dac;
	background-image: radial-gradient(#0175d5 13%, transparent 13%), radial-gradient(#0175d5 13%, transparent 13%);
	background-size: 50px 50px;
	background-position: 0 0, 25px 25px;
	border-radius: 10px;
}

section.intro {
	display: flex;
	justify-content: space-between;
}
section.intro > div {
	width: 49%;
}

section.intro > div > ul {
	max-width: 350px;
	padding: 0;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
}

section.intro > div > ul > li {
	padding: 0 20px;
	border-radius: 20px;
	background-color: #000066;
}

section.intro > div > p {
	font-size: 1.2rem;
	font-weight: 700;
}

section.intro > div > div {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2.5em;
	color: #000066;
	background-color: #e0e0ff;
	padding: 1rem 2rem;
	margin-top: 2rem;
}

section.intro > div > div > p {
	margin: 0;
}

section.intro > div > div > p > span {
	font-size: 1.2rem;
}

section.kyosai > div:first-child {
	margin-bottom: 6rem;
	padding-top: 4rem;
	background: linear-gradient(to bottom, #e0e0ff 0%, #e0e0ff 18rem, transparent 18rem, transparent 100%);
}

section.kyosai > div li {
	counter-increment: point;
}

.point-ctr {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #000066;
}

.point-ctr::before {
	content: "その";
	font-size: 1.2rem;
}

.point-ctr::after {
	content: counter(point, full-width);
	font-size: 2rem;
}

section.kyosai > div:first-child > p {
	color: #000066;
	text-align: center;
	font-size: 1.2rem;
	margin: 0;
}

section.kyosai > div:first-child > h3 {
	color: #000066;
	text-align: center;
}

section.kyosai > div:first-child > aside > ul {
	list-style: none;
	padding: 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

section.kyosai > div:first-child > aside > ul > li {
	width: 32%;
	text-align: center;
	letter-spacing: 0.04em;
}

section.kyosai > div:first-child > aside > ul > li > div {
	height: 12rem;
	padding-top: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 4px solid #000066;
	border-bottom: 0;
	border-radius: 6px 6px 0 0;
	box-sizing: border-box;
	font-size: 1.5rem;
	font-weight: 700;
	position: relative;
}

section.kyosai > div:first-child > aside > ul > li > div > p {
	margin: 0;
}

section.kyosai > div:first-child > aside > ul > li > a {
	display: block;
	width: 100%;
	height: 3rem;
	background-color: #000066;
	border-radius: 0 0 6px 6px;
	position: relative;
}

section.kyosai > div:first-child > aside > ul > li > a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
}

section.kyosai > div:first-child > aside > ul > li > a::after {
	content: "";
	position: absolute;
	top: calc((100% - 7px) / 2);
	left: calc((100% - 14px) / 2);
	clip-path: polygon(0 7%, 7% 0, 50% 43%, 93% 0, 100% 7%, 50% 57%, 0 7%);
	width: 14px;
	height: 14px;
	aspect-ratio: 1;
	background-color: #000066;
}

section.kyosai > div:last-child > ul {
	display: flex;
	gap: 4rem;
	flex-direction: column;
	list-style: none;
	padding: 0;
}

section.kyosai .anchor {
	display: block;
	position: relative;
	top: -130px;
	visibility: hidden;
}

section.kyosai .deco {
	margin: 0 auto 1rem;
	width: 24rem;
	height: 8.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

section.kyosai .deco .point-ctr {
	width: 8rem;
	height: 8.5rem;
	background: url(../img/deco-bubble.svg) center / 100% 100% no-repeat;
	color: #fff;
	line-height: 1;
	text-align: center;
	padding: 2.7rem 0;
	position: relative
}

section.kyosai .deco::before {
	left: 0;
	content: "";
	position: absolute;
	top: 50%;
	width: 4rem;
	border: 4px solid #000066;
	border-radius: 4px;
}

section.kyosai .deco::after {
	right: 0;
	content: "";
	position: absolute;
	top: 50%;
	width: 4rem;
	border: 4px solid #000066;
	border-radius: 4px;
}

section.kyosai .point-box1 > h3,
section.kyosai .point-box2 > h3,
section.kyosai .point-box3 > h3 {
	text-align: center;
}

section.kyosai .point-box1 > h3 + div {
	display: flex;
	gap: 2rem;
}

section.kyosai .point-box1 > h3 + div > div {
	width: calc( (100% - 2rem) / 2 );
	border: 4px solid #ebebff;
	border-radius: 6px;
	height: 100%;
}

section.kyosai .point-box1 > h3 + div > div:last-child {
	border: 4px solid #000066;
}

section.kyosai .point-box1 > h3 + div > div > p {
	margin: 0;
	padding: 0.5rem 0;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	background: #ebebff;
}

section.kyosai .point-box1 > h3 + div > div:last-child > p {
	color: #ffffff;
	background: #000066;
}

section.kyosai .point-box1 > h3 + div > div > div {
	padding: 1rem;
}

section.kyosai .point-box1 > h3 + div > div > div > img {
	height: 300px;
	object-fit: contain;
	margin-bottom: 1rem;
}

section.kyosai .point-box1 > h3 + div > div > div > p {
	margin: 0;
}

section.kyosai .point-box2 > h3 > span {
	color: #000066;
}

section.kyosai .point-box2 > h3 + div > div {
	border: 4px solid #000066;
	border-radius: 6px;
	height: 100%;
}

section.kyosai .point-box2 > h3 + div > div > p {
	margin: 0;
	padding: 0.5rem 0;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: #000066;
}

section.kyosai .point-box2 > h3 + div > div > div {
	padding: 1rem;
}

section.kyosai .point-box2 > h3 + div > div > div > img {
	display: block;
	margin: 0 auto;
}

section.kyosai .point-box2 > h3 + div > div > div > p {
	margin: 0;
}

section.kyosai .point-box3 > h3 > span {
	color: #000066;
}

section.kyosai .point-box3 > h3 + div {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

section.kyosai .point-box3 > h3 + div > p {
	width: 100%;
	font-size: 2rem;

}

section.kyosai .point-box3 > h3 + div > div {
	width: calc( (100% - 2rem) / 2 );
}

section.kyosai .point-box3 > h3 + div > div > h5 {
	margin-bottom: 1.5rem;
}

section.kyosai .point-box3 > h3 + div > div > h5 > span {
	color: #000066;
}

section.kyosai .point-box3 > h3 + div > div > p {
	margin: 2rem 0;
	font-size: 1.2rem;
	font-weight: bold;
}

section.kyosai .point-box3 > h3 + div > div:nth-of-type(1) > p > span {
	color: #D3000F;
	font-size: 1.5rem;
}

section.kyosai .point-box3 > h3 + div > div:nth-of-type(2) > p > span {
	font-size: 0.8rem;
}

section.kyosai > div:last-child > p {
	text-align: center;
}

section.plus {
	background: #eff7e7;
	position: relative;
	padding: 2rem 2rem 2rem 6rem;
}

section.plus::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background: url(../img/icon-plus.svg) center center / 25px 25px no-repeat rgb(170, 206, 54);
}

section.plus > div {
	background: #ffffff;
	border-radius: 6px;
	padding: 2rem 4rem;
	display: flex;
	gap: 2rem;
}

section.plus > div > div > h3 {
	margin-bottom: 2rem;
}

section.plus > div > div > h3 > span {
	display: block;
	font-size: 1rem;
	color: #000066;
}

section.plus > div > div > div {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	font-size: 1rem;
	font-weight: bold;
	color: #e24855;
	text-align: center;
	border: 2px solid #e24855;
	border-radius: 14px;
	margin-bottom: 2rem;
	padding: 0px 0.65rem;
}

section.contact {
	padding: 2rem 0;
	position: relative;
	background: url(../img/inquiry-bg.svg) center center / cover no-repeat;;
}

section.contact > h3 {
	text-align: center;
}

section.contact br.sp {
	display: none;
}

section.contact > ul {
	margin: 0;
	padding: 0 2rem;
	list-style: none;
	display: flex;
	gap: 1rem;
}

section.contact > ul > li {
	width: calc( (100% - 2rem) / 3 );
	display: flex;
}

section.contact > ul > li > a {
	--btnclr: #000066;
	position: relative;
	width: 100%;
	height: auto;
	border: none;
	background: none;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s ease-in-out;
	z-index: 1;
	text-decoration: none;
	font-weight: bold;
}

section.contact > ul > li:first-child > a {
	--btnclr: #d23c14;
}

section.contact > ul > li > a::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #000000;
	border-radius: 5px;
	bottom: -4px;
	left: 0;
	transition: 0.2s ease-in-out;
	z-index: -1;
}

section.contact > ul > li:first-child > a::before {
	background-color: #8C000F;
}

section.contact > ul > li > a > p {
	box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border: 1px solid var(--btnclr);
	border-radius: 17.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 92%;
	height: 2rem;
	font-size: 1.2rem;
	color: var(--btnclr);
	z-index: 1;
}

section.contact > ul > li > a > div {
	padding: 36px 10px 21px;
	width: 100%;
	border-radius: 5px;
	background-color: var(--btnclr);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
}

section.contact > ul > li > a > div > img {
	width: 33px;
	height: 25px;
	margin-right: 10px;
}


footer > section > ul {
	display: flex;
	justify-content: space-between;
	padding: 1rem 2rem;
	list-style: none;
}

footer > section > ul > li {
	display: grid;
	align-items: center;
}

footer > section > ul > li > span {
	font-size: 0.7rem;
}

footer > section > ul > li > div {
	font-size: 1.2rem;
	font-weight: bold;
}






/* フォーム */
section.title {
	margin-bottom: 1rem;
}

section.title > h2 {
	margin-bottom: 4rem;
	padding-bottom: 2rem;
}

section.title > ul {
	list-style: none;
	padding: 0;
}

section.title > ul > li:nth-child(2) {
	font-size: 1.2rem;
	font-weight: bold;
}



.form {
	padding: 2rem;
	background: #e0e0ff;
}

.form ::placeholder {
	color:#aaa;
}

.form > form {
	padding: 2rem;
	background: #fff;
}

.form > form > h2 {
	color: #ff7700;
}

.form > form ul {
	padding: 0;
	list-style: none;
}

.form > form > ul > li {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px dashed #999999;
}

.form > form > ul > li > span {
	display: inline-block;
	margin-left: 0.5rem;
	padding: 2px 10px;
	background: #ff0000;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
}

.form > form > ul > li > span.any {
	background: #aaa;
}

.form > form > ul > li > div {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	font-size: 1.5rem;
	margin-top: 0.5rem;
}

.form > form > ul > li input {
	border: 1px solid #e2e2e2;
	background: #f4f4f4;
	border-radius: 5px;
	padding-right: 15px;
	padding-left: 15px;
}

.form > form > ul > li.request > div {
	display: grid;
	grid-template-columns: auto 1fr;
}

.form > form > ul > li.sex label {
	display: flex;
}

.form > form > ul > li.sex input[type=radio] {
	transform:scale(2.0);
	margin-right: 10px;
}

.form > form > ul > li.birth > div + div {
	margin-top: 0.5rem;
}

.form > form > ul > li.birth input[type=radio] {
	display: none;
}

.form > form > ul > li.birth input[type="radio"] + label {
	border: 2px solid #e2e2e2;
	color: #999999;
	border-radius: 5px;
	padding-right: 15px;
	padding-left: 15px;
}

.form > form > ul > li.birth input[type="radio"]:checked + label {
	border: 2px solid #31A9EE;
	color: #000000;
	font-weight: bold;
	background: #f4f4f4;
}

.form > form > ul > li.birth input[type="text"] {
	margin-right: 10px;
}

.form > form > ul > li.birth select {
	border-radius: 5px;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #e2e2e2;
	background: #f4f4f4;
	margin-right: 10px;
}

.form > form > ul > li.address dl {
	display: grid;
	grid-template-columns: 55% 1fr;
}

.form > form > ul > li.address dl > dt {
	font-weight: normal;
}

.form > form > ul > li.consult > div:nth-of-type(2) {
	display: block;
}

.form > form > ul > li div > textarea {
	width: 100%;
}

.form > form > ul > li p {
	margin: 1rem 0 0;
}

.form > form > ul > li.submit {
	text-align: center;
}

.form > form > ul > li.submit input[type="submit"] {
	padding: 0.5rem 3rem;
	background: #000066;
	font-size: 1.5rem;
	color: #ffffff;
	border-radius: 5px;
	box-shadow: 2px 2px 3px #999;
}

.quoteText {
	display: none!important;
	border: 1px dashed #333333;
	padding: 1rem;
	font-size: 1rem;
	width: 100%;
}

.form > form > ul > li #quote:checked ~ .quoteText {
	display: block!important;
	grid-column: 1 / 3;
}