@charset "UTF-8";
.bg_gray {
  background-color: #F2F0ED;
}

.sec_title {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.375;
  text-align: center;
  margin-bottom: 24px;
}
.sec_title span {
  display: block;
  font-size: .54em;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #EE7800;
  margin-bottom: .6em;
}
.sec_title._white {
  color: #FFFFFF;
}
.sec_title._white span {
  color: #FFFFFF;
}

h3.item_title {
  display: flex;
  margin-bottom: 10px;
}
h3.item_title .num {
  font-size: 2.9rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  color: #EE7800;
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
}
h3.item_title strong {
  display: inline-block;
  font-size: 1.9rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.6;
}

section .link-btn__item a {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .sec_title {
    font-size: 3.4rem;
    margin-bottom: 28px;
  }

  h3.item_title {
    margin-bottom: 25px;
  }
  h3.item_title .num {
    font-size: 4.7rem;
    margin-right: 14px;
  }
  h3.item_title strong {
    font-size: 3.2rem;
  }

  section .link-btn__item a {
    font-size: 1.6rem;
  }
}
.mv_b2b {
  background: url("../img/top/mv_bg_sp.webp") no-repeat;
  background-size: contain;
  aspect-ratio: 1170 / 1770;
  padding: 20px 24px;
  position: relative;
}
.mv_b2b .mv_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mv_b2b .mv_container._pc {
  display: none;
}
.mv_b2b .mv_title {
  width: 94%;
}
.mv_b2b .mv_data {
  width: 48%;
  margin: 5px 0 0 0;
}
.mv_b2b .mv_data .mv_data_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.mv_b2b .mv_data .mv_data_list__item {
  border-bottom: solid 1px #FFFFFF;
  padding: 10px 0;
  position: relative;
}
.mv_b2b .mv_data .mv_data_list__item:last-child {
  border-bottom: 0;
}
.mv_b2b .mv_data .mv_data_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.mv_b2b .mv_data .mv_data_wrap ._title span {
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #FFFFFF;
}
.mv_b2b .mv_data .mv_data_wrap ._data span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #EE7800;
}
.mv_b2b .mv_data .mv_data_wrap ._data span strong {
  font-size: 1.8em;
  font-weight: bold;
  margin-right: .06em;
}
.mv_b2b .mv_cta_wrap {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 10px 0;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.mv_b2b .mv_cta_wrap .mv_cta a {
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.mv_b2b .mv_cta_wrap .mv_cta a img {
  width: 100%;
}

@media screen and (min-width: 540px) {
  .mv_b2b {
    padding: 4vw 24px 20px;
  }
  .mv_b2b .mv_data {
    width: 37vw;
    margin: 4vw 0 0 -16px;
  }
  .mv_b2b .mv_data .mv_data_list__item {
    border-bottom: solid 1px #E3DDD5;
    padding: 3vw 0 3vw 1em;
  }
  .mv_b2b .mv_data .mv_data_wrap ._title span {
    font-size: 2.8vw;
  }
  .mv_b2b .mv_data .mv_data_wrap ._data span {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 768px) {
  .mv_b2b {
    background: url("../img/top/mv_bg_pc.webp") no-repeat;
    background-size: contain;
    aspect-ratio: 2732 / 1060;
    padding: 20px 2vw;
  }
  .mv_b2b .mv_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .mv_b2b .mv_container._pc {
    display: flex;
    align-items: center;
  }
  .mv_b2b .mv_container._pc .mv_container__item:first-child {
    width: 39%;
  }
  .mv_b2b .mv_container._pc .mv_container__item:last-child {
    width: 34%;
  }
  .mv_b2b .mv_container._sp {
    display: none;
  }
  .mv_b2b .mv_title {
    width: 100%;
  }
  .mv_b2b .mv_data {
    width: 37vw;
    margin: 1vw 0 0 0;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
  }
  .mv_b2b .mv_data .mv_data_list__item {
    border-bottom: solid 1px #E3DDD5;
    padding: 1vw 0 1vw .8em;
  }
  .mv_b2b .mv_data .mv_data_list__item::before {
    content: '';
    display: inline-block;
    width: 16%;
    aspect-ratio: 68 / 70;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    z-index: 0;
  }
  .mv_b2b .mv_data .mv_data_list__item:nth-child(1)::before {
    background: url("../img/top/mv_data_01.svg") no-repeat;
    background-size: contain;
  }
  .mv_b2b .mv_data .mv_data_list__item:nth-child(2)::before {
    background: url("../img/top/mv_data_02.svg") no-repeat;
    background-size: contain;
  }
  .mv_b2b .mv_data .mv_data_list__item:nth-child(3)::before {
    background: url("../img/top/mv_data_03.svg") no-repeat;
    background-size: contain;
  }
  .mv_b2b .mv_data .mv_data_wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .mv_b2b .mv_data .mv_data_wrap ._title span {
    font-size: 1.3vw;
    color: inherit;
  }
  .mv_b2b .mv_data .mv_data_wrap ._data span {
    font-size: 2vw;
  }
  .mv_b2b .mv_cta_wrap {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0 15px;
    position: inherit;
    transform: inherit;
    margin-top: 1.5vw;
  }
  .mv_b2b .mv_cta_wrap .mv_cta {
    width: calc((100% - 15px) / 2);
  }
  .mv_b2b .mv_pickup {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1vw 4%;
  }
  .mv_b2b .mv_pickup__item {
    width: 48%;
    aspect-ratio: 219 / 216;
    display: flex;
  }
  .mv_b2b .mv_pickup__item a {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 5px;
  }
  .mv_b2b .mv_pickup__item a ._img {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    aspect-ratio: 219 / 113;
  }
  .mv_b2b .mv_pickup__item a ._img img {
    object-fit: cover;
  }
  .mv_b2b .mv_pickup__item a ._text {
    padding: 12px;
  }
  .mv_b2b .mv_pickup__item a ._text .title {
    font-size: clamp(1rem, 1vw, 1.4rem);
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mv_b2b .mv_pickup__item a ._text .info {
    margin-top: 0;
  }
  .mv_b2b .mv_pickup__item a ._text .info ._date {
    font-size: clamp(0.8rem, 0.9vw, 1.2rem);
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
    color: rgba(19, 32, 46, 0.5);
  }
}
@media screen and (min-width: 992px) {
  .mv_b2b {
    padding: 50px 2vw 1.5vw;
  }
  .mv_b2b .mv_pickup__item a ._text .info {
    margin-top: clamp(5px, 0.5vw, 24px);
  }
}
@media screen and (min-width: 1400px) {
  .mv_b2b .mv_pickup__item a ._text .info {
    margin-top: clamp(14px, 1.5vw, 24px);
  }
}
.sec_introdution {
  padding: 70px 0 30px;
}
@media screen and (min-width: 768px) {
  .sec_introdution {
    padding: 70px 0;
  }
}
.sec_introdution p {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec_introdution p {
    font-size: 2.3rem;
  }
}
.sec_introdution .logos_area {
  margin-top: 35px;
}
.sec_introdution #logo_slider_rev,
.sec_introdution #logo_slider {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.sec_introdution #logo_slider_rev li,
.sec_introdution #logo_slider li {
  width: calc(100vw / 3);
}
@media screen and (min-width: 768px) {
  .sec_introdution #logo_slider_rev li,
  .sec_introdution #logo_slider li {
    width: calc(100vw / 5);
  }
}
@media screen and (min-width: 992px) {
  .sec_introdution #logo_slider_rev li,
  .sec_introdution #logo_slider li {
    width: calc(100vw / 6);
  }
}
.sec_introdution #logo_slider_rev li img,
.sec_introdution #logo_slider li img {
  width: 100%;
}
.sec_introdution .textlogo_list,
.sec_introdution .logo_list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .sec_introdution .textlogo_list,
  .sec_introdution .logo_list {
    list-style: none;
    margin: 60px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.sec_introdution .textlogo_list__item,
.sec_introdution .logo_list__item {
  width: 50%;
}
@media screen and (min-width: 540px) {
  .sec_introdution .textlogo_list__item,
  .sec_introdution .logo_list__item {
    width: 17%;
  }
}
@media screen and (min-width: 992px) {
  .sec_introdution .textlogo_list__item,
  .sec_introdution .logo_list__item {
    width: 12%;
  }
}
.sec_introdution p > small {
  font-size: .6em;
  font-weight: normal;
}

.sec_about {
  padding: 40px 0 0;
}
.sec_about .cta_area p {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.875;
  text-align: center;
}
.sec_about .balloon1 {
  position: relative;
  display: block;
  margin: 1.5em auto;
  padding: .5em 1em;
  min-width: 120px;
  max-width: 240px;
  color: #4C4948;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 1;
  background: #F2F0ED;
}
.sec_about .balloon1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #F2F0ED;
}
.sec_about .balloon1 p {
  margin: 0;
  text-align: center;
}
.sec_about .aboutus_area {
  margin-top: 50px;
  padding: 40px 0 30px;
  background: #ffeee2;
  background: linear-gradient(180deg, #ffeee2 0%, white 100%);
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.sec_about .aboutus_area .link-btn__item a {
  margin: 35px auto 0;
  padding: 1.5em 1.4em;
  font-size: 1.4rem;
}
.sec_about .aboutus_contents ._img {
  width: 84%;
  margin: 24px auto;
}
.sec_about .aboutus_data {
  margin-top: 50px;
}
.sec_about .aboutus_data .data_box {
  background-color: #FFFAF6;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  padding: 18px;
  margin-bottom: 10px;
}
.sec_about .aboutus_data .data_box._single {
  padding: 28px 18px 38px;
}
.sec_about .aboutus_data .data_box._trade {
  background-image: url("../img/top/mv_data_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 12px center;
}
.sec_about .aboutus_data .data_box._employee {
  background-image: url("../img/top/mv_data_02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 12px center;
}
.sec_about .aboutus_data .data_box._sales_employee {
  background-image: url("../img/top/aboutus_data_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 12px center;
}
.sec_about .aboutus_data .data_box .data_box_title {
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
.sec_about .aboutus_data .data_list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.sec_about .aboutus_data .data_list__item {
  border-bottom: solid 1px #E3DDD5;
  padding: 18px 0;
  position: relative;
}
.sec_about .aboutus_data .data_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec_about .aboutus_data .data_wrap ._title span {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1;
}
.sec_about .aboutus_data .data_wrap ._data span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #EE7800;
}
.sec_about .aboutus_data .data_wrap ._data span strong {
  font-size: 1.8em;
  font-weight: bold;
  margin-right: .1em;
}

@media screen and (min-width: 768px) {
  .sec_about {
    padding: 70px 0 60px;
  }
  .sec_about .cta_area p {
    font-size: 2.2rem;
  }
  .sec_about .balloon1 p {
    font-size: 1.4rem;
  }
  .sec_about .aboutus_area {
    margin-top: 60px;
    padding: 90px 0;
    border-radius: 62px;
  }
  .sec_about .aboutus_area .link-btn__item a {
    margin: 90px auto 0;
    font-size: 1.6rem;
  }
  .sec_about .aboutus_contents {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
  }
  .sec_about .aboutus_contents p {
    width: 60%;
  }
  .sec_about .aboutus_contents ._img {
    width: 32%;
    margin: 0;
  }
  .sec_about .aboutus_data {
    margin-top: 54px;
  }
  .sec_about .aboutus_data .data_box {
    padding: 32px;
    margin-bottom: 0;
  }
  .sec_about .aboutus_data .data_box._single {
    padding: 32px;
  }
  .sec_about .aboutus_data .data_box .data_box_title {
    font-size: 2.4rem;
  }
  .sec_about .aboutus_data .data_wrap ._title span {
    font-size: 2rem;
  }
  .sec_about .aboutus_data .data_wrap ._data span {
    font-size: 2.3rem;
  }
  .sec_about .aboutus_data_wrap {
    display: flex;
    gap: 0 4%;
  }
  .sec_about .aboutus_data__item {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.sec_features {
  background-color: #EA8903;
  background-image: url("../img/top/features_bg_sp.webp"), url("../img/top/features_bg2_sp.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto, 100% auto;
  padding: 60px 0 40px;
  margin-top: -20px;
}
.sec_features .link-btn__item a {
  margin: 35px auto 0;
}
.sec_features .panel {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 24px 18px;
  margin-top: 30px;
}
.sec_features .panel .btn_list {
  list-style: none;
  margin: 0 auto 45px;
  padding: 0;
}
.sec_features .panel .btn_list__item {
  background-color: #FFFAF6;
  border-radius: 18px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 13px;
  position: relative;
}
.sec_features .panel .btn_list__item::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../img/top/panel_arrow.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.sec_features .panel .btn_list__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px 0;
  padding: 20px 40px 20px 20px;
  position: relative;
}
.sec_features .panel .btn_list__item .btn_title {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: -.01em;
  line-height: 1.18;
}
.sec_features .panel .btn_list__item .btn_title span {
  font-size: 1.8rem;
  color: #EE7800;
  margin-right: 15px;
}
.sec_features .panel .btn_list__item p {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: -.01em;
  line-height: 1.3;
  color: rgba(76, 73, 72, 0.6);
  margin: 0;
}
.sec_features .item_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.sec_features .item_wrap .item_text ul {
  margin: 0;
}
.sec_features .item_wrap .item_text ul li {
  margin-bottom: .5em;
}
.sec_features .item_wrap .item_text ul li:last-child {
  margin-bottom: 0;
}
.sec_features .item_wrap .item_img ._img {
  border-radius: 10px;
  overflow: hidden;
}
.sec_features .item_wrap .item_img ._img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec_features .customer_voice {
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 10px 14px 16px;
  margin: 24px 0;
}
.sec_features .customer_voice_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec_features .customer_voice_wrap .voice_img {
  width: 14%;
}
.sec_features .customer_voice_wrap .voice_text {
  width: calc(86% - 14px);
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-top: 4px;
  padding: 8px 16px 16px;
  position: relative;
}
.sec_features .customer_voice_wrap .voice_text::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url("../img/top/voice_tuntun.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 30px;
  left: -14px;
}
.sec_features .customer_voice_wrap .voice_text p {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.83;
}
.sec_features .customer_voice_wrap .voice_text .name {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: -.01em;
  line-height: 1.6;
}
.sec_features .customer_voice_wrap .voice_text .name span.circle_orange {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #EE7800;
  border-radius: 50%;
  margin: 0 .5em;
}
.sec_features .features_cta {
  margin-top: 40px;
}
.sec_features .features_cta ._title {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: -.01em;
  line-height: 1.83;
}
.sec_features .features_cta .link-btn {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.sec_features .features_cta .link-btn a {
  margin: 0;
  font-size: 1.4rem;
}
.sec_features .features_cta .link-btn a.bg_white {
  color: #EE7800;
}

@media screen and (min-width: 768px) {
  .sec_features {
    background-color: #EA8903;
    background-image: url("../img/top/features_bg_pc.webp"), url("../img/top/features_bg2_pc.webp");
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: 100% auto, 100% auto;
    padding: 160px 0 90px;
    margin-top: -120px;
  }
  .sec_features .link-btn__item a {
    margin: 50px auto 0;
  }
  .sec_features .panel {
    border-radius: 62px;
    padding: 4vw 5.5vw;
    margin-top: 60px;
  }
  .sec_features .panel .btn_list {
    display: flex;
    justify-content: space-between;
    gap: 0 2%;
    margin: 0 auto;
  }
  .sec_features .panel .btn_list__item {
    border-radius: 35px;
    margin-bottom: 90px;
    width: 32%;
  }
  .sec_features .panel .btn_list__item::after {
    top: inherit;
    right: inherit;
    bottom: 22px;
    left: 50%;
    transform: translateY(0) translateX(-50%);
  }
  .sec_features .panel .btn_list__item a {
    gap: 0 0;
    padding: 15px 12px 70px;
    min-height: 180px;
    justify-content: space-between;
    gap: 20px 0;
  }
  .sec_features .panel .btn_list__item .btn_title {
    font-size: 2.4rem;
    text-align: center;
  }
  .sec_features .panel .btn_list__item .btn_title span {
    font-size: 2.3rem;
    margin-right: 0;
    display: block;
    margin-bottom: 14px;
  }
  .sec_features .panel .btn_list__item p {
    font-size: 1.4rem;
    text-align: center;
  }
  .sec_features .item_wrap {
    flex-direction: row;
    gap: 0 4%;
  }
  .sec_features .item_wrap .item_text {
    width: 52%;
  }
  .sec_features .item_wrap .item_img {
    width: 44%;
    aspect-ratio: 443px / 256;
  }
  .sec_features .customer_voice {
    border-radius: 30px;
    padding: 20px 24px 26px;
    margin: 50px 0 80px;
  }
  .sec_features .customer_voice_wrap.mt-3 {
    margin-top: 20px !important;
  }
  .sec_features .customer_voice_wrap .voice_img {
    width: 9%;
  }
  .sec_features .customer_voice_wrap .voice_text {
    width: calc(91% - 40px);
    border-radius: 30px;
    margin-top: 0;
    padding: 20px 20px 20px 30px;
    position: relative;
  }
  .sec_features .customer_voice_wrap .voice_text::before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 31px;
    background: url("../img/top/voice_tuntun_pc.svg") no-repeat;
    background-size: contain;
    top: 36px;
    left: -24px;
  }
  .sec_features .customer_voice_wrap .voice_text p {
    font-size: 1.6rem;
  }
  .sec_features .customer_voice_wrap .voice_text .name {
    font-size: 1.4rem;
  }
  .sec_features .customer_voice_wrap .voice_text .name span.circle_orange {
    width: 9px;
    height: 9px;
  }
  .sec_features .features_cta {
    margin-top: 80px;
  }
  .sec_features .features_cta ._title {
    font-size: 2.6rem;
  }
  .sec_features .features_cta .link-btn {
    margin-top: 40px;
    flex-direction: row;
    justify-content: center;
    gap: 0 20px;
  }
  .sec_features .features_cta .link-btn .link-btn__item {
    width: 369px;
  }
  .sec_features .features_cta .link-btn a {
    font-size: 2.2rem;
  }
}
/*=======================
　顧客事例
=======================*/
.relating_posts {
  padding: 40px 0;
}
.relating_posts .relating_posts_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.relating_posts .relating_posts_list__item {
  padding: 10px;
  display: flex;
}
.relating_posts .relating_posts_list__item a {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
}
.relating_posts .relating_posts_list__item ._img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  aspect-ratio: 312 / 171;
  position: relative;
}
.relating_posts .relating_posts_list__item ._img::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #ee7800;
  background: linear-gradient(90deg, #ee7800 0%, #e89d36 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.relating_posts .relating_posts_list__item ._img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: .3s;
}
.relating_posts .relating_posts_list__item ._text {
  background-color: #FFFFFF;
  border-radius: 0 0 10px 10px;
  padding: 14px 22px 48px;
  flex-grow: 1;
  position: relative;
}
.relating_posts .relating_posts_list__item ._text .info {
  margin-bottom: 14px;
}
.relating_posts .relating_posts_list__item ._text .info ._date {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.7;
  color: rgba(76, 73, 72, 0.5);
}
.relating_posts .relating_posts_list__item ._text .entry-title {
  margin-bottom: 20px;
}
.relating_posts .relating_posts_list__item ._text .entry-title span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.relating_posts .relating_posts_list__item ._text .client_name {
  position: absolute;
  bottom: 22px;
  left: 0;
  display: inline-block;
  padding: 0 22px;
}
.relating_posts .relating_posts_list__item ._text .client_name span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  color: rgba(76, 73, 72, 0.5);
}
.relating_posts .slick-track {
  display: flex;
}
.relating_posts .slick-slide {
  height: auto !important;
}
.relating_posts .customers-cat_link {
  margin: 40px auto 0;
  padding: 0 24px;
}
.relating_posts .customers-cat_link .link-btn__item a {
  font-size: 1.4rem;
}
.relating_posts .sec_title + p {
  text-align: center;
  padding: 0 1.5em;
}

@media screen and (min-width: 768px) {
  .relating_posts {
    padding: 70px 0;
  }
  .relating_posts .relating_posts_inner {
    max-width: 992px;
    padding: 0 24px;
    margin: 0 auto;
  }
  .relating_posts .relating_posts_area {
    margin-top: 48px;
  }
  .relating_posts .relating_posts_list {
    display: flex;
  }
  .relating_posts .relating_posts_list__item a:hover ._img img {
    transform: scale(1.1);
  }
  .relating_posts .relating_posts_list__item ._text .entry-title {
    margin-bottom: 20px;
  }
  .relating_posts .relating_posts_list__item ._text .entry-title span {
    -webkit-line-clamp: 3;
  }
  .relating_posts .slick-track {
    display: flex;
  }
  .relating_posts .slick-slide {
    height: auto !important;
  }
  .relating_posts .customers-cat_link {
    text-align: center;
  }
  .relating_posts .customers-cat_link .link-btn {
    display: inline-block;
  }
  .relating_posts .customers-cat_link .link-btn__item a {
    font-size: 1.6rem;
  }
}
/*=======================
　営業
=======================*/
.sec_sales {
  padding: 40px 0;
}
.sec_sales .sec_title + p {
  text-align: center;
  padding: 0 1.5em;
}
.sec_sales .sales_posts_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4%;
}
@media screen and (min-width: 768px) {
  .sec_sales .sales_posts_list {
    justify-content: center;
  }
}
.sec_sales .sales_posts_list__item {
  width: 48%;
}
@media screen and (min-width: 576px) {
  .sec_sales .sales_posts_list__item {
    width: 30.6666666666%;
  }
}
@media screen and (min-width: 768px) {
  .sec_sales .sales_posts_list__item {
    width: 22%;
  }
}
.sec_sales .sales_posts_list__item a {
  display: flex;
  flex-direction: column;
}
.sec_sales .sales_posts_list__item ._img {
  overflow: hidden;
  aspect-ratio: 221 / 221;
}
.sec_sales .sales_posts_list__item ._img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: .3s;
}
.sec_sales .sales_posts_list__item ._text .sales_info {
  margin-top: 12px;
  padding-left: 18px;
  border-left: solid 1px #EE7800;
}
.sec_sales .sales_posts_list__item ._text .sales_info strong {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.76;
  display: block;
}
.sec_sales .sales_posts_list__item ._text .sales_info span {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.26;
  color: rgba(76, 73, 72, 0.44);
}

@media screen and (min-width: 768px) {
  .sec_sales {
    padding: 70px 0;
  }
  .sec_sales .sales_posts_area {
    margin-top: 48px;
  }
  .sec_sales .sales_posts_list__item a:hover ._img img {
    transform: scale(1.1);
  }
  .sec_sales .sales_posts_list__item ._img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .3s;
  }
}
/*=======================
　おすすめコラム
=======================*/
.recommend_posts {
  padding: 40px 0;
}
.recommend_posts .recommend_posts_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recommend_posts .recommend_posts_list__item {
  padding: 10px;
  display: flex;
}
.recommend_posts .recommend_posts_list__item a {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
}
.recommend_posts .recommend_posts_list__item ._img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  aspect-ratio: 312 / 171;
  position: relative;
}
.recommend_posts .recommend_posts_list__item ._img::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #ee7800;
  background: linear-gradient(90deg, #ee7800 0%, #e89d36 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.recommend_posts .recommend_posts_list__item ._img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: .3s;
}
.recommend_posts .recommend_posts_list__item ._text {
  background-color: #FFFFFF;
  border-radius: 0 0 10px 10px;
  padding: 14px 22px 48px;
  flex-grow: 1;
  position: relative;
}
.recommend_posts .recommend_posts_list__item ._text .info {
  margin-bottom: 14px;
}
.recommend_posts .recommend_posts_list__item ._text .info ._date {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.7;
  color: rgba(76, 73, 72, 0.5);
}
.recommend_posts .recommend_posts_list__item ._text .entry-title {
  margin-bottom: 20px;
}
.recommend_posts .recommend_posts_list__item ._text .entry-title span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recommend_posts .recommend_posts_list__item ._text .client_name {
  position: absolute;
  bottom: 22px;
  left: 0;
  display: inline-block;
  padding: 0 22px;
}
.recommend_posts .recommend_posts_list__item ._text .client_name span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  color: rgba(76, 73, 72, 0.5);
}
.recommend_posts .slick-track {
  display: flex;
}
.recommend_posts .slick-slide {
  height: auto !important;
}
.recommend_posts .customers-cat_link {
  margin: 40px auto 0;
  padding: 0 24px;
}
.recommend_posts .customers-cat_link .link-btn__item a {
  font-size: 1.4rem;
}
.recommend_posts .sec_title + p {
  text-align: center;
  padding: 0 1.5em;
}

@media screen and (min-width: 768px) {
  .recommend_posts {
    padding: 70px 0;
  }
  .recommend_posts .recommend_posts_inner {
    max-width: 992px;
    padding: 0 24px;
    margin: 0 auto;
  }
  .recommend_posts .recommend_posts_area {
    margin-top: 48px;
  }
  .recommend_posts .recommend_posts_list {
    display: flex;
  }
  .recommend_posts .recommend_posts_list__item a:hover ._img img {
    transform: scale(1.1);
  }
  .recommend_posts .recommend_posts_list__item ._text .entry-title {
    margin-bottom: 20px;
  }
  .recommend_posts .recommend_posts_list__item ._text .entry-title span {
    -webkit-line-clamp: 3;
  }
  .recommend_posts .slick-track {
    display: flex;
  }
  .recommend_posts .slick-slide {
    height: auto !important;
  }
  .recommend_posts .customers-cat_link {
    text-align: center;
  }
  .recommend_posts .customers-cat_link .link-btn {
    display: inline-block;
  }
  .recommend_posts .customers-cat_link .link-btn__item a {
    font-size: 1.6rem;
  }
}
.contact_btn__item a {
  background: #123B67;
  transition: .3s;
}
.contact_btn__item a:hover {
  background: #EE7800;
}
