@charset "utf-8";

/**
	Home
**/

main {
	position: relative;
	z-index: 1;
	margin-top: -100px;
	height: auto;
}
.sec_mv {
	position: relative;
	margin: 0 calc(50% - 50vw);
	height: 1000px;
	background-image: url('../images/index/hero3.jpg'), linear-gradient(204deg, #348B99 0%, #023D47 100%);
	background-repeat:  no-repeat, repeat;
	background-position: center;
	background-size: cover, auto;
}
@media screen and (min-width: 1920px) {
	.sec_mv {
		background-size: 1920px 1143px, auto;
	}
}

.sec_mv .inner {
	margin: 0 auto;
	width: min(1280px, 100%);

	position: relative;
	/* padding: 256px 100px 0; */
	padding-top: 280px;
	width: min(1480px, 100%);

	height: 100%;
}

.sec_mv .message {
	margin-bottom: 126px;
	text-align: center;
}
.sec_mv .message p {
	position: relative;
	z-index: 1;
	color: #fff;
	font-family: var(--font-min);
}
.sec_mv .message p:first-of-type {
	margin-bottom: 20px;
	font-size: 5rem;
	line-height: calc(80 / 50);
}
.sec_mv .message p:not(:first-of-type) {
	font-size: 2.2rem;
	line-height: calc(46 / 22);
}
.sec_mv .message figure.company_name {
	display: none;
}

main h2 {
	display: flex;
	align-items:  baseline;
	column-gap: 20px;
}
.sec_mv h2,
.sec_company h2 {
	color: #fff;
}
.sec_staff h2 {
	color: var(--color-green);
}
.sec_staff h2 span.ja {
	color: var(--main-text);
}
h2 span.en {
	font-size: 4rem;
	font-weight: 700;
	font-family: var(--font-min);
}
h2 span.ja {
	font-size: 2rem;
	font-weight: 500;
}


.sec_mv .news_area {
	/* padding-left: 35px; */
	margin: 0 auto;
	width: 690px;
}
.sec_mv .news_area ul {
	margin: 10px 0 28px;
}
.sec_mv .news_area ul li:not(:last-of-type) {
	margin-bottom: 18px;
}
.news_area ul li a dl {
	display: flex;
	align-items: start;
	column-gap: 22px;
}
.news_area ul li a dl dt,
.news_area ul li a dl dd {
	color: #fff;
}
.news_area ul li a dl dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 190px;
}
.news_area ul li a dl dt .date {
	font-size: 1.5rem;
	font-family: var(--font-min);
}
.news_area ul li a dl dt .category {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 19px;
	font-size: 1.2rem;
	line-height: 1;
}
.news_area ul li a dl dt .category.news {
	color: #fff;
	background: var(--color-green);
}
.news_area ul li a dl dt .category.recruit-blog {
	color: var(--main-text);
	background: #fff;
}
.news_area ul li a dl dd {
	width: calc(100% - 212px);
}
/* 
.sec_mv figure.logo_shape {
	position: absolute;
	width: 500px;

	top: 114px;
	right: 0;
}
.sec_mv figure.company_name {
	position: absolute;
	width: 695px;

	mix-blend-mode: overlay;
	pointer-events: none;

	right: -36px;
	bottom: 47px;
} */
@media screen and (max-width: 1680px) {
	.sec_mv {
		background-size: 1680px 1000px;
	}
	/* .sec_mv .inner {
		padding: 256px 0 0;
	} */
	/* .sec_mv .message,
	.sec_mv .news_area {
		width: min(1280px, 100%);
	} */
	.sec_mv .message {
		/* margin: 0 auto 126px; */
		margin: 0 auto 90px;
	}
	/* .sec_mv .news_area {
		margin: 0 auto;
		padding-left: 30px;
	} */
}

@media screen and (max-width: 1580px) {
	/* .sec_mv figure.logo_shape {
		right: 20px;
	}
	.sec_mv figure.company_name {
		right: 20px;
	} */
}

@media screen and (max-width: 1320px) and (min-width: 1281px) {
	/* .sec_mv .inner {
		padding: 256px 20px 0;
	} */
}

@media screen and (max-width: 1280px) {
	/* .sec_mv .inner {
		width: min(1080px, 100%);
	} */
	.sec_mv .message p:first-of-type {
		font-size: 4rem;
		line-height: calc(80 / 40);
	}
	.sec_mv h2 span.en {
		font-size: 3.6rem;
	}
	/* .sec_mv figure.logo_shape {
		right: -32px;
	}
	.sec_mv figure.company_name {
		right: -32px;
	} */
}

@media screen and (max-width: 1180px) and (min-width: 1025px) {
	/* .sec_mv figure.logo_shape {
		right: 0;
	}
	.sec_mv figure.company_name {
		right: 0;
	} */
}

@media screen and (max-width: 1120px) and (min-width: 1025px) {
	/* .sec_mv .inner {
		padding: 256px 20px 0;
	} */
}

@media screen and (max-width: 1120px) {
	/* .sec_mv figure.logo_shape {
		right: 20px;
	}
	.sec_mv figure.company_name {
		right: 20px;
	} */
}

@media screen and (max-width: 1024px) {
	.sec_mv {
		height: 900px;
		/* background: url('../images/index/hero2_1024.jpg') no-repeat center / 1024px 900px; */
		background-size: 1512px 900px;
	}
	.sec_mv .inner {
		/* padding: 190px 0 0; */
		padding: 260px 0 0;
	}
	/* .sec_mv .message,
	.sec_mv .news_area {
		width: min(824px, 100%);
	} */
	.sec_mv .message {
		margin-bottom: 65px;
	}
	.sec_mv .message p:first-of-type {
		margin-bottom: 16px;
		font-size: 3.4rem;
		line-height: calc(70 / 34);
	}
	.sec_mv .message p:not(:first-of-type) {
		font-size: 2rem;
		line-height: calc(46 / 20);
	}

	/* .sec_mv .news_area {
		padding-left: unset;
	} */

	.sec_mv h2 span.en {
		font-size: 3rem;
	}
	/* .sec_mv figure.logo_shape {
		right: 50px;
		width: 375px;
	}
	.sec_mv figure.company_name {
		right: 50px;
		width: 590px;
	} */
}

@media screen and (max-width: 864px) and (min-width: 820px) {
}

@media screen and (max-width: 864px) {
	.sec_mv .inner {
		padding: 150px 20px 0;
		/* width: min(620px, 100%); */
	}
	.sec_mv .message {
		margin-bottom: 75px;
	}
	.sec_mv .message p:first-of-type {
		margin-bottom: 20px;
		/* font-size: 3.4rem;
		line-height: calc(63 / 34); */
		font-size: 3.2rem;
		line-height: calc(58 / 32);
	}
	.sec_mv .message p:first-of-type span {
		display: block;
	}
	.sec_mv .message p:first-of-type br {
		display: none;
	}
	/* .sec_mv .message p:not(:first-of-type) {
		font-size: 2rem;
		line-height: calc(46 / 20);
	} */
	.sec_mv .message p:not(:first-of-type) span:last-of-type {
		display: block;
	}

	.sec_mv h2 span.en {
		font-size: 3rem;
	}

	.sec_mv .news_area {
		width: 450px;
	}
	.news_area ul li a dl {
		column-gap: 15px;
	}
	.news_area ul li a dl dt {
		width: 140px;
	}
	.news_area ul li a dl dt .date {
		font-size: 1.2rem;
	}
	.news_area ul li a dl dt .category {
		width: 70px;
		height: 16px;
		font-size: 1.1rem;
	}
	.news_area ul li a dl dd {
		width: calc(100% - 155px);
	}

	/* .sec_mv figure.logo_shape {
		right: -10%;
	}
	.sec_mv figure.company_name {
		right: -8.5%;
		width: 410px;
	} */
}

@media screen and (max-width: 820px) {
	.sec_mv {
		height: 950px;
		background: url('../images/index/hero3_820.jpg') no-repeat center / 820px 950px;
	}
	.sec_mv .inner {
		padding-top: 200px;
	}
	.sec_mv .message {
		margin-bottom: 50px;
	}
	.sec_mv .message p:first-of-type {
		margin-bottom: 45px;
	}
	.sec_mv .message p:not(:first-of-type) {
		line-height: calc(36 / 20);
	}

	/* .sec_mv figure.logo_shape {
		right: -20px;
	}
	.sec_mv figure.company_name {
		right: -20px;
	} */
}

@media screen and (max-width: 767px) {
	.sec_mv .message p:first-of-type {
		/* font-size: 2.2rem;
		line-height: calc(50 / 22); */
		font-size: 2.2rem;
		line-height: calc(40 / 22);
	}

	/* .sec_mv figure.logo_shape {
		right: 0;
	}
	.sec_mv figure.company_name {
		right: 20px;
	} */
}

@media screen and (max-width: 539px) {
	.sec_mv .message p:not(:first-of-type) {
		font-size: 1.6rem;
		line-height: calc(28 / 16);
	}

	.sec_mv .news_area {
		width: 340px;
	}
	.news_area ul li a dl {
		flex-direction: column;
	}
	.news_area ul li a dl dd {
		width: 100%;
	}
}

@media screen and (max-width: 440px) {
	.sec_mv {
		height: 1000px;
		background: url('../images/index/hero3_440.jpg') no-repeat center / 440px 1000px;
	}
	.sec_mv .inner {
		/* padding: 125px 20px 0; */
		padding-top: 185px;
	}
	.sec_mv .message {
		/* margin-bottom: 100px; */
		margin-bottom: 90px;
	}
	.sec_mv .message p:first-of-type {
		/* margin-bottom: 60px; */
		margin-bottom: 35px;
	}
	/* .sec_mv .message p:not(:first-of-type) {
		line-height: 2;
		text-align: center;
	} */
	.sec_mv .message p:not(:first-of-type) {
		margin-bottom: 40px;
	}
	.sec_mv .message p:not(:first-of-type) span:nth-of-type(2) {
		display: block;
	}

	/* .sec_mv .news_area {
		padding: 20px;
	} */
	.sec_mv .news_area ul {
		margin-top: 20px;
	}
		.sec_mv .news_area ul li:not(:last-of-type) {
			margin-bottom: 15px;
			padding-bottom: 15px;
			border-bottom: 1px solid #fff;
		}
	/* .news_area ul li a dl {
		flex-direction: column;
	}
	.news_area ul li a dl dd {
		width: 100%;
	} */

	/* .sec_mv figure.company_name {
		display: none;
	}
	.sec_mv .message figure.company_name {
		display: block;
		position: relative;
		right: unset;
		bottom: unset;
		margin: 0 auto;
		width: 280px;
	}
	.sec_mv figure.logo_shape {
		top: 90px;
		right: 0;
		width: 250px;
	} */

	.internal_link a {
		margin: 0 auto;
	}
}

@media screen and (max-width: 389px) {
	.sec_mv .news_area {
		width: 320px;
	}
}


.sec_service .inner,
.sec_company .inner,
.sec_staff .inner {
	margin: 0 auto;
	width: min(1280px, 100%);
}
.internal_link a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 293px;
	height: 80px;
	font-weight: 500;
	border: 1px solid;
}
.internal_link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -21px;
	transform: translateY(-50%);
	width: 42px;
	height: 1px;
}
.sec_mv .internal_link a {
	border-color: #fff;
	width: 220px;
	height: 60px;
	color: #fff;
	font-weight: 400;
}
.sec_mv .internal_link a::after {
	right: -16px;
	width: 32px;
	background: #fff  url('../images/common/line_wh.png') no-repeat center / contain;
}

.sec_service {
	background: #eee;
}
.sec_service .inner {
	padding: 80px 0 135px;
}
.sec_service h2 {
	margin-bottom: 40px;
}
.sec_service ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 45px 40px;
}
.sec_service ul li {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 15px;
	border-left: 6px solid var(--color-green);
	width: 400px;
	height: 270px;
	font-weight: 500;
	background: #fff;
}
.sec_service ul li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background: linear-gradient(53deg, rgba(233, 230, 243, 0.20) 0%, rgba(188, 196, 213, 0.20) 50%, rgba(154, 159, 187, 0.20) 100%);
	clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.sec_service ul li > span:first-of-type {
	font-size: 4rem;
	font-family: var(--font-min);
	color: var(--color-green);
}
.sec_service ul li > span:last-of-type {
	font-size: 2rem;
}
.sec_service ul li > span:last-of-type br {
	display: none;
}

.sec_service .internal_link {
	margin-top: 70px;
}
.sec_service .internal_link a {
	margin: 0 auto;
	color: var(--color-green);
	border-color: var(--color-green);
}
.sec_service .internal_link a::after {
	background: var(--color-green) url('../images/common/line_gr.png') no-repeat center / contain;
}

@media screen and (max-width: 1320px) {
	.sec_service .inner {
		width: min(1080px, 100%);
	}
	.sec_service ul li {
		width: 330px;
		height: 222px;
	}
	.sec_service ul li::before {
		width: 203px;
	}
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1120px) {
	.sec_service .inner {
		padding: 80px 0 135px;
		width: min(824px, 100%);
	}
	.sec_service ul {
		gap: 30px 60px;
	}
	.sec_service ul li {
		width: 380px;
		height: 270px;
	}
	.sec_service ul li::before {
		width: 238px;
	}
}

@media screen and (max-width: 864px) {
	.sec_service .inner {
		/* width: min(620px, 100%); */
		width: calc(100% - 40px);
	}
	.sec_service ul {
		justify-content: center;
		gap: 30px 20px;
		/* gap: 15px 10px;
		margin: 0 auto;
		width: 400px; */
		width: 100%;
	}
	.sec_service ul li {
		/* row-gap: 10px;
		width: 380px;
		width: 195px;
		height: 138px; */
		text-align: center;
	}
	.sec_service ul li::before {
		/* width: 238px; */
		width: 120px
	}
}

/* @media screen and (max-width: 820px) { */
@media screen and (max-width: 819px) {
	.sec_service .inner {
		width: min(400px, 100%);
	}
	.sec_service ul {
		justify-content: center;
		gap: 15px 10px;
		margin: 0 auto;
		width: 100%;
	}
	.sec_service ul li {
		row-gap: 10px;
		width: 195px;
		height: 138px;
	}
	.sec_service ul li > span:first-of-type {
		font-size: 2.8rem;
	}
	.sec_service ul li > span:last-of-type {
		font-size: 1.6rem;
	}
	.sec_service ul li > span:last-of-type br {
		display: block;
	}
}

@media screen and (max-width: 440px) {
}

@media screen and (max-width: 439px) {
	.sec_service .inner {
		padding: 80px 20px 135px;
	}
	.sec_service ul li {
		row-gap: 0;
		width: 155px;
		height: 120px;
	}
	.sec_service ul li > span:last-of-type {
		font-size: 1.4rem;
	}
}


.sec_company {
	background: linear-gradient(204deg, #348B99 0%, #023D47 100%);
	overflow-x: hidden;
}
.sec_company .inner {
	padding: 160px 0 180px;
}
.sec_company h2 {
	margin-bottom: 22px;
}
.sec_company .group {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec_company .group .description {
	padding-left: 10px;
	width: 500px;
}
.sec_company .group .description p {
	color: #fff;
	line-height: calc(35 / 16);
}
.sec_company .group figure {
	position: relative;
	/*width: 705px;*/
	width: 672px;
}
.sec_company .group figure::after {
	content: "";
	position: absolute;
	bottom: -28px;
	left: -33px;
	width: 619px;
	height: 50px;
	background: url('../images/common/white_dot.png') no-repeat center / contain;
}
.sec_company .group figure img {
	position: relative;
	z-index: 1;
}
.sec_company .internal_link {
	margin-top: 40px;
}
.sec_company .internal_link a {
	color: #fff;
	border-color: #fff;
}
.sec_company .internal_link a::after {
	background: #fff url('../images/common/line_wh.png') no-repeat left bottom / 616px 44px;
}

@media screen and (max-width: 1280px) {
	.sec_company .inner {
		padding: 130px 0 170px;
		width: min(1080px, 100%);
	}
	.sec_company .group {
		/*column-gap: clamp(10px, 3vw, 40px);*/
		column-gap: 60px;
	}
	/* .sec_company .group .description {
		width: clamp(330px, 3vw, 500px);
	} */
	.sec_company .group figure {
		margin-right: calc(50% - 50vw);
		width: 625px;
	}
	.sec_company .group figure::after {
		width: 577px;
		height: 46px;
		left: -30px;
	}
}

@media screen and (max-width: 1100px) {
	.sec_company .inner {
		margin: unset;
		padding-left: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.sec_company .inner {
		margin: 0 auto;
		padding: 130px 0;
		width: min(824px, 100%);
	}
	.sec_company h2 {
		flex-direction: column;
	}
	.sec_company .group {
		align-items: start;
	}
	.sec_company .group .description {
		width: 330px;
	}
	.sec_company .group figure {
		width: 560px;
	}
	.sec_company .group figure::after {
		width: 515px;
		height: 40px;
		bottom: -25px;
		left: -25px;
	}
}

@media screen and (max-width: 920px) {
	.sec_company .group figure::after {
		width: 470px;
	}
}

@media screen and (max-width: 864px) {
	.sec_company .inner {
		width: min(620px, 100%);
	}
	.sec_company .group {
		flex-direction: column;
		align-items: center;
		row-gap: 40px;
	}
	.sec_company .group .description {
		padding-left: unset;
		width: 100%;
	}
	.sec_company .group .description p {
		line-height: calc(35 / 14);
	}
	.sec_company .group figure {
		margin-right: 0;
		width: 100%;
	}
}

@media screen and (max-width: 820px) {
	.sec_company .inner {
		padding: 100px 0;
	}
}

@media screen and (max-width: 767px) {
	.sec_company .inner {
		padding: 100px 20px 170px;
	}
}

@media screen and (max-width: 600px) {
	.sec_company .group figure {
		width: 100%;
	}
	.sec_company .group figure::after {
		width: 90%;
	}
}


.sec_staff {
	background: #eee;
	overflow-x: hidden;
}
.sec_staff .inner {
	padding: 200px 0 190px;
}
.sec_staff h2 {
	margin-bottom: 22px;
}
.sec_staff .group {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	column-gap: clamp(10px, 3vw, 60px);
}
.sec_staff .group .description {
	width: 520px;
}
.sec_staff .group .description p {
	line-height: calc(35 / 16);
	letter-spacing: -0.2px;
}
.sec_staff .group figure {
	position: relative;
	/*width: 705px;*/
	width: 672px;
}
.sec_staff .group figure::before {
	content: "";
	position: absolute;
	top: -50px;
	/*left: -16px;*/
	left: -50px;
	width: 110px;
	height: 215px;
	background: var(--color-green);
}
.sec_staff .group figure::after {
	content: "";
	position: absolute;
	bottom: -28px;
	left: -33px;
	width: 616px;
	height: 483px;
	background: url('../images/index/staff_dot.png') no-repeat left bottom / 616px 483px;
}
.sec_staff .group figure img {
	position: relative;
	z-index: 1;
}

.sec_staff .internal_link {
	margin-top: 40px;
}
.sec_staff .internal_link a {
	color: var(--color-green);
	border-color: var(--color-green);
}
.sec_staff .internal_link a::after {
	background: var(--color-green) url('../images/common/line_gr.png') no-repeat center / contain;
}

@media screen and (max-width: 1680px) {
	/* .sec_staff .group {
		column-gap: clamp(10px, 3vw, 85px);
	} */
}

@media screen and (max-width: 1420px) {
	.sec_staff {
		padding-left: 70px;
	}
}

@media screen and (max-width: 1380px) {
	.sec_staff {
		padding-right: 20px;
	}
}

@media screen and (max-width: 1280px) {
	.sec_staff {
		padding: unset;
	}
	.sec_staff .inner {
		padding: 170px 0 200px;
		width: min(1080px, 100%);
	}
	.sec_staff .group {
		column-gap: clamp(10px, 3vw, 85px);
		column-gap: 40px;
	}
	.sec_staff .group .description {
		width: 495px;
	}/**/
	.sec_staff .group figure {
		width: 580px;
	}
	.sec_staff .group figure::before {
		top: -40px;
		left: -40px;
		width: 95px;
		height: 185px;
	}
	.sec_staff .group figure::after {
		left: -25px;
		bottom: -25px;
		width: 530px;
		height: 415px;
	}
}

@media screen and (max-width: 1200px) {
	.sec_staff {
		padding: 0 20px 0 60px;
	}
}

@media screen and (max-width: 1120px) {
	.sec_staff {
		padding-right: 20px;
	}
	.sec_staff .group figure::after {
		width: 470px;
		height: 368px;
	}
}

@media screen and (max-width: 1024px) {
	.sec_staff {
		padding: unset;
	}
	.sec_staff .inner {
		padding: 170px 0 100px;
		width: min(824px, 100%);
	}
	.sec_staff h2 {
		flex-direction: column;
	}
	.sec_staff .group {
		align-items: start;
		padding-left: 30px;
	}
	.sec_staff .group .description {
		width: 330px;
	}
	.sec_staff .group figure {
		margin-left: calc(50% - 50vw);
		width: 510px;
	}
	.sec_staff .group figure::before {
		/* top: -30px;
		left: -30px; */
		top: -25px;
		width: 85px;
		height: 165px;
	}
	/* .sec_staff .group figure::after {
		width: 470px;
		height: 368px;
	} */
	.sec_staff .group figure img {
		margin-left: 10px;
	}
}

@media screen and (max-width: 920px) {
	/*.sec_staff {
		padding-left: 50px;
	}*/
}

@media screen and (max-width: 864px) {
	.sec_staff {
		padding: unset;
	}
	.sec_staff .inner {
		width: min(620px, 100%);
	}
	.sec_staff .group {
		flex-direction: column;
		align-items: center;
		row-gap: 120px;
		padding: unset;
	}
	.sec_staff .group .description {
		width: 100%;
	}
	.sec_staff .group figure {
		margin: 0;
		width: 100%;
	}
	.sec_staff .group figure::before {
		top: -45px;
		left: -45px;
	}
	.sec_staff .group figure::after {
		/* width: 470px;
		height: 368px; */
		width: 570px;
		height: 446px;
	}
	.sec_staff .group figure img {
		margin-left: unset;
	}
}

@media screen and (max-width: 820px) {
	.sec_staff .inner {
		padding: 100px 0 130px;
	}
}

@media screen and (max-width: 767px) {
	.sec_staff .inner {
		padding: 100px 20px 180px;
	}
}

@media screen and  (max-width: 620px) {
	.sec_staff .group figure::before {
		top: -20px;
		left: -20px;
	}
	.sec_staff .group figure::after {
		bottom: -20px;
	}
}

@media screen and (max-width: 600px) {
	.sec_staff .group figure {
		width: 100%;
	}
	.sec_staff .group figure::after {
		width: 90%;
		height: 50vw;
	}
	.sec_staff .group figure img {
		margin-left: 0;
	}
}


.sec_related {
	background: #cce6e6;
}
.sec_related .inner {
	margin: 0 auto;
	width: min(1280px, 100%);
}
.sec_related .group {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
}
.sec_related .group h3 {
	margin-right: 80px;
	font-size: 1.8rem;
	font-weight: 500;
}
.sec_related .group ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 50px;
}
.sec_related .group ul li a {
	display: flex;
	align-items: center;
	height: 44px;
}
/* .sec_related .group ul li:first-of-type,
.sec_related .group ul li:nth-of-type(2) {
	margin-right: 50px;
} */
.sec_related .group ul li:first-of-type img,
.sec_related .group ul li:nth-of-type(2) img {
	width: auto;
	height: 44px;
}
.sec_related .group ul li:nth-of-type(3) img {
	width: auto;
	height: 34px;
}

@media screen and (max-width: 1280px) {
	.sec_related .group {
		flex-direction: column;
		align-items: start;
		row-gap: 10px;
		margin: 0 auto;
		padding: 0 20px;
		width: fit-content;
	}
	/* .sec_related .group h3 {
		text-align: left;
	}
	.sec_related .group ul li {
		display: inline-block;
	} */
}

@media screen and (max-width: 1024px) {
	.sec_related .group {
		padding: 30px 0;
		height: unset;
	}
	.sec_related .group h3 {
		margin: 0 0 10px;
		font-size: 1.6rem;
	}
	.sec_related .group ul {
		display: block;
		margin: 0 auto;
		width: fit-content;
	}
	.sec_related .group ul li:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.sec_related .group ul li:first-of-type img,
	.sec_related .group ul li:nth-of-type(2) img {
		height: 35px;
	}
	.sec_related .group ul li:nth-of-type(3) img {
		width: auto;
		height: 27px;
	}
}
