@charset "UTF-8";
/* ----------------------------------------------------------------------
トップスライドショー
---------------------------------------------------------------------- */
#main_img {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.gallery.slick-slider {
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
}
.gallery.slick-slider li {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#main_img .gallery li.slick-slide.img01 {
  background-image: url(../images/index_main@2x.webp);
}
#main_img .gallery li.slick-slide.img02 {
  background-image: url(../images/index_main02@2x.webp?);
}
#main_img .gallery li.slick-slide.img03 {
  background-image: url(../images/index_main03@2x.webp?);
}
#main_img .gallery li.slick-slide.slide-animation {
  animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

/* ----------------------------------------------------------------------
トップページ
---------------------------------------------------------------------- */
.section-label-wrap {
  text-align: center;
}

.section-label-en {
  font-size: 1.4rem;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.4rem 1.2rem;
  border: 1px solid #063681;
  background-color: #063681;
  border-radius: 20px;
}

.section-title-center {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.5rem;
}

#main_img .message {
  color: #FFF;
  font-size: 3.2rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 8%;
}
#main_img .message .english{
	font-family: "Libertinus Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 8rem;
}

#main_img .message2 {
  position: absolute;
  right: -21%;
  bottom: 8rem;
	width:105rem; height: 61rem;
	padding:4rem 7.5rem 3rem 12rem;
	background: url(../images/index_mainimg@2x.webp) no-repeat center center/contain;
}
#main_img .message2 video{width:100%;}

/* ==============================================
   PRODUCT INTRO
   ============================================== */
#index-intro {
  background: url(../images/index_intro_bg@2x.webp) no-repeat center center/cover;
  padding: 10rem 10rem 9rem 10rem;
  margin-top: 12rem;
  color: #FFF;
  border-radius: 12px;
}

#index-intro .product-intro-inner {
  display: flex;
  align-items: center;
  gap: 6rem;
}

#index-intro .product-intro-text {
  flex: 1;
}

#index-intro .section-badge {
  display: inline-block;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  padding: 0.4rem 1.2rem;
  background: #063681;
	font-weight:700;
}

#index-intro .product-intro-title {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}

#index-intro .product-intro-desc {
  font-size: 2.4rem;
  margin-bottom: 4.2rem;
}

#index-intro .product-intro-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7rem;
}

#index-intro .product-intro-btns a.button {
  font-size: 2.4rem;
  padding-right: 7rem;
  display: block;
  line-height: 7rem;
}

#index-intro .product-intro-img {
  flex-shrink: 0;
  width: 62.6rem;
}

/*-----レスポンシブ調整-----*/
@media screen and (max-width: 1440px) {
  .headline {
    font-size: 3.2rem;
  }
  .headline .sub {
    font-size: 1.4rem;
  }
  #main_img .message {
    font-size: 2.4rem;
  }
  #main_img .message img {
    width: 60rem;
  }
  #main_img .message2 {
    width: 68rem;height: 39.4rem;
    right: -12%;
	  padding:2.5rem 4.5rem 3rem 8rem;
  }
  #index-intro .product-intro-img {
    width: 46rem;
  }
  #index-intro .product-intro-title {
    font-size: 4.2rem;
  }
  #index-intro .product-intro-btns a.button {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  #main_img .message {
    font-size: 2.4rem;
    top: 30%;
    text-align: center;
    width: 100%;
    left: 0;
  }
  #main_img .message2 {
    width: 45rem;height: 26rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10%;
	  padding:1.8rem 5.5rem 3rem 5.5rem;
  }
	#main_img .message .english{
		font-size:6rem;
	}
  #index-intro .product-intro-inner {
    flex-direction: column;
    gap: 4rem;
  }
  #index-intro .product-intro-img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  #index-intro .section-badge {
    display: block;
    text-align: center;
  }
  #index-intro .product-intro-title {
    text-align: center;
  }
  #index-intro .product-intro-desc {
    text-align: center;
    margin-top: 2rem;
  }
  #index-intro .product-intro-btns {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) and (orientation:portrait) {
	#main_img .message {    top: 50%;  }
	#main_img .message2 {    bottom: 15%  }
}
@media screen and (max-width: 820px) {
  .headline {
    font-size: 2.8rem;
  }
  #main_img .message2 {
    bottom: 10%;
  }
  #index-intro {
    padding: 7rem 5rem 7rem 5rem;
  }
}
@media screen and (max-width: 520px) {
  .headline {
    font-size: 2.4rem;
  }
  .headline .sub {
    font-size: 1.2rem;
  }
  .section-label-en {
    font-size: 1.2rem;
  }
  .section-title-center {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  #main_img .message {
    top: 48%;
  }
	#main_img .message .english{
		font-size:3.6rem;
	}
  #main_img .message img {
    width: 90%;
  }
  #main_img .message h2 {
    font-size: 1.3rem;
  }
  #main_img .message2 {
    bottom: 20%;
    width: 26rem; height:15rem;
	padding: 1rem 3rem 1rem 3rem;
  }
  #index-intro {
    margin-top: 6rem;
    padding: 3rem 2.5rem 4rem 2.5rem;
    border-radius: 16px;
  }
  #index-intro .section-badge {
    font-size: 1.9rem;
  }
  #index-intro .product-intro-title {
    font-size: 2.4rem;
    line-height: 2;
  }
  #index-intro .product-intro-img {
    width: 78%;
  }
  #index-intro .product-intro-desc {
    font-size: 1.6rem;
    margin: 2rem auto 2.5rem;
	  text-align:left;
  }
	#index-intro .product-intro-btns div{
		width: 45.5%;
	}
  #index-intro .product-intro-btns a.button {
    height: 6rem;
    display: grid;
    line-height: 1;
    background-position: center right 1rem;
    padding: 0 1rem 0 0;
  }
  #index-intro .product-intro-btns a.button span {
    display: none;
  }
  #index-intro .product-intro-btns {
    gap: 1.7rem;
  }
  #index-intro .product-intro-text {
    width: 100%;
  }
}
/* ========== FEATURES ========== */
#index-features {
  padding-top: 20rem;
  background: #fff;
}

#index-features .section-title {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 3rem;
  line-height: 1.5;
}

#index-features .section-title mark {
  background: none;
  color: #1a6fd4;
}

#index-features .features-layout {
  display: flex;  justify-content: space-between; align-items:center;
}

#index-features .features-video {
  flex: 0 0 auto;
  width: 46.568627451%;
}

#index-features .features-video video {
  width: 100%;
  height: auto;
}

#index-features .features-list {
  display: flex;
  flex-direction: column;
  width: 49.0196078431%;
}

#index-features .feature-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.8rem 0;
  border-bottom: 2px dashed #CCC;
}

#index-features .feature-item:last-child {
  border-bottom: none;
}

#index-features .feature-text {
  width: 70%;
}

#index-features .feature-num {
  display: inline-block;
  background: #1a4fa0;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.7rem 1.9rem;
  border-radius: 0.8rem;
  margin-bottom: 1.2rem;
}

#index-features .feature-desc {
  font-size: 1.8rem;
  color: #444;
  line-height: 1.75;
  margin: 0;
}

#index-features .feature-img-thumb {
  flex: 0 0 auto;
  width: 25%;
}

#index-features .feature-img-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 0.4rem;
}

/* ========== RESPONSIVE ========== */
@media screen and (max-width: 1440px) {
  #index-features {
    padding-top: 10rem;
  }
  #index-features .features-video {
    padding: 2.8rem 0;
  }
  #index-features .section-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  #index-features .features-layout {
    flex-wrap: wrap;
    gap: 3.2rem;
  }
  #index-features .features-video {
    width: 100%;
  }
  #index-features .features-video img {
    width: 60%;
    margin-inline: auto;
  }
  #index-features .features-list {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  #index-features {
    padding: 4.8rem 0;
  }
  #index-features .section-title {
    font-size: 2.2rem;
    margin: 0 0 2.8rem;
  }
  #index-features .features-layout {
    flex-direction: column;
    gap: 2.4rem;
  }
  #index-features .features-video {
    width: 100%;
  }
  #index-features .feature-item {
    gap: 0;
    padding: 2rem 0;
  }
  #index-features .feature-img-thumb {
    display: none;
  }
  #index-features .feature-num {
    font-size: 1.4rem;
    padding: 0.6rem 1.4rem;
    margin-bottom: 1rem;
  }
  #index-features .feature-desc {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 520px) {
  #index-features {
    padding-top: 11rem;
  }
  #index-features .feature-text {
    width: 100%;
  }
  #index-features .section-title {
    font-size: 2.4rem;
    text-align: left;
    margin: 0 0 2.4rem;
    line-height: 1.6;
  }
  #index-features .features-layout {
    gap: 2rem;
  }
  #index-features .feature-item {
    padding: 1.6rem 0;
  }
  #index-features .feature-num {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0rem 1.4rem;
    border-radius: 0.4rem;
    margin-bottom: 1rem;
  }
  #index-features .feature-desc {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  #index-features .feature-desc br {
    display: none;
  }
  #index-features .features-video {
    padding: 0;
  }
  #index-features .features-video img {
    width: 100%;
  }
  #index-features .feature-item:last-child {
    border-bottom: 2px dashed #CCC;
  }
}
/* ==============================================
   FLOW
============================================== */
#index-flow {
  padding-top: 18rem;
}

#index-flow .inner {
  max-width: 1440px;
}

#index-flow .flow-title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.4;
}

#index-flow .flow-title mark {
  color: #3189e0;
  background: none;
}

#index-flow .flow-desc {
  font-size: 1.8rem;
  color: #000;
  text-align: center;
  line-height: 2;
  margin-bottom: 4rem;
}

#index-flow .flow-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}

#index-flow .flow-step {
  position: relative;
}

#index-flow .flow-step-label {
  position: absolute;
  top: 1.3rem;
  left: 50%;
  font-size: 3.2rem;
  font-weight: bold;
  color: #063681;
  transform: translateX(-50%);
  width: 110%;
  text-align: center;
  -webkit-text-stroke: 6px #ffffff;
  text-stroke: 6px ffffff;
  paint-order: stroke;
}

#index-flow .flow-arrow {
  display: flex;
  color: #063681;
  font-size: 35px;
  line-height: 0;
  align-items: center;
  align-self: center;
  letter-spacing: -24px;
}

#index-flow .flow-arrow img {
  display: block;
}

#index-flow .flow-btns {
  display: flex;
  justify-content: center;
  gap: 5rem;
}

#index-flow .flow-btns a.button {
  width: 37.3rem;
}

/* ========== RESPONSIVE ========== */
@media screen and (max-width: 1440px) {
  #index-flow {
    padding-top: 10rem;
  }
  #index-flow .flow-step-label {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1024px) {
  #index-flow .flow-step {
    width: 26%;
  }
  #index-flow .flow-step-label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 820px) {
  #index-flow .flow-title {
    font-size: 3.2rem;
  }
  #index-flow .flow-step-label {
    font-size: 1.4rem;
  }
  #index-flow .flow-desc {
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  #index-flow {
    padding-top: 7rem;
  }
  #index-flow .flow-title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  #index-flow .flow-desc {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
  #index-flow .flow-steps {
    flex-wrap: wrap;
  }
  #index-flow .flow-step {
    width: 90%;
    margin: 0 auto;
  }
  #index-flow .flow-step-label {
    font-size: 2.4rem;
  }
  #index-flow .flow-arrow {
    height: 44px;
    transform: rotate(90deg);
    margin: -18px auto 18px;
  }
  #index-flow .flow-arrow span:nth-of-type(1), #index-flow .flow-arrow span:nth-of-type(2), #index-flow .flow-arrow span:nth-of-type(3) {
    display: none;
  }
  #index-flow .flow-btns {
    flex-wrap: wrap;
    gap: 2.5rem;
  }
	 #index-flow .flow-btns >div {
		 width: 91%;}
  #index-flow .flow-btns a.button {
    width: 100%;
    height: 6rem;
  }
}
/* ==============================================
   CASE STUDY
   ============================================== */
#index_case-study {
  padding-top: 19.8rem;
}
#index_case-study .section-title-center {
  margin-bottom: 1rem;
}
#index_case-study .case-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.7rem;
  margin-bottom: 3.6rem;
}
#index_case-study .case-grid.pc {
  display: grid;
}
#index_case-study .case-grid.sp {
  display: none;
}
#index_case-study .case-card {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background: #FFF;
  border: solid 1px #CCC;
  transition: transform 0.25s, box-shadow 0.25s;
}
#index_case-study .case-img {
  overflow: hidden;
  aspect-ratio: 379/213;
}
#index_case-study .case-img-placeholder {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s;
}
#index_case-study .case-body {
  padding: 1.6rem 3rem 4rem 3rem;
}
#index_case-study .case-company {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
#index_case-study .case-text {
  line-height: 1.6;
}
#index_case-study .section-btn-wrap a.button {
  width: 37.3rem;
  margin-inline: auto;
}

@media screen and (max-width: 1440px) {
  #index_case-study {
    padding-top: 11rem;
  }
}
@media screen and (max-width: 1024px) {
  #index_case-study .case-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 520px) {
  #index_case-study .case-grid.pc {
    display: none;
  }
  #index_case-study .case-body {
    padding: 1.6rem 3rem 3rem 3rem;
  }
  #index_case-study .case-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #index_case-study ul.slider {
    display: flex;
    overflow: hidden;
    margin: 0 calc(50% - 50vw);
    padding-bottom: 16px;
    width: 100vw;
  }
  #index_case-study ul.slider li.slick-slide {
    padding: 10px;
  }
  #index_case-study .slick-prev, #index_case-study .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    width: 30px;
    height: 60px;
  }
  #index_case-study .slick-next {
    right: 0;
    background: url(../images/arrow_next.svg) no-repeat center center/30px 60px;
  }
  #index_case-study .slick-prev {
    left: 0;
    background: url(../images/arrow_prev.svg) no-repeat center center/30px 60px;
    z-index: 9;
  }
  #index_case-study .slick-dots {
    position: absolute;
    left: 20px;
    bottom: 0;
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    width: 100%;
  }
  #index_case-study .slick-dots li {
    background: none;
    padding: 0;
    border: none;
    width: 12px;
    height: 12px;
    margin: 0;
  }
  #index_case-study .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #CCC;
    padding: 0;
  }
  #index_case-study .slick-dots li.slick-active button {
    background-color: #063681;
  }
  #index_case-study .section-btn-wrap a.button {
    width: 32rem;
    margin-inline: auto;
    height: 6rem;
  }
  #index_case-study .section-btn-wrap {
    margin-top: 3rem;
  }
}
@media (any-hover: hover) {
  #index_case-study .case-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.13);
  }
  #index_case-study .case-card:hover .case-img-placeholder {
    transform: scale(1.04);
  }
}
/* ==============================================
   ABOUT
   ============================================== */
#index_about {
  padding-top: 20rem;
}
#index_about .about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem;
}
#index_about .about-card {
	display:block;
  border-radius: 8px;
  border: solid 1px #CCC;
  overflow: hidden;
  background: #FFF;
  transition: transform 0.25s, box-shadow 0.25s;
}
#index_about .about-img {
  overflow: hidden;
  aspect-ratio: 510/255;
}
#index_about .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_about .about-img-placeholder {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s;
}
#index_about .about-body {
  padding: 1.5rem 1.8rem;
  background: url(../images/arrow_blue.svg) no-repeat center right 1.8rem/20px 20px;
}
#index_about .about-title {
  font-size: 2rem;
  font-weight: 700;
}

@media (any-hover: hover) {
  #index_about .about-card:hover .about-img-placeholder {
    transform: scale(1.04);
  }
  #index_about .about-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.13);
  }
}
/* ========== RESPONSIVE ========== */
@media screen and (max-width: 1024px) {
  #index_about {
    padding-top: 11rem;
  }
}
@media screen and (max-width: 1024px) {
  #index_about .about-grid {
    grid-template-columns: none;
    gap: 3rem;
  }
  #index_about .about-card {
    display: flex;
    align-items: center;
  }
  #index_about .about-img {
    width: 35%;
  }
  #index_about .about-body {
    width: 65%;
  }
}
@media screen and (max-width: 520px) {
  #index_about .about-img {
    aspect-ratio: 120/100;
  }
  #index_about .about-title {
    font-size: 1.6rem;
  }
  #index_about .about-grid {
    gap: 1.5rem;
  }
  #index_about .about-body {
    background-size: 16px 16px;
  }
}
/* ==============================================
   CTA
   ============================================== */
#index_cta {
  padding-top: 5rem;
  padding-bottom: 21.5rem;
}
#index_cta .cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7rem;
}
#index_cta .cta-card {
  background: linear-gradient(90deg, #77b7e5 0%, #0076bf 56.7416%, #004da1 100%);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.5rem 5rem;
}
#index_cta .cta-card-img {
  width: 28.1rem;
}
#index_cta .cta-card-body {
  width: calc(100% - 32rem);
}
#index_cta .cta-card-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFF;
}
#index_cta .cta-card-desc {
  color: #FFF;
  line-height: 2;
  margin-bottom: 2.5rem;
}
#index_cta a.button {
  height: 4.8rem;
  font-size: 1.6rem;
  padding: 0 2rem;
  text-align: left;
}
#index_cta .cta-card a.button {
  width: 20rem;
}
#index_cta .cta-card.cta-card-right a.button {
  width: 30rem;
}

@media screen and (max-width: 1440px) {
  #index_cta {
    padding-bottom: 12rem;
  }
  #index_cta .cta-inner {
    gap: 4rem;
  }
  #index_cta .cta-card {
    padding: 3rem;
  }
  #index_cta .cta-card-img {
    width: 20rem;
  }
  #index_cta .cta-card-body {
    width: calc(100% - 22rem);
  }
}
@media screen and (max-width: 1024px) {
  #index_cta .cta-card {
    flex-wrap: wrap;
  }
  #index_cta .cta-card-body {
    width: 100%;
  }
  #index_cta .cta-card-img {
    width: 100%;
    text-align: center;
    margin-bottom: 23px;
  }
  #index_cta .cta-card a.button {
    width: 100%;
  }
  #index_cta .cta-card.cta-card-right a.button {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #index_cta .cta-inner {
    grid-template-columns: auto;
  }
  #index_cta .cta-card a.button,
  #index_cta .cta-card.cta-card-right a.button {
    width: 30rem;
    margin: 2rem auto 0;
  }
}
@media screen and (max-width: 520px) {
  #index_cta {
    padding-top: 2rem;
  }
  #index_cta .cta-card-img {
    order: 2;
  }
  #index_cta .cta-card-img img {
    width: 68%;
    margin: 5px auto;
  }
  #index_cta .cta-card-body {
    order: 1;
  }
  #index_cta .cta-card-title {
    font-size: 2.1rem;
    text-align: center;
  }
  #index_cta .cta-card {
    padding: 2.8rem 2.5rem 0;
  }
  #index_cta .cta-card-desc {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 0;
  }
  #index_cta .cta-card a.button, #index_cta .cta-card.cta-card-right a.button {
    margin: 3rem auto 0;
    height: 4rem;
  }
  #index_cta .cta-inner {
    gap: 2rem;
  }
}
/* ==============================================
   SUPPORT
   ============================================== */
#index_support {
  background-color: #dfe3eb;
  padding-top: 12rem;
  padding-bottom: 12rem;
  /* Header */
}
#index_support .section-header {
  text-align: center;
  margin-bottom: 48px;
}
#index_support .section-badge {
  display: inline-block;
  border: 1.5px solid #555;
  border-radius: 20px;
  padding: 4px 20px;
  font-size: 13px;
  color: #555;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
#index_support .section-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #1a2742;
  letter-spacing: 0.02em;
}
#index_support {
  /* Cards Grid */
}
#index_support .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem;
}
#index_support {
  /* Card Base */
}
#index_support .card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#index_support {
  /* Card Image Area */
}
#index_support .card-image {
  width: 100%;
  aspect-ratio: 510/286;
  overflow: hidden;
  position: relative;
}
#index_support .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#index_support .member-badge {
  position: absolute;
  top: 20px;
  left: 16px;
  background: #063681;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2px 22px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}
#index_support {
  /* Card Body */
}
#index_support .card-body {
  padding: 3.5rem 2.8rem 1.2rem 2.8rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
#index_support .card-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}
#index_support .card-description {
  font-size: 1.8rem;
  color: #555;
  line-height: 1.75;
  text-align: center;
  flex: 1;
}
#index_support a.button {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  margin: 1rem auto;
  height: 5rem;
  text-align: left;
  background-size: 30px 30px;
  padding-right: 6rem;
}
#index_support a.button2{
	margin: 1rem auto;
	max-width:30rem;
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-header {
  animation: fadeUp 0.6s ease both;
}

.card:nth-child(1) {
  animation: fadeUp 0.6s 0.1s ease both;
}

.card:nth-child(2) {
  animation: fadeUp 0.6s 0.2s ease both;
}

.card:nth-child(3) {
  animation: fadeUp 0.6s 0.3s ease both;
}

/* Responsive */
@media screen and (max-width: 1440px) {
  #index_support {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
  #index_support .card-description {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  #index_support .cards-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1024px) and (max-width: 820px) {
  #index_support .cards-grid {
    gap: 2rem;
  }
  #index_support .card-body {
    padding: 3.5rem 1rem 1.2rem 1rem;
  }
}
@media (max-width: 1024px) and (max-width: 520px) {
  #index_support {
    padding-top: 7.5rem;
  }
  #index_support .section-title-center {
    font-size: 2.4rem;
  }
  #index_support .cards-grid {
    grid-template-columns: auto;
    gap: 2.5rem;
  }
  #index_support .card-title {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  #index_support .card-body {
    padding: 2.5rem 3rem 0rem 3rem;
  }
  #index_support .card-description {
    font-size: 1.4rem;
  }
  #index_support a.button {
    background-size: 20px 20px;
    margin-top: 0;
    background-position: center right 3rem;
    margin-bottom: 4px;
  }
  #index_support .member-badge {
    font-size: 1.4rem;
    line-height: 1.5;
    top: 16px;
    left: 10px;
    padding: 2px 14px;
  }
}
/* ==============================================
   SERVICE
   ============================================== */
#index_service {
  padding-top: 20rem;
  padding-bottom: 10rem;
  /* ── Two-column layout ── */
}
#index_service .service-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index_service {
  /* ── Left: Text ── */
}
#index_service .service-text {
  width: 45%;
}
#index_service .service-lead {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2.4rem;
}
#index_service .service-body {
  font-size: 1.8rem;
  line-height: 2;
}
#index_service {
  /* ── Right: Images ── */
}
#index_service .service-images {
  width: 50%;
}
#index_service a.button {
  background-size: 30px 30px;
  width: 16rem;
  margin-right: 0;
  margin-left: auto;
  height: 50px;
  padding: 0 1rem;
  background-position: center right 1rem;
  text-align: left;
}
#index_service .detail_btn{
	text-align:right;
}
/* ── Responsive ── */
@media (max-width: 1024px) {
  #index_service {
    padding-top: 11.7rem;
    padding-bottom: 8rem;
  }
  #index_service .service-content {
    flex-wrap: wrap;
  }
  #index_service .service-text {
    width: 100%;
    order: 2;
  }
  #index_service .service-images {
    order: 1;
    width: 60%;
    margin: 0 auto;
  }
  #index_service .service-lead {
    font-size: 3rem;
    margin-top: 4rem;
  }
  #index_service .service-lead br {
    display: none;
  }
}
@media (max-width: 520px) {
  #index_service {
    padding-top: 11.7rem;
    padding-bottom: 8rem;
  }
  #index_service .section-title-center {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 5px;
  }
  #index_service .service-images {
    width: 100%;
  }
  #index_service .service-lead {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
  }
  #index_service .service-lead br {
    display: block;
  }
  #index_service .service-body {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  #index_service a.button {
    margin-top: 14px;
    width: 14rem;
    background-position: center right;
    font-size: 1.6rem;
  }
}
/* ==============================================
NEWS
============================================== */
#index_news {
  padding-top: 10rem;
}

#index_news .flex {
  display: flex;
  justify-content: space-between;
}

#index_news .flex .text {
  width: 26.8382352941%;
}

#index_news .flex .text p {
  font-size: 1.8rem;
}

#index_news .flex .text a.button {
  width: 24rem;
  padding: 0 1rem;
  text-align: left;
  height: 5rem;
  background-size: 30px 30px;
  letter-spacing: 0;
}

#index_news .flex .news_waku {
  width: 66.1764705882%;
}

#index_news .flex .news_waku .news a {
  background: url(../images/arrow_blue.svg) no-repeat right 20px center/20px 20px;
  padding: 18px 90px 18px 10px;
}

#index_news .text .news_categories {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 26px 0 50px;
}

#index_news .text .news_categories li {
  display: inline-block;
  line-height: 1;
  color: #063681;
  text-align: center;
  border: solid 1px #063681;
  border-radius: 99999px;
  padding: 0.9rem 4.6rem;
}

#index_news .text .news_categories .tab {
  cursor: pointer;
}

#index_news .text .news_categories .tab.is-active {
  color: #FFF;
  background: #063681;
  transition: all 0.2s ease-out;
}

#index_news .news_waku {
  border-top: solid 1px #c9c9c9;
}

#index_news .news_waku .panel {
  display: none;
  background: #FFF;
}

#index_news .news_waku .panel.is-show {
  display: block;
  animation: show 0.4s linear 0s;
}

#index_news .news_waku .news a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #534741;
  border-bottom: solid 1px #c9c9c9;
  padding: 10px 0;
}

#index_news .news_waku .news a .thumbnail {
  width: 23%;
  overflow: hidden;
  aspect-ratio: 224/126;
  position: relative;
  border-radius: 8px;
}

#index_news .news_waku .news a .thumbnail img {
  object-fit: cover;
  max-width: unset;
  width: 100%;
  height: 100%;
}

#index_news .news_waku .news a .info {
  width: 75%;
}

#index_news .news_waku .news a .info h3 {
  font-size: clamp(1.4rem, 2.143vw, 1.6rem);
  margin-top: 8px;
}

#index_news .news_waku .news a .info .meta {
  display: flex;
  align-items: center;
}

#index_news .news_waku .news a .info .meta .post_date {
  margin-right: 20px;
}

#index_news .news_waku .news a .info .meta .categories span {
  display: block;
  background: #f2f6fa;
  border-radius: 15px;
  padding: 1px 18px;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ── Responsive ── */
@media (max-width: 1024px) {
  #index_news .flex {
    flex-wrap: wrap;
  }
  #index_news .flex .text {
    width: 100%;
  }
  #index_news .flex .news_waku {
    width: 100%;
  }
  #index_news .flex .news_waku a.button {
    width: 26rem;
    margin: 2rem 0 0 auto;
  }
}
@media (max-width: 820px) {
  #index_news {
    padding-top: 5rem;
  }
}
@media (max-width: 520px) {
  #index_news {
    padding-top: 2rem;
  }
  #index_news .section-title-center {
    margin-bottom: 0;
    font-size: 2.4rem;
    margin-top: 9px;
  }
  #index_news .flex .text p {
    font-size: 1.4rem;
  }
  #index_news .text .news_categories li {
    font-size: 1.2rem;
    padding: 0.5rem 1.8rem;
  }
  #index_news .text .news_categories {
    margin-bottom: 20px;
  }
  #index_news .flex .news_waku .news a {
    background: none;
    padding: 14px 0;
  }
  #index_news .news_waku .news a .info h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
  }
  #index_news .news_waku .news a .thumbnail {
    width: 35%;
  }
  #index_news .news_waku .news a .info {
    width: 60%;
  }
  #index_news .news_waku .news a .info .meta .post_date {
    font-size: 12px;
  }
  #index_news .news_waku .news a .info .meta .categories span {
    font-size: 12px;
    padding: 0px 10px;
  }
  #index_news .flex .news_waku a.button {
    background-size: 30px 30px;
    background-position: center right;
    margin-top: 9px;
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  #index_news .text .news_categories li:hover {
    color: #FFF;
    background: #063681;
  }
  #index_news .flex .news_waku .news a:hover {
    background-color: #f9f9f9;
  }
  #index_news .news_waku .news a:hover {
    color: #063681;
  }
}
/* ==============================================
COMPANY
============================================== */
#index_company {
  padding-top: 19rem;
}
#index_company .section-wrap {
  display: flex;
  justify-content: space-between;
}
#index_company .card-block {
  width: 47.7941176471%;
}
#index_company {
  /* ===== Card Header ===== */
}
#index_company .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
#index_company .card-title {
  font-size: 3.2rem;
  font-weight: 700;
}
#index_company .badge {
  display: inline-block;
  border: 1px solid #063681;
  border-radius: 999px;
  padding: 0px 13px;
  font-size: 12px;
  color: #063681;
  background: transparent;
  letter-spacing: 0.03em;
}
#index_company {
  /* ===== Card Image ===== */
}
#index_company .card-img-wrap {
  width: 100%;
  aspect-ratio: 780/343;
  border-radius: 12px;
  overflow: hidden;
}
#index_company .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#index_company {
  /* ===== Card Body ===== */
}
#index_company .card-body {
  margin-top: 2.2rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
#index_company .card-body a.button {
  background-size: 30px 30px;
  font-size: 1.6rem;
  height: 5rem;
  width: 18rem;
  text-align: left;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  #index_company .section-wrap {
    flex-wrap: wrap;
    gap: 11rem;
  }
  #index_company .card-block {
    width: 100%;
  }
}
@media (max-width: 520px) {
  #index_company {
    padding-top: 10rem;
  }
  #index_company .card-header {
    flex-wrap: wrap;
  }
  #index_company .card-title {
    font-size: 2.4rem;
    width: 100%;
    text-align: center;
    order: 2;
    margin-bottom: 9px;
  }
  #index_company .badge {
    margin: 0 auto;
  }
  #index_company .card-body {
    margin-top: 1.2rem;
    display: block;
  }
  #index_company .card-body p {
    font-size: 1.4rem;
  }
  #index_company .card-body a.button {
    background-position: center right;
    width: 16rem;
    margin: 18px 0 0px auto;
  }
}/*# sourceMappingURL=index.css.map */