@charset "UTF-8";

/* ==========================================================================
   p-cooperation.css
   ========================================================================== */

/* partial override */
/* ========================================================================= */

.p__support-fv .o-c__heading-h1 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
  @media screen and (max-width: 576px) {
    font-size: 25px;
  }
}

.p__support-fv .o-c__heading-lead {
  @media screen and (max-width: 576px) {
    padding-bottom: 0;
  }
}

.p__support-fv .o-c__heading-lead-wrap {
  display: inline-block;
  vertical-align: top;
  padding-left: 168px;
  position: relative;
  @media screen and (max-width: 576px) {
    padding-left: 0;
  }
}

.p__support-fv .o-c__heading-lead-wrap-icon {
  width: 150px;
  height: 150px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  @media screen and (max-width: 576px) {
    display: none;
  }
}

.p__support-fv .o-c__heading-lead-wrap-icon.o-c__heading-lead-wrap-icon_yuso {
  margin-top: -30px;
}

.p__support-fv .o-c__heading-lead-wrap-text {
  text-align: left;
}

.o-m__cta-wrap_inner_function.p__cooperation-cta-wrap .o-m__cta-wrap_inner_function_title {
  @media screen and (max-width: 576px) {
    font-size: 18px;
  }
}

.o-m__breadcrumb-list {
  @media screen and (max-width: 576px) {
    display: block;
    padding: 8px 12px 9px;
  }
}

.o-m__breadcrumb-list_link {
  @media screen and (max-width: 576px) {
    display: inline;
    margin: 0 5px 0 0;
  }
  &:after {
    @media screen and (max-width: 576px) {
      position: static;
      display: inline-block;
      margin: 0 0 0 5px;
    }
  }
}

.o-m__about {
  padding: 20px 0 70px;
}

/* ========================================================================= */
/* 独自css */
/* ========================================================================= */

.o-m__form-content form .hs-form-field label {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: flex-end !important;
  align-items: center !important;
}

.p__cooperation-contact .o-m__form-content form input[type="submit"] {
  font-size: 18px;
}

.p__cooperation-consider .o-c__heading-lead {
  text-align: left;
  @media screen and (max-width: 576px) {
    padding-bottom: 0;
  }
}

.p__cooperation-companies_case {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  @media screen and (max-width: 1024px) {
    padding: 20px;
  }
  @media screen and (max-width: 768px) {
    padding: 15px;
  }
}

.p__cooperation-companies_case table {
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.p__cooperation-companies_case thead th {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  background: var(--gray-bg-02);
  text-align: center;
  padding: 15px;
  @media screen and (max-width: 768px) {
    font-size: 11px;
    line-height: 1.36;
    padding: 5px;
  }
}

.p__cooperation-companies_case thead th:nth-child(1),
.p__cooperation-companies_case thead th:nth-child(3) {
  width: 240px;
  @media screen and (max-width: 768px) {
    width: 80px;
  }
}

.p__cooperation-companies_case tbody td {
  padding: 30px;
  @media screen and (max-width: 768px) {
    padding: 5px;
  }
}

.p__cooperation-companies_case tbody td a.bnr {
  transition: all 0.15s ease-in-out 0.15s;
  width: 400px;
  display: inline-block;
  vertical-align: top;
  @media screen and (max-width: 768px) {
    width: 100%;
    max-width: 300px;
  }
  &:hover {
    opacity: 0.7;
  }
}

.p__cooperation-companies_case tbody td a.bnr img {
  width: 100%;
  height: auto;
}

.p__cooperation-companies_case tbody td .link {
  font-size: 14px;
  font-weight: bold;
  color: var(--link);
  position: relative;
  @media screen and (max-width: 768px) {
    font-size: 11px;
    line-height: 1.4;
    text-align: left;
    display: inline-block;
    vertical-align: top;
  }
  &::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    background: url(/rakurakucloud/meisai/assets/image/figure/icon-blank_blue.svg) 0 0 no-repeat;
    background-size: cover;
    width: 13px;
    height: 11px;
    margin-left: 8px;
    @media screen and (max-width: 768px) {
      width: 9px;
      height: 8px;
      position: relative;
      top: -5px;
      margin-left: 5px;
    }
  }
}

.p__cooperation-companies_case tbody td:first-child img {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 84px;
  @media screen and (max-width: 768px) {
    max-width: 70px;
    max-height: 26px;
  }
}

.p__cooperation-companies_case td, .p__cooperation-companies_case th {
  border: solid 1px var(--gray-bg-01);
  text-align: center;
}

.p__cooperation-companies_case .service {
  font-size: 18px;
  font-weight: bold;
  @media screen and (max-width: 768px) {
    font-size: 12px;
  }
}

.p__cooperation-companies_case .company {
  font-size: 14px;
  @media screen and (max-width: 768px) {
    font-size: 11px;
  }
}

.p__cooperation-companies_annotation {
  font-size: 10px;
  line-height: 1.6;
  margin: 20px 0 0;
  @media screen and (max-width: 768px) {
    margin: 10px 0 0;
  }
}

.p__cooperation-success_case {
  background: #fff;
  border-radius: 10px;
  padding: 45px 40px 45px;
  @media screen and (max-width: 1024px) {
    padding: 50px 20px;
  }
  @media screen and (max-width: 768px) {
    padding: 15px 15px 50px;
  }
}

.p__cooperation-success_wrap {
  display: flex;
  gap: 0 50px;
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}

.p__cooperation-success_left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  @media screen and (max-width: 768px) {
    order: 2;
  }
}

.p__cooperation-success_right {
  width: 350px;
  text-align: center;
  @media screen and (max-width: 768px) {
    width: 100%;
    margin: 20px 0 0;
  }
}

.p__cooperation-success_logo {
  width: 131px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  @media screen and (max-width: 768px) {
    width: 108px;
  }
}

.p__cooperation-success_logo img {
  width: 100%;
  height: auto;
}

.p__cooperation-success_img {
  max-width: 350px;
}

.p__cooperation-success_img img {
  width: 100%;
  height: auto;
}

.p__cooperation-success_name {
  font-size: 14px;
  margin: 20px 0 0;
}

.p__cooperation-success_top {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 20px;
  color: var(--rmeisai-primary);
  @media screen and (max-width: 768px) {
    font-size: 20px;
    margin: 0 0 15px;
    text-align: left;
  }
}

.p__cooperation-success_top_text {
  font-size: 14px;
  line-height: 1.6;
  @media screen and (max-width: 768px) {
    margin-top: 20px;
  }
}

.p__cooperation-success .o-c__btn {
  margin-top: 25px;
  @media screen and (max-width: 768px) {
    margin-top: 15px;
  }
}
