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

/* c-index-visual
------------------------------------------------------------ */
.c-index-mv {
  margin-top: 72px;
  padding: 0 15px 60px;
	margin-bottom: 80px;
}

.c-index-mv__inner {
  position: relative;
}

.c-index-mv__slider {
  height: calc(100svh - 72px - 30px);
}

.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;
  top: calc(100% + 48px);
  right: 0;
  background-color: var(--light-orange);
  border-radius:10px 0 0 0;
  width:100%;
  height:105px;
  box-sizing:border-box;
  padding:15px 15px 0;
  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:5px;
	font-size: 1.5rem;
}

.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: 0;
  top:0;
  bottom: 0;
  content: none;
  width: max-content;
  height: max-content;
  margin:auto;
}

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

.c-index-mv__lead {
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 12;
}

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

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

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

.c-index-mv__txt .__primary {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.26;
}

.c-index-mv__sign {
	position: absolute;
	z-index: 16;
	top: 30px;
	right: 10px;
	rotate: -8deg;
	width: 200px;
}

.c-scroll-bar {
  position: absolute;
  z-index: 13;
  bottom: 345px;
  left: -6px;
  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 {
	padding-block: 120px 190px;
	position: relative;
}

.c-index-service__inner {
	padding-inline: 15px;
	display: flex;
	position: relative;
	max-width: 100%;
}

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

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

.c-index-service__rise._i03_ {
	width: 46px;
	right: 3.91%;
	top: 338px;
}

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

.c-index-service__rise._i05_ {
	width: 116px;
	right: 11px;
	bottom: 90px;
}

.c-index-service__rise._i06_ {
	width: 71px;
	left: 20px;
	bottom: 86px;
	z-index: 20;
}


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

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

.c-index-service__wrap {
	flex: 1;
}

.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: 2.3rem;
	font-weight: 600;
	color: var(--orange);
	display: flex;
	align-items: center;
	column-gap: 18px;
}

.c-index-service__title .__num {
	display: grid;
	place-content: center;
	font-weight: 600;
	width: 50px;
	height: 50px;
	font-size: 2.4rem;
	color: var(--white);
	background-color: var(--orange);
	border-radius: solid 2px var(--orange);
	border-radius: 50%;
}

.c-index-service__txt {
	font-size: 1.4rem;
	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: 2.6rem;
	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__img {
	width: 100%;
	display: block;
	height: 100%;
	margin-top: 30px;
}

.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;
}

/* c-index-news
------------------------------------------------------------ */
.c-index-news {
	background-color: var(--gray1);
	padding: 80px 0;
}

.c-index-news__inner {
	display: grid;
	grid-template-areas:
	"ttl"
	"list"
	"link"
	;
	row-gap: 30px;
	padding: 0 15px;
}


.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;
	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;
}

.c-index-about__inner {
	padding: 0 15px;
	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: 136px;
	right: 2.94%;
	top: 0;
}

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

.c-index-about__rise._i03_ {
	width: 46px;
	left: -0;
	top: 38px;
}

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

.c-index-about__rise._i05_ {
	width: 116px;
	left: 50px;
	top: 155px;
}

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

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

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

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

.c-index-about__ttl .__en {
	line-height: 0.75;
}

.c-index-about__lead .e-btn {
	margin: 0 auto;
}
/* c-index footer
------------------------------------------------------------ */
.index .l-footer {
	margin-top: 200px;
}
/* c-index-commom
------------------------------------------------------------ */
