@charset "utf-8";

.main-container {
  margin-top: 0;
}


/*=== キャンペーン ===*/
.campaign {
  margin-top: 20px;
  background-color: #f9e0d0;
}
.campaign .main-section {
  padding: 20px 20px 25px;
}
.campaign-column {
  display: flex;
  align-items: center;
}
.campaign-head {
  width: 30%;
  text-align: center;
}
.campaign-icon.commonIcon-campaign {
  width: 62px;
  height: 57px;
}
.campaign-ttl {
  color: #41362e;
  font-size: 24px;
}
.campaign-cont {
  display: flex;
  width: 70%;
}
.campaign-bnr:not(:first-child) {
  margin-left: 30px;
}
.campaign-bnr a:hover {
  opacity: 0.7;
}


/*=== FMV訪問サポートについて ===*/
.about-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-main {
  max-width: 600px;
  margin-right: 30px;
}
.about-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 35px -25px 0 0;
}
.about-transition {
  flex-grow: 1;
  margin: 20px 25px 0 0;
}
a.about-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 50px;
  padding: 5px 40px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #41362e;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
a.about-btn:visited {
  color: #fff;
}
a.about-btn:hover {
  text-decoration: none;
  background-color: #e85d00;
}
a.about-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
a.about-btn:hover::after {
  background-color: currentColor;
}
.about-thumb {
  min-width: 350px;
}
.about-note {
  margin-top: 50px;
  color: #df0606;
}


/*=== サービス一覧 ===*/
.service {
  background-color: #f7f7f7;
}
.service-target {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.service-mark {
  margin-right: 40px;
}
.service-icon {
  margin-right: 10px;
}
.service-subttl {
  position: relative;
  padding: 0 0 15px 50px;
  border-bottom: 1px solid #e85d00;
  color: #41362e;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2;
}
.service-subttl .service-icon {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0;
}
.service-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-item {
  width: calc((100% - 20px) / 2);
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
a.service-link {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border-radius: 2px;
  outline: 3px transparent solid;
}
a.service-link:hover {
  outline-color: #ee7633;
}
.service-clip {
  position: relative;
  width: 50%;
  max-width: 200px;
}
.service-caption {
  display: inline-block;
  position: absolute;
  left: 0;
  padding: 6px 5px 6px 10px;
  color: #fff;
  line-height: 1.2;
  background-color: rgba(74, 65, 60, 0.6);
}
.service-cont {
  flex-grow: 1;
  width: 60%;
  padding: 25px 20px 20px;
}
.service-head {
  display: flex;
  align-items: center;
}
.service-name {
  padding-bottom: 5px;
  border-bottom: 1px solid #41362e;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
}
.service-device {
  flex-shrink: 0;
  margin-left: 10px;
}
.service-detail {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.4;
}
.service-lead {
  position: relative;
  padding-left: 18px;
  color: #e85d00;
}
.service-lead::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 8px;
  background-color: currentColor;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.service-txt {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
}
.service-txt::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}


@media print, screen and (max-width: 768px) {
  /*=== メインビジュアル ===*/
  .mainvisual-head {
    margin-top: 0;
  }
  .mainvisual-ttl {
    font-size: 21px;
    text-align: left;
    line-height: 1.9;
  }
  /*=== キャンペーン ===*/
  .campaign {
    margin-top: 40px;
  }
  .campaign .main-section {
    padding: 40px 15px;
  }
  .campaign-column {
    display: block;
  }
  .campaign-head {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .campaign-head .commonIcon-campaign {
    width: 30px;
    height: 28px;
    margin-right: 10px;
  }
  .campaign-ttl {
    font-size: 16px;
  }
  .campaign-cont {
    display: block;
    width: 100%;
    margin-top: 25px;
    text-align: center;
  }
  .campaign-bnr:not(:first-child) {
    margin: 20px 0 0;
  }
  /*=== FMV訪問サポートについて ===*/
  .about-column {
    flex-wrap: wrap-reverse
  }
  .about-main {
    width: 100%;
    max-width: none;
    margin: 45px 0 0;
  }
  .about-cont {
    display: block;
    margin: 55px 0 0;
  }
  .about-transition {
    max-width: 550px;
    margin: 30px auto 0;
  }
  a.about-btn {
    min-height: 42px;
    padding: 5px 35px;
    font-size: 16px;
  }
  a.about-btn::after {
    right: 15px;
  }
  .about-thumb {
    max-width: 550px;
    min-width: auto;
    margin: 0 auto;
  }
  .about-note {
    margin-top: 35px;
  }
  /*=== サービス一覧 ===*/
  .service .main-ttl {
    font-size: 30px;
    justify-content: center;
  }
  .service-target {
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px auto 0;
  }
  .service-mark {
    flex-grow: 1;
    max-width: 250px;
    margin-right: 20px;
  }
  .service-mark:not(:first-child) {
    margin-top: 5px;
  }
  .service-icon.commonIcon-sp {
    margin-right: 16px;
    margin-left: 8px;
  }
  .service-subttl {
    padding-bottom: 10px;
    border-width: 2px;
    font-size: 23px;
  }
  .service-subttl .service-icon {
    top: -3px;
  }
  .service-list {
    display: block;
    max-width: 550px;
    margin: 0 auto;
  }
  .service-item {
    width: 100%;
    margin-top: 40px;
  }
  a.service-link {
    display: block;
  }
  .service-clip {
    width: 100%;
    max-width: 100%;
  }
  .service-caption {
    font-size: 17px;
  }
  .service-cont {
    width: 100%;
    padding: 35px 15px 40px;
  }
  .service-name {
    padding-bottom: 8px;
    font-size: 22px;
  }
  .service-detail {
    margin-top: 30px;
    font-size: 16px;
  }
  .service-txt {
    padding-left: 18px;
  }
}
