@charset "utf-8";
/* CSS Document */
.section-top__mv {
  background-image: url("../img/mv_pc.png");
  height: 55vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.section-top__image {
  position: absolute;
  bottom: 0;
  right: 120px;

}
@media screen and (min-width: 768px) {
.section-top__image span {
	  display: flex;
}
}
.section-top__image p {
  padding-bottom: 5rem;
  font-weight: 700;
  font-size: 3.2rem;
    line-height: 1;
}
.section-top__image h2 {
  text-align: center;
  font-weight: 800;
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  .section-top__mv {
    background-image: url("../img/mv_sp1.png");
    width: 100%;
	margin-top: 7rem;
    position: relative;
	
  }
  .section-top__image {
    position: absolute;
    margin: 0 auto;
	top:-5rem;
  }
  .section-top__image p {
    padding-bottom: 1.6rem;
    text-align: center;
    font-size: 1.6rem;
  }
  .section-top__image h2 {
    text-align: center;
    font-weight: 800;
    font-size: 3.2rem;
  }
}

/*news_SP*/
@media screen and (max-width: 767px) {
.index-news {
  margin-top: 5.6rem;
  margin-bottom: 5.6rem;
  background-color: #F6F6F8;
  height: 100%;
}

.index-news__inner {
  padding-top: 0.6rem;
  padding-left: 1.2rem;
}
.index-news__inner h2 {
  font-weight: 700;
  padding-bottom: 1.6rem;
}
.index-news__inner span {
  padding: 2.5px 7px 2.5px 7px;
  background-color: #333;
  color: #fff;
}
.index-news__inner h3 {
  text-decoration:underline solid #333;
  padding: 1.2rem 0;
}
}
/*news_PC*/
@media screen and (min-width: 768px) {
.index-news {
  margin-top: 6rem;
  height: 6.4rem;
  background-color: #F6F6F8;
  max-width: 1200px;
}
.index-news__inner {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  padding-left: 70px;
	flex-wrap: wrap;
}

.index-news__inner h2 {
  font-size: 2.4em;
  font-weight: 700;
}
.index-news__inner span {
  padding: 7px 20px 7px 20px;
  background-color: #333;
  color: #fff;
}
.index-news__inner time {
  font-size: 2.0rem;
  font-weight: 600;
}
.index-news__inner h3 {
  font-weight: 600;
  text-decoration:underline solid #333;
}
}

/* mission */
.index-aboutus_wrap {
	margin: 5.6rem auto;
	width: 100%;
	position: relative;
}
.index-aboutus__message {
	font-size: 2.4rem;
	font-weight: 500;
    padding-bottom: 3.2rem;
}
.index-aboutus__title {
  font-family: "Rozha One", serif;
}
.index-aboutus img {
  width: 100%;
}

@media screen and (min-width: 768px){
.index-aboutus_wrap {
  display: flex;
  margin: 10rem auto;
}

.index-aboutus_wrap dd {
  width: 66.6%;
}
.index-aboutus_wrap dt {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-aboutus__message {
  font-size: 4.0rem;
  padding-bottom: 5.6rem;
}
.index-aboutus__des {
  width: 80%;
}
}
.btnarrow4 {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 30px;
  color: #333;
  text-decoration: none;
  outline: none;
  left: -10px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
.txB {
    position: absolute;
    width: 50%;
    right: 0;	
	}
}
.btnarrow4::before {
    content: '';
    position: absolute;
    bottom: -8px;
    /* left: 15%; */
    width: 85%;
    height: 1px;
    background: #333;
    transition: all .3s;
    right: 0;
}
.btnarrow4::after {
  content: '';
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 15px;
  height: 1px;
  background: #333;
  transform: rotate(35deg);
  transition: all .3s;
}
/*
.btnarrow4:hover::before {
  left: 20%; 
} */
.btnarrow4:hover::after {
  right: -5%;
}


/* solution */
.index-solution {
  background-color: #F2F1F1;
  padding: 5.6rem 0;
}
.index-solution__container {
  margin: 5.6rem 0 0 0;
  background-color: #fff;
}
.index-solution__list {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  overflow: hidden;
}
 .index-solution__list li {
	flex-shrink: 1;
  gap: 1rem;
  justify-content: space-between;

}
@media screen and (min-width: 768px) {
	.index-solution__container {
  margin: 5.6rem 0 0 0;
  background-color: #fff;
  display: flex;
}
	.index-solution__list {
  flex: 1;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  padding: 4rem 1.5rem;
  flex-wrap: wrap;
}
 .index-solution__list li {
  border-left: 1px solid #333;
  margin: 0 auto;
  flex: 1;
  text-align: center;
}
.list_L li:first-child {
  border-left: none;
}
.index-solution__list li img {
  width: 16rem;
  padding-left: 1.5rem;
}
.index-solution__list li h3 {
  font-size: 2rem;
  padding: 0 0 2.8rem 1.5rem;
}
.index-solution__list li p {
  padding-left: 1.5rem;
}

}	

.index-solution__list li {
  margin: 0 auto;
  flex: 1;
  text-align: center;
}

.index-solution__list li img {
  width: 16rem;
  padding-left: 1.5rem;
}
.index-solution__list li h3 {
  font-size: 2rem;
  padding: 0 0 2.8rem 1.5rem;
}
.index-solution__list li p {
  padding-left: 1.5rem;
}
/* service */
.index-service {
  padding: 10rem 0;
  display: flex;
  gap: 8rem;
  flex-wrap: wrap;
}
.index-service__title {
  flex: 1
}
.index-service__list {
  flex: 2;
  border-top: 1px solid #333;
}
.index-service__list li {
  border-bottom: 1px solid #333;
  padding: 2.4rem 10rem 2.4rem 3.2rem;
  position: relative;
}
.index-service__list h3 {
  font-size: 3.2rem;
  padding-bottom: 2.4rem;
}
.index-service__list img {
  position: absolute;
  top: 29.3%;
  right: 2rem;
}
/* works */
.index-works {
  background-color: #F6F6F8;
  padding: 5.6rem 0;
  position: relative;
}

.index-works ul {
  display: flex;
  gap: 11rem;
  padding-top: 3.2rem;
  padding-bottom: 5.6rem;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px){
	.index-works ul {
  display: flex;
	}
}
.index-works ul:after {
  content: "";
  display: block;
  width: 40rem;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: solid 2px #708EFB;
}
.index-works li {
  flex-shrink: 1;
  width: calc((100% - 11rem) / 2);
}
.index-works img {
  width: 100%;
  border-radius: 5px;
}
.index-works h3 {
  font-size: 2.4rem;
  padding: 2rem 0;
}
.index-works span {
  display: block;
  width: 14.8rem;
  border-radius: 10px;
  padding: 6px 24px 6px 24px;
  background-color: #708EFB;
  color: #fff;
}

/* knowledge */
.index-knowledge {
  padding: 5.6rem 0 10rem 0;
}
.index-knowledge ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  padding-bottom: 5.6rem;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
.index-knowledge ul:after {
  content: "";
  display: block;
  width: 40rem;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: solid 2px #708EFB;
}
.index-knowledge li {
  width: calc((100% - 4.8rem) / 3);
}
.index-knowledge img {
  border-radius: 5px;
  width: 100%;
}
.index-knowledge h3 {
  font-size: 2.4rem;
  padding: 2rem 0;
}
.btn_link {
  width: 33.3%;
  margin: 5.6rem 0 0 auto;
  text-align: center;
}