@charset "UTF-8";

/* 共通 */

.title-col {
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
	margin-top: 134px;
	max-width: 1200px;
}

.title-col::after {
	content: "";
	position: absolute;
	top: -409px;
	right: -316px;
	background: url(../img/circle-g.webp) no-repeat;
	background-size: contain;
	width: 852px;
	height: 827px;
	z-index: -1;
}

.title-col h1 {
	background: linear-gradient(90deg, #619E14 0%, #C8C82E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: flex;
	flex-flow: column;
	flex-shrink: 0;
	font-size: 50px;
	line-height: 1;
	letter-spacing: .08em;
	max-width: max-content;
}

.title-col span {
	line-height: 1;
}

.title-col svg {
	margin-top: 25px;
}

section h2 {
	color: #508F02;
	display: flex;
	flex-flow: column;
	position: relative;
	padding-left: 26px;
}

section h2 span {
	line-height: 1 !important;
}

section h2::before {
	content: "";
	background: linear-gradient(180deg, #A8D66D 0%, #F8F846 100%);
	border-radius: 18px 18px 0 0;
	position: absolute;
	left: 0;
	width: 18px;
	height: 46px;
}

/* あいさつ */
.greeting {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	position: relative;
	padding-top: 87px;
	max-width: 1200px;
}

.greeting::after {
	content: "";
	position: absolute;
	bottom: -702px;
	left: -634px;
	background: url(../img/circle-y.webp) no-repeat;
	background-size: contain;
	width: 1162px;
	height: 1128px;
	z-index: -1;
}

.greeting p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.5;
	letter-spacing: .05em;
	margin-top: 37px;
	max-width: 535px;
}

/* プロフィール */

.profile {
	background: #fff;
	border-radius: 50px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	gap: 48px;
	padding: 37px 48px 72px 80px;
	position: relative;
	margin-top: 204px;
	max-width: 1008px;
}

.profile::after {
	content: "";
	position: absolute;
	top: -24px;
	right: 59px;
	background: url(../img/about/profile-character.webp) no-repeat;
	background-size: contain;
	width: 86px;
	height: 121px;
}

.profile img {
	max-width: 320px;
	margin-top: 17px;
}

.profile .name {
	border: 2px solid #508F02;
	border-radius: 40px;
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 10px 32px;
	margin: 23px auto 0;
}

.profile .name>span {
	color: #508F02;
}

.profile .name h3 {
	color: #508F02;
}

.profile .name h3 span {
	color: #3d3d3d;
	display: block;
	line-height: 1;
}

.profile ul {
	margin-top: 17px;
}

.profile li {
	border-bottom: 1px solid #A1C574;
	display: flex;
	align-items: flex-start;
	gap: 44px;
	padding-bottom: 16px;
	margin-bottom: 14px;
}

.profile li span {
	color: #508F02;
	display: inline-block;
	min-width: 4em;
}

.profile li .col div {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.profile li .col div p:first-child {
	flex-shrink: 0;
}

/* 経営 */

.management {
	margin-top: 180px;
	position: relative;
}

.management::before {
	content: "";
	position: absolute;
	bottom: -337px;
	right: -150px;
	background: url(../img/circle-g.webp) no-repeat;
	background-size: contain;
	width: 618px;
	height: 600px;
	z-index: -1;
}

.management>div:has(.philosophy) {
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
}

.philosophy strong {
	color: #508F02;
	display: inline-block;
	margin-top: 35px;
}

.credo {
	margin-top: 108px;
}

.credo ol {
	margin-top: 19px;
}

.credo li {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2.5;
	display: flex;
	align-items: center;
	gap: 10px;
}

.credo li img {
	object-fit: contain;
}

.management .icons {
	background: url(../img/about/management-back.webp) no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 875px;
	height: 673px;
	z-index: -1;
}

/* 各アイコン */

.icons>div {
	background: #fff;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	width: 219px;
	height: 221px;
}

.icons>div:nth-child(1) {
	top: 77px;
	left: 306px;
}

.icons>div:nth-child(2) {
	top: 236px;
	left: 471px;
}

.icons>div:nth-child(3) {
	top: 396px;
	left: 306px;
}

.icons>div:nth-child(4) {
	top: 237px;
	left: 143px;
}

.icons .anime_1 {
	display: inline-block;
	position: relative;
	margin: 69px auto 0;
	width: 124px;
	height: 107px;
}

.icons .anime_1 img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.icons .anime_1:after {
	content: "";
	position: absolute;
	top: -34px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/top/value_1_anime.webp) no-repeat;
	background-size: contain;
	width: 76px;
	height: 71px;
	z-index: 1;
	animation: fade 3s infinite 0s;
}

@keyframes fade {
	0% {
		opacity: 0;
		animation-timing-function: ease-in;
	}

	8% {
		opacity: 1;
		animation-timing-function: ease-out;
	}

	20% {
		opacity: 1;
		transform: translateX(-50%) scale(1.1);
	}

	60%,
	100% {
		opacity: 0;
		transform: translateX(-50%) scale(1.2);
	}
}

.icons .anime_2 {
	display: inline-block;
	position: relative;
	margin: 82px auto 0;
	width: 113px;
	height: 98px;
}

.icons .anime_2 img {
	width: 100%;
	height: 100%;
}

.icons .anime_2::before {
	content: "";
	position: absolute;
	top: -10px;
	left: -30px;
	background: url(../img/top/value_2_anime_l.webp) no-repeat;
	background-size: contain;
	width: 44px;
	height: 35px;
	animation: comment-l 5s infinite 0s;
}

.icons .anime_2::after {
	content: "";
	position: absolute;
	top: -21px;
	right: -10px;
	background: url(../img/top/value_2_anime_r.webp) no-repeat;
	background-size: contain;
	width: 40px;
	height: 59px;
	animation: comment-r 5s infinite 0s;
	animation-delay: 2s;
}

@keyframes comment-l {
	0% {
		transform: translate(0, 0);
		opacity: 1;
	}

	20% {
		transform: translate(-10px, -10px);
	}

	100% {
		transform: translate(-10px, -10px);
		opacity: 0;
	}
}

@keyframes comment-r {
	0% {
		transform: translate(0, 0);
		opacity: 1;
	}

	20% {
		transform: translate(10px, -10px);
	}

	70% {
		transform: translate(10px, -10px);
		opacity: 0;
	}

	100% {
		transform: translate(10px, -10px);
		opacity: 0;
	}
}

.icons .anime_3 {
	display: inline-block;
	position: relative;
	margin: 62px auto 0;
	width: 97px;
	height: 105px;
}

.icons .anime_3:after {
	content: "";
	position: absolute;
	top: -8px;
	right: -6px;
	background: url(../img/top/value_3_anime.webp) no-repeat;
	background-size: contain;
	width: 26px;
	height: 35px;
	animation: fade-3 3s infinite 0s;
}

.icons .anime_3 img {
	width: 100%;
	height: 100%;
}

@keyframes fade-3 {
	0% {
		opacity: 0;
		animation-timing-function: ease-in;
	}

	8% {
		opacity: 1;
		animation-timing-function: ease-out;
	}

	20% {
		opacity: 1;
		transform: scale(1.1);
	}

	40%,
	100% {
		opacity: 0;
		transform: scale(1.2);
	}
}

.icons .anime_4 {
	display: inline-block;
	position: relative;
	margin: 58px auto 0;
	width: 173px;
	height: 115px;
	text-align: left;
}

.icons .anime_4 .deco_1 img,
.icons .anime_4 .deco_2 img {
	position: absolute;
}

.icons .anime_4 .deco_1 img:nth-child(1) {
	top: -8px;
	left: 50px;
	animation: yurayura 1s infinite 0s;
	width: 18px;
	height: 21px;
}

.icons .anime_4 .deco_1 img:nth-child(2) {
	bottom: 42px;
	right: 17px;
	animation: yurayura 1s infinite 0s;
	width: 18px;
	height: 18px;
}

.icons .anime_4 .deco_2 img:nth-child(1) {
	top: 14px;
	left: 0;
	animation: yurayura-2 1s infinite 0s;
	width: 26px;
	height: 24px;
}

.icons .anime_4 .deco_2 img:nth-child(2) {
	top: 24px;
	right: 0;
	animation: yurayura-2 1s infinite 0s;
	width: 22px;
	height: 20px;
}

@keyframes yurayura {

	0%,
	100% {
		transform: rotate(10deg);
	}

	50% {
		transform: rotate(-10deg);
	}
}

@keyframes yurayura-2 {

	0%,
	100% {
		transform: rotate(-10deg);
	}

	50% {
		transform: rotate(10deg);
	}
}

.icons .anime_4>img {
	margin-left: 8px;
	width: 126px;
	height: 115px;
}

@media screen and (max-width: 1300px) {
	.management .icons {
		width: 606px;
	}

	.icons>div {
		width: 161px;
		height: 161px;
	}

	.icons>div:nth-child(1) {
		top: 128px;
		left: 276px;
	}

	.icons>div:nth-child(2) {
		top: 250px;
		left: 402px;
	}

	.icons>div:nth-child(3) {
		top: 372px;
		left: 276px;
	}

	.icons>div:nth-child(4) {
		top: 250px;
		left: 151px;
	}

	.icons .anime_1 {
		margin-top: 49px;
		width: 105px;
		height: 91px;
	}

	.icons .anime_1:after {
		width: 64px;
		height: 60px;
	}

	.icons .anime_2 {
		margin-top: 57px;
		width: 95px;
		height: 82px;
	}

	.icons .anime_2::before {
		top: -5px;
		left: -15px;
		width: 36px;
		height: 30px;
	}

	.icons .anime_2::after {
		top: -10px;
		right: -5px;
		width: 33px;
		height: 49px;
	}

	.icons .anime_3 {
		margin-top: 46px;
		width: 81px;
		height: 88px;
	}

	.icons .anime_3:after {
		width: 21px;
		height: 29px;
	}

	.icons .anime_4 {
		margin-top: 43px;
		width: 145px;
		height: 96px;
	}

	.icons .anime_4>img {
		width: 112px;
		height: 96px;
	}

	.icons .anime_4 .deco_1 img:nth-child(1) {
		top: -6px;
		left: 42px;
		width: 15px;
		height: 18px;
	}

	.icons .anime_4 .deco_1 img:nth-child(2) {
		bottom: 35px;
		right: 14px;
		width: 15px;
		height: 15px;
	}

	.icons .anime_4 .deco_2 img:nth-child(1) {
		width: 22px;
		height: 20px;
	}

	.icons .anime_4 .deco_2 img:nth-child(2) {
		width: 19px;
		height: 17px;
	}
}

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

	.management {
		display: flex;
		flex-flow: column-reverse;
		gap: 151px;
		margin: 152px auto 0;
	}

	.management>div:has(.philosophy) {
		width: 90%;
		margin: 0 auto;
	}

	.management>div:has(.icons) {
		background: linear-gradient(90deg, #A8D66D 0%, #F8F846 100%);
		position: relative;
		z-index: -1;
	}

	.management .icons {
		background: none;
		position: relative;
		transform: none;
		width: 100%;
		height: 151px;
		display: flex;
		justify-content: center;
	}

	.icons>div {
		position: relative;
		top: auto !important;
		left: auto !important;
	}

	.icons>div:nth-child(1) {
		margin-top: -52px;
	}

	.icons>div:nth-child(2) {
		margin-top: 41px;
	}

	.icons>div:nth-child(3) {
		margin-top: -52px;
	}

	.icons>div:nth-child(4) {
		margin-top: 41px;
	}
}

/* スタッフ */

.staff {
	padding-top: 180px;
	position: relative;
}

.staff h2 {
	margin: 0 auto 96px;
	max-width: max-content;
}

.staff .splide {
	margin: 0 auto;
	max-width: 1440px;
	min-height: 450px;
}

.staff .splide__list {
	align-items: flex-end;
}

.staff .splide__slide {
	position: relative;
	text-align: center;
}

.staff .splide__slide img {
	max-width: 100%;
	object-fit: contain;
	transition: .5s;
}

.staff .splide__slide::before {
	content: "";
	position: absolute;
	bottom: 48px;
	left: 48%;
	transform: translateX(-50%);
	background: url(../img/about/staff/staff-back.webp) no-repeat;
	background-position: bottom;
	background-size: contain;
	width: 208px;
	max-width: 100%;
	height: 210px;
	z-index: -1;
}

.staff .splide__slide.is-prev::before,
.staff .splide__slide.is-next::before {
	bottom: 50px;
	width: 257px;
	height: 297px;
}

.staff .splide__slide.is-prev img,
.staff .splide__slide.is-next img {
	width: 230px;
	height: 359px;
}

.staff .splide__slide.is-active img {
	width: 300px;
	height: 450px;
}

.staff .splide__slide.is-active::before {
	position: absolute;
	bottom: 15px;
	left: 48%;
	transform: translateX(-50%);
	background: url(../img/about/staff/staff-back-active.webp) no-repeat;
	background-size: contain;
	width: 323px;
	height: 326px;
}

.staff .splide__arrow svg {
	display: none;
}

.staff .splide__arrow {
	background: url(../img/about/arrow.svg) no-repeat;
	background-size: contain;
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	opacity: 1;
	width: 64px;
	height: 64px;
}

.staff .splide__arrow.splide__arrow--prev {
	transform: rotateZ(180deg);
}

.splide__arrow:hover:not(:disabled) {
	opacity: .7;
}

.staff .splide__arrows {
	display: flex;
	gap: 17px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -97px;
}

/* モーダル 背景 */

.fadeIn:has(.modal.active) {
	transform: none !important;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(79, 79, 79, 0.5);
	z-index: 100;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

/* モーダル表示状態 */
.modal.active {
	display: flex;
	opacity: 1;
	pointer-events: auto;
}

/* モーダルの中身*/
.modal-content {
	position: relative;
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.3s ease;
	width: 834px;
	height: 608px;
}

.modal-content::before {
	content: "";
	position: absolute;
	background: url(../img/about/modal-back.svg) no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.modal-content::after {
	content: "";
	position: absolute;
	right: 1px;
	bottom: 1px;
	background: url(../img/about/modal-deco.webp) no-repeat;
	background-size: contain;
	width: 465px;
	height: 367px;
	z-index: -1;
}

.modal-content .heading-m {
	border-bottom: 2px solid #508F02;
	color: #508F02;
	padding: 0 0 15px 69px;
	margin-top: 144px;
	max-width: 442px;
}

.modal-content ul {
	margin: 66px 0 0 69px;
	max-width: 325px;
}

.modal-content li {
	display: flex;
	align-items: flex-start;
	gap: 33px;
	margin-top: 10px;
}

.modal-content li:first-child {
	margin-top: 0;
}

.modal-content li span {
	color: #508F02;
	min-width: 3em;
}

.modal-content>img {
	position: absolute;
	right: 52px;
	bottom: 2px;
	width: 276px;
	height: 490px;
}

.modal-content .close-btn {
	cursor: pointer;
	position: absolute;
	top: 39px;
	right: 0;
}

.modal-content .close-btn img {
	position: relative;
	z-index: -2;
}

/* アニメーション*/
.modal.active .modal-content {
	animation: fadeInScale 0.4s ease forwards;
}

@keyframes fadeInScale {
	0% {
		opacity: 0;
		transform: scale(0.8);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/* モーダル調整 */
@media screen and (max-width: 900px) {

	.modal-content {
		width: 700px;
		height: 608px;
	}

	.modal-content::before {
		background: url(../img/about/modal-back_tab.svg) no-repeat;
		background-size: contain;
	}

	.modal-content>img {
		width: 219px;
		height: 389px;
	}
}

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

	.modal-content {
		width: 328px;
		height: 511px;
	}

	.modal-content::before {
		background: url(../img/about/modal-back_sp.svg) no-repeat;
		background-size: contain;
	}

	.modal-content::after {
		width: 222px;
		height: 175px;
	}

	.modal-content>img {
		bottom: auto;
		top: 35px;
		width: 70px;
		height: 125px;
	}

	.modal-content .heading-m {
		margin-top: 112px;
		padding: 0 0 11px 43px;
	}

	.modal-content ul {
		margin: 32px 43px 12px;
	}

	.modal-content li {
		flex-flow: column;
		gap: 0;
	}

	.modal-content li p {
		line-height: 1.68;
	}

	.modal-content .close-btn {
		top: -16px;
	}
}

/* 会社情報 */
.overview {
	position: relative;
	margin: 244px auto 230px;
}

.overview::before {
	content: "";
	position: absolute;
	top: -272px;
	left: -645px;
	background: url(../img/circle-y.webp) no-repeat;
	background-size: contain;
	width: 948px;
	height: 920px;
	z-index: -1;
}

.overview::after {
	content: "";
	position: absolute;
	bottom: -275px;
	right: -142px;
	background: url(../img/circle-g.webp) no-repeat;
	background-size: contain;
	width: 487px;
	height: 472px;
	z-index: -1;
}

.overview h2 {
	margin: 0 auto;
	max-width: max-content;
}

.overview>div {
	background: #fff;
	border-radius: 50px;
	box-sizing: border-box;
	padding: 40px 80px 48px;
	margin: 30px auto 0;
	max-width: 848px;
}

.overview ul>li {
	border-bottom: 1px solid #A1C574;
	color: #3d3d3d;
	font-weight: 500;
	padding-bottom: 15px;
	margin-bottom: 13px;
	display: flex;
	align-items: flex-start;
	gap: 58px;
}

.overview ul>li:last-child {
	border-bottom: none;
}

.overview ul>li:has(.map) {
	margin: 20px auto 0;
	gap: 14px;
}

.overview li span {
	color: #508F02;
	display: inline-block;
	min-width: 4em;
}

.overview li ul li {
	border: none;
	padding: 0 0 0 1em;
	position: relative;
	margin: 0;
}

.overview li ul li::before {
	content: "・";
	position: absolute;
	left: 0;
}

.overview li .map {
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	height: 160px;
}

.overview li .map iframe {
	width: 100%;
	height: 100%;
}

/* タブレット */
@media screen and (max-width: 1140px) {

	.title-col::after {
		top: -287px;
		right: -231px;
		width: 638px;
		height: 619px;
	}

	/* あいさつ tab */
	.greeting {
		flex-flow: column-reverse;
		gap: 60px;
		margin-top: 60px;
	}

	.greeting p {
		max-width: 100%;
	}

	/* プロフィール tab */
	.profile {
		border-radius: 40px;
		flex-flow: column;
		gap: 23px;
	}

	.profile::after {
		content: none;
	}

	.profile>div {
		width: 100%;
	}

	.profile-img {
		position: relative;
		margin: 0 auto;
		max-width: max-content;
	}

	.profile-img::after {
		content: "";
		position: absolute;
		bottom: -7px;
		right: 15px;
		background: url(../img/about/profile-character.webp) no-repeat;
		background-size: contain;
		width: 65px;
		height: 91px;
	}

	.profile img {
		max-width: 384px;
	}

	.profile .name {
		box-sizing: border-box;
		gap: 21px;
		padding: 10px 24px;
		max-width: 280px;
	}

	.profile li {
		gap: 75px;
	}

	.management::before {
		bottom: auto;
		top: -82px;
	}

	/* スタッフ tab */

	.staff h2 {
		margin: 0 0 30px 5%;
	}

	.staff .splide {
		max-width: 930px;
	}

	.staff .splide__track {
		overflow: visible;
	}

	.staff .splide__arrow {
		width: 42px;
		height: 42px;
		bottom: -82px;
	}

	/* 会社情報 tab */
	.overview {
		margin: 161px auto 280px;
	}

	.overview h2 {
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 848px;
	}

	.overview>div {
		padding: 40px 39px 88px 72px;
	}

	.overview ul>li {
		gap: 13px;
	}
}

/* sp */
@media screen and (max-width: 767px) {

	.title-col h1 {
		font-size: 30px;
		letter-spacing: .08em;
		line-height: 1.2;
	}

	.title-col::after {
		top: -90px;
		right: -58px;
		width: 244px;
		height: 237px;
	}

	/* あいさつ sp */
	.greeting {
		padding-top: 42px;
		gap: 42px;
	}

	.greeting::after {
		left: -74px;
		bottom: 242px;
		width: 205px;
		height: 200px;
	}

	.greeting img {
		width: 100%;
		max-width: 451px;
		margin: 0 auto;
	}

	.greeting p {
		font-size: 16px;
		line-height: 1.68;
		margin-top: 21px;
	}

	/* プロフィール sp */
	.profile {
		gap: 34px;
		padding: 19px 16px 24px;
		margin-top: 90px;
	}

	.profile h2 {
		margin-left: 16px;
	}

	.profile-img {
		padding: 0 16px;
	}

	.profile-img::after {
		right: -2px;
	}

	.profile img {
		margin-top: 25px;
		width: 100%;
	}

	.profile .name {
		margin-top: 15px;
	}

	.profile ul {
		margin: 0;
	}

	.profile li {
		gap: 7px;
	}

	.profile li .col div {
		flex-flow: column;
		gap: 0;
		margin-top: 10px;
	}

	.profile li .col div:first-child {
		margin-top: 0;
	}

	/* 経営 sp */

	.management {
		gap: 112px;
		margin-top: 106px;
	}

	.management::before {
		top: 185px;
		right: -58px;
		width: 244px;
		height: 237px;
	}

	.philosophy strong {
		font-size: 25px;
		margin-top: 21px;
	}

	.credo {
		margin-top: 50px;
	}

	.credo li {
		align-items: flex-start;
		line-height: 1.68;
		margin-top: 6px;
	}

	.credo li:first-child {
		margin-top: 0;
	}

	.credo li img {
		margin-top: -5px;
	}

	.icons>div {
		flex-shrink: 0;
		width: 120px;
		height: 120px;
	}

	.icons .anime_1 {
		margin-top: 36px;
		width: 74px;
		height: 64px;
	}

	.icons .anime_1:after {
		top: -25px;
		width: 44px;
		height: 42px;
	}

	.icons .anime_2 {
		margin-top: 45px;
		width: 63px;
		height: 54px;
	}

	.icons .anime_2::before {
		top: 0;
		left: -10px;
		width: 24px;
		height: 21px;
	}

	.icons .anime_2::after {
		top: 0;
		right: -5px;
		width: 22px;
		height: 32px;
	}

	.icons .anime_3 {
		margin-top: 28px;
		width: 64px;
		height: 69px;
	}

	.icons .anime_3:after {
		top: -5px;
		right: -3px;
		width: 17px;
		height: 23px;
	}

	.icons .anime_4 {
		margin-top: 28px;
		width: 101px;
		height: 67px;
	}

	.icons .anime_4>img {
		margin-left: 4px;
		width: 78px;
		height: 67px;
	}

	.icons .anime_4 .deco_1 img:nth-child(1) {
		top: -4px;
		left: 29px;
		width: 10px;
		height: 12px;
	}

	.icons .anime_4 .deco_1 img:nth-child(2) {
		bottom: 24px;
		right: 10px;
		width: 10px;
		height: 10px;
	}

	.icons .anime_4 .deco_2 img:nth-child(1) {
		top: 8px;
		width: 15px;
		height: 14px;
	}

	.icons .anime_4 .deco_2 img:nth-child(2) {
		top: 14px;
		width: 13px;
		height: 11px;
	}

	.icons>div {
		margin-left: -30px;
	}

	.icons>div:nth-child(1) {
		margin-left: 0;
	}

	.icons>div:nth-child(1),
	.icons>div:nth-child(3) {
		margin-top: -16px;
	}

	.icons>div:nth-child(2),
	.icons>div:nth-child(4) {
		margin-top: 52px;
	}

	/* スタッフ sp*/
	.staff {
		padding-top: 100px;
	}

	.staff h2 {
		margin: 0 0 0 5%;
	}

	.staff .splide__arrows {
		bottom: -58px;
	}

	.staff .splide {
		max-width: 442px;
		min-height: 280px;
	}

	.staff .splide__slide.is-active img {
		width: 185px;
		height: 280px;
		transition: none;
	}

	.staff .splide__slide.is-active::before {
		width: 200px;
		height: 232px;
	}

	.staff .splide__slide img,
	.staff .splide__slide img,
	.staff .splide__slide.is-prev img,
	.staff .splide__slide.is-next img {
		width: 96px;
		height: 147px;
	}

	.staff .splide__slide::before,
	.staff .splide__slide::before,
	.staff .splide__slide.is-prev::before,
	.staff .splide__slide.is-next::before {
		width: 104px;
		height: 122px;
	}

	/* 会社情報 sp */
	.overview {
		margin: 154px auto 262px;
	}

	.overview>div {
		border-radius: 40px;
		padding: 30px 16px;
		margin-top: 39px;
	}

	.overview::before {
		top: -32px;
		right: -68px;
		left: auto;
		width: 244px;
		height: 237px;
	}

	.overview::after {
		bottom: -168px;
		left: -64px;
		right: auto;
		width: 205px;
		height: 200px;
	}
}