@charset "UTF-8";

/* dailylife */

.dailylifeWrap{
	padding-bottom: 30px;
}
.dailylifeList{
	width: 90%;
	max-width: 980px;
	margin: 80px auto 0;
	display: flex;
	flex-wrap: wrap;
}
.dailylifeList li{
	width: 50%;
	box-sizing: border-box;
	position: relative;
}
.dailylifeList li:nth-child(odd){
	padding: 0 80px 0 0;
	text-align: right;
	margin-top: -15%;
}
.dailylifeList li:nth-child(even){
	padding: 0 0 0 80px;
	margin-top: 15%;
}
.dailylifeList li img{
	width: 100%;
	border-radius: 15px;
}
.dailylifeList h5{
	position: absolute;
	text-align: center;
	display: block;
	width: 120px;
	padding: 40px 0;
	line-height: 1rem;
	top: 0;
	font-family: var(--futura);
	font-size: var(--fsXLarge);
	font-weight: 600;
	background: #fff;
	z-index: 2;
}
.dailylifeList h5 span{
	font-family: var(--marugo);
	font-size: var(--fsMiddle);
	font-weight: 500;
	margin-left: 2px;
}
.dailylifeList li:nth-child(odd) h5{
	right: -60px;
}
.dailylifeList li:nth-child(even) h5{
	left: -60px;
}
.dailylifeList h4{
	position: relative;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	margin: 24px 0 15px;
	color: #fff;
	padding: 7px 27px 8px;
	background: var(--liner);
	font-size: var(--fsLarge);
	font-family: var(--marugo);
	font-weight: 500;
	letter-spacing: 0.125em;
	line-height: 2rem;
	border-radius: 7px;
}
.dailylifeList h4::before{
	content: "";
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	top: 50%;
	margin-top: -5px;
}
.dailylifeList li:nth-child(odd) h4::before{
	border-color: transparent var(--deep);
	border-width: 5px 0 5px 7px;
	right: -7px;
}
.dailylifeList li:nth-child(even) h4::before{
	border-color: transparent var(--bright);
	border-width: 5px 7px 5px 0;
	left: -7px;
}
.dailylifeList p{
	font-size: var(--fsSmall);
	font-weight: 400;
	margin-bottom: 20px;
}
.dailylifeList li:nth-child(odd)::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	background-image: linear-gradient(to bottom, #8d8d8d 3px, #fff 3px, #fff 5px);
	background-size: 5px 10px;
	background-repeat: repeat-y;
}
.careLinkWrap{
	width: 61%;
	position: relative;
	float: right;
	margin: -20% -5% 0 0;
}
.careLinkWrap img{
	width: 100%;
}
.careLinkInner{
	position: absolute;
	top: 57%;
	left: 28%;
}
.careLinkInner p{
	font-size: var(--fsBase);
	line-height: 1.875em;
	font-weight: 500;
}
.careLinkWrap .btnSmall{
	bottom: 15%;
	right: 33%;
}
@media screen and (max-width: 980px){
	.dailylifeWrap{
		padding-bottom: 15px;
	}
	.dailylifeList h5{
		width: 120px;
		padding: 40px 0;
	}
}
@media screen and (max-width: 768px){
	.dailylifeList{
		width: 80%;
		margin: 0 auto;
	}
	.dailylifeList li{
		width: 100%;
		margin-left: 15px;
	}
	.dailylifeList li:nth-child(odd),
	.dailylifeList li:nth-child(even){
		padding: 0 0 0 60px;
		text-align: left;
		margin-top: 0;
	}
	.dailylifeList li:nth-child(odd) h4::before,
	.dailylifeList li:nth-child(even) h4::before{
		border-color: transparent var(--bright);
		border-width: 4px 6px 4px 0;
		right: inherit;
		left: -6px;
	}
	.dailylifeList li img{
		width: 100%;
		margin-bottom: 40px;
	}
	.dailylifeList h5{
		width: 100px;
		padding: 25px 0;
		font-size: var(--fsXXLarge);
	}
	.dailylifeList h5 span{
		margin-left: 3px;
	}
	.dailylifeList li:nth-child(odd) h5,
	.dailylifeList li:nth-child(even) h5{
		right: inherit;
		text-align: center;
		left: -48px;
	}
	.dailylifeList li:nth-child(odd)::before,
	.dailylifeList li:nth-child(even)::before{
		content: "";
		position: absolute;
		top: 0;
		right: inherit;
		left: 0;
		height: 100%;
		width: 1px;
		background-image: linear-gradient(to bottom, #8d8d8d 3px, #fff 3px, #fff 5px);
		background-size: 5px 10px;
		background-repeat: repeat-y;
	}
	.dailylifeList li:first-child{
		margin-top: -50px;
	}
	.dailylifeList li:last-child{
		padding-bottom: 160px;
	}
	.dailylifeList h4{
		margin: 15px 0 8px;
		padding: 4px 27px 5px;
	}
	.dailylifeList p{
		font-size: var(--fsBase);
		line-height: 1.45rem;
		margin-bottom: 14px;
	}
	.careLinkWrap{
		width: 95%;
		float: left;
		margin: -24% 0 0 3%;
	}
	.careLinkInner{
		top: 56%;
	}
	.careLinkWrap .btnSmall{
		bottom: 14%;
	}
}
@media screen and (max-width: 600px){
	.dailylifeList li:last-child{
		padding-bottom: 120px;
	}
}
@media screen and (max-width: 450px){
	.dailylifeInner{
		margin-bottom: 0!important;
}
	.dailylifeList{
		width: 80%;
	}
	.dailylifeList li:nth-child(odd),
	.dailylifeList li:nth-child(even){
		padding: 0 0 0 55px;
	}
	.dailylifeList h5{
		width: 85px;
		padding: 25px 0;
	}
	.dailylifeList li:nth-child(odd) h5,
	.dailylifeList li:nth-child(even) h5{
		left: -40px;
	}
	.dailylifeList h4{
		line-height: 1.9rem;
	}
	.dailylifeList li:first-child{
		margin-top: -70px;
	}
	.dailylifeList li:last-child{
		padding-bottom: 100px;
	}
	.careLinkWrap{
		width: 100%;
		margin: -25% 0 0 0;
	}
	.careLinkInner{
		top: 55%;
	}
	.careLinkWrap img{
		width: calc( 100% + 30px );
		margin-left: -13px;
	}
	.careLinkInner p{
		line-height: 1.75em;
	}
	.careLinkWrap .btnSmall{
		bottom: 13%;
	}
}
@media screen and (max-width: 375px){
	.dailylifeList{
		width: 85%;
		margin-left: 37px;
	}
	.dailylifeList li:nth-child(odd),
	.dailylifeList li:nth-child(even){
		padding: 0 0 0 55px;
	}
	.dailylifeList h5{
		width: 80px;
		padding: 25px 0;
	}
	.dailylifeList h4{
		line-height: 1.9rem;
	}
	.dailylifeList li:first-child{
		margin-top: -50px;
	}
	.dailylifeList li:last-child{
		padding-bottom: 80px;
	}
	.careLinkInner{
		top: 53%;
	}
	.careLinkWrap img{
		width: calc( 100% + 50px );
		margin-left: -20px;
	}
	.careLinkWrap .btnSmall{
		bottom: 12%;
	}
}


/* event */

.eventListWrap{
	width: 98%;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	align-items: flex-start;
}
.eventWrap .innerFull{
	margin-bottom: 120px;
}
.eventListWrap article{
	width: 100%;
	background: #fff;
	padding: 30px 12px 0;
	box-sizing: border-box;
	border-radius: 50px;
	text-align: center;
	box-shadow: 3px 3px 5px #efefef;
}
.eventListWrap article:nth-child(2){
	margin-top: 30px;
}
.eventListTtl{
	width: 35%;
}
.eventListPhoto{
	width: 100%;
	position: relative;
	text-align: left;
	padding: 20px 0;
}
.eventListPhoto img{
	border: 5px solid #fff;
	box-shadow: 2px 2px 8px #dfdfdf;
	box-sizing: border-box;
}
.eventListPhoto img:first-child{
	width: 83%;
}
.eventListPhoto img:last-child{
	width: 48%;
	position: absolute;
	right: 0;
}
.eventListWrap article:nth-child(odd) .eventListPhoto img:last-child{
	bottom: -10px;
}
.eventListWrap article:nth-child(even) .eventListPhoto img:last-child{
	top: 30px;
}
.eventListWrap article:nth-child(even) .eventListPhoto img:first-child{
	margin-top: 40px;
}
.eventList{
	width: 98%;
	margin: 40px auto 0;
	height: 180px;
}
.eventListWrap article:nth-child(even) .eventList{
	margin-top: 0;
}
.eventList ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	text-align: left;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}
.eventList ul li{
	width: calc( 50% - 5px );
	padding-left: 17px;
	text-indent: -1.1em;
	box-sizing: border-box;
	font-family: var(--marugo);
	font-weight: 500;
	line-height: 1.6rem;
	color: var(--dark);
	font-size: 0.975em;
}
.eventList ul li::before{
	content: "・";
}
@media screen and (max-width: 1000px){
	.eventListWrap{
		width: 98%;
		flex-wrap: wrap;
		gap: 10px 8px;
		align-items: flex-start;
		justify-content: center;
	}
	.eventListWrap article{
		width: calc( 50% - 4px );
		padding: 30px 15px 0;
	}
	.eventListTtl{
		width: 38%;
	}
	.eventListPhoto{
		padding: 20px 0 30px;
	}
	.eventListWrap article:nth-child(even) .eventListPhoto img:last-child{
		top: 20px;
	}
	.eventListWrap article:nth-child(even) .eventListPhoto img:first-child{
		margin-top: 30px;
	}
}
@media screen and (max-width: 600px){
	.eventListWrap{
		width: 92%;
		flex-wrap: wrap;
		gap: 10px 8px;
		align-items: flex-start;
		justify-content: center;
	}
	.eventListWrap article{
		width: 100%;
		padding: 30px 15px 40px;
	}
	.eventListWrap article:nth-child(2){
		margin-top: 0;
	}
	.eventListTtl{
		width: 32%;
	}
	.eventList{
		height: inherit;
	}
}
@media screen and (max-width: 450px){	
	.eventWrap .innerFull{
		margin-bottom: 70px;
	}
	.eventListWrap article{
		padding: 35px 15px 55px;
	}
	.eventListPhoto{
		padding: 20px 0 15px;
	}
	.eventList ul li{
		gap: 3px;
	}
	.eventList ul li{
		line-height: 1.4rem;
		font-size: 1.125em;
	}
}

.uniformList{
	width: 900px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 20px;
	justify-content: center;
}
.uniformList article{
	width: 430px;
	height: 430px;
	position: relative;
}
.uniformList article::before{
	content: "";
	width: 370px;
	height: 370px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--pale);
	border-radius: 50%;
	z-index: 1;
}
.uniformList article img{
	position: absolute;
	width: 320px;
	left: 15px;
	bottom: 0;
	z-index: 3;
}
.uniformList article div{
	width: 150px;
	height: 150px;
}
.uniformList article div{
	position: absolute;
	right: 0;
	bottom: 0;
	background: var(--base);
	border-radius: 50%;
	text-align: center;
	display: grid;
	place-items: center;
	text-align: center;
	z-index: 2;
}
.uniformList article p{
	color: #fff;
	font-weight: 500;
	font-family: var(--marugo);
}
.uniformList article p span{
	display: block;
	line-height: 1.2em;
}
.uniformList article p span:first-child{
	font-size: 1.25em;
	padding-bottom: 3px;
}
.uniformList article p span:last-child{
	font-size: 2em;
	font-weight: 700;
}
.uniformComp span:first-child{
	font-size: 1em!important;
	margin-top: 7px;
}
@media screen and (max-width: 950px){
	.uniformList{
		width: calc( 900px * 0.8 );
		gap: 15px 30px;
	}
	.uniformList article{
		width: calc( 430px * 0.8 );
		height: calc( 430px * 0.8 );
	}
	.uniformList article::before{
		width: calc( 370px * 0.825 );
		height: calc( 370px * 0.825 );
	}
	.uniformList article img{
		width: calc( 320px * 0.825 );
		left: 15px;
	}
	.uniformList article div{
		width: calc( 150px * 0.9 );
		height: calc( 150px * 0.9 );
		right: -18px;
	}
	.uniformList article p span:first-child{
		font-size: calc( 1.25em * 0.9 );
		padding-bottom: 3px;
	}
	.uniformList article p span:last-child{
		font-size: calc( 2em * 0.9 );
	}
	.uniformComp span:first-child{
		font-size: 0.9em!important;
	}
}
@media screen and (max-width: 768px){
	.uniformList{
		margin: 30px auto 0;
		width: 450px;
		gap: 35px;
	}
	.uniformList article{
		width: calc( 430px * 1 );
		height: calc( 430px * 1 );
	}
	.uniformList article::before{
		width: calc( 370px * 1 );
		height: calc( 370px * 1 );
	}
	.uniformList article img{
		width: calc( 320px * 1 );
		left: 15px;
	}
	.uniformList article div{
		width: calc( 150px * 1 );
		height: calc( 150px * 1 );
		right: -18px;
	}
	.uniformList article p span:first-child{
		font-size: calc( 1.25em * 1 );
		padding-bottom: 3px;
	}
	.uniformList article p span:last-child{
		font-size: calc( 2em * 1 );
	}
	.uniformComp span:first-child{
		font-size: 1em!important;
	}
}
@media screen and (max-width: 600px){
	.uniformList article{
		width: calc( 430px * 0.8 );
		height: calc( 430px * 0.8 );
	}
	.uniformList article::before{
		width: calc( 370px * 0.825 );
		height: calc( 370px * 0.825 );
		left: -8px;
	}
	.uniformList article img{
		width: calc( 320px * 0.825 );
		left: 7px;
	}
	.uniformList article div{
		width: calc( 150px * 0.9 );
		height: calc( 150px * 0.9 );
		right: -10px;
	}
	.uniformList article p span:first-child{
		font-size: calc( 1.25em * 0.9 );
		padding-bottom: 3px;
	}
	.uniformList article p span:last-child{
		font-size: calc( 2em * 0.9 );
	}
	.uniformComp span:first-child{
		font-size: 0.9em!important;
	}
}
@media screen and (max-width: 450px){
	.uniformList{
		width: calc( 430px * 0.6 );
	}
	.uniformList article{
		width: calc( 430px * 0.6 );
		height: calc( 430px * 0.6 );
	}
	.uniformList article::before{
		width: calc( 370px * 0.65 );
		height: calc( 370px * 0.65 );
		left: -12px;
	}
	.uniformList article img{
		width: calc( 320px * 0.65 );
		left: 3px;
	}
	.uniformList article div{
		width: calc( 150px * 0.725 );
		height: calc( 150px * 0.725 );
		right: -20px;
	}
	.uniformComp span:first-child{
		margin-top: 3px;
	}
}