@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&family=Noto+Serif+JP:wght@400;500;700&display=swap");
:root {
  --font-family--gothic: "Noto Sans JP", sans-serif;
  --font-family--min: "Noto Serif JP", serif;
  --color-black: #141d2a;
  --color-dark: #0d1119;
  --color-green: #66cc99;
  --color-blue: #0089b6;
  --color-navy: #070f25;
  --color-red: #ff3333;
  --color-mekki-main: #dcaf51;
  --color-see-drive-main: #259e83;
  --color-eye-main: #38ace8;
  --color-dt-note-main: #157864;
  --color-rescue-main: #b6404d;
  --color-button-bg: #0099cc;
  --gradation-background: rgb(9, 129, 206);
  --gradation-blue: linear-gradient(90deg, rgba(8, 190, 242, 1) 0%, rgba(9, 129, 206, 1) 100%);
  --gradation-blue-normal-background: rgb(22, 137, 204);
  --gradation-blue-normal: linear-gradient(90deg, rgba(22, 137, 204, 1) 0%, rgba(22, 137, 204, 1) 100%);
  --gradation-background-2: rgb(7, 72, 169, 1);
  --gradation-blue-2: linear-gradient(90deg, rgba(9, 152, 211, 1) 0%, rgba(7, 72, 169, 1) 100%);
}

body {
  color: #000;
}

.p-lp-header {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .p-lp-header {
    margin-top: 0;
  }
}

a {
  text-decoration: none;
}

.sp-none {
  display: none;
}
@media (min-width: 992px) {
  .sp-none {
    display: block;
  }
}

br.sp {
  display: block;
}
@media (min-width: 576px) {
  br.sp {
    display: none;
  }
}

br.pc {
  display: none;
}
@media (min-width: 576px) {
  br.pc {
    display: block;
  }
}

.md-block {
  display: block;
}
@media (min-width: 768px) {
  .md-block {
    display: none;
  }
}

.sp-block {
  display: block;
}
@media (min-width: 576px) {
  .sp-block {
    display: none;
  }
}

/**********************************
 font
***********************************/
:root {
  --font-weight-thin: 100;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
}

/**********************************
 Header
***********************************/
.vk-mobile-nav-menu-btn {
  top: 7.5px;
  right: 7.5px;
}
@media (min-width: 992px) {
  .vk-mobile-nav-menu-btn {
    right: 20px !important;
    top: auto !important;
  }
}

.link-home {
  display: block !important;
  position: fixed;
  top: 8.5px;
  left: 7.5px;
  z-index: 10;
  height: 43px;
}
@media (min-width: 992px) {
  .link-home {
    display: none !important;
  }
}
.link-home img {
  height: 43px;
  width: auto;
  object-fit: cover;
}

@media (min-width: 1560px) {
  .global-sub-nav {
    right: 40px;
  }
}

@media (min-width: 992px) {
  .header_scrolled.page-see-freon .site-header {
    position: fixed;
  }
}
@media (min-width: 992px) {
  .header_scrolled.page-see-freon .site-header::before {
    background: white;
  }
}
@media (min-width: 992px) {
  .header_scrolled.page-see-freon .site-header.menu-open {
    background: transparent;
  }
}
@media (min-width: 992px) {
  .header_scrolled.page-see-freon .site-header.menu-open::before {
    background: transparent;
  }
}

.device-pc .global-nav-list > li > a::after {
  display: none;
  width: 1px;
  height: 16px;
  background: #000;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
@media (min-width: 992px) {
  .device-pc .global-nav-list > li > a::after {
    display: block;
  }
}

.device-pc .global-nav-list > li > a.nav-last::after {
  display: none;
}

.p-lp-header-see-freon {
  width: 100%;
  height: 650px;
  height: auto;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  background-color: #b8defb;
}
@media (min-width: 1400px) {
  .p-lp-header-see-freon {
    height: 780px;
    margin-bottom: 84px;
    padding-bottom: 0;
  }
}
.p-lp-header-see-freon__container {
  padding: 20px 0px 0;
  max-width: 1626px;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .p-lp-header-see-freon__container {
    padding: 20px 50px 50px;
  }
}
@media (min-width: 1400px) {
  .p-lp-header-see-freon__container {
    height: 780px;
    padding: 34px 0px 0;
    height: 100%;
    justify-content: space-between;
  }
}
.p-lp-header-see-freon__main-text {
  width: 100%;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  flex-direction: column;
}
@media (min-width: 1400px) {
  .p-lp-header-see-freon__main-text {
    height: 780px;
    padding: 0 0px 0;
    height: 100%;
  }
}
.p-lp-header-see-freon__main-text__top {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .p-lp-header-see-freon__main-text__top {
    width: 100%;
    position: relative;
    display: block;
  }
}
.p-lp-header-see-freon__logo {
  position: absolute;
  top: 10px;
  left: 22px;
  width: 80px;
}
@media (min-width: 992px) {
  .p-lp-header-see-freon__logo {
    display: none;
  }
}
.p-lp-header-see-freon__title {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .p-lp-header-see-freon__title {
    margin-bottom: 24px;
  }
}
.p-lp-header-see-freon__title--sub {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  margin-top: 0;
  text-align: justify;
  text-justify: inter-character;
  text-align: center;
  font-family: "Noto Sans JP";
  color: rgb(0, 51, 153);
  font-weight: var(--font-weight-bold);
}
@media (min-width: 770px) {
  .p-lp-header-see-freon__title--sub {
    font-size: 2.2rem;
  }
}
@media (min-width: 1400px) {
  .p-lp-header-see-freon__title--sub {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.p-lp-header-see-freon__title--main {
  font-size: 50px;
  white-space: nowrap;
  text-align: center;
  color: rgb(0, 51, 153);
  font-weight: var(--font-weight-bold);
}
@media (min-width: 992px) {
  .p-lp-header-see-freon__title--main {
    width: 100%;
    height: auto;
    object-fit: contain;
    font-size: 50px;
    line-height: 84px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .p-lp-header-see-freon__title--main {
    font-size: 100px;
  }
}
.p-lp-header-see-freon__title--main--en {
  font-size: 60px;
  font-family: "HelveticaNeue";
}
@media (min-width: 992px) {
  .p-lp-header-see-freon__title--main--en {
    font-size: 120px;
  }
}
.p-lp-header-see-freon__title--main img {
  max-width: 79%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  .p-lp-header-see-freon__title--main img {
    width: 100%;
    margin: inherit;
  }
}
.p-lp-header-see-freon__point {
  width: 100%;
  display: block;
  position: inherit;
}
@media (min-width: 992px) {
  .p-lp-header-see-freon__point {
    position: absolute;
  }
}
.p-lp-header-see-freon__point-title--top {
  color: #1ba26a;
  display: block;
  border-radius: 26px;
  background-color: #fff;
  border: 2px solid #1ba26a;
  border-width: 2px;
  border-color: rgb(27, 162, 106);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  width: 150px;
  height: 28px;
  font-size: 15px;
  font-family: "Noto Sans JP";
  color: rgb(27, 162, 106);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 0;
  position: relative;
  top: -14px;
}
@media (min-width: 768px) {
  .p-lp-header-see-freon__point-title--top {
    width: 296px;
    height: 52px;
    font-size: 30px;
    position: inherit;
    top: 0;
    margin-bottom: 20px;
  }
}
.p-lp-header-see-freon__point-title--bottom {
  color: #000;
  font-size: 16px;
  text-align: center;
  font-weight: var(--font-weight-bold);
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .p-lp-header-see-freon__point-title--bottom {
    font-size: 28px;
    margin-bottom: 56px;
  }
}
.p-lp-header-see-freon__mainvisual {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 100px;
  width: 320px;
  height: auto;
  z-index: 0;
}
@media (min-width: 992px) {
  .p-lp-header-see-freon__mainvisual {
    width: 100%;
    height: auto;
    padding: 0 50px;
  }
}
@media (min-width: 1350px) {
  .p-lp-header-see-freon__mainvisual {
    bottom: 0;
  }
}
@media (min-width: 1600px) {
  .p-lp-header-see-freon__mainvisual {
    left: auto;
    right: 0;
    bottom: 0;
  }
}
.p-lp-header-see-freon__mainvisual picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 992px) {
  .p-lp-header-see-freon__mainvisual picture img {
    display: block;
    margin: 0 auto;
    height: 100%;
    width: auto;
  }
}
@media (min-width: 992px) {
  .p-lp-header-see-freon__mainvisual--catch {
    padding-right: 20px;
  }
}
.p-lp-header-see-freon__mainvisual--catch img {
  display: block;
  width: 315px;
  margin: auto;
}
@media (min-width: 992px) {
  .p-lp-header-see-freon__mainvisual--catch img {
    width: auto;
  }
}
.p-lp-header-see-freon__mainvisual--js {
  display: none;
}
@media (min-width: 992px) {
  .p-lp-header-see-freon__mainvisual--js {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.05em;
    position: absolute;
    bottom: 0;
    left: 420px;
  }
  .p-lp-header-see-freon__mainvisual--js .sm {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.p-lp-header-see-freon__functions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0 auto 8px;
  margin-bottom: 12px;
  position: inherit;
  right: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .p-lp-header-see-freon__functions {
    top: 0;
  }
}
@media (min-width: 992px) {
  .p-lp-header-see-freon__functions {
    gap: 16px;
    margin-bottom: 40px;
    justify-content: flex-start;
    margin-bottom: 36px;
    width: auto;
    position: absolute;
    top: 30px;
  }
}
@media (min-width: 992px) {
  .p-lp-header-see-freon__functions {
    top: 0;
  }
}
.p-lp-header-see-freon__functions--pc {
  display: none;
}
@media (min-width: 992px) {
  .p-lp-header-see-freon__functions--pc {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
  }
}
.p-lp-header-see-freon__function {
  display: block;
  padding: 0 12px;
  place-content: center;
  border-radius: 48px;
  color: #fff;
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  text-align: center;
  position: relative;
  background-color: rgb(51, 181, 248);
  z-index: 1;
  height: 24px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .p-lp-header-see-freon__function {
    width: auto;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    padding: 0 24px;
  }
}
.p-lp-header-see-freon__buttons {
  transform: none;
  z-index: 5;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  flex-direction: column;
  transform: translateX(0);
  margin: 0 auto;
  gap: 0;
  padding: 18px 0 18px;
  height: auto;
}
@media (min-width: 768px) {
  .p-lp-header-see-freon__buttons {
    display: flex;
    flex-direction: row;
    transform: translateX(0);
    gap: 76px;
    padding: 38px 0;
    width: 100%;
  }
}

.p-lp-functions-card__image {
  width: 180px;
  height: 180px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-lp-functions-card__image img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.p-lp-functions-card__desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}

/**********************************
 Button
***********************************/
.p-lp-see-freon__contact--button {
  width: 300px;
  height: 54px;
  max-width: 96%;
  background: #04358e;
  border-style: solid;
  border-color: #2f4b6c;
  border-width: 1px 3px 5px 3px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: var(--font-weight-bold);
  color: white;
  display: grid;
  place-content: center;
  position: relative;
  padding-right: 22px;
  margin: 0 auto 16px;
}
@media (min-width: 992px) {
  .p-lp-see-freon__contact--button {
    width: 500px;
    height: 89px;
    margin: 0 0 0;
    border-width: 2px 5px 7px 5px;
    border-radius: 8px;
    font-size: 20px;
  }
}
.p-lp-see-freon__contact--button::before, .p-lp-see-freon__contact--button::after {
  position: absolute;
}
.p-lp-see-freon__contact--button::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: white;
  top: calc(50% - 11px);
  right: 16px;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .p-lp-see-freon__contact--button::before {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
    right: 30px;
  }
}
.p-lp-see-freon__contact--button::after {
  content: "";
  width: 6px;
  height: 100%;
  background: url("../images/lp/see-freon/button_arrow_blue2.png") center center no-repeat;
  background-size: contain;
  right: 23px;
}
@media (min-width: 992px) {
  .p-lp-see-freon__contact--button::after {
    width: 12px;
    right: 41px;
  }
}
.p-lp-see-freon__contact--button.green {
  background: #41b341;
  border-color: #2f5a56;
}
.p-lp-see-freon__contact--button.green::after {
  background: url("../images/lp/common/button_arrow_green.png") center center no-repeat;
  background-size: contain;
}
.p-lp-see-freon__contact--button:hover {
  background: #ff9933;
  border-color: #635446;
  color: white;
}
.p-lp-see-freon__contact--button:hover::after {
  background: url("../images/lp/common/button_arrow_orange.png") center center no-repeat;
  background-size: contain;
}

/**********************************
 Section
***********************************/
@media (min-width: 992px) {
  .p-lp-trouble__main {
    display: flex;
    justify-content: center;
  }
}

.p-lp-trouble-lists {
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 992px) {
  .p-lp-trouble-lists {
    justify-content: center;
    flex-direction: row;
  }
}

.p-lp-functions-card-list {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .p-lp-functions-card-list {
    margin-bottom: 100px;
  }
}

.p-lp-trouble__main.blue {
  position: relative;
  background: #04358e;
  color: white;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .p-lp-trouble__main.blue {
    background: none;
    padding: 0;
  }
}
.p-lp-trouble__main.blue::before {
  content: "";
  display: block;
  width: 100%;
  height: 380px;
  background: #04358e;
  position: absolute;
  left: 0;
  top: 126px;
}
@media (min-width: 992px) {
  .p-lp-trouble__main.blue::before {
    height: 100%;
  }
}

.p-lp-trouble-count__title {
  background: #16314f;
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  color: white;
  display: grid;
  place-content: center;
  width: 100%;
  height: 60px;
  border-radius: 0 0 15px 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-lp-trouble-count__title {
    font-size: 40px;
    height: 120px;
    border-radius: 0 0 30px 30px;
    margin-bottom: 40px;
  }
}
.p-lp-trouble-count__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-lp-trouble-count__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 60px;
  }
}
.p-lp-trouble-count__item--title {
  background: var(--color-eye-main);
  width: 100%;
  height: 27px;
  display: flex;
  align-items: center;
  font-size: 11px;
  color: white;
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .p-lp-trouble-count__item--title {
    font-size: 20px;
    height: 50px;
    border-radius: 8px 8px 0 0;
    padding: 0 30px;
  }
}
.p-lp-trouble-count__item--desc {
  display: none;
}
@media (min-width: 992px) {
  .p-lp-trouble-count__item--desc {
    display: block;
    grid-column: span 2;
  }
}
.p-lp-trouble-count__item--desc p {
  font-size: 18px;
  font-weight: 500;
}
.p-lp-trouble-count__item--desc p span {
  color: #f34b4b;
}
.p-lp-trouble-count__desc {
  font-weight: 500;
  color: #0d1119;
}
@media (min-width: 992px) {
  .p-lp-trouble-count__desc {
    display: none;
  }
}
.p-lp-trouble-count__desc span {
  color: #f34b4b;
}

.p-lp-trouble-list-item.see-freon .p-lp-trouble-list-item__before {
  margin-bottom: 34px;
}
.p-lp-trouble-list-item.see-freon:nth-child(1) .p-lp-trouble-list-item__before .p-lp-trouble-list-item__image {
  width: auto;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item.see-freon:nth-child(1) .p-lp-trouble-list-item__before .p-lp-trouble-list-item__image {
    width: 237px;
  }
}
.p-lp-trouble-list-item.see-freon:nth-child(1) .p-lp-trouble-list-item__before .p-lp-trouble-list-item__image img {
  width: 156px;
  height: auto;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item.see-freon:nth-child(1) .p-lp-trouble-list-item__before .p-lp-trouble-list-item__image img {
    max-height: 158px;
    width: 100%;
  }
}
.p-lp-trouble-list-item.see-freon:nth-child(1) .p-lp-trouble-list-item__after .p-lp-trouble-list-item__image {
  width: 153px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item.see-freon:nth-child(1) .p-lp-trouble-list-item__after .p-lp-trouble-list-item__image {
    width: 203px;
  }
}
.p-lp-trouble-list-item.see-freon:nth-child(2) .p-lp-trouble-list-item__before .p-lp-trouble-list-item__image {
  width: 237px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item.see-freon:nth-child(2) .p-lp-trouble-list-item__before .p-lp-trouble-list-item__image {
    width: 237px;
  }
}
.p-lp-trouble-list-item.see-freon:nth-child(2) .p-lp-trouble-list-item__before .p-lp-trouble-list-item__image img {
  width: 156px;
  height: auto;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item.see-freon:nth-child(2) .p-lp-trouble-list-item__before .p-lp-trouble-list-item__image img {
    width: 100%;
  }
}
.p-lp-trouble-list-item.see-freon:nth-child(2) .p-lp-trouble-list-item__after .p-lp-trouble-list-item__image {
  width: 153px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item.see-freon:nth-child(2) .p-lp-trouble-list-item__after .p-lp-trouble-list-item__image {
    width: 199px;
  }
}
.p-lp-trouble-list-item.see-freon:nth-child(3) .p-lp-trouble-list-item__before .p-lp-trouble-list-item__image {
  width: 151px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item.see-freon:nth-child(3) .p-lp-trouble-list-item__before .p-lp-trouble-list-item__image {
    width: 221px;
  }
}
.p-lp-trouble-list-item.see-freon:nth-child(3) .p-lp-trouble-list-item__before .p-lp-trouble-list-item__image img {
  width: 143.5px;
  height: auto;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item.see-freon:nth-child(3) .p-lp-trouble-list-item__before .p-lp-trouble-list-item__image img {
    width: 100%;
  }
}
.p-lp-trouble-list-item.see-freon:nth-child(3) .p-lp-trouble-list-item__after .p-lp-trouble-list-item__image {
  width: 153px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item.see-freon:nth-child(3) .p-lp-trouble-list-item__after .p-lp-trouble-list-item__image {
    width: 191px;
  }
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item.see-freon:not(:last-child) {
    margin-bottom: 0;
  }
}

.p-lp-trouble-list {
  position: relative;
}
.p-lp-trouble-list__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
  height: auto;
  z-index: 10;
}
@media (min-width: 992px) {
  .p-lp-trouble-list__title {
    flex-direction: row;
    gap: 28px;
    left: 0;
    justify-content: center;
    height: 132px;
    margin-bottom: 37px;
  }
}
.p-lp-trouble-list__title--icon img {
  height: 66px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list__title--icon img {
    height: 132px;
  }
}
.p-lp-trouble-list__title--text {
  font-size: 35px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .p-lp-trouble-list__title--text {
    font-size: 58px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1350px) {
  .p-lp-trouble-list__title--text {
    font-size: 70px;
  }
}
.p-lp-trouble-list__title--text .lg {
  font-size: 60px;
  font-weight: 100;
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  .p-lp-trouble-list__title--text .lg {
    font-size: 90px;
  }
}
@media (min-width: 1350px) {
  .p-lp-trouble-list__title--text .lg {
    font-size: 120px;
    margin-left: 24px;
  }
}
.p-lp-trouble-list__title--icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  gap: 16px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list__title--icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 30px;
    gap: 16px;
  }
}
.p-lp-trouble-list__title .icon {
  width: 56px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list__title .icon {
    width: 112px;
  }
}

.p-lp-trouble-list-item__before, .p-lp-trouble-list-item__after {
  width: 270px;
  height: 195px;
  background: white;
  border-radius: 25px;
  border: 2px solid #858b96;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item__before, .p-lp-trouble-list-item__after {
    width: 360px;
    height: 260px;
    border-width: 4px;
    border-radius: 50px;
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.p-lp-trouble-list-item__before {
  position: relative;
}
.p-lp-trouble-list-item__before::after {
  content: "";
  width: 26px;
  height: 22px;
  background: url("../images/lp/common/beak_down.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% - 13px);
  top: calc(100% - 4px);
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item__before::after {
    width: 34px;
    height: 30px;
    left: calc(50% - 17px);
    top: calc(100% - 2px);
  }
}
.p-lp-trouble-list-item__after {
  position: relative;
}
.p-lp-trouble-list-item__after::before {
  content: "";
  width: 30px;
  height: 26px;
  background: url("../images/lp/common/arrow_down_org.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% - 15px);
  top: -36px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item__after::before {
    width: 40px;
    height: 34px;
    left: calc(50% - 20px);
    top: -48px;
  }
}
.p-lp-trouble-list-item__after .p-lp-trouble-list-item__title {
  color: #ff6600;
}
.p-lp-trouble-list-item__title {
  display: flex;
  align-items: center;
  height: 2.4em;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-black);
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item__title {
    font-size: 20px;
  }
}
.p-lp-trouble-list-item__image {
  margin-top: auto;
}

.p-lp-trouble-points {
  position: relative;
  background: #04358e;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .p-lp-trouble-points {
    padding-bottom: 60px;
  }
}
.p-lp-trouble-points__container {
  max-width: 100%;
  width: 335px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 52px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-lp-trouble-points__container {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .p-lp-trouble-points__container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-direction: row;
  }
}

.p-lp-trouble-point {
  background: white;
  border: 2px solid #858b96;
  border-radius: 25px;
  padding-top: 16px;
  margin-bottom: 25px;
  width: 100%;
  max-width: 335px;
}
@media (min-width: 992px) {
  .p-lp-trouble-point {
    border-width: 4px;
    border-radius: 50px;
    padding-top: 43px;
    margin-bottom: 50px;
    position: relative;
    width: 33.33%;
    max-width: inherit;
  }
}
.p-lp-trouble-point__header {
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  color: #0089b6;
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .p-lp-trouble-point__header {
    display: block;
    font-size: 36px;
    text-align: center;
    padding-left: 35px;
  }
}
@media (min-width: 1350px) {
  .p-lp-trouble-point__header {
    width: 100%;
    display: flex;
    text-align: left;
    align-items: center;
    margin-bottom: 32px;
  }
}
.p-lp-trouble-point__header::before {
  content: "";
  width: 12px;
  height: 30px;
  background: #0089b6;
  border-radius: 0 5px 5px 0;
}
@media (min-width: 992px) {
  .p-lp-trouble-point__header::before {
    width: 24px;
    height: 60px;
    border-radius: 0 10px 10px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.p-lp-trouble-point__header .num {
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #646c7f;
  border-radius: 25px;
  font-size: 25px;
  font-weight: var(--font-weight-bold);
  color: #646c7f;
  margin-left: 8px;
}
@media (min-width: 992px) {
  .p-lp-trouble-point__header .num {
    width: 75px;
    height: 75px;
    border: 4px solid #646c7f;
    border-radius: 50px;
    font-size: 38px;
    margin-left: 0;
  }
}
.p-lp-trouble-point__title {
  font-size: 15px;
  font-weight: var(--font-weight-bold);
  padding: 0 18px 0 15px;
  font-family: "Noto Sans JP";
  color: rgb(255, 102, 0);
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  margin-bottom: 15px;
  min-height: 39px;
}
@media (min-width: 992px) {
  .p-lp-trouble-point__title {
    width: 100%;
    left: 170px;
    top: 49px;
    padding: 0;
    font-size: 22px;
    padding: 0 34px 0 34px;
  }
}
@media (min-width: 1350px) {
  .p-lp-trouble-point__title {
    font-size: 26px;
    padding: 0 34px 0 34px;
    margin-bottom: 0;
    min-height: inherit;
  }
}
.p-lp-trouble-point__title span {
  color: #f34b4b;
}
.p-lp-trouble-point__images {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px 25px 20px;
  margin-top: 0;
  width: 66%;
  margin: 0 auto;
}
@media (min-width: 1350px) {
  .p-lp-trouble-point__images {
    gap: 80px;
    padding: 30px 0 8px;
    gap: 30px;
    padding: 25px;
    margin: auto;
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 1350px) {
  .p-lp-trouble-point__images.lg {
    gap: 42px;
  }
}
.p-lp-trouble-point__image {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right: 0;
}
@media (min-width: 1350px) {
  .p-lp-trouble-point__image {
    width: 100%;
  }
}
.p-lp-trouble-point__imagep {
  padding-bottom: 0;
}
.p-lp-trouble-point__image.lg {
  padding-right: 0;
}
@media (min-width: 992px) {
  .p-lp-trouble-point__image.lg {
    width: 100%;
    min-height: 599px;
  }
}
.p-lp-trouble-point__image.lg img {
  width: 100%;
}
@media (min-width: 992px) {
  .p-lp-trouble-point__image.lg img {
    width: 100%;
  }
}
.p-lp-trouble-point__image-link {
  font-weight: 500;
}

.lightbox-link {
  color: var(--color-blue);
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (min-width: 992px) {
  .lightbox-link {
    gap: 10px;
  }
}
.lightbox-link:hover {
  text-decoration: underline;
}
.lightbox-link::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("../images/lp/common/button-loupe.png") center center no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .lightbox-link::after {
    width: 30px;
    height: 30px;
  }
}

.lightbox-link-step {
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}
@media (min-width: 1280px) {
  .lightbox-link-step {
    gap: 10px;
    font-size: 15px;
  }
}
.lightbox-link-step:hover {
  text-decoration: underline;
  color: #fff;
}
.lightbox-link-step img {
  height: auto;
  width: auto;
  max-width: 122px;
  max-height: 99.5px;
}
@media (min-width: 1280px) {
  .lightbox-link-step img {
    height: 199px;
    width: auto;
    max-width: inherit;
    max-height: inherit;
  }
}

.p-lp-usage {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .p-lp-usage {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.p-lp-usage .container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .p-lp-usage .container {
    max-width: 1280px !important;
  }
}
.p-lp-usage .lp-section__header .lp-section-title {
  font-size: 25px;
  font-family: "Noto Sans JP";
  color: rgb(0, 137, 182);
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 992px) {
  .p-lp-usage .lp-section__header .lp-section-title {
    font-size: 38px;
  }
}
.p-lp-usage__content {
  border-width: 2px;
  border-color: rgb(134, 196, 228);
  border-style: solid;
  border-radius: 25px;
  background-color: rgb(4, 53, 142);
  display: block;
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
  padding: 34px 18px;
}
@media (min-width: 1280px) {
  .p-lp-usage__content {
    padding: 40px 56px;
    border-width: 4px;
    border-radius: 50px;
    margin-bottom: 60px;
    max-width: inherit;
    margin: 0 auto;
    gap: inherit;
  }
}
.p-lp-usage__content__title {
  font-size: 19px;
  font-family: "Noto Sans JP";
  color: rgb(255, 255, 255);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .p-lp-usage__content__title {
    font-size: 26px;
  }
}
.p-lp-usage__content__step {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  align-items: start;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .p-lp-usage__content__step {
    flex-direction: row;
  }
}
.p-lp-usage__content__step__item {
  height: 100%;
  min-height: 255px;
  text-align: center;
  margin-bottom: 72px;
  position: relative;
  display: flex;
  width: 100%;
}
@media (min-width: 1280px) {
  .p-lp-usage__content__step__item {
    text-align: inherit;
    margin-bottom: 0;
    min-height: 716px;
    display: block;
    max-width: 250px;
  }
}
.p-lp-usage__content__step__item__number {
  text-align: center;
  height: 100px;
  position: relative;
  width: 100px;
}
@media (min-width: 1280px) {
  .p-lp-usage__content__step__item__number {
    height: 200px;
    width: 100%;
  }
}
.p-lp-usage__content__step__item__number img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
@media (min-width: 1280px) {
  .p-lp-usage__content__step__item__number img {
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
}
.p-lp-usage__content__step__item__number::after {
  background-image: url(../images/lp/see-freon/usage-step-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 47px;
  height: 46px;
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
  right: -54px;
}
@media (min-width: 1280px) {
  .p-lp-usage__content__step__item__number::after {
    display: block;
  }
}
.p-lp-usage__content__step__item__number--last-child {
  text-align: center;
  height: 100px;
  position: relative;
  width: 100px;
}
@media (min-width: 1280px) {
  .p-lp-usage__content__step__item__number--last-child {
    height: 200px;
    width: 100%;
  }
}
.p-lp-usage__content__step__item__number--last-child::after {
  display: none;
}
.p-lp-usage__content__step__item__title {
  width: 100%;
  text-align: left;
  padding: 12px 12px 12px 0;
  font-size: 18.5px;
  font-family: "Noto Sans JP";
  color: rgb(255, 102, 0);
  font-weight: var(--font-weight-bold);
  line-height: 1;
}
@media (min-width: 1280px) {
  .p-lp-usage__content__step__item__title {
    padding: 27px 0 16px 0;
    text-align: center;
    font-size: 26px;
  }
}
.p-lp-usage__content__step__item__sub-title {
  font-size: 13.5px;
  font-weight: var(--font-weight-bold);
  margin-bottom: 0;
  width: 100%;
  min-height: 27px;
  color: rgb(134, 196, 228);
  text-align: left;
}
@media (min-width: 1280px) {
  .p-lp-usage__content__step__item__sub-title {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 1.5;
    text-align: center;
  }
}
.p-lp-usage__content__step__item__sub-title--last-child {
  font-size: 15px;
  font-weight: var(--font-weight-bold);
  margin-bottom: 0;
  width: 100%;
  min-height: 54px;
  text-align: left;
  color: rgb(134, 196, 228);
}
@media (min-width: 1280px) {
  .p-lp-usage__content__step__item__sub-title--last-child {
    font-size: 18px;
    color: rgb(134, 196, 228);
    line-height: 1.5;
    text-align: center;
    margin-bottom: 18px;
  }
}
.p-lp-usage__content__step__item__desc {
  color: #fff;
  text-align: left;
  font-size: 12px;
}
@media (min-width: 1280px) {
  .p-lp-usage__content__step__item__desc {
    margin-bottom: 36px;
    font-size: 16px;
    font-family: "Noto Sans JP";
    color: rgb(255, 255, 255);
    line-height: 2.4;
    text-align: left;
    min-height: 230px;
  }
}
.p-lp-usage__content__step__item__desc--last-child {
  color: #fff;
  text-align: left;
}
@media (min-width: 1280px) {
  .p-lp-usage__content__step__item__desc--last-child {
    margin-bottom: 36px;
    font-size: 16px;
    font-family: "Noto Sans JP";
    color: rgb(255, 255, 255);
    line-height: 2.4;
    text-align: left;
    min-height: 203px;
  }
}
.p-lp-usage__content__step__item__image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
}
@media (min-width: 1280px) {
  .p-lp-usage__content__step__item__image {
    display: block;
    height: 225px;
    width: 100%;
    margin-bottom: 0;
    position: inherit;
  }
  .p-lp-usage__content__step__item__image .lightbox-link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
  }
  .p-lp-usage__content__step__item__image img {
    height: 199px;
    width: auto;
  }
}
.p-lp-usage__content__step__item__wrap {
  width: calc(100% - 100px);
  padding-left: 8px;
}
@media (min-width: 1280px) {
  .p-lp-usage__content__step__item__wrap {
    width: 100%;
    padding-left: 0;
  }
}
.p-lp-usage__content__step__item::after {
  background-image: url(../images/lp/see-freon/usage-step-arrow-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 23.5px;
  height: 23.5px;
  content: "";
  display: none;
  position: absolute;
  top: 100%;
  bottom: -70px;
  margin: auto;
  right: 0;
  left: 0;
  display: block;
}
@media (min-width: 1280px) {
  .p-lp-usage__content__step__item::after {
    display: none;
    bottom: 0;
  }
}
.p-lp-usage__content__step__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .p-lp-usage__content__step__item:last-child {
    padding-bottom: inherit;
    margin-bottom: 0;
  }
}
.p-lp-usage__content__step__item:last-child::after {
  display: none;
}
@media (min-width: 1280px) {
  .p-lp-usage__content__step__item:last-child::after {
    display: none;
  }
}

.device-pc .global-nav-list > li:nth-child(6) > a::after {
  display: none;
}

@media (max-width: 991.98px) {
  li.mobile-home-link.contact-pc-link.menu-item.menu-item-type-post_type.menu-item-object-page {
    display: none;
  }
}
.p-lp-functions .lp-section-title {
  font-weight: var(--font-weight-bold);
}
.p-lp-functions .lp-section-title .en {
  font-weight: 900;
}

.p-lp-see-freon-customize {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-lp-see-freon-customize {
    margin-bottom: 100px;
  }
}

.p-lp-optional-feature {
  background: #e6ecf8;
}
@media (min-width: 992px) {
  .p-lp-optional-feature .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.p-lp-optional-feature .lp-section-title {
  font-weight: 500;
}
.p-lp-optional-feature .lp-section-title .en {
  font-weight: 900;
}
@media (min-width: 992px) {
  .p-lp-optional-feature .p-lp-optional-feature-item {
    grid-template-columns: 186px auto;
  }
}
.p-lp-optional-feature .p-lp-optional-feature-item__header {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-lp-optional-feature .p-lp-optional-feature-item__header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
}
.p-lp-optional-feature .p-lp-optional-feature-item__title {
  line-height: 1;
}

@media (min-width: 992px) {
  .p-lp-optional-feature-list {
    display: block;
  }
}

.p-lp-see-freon-customize-top {
  background: #0066cc;
  color: white;
  padding-top: 50px;
  margin-bottom: 98px;
  position: relative;
}
@media (min-width: 992px) {
  .p-lp-see-freon-customize-top {
    margin-bottom: 150px;
  }
}
.p-lp-see-freon-customize-top::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 99.98%;
  background: #0066cc;
  width: 100%;
  height: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 992px) {
  .p-lp-see-freon-customize-top::before {
    top: 99.8%;
  }
}
.p-lp-see-freon-customize-top__title {
  font-size: 25px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-lp-see-freon-customize-top__title {
    font-size: 38px;
  }
}

.p-lp-see-freon-customize-top-list {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  gap: 60px;
  max-width: 890px;
  margin: auto;
}
@media (min-width: 992px) {
  .p-lp-see-freon-customize-top-list {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 88px;
  }
}

.p-lp-see-freon-customize-top-item {
  position: relative;
  width: 100%;
}
.p-lp-see-freon-customize-top-item__image {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-lp-see-freon-customize-top-item__image {
    height: 152px;
    margin-bottom: 0;
  }
}
.p-lp-see-freon-customize-top-item__image img {
  display: block;
  vertical-align: bottom;
  margin: auto;
}
.p-lp-see-freon-customize-top-item__desc {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
.p-lp-see-freon-customize-top-item:nth-child(1) img {
  width: 188px;
}
.p-lp-see-freon-customize-top-item:nth-child(2) img {
  width: 140px;
}
.p-lp-see-freon-customize-top-item:nth-child(3) img {
  width: 128px;
}
.p-lp-see-freon-customize-top-item:nth-child(n+2)::before {
  content: "";
  display: block;
  width: 21px;
  height: 23px;
  background: url("../images/lp/common/arrow_orange.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: calc(50% - 10.5px);
}
@media (min-width: 992px) {
  .p-lp-see-freon-customize-top-item:nth-child(n+2)::before {
    transform: rotate(-90deg);
    transform-origin: center;
    width: 29px;
    height: 32px;
    top: 50px;
    left: -45px;
  }
}

@media (min-width: 1350px) {
  .p-lp-see-freon-customize-main .container {
    display: flex;
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .p-lp-see-freon-customize-main__header {
    width: 320px;
    flex-shrink: 0;
  }
}
.p-lp-see-freon-customize-main__header--image {
  text-align: center;
  margin-bottom: 20px;
}
.p-lp-see-freon-customize-main__header--image img {
  width: 192px;
}
@media (min-width: 992px) {
  .p-lp-see-freon-customize-main__header--image img {
    width: 100%;
  }
}
.p-lp-see-freon-customize-main__title {
  font-size: 25px;
  font-weight: 500;
  color: var(--color-blue);
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-lp-see-freon-customize-main__title {
    font-size: 38px;
  }
}
.p-lp-see-freon-customize-main__title .bolder {
  font-weight: 900;
}

.swiper-wrapper {
  height: auto !important;
}
@media (min-width: 992px) {
  .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    height: 100%;
  }
}

.p-lp-see-freon-customize-item {
  background: #f5f5f5;
  border: 1px solid var(--color-blue);
  border-radius: 3px;
  width: 100%;
  height: 370px;
}
@media (min-width: 992px) {
  .p-lp-see-freon-customize-item {
    height: auto;
    border-radius: 6px;
  }
}
.p-lp-see-freon-customize-item__title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background: var(--color-blue);
  font-size: 23px;
  font-weight: var(--font-weight-bold);
  color: white;
  line-height: 1.1;
  padding: 0 30px;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .p-lp-see-freon-customize-item__title {
    height: 52px;
    font-size: 20px;
  }
}
.p-lp-see-freon-customize-item__image {
  display: grid;
  place-content: center;
  width: 100%;
  height: 128px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-lp-see-freon-customize-item__image {
    margin-bottom: 8px;
  }
}
.p-lp-see-freon-customize-item__image img {
  height: 128px;
  width: auto;
}
@media (min-width: 992px) {
  .p-lp-see-freon-customize-item__image img {
    height: 104px;
  }
}
.p-lp-see-freon-customize-item__desc {
  font-size: 18px;
  margin-bottom: 0;
  padding: 0 28px 20px;
}
@media (min-width: 992px) {
  .p-lp-see-freon-customize-item__desc {
    font-size: 16px;
    padding: 0 25px 20px;
  }
}

.p-lp-see-freon-customize-swiper {
  position: relative;
}
.p-lp-see-freon-customize-swiper__pagination {
  text-align: center;
  line-height: 4;
}
@media (min-width: 992px) {
  .p-lp-see-freon-customize-swiper__pagination {
    display: none;
  }
}
.p-lp-see-freon-customize-swiper__pagination .swiper-pagination-bullet {
  background: #b2dbe9;
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin: 0 8px;
}
.p-lp-see-freon-customize-swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(8, 137, 182);
}

.p-lp-see-freon-customize-swiper-button__prev, .p-lp-see-freon-customize-swiper-button__next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  z-index: 999999;
}
@media (min-width: 992px) {
  .p-lp-see-freon-customize-swiper-button__prev, .p-lp-see-freon-customize-swiper-button__next {
    display: none;
  }
}
.p-lp-see-freon-customize-swiper-button__prev {
  background: url("../images/lp/common/swipe-button-prev.png") center center no-repeat;
  background-size: contain;
  left: -10px;
}
.p-lp-see-freon-customize-swiper-button__next {
  background: url("../images/lp/common/swipe-button-next.png") center center no-repeat;
  background-size: contain;
  right: -10px;
}

.p-lp-see-freon-cta {
  background: #b8defb;
  padding-top: 50px;
  padding-bottom: 29px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .p-lp-see-freon-cta {
    padding-top: 95px;
    padding-bottom: 63px;
    margin-bottom: 62px;
  }
}
.p-lp-see-freon-cta::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50vw 0 50vw;
  border-color: #b8defb transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .p-lp-see-freon-cta::after {
    border-width: 62px 50vw 0 50vw;
  }
}
.p-lp-see-freon-cta .container {
  position: relative;
  max-width: 1420px;
  text-align: center;
}
.p-lp-see-freon-cta__title {
  font-weight: var(--font-weight-bold);
  color: #042666;
  text-align: center;
  margin-bottom: 57px;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .p-lp-see-freon-cta__title {
    margin-bottom: 52px;
  }
}
.p-lp-see-freon-cta__title--sub {
  font-size: 17px;
}
@media (min-width: 992px) {
  .p-lp-see-freon-cta__title--sub {
    font-size: 40px;
    font-family: "Noto Sans JP";
    color: rgb(4, 38, 102);
    font-weight: var(--font-weight-bold);
    line-height: 1.2;
  }
}
.p-lp-see-freon-cta__title--main {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 11;
}
@media (min-width: 992px) {
  .p-lp-see-freon-cta__title--main {
    font-size: 48px;
    color: rgb(4, 38, 102);
    margin-bottom: 30px;
  }
}
.p-lp-see-freon-cta__buttons {
  padding-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-lp-see-freon-cta__buttons {
    padding-top: 0;
    gap: 63px;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .p-lp-see-freon-cta__buttons .p-lp-see-freon__contact--button {
    height: 110px;
  }
}

.p-lp-see-freon-cta-mark {
  position: inherit;
  margin-bottom: 21px;
}
@media (min-width: 992px) {
  .p-lp-see-freon-cta-mark {
    position: absolute;
    left: -250px;
    top: 0;
    display: flex;
    margin-bottom: 0;
  }
}
.p-lp-see-freon-cta-mark__icon {
  text-align: center;
}
@media (min-width: 992px) {
  .p-lp-see-freon-cta-mark__icon {
    position: relative;
    top: auto;
    left: auto;
  }
}
.p-lp-see-freon-cta-mark__icon img {
  width: 110.5px;
  height: 72px;
}
@media (min-width: 992px) {
  .p-lp-see-freon-cta-mark__icon img {
    width: 221px;
    height: 144px;
  }
}
.p-lp-see-freon-cta-mark__title {
  color: #ff9933;
  text-align: center;
}
@media (min-width: 992px) {
  .p-lp-see-freon-cta-mark__title {
    text-align: left;
  }
}
.p-lp-see-freon-cta-mark__title--sub {
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .p-lp-see-freon-cta-mark__title--sub {
    font-size: 14px;
  }
}
.p-lp-see-freon-cta-mark__title--main {
  font-size: 18px;
  font-weight: var(--font-weight-bold);
}
@media (min-width: 992px) {
  .p-lp-see-freon-cta-mark__title--main {
    font-size: 24px;
  }
}

.p-lp-system-requirements {
  margin-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .p-lp-system-requirements {
    padding-top: 100px;
    margin-bottom: 80px;
  }
}
.p-lp-system-requirements .container {
  padding: 0 18px;
}
@media (min-width: 1280px) {
  .p-lp-system-requirements .container {
    display: flex;
    padding: 0 0;
    gap: 80px;
    max-width: 1280px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .p-lp-system-requirements__header {
    flex-shrink: 0;
  }
}
.p-lp-system-requirements__main {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .p-lp-system-requirements__main {
    flex-direction: row;
  }
}
.p-lp-system-requirements__main .lp-section-title {
  margin-right: 0;
}
@media (min-width: 768px) {
  .p-lp-system-requirements__main .lp-section-title {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .p-lp-system-requirements__main .lp-section-title {
    margin-right: 64px;
  }
}
.p-lp-system-requirements__main__device {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 289px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .p-lp-system-requirements__main__device {
    flex-direction: row;
    gap: 96px;
    width: auto;
    margin: inherit;
  }
}
.p-lp-system-requirements__main__device .lp-section-title {
  text-align: left;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-lp-system-requirements__main__device .lp-section-title {
    margin-bottom: 40px;
    text-align: inherit;
  }
}
.p-lp-system-requirements__main__device__header {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .p-lp-system-requirements__main__device__header {
    margin-bottom: 30px;
    flex-direction: row;
  }
}
.p-lp-system-requirements__main__device__header__device-box {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
.p-lp-system-requirements__main__device__header--title {
  display: inline-block;
  background: #e9eff2;
  border: 1px solid #0089b6;
  font-size: 17px;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  padding: 5px 16px 6px;
  border-radius: 40px;
}
@media (min-width: 992px) {
  .p-lp-system-requirements__main__device__header--title {
    font-size: 18px;
  }
}
.p-lp-system-requirements__main__device__content {
  padding: 0 0;
}
.p-lp-system-requirements__main__device__content ul {
  margin: 0;
  list-style: none;
  font-weight: 500;
  padding-left: 0;
}
.p-lp-system-requirements__main__device__content ul li {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.p-lp-system-requirements__main__device__content ul li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: var(--color-black);
  border-radius: 100%;
}
.p-lp-system-requirements__main__device__content ul li.list-asta::before {
  display: none !important;
}
.p-lp-system-requirements__main__device__content .note {
  margin-bottom: 0;
}

.p-lp-price {
  background: url("../images/lp/see-freon/usage-bg-sp.png") center center no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .p-lp-price {
    background: url("../images/lp/see-freon/usage-bg.jpg") center center no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
}
.p-lp-price .container {
  display: flex;
  padding: 0 0;
  gap: 80px;
  max-width: 1280px;
  width: 100%;
}
.p-lp-price__content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
  justify-content: start;
  align-items: center;
}
@media (min-width: 1350px) {
  .p-lp-price__content {
    margin: inherit;
  }
}
.p-lp-price__content .lp-section-title {
  margin-right: 0;
  font-size: 25px;
  color: rgb(0, 0, 0);
  font-weight: var(--font-weight-bold);
  background: #fff;
  width: 190px;
  height: 54px;
  min-height: 54px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1350px) {
  .p-lp-price__content .lp-section-title {
    margin-right: 136px;
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  .p-lp-price__content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: start;
    gap: 40px;
  }
}
.p-lp-price__card {
  background: white;
  border: 1px solid #5a6972;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.3);
  height: 100%;
}
@media (min-width: 992px) {
  .p-lp-price__card {
    border-radius: 6px;
    flex-shrink: 0;
  }
}
@media (min-width: 1350px) {
  .p-lp-price__card {
    min-width: 510px;
  }
}
.p-lp-price__card__title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 100%;
  margin: 0;
  font-size: 24px;
  height: 80px;
}
@media (min-width: 992px) {
  .p-lp-price__card__title {
    font-size: 24px;
    height: 80px;
  }
}
.p-lp-price__card__title--gray {
  background-color: #04358e;
  font-size: 28px;
  color: #fff;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-bottom: 0;
}
@media (min-width: 1350px) {
  .p-lp-price__card__title--gray {
    font-size: 30px;
  }
}
.p-lp-price__card__title--dark {
  background-color: #032666;
  font-size: 28px;
  color: #fff;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-bottom: 0;
}
@media (min-width: 1350px) {
  .p-lp-price__card__title--dark {
    font-size: 30px;
  }
}
.p-lp-price__card__content {
  padding: 20px 18px 4px 18px;
  height: auto;
}
@media (min-width: 768px) {
  .p-lp-price__card__content {
    padding: 20px 18px 20px 18px;
  }
}
@media (min-width: 1350px) {
  .p-lp-price__card__content {
    padding: 20px 0 34px;
  }
}
.p-lp-price__card__content .note {
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .p-lp-price__card__content .note {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .p-lp-price__card__content--horizontal {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 16px;
  }
}
.p-lp-price__card__text {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP";
  color: rgb(0, 0, 0);
  line-height: 2;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .p-lp-price__card__text {
    font-size: 18px;
  }
}
.p-lp-price__card__text .text-orange {
  color: #ff6600;
}
.p-lp-price__card__text .text-blue {
  color: #0089b6;
}
.p-lp-price__card__text a {
  color: #0089b6;
}
.p-lp-price__card__desc {
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  text-align: center;
  margin: 0;
}
.p-lp-price__card__price-block {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .p-lp-price__card__price-block {
    margin-bottom: 0;
  }
}
.p-lp-price__card__price-block--first-child {
  margin-bottom: 24px;
}
.p-lp-price__card__price-block__name {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: var(--font-weight-semi-bold);
}
@media (min-width: 992px) {
  .p-lp-price__card__price-block__name {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
.p-lp-price__card__price-block__num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1em;
  font-weight: 900;
  line-height: 1;
  font-size: 40px;
  margin-bottom: 10px;
}
.p-lp-price__card__price-block__num .unit {
  font-size: 15px;
  font-weight: var(--font-weight-bold);
}
@media (min-width: 992px) {
  .p-lp-price__card__price-block__num .unit {
    font-size: 16px;
  }
}
.p-lp-price__card__price-block__num .yen {
  font-size: 15px;
  font-weight: var(--font-weight-bold);
}
@media (min-width: 992px) {
  .p-lp-price__card__price-block__num .yen {
    font-size: 16px;
  }
}
.p-lp-price__card__price-block__note-price {
  display: block;
  text-align: center;
  color: #666666;
  font-size: 16px;
}
@media (min-width: 992px) {
  .p-lp-price__card__price-block__note-price {
    font-size: 18px;
  }
}
.p-lp-price__card__price-block__note {
  color: #666666;
  display: flex;
  gap: 8px;
  justify-content: center;
  font-size: 14px;
  max-width: 360px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .p-lp-price__card__price-block__note {
    flex-direction: row;
    gap: 32px;
    justify-content: space-between;
    align-items: inherit;
    margin-bottom: 0;
  }
}
.p-lp-price__card__price-block__note__title {
  padding-right: 22px;
}
.p-lp-price__card__price-block__note__price {
  font-size: 30px;
  font-family: "Noto Sans JP";
  color: rgb(13, 17, 25);
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
}
.p-lp-price__card__price-block__note__price .yen {
  font-size: 16px;
}
.p-lp-price__card:nth-child(2) {
  width: 335px;
  min-width: 335px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-lp-price__card:nth-child(2) {
    width: 290px;
    min-width: 290px;
    margin-bottom: 0;
  }
}
.p-lp-price__card:nth-child(3) {
  width: 335px;
  min-width: 335px;
}
@media (min-width: 992px) {
  .p-lp-price__card:nth-child(3) {
    width: 480px;
    min-width: 480px;
  }
}

.p-lp-see-freon-price-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .p-lp-see-freon-price-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1350px) {
  .p-lp-see-freon-price-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
  }
}

.p-lp-see-freon-dealer {
  padding-top: 50px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-lp-see-freon-dealer {
    padding-top: 100px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .p-lp-see-freon-dealer .container {
    display: flex;
  }
}
.p-lp-see-freon-dealer__title {
  font-size: 21px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-lp-see-freon-dealer__title {
    font-size: 28px;
    text-align: left;
    flex-grow: 2;
  }
}
@media (min-width: 992px) {
  .p-lp-see-freon-dealer__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-right: 1px solid #999999;
  }
}

.p-lp-see-freon-dealer-item {
  border-top: 1px solid #999999;
  padding: 0 25px 30px;
}
@media (min-width: 992px) {
  .p-lp-see-freon-dealer-item {
    border-top: none;
    border-left: 1px solid #999999;
    padding: 0 30px;
  }
}
.p-lp-see-freon-dealer-item__logo {
  display: grid;
  place-content: center;
  height: 150px;
}
.p-lp-see-freon-dealer-item__logo img {
  text-align: center;
}
.p-lp-see-freon-dealer-item__logo.ntt-data img {
  width: 253px;
}
.p-lp-see-freon-dealer-item__logo.aizunk img {
  width: 227px;
}
.p-lp-see-freon-dealer-item__logo.open-stream img {
  width: 167px;
}
.p-lp-see-freon-dealer-item__title {
  font-size: 21px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .p-lp-see-freon-dealer-item__title {
    font-size: 20px;
  }
}
.p-lp-see-freon-dealer-item__address {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 992px) {
  .p-lp-see-freon-dealer-item__address {
    font-size: 16px;
  }
}

.p-lp-contact-form__trial-label {
  background: #04358e;
}

.p-lp-contact-form__main--trial {
  background: #04358e;
}

.p-lp-contact-form__header label {
  border-radius: 6px 6px 0 0;
}

.p-lp-contact__container {
  max-width: 100%;
  margin: auto;
  padding: 0 0;
}
@media (min-width: 992px) {
  .p-lp-contact__container {
    max-width: 1400px;
    margin: auto;
    padding: 0 60px;
  }
}

#p-lp-functions,
#p-lp-contact {
  margin-top: -80px;
  padding-top: 80px;
}

#p-lp-trouble {
  margin-top: -30px;
  padding-top: 30px;
}/*# sourceMappingURL=lp-see-freon.css.map */