@charset "utf-8";
/* ============================================================ */
/*  index */
/* ============================================================ */

/* c-index-visual
------------------------------------------------------------ */
.c-index-mv {
  margin-top: 70px;
  padding: 0 60px 60px;
}
@media screen and (max-width: 1000px) {
	.c-index-mv {
		padding: 0 30px 200px;
	}
}
.c-index-mv__inner {
  position: relative;
}

.c-index-mv__slider {
  height: calc(100svh - 100px - 60px);
	border-radius: 10px;
}

.c-index-mv__slider .__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
.c-index-mv__slide.swiper-slide-active img {
  animation: zoomout calc(var(--slide_sec) * 1s) linear;
}

@keyframes zoomout {
  0% {
    scale: 1.2;
  }
  100% {
    scale: 1;
  }
}
*/

/* MV お知らせ */
.c-index-mv__news {
  position: absolute;
  z-index: 10;
  bottom: -1px;
  right: -1px;
  background-color: var(--light-orange);
  border-radius: 10px 0 0 0;
	width: 37.5%;
  height: 140px;
	padding: 25px 2.5% 0 2.78%;
}
@media screen and (max-width: 1000px) {
	.c-index-mv__news {
		bottom: auto;
		top: 100%;
		width: 100%;
		border-bottom: solid 1px var(--line);
	}
}

.c-index-mv__news-container {
  overflow: hidden;
}

.c-index-mv__news-slider {
  width: 87.09%;
  height: 100%;
  margin: 0;
}

.c-index-mv__news__link {
  display: block;
  height: 100%;
  width: 100%;
	padding: 0;
	background-color: var(--light-orange);
}

.c-index-mv__news-date {
  margin-bottom: 12px;
}

.c-index-mv__news-ttl {
  -webkit-line-clamp: 2;
  line-height: 1.63;
}

.c-index-mv__news .swiper-button-next {
  position: absolute;
  z-index: 11;
	right: 6.67%;
  top: auto;
  bottom: 62px;
  content: none;
  width: max-content;
  height: max-content;
}

.c-index-mv__news .swiper-button-next::after {
  content: none;
}

.c-index-mv__news .swiper-button-next .e-icon::before {
  transition: background-color 0.4s ease;
}
/* ホバー */
.c-index-mv__news .swiper-button-next:hover .e-icon::before {
	background-color: var(--orange);
  animation: arrow_slide 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}


.c-index-mv__lead {
  position: absolute;
  bottom: 0;
  left: 1.94%;
  z-index: 12;
}
@media screen and (max-width: 1000px) {
	.c-index-mv__lead {
		bottom: 148px;
	}
}

.c-index-mv__lead::before {
  content: "";
  width: 405px;
  height: 405px;
  position: absolute;
  background-color: var(--orange);
  background: linear-gradient(90deg, #ffaa5a 0%, #f87c09 100%);
  border-radius: 50%;
  bottom: -10px;
  left: -13.54dvw;
  left: -260px;
  z-index: -1;
}

.c-index-mv__txt {
  color: var(--white);
  padding-bottom: 75px;
}

.c-index-mv__txt .__secondary {
  font-size: 3rem;
  font-weight: 600;
  display: block;
}

.c-index-mv__txt .__primary {
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 1.26;
}
.c-index-mv__sign {
	position: absolute;
	z-index: 16;
	bottom: 42px;
	rotate: -8deg;
	left: 17.61%;
	width: 29.16%;
	max-width: 525px;
}
.c-index-mv__sign svg {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1000px) {
	.c-index-mv__sign {
		left: 4.8%;
	}
}

.c-scroll-bar {
  position: absolute;
  z-index: 13;
  bottom: -8px;
  left: 0;
  width: 2px;
  height: 100px;
}

.c-scroll-bar .__bar {
  display: block;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    scale: 1 0;
  }
  50% {
    transform-origin: 0% 0%;
    scale: 1 1;
  }
  50.1% {
    transform-origin: 0% 100%;
    scale: 1 1;
  }
  100% {
    transform-origin: 0% 100%;
    scale: 1 0;
  }
}

/* c-index-service
------------------------------------------------------------ */
.c-index-service {
	max-width: 1840px;
	width: 95.83%;
	margin-left: auto;
	padding-block: 280px 320px;
	padding-block: 196px 224px;
	position: relative;
}
@media screen and (max-width: 1000px) {
	.c-index-service {
		width: 100%;
		padding-block: 240px 280px;
		padding-block: 168px 196px;
	}
}

.c-index-service__inner {
	padding-inline: 8.14% 0;
	position: relative;
	max-width: 100%;
	height:900px;
}
@media screen and (max-width: 1000px) {
	.c-index-service__inner {
		padding-inline: 30px;
		height: auto;
	}
}

@media screen and (min-width: 1001px) {
	.c-index-service__inner::after {
		content: "";
		display: block;
		height: 100%;
		position:absolute;
		right:0;
		top:0;
	}
}

.c-index-service__rise._i01_ {
	width: 273px;
	left: 1.09%;
	top: 122px;
}

.c-index-service__rise._i02_ {
	width: 223px;
	right: 9.02%;
	top: 122px;
}

.c-index-service__rise._i03_ {
	width: 91px;
	right: 72px;
	right: 3.91%;
	top: 118px;
}

.c-index-service__rise._i04_ {
	width: 232px;
	left: 32.34%;
	top: 251px;
}

.c-index-service__rise._i05_ {
	width: 232px;
	right: 11px;
	bottom: 120px;
}

.c-index-service__rise._i06_ {
	width: 142px;
	left: 51.58%;
	bottom: 205px;
	z-index: 20;
}
@media screen and (max-width: 1000px) {
	.c-index-service__rise._i01_ {
		width: 273px;
		left: 1.09%;
		top: 82px;
	}
	
	.c-index-service__rise._i02_ {
		width: 223px;
		right: 9.02%;
		top: 232px;
	}
	
	.c-index-service__rise._i03_ {
		width: 91px;
		right: 3.91%;
		top: 340px;
	}
	
	.c-index-service__rise._i04_ {
		width: 232px;
		left: 32.34%;
		top: 251px;
	}
	
	.c-index-service__rise._i05_ {
		width: 232px;
		right: 11px;
		bottom: 120px;
	}
	
	.c-index-service__rise._i06_ {
		width: 142px;
		left: 4%;
		bottom: 205px;
		z-index: 20;
	}	
}

.c-index-service__ttl {
	margin-top: -16px;
}

.c-index-service__lead {
	font-size: 3.4rem;
}

.c-index-service__wrap {
	flex: 1;
	width:45%;
}
@media screen and (max-width: 1000px) {
	.c-index-service__wrap {

		width: 100%;
	}
}

.c-index-service__item {
	border-bottom: solid 1px var(--line);
	padding: 35px 0;
}

.c-index-service__item:first-child {
	border-top: solid 1px var(--line);
}

.c-index-service__title {
	font-size: 3rem;
	font-weight: 600;
	color: var(--orange);
	display: flex;
	align-items: center;
	column-gap: 25px;
}

.c-index-service__title .__num {
	display: grid;
	place-content: center;
	font-weight: 600;
	width: 70px;
	height: 70px;
	font-size: 3rem;
	color: var(--orange);
	background-color: var(--white);
	border: solid 2px var(--orange);
	border-radius: 50%;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.c-index-service__txt {
	font-size: 1.9rem;
	margin-bottom: 20px;
}

.c-index-service__link {
	display: flex;
	align-items: baseline;
	margin-bottom: -10px;
	width: max-content;
	margin-left: auto;
}

.c-index-service__link .__txt {
	color: var(--orange);
	font-weight: 600;
	font-size: 3.2rem;
	transition: background-size .4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	background: linear-gradient(to top, var(--orange) 0px, var(--orange) 1.1px, transparent 1px) no-repeat right bottom;
	background-position: right bottom;
	background-size: 0% auto;
}

.c-index-service__link .e-icon {
	translate: 0 3px;
	overflow: hidden;
	margin-left: 5px;
}

.c-index-service__link .e-icon::before {
	width: 22px;
	height: 22px;
}


/* ホバー */
.c-index-service__link:hover .__txt {
	background-position: left bottom;
	background-size: 100% auto;
}

.c-index-service__link:hover .e-icon::before {
	animation: arrow_slide 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.c-index-service__img {
	border-radius: 10px 0 0 10px;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	width: 46.74%;
	width: 42.74%;
	top: 0;
	right: 4%;
	display: block;
	height: 100%;
	opacity: 0;
	transition: opacity 0.4s ease;
	pointer-events: none;
}
@media screen and (max-width: 1000px) {
	.c-index-service__img {
		position: static;
		width: 100%;
		border-radius: 0px;
		margin-top: 50px;
		opacity: 1;
		max-height: 500px;
	}
}

.c-index-service__img .__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-index-service__item.is-active .c-index-service__img {
	z-index: 14;
	opacity: 1;
}

@media screen and (min-width: 1001px) {

	.c-index-service__item.is-active .c-index-service__title .__num {
		background-color: var(--orange);
		color: var(--white);
	}
}

/* c-index-news
------------------------------------------------------------ */
.c-index-news {
	background-color: var(--gray1);
	padding: 230px 0 210px 130px;
	padding: 161px 0 147px 130px;
}
@media screen and (max-width: 1100px) {
	.c-index-news {
		padding: 190px 0 170px 0;
		padding: 133px 0 119px 0;
	}
}

.c-index-news__inner {
	display: grid;
	grid-template-areas:
	"ttl list"
	"link list"
	;
	column-gap: 7.52%;
	row-gap: 60px;
	grid-template-rows: auto 1fr;
	margin: 0 auto;
	max-width: 1390px;
	padding: 0 30px;
}
@media screen and (max-width: 1100px) {
	.c-index-news__inner {
		grid-template-areas:
		"ttl"
		"list"
		"link"
		;
		grid-template-rows: auto;
	}
	
}

.c-index-news__item {
	border: solid 2px  var(--white);
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.c-index-news__item:not(:last-child) {
	margin-bottom: 30px;
}

.c-index-news__ttl {
	grid-area: ttl;
}

.c-index-news__link-btn {
	grid-area: link;
	height: max-content;
}
@media screen and (max-width: 1100px) {
	.c-index-news__link-btn {
		grid-area: link;
		margin: 0 auto;
	}
	
}

.c-index-news__list {
	max-width: 800px;
	grid-area: list;
}
@media screen and (max-width: 1100px) {
	.c-index-news__list {
		max-width: 100%;
	}
}

.c-index-news__wrap {
	width: 56.25%;
}

.c-index-news__item:hover {
	border: solid 2px var(--orange);
}

/* c-index-about
------------------------------------------------------------ */
.c-index-about {
	padding-top: 200px;
	padding-inline: 60px;
}

.c-index-about__inner {
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 130px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	column-gap: 40px;
}
@media screen and (max-width: 1100px) {
	.c-index-about__inner {
		flex-direction: column-reverse;
	}
}

.c-index-about__rise._i01_ {
	width: 273px;
	right: -43px;
	right: -2.94%;
	top: -127px;
}

.c-index-about__rise._i02_ {
	width: 223px;
	left: 42px;
	left: 2.94%;
	top: -55px;
}

.c-index-about__rise._i03_ {
	width: 91px;
	left: -12px;
	top: -112px;
}

.c-index-about__rise._i04_ {
	width: 232px;
	left: -34px;
	top: 278px;
}

.c-index-about__rise._i05_ {
	width: 232px;
	right: 250px;
	right: 20.83%;
	top: 155px;
}

.c-index-about__rise._i06_ {
	width: 142px;
	right: -38px;
	top: 241px;
	z-index: 20;
}

.c-index-about__lead .__primary {
	font-size: 3.4rem;
}
@media screen and (max-width: 1100px) {
	.c-index-about__lead .__primary {
		text-align: center;
	}
	.c-index-about__lead .e-btn {
		margin: 0 auto;
	}
}

.c-index-about__lead .__secondary {
	font-size: 2rem;
}

.c-index-about__ttl {
	line-height: 0.75;
	text-align: right;
}
@media screen  and (max-width: 1100px) {
	.c-index-about__ttl {
		margin-bottom: 40px;
	}
}

.c-index-about__ttl .__en {
	line-height: 0.75;
}
/* c-index footer
------------------------------------------------------------ */
.index .l-footer {
	margin-top: 300px;
}
/* c-index-commom
------------------------------------------------------------ */
