@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.mainvisual_common {
  background: url(../images/bg_mainvisual.jpg) no-repeat center center/cover;
}

.rd {
  padding-top: 15px;
}
@media all and (max-width: 896px) {
  .rd {
    padding-top: 10px;
  }
}
.rd .txt {
  line-height: 2;
}
.rd .sec_about {
  padding: 80px 0;
  background: #d7f1ff;
}
@media all and (max-width: 896px) {
  .rd .sec_about {
    padding: 50px 0;
  }
}
.rd .sec_about .width > * {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .rd .sec_about .width > * {
    margin-top: 30px;
  }
}
.rd .sec_about .width > *:first-child {
  margin-top: 0;
}
.rd .sec_about .block_ttl_common {
  text-align: center;
}
.rd .sec_about .flex_wrap {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .rd .sec_about .flex_wrap {
    margin-top: 50px;
  }
}
.rd .sec_about .flex_wrap .item_right {
  text-align: center;
}
.rd .sec_about .btn_more {
  margin: 80px auto 0;
  max-width: 500px;
}
@media all and (max-width: 896px) {
  .rd .sec_about .btn_more {
    margin-top: 50px;
  }
}
.rd .sec_detail {
  padding: 80px 0;
}
@media all and (max-width: 896px) {
  .rd .sec_detail {
    padding: 50px 0;
  }
}
.rd .sec_detail .block_detail {
  box-sizing: border-box;
  padding: 30px 50px;
  background: #d7fff2;
  border: 4px solid #000;
}
@media all and (max-width: 896px) {
  .rd .sec_detail .block_detail {
    padding: 30px;
  }
}
.rd .sec_detail .list_detail {
  margin-top: 15px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
@media all and (max-width: 896px) {
  .rd .sec_detail .list_detail {
    font-size: 2rem;
  }
}
.rd .sec_detail .list_detail > li {
  margin-top: 10px;
}
.rd .sec_detail .list_detail > li:first-of-type {
  margin-top: 0;
}
.rd .sec_detail .list_detail .txt_large {
  font-size: 1.4em;
}
.rd .sec_detail .flex_wrap {
  gap: 20px 40px;
}
.rd .sec_detail .item_left {
  text-align: center;
  display: grid;
  place-content: center;
  border-right: 1px solid #000;
  padding-right: 50px;
}
@media all and (max-width: 896px) {
  .rd .sec_detail .item_left {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }
}
.rd .sec_detail .item_right {
  padding: 10px 0;
}
@media all and (max-width: 896px) {
  .rd .sec_detail .item_right {
    padding: 0;
  }
}
.rd .sec_detail .txt > span {
  display: inline-block;
}

.contact {
  margin-top: 0;
}