@charset "utf-8";
/* common
-------------------------------------------------------------- */
.styleTop {
  display: inline-block;
  padding: 20px 80px;
  border: 1px solid var(--gray);
}
.styleTop span {
  display: block;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
}
.styleTop .en {
  color: var(--darkgray);
  font-size: 1.4rem;
  line-height: 1;
}
.styleTop .jp {
  margin-bottom: 10px;
  color: var(--green);
  font-size: 3.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .styleTop {
    padding: 15px 30px;
    max-width: 90%;
  }
  .styleTop span {
    letter-spacing: 2px;
  }
  .styleTop .jp {
    font-size: 2rem;
  }
  .styleTop .en {
    font-size: 1.2rem;
  }
}

/* mv
-------------------------------------------------------------- */
#mv {
  position: relative;
  margin-top: 101px;
}
#mv img {
  width: 100%;
}
@media (max-width: 767px) {
  #mv {
    margin-top: 60px;
  }
}
/* message
-------------------------------------------------------------- */
#message {
  position: relative;
  margin: 140px 0 300px;
}
#message::after {
  position: absolute;
  top: 100px;
  right: 0;
  width: 90%;
  height: 90%;
  background: var(--lightgray);
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  content: "";
  z-index: -1;
}
#message figure {
  position: absolute;
}
#message .img01 {
  top: 0;
  left: 0;
}
#message .img02 {
  bottom: -20%;
  right: 0;
}
#message .txtArea {
  padding-top: 40px;
  text-align: center;
}
#message h3 {
  margin: 80px auto 60px;
  max-width: 520px;
  color: var(--navy);
  text-align: left;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 2px;
}
#message p {
  margin: 0 auto 100px;
  max-width: 530px;
  text-align: left;
  font-size: 3.2rem;
}
#message .btn a {
  margin: auto;
  text-align: left;
}
@media (max-width: 1400px) {
  #message figure {
    width: 20%;
  }
}
@media (max-width: 767px) {
  #message {
    margin: 50px 0 120px;
  }
  #message::after {
    top: 75px;
    width: 95%;
    height: 88%;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  #message figure {
    width: 30%;
  }
  #message .img01,
  #message .img02 {
    display: none;
  }
  #message .txtArea {
    padding-top: 40px;
    text-align: center;
  }
  #message h3 {
    margin: 20px 0 30px 15%;
    font-size: 2rem;
  }
  #message p {
    margin: 0 0 30px 15%;
    font-size: 2rem;
  }
}

/* strengths
-------------------------------------------------------------- */
#strengths {
  position: relative;
  border-bottom: 4px solid var(--green);
  background: url(../img/index/strengths_bg.jpg) no-repeat center / cover;
  color: var(--white);
  text-align: center;
}
#strengths h2 {
  margin: -60px 0 70px;
}
#strengths h2 .en {
  color: var(--white);
}
#strengths .leadTxt {
  margin: 0 auto 100px;
  max-width: 630px;
  text-align: left;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 2px;
}
#strengths .strengthsWrap {
  margin-bottom: 180px;
  width: 100%;
  text-align: left;
}
#strengths .strengthsWrap td {
  padding-bottom: 70px;
  border: 2px solid var(--white);
  vertical-align: top;
}
#strengths .ttl {
  position: relative;
  padding: 70px 35px 15px;
  font-size: 1.5rem;
  font-weight: 700;
}
#strengths .ttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--blue);
  width: 60%;
  height: 5px;
  clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
  content: "";
}
#strengths .ttl strong {
  font-size: 2.2rem;
}
#strengths h3 {
  padding: 60px 35px 0;
  font-size: 2.6rem;
  font-weight: 800;
  min-height: 150px;
}
#strengths p {
  padding: 20px 35px 0;
}
.btn.service a {
  margin: -30px auto 0;
  text-align: left;
}
@media (max-width: 1100px) {
  #strengths h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 960px) {
  #strengths .strengthsWrap td {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #strengths {
    margin: 50px 0;
  }
  #strengths h2 {
    margin: -55px 0 30px;
  }
  #strengths .leadTxt {
    margin: 0 auto 50px;
    padding: 0 10px;
    font-size: 2rem;
    letter-spacing: 1px;
  }
  #strengths .strengthsWrap {
    margin-bottom: 60px;
  }
  #strengths .strengthsWrap td {
    margin-bottom: 30px;
    padding-bottom: 40px;
  }
  #strengths .ttl {
    padding: 40px 20px 10px;
    font-size: 1.3rem;
  }
  #strengths .ttl::after {
    width: 40%;
    height: 3px;
  }
  #strengths .ttl strong {
    font-size: 2.2rem;
  }
  #strengths h3 {
    padding: 30px 20px 10px;
    font-size: 2rem;
    min-height: auto;
  }
  #strengths p {
    padding: 10px 20px 0;
  }
  .btn.service a {
    margin: -80px auto 0;
  }
}


/* news
-------------------------------------------------------------- */
#news .container {
  padding: 160px 0 80px;
  text-align: center;
}
#news .sliderWrap {
  position: relative;
  padding: 80px 0;
  padding-left: calc((100% - 1100px) / 2);
}
#news .sliderWrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 60%;
  background: var(--green);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  content: "";
  z-index: -1;
}
#news .swiper-slide {
  width: 340px;
  overflow: hidden;
}
#news .swiper-slide-active {
  box-shadow: 0px 0px 20px 0px rgba(3, 0, 0, 0.2);
}
.card a:hover {
  opacity: 1;
}
.card .eyecatch {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 34 / 27;
}
.card .eyecatch.no-image {
  background: var(--lightgray);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.card a:hover .eyecatch {
  opacity: .7;
}
.card .info {
  padding: 20px 40px 60px;
  background: rgba(255,255,255,.7);
}
.card a:hover .info {
  background: var(--white);
}
.card .date {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 700;
}
.card .date::after {
  position: absolute;
  bottom: 0;
  left: -40px;
  background: var(--blue);
  width: 50%;
  height: 2px;
  clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
  content: "";
}
.card .title {
  font-size: 2rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.card::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 22px;
  height: 20px;
  background: url(../img/common/arrow_g.svg) no-repeat center / contain;
  content: "";
  z-index: 2;
  transition: transform 0.6s ease;
}
.card:hover::after {
  background: url(../img/common/arrow_g.svg) no-repeat center / contain;
  transform: translateX(10px);
}
#news .swiper-controller {
  margin-top: 150px;
}
.swiper-pagination {
  margin-left: 20px;
  display: grid;
  grid-template-columns: repeat(var(--bullet-count), 1fr);
  max-width: 1100px;
}
.swiper-pagination-bullet {
  margin: 0 !important;
  width: 100%;
  height: 5px;
  cursor: pointer;
  border-radius: 0;
  background-color: var(--gray);
}
.swiper-pagination-bullet-active {
  background: var(--blue);
}
@media (max-width: 1100px) {
  #news .sliderWrap {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  #news .container {
    padding: 80px 0 40px;
  }
  #news .sliderWrap {
    padding: 50px 0 0;
    padding-left: 20px;
  }
  #news .sliderWrap::after {
    width: 45%;
    height: 75%;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
  }
  #news .swiper-slide {
    width: 250px;
  }
  .card .info {
    padding: 20px 30px 40px;
  }
  .card .date {
    font-size: 1.3rem;
  }
  .card .date::after {
    left: -30px;
    width: 60%;
  }
  .card .title {
    font-size: 1.6rem;
  }
  #news .swiper-controller {
    margin-top: 50px;
  }
}