.info-hero {
	height: 51.875rem;
	overflow: hidden-x;
}

.info-hero__bg-wrapper {
	align-items: center;
	background: url(../img/decor/hero_back.jpg) no-repeat center center/cover;
	display: flex;
	height: 51.875rem;
	justify-content: center;
	left: calc((100% - 100vw) / 2);
	position: absolute;
	width: 100vw;
}

.info-hero__bg-ribbon {
	display: flex;
	height: 64.84375vw;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transition: width 1s;
	width: 0;
}

.info-hero__bg-ribbon picture {
	aspect-ratio: 1280/830;
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
}

.info-hero__bg-ribbon picture source,
.info-hero__bg-ribbon picture img {
	width: 100%;
}

.info-hero__bg-ribbon.--scrolled {
	width: 100%;
}

.info-hero__bg-shape {
	position: absolute;
	right: 0;
	top: 0;
}

.info-hero__bg-text {
	left: 4.6875rem;
	position: absolute;
	top: 4.375rem;
}

.info-hero__bg-text h1 {
	color: #f62837;
	font-size: 4rem;
	font-weight: 700;
	opacity: 0;
	animation: fadeInFromLeft 0.8s 0s forwards;
}

.info-hero__bg-text span {
	color: #f62837;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2;
	margin-top: 1.8125rem;
	opacity: 0;
	animation: fadeInFromLeft 0.8s 0.5s forwards;
}

.info-content {
	background-color: #fff;
	padding-top: 2.3125rem;
	position: relative;
	z-index: 1;
}

.info-content__cards {
	display: grid;
	gap: 3.375rem 4.125rem;
	grid-template-columns: repeat(2, 1fr);
}

.info-content-card {
	position: relative;
}

.info-content-card.--default {
	cursor: pointer;
}

.info-content-card.--default .info-content-card__title {
	margin-top: 1.125rem;
}

.info-content-card.--default::after {
	background: url(../img/icon/ico_circle-arrow-right-red.svg) no-repeat center center/contain;
	bottom: 2.125rem;
	content: "";
	height: 1.5rem;
	position: absolute;
	right: 2.625rem;
	width: 1.5rem;
	z-index: 1;
}

.info-content-card.--text {
	cursor: pointer;
}

.info-content-card.--text .info-content-card__title {
	margin-top: 2.625rem;
}

.info-content-card.--text::after {
	background: url(../img/icon/ico_circle-arrow-right-red.svg) no-repeat center center/contain;
	bottom: 2.3125rem;
	content: "";
	height: 1.5rem;
	position: absolute;
	right: 4.25rem;
	width: 1.5rem;
	z-index: 1;
}

.info-content-card__image {
	height: 20.3125rem;
	position: relative;
	width: 24.875rem;
}

.info-content-card__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 1.25rem;
	object-fit: cover;
}

.info-content-card__image::before {
	background-color: #f62837;
	border-radius: 1.25rem;
	bottom: -0.8125rem;
	content: "";
	left: 0.6875rem;
	position: absolute;
	right: -0.6875rem;
	top: 0.8125rem;
	z-index: -1;
}

.info-content-card__title {
	color: #f62837;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: normal;
	padding-inline: 2.5rem;
}

.info-content-card__sub-title {
	color: #f62837;
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	padding-inline: 2.5rem;
}

.info-content-card__text {
	bottom: 2.625rem;
	font-size: 1rem;
	font-weight: 400;
	left: 0;
	line-height: 1.875;
	padding-inline: 2.5rem;
	position: absolute;
}

.info-divider {
	height: 19.28125vw;
	position: relative;
}

.info-divider__image {
	display: flex;
	height: 19.28125vw;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transition: width 1s;
	width: 0;
}

.info-divider__image .info-divider__image-wrapper {
	aspect-ratio: 1280/246.8;
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
}

.info-divider__image .info-divider__image-wrapper img {
	width: 100%;
}

.info-divider__image.--scrolled {
	width: 100%;
}

.info-sns {
	margin-top: 2.625rem;
	padding-bottom: 1.25rem;
	text-align: center;
}

.info-sns__title {
	color: #f62837;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: normal;
}

.info-sns__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
	margin-top: 1.375rem;
}

.info-sns__links {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 1.5rem;
}

.info-sns__link {
	height: 2.5rem;
	width: 2.5rem;
}

.info-sns__link img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.container {
	padding-inline: 2rem;
}

.news__inner {
  display: flex;
  flex-direction: column;
}

.news__ttl {
	color: #f62837;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 1.75rem;
}

.news__inner {
  display: flex;
  flex-direction: column; /* 縦並び */
  align-items: center;    /* 中央寄せ（左右方向） */
  text-align: center;     /* 内部テキスト中央 */
}

.news__side {
  width: 100%;
}

.news__ttl {
  color: #f62837;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.75rem;
margin-bottom: 0.5rem;
  text-align: center;
}

.news__list {
  width: 100%;
  max-width: 800px;        /* RSSリストの最大幅を制限 */
  margin-top:0;
  text-align: left;        /* 記事タイトルなどは左揃えに戻したい場合 */
}

.info-news__btn-wrapper {
	display: flex;
	margin-left: 1.125rem;
	margin-top: 1.125rem;
}

.info-download {
	margin-bottom: 3.5rem;
	margin-top: 8.75rem;
}

.info-download__content {
	display: flex;
	flex-direction: column;
	gap: 1.625rem;
}

.info-download__content-upper {
	background: #f62837;
	border: 5px solid #fff;
	border-radius: 1.875rem;
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
	padding-bottom: 3.375rem;
	padding-left: 3.75rem;
	padding-top: 3.75rem;
	position: relative;
}

.info-download__content-upper a {
	color: #ffffff;
	font-size: 2.25rem;
	font-weight: 600;
	line-height: normal;
}

.info-download__content-upper::after {
	background: url(../img/company_top/download.png) no-repeat center center/contain;
	content: "";
	height: 16.25rem;
	position: absolute;
	right: 1.111875rem;
	top: -6.1875rem;
	width: 17rem;
}

.info-download__content-lower {
	display: flex;
	gap: 3.4375rem;
}

.info-download-card {
	align-items: center;
	border: 4px solid #fff;
	border-radius: 1.25rem;
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
	display: flex;
	flex: 1;
	justify-content: space-between;
	padding-bottom: 1.0625rem;
	padding-left: 4.625rem;
	padding-right: 4.625rem;
	padding-top: 1.25rem;
}

.info-download-card.--blue {
	background: #1d6cf0;
}

.info-download-card.--orange {
	background: #ff8144;
}

.info-download-card__title {
	color: #ffffff;
	font-size: 2rem;
	font-weight: 600;
	line-height: normal;
	position: relative;
}

.info-download-card__title.--orange {
	margin-left: 1.6875rem;
}

.info-download-card__title::after {
	content: "";
	left: -3.3125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.info-download-card__title.--blue::after {
	background: url(../img/company_top/building-white.svg) no-repeat center center/contain;
	height: 2.9375rem;
	width: 2.9375rem;
}

.info-download-card__title.--orange::after {
	background: url(../img/company_top/organization-white.svg) no-repeat center center/contain;
	height: 2.875rem;
	width: 2.875rem;
}
/*sp*/
@media screen and (max-width: 769px) {
.info-hero {
	height: 22.625rem;
}

.info-hero__bg-wrapper {
	height: 100%;
}

.info-hero__bg-ribbon {
	height: 40rem;
}

.info-hero__bg-ribbon picture {
	aspect-ratio: 774/747;
	height: 22.625rem;
}

.info-hero__bg-shape {
	bottom: 0;
	left: 0;
	top: 1.5rem;
}

.info-hero__bg-text {
	left: 1.5rem;
	right: 0;
	text-align: left;
	top: 1.9375rem;
}

.info-hero__bg-text h1 {
	font-size: 1.6875rem;
}

.info-hero__bg-text span {
	font-size: 1rem;
	line-height: normal;
	margin-top: 0.625rem;
display: inline-block;
}

.info-content {
	padding-top: 4rem;
}

.info-content__cards {
	gap: 2rem 0;
	grid-template-columns: 1fr;
}

.info-content-card.--default .info-content-card__title {
	margin-top: 1rem;
}

.info-content-card.--default::after {
	bottom: 1.25rem;
	height: 1.25rem;
	right: 0;
	width: 1.25rem;
}

.info-content-card.--text .info-content-card__title {
	margin-top: -1.125rem;
}

.info-content-card.--text::after {
	bottom: 1.25rem;
	height: 1.25rem;
	right: 0;
	width: 1.25rem;
}

.info-content-card.--sp-1st {
	order: 1;
}

.info-content-card.--sp-2nd {
	order: 2;
}

.info-content-card.--sp-3rd {
	order: 3;
}

.info-content-card.--sp-4th {
	order: 4;
}

.info-content-card.--sp-5th {
	order: 5;
}

.info-content-card.--sp-6th {
	order: 6;
}

.info-content-card__image::before {
	border-radius: 1rem;
	bottom: -0.5rem;
	left: 0.5rem;
	right: -0.5rem;
	top: 0.5rem;
}

.info-content-card__image {
	aspect-ratio: 398/325;
	height: auto;
	width: 100%;
}

.info-content-card__image img {
	border-radius: 1rem;
}

.info-content-card__title {
	font-size: 1.5rem;
	padding-inline: 1.25rem;
}

.info-content-card__sub-title {
	font-size: 0.875rem;
	padding-inline: 1.25rem;
}

.info-content-card__text {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 0.75rem;
	padding-left: 1.25rem;
	padding-right: 1.875rem;
	position: static;
}

.info-divider {
	margin-top: 1.875rem;
}

.info-sns {
	padding-bottom: 2rem;
}

.info-sns__title {
	font-size: 1.5rem;
}

.info-sns__text {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 1rem;
}

.info-sns__links {
	gap: 1rem;
	margin-top: 1.25rem;
}

.info-sns__link {
	height: 2rem;
	width: 2rem;
}

.container {
	padding-inline: 1.25rem;
}

.news__ttl {
	font-size: 1.25rem;
	margin-top: 1.25rem;
	text-align: center;
}

.info-news__btn-wrapper {
	justify-content: center;
	margin-left: 0;
	margin-top: 1rem;
}

.badge {
	padding: 4px 18px;
	width: -moz-fit-content;
	width: fit-content;
}

.info-download {
	margin-bottom: 2rem;
	margin-top: 4rem;
}

.info-download__content {
	gap: 1.25rem;
}

.info-download__content-upper {
	border-radius: 1.25rem;
	padding: 1.5rem 1.25rem;
	text-align: center;
}

.info-download__content-upper a {
	font-size: 1.25rem;
}

.info-download__content-upper::after {
	height: 5.9375rem;
	right: 1.111875rem;
	top: -3.75rem;
	width: 6.25rem;
}

.info-download__content-lower {
	flex-direction: column;
	gap: 1.25rem;
}

.info-download-card {
	border-radius: 1rem;
	padding: 1rem 1.25rem;
	padding-bottom: 0.8125rem;
	padding-left: 3.75rem;
	padding-right: 2.5rem;
	padding-top: 1rem;
}

.info-download-card__title.--orange {
	margin-left: 0.625rem;
}

.info-download-card__title::after {
	left: -2.25rem;
}

.info-download-card__title.--blue::after {
	height: 2rem;
	width: 2rem;
}

.info-download-card__title.--orange::after {
	height: 2rem;
	width: 2rem;
}

.info-download-card__title {
	font-size: 1.25rem;
}
}