/*============================================================================== hero ============================================================================= */
.hero {
  position: relative;
}

.hero-bg01 {
  position: relative;
  background: url(../img/hero_bg01.jpg) no-repeat center/cover;
  padding: 36px 0 192px;
  margin-bottom: 55px;
}

.hero h1 {
  position: relative;
  z-index: 10;
  width: 412px;
  margin: 0 auto;
}

.hero h1::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 430px;
  height: 811px;
  background: url(../img/hero_img01_ps2112.png) no-repeat center/contain;
  top: 15px;
  right: -458px;
}

.hero-bg02 {
  position: absolute;
  z-index: 10;
  width: 100%;
  background: url(../img/hero_bg02.png) no-repeat center/cover;
  padding: 50px 0 40px;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-flex {
  display: flex;
  justify-content: center;
}

.hero-telnumber {
  position: absolute;
  width: 360px;
  font-size: 48px;
  font-weight: bold;
  color: #fb5102;
  letter-spacing: 0;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

.hero .circle {
  position: relative;
  width: 496px;
}

.hero .circle::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 156px;
  border-right: 5px dotted #4fbd28;
  right: -15px;
  bottom: 0;
}

.hero .benefit {
  position: relative;
  width: 471px;
  margin-left: 44px;
}

.hero__txt{
  position: relative;
  z-index: 10;
}

.hero__txt.__01{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 181px;
  height: 181px;
  position: absolute;
  top: -60px;
  left: -110px;
  background: #e6f804;
  border-radius: 999px;
  text-align: center;
  color: #fb5102;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0 3px #fff, -3px 0 3px #fff, 0 3px 3px #fff, 0 -3px 3px #fff;
  rotate: -15deg;
  z-index: -1;
}

.hero__txt.__02{
  width: 767px;
  margin: 20px auto 0;
}

.hero__wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 785px;
  margin: 20px auto 10px;
  position: relative;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 15;
}

.hero__txt.__03{
  width: 222px;
  padding: 31px 20px;
  background: #4fbd28;
  border-radius: 10px 0 0 10px;
  color: #f6ff00;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  line-height: 1.2;
  z-index: 15;
}

.hero__txt.__04{
  width: 572px;
  z-index: 10;
}

/*============================================================================== corona ============================================================================= */
.corona .bg {
  padding: 71px 0 62px;
  background: #bff4fa;
}

.corona .txt-block h2 {
  width: 843px;
  background: #fff;
  color: #067abd;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  padding: 10px 0;
  margin: 0 auto;
}

.corona .txt-block .txt01 {
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  line-height: 1.9;
}

/*============================================================================== campaign-cashless ============================================================================= */
.campaign-cashless .bg {
  margin: 3px 0;
  padding: 48px 0 40px;
  background: #e61212;
}

/*============================================================================== review ============================================================================= */
.review {
  padding: 63px 0 26px;
  background: url(../img/review_bg.png) no-repeat top left / cover;
}

.review__title {
  width: 527px;
  margin: 0 auto;
  background: url(../img/review_title_bg.png) no-repeat top center / cover;
  text-align: center;
  color: #fff;
  font-size: 24px;
}

.review__img.__01 {
  display: block;
  width: 560px;
  height: 100%;
  margin: 30px auto 0;
}

.review__txt.__01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  position: relative;
  font-size: 28px;
  font-weight: 500;
}

.review__txt.__01::before,
.review__txt.__01::after {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  background: #000;
}

.review__img.__02 {
  display: block;
  width: 895px;
  margin: 35px auto 0;
}

/*============================================================================== request ============================================================================= */
.request {
  padding: 39px 0 24px;
  background: #fff;
}

.request__title {
  text-align: center;
  font-size: 43px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.request__title .orange {
  color: #fb5102;
}

.request__title .small {
  font-size: 37px;
}

.request__loop {
  display: flex;
  margin-top: 20px;
}

.request__logo {
  animation: loop 25s linear infinite;
}

.request__logo picture {
  display: block;
  width: 3514px;
  margin-right: 50px;
}

@keyframes loop {
  0% {
    transform: translate(0%);
  }

  100% {
    transform: translate(-100%);
  }
}

/*============================================================================== type ============================================================================= */
.type-bg {
  background: url(../img/type_bg01.jpg) no-repeat center/cover;
  padding: 35px 0 20px;
}

.type .inner {
  padding-left: 59px;
}

.type h2 {
  width: 742px;
  margin-top: 10px;
  text-shadow: 5px 5px 5px #fff, -5px -5px 5px #fff, -5px 5px 5px #fff, 5px -5px 5px #fff, 5px 0 5px #fff, -5px 0 5px #fff, 0 5px 5px #fff, 0 -5px 5px #fff; 
  color: #067abd;
  font-weight: bold;
  font-size: 54px;
}

.type h2 .orenge{
  color: #fb5102;
}

.type h2 .small{
  font-size: 38px;
}

.type-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 293px;
}

.type-list li{
  width: 140px;
  margin: 0 0 5px;
  background: #60c33d;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

.type-list .long{
  width: 293px;
}

/*============================================================================== warranty ============================================================================= */
.warranty-bg {
  background: url(../img/warranty_bg01.jpg) no-repeat center/cover;
  padding: 38px 0 41px;
}

.warranty-txtbox {
  position: relative;
  width: 448px;
  margin: 0 auto;
}

.warranty-ttl {
  position: relative;
  z-index: 10;
  width: 448px;
  margin: 0 auto;
}

.warranty-img01 {
  position: absolute;
  z-index: 1;
  width: 140px;
  height: 140px;
  top: 0;
  right: -116px;
}

/*============================================================================== cta ============================================================================= */
.cta-bg {
  max-width: 2000px;
  background: url(../img/cta_bg01.jpg) no-repeat center/cover;
  padding: 33px 0 76px;
  margin: 0 auto;
}

.cta .step-txt01{
  width: 700px;
  margin: 0 auto 21px;
  padding: 10px 24px 10px 35px;
  border-radius: 30px;
  background: #fff;
  color: #111111;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
}

.cta .step-txt02 .highlight {
  color: #f6ff00;
}

.cta .step-txt02{
  color: #fff;
  font-weight: bold;
  font-size: 46px;
  text-align: center;
  line-height: 1.2;
}

.cta .step-txt01 .green{
  color: #4fbd28;
  font-size: 42px;
}

.cta .step-list {
  width: 903px;
  background: url(../img/cta_bg02.png) no-repeat center/contain;
  margin: 72px auto 0;
}

.cta .tel-number {
  position: absolute;
  width: 680px;
  font-size: 84px;
  font-weight: bold;
  color: #fb5102;
  line-height: 0;
  letter-spacing: 0;
  top: 165px;
  right: -50px;
}

.cta .step-item {
  width: 270px;
  height: 154px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 53px 0 0 119px;
}

.cta .step-item .highlight {
  color: #f6ff00;
}

.cta .tel-block {
  margin: 35px 0 0;
}

.cta .tel-block .time-txt {
  position: absolute;
  width: 100%;
  bottom: -47px;
  left: 50%;
  color: #444;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
  transform: translateX(-50%);
}

.cta .tel-block .current-time {
  color: #fb5102;
}

/*============================================================================== solution ============================================================================= */
.solution-bg {
  padding: 43px 0 100px;
  background: url(../img/solution_bg01.jpg?ver=200228) no-repeat center/cover;
}

.solution h2 {
  width: 809px;
  margin: 0 auto;
}

.solution .solution-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 492px;
  border-radius: 10px;
  padding: 16px;
}

.solution .solution-item:first-of-type {
  background: url(../img/solution_bg02.png) no-repeat center/cover;
}

.solution .solution-item:first-of-type .txtbox {
  margin-left: 25px;
}

.solution .solution-item:nth-of-type(2) {
  background: url(../img/solution_bg03.png) no-repeat center/cover;
}

.solution .solution-item:nth-of-type(3) {
  background: url(../img/solution_bg04.png) no-repeat center/cover;
  margin-top: 16px;
}

.solution .solution-item:nth-of-type(3) .txtbox {
  margin-right: 19px;
}

.solution .solution-item:nth-of-type(4) {
  background: url(../img/solution_bg05.png) no-repeat center/cover;
  margin-top: 16px;
}

.solution .solution-item:nth-of-type(4) .txtbox {
  margin-right: 16px;
}

.solution .solution-item-ttl {
  font-size: 36px;
  color: #4fbd28;
  text-align: center;
  line-height: 1;
}

.solution .solution-item-txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  margin-top: 10px;
}

.solution .solution .txtbox {
  position: relative;
}

.solution .solution-pic {
  width: 235px;
}

.solution-item .pic {
  width: 202px;
  margin: 0 auto;
}

.solution-item .txt {
  margin: 20px -10px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.solution .note {
  position: absolute;
  font-size: 10px;
  text-align: center;
  line-height: 1.1;
  bottom: 11px;
  right: 48px;
}

/*============================================================================== comparison ============================================================================= */
.comparison {
  z-index: 1;
  padding: 90px 0 99px;
}

.comparison h2 {
  width: 774px;
  margin: 0 auto;
}

.comparison .benefit {
  width: 931px;
  margin: 0 auto;
}

.comparison-table {
  position: relative;
  width: 1000px;
  margin: 84px auto 46px;
}

.comparison-table .logo{
  position: absolute;
  top: 33px;
  left: 154px;
  width: 172px;
}

.comparison-table .note {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*============================================================================== trouble ============================================================================= */
.trouble-bg {
  padding: 0 0 80px;
  background: #f2f2f2;
}

.trouble-heading {
  position: relative;
  background: #4fbd28;
  padding: 60px 0 55px;
}

.trouble-heading::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 46px 56.5px 0 56.5px;
  border-color: #4fbd28 transparent transparent transparent;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}

.trouble-heading-txt{
  color: #fff;
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  line-height: 1.2;
}

.trouble-heading-txt span{
  color: #fff600;
}

.trouble-ttl {
  color: #fb5102;
  text-shadow: 5px 5px 5px #fff, -5px -5px 5px #fff, -5px 5px 5px #fff, 5px -5px 5px #fff, 5px 0 5px #fff, -5px 0 5px #fff, 0 5px 5px #fff, 0 -5px 5px #fff;
  font-weight: bold;
  font-size: 66px;
  text-align: center;
}

.trouble-bookmark-parent{
  margin: 0 60px 0 0;
}

.trouble-bookmark{
  position: relative;
  width: 733px;
  margin: 25px auto 0;
}

.trouble-wrap{
  position: absolute;
  top: 5px;
  right: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.trouble-wrap-txt01{
  margin: 0 27px 0 0;
  color: #333333;
  font-weight: bold;
  font-size: 30px;
}

.trouble-nums{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.trouble-nums-line{
  width: 5px;
  height: 65px;
  border-left: 5px dotted #4fbd28;
}

.trouble-num{
  margin: 0 0 0 30px;
  color: #fb5102;
  font-weight: bold;
  font-size: 86px;
}

.trouble-tax{
  color: #333333;
  font-weight: bold;
  font-size: 15px;
}

.trouble-en{
  color: #fb5102;
  font-weight: bold;
  font-size: 44px;
  line-height: 1.2;
}

.trouble-en span{
  color: #333333;
  font-weight: normal;
  font-size: 45px;
}

.trouble .example-item dd {
  background: url(../img/trouble_example01_bg01.png) no-repeat center/cover;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-radius: 0 0 10px 10px;
  filter: drop-shadow(0 14px 0 #dedede);
  padding-bottom: 20px;
}

.trouble .js-accordion-contents .btm-txt {
  width: 430px;
  background: #067abd;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.02em;
  padding: 20px 0;
  margin: 0 auto;
}

.trouble .js-accordion-contents .btm-txt .yellow02 {
  font-weight: bold;
}

.trouble .example-list {
  margin: 50px 0 0;
}

.trouble .example-item {
  width: 480px;
}

.trouble .js-accordion-toggle {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5;
}

.trouble .js-accordion-toggle:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.5;
}

.trouble .js-accordion-toggle::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  width: 73px;
  height: 55px;
  background: url(../img/trouble_example_icon02.png) 50% top;
  background-size: cover;
  transform: scale(0.8);
  content: "";
}

.trouble .js-accordion-toggle.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.trouble .js-accordion-toggle.open::after {
  background-position: 50% bottom;
}

.trouble .trouble-list {
  padding: 35px 0 35px 40px;
}

.trouble .example-item {
  margin: 40px 0 0;
}

.example-item:nth-child(1),
.example-item:nth-child(2) {
  margin: 0;
}

.trouble .trouble-item {
  position: relative;
  padding: 0 0 0 40px;
  font-size: 25px;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.trouble .trouble-item + .trouble-item {
  margin: 14px 0 0;
}

.trouble .trouble-item::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img_sp/trouble_example_icon01.png) no-repeat center/contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.trouble .trouble-item02::before {
  top: 4px;
  transform: translateY(0);
}

/*============================================================================== manufacturer ============================================================================= */
.manufacturer .bg {
  padding: 94px 0 100px;
}

.manufacturer h2 {
  position: relative;
  width: 366px;
  margin: 0 auto;
}

.manufacturer h2::after {
  position: absolute;
  content: "";
  width: 826px;
  height: 6px;
  border-bottom: 6px dotted #8b8b8b;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
}

.manufacturer .logo {
  width: 693px;
  margin: 88px auto 0;
}

/*============================================================================== voice ============================================================================= */
.voice {
  padding: 90px 0 150px;
  position: relative;
  background: #e1f3ea;
}

.voice-title {
  width: 327px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  color: #17a928;
  font-weight: 500;
  line-height: 1;
}

.voice-title::before {
  content: '';
  width: 430px;
  height: 287px;
  position: absolute;
  top: -90px;
  left: -380px;
  background: url(../img/voice-deco01.png) no-repeat top left / contain;
}

.voice-title::after {
  content: '';
  width: 427px;
  height: 285px;
  position: absolute;
  top: -90px;
  right: -450px;
  background: url(../img/voice-deco02.png) no-repeat top left / contain;
}

.voice-title .band {
  display: block;
  width: 317px;
  margin: 0 auto;
  padding: 12px 0;
  background: #fff;
  border-radius: 999px;
  font-size: 28px;
  letter-spacing: 0.05em;
}

.voice-title .block {
  display: block;
  margin-top: 27px;
  line-height: 1;
}

.voice-title .orange {
  color: #fb5102;
}

.voice-title .large {
  font-size: 65px;
  text-shadow: 
  3px  3px 1px #ffffff,
 -3px  3px 1px #ffffff,
  3px -3px 1px #ffffff,
 -3px -3px 1px #ffffff,
  3px  0px 1px #ffffff,
  0px  3px 1px #ffffff,
 -3px  0px 1px #ffffff,
  0px -3px 1px #ffffff;
  letter-spacing: 0.05em;
}

.voice-title .small {
  color: #17a928;
  font-size: 51px;
  text-shadow: 
  3px  3px 1px #ffffff,
 -3px  3px 1px #ffffff,
  3px -3px 1px #ffffff,
 -3px -3px 1px #ffffff,
  3px  0px 1px #ffffff,
  0px  3px 1px #ffffff,
 -3px  0px 1px #ffffff,
  0px -3px 1px #ffffff;
  letter-spacing: 0.05em;
}

.splide {
  margin-top: 50px;
  position: relative;
  z-index: 0;
}

.splide__track {
  padding-top: 1px;
  padding-bottom: 14px;
}

.splide__slide {
  display: flex;
  gap: 36px;
  width: 1000px !important;
  padding: 50px 60px 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 0 1px #dedede, 0 1px #dedede;;
  box-sizing: border-box;
}

.splide__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.splide__arrow {
  width: 40px;
  height: 40px;
  background: #01a314;
  border-radius: 999px;
  opacity: 1;
}

.splide__arrow--prev {
  left: -520px;
}

.splide__arrow--prev::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 15px;
  left: 17px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
}

.splide__arrow--next {
  right: -520px;
}

.splide__arrow--next::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 15px;
  right: 17px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.splide__arrow svg {
  display: none;
}

.splide__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  position: absolute;
  bottom: -80px;
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 0;
  background: #fff;
  border: 1px solid #17a928;
}

.splide__pagination__page.is-active {
  background: #17a928;
  transform: scale(1);
}

.splide__slide .voice-wrapper {
  width: 100%;
}

.splide__slide .icon {
  width: 175px;
  flex-shrink: 0;
}

.splide__slide .title {
  color: #17a928;
  font-size: 30px;
  font-weight: 600;
}

.splide__slide .name {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 20px;
  padding-bottom: 17px;
  border-bottom: 2px dotted #17a928;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.splide__slide .name .band {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #018d11;
  color: #018d11;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.splide__slide .text {
  margin: 11px 0 0;
  font-size: 18px;
  letter-spacing: 0.05em;
}

/*============================================================================== corona ============================================================================= */
.corona .bg {
  padding: 71px 0 62px;
  background: #bff4fa;
}

.corona .txt-block h2 {
  width: 843px;
  background: #fff;
  color: #067abd;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  padding: 10px 0;
  margin: 0 auto;
}

.corona .txt-block .txt01 {
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  line-height: 1.9;
}

/*============================================================================== company ============================================================================= */
.company .bg {
  padding: 100px 0 67px;
}

.company h2 {
  position: relative;
  width: 396px;
  margin: 0 auto;
}

.company h2::after {
  position: absolute;
  content: "";
  width: 283px;
  height: 320px;
  background: url(../img/company_img01.png) no-repeat center/contain;
  top: 0;
  right: -300px;
}

.company-info {
  margin-top: 47px;
}

.company .company-info dt {
  position: relative;
  padding: 0 0 0 20px;
  color: #01a314;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.company .company-info dd + dt {
  margin: 20px 0 0;
  padding: 25px 0 0 20px;
  border-top: solid 1px #032274;
}

.company .company-info dt .marker {
  display: inline-block;
  padding: 0 0 0 20px;
}

.company .company-info dt .marker::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: #01a314;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.company .company-info dd {
  margin: 8px 0 0;
  padding: 0 0 0 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.company .company_link {
  margin-top: 48px;
  text-align: center;
}
.company .company_link a {
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 18px;
}

/*============================================================================== footer ============================================================================= */
.footer .bg {
  padding: 32px 0;
  background: #01a314;
}

/*============================================================================== popup style ============================================================================= */
#js-popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9995;
}

#js-popup .popup-btn {
  position: absolute;
  top: 400px;
  right: 0;
  width: 133px;
}

#js-popup .teltxt {
  position: absolute;
  font-size: 24px;
  color: #fb5102;
  text-align: right;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.02em;
  top: 54%;
  right: 19px;
  transform: translateY(-50%);
}
