@charset "utf-8";
.eyecatch_inc.short{
	background-image: url(../img/stainless/eye01.jpg);
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short{
		background-image: url(../img/stainless/eye01_sp.jpg);
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1120px;
	height: auto;
	padding: 40px 0 120px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 35px 0 70px;
	}
}
.contents01 .contents01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 50px;
	font-size: 32px;
	line-height: 52px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text01{
		margin: 0 0 29px;
		font-size: 25px;
		line-height: 38px;
	}
}

.contents01 .contents01_01 .contents01_01_00{
	width: 100%;
	height: auto;
	margin: 0 0 53px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_00{
		margin: 0 0 36px;
	}
}
.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01{
	width: 100%;
	height: auto;
	margin: 0 0 77px;
	background-color: #EAEEF8;
	border-radius: 10px 10px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01{
		margin: 0 0 57px;
	}
}
.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01 > .text01{
	width: 100%;
	height: 60px;
	margin: 0;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	letter-spacing: calc((40/1000)*1em);
	background-color: #002A9D;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, .16);
	position: relative;
	cursor: pointer;
}
.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01 > .text01 > span{
	width: 15px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 50px;
	margin: auto;
	transform: rotate(0deg);
	transition: transform .5s;
}
.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01 > .text01.open > span{
	transform: rotate(180deg);
	transition: transform .5s;
}
.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01 > .text01 > span::before{
	content: '';
	width: 15px;
	height: 13px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	margin: 0;
	background-color: #ffffff;
	display: block;
}
.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01 .contents01_01_00_01_01{
	width: 100%;
	height: auto;
	padding: 36px 40px;
	margin: 0;
	display: none;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01 .contents01_01_00_01_01{
		padding: 39px 40px;
	}
}
.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01 .contents01_01_00_01_01 > ul{
	width: 100%;
	height: auto;
	margin: -16px calc(-36px / 2) 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01 .contents01_01_00_01_01 > ul{
		margin: 0;
		align-items: flex-start;
		flex-direction: column;
		flex-wrap: nowrap;
	}
}
.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01 .contents01_01_00_01_01 > ul > li{
	width: auto;
	height: auto;
	margin: 16px calc(36px / 2) 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01 .contents01_01_00_01_01 > ul > li{
		margin: 13px 0 0;
	}
	.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01 .contents01_01_00_01_01 > ul > li:nth-of-type(1){
		margin-top: 0;
	}
}
.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01 .contents01_01_00_01_01 > ul > li > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	color: #545D75;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}
.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01 .contents01_01_00_01_01 > ul > li > a.active{
	color: #002A9D;
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	/*text-decoration-color: #000000;*/
	text-decoration-style: solid;
	text-underline-offset: 3px;
	text-decoration-skip-ink: none;
}
/*.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01 .contents01_01_00_01_01 > ul > li > a::before{
	content: '';
	width: 5px;
	height: 5px;
	margin: 11px 7px 0 0;
	background-color: #545D75;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
}
.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01 .contents01_01_00_01_01 > ul > li > a.active::before{
	background-color: #002A9D;
}*/
/*.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01 .contents01_01_00_01_01 > ul > li > a::before{
	content: '';
	width: 16px;
	height: 16px;
	margin: 5px 7px 0 0;
	border-radius: 4px;
	border: 2px solid #AEB4C3;
	background-color: #ffffff;
	display: block;
	flex-shrink: 0;
}
.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01 .contents01_01_00_01_01 > ul > li > a.active::before{
	border: 2px solid #002A9D;
	background-color: #002A9D;
}
.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01 .contents01_01_00_01_01 > ul > li > a::after{
	content: '';
	width: 10px;
	height: 6px;
	border-left: 2px solid transparent;
	border-bottom: 2px solid transparent;
	transform: rotate(-45deg);
	display: block;
	position: absolute;
	top: 9px;
	bottom: auto;
	left: 3px;
	right: auto;
	margin: auto;
}
.contents01 .contents01_01 .contents01_01_00 .contents01_01_00_01 .contents01_01_00_01_01 > ul > li > a.active::after{
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}*/
.contents01 .contents01_01 .contents01_01_00 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_00 > .text01{
		font-size: 25px;
		line-height: 32px;
	}
}


.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		flex-wrap: nowrap;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_01 .link01{
	width: calc((100% - 35px * 2) / 3);
	height: auto;
	padding: 20px 20px 25px;
	margin: 35px 35px 0 0;
	font-size: 18px;
	line-height: 28px;
	background-color: #ffffff;
	border-radius: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, .16);
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .link01{
		width: 100%;
		padding: 18px 18px 25px;
		margin: 20px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .link01:nth-of-type(-n+3){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 .link01:nth-of-type(3n){
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .link01:nth-of-type(-n+3){
		margin-top: 20px;
	}
	.contents01 .contents01_01 .contents01_01_01 .link01:nth-of-type(1){
		margin-top: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .link01 > .photo01{
	width: 100%;
	height: auto;
	aspect-ratio: 310/204;
	margin: 0 0 22px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border-radius: 20px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .link01 > .photo02{
	width: 100%;
	height: auto;
	aspect-ratio: 310/204;
	margin: 0 0 22px;
	background-color: #D8D8D8;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents01 .contents01_01 .contents01_01_01 .link01 > .photo02::before{
	content: '';
	width: 50%;
	height: 50%;
	margin: 0;
	background-image: url(../img/common/logo01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border-radius: 20px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .link01 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 50px 0 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
		margin: 30px 0 0;
	}
}
/*.contents01ここまで*/