/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_column
====================================================================== */
.p_column .l_main_visual {
  background: url("../img/p_column/sp/mv.jpg") no-repeat center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p_column .l_main_visual {
    background: url("../img/p_column/mv.jpg") no-repeat center 35%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.p_column .l_main_visual .inner .ttl {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  background: none;
}
@media screen and (min-width: 769px) {
  .p_column .l_main .area_wrap .area_main {
    margin: 0;
    width: 850px;
  }
}
.p_column .l_main .area_wrap .area_side {
  padding: 0 0 60px;
}
@media screen and (min-width: 769px) {
  .p_column .l_main .area_wrap .area_side {
    padding: 60px 0;
  }
}
@media screen and (min-width: 769px) {
  .p_column .c_item_list_3 a {
    display: flex;
  }
}
.p_column .c_item_list_3 .content {
  display: flex;
  flex-direction: column;
}
.p_column .c_item_list_3 .content .box_1 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_column .c_item_list_3 .content .box_1 {
    margin: 10px 0 0;
  }
}
.p_column .c_item_list_3 .content .box_1 > * + * {
  margin-left: 10px;
}
.p_column .c_item_list_3 .c_btn_4 {
  margin: 20px auto 0;
}
@media screen and (min-width: 769px) {
  .p_column .c_item_list_3 .c_btn_4 {
    margin: auto 0 0 auto;
  }
}
.p_column .c_item_list_3 .item_wrap .item {
  padding: 50px 0 0;
}
.p_column .c_item_list_3 .item_wrap .item:first-child {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p_column .c_item_list_3 .item_wrap .item .u_txt_5 {
    margin: 10px auto 0;
  }
}
.p_column .c_item_list_3 .item_wrap .item .item_img {
  margin: 0 20px 0 0;
  width: 400px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  flex-shrink: 0;
}
.p_column .c_item_list_3 .item_wrap .item .item_img.noimage {
  font-size: 28px;
  letter-spacing: 6px;
  width: 400px;
  max-width: 100%;
  height: 260px;
  background: #00558c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p_column .c_item_list_3 .item_wrap .item .item_img.noimage {
    height: 200px;
    font-size: 18px;
    letter-spacing: 4px;
  }
}

/* ======================================================================
 PC: 3カラムグリッド表示（仕様改訂対応・SP表示は変更なし）
====================================================================== */
@media screen and (min-width: 769px) {
  .p_column .c_item_list_3 .item_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 20px;
  }
  .p_column .c_item_list_3 .item_wrap .item {
    padding: 0;
  }
  .p_column .c_item_list_3 a {
    flex-direction: column;
    height: 100%;
    align-items: stretch;
  }
  .p_column .c_item_list_3 .item_wrap .item .item_img {
    margin: 0 0 15px;
    width: 100%;
    height: 180px;
    max-width: 100%;
    object-fit: cover;
  }
  .p_column .c_item_list_3 .item_wrap .item .item_img.noimage {
    width: 100%;
    height: 180px;
    font-size: 20px;
    letter-spacing: 4px;
  }
  .p_column .c_item_list_3 .content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .p_column .c_item_list_3 .content .box_1 {
    flex-wrap: wrap;
    gap: 6px;
  }
  .p_column .c_item_list_3 .item_wrap .item .u_txt_5 {
    font-size: 16px;
    margin: 8px 0 6px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .p_column .c_item_list_3 .item .u_txt_2 .txt_1 {
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .p_column .c_item_list_3 .c_btn_4 {
    margin: 15px auto 0 auto;
  }
}
