@charset "UTF-8";



/*================================================
* mainVisual
================================================*/
#mainVisual {
  padding: 8.2rem 3rem 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(251, 251, 254, 1) 100%);
}


.mainVisual_bg {
  height: calc(100vh - 8.2rem);

  border-radius: 1rem;
  background: url(../images/mv.png) no-repeat center/cover;
  position: relative;
}


.mv_catch-left,
.mv_catch-right {
  position: absolute;
  color: var(--color-white);
  font-family: var(--shippori);
}

.mv_catch-left {
  left: 6rem;
  bottom: 4.8rem;
}

.mv_catch-left h2 {
  font-size: 7rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-shadow: 0 0 30px rgb(41 53 64 / 50%);
  font-weight: 600;
}

.mv_catch-right {
  right: 3.2rem;
  bottom: 6.1rem;
}

.mv_catch-right p {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-shadow: 0 0 30px rgb(41 53 64 / 50%);
  font-weight: 600;
}

@media screen and (max-width:767px) {
  #mainVisual {
    padding: 6.6rem 1.5rem 0;
  }

  .mainVisual_bg {
    height: 60rem;
    border-radius: 0.5rem;
    background: url(../images/mv_sp.png) no-repeat center/cover;
  }

  .mv_catch-left {
    left: 2rem;
    bottom: 11.1rem;
  }

  .mv_catch-left h2 {
    font-size: 3.4rem;
  }

  .mv_catch-right {
    left: 2rem;
    right: auto;
    bottom: 5rem;
  }

  .mv_catch-right p {
    font-size: 1.4rem;
  }
}


/*================================================
* topNews
================================================*/
#topNews {
  padding: 12rem 0;
  background: url(../images/news_bg.png) no-repeat center bottom/cover;
}

.topNews_wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.topNews_ttl h2 {
  margin-bottom: 8rem;
}

.topNews_wrap .news_list {
  width: 65.45%;
}

.topNews_wrap .news_list li a {
  padding: 4rem 0rem 4rem 3rem;
}



.topNews_wrap .news_list li a .ttl {
  padding-right: 3rem;
}

.topNews_wrap .news_list li .ttl::before {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.ellipsis-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

  #topNews {
    padding: 7rem 0;
    background: url(../images/news_bg_sp.png) no-repeat center bottom/cover;
  }

  .topNews_wrap {
    flex-wrap: wrap;
  }

  .topNews_ttl h2 {
    margin-bottom: 2rem;
  }

  .topNews_wrap .news_list {
    width: 100%;
    margin-bottom: 4rem;
  }

  .topNews_wrap .news_list li a {
    padding: 2rem 0rem 2rem 0rem;
  }

  .topNews_wrap .news_list li a .ttl {
    padding-right: 5rem;
  }

  .topNews_wrap .news_list li .ttl::before {
    top: 0.8rem;
  }
}

/*================================================
* topStrength
================================================*/
#topStrength {
  background: #FBFAFC;
}

.topStrength_wrap {
  background: url(../images/strength_bg.jpg) no-repeat center top/cover;
  border-radius: 1rem;
  padding: 10.3rem 0;
}

.topStrength_wrap h2 {
  margin-bottom: 5rem;
}

.topStrength_box {
  display: flex;
  gap: 6rem;
  /* width: 84.22%; */
  width: 85.22%;
  margin: 0 auto;
  min-width: 690px;
  margin-top: 2rem;
}

.topStrength_box.reverse {
  flex-direction: row-reverse;
}

.topStrength_img {
  max-width: 55rem;
  width: 50%;

  border-radius: 1rem;
  overflow: hidden;
}


.topStrength_txt {
  width: calc(100% - 61rem);
  color: var(--color-white);
  padding-top: 5rem;
  min-width: 350px;
}

.topStrength_txt .num {
  font-family: var(--roboto);
  font-size: 1.5rem;
  padding-left: 1.8rem;
  font-weight: 400;
  position: relative;
}

.topStrength_txt .num::before {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: var(--color-red);
  border-radius: 10rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.topStrength_txt h3 {
  font-size: 2.6rem;
  font-family: var(--shippori);
  margin: 3rem 0;
  line-height: 1.5;
  font-weight: 600;
}

.topStrength_txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media screen and (max-width:767px) {
  .topStrength_wrap {
    background: url(../images/strength_bg_sp.jpg) no-repeat center top/cover;
    border-radius: 0.5rem;
    padding: 7rem 0;

    width: 92.3%;
  }

  .topStrength_box {
    flex-wrap: wrap;
    gap: 3rem;
    width: 86.11%;
    min-width: unset;
    margin-top: 5rem;
  }

  .topStrength_img {
    max-width: unset;
    width: 100%;
    border-radius: 0.5rem;
  }

  .topStrength_txt {
    width: 100%;
    padding-top: 0;
    min-width: unset;
  }

  .topStrength_txt h3 {
    font-size: 2rem;
    margin: 1.5rem 0;
  }

  .topStrength_txt .num {
    font-size: 1.3rem;
    padding-left: 1.3rem;
  }

  .topStrength_txt .num::before {
    width: 0.6rem;
    height: 0.6rem;
  }

  .topStrength_txt p {
    font-size: 1.4rem;
  }
}

/*================================================
* topService
================================================*/
#topService {
  padding: 12rem 0;
  background: url(../images/service_bg.png) no-repeat center top/cover;
}


.topService_ttl {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.topService_ttl .c_btn-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.topService_slide {
  margin-top: 7rem;
  position: relative;

  width: 90.3%;
  margin-left: auto;
}

.topService_slide .swiper-wrapper {
  align-items: stretch;
  height: 100%;
}

.topService_slide .swiper-slide {
  width: 33rem;
  background: url(../images/service_slidebg.jpg) no-repeat center top/cover;
  border-radius: 1rem;
  position: relative;
  padding: 6rem 3rem 2.5rem;
  margin-right: 3rem;
  display: block;
  height: auto;
}

.topService_slide .swiper-slide .num {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  font-size: 6.8rem;
  letter-spacing: 0;
  color: var(--color-primary);
  opacity: 0.15;
  font-family: var(--cinzel);
  font-weight: 500;
}

.topService_slide .swiper-slide .icon_img {
  width: 17rem;
  margin: 0 auto;
}

.topService_slide .swiper-slide h3 {
  font-size: 2.2rem;
  font-family: var(--shippori);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 2rem 0;
  min-height: 5.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}

.topService_slide .swiper-slide p {
  line-height: 1.8;
  margin-bottom: 4rem;
  letter-spacing: 0.1em;
}

.topService_slideunder {
  padding-bottom: 8.5rem;
  position: relative;
}

.topService_slideunder .swiper-pagination-bullets {
  width: 79% !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 2px;
  align-self: start;
}


/* 3個 */
.topService_slideunder .swiper-pagination-bullets:has(.swiper-pagination-bullet:nth-child(3)):not(:has(.swiper-pagination-bullet:nth-child(4))) {
  grid-template-columns: repeat(3, 1fr);
}

.topService_slideunder .swiper-pagination-bullets:has(.swiper-pagination-bullet:nth-child(4)):not(:has(.swiper-pagination-bullet:nth-child(5))) {
  grid-template-columns: repeat(4, 1fr);
}

.topService_slideunder .swiper-pagination-bullets:has(.swiper-pagination-bullet:nth-child(5)):not(:has(.swiper-pagination-bullet:nth-child(6))) {
  grid-template-columns: repeat(5, 1fr);
}

.topService_slideunder .swiper-pagination-bullets:has(.swiper-pagination-bullet:nth-child(6)):not(:has(.swiper-pagination-bullet:nth-child(7))) {
  grid-template-columns: repeat(6, 1fr);
}

.topService_slideunder .swiper-pagination-bullets:has(.swiper-pagination-bullet:nth-child(7)) {
  grid-template-columns: repeat(7, 1fr);
}

.topService_slideunder .swiper-pagination-bullet {
  height: 2px;
  display: block;
  margin: 0 !important;
  width: 100%;
  border-radius: 0;
  background: #DBE0EA;
  opacity: 1 !important;
  transition: all .4s;
}

.topService_slideunder .swiper-pagination-bullet-active {
  background: var(--color-primary);
  border-radius: 1rem;
}


.topService_slideunder .swiper-pagination-bullet:last-of-type {
  border-radius: 1rem;
}

.topService_slideunder .swiper-button-prev,
.topService_slideunder .swiper-button-next {
  top: auto;
  left: auto;
  right: auto;
  bottom: 0;
  width: 8rem;
  height: 2.5rem;
  transition: all .4s;
}

.topService_slideunder .swiper-button-next {
  right: 0;
}

.topService_slideunder .swiper-button-prev {
  right: 9.5rem;
}



.topService_slideunder .swiper-button-prev::after,
.topService_slideunder .swiper-button-next::after {
  content: none;
}

.topService_slideunder .swiper-button-prev::before,
.topService_slideunder .swiper-button-next::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/slide_arrow.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .4s;
}


.topService_slideunder .swiper-button-prev::before {
  transform: rotate(180deg);
}

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

  #topService {
    padding: 7rem 0;
    background: url(../images/service_bg_sp.png) no-repeat center top/cover;
  }


  .topService_slide {
    margin-top: 4rem;
    width: 93.58%;
  }

  .topService_slide .swiper-slide {
    width: 25.4rem;
    background: url(../images/service_slidebg_sp.jpg) no-repeat center top/cover;
    border-radius: 0.5rem;
    padding: 6rem 2.5rem 2rem;
    margin-right: 2rem;
    display: flex;
    flex-direction: column;
  }


  .topService_slide .swiper-slide .num {
    font-size: 5.4rem;
  }

  .topService_slide .swiper-slide .icon_img {
    width: 13rem;
  }

  .topService_slide .swiper-slide h3 {
    font-size: 1.8rem;
    margin: 1.5rem 0;
    min-height: 5.1rem;
    letter-spacing: 0.04em;
  }

  .topService_slide .swiper-slide p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    flex-grow: 1;
  }

  .topService_slideunder {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-bottom: 5rem;
  }

  .topService_slideunder .swiper-pagination-bullets {
    width: 100% !important;
    bottom: auto;
    top: 0;
  }
}

/*================================================
* sectionImg
================================================*/
.sectionImg {
  background: url(../images/section_img.jpg) no-repeat center top/cover;
  aspect-ratio: 1366/541;
  width: 100%;
}

#topBg_wrap {
  background: url(../images/top_bg.png) no-repeat center top/cover;
}

@media screen and (max-width:767px) {
  .sectionImg {
    background: url(../images/section_img_sp.jpg) no-repeat center top/cover;
    aspect-ratio: 390/300;
  }

  #topBg_wrap {
    background: url(../images/top_bg_sp.png) no-repeat center top/cover;
  }
}



/*================================================
* topAbout
================================================*/
#topAbout {
  padding: 12rem 0 9.4rem;
}

.topAbout_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: start;
  gap: 10rem;

}

.topAbout_img {
  width: 46%;
  max-width: 60rem;
}

.topAbout_txt {
  padding-top: 6rem;
  width: calc((100% - 46%) - 10rem);
  max-width: 60.5rem;
  min-width: 383px;
}

.topAbout_txt p {
  font-size: 1.7rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-top: 5rem;
  padding-right: 14rem;
}

.topAbout_img {
  position: relative;
  padding-bottom: 11.6rem;
}

.topAbout_img-item {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
}

.topAbout_img-item.item01 {
  width: 78.33%;
  margin-left: auto;
}

.topAbout_img-item.item02 {
  width: 43.166%;
  position: absolute;
  bottom: 0;
  left: 0;
}


.topAbout_btn-list {
  margin-top: 10.3rem;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
  max-width: 110rem;
}

.topAbout_btn-list .topAbout_btn {
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  align-items: start;
  padding: 2.5rem;
  color: var(--color-white);
  gap: 3.6rem;
  position: relative;
}

.topAbout_btn-list .topAbout_btn.btn01 {
  background: url(../images/aboutbtn_bg01.jpg) no-repeat center bottom/cover;
}

.topAbout_btn-list .topAbout_btn.btn02 {
  background: url(../images/aboutbtn_bg02.jpg) no-repeat center top/cover;
}

.topAbout_btn-list .topAbout_btn span {
  display: block;
}

.topAbout_btn-img {
  width: 20rem;
}

.topAbout_btn-list .topAbout_btn .ttl {
  padding-top: 2.2rem;
  font-size: 2rem;
  font-family: var(--shippori);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.topAbout_btn-list .topAbout_btn .moreTxt {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
}

.loopen_slide {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -17rem;
  height: auto;
}

.loopen_swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.loopen_swiper .swiper-slide {
  font-size: 16rem;
  font-family: var(--cinzel);
  color: var(--color-primary);
  opacity: 0.1;
  margin-right: 8rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

@media screen and (max-width:767px) {
  #topAbout {
    padding: 7rem 0 5rem;
  }

  .topAbout_wrap {
    flex-wrap: wrap;
    justify-content: end;
    gap: 4rem;
  }

  .topAbout_txt {
    width: 100%;
    min-width: unset;
    max-width: unset;
    padding-top: 0;
  }

  .topAbout_txt p {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 4rem;
    padding-right: 0;
  }

  .topAbout_img {
    width: 87%;
    padding-bottom: 5.7rem;
  }

  .topAbout_btn-list {
    margin-top: 7rem;
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
    width: 89%;
  }

  .topAbout_btn-list .topAbout_btn {
    border-radius: 0.5rem;
    padding: 3rem 2rem;
    gap: 2rem;
  }

  .topAbout_btn-img {
    width: 12rem;
  }

  .topAbout_btn-list .topAbout_btn .ttl {
    padding-top: 0.4rem;
    font-size: 1.6rem;
  }

  .topAbout_btn-list .topAbout_btn .moreTxt {
    bottom: 3rem;
    right: 2rem;
  }

  .loopen_slide {
    bottom: -9.5rem;
  }

  .loopen_swiper .swiper-slide {
    font-size: 8rem;
  }
}