@charset "utf-8";

.inner {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-inline: auto;
}
.content {

}

/* top_area
======================== */
.top_area {
  position: relative;
  padding-top: 60px;
}
.mv_icon {
  position: absolute;
  width: 200px;
  top: -150px;
  left: calc(50% + 360px);
}
.top_wrap {
  overflow: hidden;
  position: relative;
  width: calc(100% - 40px);
  margin-inline: auto;
}
.top_center {
  text-align: center;
}
.top_lead {
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 2;
}
.top_cap {
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.top_left_img,
.top_right_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top_left_img {
  width: 286px;
  left: calc(50% - 620px);
}
.top_right_img {
  width: 183px;
  left: calc(50% + 360px);
}
.contents_main {
  position: relative;
  margin-top: 80px;
}
.contents_main::before {
  content: "";
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 490px;
  background-color: #eae8dd;
}
.contents_main .inner {
  position: relative;
}
.contents_main_cap {
  width: calc(100% - 40px);
  margin-inline: auto;
  display: flex;
  justify-content: center;
}
.contents_main_cap p {
  text-align: left;
  font-size: 12px;
  letter-spacing: .03em;
  line-height: 1.6;
}
.contents_main_cap p .title {
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
}

@media only screen and (max-width:1200px) {
  .mv_icon {
    width: 150px;
    top: -100px;
    left: auto;
    right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .mv_icon {
    display: none;
  }
  .top_area {
    padding-top: 30px;
  }
  .top_lead {
    font-size: 12px;
  }
  .top_cap {
    margin-top: 16px;
    font-size: 10px;
  }
  .top_sp_flex {
    margin-top: 14px;
    display: flex;
    align-items: end;
    justify-content: center;
    column-gap: 14px;
  }
  .top_left_img,
  .top_right_img {
    position: static;
    transform: none;
  }
  .top_left_img {
    max-width: 286px;
    width: 50%;
  }
  .top_right_img {
    max-width: 183px;
    width: 36%;
  }
  .contents_main {
    margin-top: 30px;
  }
  .contents_main::before {
    content: none;
  }
  .contents_main .inner {
    width: 100%;
  }
  .contents_main_cap {
    margin-top: 20px;
  }
  .contents_main_cap p {
    font-size: 10px;
  }
  .contents_main_cap p .title {
    font-size: 13px;
    margin-bottom: 6px;
  }
}

/* point_area
======================= */
.point_area {
  margin-top: 80px;
}
.point_title {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.point_title span {
  display: block;
  font-size: 21px;
}
.point_wrap {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 7%;
  row-gap: 60px;
}
.point_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
}
.maker_title {
  min-height: 54px;
  display: flex;
  align-items: end;
}
.maker_title img {
  display: block;
  margin-inline: auto;
}
.maker_pana {
  width: 220px;
}
.maker_sumitomo {
  width: 184px;
}
.maker_misawa {
  width: 204px;
}
.maker_sekisui {
  width: 202px;
}
.maker_toyota {
  width: 198px;
}
.maker_applause {
  width: 260px;
}
.maker_hebel {
  width: 197px;
}
.point_item_img {
  margin-top: 8px;
}
.point_item_label {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  padding-block: 10px;
}
.point_item_text {
  margin-top: 6px;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.point_item_btn {
  display: block;
  position: relative;
  margin-inline: auto;
  padding-block: 10px;
  width: 100%;
  max-width: 200px;
  border: 2px solid #000;
  border-radius: 100px;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #000;
  transition: background-color 0.3s, color 0.3s;
}
.point_item_btn:hover {
  background-color: #000;
  color: #fff;
}
.point_item_btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border-color 0.3s;
}
.point_item_btn:hover:after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.point_item01 .point_item_label {
  background-color: #31ae3e;
}
.point_item02 .point_item_label {
  background-color: #801f66;
}
.point_item03 .point_item_label {
  background-color: #e5713f;
}
.point_item04 .point_item_label {
  background-color: #ea5513;
}
.point_item05 .point_item_label {
  background-color: #00a1e9;
}
.point_item06 .point_item_label {
  background-color: #ffc000;
}
.point_item07 .point_item_label {
  background-color: #c0504d;
}
.point_item07 {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.point_item07_img {
  width: 100%;
  max-width: 350px;
}
.point_item07_body {
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.point_item07_cap {
  font-size: 13px;
  letter-spacing: 0.02em;
  text-decoration: underline;
}
.point_item07 .point_item_btn {
  margin-top: 16px;
}
.point_area_lead {
  margin-top: 60px;
  font-size: 21px;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.point_banner {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .point_area {
    margin-top: 40px;
  }
  .point_title {
    font-size: 18px;
  }
  .point_title span {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .point_wrap {
    width: 90%;
    margin-inline: auto;
    margin-top: 18px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
  .point_item {
    row-gap: 15px;
  }
  .maker_title {
    min-height: auto;
  }
  .maker_pana {
    width: 180px;
  }
  .maker_sumitomo {
    width: 170px;
  }
  .maker_misawa {
    width: 180px;
  }
  .maker_sekisui {
    width: 180px;
  }
  .maker_toyota {
    width: 180px;
  }
  .maker_applause {
    width: 220px;
  }
  .maker_hebel {
    width: 178px;
  }
  .point_item_img {
    margin-top: 4px;
  }
  .point_item_label {
    font-size: 16px;
    padding-block: 6px;
  }
  .point_item_text {
    margin-top: 6px;
    font-size: 13px;
  }
  .point_item_btn {
    padding-block: 6px;
    max-width: 190px;
    font-size: 13px;
  }
  .point_item_btn:after {
    right: 15px;
    width: 8px;
    height: 8px;
  }
  .point_item07 {
    margin-top: 30px;
    width: 90%;
    margin-inline: auto;
    flex-direction: column;
  }
  .point_item07_img {
    order: 1;
    max-width: 100%;
  }
  .point_item07_body,
  .point_item07_meta {
    display: contents;
  }
  .sp_oder1 {
    order: 1;
  }
  .point_item07_cap {
    margin-top: 20px;
    order: 1;
    font-size: 10px;
  }
  .point_item07 .point_item_btn {
    margin-top: 16px;
  }
  .point_area_lead {
    margin-top: 40px;
    font-size: 14px;
  }
  .point_banner {
    margin-top: 30px;
  }
}

/* modal_area
========================= */
.modal_area {
  margin-top: 40px;
  padding-bottom: 40px;
}
.modal_area_img {
  width: 100%;
  max-width: 870px;
  margin-inline: auto;
}
.modal_area_btn {
  color: #fff;
  background-color: #00a1e9;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  padding-block: 20px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 21px;
  letter-spacing: 0.03em;
  line-height: 1;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.modal_area_btn:hover {
  background-color: #0089c7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.modal_area_btn::before,
.modal_area_btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.modal_area_btn::before {
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  right: 50px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.modal_area_btn::after {
  right: 62px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #00a1e9;
  border-right: 2px solid #00a1e9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .modal_area {
    margin-top: 40px;
  }
  .modal_area_img {
    width: 86%;
    max-width: 600px;
    margin-bottom: 14px;
  }
  .modal_area_sp2 {
    width: 68%;
    margin-inline: auto;
    max-width: 400px;
    margin-top: 14px;
  }
  .modal_area_btn {
    width: 96%;
    max-width: 400px;
    padding-block: 14px;
    font-size: 15px;
  }
  .modal_area_btn::before {
    width: 22px;
    height: 22px;
    right: 20px;
  }
  .modal_area_btn::after {
    right: 28px;
    width: 8px;
    height: 8px;
  }
}

/* maker_modal
========================= */
.maker-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9998;
  padding: 20px;
  overflow-y: auto;
  /* モーダル内のスクロールが端まで行っても背景へ伝播させない */
  overscroll-behavior: contain;
}
.maker-modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.maker-modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.maker-modal .maker-link-area.inr {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1040px;
  max-height: 90vh;
  overflow-y: auto;
  margin: 0;
}
.maker-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #999;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .maker-modal {
    padding: 30px 10px 10px;
  }
  .maker-modal-close {
    top: 5px;
    right: 5px;
  }
  .maker-link-area .maker-link-inner .maker-link-title p:first-child {
    font-size: 15px;
    margin-bottom: 14px;
  }
  .maker-link-area .maker-link-inner .maker-link-title .maker-link-text {
    font-size: 13px;
  }
  .maker-link-area .maker-list {
    margin-top: 10px;
    grid-row-gap: 20px;
  }
}
