@charset "utf-8";


/* ==================================================
共通
================================================== */
.cmnSeparate_item {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 35px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 12px;
}
.cmnSeparate_item:nth-child(even) {
  flex-direction: row-reverse;
}
.cmnSeparate_item + .cmnSeparate_item {
  margin-top: 30px;
}
.cmnSeparate_img {
  width: 520px;
}
.cmnSeparate_img img {
  width: 100%;
  border-radius: 12px;
}
.cmnSeparate_main {
  flex: 1;
}
.cmnSeparate_title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}


/* ==================================================
お問い合わせ
================================================== */
.contactSec_text {
  font-size: 18px;
}