/* クラシニティの特徴 */
section.peculiarity {
  margin-bottom: 100px;
  padding: 20px 20px 100px;
}
section.peculiarity::before {
  position: absolute;
  content: "";
  width: 69%;
  top: 60px;
  bottom: 0;
  right: 0;
  background: #f8f7f4;
}
.peculiarityColumn {
  position: relative;
}
.peculiarityItem {
  position: relative;
  display: flex;
  align-items: center;
}
.peculiarityItem:not(:last-of-type) {
  margin-bottom: 100px;
}
.peculiarityItem__img {
  overflow: hidden;
  max-width: 770px;
  width: 100%;
}
.peculiarityItem__img img {
  display: block;
  width: 100%;
  transition: .3s all ease;
}
.peculiarityItem__box {
  position: absolute;
  max-width: 545px;
  padding: 45px 60px 60px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s all;
}
.peculiarityItem__box::before {
  position: absolute;
  content: '';
  bottom: 25px;
  right: 30px;
  margin: auto;
  vertical-align: middle;
  width: 40px;
  height: 1px;
  background: #2C8481;
  z-index: 1;
  transition: .3s all;
}
.peculiarityItem__box::after {
  position: absolute;
  content: '';
  bottom: 24px;
  right: 32px;
  margin: auto;
  vertical-align: middle;
  width: 1px;
  height: 10px;
  background: #2C8481;
  transform: rotate(-40deg);
  z-index: 1;
  transition: .3s all;
}
.peculiarityItem__title {
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 25px;
}
.peculiarityItem__title span {
  display: block;
  font-size: 20px;
}
.peculiarityItem__text {
  line-height: 1.75;
}
.peculiarityItem__attention {
  position: absolute;
  font-family: 'Cormorant Infant', serif;
  font-size: 50px;
  top: -43px;
  right: 0;
  color: rgba(70, 147, 144, .2);
}
section.relation {
  padding-bottom: 100px;
}
.relationList {
  display: flex;
  margin-top: 35px;
}
.relationItem {
  width: calc((99.99% - 20px) / 3);
}
.relationItem:not(:last-of-type) {
  margin-right: 30px;
}
.relationItem__img {
  max-width: 390px;
  margin-bottom: 10px;
}
.relationItem__text {
  position: relative;
}
.relationItem__text::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2C8481;
  border-right: 1px solid #2C8481;
  transform: rotate(45deg);
  margin-left: 20px;
  vertical-align: middle;
}
@media only screen and (min-width: 1025px) {
  .peculiarityItem:hover .peculiarityItem__box::before {
    right: 20px;
  }
  .peculiarityItem:hover .peculiarityItem__box::after {
    right: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  section.peculiarity {
    margin-bottom: 50px;
    padding: 0 0 50px;
  }
  section.peculiarity::before {
    width: 100%;
  }
  .peculiarityItem {
    flex-direction: column;
  }
  .peculiarityItem:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .peculiarityItem__box {
    position: static;
    width: calc(100% - 30px);
    margin: -30px 15px 0;
    transform: translateY(0);
  }
  .peculiarityItem__box::before {
    bottom: 25px;
    right: 35px;
  }
  .peculiarityItem__box::after {
    bottom: 24px;
    right: 37px;
  }
  .relationList {
    flex-direction: column;
    align-items: center;
  }
  .relationItem {
    width: 100%;
  }
  .relationItem:not(:last-of-type) {
    margin: 0 0 40px 0;
  }
  .relationItem__img {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .relationItem__text {
    font-weight: 700;
  }
  .relationItem__text::after {
    margin-left: 10px;
  }
  .peculiarityItem__attention {
    font-size: 30px;
    top: -25px;
    right: 15px;
    color: rgba(70, 147, 144, .5);
  }
}
@media only screen and (max-width: 414px) {
  .peculiarityItem__title {
    font-size: 22px;
  }
  .peculiarityItem__box {
    padding: 45px 15px 60px;
  }
}


/* クラシニティが選ばれる理由 */
.reason {
  padding: 120px 20px 0;
}
.reason .m-verticalLine {
  bottom: 0px;
}
.peculiarity {
  position: relative;
  padding-bottom: 180px;
}
.peculiarity__logo {
  max-width: 220px;
  margin: 0 auto 45px;
}
.peculiarity__text {
  text-align: center;
  line-height: 2;
}
.reasonItem {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  margin-bottom: 70px;
}
.reasonItem .m-number {
  font-size: 70px;
  top: -30px;
  right: 18px;
}
.reasonItem .m-number::after {
  height: 70px;
}
.reasonItem__img {
  max-width: 530px;
}
.reasonItem__imgCaption {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.reasonItem__textArea {
  position: relative;
  width: calc(100% - 595px);
}
.reasonItem__texttitle {
  font-size: 24px;
  text-align: left;
  margin-bottom: 15px;
  padding-right: 90px;
}
.reasonItem__texttitle span {
  display: block;
  font-family: 'Cormorant Infant', serif;
  font-size: 16px;
  color: #B07C1F;
  margin-top: 10px;
  font-weight: 400;
}
.reasonItem__text {
  line-height: 2;
  margin-bottom: 15px;
}
.reasonItem__textBold {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .reason {
    padding: 80px 15px 0;
  }
  .reason .m-verticalLine {
    top: 140px;
    bottom: auto;
    height: 40px;
  }
  .peculiarity {
    text-align: left;
    padding-bottom: 45px;
  }
  .peculiarity::before {
    bottom: auto;
    top: 70px;
    height: 35px;
  }
  .peculiarity__logo {
    margin-bottom: 100px;
  }
  .peculiarity__text {
    text-align: left;
  }
  .reasonItem {
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
    margin-bottom: 0;
  }
  .reasonItem--reverse {
    flex-direction: column-reverse;
  }
  .reasonItem .m-number {
    font-size: 47px;
    top: 0px;
    right: 15px;
  }
  .reasonItem .m-number::after {
    height: 60px;
    right: 10px;
  }
  .reasonItem__img {
    margin: 0;
  }
  .reasonItem__textArea {
    position: static;
    width: 100%;
    max-width: 530px;
    margin: 65px 0 0 0;
  }
  .reasonItem__texttitle {
    font-weight: 400;
    padding-right: 0;
  }
  .reasonItem__textBold {
    font-weight: 400;
  }
}
@media only screen and (max-width: 414px) {
  .reasonItem__imgCaption {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
  }
}
.reasonCard {
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 467px;
  padding: 10px 50px 10px 10px;
  margin-top: 30px;
  background: #fff;
}
.reasonCard::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2C8481;
  border-right: 2px solid #2C8481;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
.reasonCard__img {
  overflow: hidden;
  max-width: 126px;
}
.reasonCard__text {
  font-size: 18px;
  padding-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .reasonCard {
    padding: 10px 25px 10px 10px;
  }
  .reasonCard__img {
    max-width: 95px;
  }
  .reasonCard__text {
    font-size: 15px;
    padding: 0 10px;
  }
  .reasonCard::after {
    right: 12px;
  }
}