@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/*$point03: linear-gradient(90deg, #ebeced 0%, #fffeea 25%, #e0dacf 55%, #f4f4f4 75%, #e1dec6 100%);*/
/*$point03: linear-gradient(90deg, #b3975f 0%, #fbf5c2 25%, #cab059 70%, #fbf5c2 100%);*/
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* font */
/* Concept
*****************************************************************/
.concept {
  padding-bottom: 80px;
}
@media all and (max-width: 896px) {
  .concept {
    padding-bottom: 60px;
  }
}
@media all and (max-width: 480px) {
  .concept {
    padding-bottom: 40px;
  }
}
.concept .main {
  margin-top: 30px;
}
@media all and (max-width: 480px) {
  .concept .main {
    margin-top: 20px;
  }
}
.concept .title {
  max-width: 300px;
  width: 100%;
  margin: 40px auto 0;
}
@media all and (max-width: 480px) {
  .concept .title {
    max-width: 200px;
    margin: 20px auto 0;
  }
}
.concept .img {
  max-width: 600px;
  width: 100%;
  margin: 20px auto 0;
}
@media all and (max-width: 480px) {
  .concept .img {
    margin: 10px auto 0;
  }
}
.concept h2 {
  margin-top: 20px;
  font-size: 4rem;
  text-align: center;
}
@media all and (max-width: 480px) {
  .concept h2 {
    font-size: 3rem;
  }
}
.concept h3 {
  margin-top: 10px;
  color: #a7383e;
  font-size: 2.2rem;
  text-align: center;
}
@media all and (max-width: 480px) {
  .concept h3 {
    font-size: 2rem;
  }
}
.concept .text {
  margin-top: 40px;
  text-align: center;
  line-height: 2;
}
@media all and (max-width: 480px) {
  .concept .text {
    margin-top: 20px;
    text-align: left;
  }
}
.concept .point {
  margin-top: 40px;
}
.concept .point ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.concept .point ul li {
  padding: 0 20px;
  border-left: 1px solid #231815;
}
@media all and (max-width: 896px) {
  .concept .point ul li {
    width: 50%;
    padding: 20px 0;
    border-left: none;
    border-bottom: 1px solid #231815;
  }
}
@media all and (max-width: 480px) {
  .concept .point ul li {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .concept .point ul li:first-child {
    border-top: 1px solid #231815;
  }
}
.concept .point ul li:last-child {
  border-right: 1px solid #231815;
}
@media all and (max-width: 896px) {
  .concept .point ul li:last-child {
    border-right: none;
  }
}
.concept .point ul li dl {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.concept .point ul li dl dd {
  margin-right: 10px;
  font-size: 1rem;
  line-height: 1.5;
}
.concept .point ul li dl dt {
  font-size: 2.5rem;
  line-height: 1.1;
}
@media all and (max-width: 896px) {
  .concept .point ul li dl dt {
    font-size: 2rem;
  }
}
.concept .point ul li dl dt small {
  font-size: 1rem;
}
.concept .point ul li dl dt small.normal {
  font-size: 1.5rem;
}
.concept .point ul li dl dt b {
  font-size: 3rem;
  font-weight: normal;
}
@media all and (max-width: 896px) {
  .concept .point ul li dl dt b {
    font-size: 2.5rem;
  }
}
.concept .point ul li dl dt span {
  font-size: 1rem;
  display: block;
}
