@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.heading--lv3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.heading--lv3 .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
}
.heading--lv3 .sub .icon {
  width: auto;
}
.heading--lv3 .sub .text {
  color: #DA202B;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
}
.heading--lv3 .main {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 50px;
}
.heading--lv4 {
  color: #DA202B;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 40px;
}
.heading--lv5 {
  color: #DA202B;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .heading--lv3 .sub {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .heading--lv3 .sub .icon {
    width: 20px;
  }
  .heading--lv3 .sub .text {
    font-size: 1.8rem;
  }
  .heading--lv3 .main {
    font-size: 2.4rem;
    line-height: 35px;
  }
  .heading--lv4 {
    font-size: 2.1rem;
    line-height: 35px;
  }
  .heading--lv5 {
    font-size: 1.9rem;
  }
}
.button--pattern-1 {
  position: relative;
  display: flex;
  width: 362px;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s;
}
.button--pattern-1:hover {
  opacity: 0.7;
}
.button--pattern-1:hover .icon i {
  transform: translateX(2px);
}
.button--pattern-1 span {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 30px;
}
.button--pattern-1 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: #DA202B;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.button--pattern-1 .icon i {
  color: white;
  font-size: 3rem;
  line-height: 0;
  transition: transform 0.3s ease;
}
.button--pattern-2 {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: 46px;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  border-radius: 30px;
  transition: opacity 0.2s;
}
.button--pattern-2:hover {
  opacity: 0.7;
}
.button--pattern-2:hover .icon i {
  transform: translateX(2px);
}
.button--pattern-2 span {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 30px;
}
.button--pattern-2 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: #DA202B;
  top: 50%;
  border-radius: 50%;
}
.button--pattern-2 .icon i {
  color: white;
  font-size: 3rem;
  line-height: 0;
  transition: transform 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 60px 0 25px;
  }
  .button--pattern-1 span {
    font-size: 1.5rem;
  }
  .button--pattern-1 .icon {
    width: 40px;
    height: 40px;
  }
  .button--pattern-2 {
    gap: 15px;
  }
  .button--pattern-2 span {
    font-size: 1.4rem;
  }
  .button--pattern-2 .icon {
    width: 40px;
    height: 40px;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.cleaning-area__list {
  display: grid;
  row-gap: 12px;
}
.cleaning-area__item {
  display: grid;
  grid-template-columns: 1fr 120px;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 12px 15px;
  border: 1px solid #dddddd;
  background: #ffffff;
}
.cleaning-area__item > label {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  cursor: pointer;
  line-height: 1.5;
}
.cleaning-area__item > label input[type=checkbox] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}
.cleaning-area__item > label span {
  font-size: 15px;
}
.cleaning-area__number {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.cleaning-area__number input[type=number] {
  width: 70px;
  padding: 8px 10px;
  font-size: 16px;
  border: 1px solid #cccccc;
  background: #ffffff;
  box-sizing: border-box;
}
.cleaning-area__number span {
  flex-shrink: 0;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .cleaning-area__list {
    row-gap: 8px;
  }
  .cleaning-area__item {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 14px 12px;
  }
  .cleaning-area__item > label {
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    min-width: 0;
  }
  .cleaning-area__item > label input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
  .cleaning-area__item > label span {
    font-size: 13px;
    line-height: 1.5;
  }
  .cleaning-area__number {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 5px;
         column-gap: 5px;
    padding-left: 0;
  }
  .cleaning-area__number input[type=number] {
    width: 55px;
    padding: 8px;
    font-size: 14px;
  }
  .cleaning-area__number span {
    font-size: 13px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 100;
}
.header.is-scroll {
  background-color: #fff;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 13px;
}
.header__logo a {
  display: flex;
}
.header__logo img {
  width: 300px;
}
.header__logo-store {
  color: #DA202B;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.65px;
  white-space: nowrap;
}
.header__nav {
  flex: 1;
  margin: 0 30px;
  white-space: nowrap;
}
.header__list {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}
.header__item a {
  font-size: 1.4rem;
  font-weight: 500;
  transition: color 0.2s;
}
.header__item a:hover {
  color: #DA202B;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__tel {
  display: flex;
  align-items: center;
  align-items: baseline;
  gap: 5px;
}
.header__tel i {
  color: #DA202B;
  font-size: 2.4rem;
}
.header__tel-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.header__tel-num {
  color: #DA202B;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.header__tel-num:hover {
  opacity: 0.6;
}
.header__tel-hours {
  color: #DA202B;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 14px;
}
.header__line {
  display: block;
  width: 50px;
  height: 50px;
  transition: opacity 0.2s;
}
.header__line img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.header__line:hover {
  opacity: 0.6;
}

.top-mv {
  width: 100%;
  height: 100vh;
  max-height: 920px;
  min-height: 700px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: url(../img/pages/top/mv/bg.jpg) no-repeat center/cover;
}
.top-mv__body {
  position: relative;
  top: -50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.top-mv__copy {
  margin-bottom: 0;
}
.top-mv__copy-sub {
  font-size: 3.6rem;
  font-weight: 900;
  color: #DA202B;
  line-height: 1;
  margin-bottom: 15px;
  border-bottom: 2px solid #DA202B;
  padding-bottom: 5px;
  text-align: center;
}
.top-mv__copy-main {
  font-size: 7.5rem;
  font-weight: 900;
  color: #DA202B;
  letter-spacing: 0.135em;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
.top-mv__copy-tagline {
  font-size: 1.9rem;
  font-weight: 900;
  color: #DA202B;
  line-height: 1.6;
  text-align: center;
}
.top-mv__copy-tagline small {
  font-size: 1.4rem;
  font-weight: 400;
}
.top-mv__badges {
  display: flex;
  gap: 60px;
  justify-content: center;
}
.top-mv__badge {
  width: 230px;
  height: 230px;
  background: #DA202B;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.top-mv__badge img {
  width: 50px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 5px;
}
.top-mv__badge-num {
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.top-mv__badge-num .no {
  font-size: 2.6rem;
}
.top-mv__badge-num .num {
  font-size: 4.6rem;
}
.top-mv__badge-num .unit {
  font-size: 2.6rem;
}
.top-mv__badge-text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.46;
  text-align: center;
  flex: 1;
}

.sub-mv {
  position: relative;
  height: 450px;
  overflow: hidden;
}
.sub-mv__bg {
  position: absolute;
  inset: 0;
}
.sub-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sub-mv__title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #DA202B;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 100px;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}

.fix-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  background: #DA202B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  transition: opacity 0.2s;
}
.fix-btn i {
  color: #ffffff;
  font-size: 2.4rem;
}
.fix-btn:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .header {
    height: 70px;
  }
  .header__inner {
    padding: 0 15px;
  }
  .header__logo img {
    width: 200px;
  }
  .header__logo-store {
    display: none;
  }
  .top-mv {
    background: url(../img/pages/top/mv/bg-sp.jpg) no-repeat center/cover;
    height: auto;
    padding: 100px 20px 50px;
    width: calc(100% - 40px);
    max-height: unset;
    min-height: unset;
  }
  .top-mv__body {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    gap: 30px;
    top: 0;
  }
  .top-mv__copy-sub {
    font-size: 2.3rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
  }
  .top-mv__copy-main {
    font-size: 5rem;
    letter-spacing: 0.1em;
  }
  .top-mv__copy-tagline {
    font-size: 1.4rem;
  }
  .top-mv__copy-tagline small {
    display: block;
  }
  .top-mv__badges {
    transform: none;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .top-mv__badge {
    width: 160px;
    height: 160px;
    padding: 10px;
  }
  .top-mv__badge:first-child {
    margin: 0 20%;
  }
  .top-mv__badge img {
    width: 30px;
    height: 30px;
  }
  .top-mv__badge-num .no {
    font-size: 1.7rem;
  }
  .top-mv__badge-num .num {
    font-size: 2.8rem;
  }
  .top-mv__badge-num .unit {
    font-size: 1.6rem;
  }
  .top-mv__badge-text {
    font-size: 1.2rem;
  }
  .sub-mv {
    height: 250px;
  }
  .sub-mv__title {
    font-size: 2.6rem;
    padding: 0 20px;
    width: calc(100% - 40px);
  }
  .fix-btn {
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 15px;
  }
  .fix-btn i {
    font-size: 2rem;
  }
}
.footer-action {
  position: relative;
  overflow: hidden;
}
.footer-action__bg {
  position: absolute;
  inset: 0;
}
.footer-action__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-action__inner {
  position: relative;
  z-index: 1;
  padding: 70px 0;
}
.footer-action__box {
  background: #ffffff;
  border: 4px solid #DA202B;
  border-radius: 10px;
  padding: 30px 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.footer-action__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
  text-align: center;
}
.footer-action__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}
.footer-action__tel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
  gap: 5px;
  border-top: 2px solid #DA202B;
  border-bottom: 2px solid #DA202B;
  padding: 32px 0;
}
.footer-action__tel-num {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.2s;
}
.footer-action__tel-num:hover {
  opacity: 0.6;
}
.footer-action__tel-num img {
  width: 30px;
  height: 30px;
}
.footer-action__tel-num span {
  font-size: 4.4rem;
  font-weight: 900;
  color: #DA202B;
  letter-spacing: 0.05em;
  line-height: 1;
}
.footer-action__tel-num i {
  font-size: 2.8rem;
  color: #DA202B;
}
.footer-action__tel-hours {
  color: #DA202B;
  letter-spacing: 0.05em;
}
.footer-action__btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px 0;
}
.footer-action__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 450px;
  height: 60px;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  box-sizing: border-box;
  transition: opacity 0.2s;
}
.footer-action__btn:hover {
  opacity: 0.6;
}
.footer-action__btn img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-action__btn span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #DA202B;
}
.footer-action__btn i {
  font-size: 2.4rem;
  color: #DA202B;
}

.footer-bar {
  padding: 80px 0 40px;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
  margin-bottom: 60px;
}
.footer-bar__wrapper--bottom {
  border-top: 1px solid #000000;
  padding-top: 15px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer-bar__logo-wrap {
  display: flex;
  align-items: center;
  gap: 17px;
}
.footer-bar__logo {
  display: block;
  width: 350px;
}
.footer-bar__logo img {
  width: 100%;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-bar__logo-store {
  color: #DA202B;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
}
.footer-bar__address {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 520px;
}
.footer-bar__item a {
  font-size: 1.5rem;
  font-weight: 700;
  transition: color 0.2s;
}
.footer-bar__item a:hover {
  color: #DA202B;
}
.footer-bar__copyright {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.footer-bar__copyright a {
  transition: opacity 0.2s;
}
.footer-bar__copyright a:hover {
  opacity: 0.6;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.4rem;
  font-weight: 500;
  transition: color 0.2s;
}
.footer-bar__link a:hover {
  color: #DA202B;
}

@media only screen and (max-width: 767px) {
  .footer-action__inner {
    padding: 40px 0;
  }
  .footer-action__head {
    gap: 20px;
  }
  .footer-action__box {
    padding: 30px 20px;
    gap: 30px;
  }
  .footer-action__lead {
    text-align: center;
  }
  .footer-action__cta {
    flex-direction: column;
    gap: 30px;
  }
  .footer-action__tel {
    width: 100%;
    padding: 15px 0;
  }
  .footer-action__tel-num span {
    font-size: 2.9rem;
  }
  .footer-action__btns {
    width: 100%;
    gap: 10px;
    padding: 0;
  }
  .footer-action__btn {
    width: 100%;
    height: 50px;
  }
  .footer-bar {
    padding: 40px 0 30px;
  }
  .footer-bar__wrapper--top {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
    text-align: center;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__links {
    display: none;
  }
  .footer-bar__wrapper--bottom {
    justify-content: center;
  }
  .footer-bar__logo-wrap {
    align-items: center;
    gap: 15px;
    flex-flow: column;
  }
  .footer-bar__logo {
    display: block;
    width: 250px;
  }
  .footer-bar__contents {
    gap: 20px;
  }
}
.drawer-off__button {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 48px;
  height: 48px;
  background: #DA202B;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100svh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__header {
  display: flex;
  padding: 21px 15px;
  box-sizing: border-box;
}
.drawer-on__logo {
  width: 200px;
}
.drawer-on__inner {
  padding: 0 15px;
  box-sizing: border-box;
}
.drawer-on__item {
  display: flex;
}
.drawer-on__item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link {
  display: flex;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.drawer-on__group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.drawer-on__sns {
  width: 25px;
}
.drawer-on__button {
  margin-top: 20px;
}
.drawer-on__button--line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: #DA202B;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--line .icon {
  width: 25px;
}
.drawer-on__button--line .text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__button--mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  border: 1px solid #DA202B;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--mail .icon, .drawer-on__button--mail .text {
  color: #DA202B;
}
.drawer-on__button--mail .text {
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 15px 20px;
  margin-top: 20px;
}
.drawer-on__tel .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.drawer-on__tel .link .icon, .drawer-on__tel .link .text {
  color: #DA202B;
}
.drawer-on__tel .link .text {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-on__tel .caption {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-about {
  padding: 120px 0;
}
.top-about__inner {
  position: relative;
}
.top-about__title {
  margin-bottom: 100px;
}
.top-about__bubbles {
  position: relative;
  width: 100%;
  height: 530px;
}
.top-about__bubble {
  position: absolute;
  width: 350px;
}
.top-about__bubble-inner {
  position: relative;
  width: 350px;
  height: 207px;
}
.top-about__bubble-bg-inner {
  position: absolute;
  inset: 0.97% 0.57% 14.01% 0.57%;
  width: calc(100% - 4px);
  height: auto;
}
.top-about__bubble-bg-outer {
  position: absolute;
  inset: 0 0 13.04% 0;
  width: 100%;
  height: auto;
}
.top-about__bubble-tail {
  position: absolute;
  bottom: 0;
  left: 29px;
  width: 40px;
  height: 35px;
}
.top-about__bubble-text {
  position: absolute;
  inset: 0;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #DA202B;
  text-align: center;
  line-height: 40px;
}
.top-about__bubble--tl {
  left: 15%;
  top: 0;
}
.top-about__bubble--tl .top-about__bubble-tail {
  left: auto;
  right: 100px;
  transform: scaleX(-1);
}
.top-about__bubble--tr {
  right: 10%;
  top: 30px;
}
.top-about__bubble--tr .top-about__bubble-tail {
  left: 100px;
  right: auto;
}
.top-about__bubble--bl {
  left: 0;
  bottom: 50px;
}
.top-about__bubble--bl .top-about__bubble-tail {
  right: 30px;
  left: unset;
  transform: scaleX(-1);
}
.top-about__bubble--br {
  right: 0px;
  bottom: 10px;
}
.top-about__bubble--br .top-about__bubble-tail {
  left: 30px;
}
.top-about__person {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 524px;
  bottom: 0;
  z-index: -1;
}
.top-about__person img {
  width: 100%;
  height: auto;
}
.top-about__cta {
  text-align: center;
  margin-top: 60px;
}
.top-about__arrow {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.top-about__arrow img {
  width: 37px;
  height: 54px;
}
.top-about__cta-text {
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
}
.top-about__cta-text--accent {
  color: #DA202B;
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 60px 0;
  }
  .top-about__title {
    margin-bottom: 30px;
  }
  .top-about__bubbles {
    height: 400px;
  }
  .top-about__bubble {
    width: auto;
  }
  .top-about__bubble-inner {
    width: 170px;
    height: 86px;
  }
  .top-about__bubble-tail {
    width: 25px;
    height: 45px;
    bottom: -30px;
  }
  .top-about__bubble-text {
    font-size: 1.4rem;
    line-height: 25px;
    top: 0;
  }
  .top-about__bubble--tl {
    left: 0;
  }
  .top-about__bubble--tr {
    right: 0;
    top: 0;
  }
  .top-about__bubble--bl {
    left: 0;
    bottom: 190px;
  }
  .top-about__bubble--br {
    right: 0px;
    bottom: 190px;
  }
  .top-about__person {
    width: 280px;
  }
  .top-about__cta {
    margin-top: 40px;
  }
  .top-about__cta-text {
    font-size: 2.2rem;
    line-height: 40px;
  }
  .top-about__arrow {
    margin-bottom: 30px;
  }
  .top-about__arrow img {
    width: 25px;
    height: 36px;
  }
}
.top-service {
  padding: 0 0 120px;
}
.top-service__title {
  margin-bottom: 30px;
}
.top-service__lead {
  text-align: center;
  margin-bottom: 100px;
}
.top-service__list {
  display: flex;
  gap: 80px;
  justify-content: space-between;
}
.top-service__item {
  display: flex;
  flex-direction: column;
  width: 500px;
  border: 4px solid #DA202B;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 40px;
  align-items: center;
}
.top-service__img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.top-service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service__contents {
  padding: 40px 20px;
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.top-service__ttl {
  text-align: center;
}
.top-service__label {
  font-size: 2.1rem;
  font-weight: 700;
  color: #DA202B;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}
.top-service__name {
  font-size: 2.8rem;
  font-weight: 700;
  color: #DA202B;
  line-height: 1;
}
.top-service__text {
  line-height: 30px;
  flex: 1;
}
.top-service__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.top-service__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 30px;
  background: #DA202B;
  border-radius: 15px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .top-service {
    padding: 0 0 60px;
  }
  .top-service__lead {
    margin-bottom: 50px;
  }
  .top-service__contents {
    padding: 30px 20px;
  }
  .top-service__list {
    flex-direction: column;
    gap: 30px;
  }
  .top-service__item {
    width: calc(100% - 8px);
  }
  .top-service__img {
    height: 200px;
  }
  .top-service__label {
    font-size: 1.8rem;
  }
  .top-service__name {
    font-size: 2.5rem;
  }
}
.top-concept {
  padding: 0 0 120px;
}
.top-concept__title {
  margin-bottom: 100px;
}
.top-concept__body {
  display: flex;
  gap: 60px;
  align-items: center;
}
.top-concept__movie {
  position: relative;
  width: 700px;
  height: 440px;
  background: #f0f0f0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-concept__movie-label {
  font-size: 1.3rem;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.05em;
}
.top-concept__text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.top-concept__text {
  line-height: 30px;
}
.top-concept__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 362px;
  height: 60px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 7px;
  gap: 10px;
}
.top-concept__btn span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1e1e1e;
}
.top-concept__btn:hover {
  opacity: 0.8;
}
.top-concept__btn-icon {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
}
.top-concept__btn-icon img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .top-concept {
    padding: 0 0 60px;
  }
  .top-concept__title {
    margin-bottom: 30px;
  }
  .top-concept__body {
    flex-direction: column;
    gap: 20px;
  }
  .top-concept__movie {
    width: 100%;
    height: 250px;
  }
  .top-concept__text-box {
    gap: 25px;
  }
  .top-concept__btn {
    width: 100%;
  }
}
.top-reason {
  padding: 0 0 120px;
}
.top-reason__title {
  margin-bottom: 100px;
}
.top-reason__list {
  display: flex;
  gap: 0;
  justify-content: space-between;
}
.top-reason__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 230px;
  text-align: center;
  gap: 15px;
}
.top-reason__icon {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
}
.top-reason__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-reason__text {
  line-height: 1.875;
}

@media only screen and (max-width: 767px) {
  .top-reason {
    padding: 0 0 60px;
  }
  .top-reason__title {
    margin-bottom: 40px;
  }
  .top-reason__list {
    display: flex;
    flex-flow: column;
    gap: 30px;
    justify-content: center;
  }
  .top-reason__item {
    width: 100%;
  }
  .top-reason__icon {
    width: 80px;
    height: 80px;
  }
  .top-reason__name {
    font-size: 2rem;
  }
  .top-reason__text {
    font-size: 1.4rem;
  }
}
.top-flow {
  padding: 0 0 120px;
}
.top-flow__title {
  margin-bottom: 100px;
}
.top-flow__body {
  display: flex;
  gap: 90px;
  align-items: flex-start;
}
.top-flow__img {
  width: 500px;
  height: 650px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.top-flow__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-flow__steps {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 40px;
}
.top-flow__line {
  position: absolute;
  left: 33px;
  top: 30px;
  width: 4px;
  height: calc(100% - 76px);
  background: #DA202B;
  z-index: 0;
}
.top-flow__step {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0;
  position: relative;
  z-index: 1;
}
.top-flow__step-num {
  position: relative;
  width: 70px;
  height: 70px;
  background: #DA202B;
  border-radius: 50%;
}
.top-flow__step-num span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.top-flow__step-name {
  margin-bottom: 5px;
}
.top-flow__step-text {
  line-height: 1.875;
}

@media only screen and (max-width: 767px) {
  .top-flow {
    padding: 0 0 60px;
  }
  .top-flow__title {
    margin-bottom: 40px;
  }
  .top-flow__body {
    flex-direction: column;
    gap: 30px;
  }
  .top-flow__line {
    left: 17px;
  }
  .top-flow__steps {
    width: 100%;
    gap: 30px;
  }
  .top-flow__step {
    gap: 20px;
  }
  .top-flow__step-name {
    font-size: 2rem;
  }
  .top-flow__step-text {
    font-size: 1.4rem;
  }
  .top-flow__step-num {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .top-flow__step-num span {
    font-size: 3rem;
  }
}
.top-column {
  padding: 0 0 110px;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 70px;
  align-items: baseline;
}
.top-column__button {
  position: absolute;
  top: 42px;
  right: 0;
}
.top-column__list {
  display: flex;
  gap: 41px;
}
.top-column__item {
  display: flex;
  width: 400px;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  transition: opacity 0.2s;
}
.top-column__item .link:hover {
  opacity: 0.6;
}
.top-column__item .img {
  width: 100%;
  height: 285px;
  border-radius: 8px;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  margin-bottom: 10px;
}
.top-column__item .time {
  color: #DA202B;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.top-column__item .title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 15px;
}
.top-column__item .caption {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 0 0 60px;
  }
  .top-column__button {
    position: static;
    top: 0;
    right: 0;
    margin: 50px auto 0;
  }
  .top-column__title {
    margin-bottom: 40px;
    align-items: center;
  }
  .top-column__list {
    flex-direction: column;
    gap: 30px;
  }
  .top-column__item {
    width: 100%;
  }
  .top-column__item .img {
    height: 250px;
  }
  .top-column__item .title {
    font-size: 1.5rem;
  }
}
.top-news {
  padding: 0 0 90px;
}
.top-news__inner {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.top-news__head {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.top-news__title {
  align-items: baseline;
}
.top-news__button {
  margin-top: auto;
}
.top-news__button .text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1e1e1e;
}
.top-news__button:hover {
  opacity: 0.7;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 760px;
  gap: 25px;
}
.top-news__item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D2D2D2;
  padding: 25px 0;
  transition: opacity 0.2s;
}
.top-news__item .link:first-child {
  padding-top: 0;
}
.top-news__item .link:hover {
  opacity: 0.6;
}
.top-news__item .link:hover .icon {
  transform: translateX(2px);
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.top-news__item .time {
  color: #DA202B;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.top-news__item .title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 0.05em;
}
.top-news__item .icon {
  color: #DA202B;
  font-size: 3.2rem;
  transition: transform 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 0 0 60px;
  }
  .top-news__inner {
    flex-flow: wrap;
    gap: 40px;
  }
  .top-news__head {
    gap: 20px;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .top-news__item .link {
    padding: 20px 0;
  }
  .top-news__item .time {
    font-size: 1.5rem;
  }
  .top-news__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.aircon-about {
  padding: 120px 0;
}
.aircon-about__title {
  margin-bottom: 100px;
}
.aircon-about__lead {
  margin-bottom: 60px;
  line-height: 30px;
}
.aircon-about__subtitle {
  margin-bottom: 30px;
}
.aircon-about__problem {
  margin-bottom: 80px;
}
.aircon-about__point-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
  border: 4px solid #DA202B;
  border-radius: 10px;
  padding: 50px 50px 50px 130px;
}
.aircon-about__point-label {
  position: absolute;
  top: -22px;
  left: -22px;
  width: 132px;
  height: 132px;
  background: #DA202B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
}
.aircon-about__check-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.aircon-about__check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 0;
}
.aircon-about__check-item:first-child {
  padding-top: 0;
}
.aircon-about__check-item i {
  color: #DA202B;
  font-size: 2rem;
  flex-shrink: 0;
  margin-top: -5px;
}
.aircon-about__check-item span {
  color: #DA202B;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 40px;
  background-image: radial-gradient(circle, #da202b 2.5px, transparent 2.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 5px;
  padding-bottom: 5px;
  width: 100%;
}
.aircon-about__point-img {
  width: 360px;
}
.aircon-about__point-img img {
  width: 100%;
  height: auto;
  display: block;
}
.aircon-about__deep {
  margin-bottom: 70px;
}
.aircon-about__deep-title {
  margin-bottom: 40px;
}
.aircon-about__deep-text {
  line-height: 2;
}
.aircon-about__safety {
  margin-bottom: 80px;
}
.aircon-about__safety-title {
  margin-bottom: 50px;
}
.aircon-about__safety-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.aircon-about__safety-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 35px;
  padding: 40px 20px;
  border-radius: 10px;
  border: 4px solid #DA202B;
}
.aircon-about__safety-icon {
  width: 120px;
  height: 120px;
}
.aircon-about__safety-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.aircon-about__safety-name {
  color: #DA202B;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
}
.aircon-about__cases-title {
  margin-bottom: 30px;
}
.aircon-about__cases-lead {
  margin-bottom: 50px;
  line-height: 2;
}
.aircon-about__cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
.aircon-about__case-card .link {
  display: block;
  transition: opacity 0.2s;
}
.aircon-about__case-card .link:hover {
  opacity: 0.6;
}
.aircon-about__case-card .img {
  width: 100%;
  height: 235px;
  border-radius: 8px;
  background: url(../img/pages/aircon-cleaning/no-img.jpg) no-repeat center/cover;
  margin-bottom: 25px;
}
.aircon-about__case-title {
  color: #DA202B;
  text-align: justify;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.9px;
  margin-bottom: 20px;
}
.aircon-about__case-caption {
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.7px;
}

@media only screen and (max-width: 767px) {
  .aircon-about {
    padding: 60px 0;
  }
  .aircon-about__title {
    margin-bottom: 40px;
  }
  .aircon-about__lead {
    margin-bottom: 50px;
  }
  .aircon-about__subtitle {
    margin-bottom: 20px;
  }
  .aircon-about__problem {
    margin-bottom: 50px;
  }
  .aircon-about__problem-title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .aircon-about__point-box {
    flex-direction: column;
    padding: 70px 20px 30px;
    gap: 30px;
  }
  .aircon-about__point-label {
    width: 85px;
    height: 85px;
    top: -38px;
    left: -10px;
    font-size: 1.8rem;
  }
  .aircon-about__point-img {
    width: 100%;
  }
  .aircon-about__check-item {
    gap: 8px;
  }
  .aircon-about__check-item span {
    font-size: 1.6rem;
    line-height: 25px;
    padding-bottom: 10px;
    background-image: radial-gradient(circle, #da202b 1.5px, transparent 1.5px);
    background-size: 6px 3px;
  }
  .aircon-about__deep {
    margin-bottom: 50px;
  }
  .aircon-about__deep-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .aircon-about__safety {
    margin-bottom: 50px;
  }
  .aircon-about__safety-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .aircon-about__safety-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .aircon-about__safety-card {
    padding: 30px 20px;
    gap: 30px;
  }
  .aircon-about__safety-name {
    font-size: 1.8rem;
  }
  .aircon-about__cases-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .aircon-about__cases-lead {
    margin-bottom: 30px;
  }
  .aircon-about__cases-grid {
    grid-template-columns: auto;
    gap: 30px;
  }
  .aircon-about__case-card .img {
    margin-bottom: 20px;
    height: 250px;
  }
  .aircon-about__case-title {
    margin-bottom: 15px;
  }
}
.aircon-price {
  padding: 0 0 120px;
}
.aircon-price__title {
  margin-bottom: 30px;
}
.aircon-price__lead {
  text-align: center;
  margin-bottom: 80px;
}
.aircon-price__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.aircon-price__item {
  display: flex;
  background: #FFF8F8;
  padding: 50px;
  gap: 60px;
}
.aircon-price__item .img {
  width: 330px;
  height: 235px;
  border-radius: 8px;
  background: url(../img/pages/aircon-cleaning/no-img.jpg) no-repeat center/cover;
}
.aircon-price__contents {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.aircon-price__name {
  color: #DA202B;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.9px;
  margin-bottom: 20px;
}
.aircon-price__text {
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.7px;
  margin-bottom: 40px;
}
.aircon-price__bottom {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 15px;
  border-bottom: 1px solid #D2D2D2;
  width: 295px;
  margin-left: auto;
}
.aircon-price__label {
  font-size: 1.4rem;
}
.aircon-price__amount {
  font-size: 2.1rem;
}
.aircon-price__amount span {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .aircon-price {
    padding: 0 0 60px;
  }
  .aircon-price__lead {
    margin-bottom: 40px;
  }
  .aircon-price__list {
    gap: 30px;
  }
  .aircon-price__item {
    flex-direction: column;
    padding: 40px 20px;
    gap: 30px;
  }
  .aircon-price__item .img {
    margin: 0 auto;
    width: 100%;
    height: 250px;
  }
  .aircon-price__bottom {
    width: 200px;
  }
  .aircon-price__name {
    font-size: 1.6rem;
    line-height: 25px;
  }
  .aircon-price__amount {
    font-size: 2rem;
  }
}
.house-service {
  padding: 120px 0;
}
.house-service__title {
  margin-bottom: 100px;
}
.house-service__subtitle {
  margin-bottom: 30px;
}
.house-service__lead {
  margin-bottom: 50px;
  line-height: 190%;
}
.house-service__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
.house-service__card {
  padding: 15px 15px 40px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  border: 4px solid #DA202B;
}
.house-service__img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 8px;
  margin-bottom: 25px;
}
.house-service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.house-service__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.house-service__name {
  color: #DA202B;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.9px;
  margin-bottom: 15px;
}
.house-service__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.7px;
}

@media only screen and (max-width: 767px) {
  .house-service {
    padding: 60px 0;
  }
  .house-service__title {
    margin-bottom: 40px;
  }
  .house-service__subtitle {
    margin-bottom: 20px;
  }
  .house-service__lead {
    margin-bottom: 30px;
  }
  .house-service__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }
  .house-service__card {
    padding: 15px 10px;
    border-radius: 5px;
    border: 3px solid #DA202B;
  }
  .house-service__img {
    height: 120px;
    margin-bottom: 15px;
    border-radius: 5px;
  }
  .house-service__name {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
.house-guide {
  padding: 0 0 120px;
}
.house-guide__title {
  margin-bottom: 100px;
}
.house-guide__lead {
  margin-bottom: 30px;
}
.house-guide__text {
  margin-bottom: 60px;
  line-height: 30px;
}
.house-guide__points {
  display: flex;
  gap: 25px;
}
.house-guide__point {
  width: 250px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  border-radius: 10px;
  border: 4px solid #DA202B;
  padding: 50px 20px 35px;
}
.house-guide__point-label {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  width: 70px;
  height: 70px;
  margin: auto;
  background: #DA202B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 110%;
}
.house-guide__point-label span {
  font-size: 2.1rem;
  line-height: 110%;
  letter-spacing: 1.05px;
}
.house-guide__point-body {
  flex: 1;
}
.house-guide__point-name {
  color: #DA202B;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.9px;
  margin-bottom: 15px;
}
.house-guide__point-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.7px;
}

@media only screen and (max-width: 767px) {
  .house-guide {
    padding: 0 0 60px;
  }
  .house-guide__title {
    margin-bottom: 40px;
  }
  .house-guide__lead {
    margin-bottom: 20px;
    text-align: center;
  }
  .house-guide__text {
    margin-bottom: 40px;
  }
  .house-guide__points {
    flex-flow: column;
    gap: 30px;
  }
  .house-guide__point {
    flex-direction: column;
    align-items: center;
    padding: 60px 20px 30px;
    gap: 15px;
    width: calc(100% - 48px);
  }
  .house-guide__point-label {
    width: 65px;
    height: 65px;
    top: -23px;
    font-size: 1.1rem;
  }
  .house-guide__point-name {
    font-size: 1.6rem;
  }
}
.guide-promise {
  padding: 120px 0 80px;
}
.guide-promise__title {
  margin-bottom: 100px;
}
.guide-promise__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.guide-promise__card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 4px solid #DA202B;
  border-radius: 10px;
  padding: 30px 15px 15px;
  overflow: hidden;
}
.guide-promise__num {
  color: #DA202B;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.3px;
  margin-bottom: 10px;
}
.guide-promise__name {
  color: #DA202B;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
.guide-promise__text {
  margin-bottom: 25px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.7px;
  flex: 1;
}
.guide-promise__img {
  width: 100%;
  height: 240px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 8px;
}
.guide-promise__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .guide-promise {
    padding: 60px 0;
  }
  .guide-promise__title {
    margin-bottom: 40px;
  }
  .guide-promise__card {
    padding: 20px 15px 15px;
  }
  .guide-promise__num {
    margin-bottom: 0;
  }
  .guide-promise__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .guide-promise__name {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
  .guide-promise__img {
    height: 200px;
  }
}
.guide-flow {
  padding: 0 0 120px;
}
.guide-flow__heading {
  text-align: center;
  margin-bottom: 60px;
}
.guide-flow__body {
  display: flex;
  align-items: stretch;
  gap: 80px;
  margin-bottom: 80px;
}
.guide-flow__img {
  width: 480px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.guide-flow__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.guide-flow__steps {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.guide-flow__line {
  position: absolute;
  left: 34px;
  top: 50px;
  bottom: 26px;
  width: 4px;
  background: #DA202B;
}
.guide-flow__step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 35px;
  padding: 0 0 40px;
  z-index: 1;
}
.guide-flow__step:last-child {
  padding-bottom: 0;
}
.guide-flow__step-num {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: #DA202B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guide-flow__step-num span {
  color: #FFF;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 50px;
}
.guide-flow__step-name {
  color: #DA202B;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 6px;
}
.guide-flow__work {
  display: flex;
  align-items: center;
  gap: 70px;
}
.guide-flow__work-text {
  flex: 1;
}
.guide-flow__work-heading {
  margin-bottom: 40px;
}
.guide-flow__work-body {
  line-height: 2;
}
.guide-flow__work-img {
  width: 480px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
.guide-flow__work-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .guide-flow {
    padding: 0 0 60px;
  }
  .guide-flow__heading {
    margin-bottom: 40px;
  }
  .guide-flow__body {
    margin-bottom: 50px;
  }
  .guide-flow__img {
    width: 100%;
    height: 360px;
  }
  .guide-flow__line {
    left: 23px;
  }
  .guide-flow__step {
    align-items: center;
    gap: 20px;
    padding-bottom: 25px;
  }
  .guide-flow__step-num {
    width: 50px;
    height: 50px;
  }
  .guide-flow__step-num span {
    font-size: 2.5rem;
  }
  .guide-flow__step-name {
    font-size: 2.1rem;
    margin-bottom: 0;
  }
  .guide-flow__work {
    flex-direction: column;
    gap: 30px;
  }
  .guide-flow__work-heading {
    margin-bottom: 20px;
    text-align: center;
  }
  .guide-flow__work-img {
    width: 100%;
    height: 220px;
  }
}
.guide-faq {
  padding: 0 0 120px;
}
.guide-faq__title {
  margin-bottom: 100px;
}
.guide-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.guide-faq__item {
  background: #FFF8F8;
  padding: 45px 50px;
  display: flex;
  flex-flow: column;
  gap: 15px;
}
.guide-faq__q, .guide-faq__a {
  display: flex;
  align-items: center;
  gap: 15px;
}
.guide-faq__a {
  background: #fff8f8;
}
.guide-faq__badge {
  flex-shrink: 0;
  width: 33px;
  height: 33px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 30px;
  border: 2px solid #DA202B;
}
.guide-faq__badge--q {
  background: #DA202B;
  color: #ffffff;
}
.guide-faq__badge--a {
  background: #ffffff;
  color: #DA202B;
}
.guide-faq__q-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #DA202B;
  line-height: 120%;
  letter-spacing: 0.9px;
}
.guide-faq__a-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.7px;
}

@media only screen and (max-width: 767px) {
  .guide-faq {
    padding: 0 0 60px;
  }
  .guide-faq__title {
    margin-bottom: 40px;
  }
  .guide-faq__item {
    padding: 20px;
    gap: 10px;
  }
  .guide-faq__q-text {
    font-size: 1.7rem;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #DA202B;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #ffffff;
  font-size: 1.4rem;
  background: #DA202B;
  padding: 2px 10px;
}
.blog-single__title {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.company-greeting {
  padding: 120px 0;
}
.company-greeting__title {
  margin-bottom: 100px;
}
.company-greeting__body {
  display: flex;
  align-items: center;
  gap: 90px;
  margin-bottom: 80px;
}
.company-greeting__text {
  flex: 1;
  line-height: 190%;
}
.company-greeting__img {
  width: 360px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
.company-greeting__img img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  .company-greeting {
    padding: 60px 0;
  }
  .company-greeting__title {
    margin-bottom: 40px;
  }
  .company-greeting__body {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
  .company-greeting__img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}
.company-values__heading {
  text-align: center;
  margin-bottom: 60px;
}
.company-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.company-values__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.company-values__icon {
  width: 112px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.company-values__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.company-values__name {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  height: 72px;
}
.company-values__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
}

@media only screen and (max-width: 767px) {
  .company-values__heading {
    margin-bottom: 40px;
  }
  .company-values__grid {
    grid-template-columns: auto;
    gap: 40px 20px;
  }
  .company-values__item {
    gap: 10px;
  }
  .company-values__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
  .company-values__name {
    font-size: 1.7rem;
    height: auto;
    margin: 0;
  }
}
.company-profile {
  padding: 0 0 120px;
}
.company-profile__title {
  margin-bottom: 100px;
}
.company-profile__body {
  display: flex;
  gap: 60px;
}
.company-profile__table {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.company-profile__row {
  display: flex;
  align-items: baseline;
  gap: 30px;
  padding: 11px 0;
  border-bottom: 1px solid #D2D2D2;
}
.company-profile__row:first-child {
  padding-top: 0;
}
.company-profile__label {
  font-size: 1.6rem;
  font-weight: 700;
  width: 90px;
}
.company-profile__value {
  line-height: 1.9;
}
.company-profile__map {
  width: 540px;
  height: 540px;
}
.company-profile__map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media only screen and (max-width: 767px) {
  .company-profile {
    padding: 0 0 60px;
  }
  .company-profile__title {
    margin-bottom: 40px;
  }
  .company-profile__body {
    flex-direction: column;
    gap: 40px;
  }
  .company-profile__row {
    gap: 0;
    padding: 10px 0;
  }
  .company-profile__label {
    font-size: 1.5rem;
    width: 100px;
  }
  .company-profile__value {
    flex: 1;
  }
  .company-profile__map {
    width: 100%;
    height: 250px;
  }
}
.case-detail {
  padding: 120px 0;
}
.case-detail__card {
  border: 4px solid #DA202B;
  border-radius: 10px;
  padding: 90px;
}
.case-detail__title {
  margin-bottom: 100px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 50px;
}
.case-detail__before-after {
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}
.case-detail__img-wrap {
  position: relative;
  flex: 1;
}
.case-detail__img-wrap .img {
  width: 100%;
  height: 299px;
  border-radius: 8px;
  overflow: hidden;
  background: url(../img/pages/aircon-case/no-img.jpg) no-repeat center/cover;
}
.case-detail__badge {
  position: absolute;
  top: -50px;
  left: -40px;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #DA202B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05em;
}
.case-detail__meta {
  margin-bottom: 30px;
}
.case-detail__meta-row {
  display: flex;
  align-items: baseline;
  gap: 50px;
  padding: 20px 0;
  border-bottom: 1px solid #d2d2d2;
}
.case-detail__meta-row:first-child {
  border-top: 1px solid #d2d2d2;
}
.case-detail__meta-item {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.case-detail__meta-label {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
  min-width: 80px;
}
.case-detail__meta-value {
  font-size: 1.4rem;
  line-height: 1.6;
}
.case-detail__body {
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
}
.case-detail__body p {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .case-detail {
    padding: 60px 0;
  }
  .case-detail__card {
    padding: 40px 20px;
  }
  .case-detail__title {
    font-size: 2.2rem;
    margin-bottom: 40px;
    line-height: 30px;
  }
  .case-detail__before-after {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
  .case-detail__badge {
    width: 70px;
    height: 70px;
    font-size: 1.6rem;
    top: -15px;
    left: -10px;
  }
  .case-detail__img-wrap .img {
    height: 250px;
  }
  .case-detail__meta-row {
    flex-direction: column;
    gap: 10px;
  }
  .case-detail__meta-item {
    gap: 15px;
  }
}
.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */