@charset "UTF-8";
/* ↓↓↓↓↓↓↓↓↓ flow↓↓↓↓↓↓↓↓↓ */
.title_bg.main_bg_4 {
  background: url("../img/find_boats.jpg") no-repeat top 10% center/cover;
  opacity: 0.6; }
  .title_bg.main_bg_4::after {
    content: "FIND BOATS"; }

.find {
  padding-top: 200px;
  overflow: hidden; }
  .find .content_area {
    padding: 100px 0; }
  .find h2.h2_line {
    margin-bottom: 60px; }
  @media screen and (max-width: 1100px) {
    .find {
      padding-top: 0px; }
      .find .content_area {
        padding-top: 160px;
        padding-bottom: 80px; }
      .find h2.h2_line {
        margin-bottom: 40px; } }

.find_list {
  position: relative; }
  .find_list::before {
    content: "SALES SITE";
    font-size: 12rem;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #797f80;
    opacity: .1;
    position: absolute;
    top: -30px;
    right: 0;
    transform: translate(0, -100%); }
  .find_list .find_list_item {
    background: #fff;
    padding: 60px 40px;
    display: flex;
    justify-content: space-between;
    border: 2px solid #edf4f5;
    margin-bottom: 60px; }
    .find_list .find_list_item:last-child {
      margin-bottom: 0; }
    .find_list .find_list_item .site_img {
      width: 37%;
      display: block; }
    .find_list .find_list_item .find_list_content {
      width: 60%;
      display: flex;
      flex-direction: column; }
  .find_list h3 {
    font-size: 3.2rem;
    font-weight: bold;
    padding-left: 1.2rem;
    border-left: 3px solid #bb0000;
    margin-bottom: 12px; }
  .find_list .find_list_text {
    font-size: 1.6rem;
    margin-bottom: 30px; }
  .find_list .link_btn {
    margin-top: auto;
    margin-left: auto; }
  @media screen and (max-width: 1100px) {
    .find_list::before {
      content: none; }
    .find_list .find_list_item {
      padding: 40px 12px;
      margin-bottom: 30px; }
      .find_list .find_list_item .site_img {
        width: 34%; }
      .find_list .find_list_item .find_list_content {
        width: 61%; }
    .find_list h3 {
      word-break: break-all;
      font-size: 2rem;
      padding-left: 0.8rem;
      margin-bottom: 10px; }
    .find_list .find_list_text {
      font-size: 1.6rem;
      margin-bottom: 40px; }
    .find_list .link_btn {
      display: flex; }
      .find_list .link_btn span {
        white-space: nowrap;
        font-size: 1.6rem; } }
