@charset "UTF-8";
/* index kv ---------------------------------------*/
.indexkv {
	position: relative;
	z-index: 2;
	margin-top: -100px;
	height: 100vh;
	min-height: calc(800 / 1440 * 100vw);
}

.indexkv-video {
	position: relative;
	width: 100%;
	height: 100%;
}

.indexkv-video::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../img/index/kv_bg.webp) no-repeat top center / cover;
	opacity: 0.7;
}

.indexkv-video video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexkv-content { 
	position: absolute;
	top: 50%;
	left: 8%;
	z-index: 3;
	transform: translateY(-50%);
}

.indexkv-title {
	margin-bottom: calc(10 / 1440 * 100vw);
}

.indexkv-title span {
	font-size: calc(124 / 1440 * 100vw);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.02em;
	text-shadow: 0 0 10px rgba(255, 255, 255, 1);
	color: #000;
	opacity: 0;
	transition: opacity 0s ease;
}

.indexkv-title span:nth-of-type(1){transition-delay:0.05s;}
.indexkv-title span:nth-of-type(2){transition-delay:0.1s;}
.indexkv-title span:nth-of-type(3){transition-delay:0.15s;}
.indexkv-title span:nth-of-type(4){transition-delay:0.2s;}
.indexkv-title span:nth-of-type(5){transition-delay:0.25s;}
.indexkv-title span:nth-of-type(6){transition-delay:0.3s;}
.indexkv-title span:nth-of-type(7){transition-delay:0.35s;}
.indexkv-title span:nth-of-type(8){transition-delay:0.4s;}
.indexkv-title span:nth-of-type(9){transition-delay:0.45s;}
.indexkv-title span:nth-of-type(10){transition-delay:0.5s;}
.indexkv-title span:nth-of-type(11){transition-delay:0.55s;}
.indexkv-title span:nth-of-type(12){transition-delay:0.6s;}
.indexkv-title span:nth-of-type(13){transition-delay:0.65s;}
.indexkv-title span:nth-of-type(14){transition-delay:0.7s;}
.indexkv-title span:nth-of-type(15){transition-delay:0.75s;}
.indexkv-title span:nth-of-type(16){transition-delay:0.8s;}
.indexkv-title span:nth-of-type(17){transition-delay:0.85s;}
.indexkv-title span:nth-of-type(18){transition-delay:0.9s;}
.indexkv-title span:nth-of-type(19){transition-delay:0.95s;}
.indexkv-title span:nth-of-type(20){transition-delay:1s;}
.indexkv-title span:nth-of-type(21){transition-delay:1.05s;}
.indexkv-title span:nth-of-type(22){transition-delay:1.1s;}
.indexkv-title span:nth-of-type(23){transition-delay:1.15s;}
.indexkv-title span:nth-of-type(24){transition-delay:1.2s;}
.indexkv-title span:nth-of-type(25){transition-delay:1.25s;}
.indexkv-title span:nth-of-type(26){transition-delay:1.3s;}
.indexkv-title span:nth-of-type(27){transition-delay:1.35s;}
.indexkv-title span:nth-of-type(28){transition-delay:1.4s;}
.indexkv-title span:nth-of-type(29){transition-delay:1.45s;}
.indexkv-title span:nth-of-type(30){transition-delay:1.5s;}
.indexkv-title span:nth-of-type(31){transition-delay:1.55s;}
.indexkv.is-show .indexkv-title span {
	display: inline-block;
	opacity: 1;
}

.indexkv-title-space {
	width: calc(30 / 1440 * 100vw);
	height: calc(124 / 1440 * 100vw);
}

.indexkv-text {
	font-size: calc(22 / 1440 * 100vw);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #000;
	text-shadow: 0 0 10px rgba(255, 255, 255, 1);
	opacity: 0;
	transition: opacity 1s 1.5s ease;
	transform: translateX(-50px);
}

.indexkv.is-show .indexkv-text {
	opacity: 1;
	transform: translateX(0);
}



/* indexintro ---------------------------------------*/
.indexintro {
	padding: 0 20px;
}

.indexintro-title {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: min(calc(70 / 1240 * 100vw), 70px);
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.1em;
	color: #000;
}

.indexintro-block {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: calc(567 / 1200 * 100%);
	aspect-ratio: 1 / 1;
}

.indexintro-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	background: url(../img/index/img_intro.webp) no-repeat center center / cover;
	width: calc(308 / 567 * 100%);
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	mix-blend-mode: color-burn;
	font-size: min(calc(20 / 1240 * 100vw), 20px);
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0.1em;
	color: #000;
}

.indexintro-circle-01 {
	top: calc(50% - calc(308 / 567 * 100% / 2));
	right: 0;
}

.indexintro-circle-02 {
	bottom: 0;
	left: calc(50% - calc(308 / 567 * 100% / 2));
}

.indexintro-circle-03 {
	top: calc(50% - calc(308 / 567 * 100% / 2));
	left: 0;
}

.indexintro-circle-04 {
	top: 0;
	left: calc(50% - calc(308 / 567 * 100% / 2));
}


/* indexconcept ---------------------------------------*/
.indexconcept {
	/* padding: 0 20px; */
}

.indexconcept .inner {
	/* padding: 0 20px; */
  max-width: 1240px;
  /* margin: 0 auto; */
}

.indexconcept-wrapper {
	position: absolute;
	top: calc(50% + 38px);
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 20px;
  max-width: 1240px;
  /* margin: 0 auto; */
}

.indexconcept-title {
	margin: 0 auto min(calc(0 / 1240 * 100vw), 0px) 45%;
	font-size: min(calc(30 / 1240 * 100vw), 30px);
}

.indexconcept-text { 
	margin: 0 auto min(calc(10 / 1240 * 100vw), 10px) 51%;
	font-size: min(calc(20 / 1240 * 100vw), 20px);
	line-height: calc(50 / 24);
	letter-spacing: 0.1em;
}

.indexconcept-text-en { 
	display: block;
	margin: 0 auto min(calc(16 / 1240 * 100vw), 16px) 51%;
	font-size: min(calc(10 / 1240 * 100vw), 10px);
	line-height: calc(19 / 11);
	letter-spacing: 0.03em;
}

.indexconcept-list { 
	display: flex;
	justify-content: center;
	width: 100%;
	gap: calc(60 / 1200 * 100%);
}

.indexconcept-list > li { 
	width: calc(360 / 1200 * 100%);
}

.indexconcept-list > li:nth-of-type(2) {margin-top: calc(50 / 1200 * 100%);}
.indexconcept-list > li:nth-of-type(3) { margin-top: calc(100 / 1200 * 100%);}

/* indexstrength ---------------------------------------*/
.indexstrength { 
	padding: 0 20px;
}

.indexstrength-wrapper { 
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.indexstrength-numberlist > li { 
	position: absolute;
	top: 2%;
	right: calc(52% - 50vw);
	font-size: calc(410 / 1440 * 100vw);
	font-style: italic;
	line-height: 1;
	letter-spacing: -0.03em;
	color: rgba(255, 255, 255, 0.62);
}

.indexstrength-numberlist > li:first-of-type { color: rgba(245, 245, 245, 0.62);}

.indexstrength-title { 
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
}

.indexstrength-title-01 {left: 10%;}
.indexstrength-title-02 {left: 70%;}

.indexstrength-list { 
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60%;
}

.indexstrength-list-01 {left: 40%;}
.indexstrength-list-02 {left: 10%;}

.indexstrength-list > li { 
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.indexstrength-list-title { 
	margin-bottom: min(calc(17 / 1240 * 100vw), 17px);
	font-size: min(calc(38 / 1240 * 100vw), 38px);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.03em;
}

.indexstrength-list-text { 
	margin-bottom: min(calc(17 / 1240 * 100vw), 17px);
	font-size: min(calc(20 / 1240 * 100vw), 20px);
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.indexstrength-list-text-en { 
	display: block;
	margin-left: 5%;
	font-size: min(calc(10 / 1240 * 100vw), 10px);
	line-height: 1.1;
	letter-spacing: 0.03em;
}


/* concept - strength間の挙動 */
/* indexconcept: clip展開中に画面に固定するクラス */
.indexconcept .animation-sticky.is-fixed {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100vh !important;
  width: 100% !important;
  transform: none !important;    /* ← GSAPのtransformをリセット */
  max-width: none !important;    /* ← GSAPのmax-widthをリセット */
  left: 0 !important;            /* ← 明示的に0に */
  top: 0 !important;             /* ← 明示的に0に */
}

.indexconcept .animation-sticky.is-fixed.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
/* indexstrength section: fixedで後ろに仕込む */
#indexstrengthSection {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: rgba(255, 255, 255, var(--bg-alpha, 1));
}
#indexstrengthSection.is-front {
  z-index: 3;
}
#indexstrengthSection.is-released {
  position: relative !important;
  z-index: 3 !important;
  inset: auto !important;
	margin-top: -100vh !important;
}

/* indexstrength-wrapper（旧animation-sticky-strength）*/
.animation-sticky-strength {
  /* animation-stickyと同じレイアウト */
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
}

/*
  indexstrength-spacer:
  margin-top: -100vh: indexconceptのpin解除と同時にtop topが一致
  height: スクロール量をここで確保（initStickySection/pinSpacerは使わない）
*/
.indexstrength-spacer {
  margin-top: -100vh;
  height: 400vh;
}


/* indexabout ---------------------------------------*/
.indexabout {
	padding: 40px 20px 200px;
}

.indexabout .inner {
	position: relative;
	min-height: 720px;
}

.indexabout-summary {
	width: calc(700 / 1200 * 100%);
}

.indexabout-title {
	margin-bottom: 40px;
}

.indexabout-text {
	font-size: min(calc(20 / 1240 * 100vw), 20px);
	line-height: calc(50 / 24);
	letter-spacing: 0.1em;
}

.indexabout-graph {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
	width: calc(500 / 1200 * 100%);
}

.indexabout-graph .bar-top { fill: #b8dff6; }

/* SVG全体のサイズとマスク */
.graph-animation {
	-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 76%, rgba(0,0,0,0) 90%);
	mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 76%, rgba(0,0,0,0) 90%);
}

.graph-animation svg {
	overflow: visible;
}

/* GSAPが動かす要素のみに限定 */
.graph-animation [id^="bar-"] {
  will-change: transform;
  backface-visibility: hidden;
}


/* indexteam ---------------------------------------*/
.indexteam {
	padding: 60px 20px 140px;
}

.indexteam-title {
	margin: 0 auto 60px;
}

.indexteam-text {
	font-size: min(calc(16 / 1240 * 100vw), 16px);
	line-height: 1.75;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 60px;
}

.indexteam-slider-container {
	position: relative;
}

.indexteam-slider {
	overflow: visible;
}

.indexteam-slider-list {
	transition-timing-function: linear;
}

.indexteam-slider-list > li.swiper-slide { 
	position: relative;
}

.indexteam-slider-list-image {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	height: 100%;
	aspect-ratio: 255 / 300;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
	will-change: box-shadow;
}

.indexteam-slider-list-image video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexteam-slider-list-name {
	/* margin-bottom: 12px; */
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
}

.indexteam-slider-list-text {
	padding: 0 12px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
}

/* スライドが1枚の時の中央揃え */
.indexteam-slider.no-slider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexteam-slider.no-slider .swiper-wrapper {
    transform: none !important;
    display: flex;
		gap: calc(60 / 1200 * 100%);
    justify-content: center;
}

.indexteam-slider.no-slider .swiper-slide {
    flex-shrink: 0;
}


/* indexcontact ---------------------------------------*/
.indexcontact {
	position: relative;
	padding: 2vw 20px;
}

.indexcontact::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 5vw), 0 100%);
	-webkit-clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 5vw), 0 100%);
	content: "";
}

.indexcontact-wrapper {
	width: 100%;
}

.indexcontact-title {
	margin: 0 auto 40px;
}

.indexcontact-text {
	font-size: min(calc(16 / 1240 * 100vw), 16px);
	line-height: 1.75;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 60px;
}

.indexcontact-list { 
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: calc(60 / 1200 * 100%);
}

.indexcontact-list > li { 
	width: calc(700 / 1200 * 100%);
	height: 200px;
	border: 1px solid #000;
}

.indexcontact-list > li a { 
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: relative;
	width: 100%;
	height: 100%;
	transition: all 0.6s ease;
}

.indexcontact-list > li a::before { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(38deg, rgba(247, 93, 139, 1), rgba(254, 220, 64, 1));
	content: '';
	opacity: 0;
	transition: all 0.6s ease;
}

.indexcontact-list > li a:hover { 
	opacity: 1;
}

.indexcontact-list > li a:hover::before { 
	opacity: 1;
}

.indexcontact-list-title b { 
	display: block;
	font-size: 22px;
	letter-spacing: 0.1em;
}

.indexcontact-list-title span { 
	display: block;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.indexcontact-list-image { 
	width: 30px;
}

.indexcontact-list-image img { 
	width: 100%;
}


/* indexcompany ---------------------------------------*/
.indexcompany {
	padding: 200px 20px 300px;
}

.indexcompany-title {
	margin-bottom: 100px;
}

.indexcompany-list { 
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.indexcompany-list > li { 
	position: relative;
	width: calc(1200% / 3);
}

.indexcompany-list > li:not(:first-of-type)::before { 
	position: absolute;
	top: 50%;
	left: -10%;
	transform: translateY(-50%) rotate(-60deg);
	z-index: 1;
	width: 100px;
	height: 1px;
	background: #000;
	content: '';
}

.indexcompany-list > li a { 
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.indexcompany-list-title { 

}

.indexcompany-list-title b { 
	display: block;
	font-size: 22px;
	letter-spacing: 0.1em;
}

.indexcompany-list-title span { 
	display: block;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.indexcompany-list-image { 
	width: 30px;
}

.indexcompany-list-image img { 
	width: 100%;
}



/* small pc */
@media screen and (max-width: 1440px){
	.indexstrength-numberlist > li {
		right: 0;
	}
}

@media screen and (min-width: 768px){
	.indexteam-slider-list > li.swiper-slide { 
		width: calc(255 / 1200 * 100%) !important;
	}
}

/* sp only */
@media screen and (max-width: 767px){
	/* index kv ---------------------------------------*/
	.indexkv {
		margin-top: 0;
		height: 100vh;
		min-height: calc(600 / 375 * 100vw);
	}

	.indexkv-video::after {
		background-position: 35% top;
	}

	.indexkv-content { 
		top: 50%;
		left: 6%;
}

	.indexkv-title {
		margin-bottom: calc(20 / 375 * 100vw);
	}

	.indexkv-title span {
		font-size: calc(50 / 375 * 100vw);
	}

	.indexkv-title-space {
		width: calc(16 / 375 * 100vw);
		height: calc(50 / 375 * 100vw);
	}

	.indexkv-text {
		font-size: calc(16 / 375 * 100vw);
	}


	/* indexintro ---------------------------------------*/
	.indexintro-title {
		top: calc(20% + 25px);
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: calc(32 / 375 * 100vw);
		white-space: nowrap;
	}

	.indexintro-block {
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}

	.indexintro-circle {
		width: calc(180 / 335 * 100%);
		font-size: calc(16 / 375 * 100vw);
	}

	.indexintro-circle-01 {
		top: calc(50% - calc(180 / 335 * 100% / 2));
		right: 0;
	}

	.indexintro-circle-02 {
		bottom: 0;
		left: calc(50% - calc(180 / 335 * 100% / 2));
	}

	.indexintro-circle-03 {
		top: calc(50% - calc(180 / 335 * 100% / 2));
		left: 0;
	}

	.indexintro-circle-04 {
		top: 0;
		left: calc(50% - calc(180 / 335 * 100% / 2));
	}


	/* indexconcept ---------------------------------------*/
	.indexconcept .inner {
		max-width: 540px;
	}

	.indexconcept-wrapper {
		top: 50%;
		max-width: 540px;
	}

	.indexconcept-title {
		margin: 0 auto calc(20 / 375 * 100vw);
		font-size: calc(24 / 375 * 100vw);
	}

	.indexconcept-text { 
		margin: 0 auto calc(12 / 375 * 100vw);
		font-size: calc(14 / 375 * 100vw);
		line-height: calc(28 / 14);
	}

	.indexconcept-text-en { 
		margin: 0 auto calc(20 / 375 * 100vw);
		font-size: calc(11 / 375 * 100vw);
	}

	.indexconcept-list { 
		display: block;
	}

	.indexconcept-list > li { 
		width: calc(160 / 335 * 100%);
	}

	.indexconcept-list > li:nth-of-type(2) {margin: calc(8 / 335 * 100%) auto 0;}
	.indexconcept-list > li:nth-of-type(3) { margin: calc(8 / 335 * 100%) 0 0 auto;}

	/* indexstrength ---------------------------------------*/
	.indexstrength-numberlist > li { 
		top: calc(4% + 50px);
		right: calc(58% - 50vw);
		font-size: calc(180 / 375 * 100vw);
	}

	.indexstrength-title { 
		top: calc(35% + 50px);
	}

	.indexstrength-title-01 {left: 0;}
	.indexstrength-title-02 {
		left: unset;
		right: 0;
	}

	.indexstrength-list { 
		top: calc(50% + 50px);
		width: 100%;
	}

	.indexstrength-list-01 {left: 0;}
	.indexstrength-list-02 {
		left: unset;
		right: 0;
	}

	.indexstrength-list.indexstrength-list-02 > li {
		left: unset;
		right: 0;
}

	.indexstrength-list-title { 
		margin-bottom: calc(20 / 375 * 100vw);
		font-size: calc(22 / 375 * 100vw);
	}

	.indexstrength-list-text { 
		margin-bottom: calc(10 / 375 * 100vw);
		font-size: calc(14 / 375 * 100vw);
	}

	.indexstrength-list-02 .indexstrength-list-title,
	.indexstrength-list-02 .indexstrength-list-text,
	.indexstrength-list-02 .indexstrength-list-text-en { 
		text-align: right;
	}

	.indexstrength-list-text-en { 
		margin-left: 0;
		font-size: calc(11 / 375 * 100vw);
		white-space: unset;
	}

	.indexstrength-spacer {
		height: 350vh;
	}


	/* indexabout ---------------------------------------*/
	.indexabout {
		/* padding: 20px 20px min(calc(424 / 335 * 100vw), 638px); */
		padding: 20px 20px min(calc(368 / 335 * 100vw), 553px);
	}

	.indexabout .inner {
		min-height: unset;
	}

	.indexabout-summary {
		width: 100%;
	}

	.indexabout-title {
		margin: 0 auto 40px;
	}

	.indexabout-text {
		font-size: calc(14 / 375 * 100vw);
	}

	.indexabout-graph {
		top: 100%;
		right: unset;
		left: 50%;
		transform: translateX(-50%);
		width: calc(260 / 335 * 100%);
	}


	/* indexteam ---------------------------------------*/
	.indexteam {
		padding: 60px 20px 100px;
	}

	.indexteam-title {
		margin: 0 auto 40px;
	}

	.indexteam-text {
		font-size: calc(14 / 375 * 100vw);
		margin-bottom: 40px;
	}

	.indexteam-slider-list-image {
		margin-bottom: 12px;
	}

	.indexteam-slider-list-name {
		/* margin-bottom: 12px; */
		/* padding: 0 6px; */
		font-size: 16px;
	}

	.indexteam-slider-list-text {
		padding: 0 6px;
		font-size: 13px;
	}

	/* スライドが1枚の時の中央揃え */
	.indexteam-slider.no-slider {
			display: flex;
			justify-content: center;
			align-items: center;
	}

	.indexteam-slider.no-slider .swiper-wrapper {
			transform: none !important;
			display: flex;
			gap: calc(60 / 1200 * 100%);
			justify-content: center;
	}

	.indexteam-slider.no-slider .swiper-slide {
			flex-shrink: 0;
	}


	/* indexcontact ---------------------------------------*/
	.indexcontact {
		padding: 20vw 20px;
	}

	.indexcontact::before {
		clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%);
		-webkit-clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%);
	}

	.indexcontact-title {
		margin: 0 auto 40px;
	}

	.indexcontact-text {
		font-size: calc(14 / 375 * 100vw);
		margin-bottom: 40px;
	}

	.indexcontact-list { 
		display: block;
	}

	.indexcontact-list > li { 
		margin: 0 auto;
		width: calc(300 / 335 * 100%);
		height: 160px;
	}

	.indexcontact-list > li a { 
		gap: 10px;
	}

	.indexcontact-list-title b { 
		font-size: 18px;
	}

	.indexcontact-list-title span { 
		font-size: 12px;
	}

	.indexcontact-list-image { 
		width: 24px;
	}


	/* indexcompany ---------------------------------------*/
	.indexcompany {
		padding: 100px 20px 100px;
	}

	.indexcompany-title {
		margin-bottom: 40px;
	}

	.indexcompany-list { 
		display: block;
	}

	.indexcompany-list > li { 
		width: 100%;
	}

	.indexcompany-list > li + li {
		margin-top: 20px;
	}

	.indexcompany-list > li::before { 
		display: none;
	}

	.indexcompany-list > li a { 
		gap: 6px;
		width: fit-content;
	}

	.indexcompany-list > li:nth-of-type(2) a { margin-inline: auto;}
	.indexcompany-list > li:nth-of-type(3) a { margin-inline: auto 0;}


	.indexcompany-list-title b { 
		font-size: 16px;
	}

	.indexcompany-list-title span { 
		font-size: 12px;
	}

	.indexcompany-list-image { 
		width: 24px;
	}


}


/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px){

}