@charset "UTF-8";
h1 {
  margin: 0;
  padding: 0;
}
h1::after {
  display: none !important;
}

h2::before, h2::after {
  display: none !important;
}

table th, table td {
  border: none;
}

.section-note .container .fs-14.fw-bold {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 32px);
    margin: 0 16px;
  }
}

sup {
  font-weight: normal;
}

.text-upper::before, .text-upper::after {
  top: 5%;
  border-color: currentColor;
  height: 80%;
}
.text-upper::before {
  transform: rotate(-30deg);
}
.text-upper::after {
  transform: rotate(30deg);
}

/*テキスト*/
.text-del {
  text-decoration: line-through;
}

.text-italic {
  font-style: italic;
}

.text-kerning {
  font-feature-settings: "palt" 1;
}

.fs-36 {
  font-size: 36px;
}

.fs-15 {
  font-size: 15px !important;
}

.color-wht {
  color: #FFF;
}

.color-em {
  color: #e83817;
}

.color-yel {
  color: #FFFF00;
}

.color-marker-yel {
  background: linear-gradient(transparent 1.1em, #fffe00 1.1em, #fffe00 1.35em, transparent 1.35em);
}

.color-marker-wht {
  background: linear-gradient(transparent 1.1em, #ffffff 1.1em, #ffffff 1.35em, transparent 1.35em);
}

.color-marker-skew {
  position: relative;
  z-index: 0;
}
.color-marker-skew::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 14%;
  transform: skew(-30deg);
  background: #fffe00;
}

@media screen and (min-width: 980px) {
  .text-center-pc {
    text-align: center;
  }
}

.text-under {
  text-decoration: underline;
}

.line-height-sm {
  line-height: 1.4;
}

.line-height-xs {
  line-height: 1.2;
}

/*リスト*/
.list-note-num.star > li::before {
  content: "★";
}

/*ボード*/
.board-lg {
  padding: 32px 24px;
  border-radius: 32px;
}

/*角丸*/
.bd-radius-max {
  border-radius: 1000px !important;
}

.bd-radius-48 {
  border-radius: 48px !important;
}

.bd-radius-12 {
  border-radius: 12px !important;
}

.bd-radius-6 {
  border-radius: 6px !important;
}

/*幅指定*/
.w-full {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.mw-390 {
  max-width: 390px !important;
}

[class*=content-] {
  margin-inline: auto;
}

.content-1024 {
  max-width: 1024px;
}

.content-800 {
  max-width: 800px;
}

.content-750 {
  max-width: 750px;
}

.content-650 {
  max-width: 650px;
}

.content-630 {
  max-width: 630px;
}

.content-550 {
  max-width: 550px;
}

.fit {
  width: 100%;
  height: auto;
}

/*ブロック要素*/
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

/*CVエリア タブレット時に幅が小さくなるのを回避*/
.section.section-cv .container .cv-guide[data-max-width="764"] {
  max-width: 764px;
  width: 100%;
}

.lp-btn-white,
.lp-btn-white-primary {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #333 !important;
  width: 100%;
  max-width: 330px;
  height: auto;
  min-height: 60px;
  margin-inline: auto;
  border-radius: 128px;
  background-color: #fff;
  /*
  @media (hover: none) {
  	&:active {
  		@content;
  	}
  }
  */
}
.lp-btn-white::after,
.lp-btn-white-primary::after {
  transition: 0.25s;
  content: "";
  position: absolute;
  right: 16px;
  top: calc(50% - 8.5px);
  width: 17px;
  height: 17px;
  background: url(../images/icn/icn_arr_primary.svg) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 767px) {
  .lp-btn-white::after,
  .lp-btn-white-primary::after {
    top: calc(50% - 7.5px);
    width: 15px;
    height: 15px;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .lp-btn-white:hover::after,
  .lp-btn-white-primary:hover::after {
    transform: translateX(4px);
  }
}

.lp-btn-white-primary {
  border: 2px solid #e83817;
}

.swiper-fade .swiper-slide {
  transition-property: opacity;
}
.swiper-service,
.swiper-campaign,
.swiper-support,
.swiper-other {
  opacity: 0;
  position: relative;
  max-width: 1120px;
  margin: 0 auto 20px;
}
.swiper-service.is-show,
.swiper-campaign.is-show,
.swiper-support.is-show,
.swiper-other.is-show {
  opacity: 1;
}
.swiper-service .swiper-footer,
.swiper-campaign .swiper-footer,
.swiper-support .swiper-footer,
.swiper-other .swiper-footer {
  margin-block: 24px;
}
.swiper-service .swiper-footer .swiper-btn-prev,
.swiper-service .swiper-footer .swiper-btn-next,
.swiper-campaign .swiper-footer .swiper-btn-prev,
.swiper-campaign .swiper-footer .swiper-btn-next,
.swiper-support .swiper-footer .swiper-btn-prev,
.swiper-support .swiper-footer .swiper-btn-next,
.swiper-other .swiper-footer .swiper-btn-prev,
.swiper-other .swiper-footer .swiper-btn-next {
  position: absolute;
  z-index: 1;
  top: calc(50% - 38px);
  width: 40px;
  height: 40px;
  margin: auto;
  outline: none;
  background: url(../images/swiper_btn_next_dark.svg) no-repeat 0 0/100% auto;
}
.swiper-service .swiper-footer .swiper-btn-prev.swiper-button-disabled,
.swiper-service .swiper-footer .swiper-btn-next.swiper-button-disabled,
.swiper-campaign .swiper-footer .swiper-btn-prev.swiper-button-disabled,
.swiper-campaign .swiper-footer .swiper-btn-next.swiper-button-disabled,
.swiper-support .swiper-footer .swiper-btn-prev.swiper-button-disabled,
.swiper-support .swiper-footer .swiper-btn-next.swiper-button-disabled,
.swiper-other .swiper-footer .swiper-btn-prev.swiper-button-disabled,
.swiper-other .swiper-footer .swiper-btn-next.swiper-button-disabled {
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .swiper-service .swiper-footer .swiper-btn-prev,
  .swiper-service .swiper-footer .swiper-btn-next,
  .swiper-campaign .swiper-footer .swiper-btn-prev,
  .swiper-campaign .swiper-footer .swiper-btn-next,
  .swiper-support .swiper-footer .swiper-btn-prev,
  .swiper-support .swiper-footer .swiper-btn-next,
  .swiper-other .swiper-footer .swiper-btn-prev,
  .swiper-other .swiper-footer .swiper-btn-next {
    display: none;
    top: 50%;
    width: 30px;
    height: 30px;
  }
}
.swiper-service .swiper-footer .swiper-btn-prev,
.swiper-campaign .swiper-footer .swiper-btn-prev,
.swiper-support .swiper-footer .swiper-btn-prev,
.swiper-other .swiper-footer .swiper-btn-prev {
  left: -20px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .swiper-service .swiper-footer .swiper-btn-prev,
  .swiper-campaign .swiper-footer .swiper-btn-prev,
  .swiper-support .swiper-footer .swiper-btn-prev,
  .swiper-other .swiper-footer .swiper-btn-prev {
    left: 8px;
  }
}
.swiper-service .swiper-footer .swiper-btn-next,
.swiper-campaign .swiper-footer .swiper-btn-next,
.swiper-support .swiper-footer .swiper-btn-next,
.swiper-other .swiper-footer .swiper-btn-next {
  right: -20px;
}
@media screen and (max-width: 767px) {
  .swiper-service .swiper-footer .swiper-btn-next,
  .swiper-campaign .swiper-footer .swiper-btn-next,
  .swiper-support .swiper-footer .swiper-btn-next,
  .swiper-other .swiper-footer .swiper-btn-next {
    right: 8px;
  }
}
.swiper-service .swiper-footer .swiper-pagination,
.swiper-campaign .swiper-footer .swiper-pagination,
.swiper-support .swiper-footer .swiper-pagination,
.swiper-other .swiper-footer .swiper-pagination {
  position: relative;
  margin-top: 8px;
}
.swiper-service .swiper-footer .swiper-pagination .swiper-pagination-bullet,
.swiper-campaign .swiper-footer .swiper-pagination .swiper-pagination-bullet,
.swiper-support .swiper-footer .swiper-pagination .swiper-pagination-bullet,
.swiper-other .swiper-footer .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border-radius: 10px;
  background: #B4B4B4;
  opacity: 1;
}
.swiper-service .swiper-footer .swiper-pagination .swiper-pagination-bullet::after,
.swiper-campaign .swiper-footer .swiper-pagination .swiper-pagination-bullet::after,
.swiper-support .swiper-footer .swiper-pagination .swiper-pagination-bullet::after,
.swiper-other .swiper-footer .swiper-pagination .swiper-pagination-bullet::after {
  transition: 0.25s;
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #e83817;
  opacity: 0;
}
.swiper-service .swiper-footer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.swiper-campaign .swiper-footer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.swiper-support .swiper-footer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.swiper-other .swiper-footer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.lp {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.img-bd {
  box-sizing: content-box;
  border: 1px solid #fff;
}

.h-balloon {
  position: relative;
  max-width: 560px;
  margin: 0 auto 48px;
  padding-bottom: 20px;
  border-bottom: 2px solid #333;
  --bgcolor: #FDECEE;
}
@media screen and (max-width: 767px) {
  .h-balloon {
    margin-bottom: 40px;
  }
}
.h-balloon::before, .h-balloon::after {
  display: block !important;
  content: "";
  position: absolute;
  top: 100%;
  height: 20px;
}
.h-balloon::before {
  z-index: 2;
  left: calc(50% - 8px);
  transform: skew(-40deg);
  width: 2px;
  border-right: 2px solid #fff;
  background-color: var(--bgcolor);
}
.h-balloon::after {
  z-index: 1;
  left: calc(50% - 12px);
  width: 12px;
  background-color: var(--bgcolor);
}