@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 10.5rem;
}
#main .centerTxt {
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.82;
	margin: 0 -0 4rem;
	letter-spacing: 0.033em;
	font-feature-settings: "palt";
}
#main .bigPhoto{
	margin-bottom: min(6.25vw,8rem);
	text-align: center;
	padding-top: 1rem;
}
#main .bigPhoto img {
	width: min(71.1vw,90.6rem);
}
#main .innerBox {
	max-width: min(78.125vw,100rem);
	margin: 0 auto 6rem;
}
#main .innerBox p {
	margin-bottom: 4rem;
	font-size: 2.2rem;
	letter-spacing: 0.033em;
	line-height: 1.82;
	font-feature-settings: "palt";
}
#main .innerBox p:last-child {
	margin-bottom: 0;
}
#main .blueBox {
	margin-bottom: 3.5rem;
	padding: 3rem min(2.3vw,3rem);
	background-color: #E6F1F6;
}
#main .blueBox .list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 2.5rem;
}
#main .blueBox .list li {
	width: calc((100% - 5.1rem) / 3);
}
#main .blueBox .list .photo {
	margin-bottom: 0.5rem;
}
#main .blueBox .list .photo img {
	width: 100%;
}
#main .blueBox .list p {
	font-size: 1.6rem;
	line-height: 1.75;
	font-feature-settings: "palt";
}
#main .blueBox .list .ttl {
	font-size: 2.2rem;
	font-weight: 600;
	color: #0975AA;
}
#main .blueBox .title {
	width: fit-content;
	min-width: 16.7rem;
	text-align: center;
	padding: 0.2rem 1rem;
	font-size: 1.85rem;
	font-weight: 600;
	margin-bottom: 2.2rem;
	background-color: #fff;
	border: 1px solid #000000;
}
#main .blueBox .list .text {
	margin: min(1.2vw,1.5rem) min(3.9vw,5rem) 0 auto;
	width: 22rem;
	height: 22rem;
	color: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: min(2.1vw,2.1rem);
	font-weight: 500;
	line-height: 1.32;
	background-color: #0975AA;
}
#main .spBox {
	margin-bottom: 7rem;
}
#main .sec01{
	margin-bottom: 6.5rem;
}
#main .sec01:first-of-type {
	padding-top: 5rem;
}
#main .sec01:last-child {
	margin-bottom: 0;
}
#main .sec01 .headLine12 {
	margin-bottom: 3.2rem;
}
#main .sec01 .comBorderBox {
	align-items: center;
	margin-bottom: 3rem;
	padding: 2.5rem min(4.7vw,6rem) 4rem;
}
#main .sec01 .comBorderBox:last-child {
	margin-bottom: 0;
}
#main .sec01 .comBorderBox .lBox {
	margin-right: min(6.5vw,7rem);
	width: min(11.72vw,15rem);
}
#main .sec01 .comBorderBox .rBox {
	flex: 1;
}
#main .sec01 .comBorderBox p {
	margin-bottom: 1rem;
	line-height: 2;
	font-feature-settings: "palt";
}
#main .sec01 .comBorderBox .ttl {
	font-size: 2.6rem;
	font-weight: 600;
	color: #0975AA;
	margin-bottom: 0.4rem;
}
#main .sec01 .comBorderBox .dlStyle {
	margin-bottom: 1.7rem;
	display: flex;
	align-items: center;
}
#main .sec01 .comBorderBox .dlStyle dt {
	margin-right: 2rem;
	flex-shrink: 0;
	width: 12rem;
	clip-path: polygon(0% 0%, 
    87% 0%, 
    100% 50%, 
    87% 100%, 
    0% 100%);
	padding: 0 0.8rem 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 5rem;
	text-align: center;
	background-color: #F2F2F2;
}
#main .sec01 .comBorderBox .dlStyle dd {
	line-height: 1.67;
}
#main .sec01 .comBorderBox .emailLink {
	font-weight: 600;
	text-decoration: underline;
	color: #0975AA;
}
@media all and (min-width: 897px) {
	#container {
		padding-top: 16.8rem;
	}
	#main .sec01 .comBorderBox .emailLink:hover {
		text-decoration: none;
	}
}

@media all and (min-width: 897px) and (max-width: 1279px) {
	#main .content{
		width: 90%;
	}
	#main .centerTxt{
		margin-left: 3rem;
		margin-right: 3rem;
	}
	#main .dateUl{
		width: 94%;
		margin: 0 auto 10rem;
		gap: 4rem 3.8rem;
	}
	#main .dateUl li {
		width: calc((100% - 3.8rem) / 2);
	}
	#main .blueBox .list .ttl {
		line-height: 1.2;
		padding-top: 0.3rem;
		margin-bottom: 0.5rem;
	}
	#main .blueBox .list .text{
		margin-right: min(1.3vw,5rem);
		width: min(22.2vw,20rem);
		height: min(22.2vw,20rem);
	}
	#main .sec01 .comBorderBox .lBox{
		width: min(17vw,15rem);
		margin-left: -1rem;
		margin-right: min(4.0vw,7rem);
	}
}

@media all and (max-width: 896px) {
	#container{
		padding-top: 8.2rem;
	}
	.headLine04 {
		margin-bottom: 4rem;
	}
	#main .centerTxt {
		margin-bottom: 2.5rem;
		letter-spacing: 0;
		font-size: 1.4rem;
		line-height: 1.714;
		font-feature-settings: normal;
	}
	#main .bigPhoto{
		margin: -1.2rem -0.1rem 2.2rem;
		padding-top: 0rem;
	}
	#main .bigPhoto img {
		width: 100%;
	}
	#main .innerBox{
		margin: 0 0.5rem 2.5rem;
		max-width: inherit;
	}
	#main .innerBox p {
		font-size: 1.4rem;
		line-height: 1.714;
	}
	#main .spBox {
		margin: 0 0.5rem 5.5rem;
	}
	#main .blueBox {
		margin-bottom: 2rem;
		padding: 1.5rem 1.5rem 1.2rem;
	}
	#main .blueBox .list{
		display: block;
	}
	#main .blueBox .list li{
		width: auto;
		margin-bottom: 1.5rem;
	}
	#main .blueBox .list li:last-child {
		margin-bottom: 0;
	}
	#main .blueBox .list p{
		font-size: 1.1rem;
		line-height: 1.64;
		font-feature-settings: normal;
	}
	#main .blueBox .list .ttl {
		margin-bottom: 0.2rem;
		font-size: 1.4rem;
	}
	#main .blueBox .list .photo {
		margin-bottom: 0.7rem;
	}
	#main .blueBox .title {
		min-width: 12.5rem;
		font-size: 1.4rem;
		padding: 0rem 0.5rem;
		margin-bottom: 1.2rem;
	}
	#main .blueBox .list .text {
		margin: 0 1rem 1rem auto;
		font-size: 1.52rem;
		line-height: 1.31;
		width: 16rem;
		height: 16rem;
	}
	#main .sec01 {
		margin: 0 0.5rem 4rem;
	}
	#main .sec01 .headLine12{
		margin-bottom: 1.3rem;
	}
	#main .sec01 .comBorderBox{
		padding: 1.7rem 1.5rem 1.5rem;
		display: block;
	}
	#main .sec01 .comBorderBox .lBox{
		width: 36%;
		text-align: center;
		margin: 0 auto 1rem;
	}
	#main .sec01 .comBorderBox p {
		margin-bottom: 0.6rem;
		line-height: 1.82;
		font-size: 1.1rem;
	}
	#main .sec01 .comBorderBox .ttl {
		font-size: 1.5rem;
	}
	#main .sec01 .comBorderBox .dlStyle dt {
		width: 7rem;
		margin-top: 0.6rem;
		min-height: 2.9rem;
		font-size: 1.05rem;
		margin-right: 0.5rem;
	}
	#main .sec01 .comBorderBox .dlStyle dd {
		font-size: 1.1rem;
		line-height: 1.82;
	}
	#main .sec01 .comBorderBox .dlStyle {
		margin-bottom: 1rem;
		align-items: flex-start;
	}
	#main .comLinkP a {
		line-height: 1.2;
		font-size: 1.4rem;
	}
	#main .sec01:first-of-type {
		padding-top: 2rem;
	}
}