@charset "utf-8";
/*------------------------------------------------
私たちの強み
------------------------------------------------*/

.main-content {
  padding: 25px 0;
  background-image: url(../../images/features/features_main_bg.jpg);
  background-position: center bottom;
  background-size: contain;
}

@media print, screen and (min-width: 769px) {
  .main-content {
    padding: 50px 0;
    background-size: cover;
  }
}


/*========== 私たちの強み ==========*/
.features {}

.features-inner {
  padding: 0 15px;
}

.features-list {
  border-radius: 15px;
  background-color: #f3eed9;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  padding: 15px;
}

.features-item {
  padding: 20px;
  border: 3px solid #fff;
  border-radius: 15px;
}

.features-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.features-item-title {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.features-item-text {
  color: #fff;
  text-align: justify;
}

/**/
.features-item:nth-of-type(1) {
  background-color: #8592b9;
  box-shadow: 5px 5px 8px rgba(124, 143, 199, 0.5), 5px 5px 8px rgba(255,255,255,0.5) inset;
}
.features-item:nth-of-type(1) .features-item-title {
  text-shadow: 0 0 5px #044488,0 0 10px #044488, 0 0 15px #044488, 0 0 20px #044488;
}

.features-item:nth-of-type(2) {
  background-color: #71a2a1;
  box-shadow: 5px 5px 8px rgba(99, 164, 170, 0.5), 5px 5px 8px rgba(255,255,255,0.5) inset;
}
.features-item:nth-of-type(2) .features-item-title {
  text-shadow: 0 0 5px #094834, 0 0 10px #094834, 0 0 15px #094834, 0 0 20px #094834;
}

.features-item:nth-of-type(3) {
  background-color: #b2ad7e;
  box-shadow: 5px 5px 8px rgba(181, 176, 125, 0.5), 5px 5px 8px rgba(255,255,255,0.5) inset;
}
.features-item:nth-of-type(3) .features-item-title {
  text-shadow: 0 0 5px #7b631e, 0 0 10px #7b631e, 0 0 15px #7b631e, 0 0 20px #7b631e;
}

@media print, screen and (min-width: 769px) {

  .features-inner{
    width: 920px;
    margin: auto;
    padding: 0;
  }

  .features-list {
    padding: 30px 30px 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }

  .features-item {
    width: 275px;
  }
  .features-item:not(:last-of-type) {
    margin-bottom: 0;
  }

  .features-item-title {
    font-size: 2.2rem;
  }

  .features-item-text {
    font-size: 1.6rem;
  }

  /**/
  .features-item:nth-of-type(1) {
    box-shadow: 10px 20px 10px rgba(124, 143, 199, 0.5), 10px 20px 10px rgba(255,255,255,0.5) inset;
  }

  .features-item:nth-of-type(2) {
    box-shadow: 10px 20px 10px rgba(99, 164, 170, 0.5), 10px 20px 10px rgba(255,255,255,0.5) inset;
  }

  .features-item:nth-of-type(3) {
    box-shadow: 10px 20px 10px rgba(181, 176, 125, 0.5), 10px 20px 10px rgba(255,255,255,0.5) inset;
  }

}

/*写真*/
.features-pic-list {
  margin: 50px 0;
  width: 100%;
}

.features-pic-item {
  width: 100%;
  margin-bottom: 25px;
}

.features-pic-item-inner {
  width: 100%;
}

.features-pic-item-inner > img {
  width: 100%;
}

.features-pic-item:nth-of-type(3) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.features-pic-item:nth-of-type(3) .features-pic-item-inner:nth-of-type(1) {
  width: calc(47.356% - 5px);
}
.features-pic-item:nth-of-type(3) .features-pic-item-inner:nth-of-type(2) {
  width: calc(52.644% - 6px);
}

@media print, screen and (min-width: 769px) {
  .features-pic-list {
    margin: 70px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    height: 596px;
  }
  .features-pic-item {
    margin-bottom: 0;
  }
  .features-pic-item:nth-of-type(1) {
    width: 447px;
    height: 596px;
  }
  .features-pic-item:nth-of-type(2) {
    width: 447px;
    height: 298px;
  }
  .features-pic-item:nth-of-type(3) {
    width: 447px;
    height: 280px;
  }
  .features-pic-item:nth-of-type(3) .features-pic-item-inner:nth-of-type(1) {
    width: 206px;
    height: 280px;
  }
  .features-pic-item:nth-of-type(3) .features-pic-item-inner:nth-of-type(2) {
    width: 228px;
    height: 280px;
  }

}
