@charset "utf-8";

/*=== メインエリア ===*/
.main-container {
  margin-top: 0;
}
.main-ttl {
  justify-content: center;
  text-align: center;
}
.main-txt {
  text-align: center;
}


/*=== タブ切替 ===*/
.js-tabSwitchCont {
  display: none;
}
.js-tabSwitchCont.is-active {
  display: block;
}


/*=== 追従バナー ===*/
.js-floatBnrArea {
  position: relative;
}
.floatBnr {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.floatBnr.is-fixed {
  position: fixed;
}
a.floatBnr-link {
  display: block;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}
a.floatBnr-link:hover {
  opacity: 0.7;
}


/*=== モーダル ===*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2147483640;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.modal::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal.is-modalShow {
  opacity: 1;
  visibility: visible;
}
.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 1160px;
  z-index: 100;
  transform: translate(-50%,-50%);
}
.modal-close {
  position: absolute;
  top: -22px;
  right: -22px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  background-color: #000;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}
.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 25px;
  background: #fff;
  border-radius: 1.5px;
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.modal-close:hover {
  opacity: 0.7;
}
.modal-inner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 90vh;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px;
}
.modal-inner > *:first-child {
  margin-top: 0;
}
.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: -32px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  padding: 0;
  border: none;
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  background-color: #000;
  border-radius: 100%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.slick-arrow.modal-prev {
  left: -32px;
  transform: translateY(-50%) rotate(180deg);
}
.slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 20px;
  height: 30px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.slick-arrow:hover {
  opacity: 0.7;
}
.slick-arrow.slick-disabled {
  display: none !important;
}
@media only screen and (max-width: 1225px) {
  .slick-arrow {
    right: -1.633vw;
    width: 5.224vw;
    height: 5.224vw;
  }
  .slick-arrow.modal-prev {
    left: -2.612vw;
  }
  .slick-arrow::before {
    right: 1.469vw;
    width: 1.633vw;
    height: 2.449vw;
  }
}


/*=== キャンペーン終了 ===*/
.end {
  max-width: 1200px;
  margin: 0 auto 15px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.end-inner {
  padding: 15px;
  border: 1px solid #ccc;
}
a.end-link {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  font-size: 20px;
  text-align: center;
}
a.end-link::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: -10px;
  width: 8px;
  height: 12px;
  background-color: #666;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}


/*=== メインビジュアル ===*/
.mainvisual-sub {
  padding: 5px 20px;
  text-align: center;
}
.mainvisual-main {
  padding: 0;
}
.mainvisual-txt {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 18px;
}
.mainvisual-txt .type-em {
  font-weight: bold;
}


/*=== アンカーナビゲーション ===*/
.nav {
  margin: 20px auto 15px;
  text-align: center;
}


/*=== 追従ナビ ===*/
.cpNav-apply {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
a.cpNav-applyBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 60px;
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background-color: #b52a06;
}
a.cpNav-applyBtn:visited {
  color: #fff;
}
.cpNav-applyTxt {
  position: relative;
  padding-right: 20px;
}
.cpNav-applyTxt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 8px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 769px) {
  a.cpNav-applyBtn:hover {
    color: #b52a06;
    background-color: #fff;
  }
  a.cpNav-applyBtn:hover .cpNav-applyTxt::after {
    background-color: currentColor;
  }
}


/*=== お問い合わせ ===*/
.cpApply {
  line-height: 1.4;
}
.cpApply-wrap {
  position: relative;
}
.cpApply-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 385px;
  overflow: hidden;
}
.cpApply-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 120%;
  height: 100%;
  border-radius: 0 0 100% 100%;
  transform: translateX(-50%);
}
.cpApply-head {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 10px 20px;
  font-size: 22px;
  text-align: center;
}
.cpApply-limit {
  margin: 0 10px;
  padding: 0 20px 2px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 50px;
}
.cpApply-limit .type-highlight {
  padding: 0 5px;
  color: #a60000;
}
.cpApply-limit .type-small {
  font-size: 16px;
}
.cpApply-lead {
  color: #fff;
}
.cpApply-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.cpApply .main-section {
  position: relative;
  padding: 20px;
  z-index: 2;
}
.cpApply-ttl {
  text-align: center;
}
.cpApply-list {
  display: flex;
  justify-content: space-between;
}
.cpApply-item {
  width: calc((100% - 20px) / 2);
  padding: 20px 20px 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.cpApply-subttl {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1c3583;
  font-weight: bold;
  font-size: 22px;
}
.pattern-web .cpApply-subttl {
  color: #c40a0a;
}
.cpApply-subttl_icon {
  flex-shrink: 0;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.pattern-tel .cpApply-subttl_icon {
  filter: brightness(0) saturate(100%) invert(17%) sepia(51%) saturate(3338%) hue-rotate(215deg) brightness(83%) contrast(90%);
}
.pattern-web .cpApply-subttl_icon {
  filter: brightness(0) saturate(100%) invert(17%) sepia(75%) saturate(4128%) hue-rotate(355deg) brightness(81%) contrast(100%);
}
.cpApply-subttl_txt .type-em {
  font-size: 30px;
  line-height: 0;
}
.cpApply-detail {
  max-width: 495px;
  margin: 10px auto 0;
  padding-top: 15px;
  border-top: 2px solid #f2f2f2;
}
.cpApply-tel {
  display: flex;
  align-items: center;
}
.cpApply-tag {
  flex-shrink: 0;
  min-height: 56px;
  margin-right: 10px;
  padding: 7px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  line-height: 1.1;
  background-color: #1c3583;
}
.cpApply-tag .type-em {
  display: block;
  font-size: 22px;
}
.cpApply-number {
  font-weight: bold;
  font-size: 58px;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media print, screen and (max-width: 1200px) {
  .cpApply-tag {
    min-height: 4.667vw;
    margin-right: 0.833vw;
    padding: 0.583vw 0.833vw;
    font-size: 1.25vw;
  }
  .cpApply-tag .type-em {
    font-size: 1.833vw;
  }
  .cpApply-number {
    font-size: 4.833vw;
  }
}
.cpApply-transition {
  max-width: 420px;
  margin: 0 auto;
}
a.cpApply-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 58px;
  padding: 10px 45px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #c40a0a;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
a.cpApply-btn:visited {
  color: #fff;
}
a.cpApply-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.cpApply-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 20px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.cpApply-btn_txt {
  width: 100%;
  text-align: center;
}
.cpApply-detailList {
  margin-top: 25px;
}
.cpApply-detailItem {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.cpApply-label {
  flex-shrink: 0;
  width: 90px;
  margin-right: 20px;
  padding-bottom: 2px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background-color: #1c3583;
}
.pattern-web .cpApply-label {
  background-color: #c40a0a;
}
.cpApply-txt {
  position: relative;
  top: -5px;
  font-size: 22px;
}
.cpApply-txt .type-sup {
  display: inline-block;
  font-size: 12px;
  vertical-align: super;
}
.cpApply-note {
  margin-top: 20px;
  padding-left: 1em;
  font-size: 14px;
  text-align: center;
  text-indent: -1em;
}
.cpApply-wrap .cpApply-note {
  color: #fff;
}


/*=== キャンペーン概要 ===*/
.overview-table {
  width: 100%;
  margin-top: 40px;
  border-collapse: collapse;
}
.overview-table th {
  width: 190px;
  padding: 10px;
  border: 1px solid #b3b3b3;
  font-weight: normal;
  line-height: 1.4;
  vertical-align: middle;
  background-color: #f2f2f2;
}
.overview-table td {
  padding: 15px 20px;
  border: 1px solid #b3b3b3;
  font-size: 14px;
  vertical-align: middle;
  background-color: #fff;
}
.overview-table ul,
.overview-table ol,
.overview-note {
  padding-left: 1em;
  text-indent: -1em;
}
.overview-table .type-highlight {
  color: #ac2330;
}


/*=== バナーエリア ===*/
.bnr {
  background-color: #f7f7f7;
}
.bnr .main-ttl {
  justify-content: center;
}
.bnr-cont {
  margin-top: 40px;
  padding: 30px 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
.bnr-link:hover {
  opacity: 0.7;
}


@media print, screen and (max-width: 768px) {
  /*=== モーダル ===*/
  .modal-close {
    top: -20px;
    right: -10px;
    width: 42px;
    height: 42px;
  }
  .modal-close::before,
  .modal-close::after {
    width: 2px;
    height: 22px;
    border-radius: 1px;
  }
  .modal-inner {
    max-height: 70vh;
    padding: 25px 15px;
  }
  .slick-arrow {
    right: -12px;
    width: 35px;
    height: 35px;
  }
  .slick-arrow.modal-prev {
    left: -12px;
  }
  .slick-arrow::before {
    right: 12px;
    width: 8px;
    height: 12px;
  }
  /*=== キャンペーン終了 ===*/
  .end {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 16px;
  }
  a.end-link {
    font-size: 16px;
  }
  /*=== メインビジュアル ===*/
  .mainvisual-main {
    max-width: 550px;
  }
  /*=== 追従ナビ ===*/
  a.cpNav-applyBtn span {
    display: block;
    width: 100%;
  }
  /*=== お問い合わせ ===*/
  .cpApply-bg {
    height: 424px;
  }
  .cpApply-bg::before {
    width: 160%;
  }
  .cpApply-head {
    padding: 10px 15px;
    font-size: 16px;
  }
  .cpApply-limit {
    margin: 0;
    padding: 0 10px 2px 15px;
  }
  .cpApply-limit .type-highlight {
    padding: 0;
  }
  .cpApply-limit .type-small {
    font-size: 14px;
  }
  .cpApply-lead {
    margin-top: 2px;
  }
  .cpApply-inner {
    padding: 20px 15px;
  }
  .cpApply .main-section {
    padding: 20px 15px;
  }
  .cpApply-ttl {
    max-width: 335px;
    margin: 0 auto 20px;
  }
  .cpApply-list {
    flex-wrap: wrap;
  }
  .cpApply-item {
    width: 100%;
    padding: 15px;
  }
  .cpApply-item.pattern-tel {
    order: 2;
    margin-top: 10px;
  }
  .cpApply-item.pattern-web {
    order: 1;
  }
  .cpApply-subttl {
    font-size: 20px;
  }
  .cpApply-subttl_txt .type-em {
    font-size: 28px;
    line-height: 1;
  }
  .cpApply-detail {
    max-width: 100%;
    border-width: 1px;
  }
  .cpApply-tel {
    justify-content: center;
  }
  .cpApply-tag {
    min-height: 50px;
    margin-right: 10px;
    padding: 5px;
    font-size: 14px;
  }
  .cpApply-tag .type-em {
    font-size: 20px;
  }
  .cpApply-number {
    font-size: 34px;
  }
  .cpApply-transition {
    max-width: 550px;
  }
  .pattern-tel .cpApply-transition {
    margin-top: 20px;
  }
  a.cpApply-btn {
    min-height: 48px;
    padding: 10px 35px;
    font-size: 18px;
  }
  .pattern-tel a.cpApply-btn {
    padding-left: 20px;
    background-color: #1c3583;
  }
  a.cpApply-btn::after {
    right: 15px;
    width: 10px;
    height: 15px;
  }
  .cpApply-label {
    padding-bottom: 0;
    font-size: 14px;
  }
  .cpApply-txt {
    top: -2px;
    font-size: 18px;
  }
  .cpApply-txt .type-sup {
    font-size: 11px;
  }
  .cpApply-note {
    margin-top: 10px;
    text-align: left;
  }
  /*=== キャンペーン概要 ===*/
  .overview-table th {
    width: 30%;
    padding: 15px 5px;
    font-size: 14px;
  }
  .overview-table td {
    width: 70%;
    padding: 15px;
    font-size: 14px;
  }
  /*=== バナーエリア ===*/
  .bnr-cont {
    margin-top: 25px;
    padding: 25px 15px;
  }
}
