@media screen and (max-width: 780px) {
	.pc {
		display: none;
	}
}

.rinen .box {
	justify-content: space-between;
}
.rinen .box h2 {
	margin-bottom: 20px;
}
.rinen .box h2 span {
	display: block;
	line-height: 1.3;
}
.rinen .box h2 span:first-child {
	color: #CACACA;
	font-size: 42px;
	font-weight: 400;
	font-family: "Yu Mincho", "YuMincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.rinen .box h2 span:last-child {
	color: #1336E6;
	font-size: 16px;
	font-weight: bold;
}

.rinen .box h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.rinen .box p {
	letter-spacing: 0.11em;
}

.rinen .box:not(:last-child) {
	margin-bottom: 160px;
}

.rinen img {
	border-radius: 20px;
}

@media screen and (min-width: 781px) {
	.rinen .box .right {
		width: calc(730 / 1458 * 100%);
	}
}

@media screen and (max-width: 1480px) {
	.rinen .box:not(:last-child) {
		margin-bottom: calc(160 * 3.8vw / 54);
	}
	.rinen .box h2 {
		margin-bottom: calc(20 * 3.8vw / 54);
	}
	.rinen .box h2 span:first-child {
		font-size: calc(42 * 3.8vw / 54);
	}
	.rinen .box h2 span:last-child {
		font-size: calc(16 * 3.8vw / 54);
	}
	.rinen .box h3 {
		font-size: calc(30 * 3.8vw / 54);
		margin-bottom: calc(20 * 3.8vw / 54);
	}
}

@media screen and (max-width: 780px) {
	.rinen .box:not(:last-child) {
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.rinen .box h2 {
		margin-bottom: calc(20 / 750 * 100vw);
	}
	.rinen .box h2 span:first-child {
		font-size: calc(60 / 750 * 100vw);
	}
	.rinen .box h2 span:last-child {
		font-size: calc(24 / 750 * 100vw);
	}
	.rinen .box h3 {
		font-size: calc(36 / 750 * 100vw);
		margin-bottom: calc(30 / 750 * 100vw);
	}
	.rinen .box p {
		font-size: calc(28 / 750 * 100vw);
		margin-bottom: calc(60 / 750 * 100vw);
	}
}

.message .tit {
	background-color: #3A3A3A;
	font-weight: bold;
	line-height: 1;
}
.message .tit h2 {
	font-size: 42px;
}
.message .tit .sec_inner_2 {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}

.message h3 {
	font-size: 30px;
	font-weight: bold;
}

.message .content {
	background-color: #F5F5F5;
}

.message .content .sec_inner_2 {
	position: relative;
	padding-top: 60px;
}
.ceo {
	align-items: center;
	justify-content: flex-end;
	margin-top: -100px;
}
.ceo img {
	width: 250px;
}
.ceo .left {
	margin-right: 38px;
	margin-top: 60px;
}
.ceo .left p {
	font-weight: bold;
}
.ceo .left p:first-child {
	font-size: 16px;
}
.ceo .left p:last-child {
	font-size: 20px;
	line-height: 1;
}

@media screen and (max-width: 1480px) {
	.message .content .sec_inner_2 {
		padding-top: 4vw;
	}
	.message .tit h2 {
		font-size: calc(42 * 3.8vw / 54);
	}
	.message h3 {
		font-size: calc(30 * 3.8vw / 54);
	}
	.ceo {
		margin-top: calc(-100 * 3.8vw / 54);
	}
	.ceo img {
		width: calc(250 * 3.8vw / 54);
	}
	.ceo .left p:first-child {
		font-size: calc(16 * 3.8vw / 54);
	}
	.ceo .left p:last-child {
		font-size: calc(20 * 3.8vw / 54);
	}
}

@media screen and (max-width: 780px) {
	.message .tit .sec_inner_2 {
		padding: 4vw 0;
	}
	.message .tit h2 {
		font-size: calc(42 / 750 * 100vw);
	}
	.message h3 {
		font-size: calc(32 / 750 * 100vw);
	}
	.message .content .sec_inner_2 {
		padding-top: 5vw;
	}
	.ceo {
		margin-top: -1vw;
	}
	.ceo img {
		width: calc(250 / 750 * 100vw);
	}
	.ceo .left {
		margin-right: 5vw;
		margin-top: 8vw;
	}
	.ceo .left p:first-child {
		font-size: calc(28 / 750 * 100vw);
	}
	.ceo .left p:last-child {
		font-size: calc(32 / 750 * 100vw);
	}
}

.links ul {
	justify-content: center;
}

.links li {
	/* max-width: 30%; */
	margin: 0 30px;
}
.links a {
	position: relative;
	width: 444px;
	display: block;
	max-width: 100%;
	height: 296px;
}
.links a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

.links a p {
	color: #fff;
	position: relative;
	z-index: 10;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding-top: 26%;
}

.links a span {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

@media screen and (max-width: 1480px) {
	.links a {
		width: calc(444 * 3.8vw / 54);
		height: calc(296 * 3.8vw / 54);
		
	}
	.links a p {
		font-size: calc(30 * 3.8vw / 54);
	}
}

@media screen and (max-width: 780px) {
	.links li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.links li:not(:last-child) {
		margin-bottom: calc(60/750 * 100vw);
	}
	.links a {
		width: 100%;
		height: calc(446.67 / 750 * 100vw);
	}
	.links a p {
		padding-top: 30%;
		font-size: calc(48 / 750 * 100vw);
	}
}
