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

body {
  color: #062D59;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.48px;
}

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: 18px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.heading--lv3 .ja {
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}
.heading--lv3 .en {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
.heading--lv4 {
  color: #062D59;
  font-family: "Inter", sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .heading--lv3 .ja {
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .heading--lv3 .en {
    font-size: 1.8rem;
  }
  .heading--lv4 {
    font-size: 2.9rem;
  }
}
.sub-mv {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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 {
  z-index: 1;
  color: #ffffff;
  font-size: 6.6rem;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.98px;
}

@media only screen and (max-width: 767px) {
  .sub-mv {
    height: 220px;
  }
  .sub-mv__title {
    font-size: 3.3rem;
    text-align: center;
    padding: 0 20px;
  }
}
.lead {
  margin-top: -88px;
  z-index: 1;
  padding-bottom: 62px;
}
.lead__box {
  background: #062D59;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 48px 20px 61px;
}
.lead__img {
  width: 134px;
  height: 134px;
  display: block;
}
.lead__body {
  display: flex;
  flex-direction: column;
  gap: 17px;
  flex: 1;
}
.lead__title {
  color: #FFF;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.69px;
}
.lead__text {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 190%;
  letter-spacing: 0.48px;
}

@media only screen and (max-width: 767px) {
  .lead {
    margin-top: -50px;
    padding-bottom: 60px;
  }
  .lead__box {
    padding: 30px 20px;
    flex-flow: column;
    gap: 20px;
  }
  .lead__body {
    gap: 12px;
  }
  .lead__title {
    font-size: 1.9rem;
    line-height: 1.6;
  }
  .lead__text {
    font-size: 1.5rem;
  }
}
.button--pattern-1 {
  display: inline-flex;
  align-items: center;
  background: #062d59;
  border-radius: 60px;
  padding: 22px 26px;
  gap: 20px;
  transition: opacity 0.3s ease;
}
.button--pattern-1 .text {
  font-size: 1.7rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.051em;
  padding: 0 29px;
}
.button--pattern-1 .icon {
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 17.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #062d59;
  font-size: 1.6rem;
  transition: transform 0.3s ease;
}
.button--pattern-1:hover {
  opacity: 0.7;
}
.button--pattern-1:hover .icon {
  transform: translateX(3px);
}
.button--pattern-1-white {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border-radius: 60px;
  padding: 22px 26px;
  gap: 20px;
  transition: opacity 0.3s ease;
}
.button--pattern-1-white .text {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.051em;
  padding: 0 29px;
  color: #062d59;
}
.button--pattern-1-white .icon {
  width: 35px;
  height: 35px;
  border-radius: 17.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  transition: transform 0.3s ease;
  background: #062d59;
  color: #ffffff;
}
.button--pattern-1-white:hover {
  opacity: 0.7;
}
.button--pattern-1-white:hover .icon {
  transform: translateX(3px);
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    padding: 15px;
    gap: 10px;
  }
  .button--pattern-1 .text {
    font-size: 1.5rem;
    padding: 0 0 0 10px;
    line-height: 1.5;
  }
  .button--pattern-1 .icon {
    min-width: 35px;
    min-height: 35px;
  }
  .button--pattern-1-white .text {
    font-size: 1.5rem;
    padding: 0 0 0 10px;
    line-height: 1.5;
  }
  .button--pattern-1-white .icon {
    min-width: 35px;
    min-height: 35px;
  }
}
.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: #062d59;
}
.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;
}

.header {
  background: #f4f6fa;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 142px;
  padding: 0 30px;
  gap: 20px;
}
.header__logo a {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: opacity 0.3s ease;
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__logo img {
  width: 285px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__nav {
  display: flex;
  gap: 25px;
  justify-content: flex-end;
  flex: 1;
}
.header__nav a {
  font-weight: 600;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
.header__nav a:hover {
  opacity: 0.7;
}
.header__btns {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 82px;
  border: 1px solid #062d59;
  border-radius: 10px;
  text-align: center;
  transition: color 0.2s;
  transition: background 0.3s ease;
}
.header__btn-outline:hover {
  color: white;
  background: #062d59;
}
.header__btn-outline .text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.42px;
}
.header__btn-fill {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 190px;
  height: 82px;
  background: #062d59;
  border: 1px solid #062d59;
  border-radius: 10px;
  transition: background 0.3s ease;
}
.header__btn-fill:hover {
  background: #F4F6FA;
}
.header__btn-fill:hover .icon {
  color: #062d59;
}
.header__btn-fill:hover .text {
  color: #062d59;
}
.header__btn-fill .icon {
  font-size: 1.8rem;
  color: white;
  transition: color 0.2s;
}
.header__btn-fill .text {
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
  letter-spacing: 0.042em;
  line-height: 1.5;
  text-align: center;
  transition: color 0.2s;
}

@media only screen and (max-width: 767px) {
  .header__inner {
    height: 70px;
    padding: 0 20px;
  }
  .header__logo img {
    width: 200px;
  }
}
.footer-action {
  padding: 120px 0;
}
.footer-action__box {
  background: #062d59;
  border-radius: 20px;
  padding: 70px 100px;
  display: flex;
  flex-direction: column;
}
.footer-action__heading {
  margin-bottom: 30px;
}
.footer-action__heading .ja {
  color: white;
}
.footer-action__heading .en {
  color: white;
}
.footer-action__lead {
  color: #ffffff;
  text-align: center;
  line-height: 200%;
  letter-spacing: 0.48px;
  margin-bottom: 35px;
}
.footer-action__cards {
  display: flex;
  gap: 45px;
  justify-content: center;
}
.footer-action__card {
  height: 100%;
  border-radius: 10px;
}
.footer-action__card--asphalt {
  background: #6f90c2;
}
.footer-action__card--drive {
  background: #062d59;
}
.footer-action__card--mail {
  background: #ffffff;
}
.footer-action__card-link {
  height: 330px;
  width: 300px;
  border-radius: 10px;
  position: relative;
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  gap: 11px;
  transition: opacity 0.3s ease;
}
.footer-action__card-link:hover {
  opacity: 0.7;
}
.footer-action__card-icon {
  display: flex;
  width: 22px;
  height: 22px;
}
.footer-action__card-icon img {
  width: 100%;
  height: 100%;
}
.footer-action__card-label {
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}
.footer-action__card--mail .footer-action__card-label {
  color: #062d59;
}
.footer-action__card-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: white;
}
.footer-action__card--mail .footer-action__card-title {
  color: #062d59;
}
.footer-action__card-tel {
  font-size: 3.4rem;
  font-weight: 500;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  text-align: center;
  white-space: nowrap;
}
.footer-action__card-sublead {
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
}
.footer-action__card-hours {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.8;
  margin: 10px 0;
}
.footer-action__card-hours span {
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.footer-action__card-note {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 95%;
}
.footer-action__mail-note {
  font-size: 1.2rem;
  font-weight: 400;
  color: #062d59;
  text-align: center;
  line-height: 1.5;
}
.footer-action__mail {
  padding: 13px;
}
.footer-action__mail .text {
  padding-left: 20px;
  padding-right: 0;
  font-size: 1.3rem;
}
.footer-action__mail-note {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}

.footer-bar {
  background: #062d59;
  border-radius: 60px 60px 0 0;
  padding: 60px 0 40px;
}
.footer-bar__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.footer-bar__logo-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-bar__logo {
  display: flex;
  align-items: center;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.3s ease;
}
.footer-bar__logo img {
  width: 285px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-bar__logo:hover {
  opacity: 0.7;
}
.footer-bar__address {
  line-height: 200%;
  letter-spacing: 0.48px;
  color: #ffffff;
}
.footer-bar__biz-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer-bar__biz-label {
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  width: 150px;
  display: inline-block;
}
.footer-bar__biz-tel {
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
}
.footer-bar__sns {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-bar__sns img {
  width: 22px;
  height: 22px;
}
.footer-bar__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 70px;
}
.footer-bar__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 525px;
}
.footer-bar__nav a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  transition: opacity 0.3s ease;
}
.footer-bar__nav a:hover {
  opacity: 0.7;
}
.footer-bar__btn .text {
  padding-left: 5px;
}
.footer-bar__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-bar__copyright {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.06em;
}
.footer-bar__copyright span {
  font-weight: 700;
}
.footer-bar__copyright a {
  transition: opacity 0.3s ease;
}
.footer-bar__copyright a:hover {
  opacity: 0.7;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__links a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease;
}
.footer-bar__links a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    padding: 50px 0;
  }
  .footer-action__box {
    padding: 40px 20px;
  }
  .footer-action__lead {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .footer-action__cards {
    flex-direction: column;
    gap: 20px;
  }
  .footer-action__card {
    width: 100%;
    height: auto;
  }
  .footer-action__card-link {
    width: 100%;
    height: auto;
    gap: 5px;
  }
  .footer-action__card-tel {
    font-size: 2.8rem;
  }
  .footer-bar {
    border-radius: 40px 40px 0 0;
    padding: 40px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-bar__inner {
    padding: 0 20px;
  }
  .footer-bar__top {
    flex-direction: column;
    gap: 30px;
  }
  .footer-bar__logo-block {
    align-items: center;
    width: 100%;
    gap: 20px;
  }
  .footer-bar__logo {
    display: flex;
    align-items: center;
    gap: 15px;
    width: -moz-fit-content;
    width: fit-content;
    transition: opacity 0.3s ease;
  }
  .footer-bar__logo img {
    width: 285px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer-bar__logo:hover {
    opacity: 0.7;
  }
  .footer-bar__address {
    text-align: center;
  }
  .footer-bar__biz-info {
    text-align: center;
  }
  .footer-bar__biz-label {
    width: 100%;
  }
  .footer-bar__biz-tel {
    font-size: 1.4rem;
    font-weight: 500;
    color: #ffffff;
  }
  .footer-bar__right {
    width: 100%;
    align-items: flex-start;
  }
  .footer-bar__nav {
    width: 100%;
    justify-content: flex-start;
  }
  .footer-bar__top-btn {
    display: none;
  }
  .footer-bar__bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .footer-bar__links {
    display: none;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #062d59;
  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;
  line-height: 1.6;
}

.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;
  align-items: center;
  height: 70px;
  padding: 0 20px;
  box-sizing: border-box;
}
.drawer-on__logo {
  width: 200px;
}
.drawer-on__inner {
  padding: 0 15px 80px;
  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;
  margin-bottom: 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: linear-gradient(135deg, #063675 0%, #68788d 100%);
  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;
  background: #062d59;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--mail .icon, .drawer-on__button--mail .text {
  color: #ffffff;
}
.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 .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;
}
.drawer-on .footer-action__cards {
  width: 100%;
}
.drawer-on .footer-action__card--mail {
  border: 1px solid #062d59;
}

.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;
}

.entrance {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 740px;
}
.entrance__bg {
  position: absolute;
  inset: 0;
  display: flex;
}
.entrance__bg-left {
  width: 50%;
  background: #e4efff;
}
.entrance__bg-right {
  width: 50%;
  background: #062d59;
}
.entrance__left, .entrance__right {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 30px 0;
}
.entrance__left-photo, .entrance__right-photo {
  overflow: hidden;
}
.entrance__left-photo img, .entrance__right-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entrance__left-caption, .entrance__right-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #062d59;
}
.entrance__left-caption .brand, .entrance__right-caption .brand {
  font-family: "Inter", sans-serif;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.entrance__left-caption .service-row, .entrance__right-caption .service-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.entrance__left-caption .service-row img, .entrance__right-caption .service-row img {
  width: 32px;
  height: 32px;
}
.entrance__left-caption .service-row .service-name, .entrance__right-caption .service-row .service-name {
  font-family: "Inter", sans-serif;
  text-align: center;
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.entrance__left-caption .en, .entrance__right-caption .en {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.entrance__left {
  left: 3.5%;
  width: 36.3%;
}
.entrance__left-photo {
  border-radius: 66.5px;
}
.entrance__right {
  right: 3.5%;
  width: 36.3%;
}
.entrance__right-photo {
  border-radius: 365.5px;
}
.entrance__right-caption {
  color: white;
}
.entrance__vertical {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.entrance__text {
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.54px;
  margin: 25px 0;
}
.entrance__text-col {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 10px;
  writing-mode: vertical-rl;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}
.entrance__text-col:first-child {
  padding: 15px 10px 0;
}
.entrance__btn {
  margin: 0 auto;
}
.entrance__logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  margin: auto;
  max-width: 220px;
  min-width: 200px;
  width: 17vw;
}
.entrance__copy {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  color: #E3E3E3;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  mix-blend-mode: difference;
}

@media only screen and (max-width: 767px) {
  .entrance {
    height: 100vh;
    min-height: unset;
  }
  .entrance__bg-left {
    width: 100%;
  }
  .entrance__bg-right {
    width: 100%;
  }
  .entrance__left, .entrance__right {
    width: 44%;
    border-radius: 30px;
    gap: 20px;
    padding: 0;
    bottom: 0;
    justify-content: center;
    margin-top: 160px;
  }
  .entrance__left-photo, .entrance__right-photo {
    min-height: 42vw;
    height: 42vw;
  }
  .entrance__left-caption, .entrance__right-caption {
    gap: 10px;
  }
  .entrance__left-caption .brand, .entrance__right-caption .brand {
    font-size: 1.4rem;
  }
  .entrance__left-caption .service-row, .entrance__right-caption .service-row {
    flex-flow: column;
  }
  .entrance__left-caption .service-row img, .entrance__right-caption .service-row img {
    width: 32px;
    height: 32px;
  }
  .entrance__left-caption .service-row .service-name, .entrance__right-caption .service-row .service-name {
    font-size: 2.3rem;
    text-align: center;
  }
  .entrance__left-caption .en, .entrance__right-caption .en {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .entrance__left {
    left: 2%;
  }
  .entrance__left-photo {
    border-radius: 40px;
  }
  .entrance__right {
    right: 2%;
  }
  .entrance__right-photo {
    border-radius: 50%;
  }
  .entrance__vertical {
    top: 30px;
    gap: 10px;
    flex-flow: column;
    align-items: center;
  }
  .entrance__text-col {
    width: -moz-max-content;
    width: max-content;
    writing-mode: unset;
    font-size: clamp(3rem, 7.2vw, 5rem);
    padding: 10px;
    border-radius: 5px;
  }
  .entrance__text-col:first-child {
    padding: 10px 0 10px 10px;
  }
  .entrance__caption-left {
    left: 2%;
    bottom: 60px;
    gap: 6px;
  }
  .entrance__caption-left .brand {
    font-size: 1.4rem;
  }
  .entrance__caption-left .service-row img {
    width: 20px;
    height: 20px;
  }
  .entrance__caption-left .service-row .service-name {
    font-size: 1.8rem;
  }
  .entrance__caption-left .en {
    font-size: 1.2rem;
  }
  .entrance__caption-right {
    right: 2%;
    bottom: 60px;
    gap: 6px;
  }
  .entrance__caption-right .brand {
    font-size: 1.4rem;
  }
  .entrance__caption-right .service-row img {
    width: 20px;
    height: 20px;
  }
  .entrance__caption-right .service-row .service-name {
    font-size: 1.8rem;
  }
  .entrance__caption-right .en {
    font-size: 1.2rem;
  }
  .entrance__btn {
    padding: 10px;
    gap: 10px;
    width: calc(100% - 20px);
    justify-content: space-between;
  }
  .entrance__btn .text {
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
  }
  .entrance__btn .icon {
    min-width: 15px;
    min-height: 15px;
    width: 15px;
    height: 15px;
  }
  .entrance__btn .icon i {
    font-size: 1rem;
  }
}
.top-mv {
  position: relative;
  width: 100%;
  height: 55vw;
  min-height: 710px;
  overflow: hidden;
  padding: 100px 0 0;
}
.top-mv__bg {
  position: absolute;
  inset: 0;
  display: flex;
}
.top-mv__bg-left {
  width: 50%;
  background: #e4efff;
}
.top-mv__bg-right {
  width: 50%;
  background: #062d59;
}
.top-mv__left {
  position: absolute;
  left: 3.5%;
  top: 100px;
  width: 36.3%;
  display: flex;
  flex-flow: column;
  gap: 35px;
}
.top-mv__left-photo {
  border-radius: 66.5px;
  overflow: hidden;
}
.top-mv__left-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-mv__left-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #062d59;
}
.top-mv__left-caption .brand {
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.top-mv__left-caption .service-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-mv__left-caption .service-row img {
  width: 32px;
  height: 32px;
}
.top-mv__left-caption .service-row .service-name {
  font-size: 3.4rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.top-mv__left-caption .en {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.top-mv__right {
  position: absolute;
  right: 3.5%;
  top: 100px;
  width: 36.3%;
  display: flex;
  flex-flow: column;
  gap: 35px;
}
.top-mv__right-photo {
  border-radius: 365.5px;
  overflow: hidden;
}
.top-mv__right-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-mv__right-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #ffffff;
}
.top-mv__right-caption .brand {
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.top-mv__right-caption .service-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-mv__right-caption .service-row img {
  width: 32px;
  height: 32px;
}
.top-mv__right-caption .service-row .service-name {
  font-size: 3.4rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.top-mv__right-caption .en {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.top-mv__vertical {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.top-mv__text-col {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 10px;
  writing-mode: vertical-rl;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}
.top-mv__text-col:first-child {
  padding: 15px 10px 0;
}
.top-mv__round {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 105%;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .top-mv {
    height: auto;
    min-height: 500px;
  }
  .top-mv__bg-left {
    width: 100%;
  }
  .top-mv__bg-right {
    width: 100%;
  }
  .top-mv__left {
    left: 2%;
    width: 44%;
    top: unset;
    bottom: 30px;
    border-radius: 30px;
    gap: 10px;
  }
  .top-mv__left-photo {
    border-radius: 40px;
    min-height: 42vw;
    height: 42vw;
  }
  .top-mv__left-caption {
    gap: 10px;
  }
  .top-mv__left-caption .brand {
    font-size: 1.8rem;
  }
  .top-mv__left-caption .service-row {
    flex-flow: column;
  }
  .top-mv__left-caption .service-row img {
    width: 32px;
    height: 32px;
  }
  .top-mv__left-caption .service-row .service-name {
    font-size: 2.3rem;
    text-align: center;
  }
  .top-mv__left-caption .en {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .top-mv__right {
    right: 2%;
    width: 44%;
    top: unset;
    bottom: 30px;
    border-radius: 200px;
    gap: 20px;
  }
  .top-mv__right-photo {
    border-radius: 50%;
    min-height: 42vw;
    height: 42vw;
  }
  .top-mv__right-caption {
    gap: 5px;
  }
  .top-mv__right-caption .brand {
    font-size: 1.8rem;
  }
  .top-mv__right-caption .service-row {
    flex-flow: column;
  }
  .top-mv__right-caption .service-row img {
    width: 32px;
    height: 32px;
  }
  .top-mv__right-caption .service-row .service-name {
    font-size: 2.3rem;
    text-align: center;
  }
  .top-mv__right-caption .en {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .top-mv__vertical {
    top: 30px;
    gap: 10px;
    flex-flow: column;
    align-items: center;
  }
  .top-mv__text-col {
    width: -moz-max-content;
    width: max-content;
    writing-mode: unset;
    font-size: 3.2rem;
    padding: 10px;
    border-radius: 5px;
  }
  .top-mv__text-col:first-child {
    padding: 10px 0 10px 10px;
  }
  .top-mv__caption-left {
    left: 2%;
    bottom: 60px;
    gap: 6px;
  }
  .top-mv__caption-left .brand {
    font-size: 1.4rem;
  }
  .top-mv__caption-left .service-row img {
    width: 20px;
    height: 20px;
  }
  .top-mv__caption-left .service-row .service-name {
    font-size: 1.8rem;
  }
  .top-mv__caption-left .en {
    font-size: 1.2rem;
  }
  .top-mv__caption-right {
    right: 2%;
    bottom: 60px;
    gap: 6px;
  }
  .top-mv__caption-right .brand {
    font-size: 1.4rem;
  }
  .top-mv__caption-right .service-row img {
    width: 20px;
    height: 20px;
  }
  .top-mv__caption-right .service-row .service-name {
    font-size: 1.8rem;
  }
  .top-mv__caption-right .en {
    font-size: 1.2rem;
  }
}
.top-service {
  position: relative;
  padding: 0 0 120px;
  background: #F4F6FA;
  margin-top: -15px;
}
.top-service__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
.top-service__heading {
  margin-bottom: 80px;
}
.top-service__list {
  display: flex;
  gap: 23px;
  justify-content: center;
}
.top-service__card {
  position: relative;
  width: 451px;
  height: 171px;
  background: #ffffff;
  border: 0.778px solid #bfbfbf;
  border-radius: 7.778px;
  display: flex;
}
.top-service__card:hover {
  box-shadow: 0 4px 16px rgba(6, 45, 89, 0.12);
}
.top-service__card a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 23px;
}
.top-service__card .content-icon {
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-service__card .content-icon img {
  width: 100%;
  height: 100%;
}
.top-service__card .content {
  display: flex;
  flex-flow: column;
  gap: 14px;
}
.top-service__card .card-label {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.56px;
}
.top-service__card .card-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 100%;
}
.top-service__card .card-desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.42px;
}
.top-service__card .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
.top-service__card .arrow img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .top-service {
    padding: 60px 0;
  }
  .top-service__inner {
    padding: 0 20px;
  }
  .top-service__heading {
    margin-bottom: 30px;
  }
  .top-service__list {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .top-service__card {
    width: 100%;
    height: 120px;
    max-width: 400px;
  }
  .top-service__card .content-icon {
    width: 80px;
    height: 80px;
  }
  .top-service__card .content {
    gap: 15px;
  }
  .top-service__card .card-label {
    font-size: 1.4rem;
  }
  .top-service__card .card-title {
    font-size: 1.9rem;
  }
  .top-service__card .card-desc {
    font-size: 1.3rem;
  }
  .top-service__card .arrow {
    right: 15px;
  }
}
.top-about {
  position: relative;
  padding: 0 0 230px;
  overflow: hidden;
  background: linear-gradient(182deg, #f4f6fa 10%, #cce0fd 51%, #ffffff 97%);
}
.top-about__img-right {
  position: absolute;
  right: -50px;
  top: 225px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  overflow: hidden;
}
.top-about__img-right img {
  width: 100%;
  height: 100%;
}
.top-about__img-topleft {
  position: absolute;
  left: 39px;
  top: 78px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
}
.top-about__img-topleft img {
  width: 100%;
  height: 100%;
}
.top-about__img-mid {
  position: absolute;
  left: 163px;
  top: 435px;
  width: 383px;
  height: 383px;
  border-radius: 50%;
  overflow: hidden;
}
.top-about__img-mid img {
  width: 100%;
  height: 100%;
}
.top-about__content {
  max-width: 760px;
  position: relative;
  margin: 0 auto;
}
.top-about__title {
  margin-bottom: 40px;
}
.top-about__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 657px;
}
.top-about__text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 280%;
  letter-spacing: 0.54px;
  text-shadow: 2px 0 3px rgba(255, 255, 255, 0.9), -2px 0 3px rgba(255, 255, 255, 0.9), 0 2px 3px rgba(255, 255, 255, 0.9), 0 -2px 3px rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 0 0 60px;
  }
  .top-about__content {
    max-width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }
  .top-about__title {
    margin-bottom: 40px;
  }
  .top-about__body {
    gap: 25px;
  }
  .top-about__text {
    font-size: 1.6rem;
    line-height: 2.2;
    text-shadow: unset;
  }
}
.top-reason {
  background: #e4efff;
  border-radius: 140px 140px 0 0;
  padding: 120px 50px 250px;
}
.top-reason__inner {
  max-width: 1276px;
  margin: 0 auto;
}
.top-reason__heading {
  margin-bottom: 78px;
}
.top-reason__list {
  max-width: 1276px;
  margin: 0 auto;
}
.top-reason__item {
  display: flex;
  gap: 68px;
  align-items: flex-start;
  padding: 60px 0;
  border-top: 1px solid #9E9E9E;
}
.top-reason__item:first-child {
  border-top: none;
  padding-top: 0;
}
.top-reason__item:last-child {
  border-bottom: 1px solid #9E9E9E;
}
.top-reason__photo {
  flex-shrink: 0;
  width: 419px;
  height: 270px;
  border-radius: 21px;
  overflow: hidden;
}
.top-reason__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-reason__text-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.top-reason__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #062d59;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  font-family: "Inter", sans-serif;
  padding: 10px 14px;
  border-radius: 30px;
  align-self: flex-start;
}
.top-reason__item-title {
  font-size: 3rem;
  font-weight: 700;
  color: #062d59;
  letter-spacing: 0.09em;
}
.top-reason__item-text {
  line-height: 2;
  letter-spacing: 0.048em;
}
.top-reason__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .top-reason {
    padding: 60px 20px 120px;
    border-radius: 100px 100px 0 0;
  }
  .top-reason__inner {
    border-radius: 40px;
  }
  .top-reason__heading {
    margin-bottom: 40px;
  }
  .top-reason__item {
    flex-direction: column;
    gap: 24px;
    padding: 40px 0;
  }
  .top-reason__photo {
    width: 100%;
    height: 200px;
  }
  .top-reason__text-block {
    gap: 20px;
  }
  .top-reason__badge {
    font-size: 1.6rem;
    padding: 5px 20px;
  }
  .top-reason__item-title {
    font-size: 2.2rem;
  }
  .top-reason__btn-wrap {
    margin-top: 40px;
  }
}
.top-business__inner {
  background: #F4F6FA;
  border-radius: 140px;
  padding: 120px 20px;
  width: calc(100% - 40px);
  margin-top: -150px;
}
.top-business__heading {
  margin-bottom: 78px;
}
.top-business__rows {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.top-business__row {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  display: flex;
  gap: 83px;
  padding: 60px;
}
.top-business__row--light {
  background: #e4efff;
}
.top-business__row--dark {
  background: #062d59;
}
.top-business__row-photo {
  flex-shrink: 0;
  overflow: hidden;
}
.top-business__row-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-business__row-photo--square {
  width: 497px;
  height: 497px;
  border-radius: 50px;
}
.top-business__row-photo--circle {
  width: 497px;
  height: 497px;
  border-radius: 300px;
}
.top-business__row-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 538px;
}
.top-business__row-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.top-business__row-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-business__row-title-row img {
  width: 32px;
  height: 32px;
}
.top-business__row-title {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 100%;
}
.top-business__row-title--light {
  color: #062d59;
}
.top-business__row-title--dark {
  color: #ffffff;
}
.top-business__row-desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.048em;
}
.top-business__row-desc--light {
  color: #062d59;
}
.top-business__row-desc--dark {
  color: #ffffff;
}
.top-business__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.top-business__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #528ed1;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 10px;
  line-height: 2;
}
.top-business__btn {
  display: inline-flex;
  align-items: center;
  border-radius: 60px;
  padding: 22px 26px;
  gap: 20px;
  align-self: flex-start;
}
.top-business__btn:hover {
  opacity: 0.85;
}
.top-business__btn--dark-bg {
  background: #062d59;
}
.top-business__btn--dark-bg .btn-text {
  color: #ffffff;
}
.top-business__btn--dark-bg .btn-icon {
  background: #ffffff;
  color: #062d59;
}
.top-business__btn--light-bg {
  background: #ffffff;
}
.top-business__btn--light-bg .btn-text {
  color: #062d59;
}
.top-business__btn--light-bg .btn-icon {
  background: #062d59;
  color: #ffffff;
}
.top-business__btn .btn-text {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.051em;
  padding: 0 29px;
}
.top-business__btn .btn-icon {
  width: 35px;
  height: 35px;
  border-radius: 17.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .top-business {
    border-radius: 100px 100px 0 0;
    margin-top: -60px;
  }
  .top-business__inner {
    border-radius: 40px;
    padding: 60px 20px 60px;
    margin-top: 0;
  }
  .top-business__heading {
    margin-bottom: 40px;
  }
  .top-business__rows {
    gap: 40px;
  }
  .top-business__row {
    flex-direction: column;
    min-height: auto;
    padding: 30px 20px;
    gap: 40px;
  }
  .top-business__row-photo {
    width: 100% !important;
    height: 250px !important;
  }
  .top-business__row-photo--square {
    border-radius: 20px;
  }
  .top-business__row-photo--circle {
    border-radius: 200px;
  }
  .top-business__row-content {
    padding: 0;
    gap: 20px;
  }
  .top-business__row-title {
    font-size: 2.8rem;
    text-align: left;
    line-height: 1.3;
  }
  .top-business__row-desc {
    font-size: 1.5rem;
  }
  .top-business__tag {
    font-size: 1.4rem;
  }
  .top-business__btn .btn-text {
    font-size: 1.4rem;
  }
}
.top-restaurant {
  padding: 120px 0;
}
.top-restaurant__heading {
  margin-bottom: 78px;
}
.top-restaurant__body {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.top-restaurant__photo-wrap {
  flex-shrink: 0;
  width: 540px;
  position: relative;
}
.top-restaurant__photo {
  width: 100%;
  height: 100%;
}
.top-restaurant__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
.top-restaurant__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 100%;
}
.top-restaurant__text {
  line-height: 220%;
}
.top-restaurant__btn {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .top-restaurant {
    padding: 60px 0;
  }
  .top-restaurant__heading {
    margin-bottom: 40px;
  }
  .top-restaurant__body {
    flex-direction: column;
    gap: 50px;
  }
  .top-restaurant__photo-wrap {
    width: 100%;
    height: auto;
  }
  .top-restaurant__subtitle {
    font-size: 3rem;
    text-align: center;
    width: 100%;
  }
  .top-restaurant__text {
    line-height: 2;
  }
  .top-restaurant__btn {
    margin: 0 auto;
  }
}
.top-cases {
  background: #f4f6fa;
  border-radius: 140px;
  padding: 120px 0 125px;
  max-width: 1680px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.top-cases__heading {
  margin-bottom: 60px;
}
.top-cases__list {
  display: flex;
  gap: 39px;
  justify-content: center;
}
.top-cases__card {
  background: #ffffff;
  border-radius: 10px;
  width: 400px;
  height: 510px;
  position: relative;
  transition: opacity 0.3s ease;
}
.top-cases__card:hover {
  opacity: 0.7;
}
.top-cases__card-img {
  width: 100%;
  height: 280px;
  background: url(../img/pages/works/no-img.jpg) no-repeat center/cover;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.top-cases__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-cases__card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px 30px 60px;
}
.top-cases__card-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.top-cases__card-text {
  line-height: 200%;
  letter-spacing: 0.48px;
}
.top-cases__card-author {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.042em;
  text-align: right;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.top-cases__btn-wrap {
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .top-cases {
    border-radius: 30px;
    padding: 60px 0;
    width: calc(100% - 20px);
  }
  .top-cases__heading {
    margin-bottom: 40px;
  }
  .top-cases__list {
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }
  .top-cases__card {
    width: 100%;
    height: auto;
  }
  .top-cases__card-img {
    height: 220px;
  }
  .top-cases__card-body {
    padding: 20px;
    gap: 10px;
  }
  .top-cases__card-author {
    position: static;
    text-align: right;
  }
  .top-cases__card-title {
    font-size: 1.8rem;
  }
  .top-cases__btn-wrap {
    margin-top: 40px;
  }
}
.top-column {
  padding: 130px 0 120px;
}
.top-column__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 65px;
}
.top-column__heading {
  margin: 0;
  align-items: baseline;
}
.top-column__lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.48px;
  margin-top: 53px;
}
.top-column__btn-wrap {
  flex-shrink: 0;
}
.top-column__list {
  display: flex;
  gap: 2%;
}
.top-column__item {
  width: 32%;
}
.top-column__item a {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: opacity 0.2s;
}
.top-column__item a:hover {
  opacity: 0.7;
}
.top-column__item .img {
  width: 100%;
  aspect-ratio: 400/285;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border-radius: 8px;
}
.top-column__card-date {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.48px;
}
.top-column__card-title {
  line-height: 200%;
  letter-spacing: 0.48px;
}
.top-column__btn .text {
  padding-left: 0;
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
  .top-column {
    position: relative;
    padding: 60px 0 55px;
  }
  .top-column__header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
  .top-column__heading {
    width: 100%;
    align-items: center;
  }
  .top-column__heading-wrap {
    width: 100%;
  }
  .top-column__lead {
    margin-top: 30px;
  }
  .top-column__list {
    flex-direction: column;
    gap: 40px;
  }
  .top-column__item {
    width: 95%;
  }
  .top-column__item a {
    gap: 15px;
  }
  .top-column__btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-column__btn .text {
    padding-left: 10px;
  }
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 58px;
}
.top-news__left {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: baseline;
}
.top-news__heading {
  align-items: baseline;
  margin: 0;
}
.top-news__btn .text {
  padding-left: 0;
  padding-right: 50px;
}
.top-news__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.top-news__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.top-news__item-link {
  transition: opacity 0.3s ease;
}
.top-news__item-link:hover {
  opacity: 0.7;
}
.top-news__item-inner {
  display: flex;
  align-items: center;
  gap: 71px;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #A8A8A8;
}
.top-news__item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.top-news__item-date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.08em;
}
.top-news__item-title {
  line-height: 2;
}
.top-news__item-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: #062d59;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .top-news {
    position: relative;
    padding: 60px 0 110px;
  }
  .top-news__inner {
    flex-direction: column;
    gap: 30px;
  }
  .top-news__left {
    flex-flow: row;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .top-news__heading {
    align-items: center;
  }
  .top-news__btn {
    position: absolute;
    bottom: 0;
  }
  .top-news__list {
    width: 100%;
  }
  .top-news__item-inner {
    gap: 20px;
  }
  .top-news__item-content {
    gap: 10px;
  }
  .top-news__item-date {
    font-size: 1.5rem;
  }
  .top-news__item-title {
    line-height: 1.6;
  }
}
.partner-problem {
  padding-bottom: 100px;
}
.partner-problem__heading {
  margin-bottom: 48px;
}
.partner-problem__cards {
  display: flex;
  gap: 29px;
  justify-content: center;
}
.partner-problem__card {
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  width: 341px;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 0 14px;
}
.partner-problem__card-icon {
  flex-shrink: 0;
  height: 88px;
  display: flex;
  align-items: center;
}
.partner-problem__card-icon img {
  height: 88px;
  width: auto;
  display: block;
}
.partner-problem__card-text {
  font-weight: 700;
  line-height: 190%;
}

@media only screen and (max-width: 767px) {
  .partner-problem {
    padding-bottom: 60px;
  }
  .partner-problem__heading {
    margin-bottom: 35px;
  }
  .partner-problem__cards {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .partner-problem__card {
    width: calc(100% - 30px);
    height: auto;
    min-height: 100px;
    padding: 15px;
  }
}
.partner-benefits {
  background: #E4EFFF;
  border-radius: 140px;
  padding: 100px 0;
}
.partner-benefits__heading {
  margin-bottom: 50px;
}
.partner-benefits__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: 0 50px;
}
.partner-benefits__item {
  display: flex;
  gap: 62px;
}
.partner-benefits__item--reverse {
  flex-direction: row-reverse;
}
.partner-benefits__img {
  width: 479px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
.partner-benefits__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partner-benefits__content {
  display: flex;
  flex-direction: column;
  gap: 17px;
  flex: 1;
}
.partner-benefits__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #062d59;
  border-radius: 30px;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.partner-benefits__content-body {
  display: flex;
  flex-direction: column;
  gap: 23px;
  color: #062d59;
}
.partner-benefits__item-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.partner-benefits__item-text {
  line-height: 2;
  letter-spacing: 0.48px;
}

@media only screen and (max-width: 767px) {
  .partner-benefits {
    border-radius: 40px;
    padding: 60px 0;
  }
  .partner-benefits__heading {
    margin-bottom: 40px;
  }
  .partner-benefits__list {
    gap: 40px;
    margin: 0;
  }
  .partner-benefits__item {
    flex-direction: column;
    gap: 20px;
  }
  .partner-benefits__item--reverse {
    flex-direction: column;
  }
  .partner-benefits__img {
    width: 100%;
    height: 250px;
  }
  .partner-benefits__content {
    width: 100%;
  }
  .partner-benefits__badge {
    font-size: 1.6rem;
  }
  .partner-benefits__content-body {
    gap: 15px;
  }
  .partner-benefits__item-title {
    font-size: 2.4rem;
  }
}
.partner-steps {
  padding: 100px 0;
}
.partner-steps__heading {
  margin-bottom: 50px;
}
.partner-steps__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-steps__connector {
  width: 49px;
  flex-shrink: 0;
  border-top: 3px solid #D9D9D9;
}
.partner-steps__card {
  background: #e4efff;
  border-radius: 30px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  min-width: 250px;
}
.partner-steps__card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.partner-steps__num-circle {
  width: 52px;
  height: 52px;
  background: #062d59;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.partner-steps__num {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
.partner-steps__name {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
.partner-steps__text {
  text-align: center;
  line-height: 200%;
  letter-spacing: 0.48px;
}

@media only screen and (max-width: 767px) {
  .partner-steps {
    padding: 60px 0;
  }
  .partner-steps__heading {
    margin-bottom: 40px;
  }
  .partner-steps__list {
    flex-direction: column;
    gap: 0;
  }
  .partner-steps__connector {
    width: 3px;
    height: 30px;
    border-top: none;
    border-left: 3px solid #D9D9D9;
  }
  .partner-steps__card {
    width: calc(100% - 60px);
    min-width: auto;
  }
}
.partner-faq__heading {
  margin-bottom: 50px;
}
.partner-faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.partner-faq__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.partner-faq__q, .partner-faq__a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.partner-faq__q-icon {
  width: 42px;
  height: 42px;
  background: #062d59;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  flex-shrink: 0;
  letter-spacing: 0.32px;
}
.partner-faq__a-icon {
  width: 42px;
  height: 42px;
  background: #e4efff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #062d59;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  flex-shrink: 0;
  letter-spacing: 0.32px;
}
.partner-faq__q-text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.54px;
  line-height: 1.4;
}
.partner-faq__a-text {
  letter-spacing: 0.8px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .partner-faq__heading {
    margin-bottom: 40px;
  }
  .partner-faq__q-text {
    font-size: 1.7rem;
  }
}
.drive-commit {
  padding: 40px 0 100px;
}
.drive-commit__heading {
  margin-bottom: 50px;
}
.drive-commit__cards {
  display: flex;
  gap: 21px;
  justify-content: center;
}
.drive-commit__card {
  width: 346px;
  height: 292px;
  flex-shrink: 0;
}
.drive-commit__card-top {
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 20px;
  background: #062d59;
  border-radius: 10px 10px 0 0;
}
.drive-commit__card-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
.drive-commit__card-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.drive-commit__card-top-text {
  color: #ffffff;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.069em;
}
.drive-commit__card-bottom {
  height: 170px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 20px;
}
.drive-commit__card-subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.54px;
  line-height: 1;
}
.drive-commit__card-text {
  line-height: 1.9;
  letter-spacing: 0.48px;
}

@media only screen and (max-width: 767px) {
  .drive-commit {
    padding: 0 0 60px;
  }
  .drive-commit__heading {
    margin-bottom: 40px;
  }
  .drive-commit__cards {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .drive-commit__card {
    width: 100%;
    height: auto;
  }
  .drive-commit__card-top {
    height: auto;
    padding: 15px 20px;
  }
  .drive-commit__card-bottom {
    height: auto;
    padding: 20px;
  }
  .drive-commit__card-icon {
    width: 50px;
    height: 50px;
  }
  .drive-commit__card-top-text {
    font-size: 1.9rem;
  }
}
.drive-flow {
  padding-bottom: 100px;
}
.drive-flow__heading {
  margin-bottom: 50px;
}
.drive-flow__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.drive-flow__connector {
  width: 29px;
  flex-shrink: 0;
  height: 3px;
  background: #d9d9d9;
}
.drive-flow__card {
  background: #ffffff;
  border-radius: 10px;
  width: 225px;
  height: 190px;
  overflow: hidden;
  flex-shrink: 0;
}
.drive-flow__card-header {
  height: 44px;
  background: #062d59;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.drive-flow__step-label {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
.drive-flow__step-num {
  color: #ffffff;
  font-size: 2.7rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
.drive-flow__card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 20px;
}
.drive-flow__card-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.5px;
}
.drive-flow__card-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.42px;
}

@media only screen and (max-width: 767px) {
  .drive-flow {
    padding-bottom: 60px;
  }
  .drive-flow__heading {
    margin-bottom: 40px;
  }
  .drive-flow__list {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .drive-flow__connector {
    width: 3px;
    height: 20px;
    background: #d9d9d9;
  }
  .drive-flow__card {
    width: 100%;
    height: auto;
  }
  .drive-flow__card-title {
    font-size: 1.6rem;
  }
}
.drive-price {
  padding-bottom: 100px;
}
.drive-price__heading {
  margin-bottom: 50px;
}
.drive-price__box {
  background: #e4efff;
  border-radius: 80px;
  padding: 60px 118px;
}
.drive-price__main-cards {
  display: flex;
  gap: 41px;
  justify-content: center;
  margin-bottom: 40px;
}
.drive-price__main-card {
  border-radius: 10px;
  width: 399px;
  height: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.drive-price__main-card--base {
  background: #062d59;
}
.drive-price__main-card--add {
  background: #ffffff;
  border: 1px solid #e4e4e4;
}
.drive-price__card-icon-wrap {
  width: 65px;
  height: 65px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.drive-price__main-card--base .drive-price__card-icon-wrap {
  background: #ffffff;
}
.drive-price__main-card--add .drive-price__card-icon-wrap {
  background: #062d59;
}
.drive-price__card-icon-wrap img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.drive-price__card-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.drive-price__card-label {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.54px;
  line-height: 1;
}
.drive-price__main-card--base .drive-price__card-label {
  color: #ffffff;
}
.drive-price__main-card--add .drive-price__card-label {
  color: #062d59;
}
.drive-price__card-price {
  display: flex;
  align-items: baseline;
  gap: 0;
}
.drive-price__price-num {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
.drive-price__main-card--base .drive-price__price-num {
  color: #ffffff;
}
.drive-price__main-card--add .drive-price__price-num {
  color: #062d59;
}
.drive-price__price-unit {
  font-weight: 700;
  letter-spacing: 0.48px;
}
.drive-price__main-card--base .drive-price__price-unit {
  color: #ffffff;
}
.drive-price__main-card--add .drive-price__price-unit {
  color: #062d59;
}
.drive-price__price-sub {
  color: #062d59;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.42px;
  text-align: center;
  margin-top: -10px;
}
.drive-price__extras {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.drive-price__extra-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px solid #d9d9d9;
}
.drive-price__extra-label {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.54px;
  line-height: 1.9;
}
.drive-price__extra-price {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.54px;
  line-height: 1.9;
}
.drive-price__note {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.3px;
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .drive-price {
    padding-bottom: 60px;
  }
  .drive-price__heading {
    margin-bottom: 35px;
  }
  .drive-price__box {
    border-radius: 30px;
    padding: 40px 20px;
  }
  .drive-price__card-icon-wrap {
    width: 60px;
    height: 60px;
  }
  .drive-price__card-icon-wrap img {
    width: 40px;
    height: 40px;
  }
  .drive-price__card-label {
    font-size: 1.6rem;
  }
  .drive-price__price-num {
    font-size: 3.2rem;
  }
  .drive-price__price-sub {
    font-size: 1.4rem;
  }
  .drive-price__main-cards {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .drive-price__main-card {
    width: 100%;
    max-width: 399px;
    height: 130px;
  }
  .drive-price__extra-row {
    flex-flow: column;
  }
  .drive-price__extra-label, .drive-price__extra-price {
    font-size: 1.5rem;
  }
}
.drive-occasion {
  position: relative;
  padding: 70px 0;
  margin-bottom: 100px;
}
.drive-occasion__bg {
  position: absolute;
  inset: 0;
}
.drive-occasion__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.drive-occasion__inner {
  position: relative;
  z-index: 1;
}
.drive-occasion__heading {
  margin-bottom: 32px;
}
.drive-occasion__heading .ja,
.drive-occasion__heading .en {
  color: #ffffff;
}
.drive-occasion__cards {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-bottom: 30px;
}
.drive-occasion__card {
  background: #062d59;
  border-radius: 10px;
  width: 316px;
  height: 215px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  gap: 10px;
}
.drive-occasion__card-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  margin-bottom: 10px;
}
.drive-occasion__card-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.drive-occasion__card-title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 1;
}
.drive-occasion__card-text {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.42px;
  text-align: center;
}
.drive-occasion__note {
  background: #062d59;
  border-radius: 10px;
  height: 174px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  position: relative;
}
.drive-occasion__note-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.drive-occasion__note-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.drive-occasion__note-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.drive-occasion__note-title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 1;
  white-space: nowrap;
}
.drive-occasion__note-text {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.42px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .drive-occasion {
    margin: 0 0 60px;
    border-radius: 0;
    padding: 50px 0;
  }
  .drive-occasion__heading {
    margin-bottom: 40px;
  }
  .drive-occasion__cards {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
  }
  .drive-occasion__card {
    width: calc(100% - 40px);
    height: auto;
    padding: 20px;
  }
  .drive-occasion__card-title {
    font-size: 1.8rem;
  }
  .drive-occasion__note {
    height: auto;
    padding: 20px;
  }
  .drive-occasion__note-title {
    font-size: 1.8rem;
  }
}
.drive-hours {
  padding-bottom: 100px;
}
.drive-hours__box {
  background: #E4EFFF;
  border-radius: 20px;
  padding: 40px 120px;
}
.drive-hours__heading-text {
  color: #062d59;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.84px;
  line-height: 1;
  margin-bottom: 30px;
}
.drive-hours__row {
  display: flex;
  align-items: flex-start;
  padding: 22px 0;
  gap: 25px;
  border-top: 1px solid #D9D9D9;
}
.drive-hours__row:last-child {
  padding-bottom: 0;
}
.drive-hours__row-label {
  width: 130px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
}
.drive-hours__row-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
.drive-hours__row-text {
  line-height: 1.9;
  letter-spacing: 0.48px;
}
.drive-hours__row-note {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.42px;
}

@media only screen and (max-width: 767px) {
  .drive-hours {
    padding-bottom: 60px;
  }
  .drive-hours__box {
    padding: 40px 20px;
  }
  .drive-hours__row {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }
  .drive-hours__heading-text {
    font-size: 2.5rem;
  }
  .drive-hours__row-label {
    width: auto;
    font-size: 1.6rem;
  }
  .drive-hours__row-note {
    font-size: 1.3rem;
  }
}
.drive-faq {
  padding-bottom: 70px;
}
.drive-faq__heading {
  margin-bottom: 50px;
}
.drive-faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.drive-faq__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.drive-faq__q, .drive-faq__a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.drive-faq__q-icon {
  width: 42px;
  height: 42px;
  background: #062d59;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  flex-shrink: 0;
  letter-spacing: 0.32px;
}
.drive-faq__a-icon {
  width: 42px;
  height: 42px;
  background: #e4efff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #062d59;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  flex-shrink: 0;
  letter-spacing: 0.32px;
}
.drive-faq__q-text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.54px;
  line-height: 1.4;
}
.drive-faq__a-text {
  letter-spacing: 0.8px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .drive-faq {
    padding-bottom: 60px;
  }
  .drive-faq__heading {
    margin-bottom: 40px;
  }
  .drive-faq__q-text {
    font-size: 1.7rem;
  }
}
.drive-trust {
  max-width: 873px;
  margin: 0 auto;
}
.drive-trust__heading {
  margin-bottom: 50px;
}
.drive-trust__body {
  display: flex;
  gap: 42px;
}
.drive-trust__img {
  width: 390px;
  height: 348px;
  border-radius: 20px;
  overflow: hidden;
}
.drive-trust__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.drive-trust__content {
  display: flex;
  flex-direction: column;
  gap: 42px;
  flex: 1;
}
.drive-trust__item {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 19px;
}
.drive-trust__item-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.drive-trust__item-text {
  line-height: 2;
  letter-spacing: 0.48px;
}

@media only screen and (max-width: 767px) {
  .drive-trust {
    margin: 0 15px;
  }
  .drive-trust__heading {
    margin-bottom: 40px;
  }
  .drive-trust__body {
    flex-direction: column;
    gap: 30px;
  }
  .drive-trust__img {
    width: 100%;
    height: 300px;
  }
  .drive-trust__content {
    width: 100%;
    gap: 30px;
  }
  .drive-trust__item-title {
    font-size: 2.2rem;
  }
}
.asphalt-quality {
  padding: 40px 0 100px;
}
.asphalt-quality__heading {
  margin-bottom: 50px;
}
.asphalt-quality__cards {
  display: flex;
  gap: 49px;
  justify-content: center;
}
.asphalt-quality__card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 364px;
  flex-shrink: 0;
}
.asphalt-quality__card-img {
  width: 100%;
  height: 206px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.asphalt-quality__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asphalt-quality__card-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 1;
}
.asphalt-quality__card-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.42px;
}

@media only screen and (max-width: 767px) {
  .asphalt-quality {
    padding: 0 0 60px;
  }
  .asphalt-quality__heading {
    margin-bottom: 40px;
  }
  .asphalt-quality__cards {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .asphalt-quality__card {
    width: 100%;
    gap: 15px;
  }
  .asphalt-quality__card-img {
    height: 220px;
  }
  .asphalt-quality__card-title {
    font-size: 1.8rem;
  }
}
.asphalt-services {
  padding-bottom: 100px;
}
.asphalt-services__heading {
  margin-bottom: 50px;
}
.asphalt-services__box {
  background: #E4EFFF;
  border-radius: 80px;
  padding: 60px 115px;
}
.asphalt-services__box-header {
  display: flex;
  flex-direction: column;
  gap: 29px;
  align-items: center;
  margin-bottom: 32px;
}
.asphalt-services__box-title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  width: 100%;
}
.asphalt-services__box-text {
  line-height: 1.9;
  letter-spacing: 0.48px;
  width: 100%;
}
.asphalt-services__list-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 0;
}
.asphalt-services__list-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.asphalt-services__list-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #062d59;
  flex-shrink: 0;
}
.asphalt-services__list-text {
  font-weight: 700;
  letter-spacing: 0.48px;
  line-height: 1;
}
.asphalt-services__photos {
  display: flex;
  gap: 18px;
  margin-bottom: 40px;
}
.asphalt-services__photo {
  flex: 1;
  height: 260px;
  border-radius: 10px;
  overflow: hidden;
}
.asphalt-services__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asphalt-services__problem {
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: center;
}
.asphalt-services__problem-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  width: 100%;
}
.asphalt-services__problem-box {
  background: #ffffff;
  border-radius: 10px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 20px;
  width: calc(100% - 40px);
}
.asphalt-services__problem-icon {
  width: 54px;
  height: 70px;
  flex-shrink: 0;
}
.asphalt-services__problem-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.asphalt-services__problem-quotes {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.48px;
}
.asphalt-services__problem-quotes p {
  font-weight: 700;
}
.asphalt-services__problem-row {
  display: flex;
  gap: 25px;
  align-items: center;
  white-space: nowrap;
}
.asphalt-services__problem-desc {
  line-height: 1.6;
  letter-spacing: 0.48px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .asphalt-services {
    padding-bottom: 60px;
  }
  .asphalt-services__heading {
    margin-bottom: 40px;
  }
  .asphalt-services__box {
    border-radius: 30px;
    padding: 40px 20px;
  }
  .asphalt-services__box-title {
    font-size: 2.3rem;
    line-height: 1.6;
  }
  .asphalt-services__list-box {
    grid-template-columns: 1fr;
  }
  .asphalt-services__list-text {
    line-height: 1.5;
  }
  .asphalt-services__problem-title {
    font-size: 1.8rem;
  }
  .asphalt-services__photos {
    flex-direction: column;
    gap: 12px;
  }
  .asphalt-services__photo {
    height: 180px;
  }
  .asphalt-services__problem-box {
    height: auto;
    flex-direction: column;
    padding: 20px;
  }
  .asphalt-services__problem-quotes {
    gap: 8px;
  }
  .asphalt-services__problem-row {
    flex-direction: column;
    gap: 8px;
    white-space: normal;
  }
}
.asphalt-manners {
  background: #062d59;
  padding: 70px 0;
  margin-bottom: 100px;
}
.asphalt-manners__heading {
  margin-bottom: 34px;
}
.asphalt-manners__heading .ja,
.asphalt-manners__heading .en {
  color: #ffffff;
}
.asphalt-manners__cards {
  display: flex;
  gap: 41px;
  justify-content: center;
  margin: 0 20px 51px;
}
.asphalt-manners__card {
  background: #ffffff;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 26px 40px 20px;
  gap: 6px;
  position: relative;
}
.asphalt-manners__card-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  margin-bottom: 12px;
}
.asphalt-manners__card-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.asphalt-manners__card-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 1;
  white-space: nowrap;
}
.asphalt-manners__card-text {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.42px;
  text-align: center;
}
.asphalt-manners__message {
  display: flex;
  flex-direction: column;
  gap: 23px;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.asphalt-manners__message-title {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}
.asphalt-manners__message-text {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .asphalt-manners {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .asphalt-manners__heading {
    margin-bottom: 40px;
  }
  .asphalt-manners__cards {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 0 0 40px;
  }
  .asphalt-manners__card {
    width: calc(100% - 40px);
    height: auto;
    padding: 20px;
  }
  .asphalt-manners__card-title {
    font-size: 1.8rem;
  }
  .asphalt-manners__message-title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .asphalt-manners__message-text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.asphalt-pricing {
  padding-bottom: 100px;
}
.asphalt-pricing__heading {
  margin-bottom: 50px;
}
.asphalt-pricing__table-wrap {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.asphalt-pricing__table-header {
  background: #062d59;
  height: 77px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
.asphalt-pricing__table-th {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.66px;
  line-height: 1;
}
.asphalt-pricing__table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  height: 84px;
}
.asphalt-pricing__table-row + .asphalt-pricing__table-row {
  border-top: 1px solid #d9d9d9;
}
.asphalt-pricing__table-menu {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 1;
}
.asphalt-pricing__table-price {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.72px;
  line-height: 1;
}
.asphalt-pricing__table-note {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .asphalt-pricing {
    padding-bottom: 60px;
  }
  .asphalt-pricing__heading {
    margin-bottom: 40px;
  }
  .asphalt-pricing__table-th {
    font-size: 1.5rem;
  }
  .asphalt-pricing__table-menu, .asphalt-pricing__table-note {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .asphalt-pricing__table-price {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.asphalt-flow {
  padding-bottom: 100px;
}
.asphalt-flow__heading {
  margin-bottom: 50px;
}
.asphalt-flow__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  width: 100%;
}
.asphalt-flow__step {
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  gap: 41px;
  overflow: hidden;
  width: calc(100% - 64px);
  padding: 32px;
}
.asphalt-flow__step-num-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.asphalt-flow__step-label {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  text-align: center;
  line-height: 1;
}
.asphalt-flow__step-num-box {
  background: #062d59;
  border-radius: 5px;
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.asphalt-flow__step-num {
  color: #ffffff;
  font-size: 3rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.asphalt-flow__step-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.asphalt-flow__step-title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.66px;
  line-height: 1;
}
.asphalt-flow__step-text {
  letter-spacing: 0.48px;
  line-height: 2;
}
.asphalt-flow__arrow {
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
}
.asphalt-flow__arrow img {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (max-width: 767px) {
  .asphalt-flow {
    padding-bottom: 60px;
  }
  .asphalt-flow__heading {
    margin-bottom: 40px;
  }
  .asphalt-flow__list {
    gap: 5px;
  }
  .asphalt-flow__step {
    gap: 20px;
    padding: 20px;
  }
  .asphalt-flow__step-body {
    gap: 10px;
  }
  .asphalt-flow__step-title {
    font-size: 1.8rem;
  }
}
.asphalt-faq__heading {
  margin-bottom: 50px;
}
.asphalt-faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.asphalt-faq__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.asphalt-faq__q, .asphalt-faq__a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.asphalt-faq__q-icon {
  width: 42px;
  height: 42px;
  background: #062d59;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  flex-shrink: 0;
  letter-spacing: 0.32px;
}
.asphalt-faq__a-icon {
  width: 42px;
  height: 42px;
  background: #e4efff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #062d59;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  flex-shrink: 0;
  letter-spacing: 0.32px;
}
.asphalt-faq__q-text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.54px;
  line-height: 1.4;
}
.asphalt-faq__a-text {
  letter-spacing: 0.8px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .asphalt-faq__heading {
    margin-bottom: 40px;
  }
  .asphalt-faq__q-text {
    font-size: 1.7rem;
  }
}
.reason-strength {
  background: #F4F6FA;
  border-radius: 60px;
  padding: 100px 0;
  margin-bottom: 100px;
}
.reason-strength__heading {
  margin-bottom: 50px;
}
.reason-strength__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.reason-strength__item {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.reason-strength__item-header {
  display: flex;
  align-items: center;
  gap: 21px;
  padding-bottom: 9px;
  border-bottom: 1px solid #B9B6B6;
}
.reason-strength__item-lead {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
}
.reason-strength__item-num {
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}
.reason-strength__item-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
}
.reason-strength__cards {
  display: flex;
  gap: 30px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.reason-strength__card {
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 28px;
  width: 100%;
  flex-flow: wrap;
}
.reason-strength__card-asphalt {
  background: #062d59;
}
.reason-strength__card-drive {
  background: #e4efff;
  border: 1px solid #b9b6b6;
}
.reason-strength__card-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.reason-strength__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.reason-strength__card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.reason-strength__card-category {
  width: 100%;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.78px;
}
.reason-strength__card-asphalt .reason-strength__card-category {
  color: white;
}
.reason-strength__card-points {
  display: flex;
  flex-direction: column;
  gap: 17px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.reason-strength__card-point {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
}
.reason-strength__card-point::before {
  content: "・";
  flex-shrink: 0;
}
.reason-strength__card-asphalt .reason-strength__card-point {
  color: white;
}

.reason-guide__contents {
  background: #062d59;
  border-radius: 30px;
  padding: 60px 64px;
}
.reason-guide__title {
  color: #FFF;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.02px;
  margin-bottom: 42px;
}
.reason-guide__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.reason-guide__row-wide {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.reason-guide__row-wide:hover {
  opacity: 0.7;
}
.reason-guide__row-bottom {
  display: flex;
  gap: 30px;
}
.reason-guide__row-small {
  background: #ffffff;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  text-decoration: none;
  transition: opacity 0.3s;
}
.reason-guide__row-small:hover {
  opacity: 0.7;
}
.reason-guide__icon {
  width: 70px;
  height: 70px;
}
.reason-guide__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.reason-guide__link-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.6px;
  flex: 1;
}
.reason-guide__arrow {
  width: 18px;
  height: 18px;
  display: flex;
}
.reason-guide__arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .reason-strength {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .reason-strength__heading {
    margin-bottom: 40px;
  }
  .reason-strength__list {
    gap: 50px;
  }
  .reason-strength__item {
    gap: 25px;
  }
  .reason-strength__item-header {
    gap: 20px;
    padding-bottom: 5px;
  }
  .reason-strength__item-lead {
    font-size: 1.9rem;
  }
  .reason-strength__item-num {
    font-size: 3.4rem;
  }
  .reason-strength__item-title {
    font-size: 1.9rem;
  }
  .reason-strength__cards {
    width: 100%;
    flex-flow: column;
    gap: 20px;
  }
  .reason-strength__card {
    padding: 30px 20px;
    gap: 20px;
    width: calc(100% - 40px);
  }
  .reason-strength__card-body {
    gap: 10px;
  }
  .reason-strength__card-img {
    width: 100px;
    height: 100px;
  }
  .reason-strength__card-category {
    font-size: 2rem;
  }
  .reason-strength__card-points {
    gap: 10px;
  }
  .reason-strength__card-point {
    gap: 4px;
    text-align: left;
    font-size: 1.4rem;
  }
  .reason-guide__contents {
    padding: 50px 20px;
  }
  .reason-guide__title {
    font-size: 2.8rem;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .reason-guide__list {
    gap: 20px;
  }
  .reason-guide__row-bottom {
    gap: 20px;
    flex-flow: column;
  }
  .reason-guide__row-wide {
    padding: 15px;
    gap: 15px;
  }
  .reason-guide__row-small {
    padding: 15px;
    gap: 15px;
  }
  .reason-guide__icon {
    width: 60px;
    height: 60px;
  }
  .reason-guide__link-text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .reason-guide__arrow {
    width: 18px;
    height: 18px;
    display: flex;
  }
  .reason-guide__arrow img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.works-filter {
  padding: 46px 0;
}
.works-filter__tags {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.works-filter__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  border: 1px solid #A6A6A6;
  background: white;
  color: #062d59;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, opacity 0.2s;
}
.works-filter__tag.current {
  background: #062d59;
  color: white;
  border-color: #062d59;
}
.works-filter__tag:hover {
  opacity: 0.7;
}
.works-list__contents {
  display: flex;
  margin-bottom: 40px;
  flex-flow: wrap;
  gap: 33px;
}
.works-card {
  background: #ffffff;
  border-radius: 17px;
  overflow: hidden;
  width: 338px;
  height: 435px;
  position: relative;
  transition: opacity 0.3s;
}
.works-card:hover {
  opacity: 0.7;
}
.works-card__thumb {
  position: relative;
  height: 237px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 338/237;
  background: url(../img/pages/works/no-img.jpg) no-repeat center/cover;
}
.works-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 30px;
  border: 1px solid #A6A6A6;
  background: #062d59;
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
  line-height: normal;
}
.works-card__body {
  border-bottom: 1px solid #B9B6B6;
  margin: 20px 10px 0;
  padding-bottom: 20px;
}
.works-card__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
  margin-bottom: 13px;
}
.works-card__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.42px;
}
.works-card__detail {
  position: absolute;
  bottom: 0;
  right: 25px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.42px;
}
.works-card__detail-arrow {
  width: 7px;
  height: 7px;
  display: flex;
}
.works-card__detail-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.works-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.works-pagination__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #b9b6b6;
  background: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1e293b;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.works-pagination__btn:hover {
  opacity: 0.7;
}
.works-pagination__btn--active {
  background: #062d59;
  color: #ffffff;
  border-color: #062d59;
}
.works-pagination__btn--arrow img {
  width: 13px;
  height: 13px;
  -o-object-fit: contain;
     object-fit: contain;
}
.works-pagination__btn--prev img {
  transform: rotate(180deg);
}
.works-pagination__ellipsis {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1e293b;
}

@media only screen and (max-width: 767px) {
  .works-filter {
    padding: 40px 0;
  }
  .works-filter__tag {
    font-size: 1.3rem;
  }
  .works-list__contents {
    flex-flow: column;
    align-items: center;
    gap: 40px;
  }
  .works-card {
    width: 100%;
    height: auto;
    padding-bottom: 45px;
  }
  .works-card__badge {
    font-size: 1.3rem;
  }
  .works-card__body {
    border-bottom: 1px solid #B9B6B6;
    margin: 20px 20px 0;
    padding-bottom: 20px;
  }
  .works-card__title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .works-card__detail {
    bottom: 15px;
    right: 20px;
  }
  .works-pagination {
    gap: 8px;
  }
  .works-pagination__btn {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
  }
}
.works-lead {
  padding: 46px 0 60px;
}
.works-lead__header {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-bottom: 45px;
}
.works-lead__badge {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 30px;
  border: 1px solid #A6A6A6;
  background: #062d59;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: normal;
}
.works-lead__title {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.87px;
}
.works-lead__img {
  width: 100%;
  height: 411px;
  margin-bottom: 33px;
}
.works-lead__subtitle {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  margin-bottom: 33px;
}
.works-lead__text {
  line-height: 200%;
  letter-spacing: 0.48px;
}

.works-ba {
  padding: 0;
}
.works-ba__heading {
  margin-bottom: 50px;
}
.works-ba__photos {
  display: flex;
  gap: 40px;
  width: calc(100% - 40px);
  margin: 0 auto 50px;
}
.works-ba__photo {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.works-ba__photo-img {
  width: 100%;
  height: 302px;
  background: url(../img/pages/works/no-img.jpg) no-repeat center/cover;
  border-radius: 10px;
  overflow: hidden;
}
.works-ba__photo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.works-ba__label {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 10px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  line-height: normal;
}
.works-ba__label--before {
  background: #919191;
}
.works-ba__label--after {
  background: #062D59;
}
.works-ba__caption {
  font-style: normal;
  line-height: 200%;
  letter-spacing: 0.48px;
}

.works-voice {
  background: #062d59;
  border-radius: 10px;
  padding: 36px 34px;
  margin-bottom: 40px;
}
.works-voice__header {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 14px;
}
.works-voice__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.works-voice__icon img {
  width: 21px;
  height: 21px;
  -o-object-fit: contain;
     object-fit: contain;
}
.works-voice__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: normal;
  letter-spacing: 0.72px;
}
.works-voice__text {
  color: #ffffff;
  line-height: 200%;
  letter-spacing: 0.48px;
}

.works-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 153px;
}
.works-nav__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 11px 14px 14px;
  border-radius: 30px;
  border: 1px solid #b9b6b6;
  background: #ffffff;
}
.works-nav__btn--center {
  background: #062d59;
  border-color: #062d59;
  padding: 14px 42px;
}
.works-nav__arrow {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #062d59;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.works-nav__arrow i {
  color: white;
  font-size: 1.3rem;
}
.works-nav__arrow--prev i {
  transform: rotate(180deg);
}
.works-nav__label {
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
}
.works-nav__label--white {
  color: #ffffff;
}
.works-nav__label--prev {
  padding: 0 30px 0 10px;
}
.works-nav__label--next {
  padding: 0 10px 0 30px;
}

@media only screen and (max-width: 767px) {
  .works-lead {
    padding: 40px 0 60px;
  }
  .works-lead__header {
    gap: 20px;
    margin-bottom: 40px;
  }
  .works-lead__badge {
    font-size: 1.3rem;
  }
  .works-lead__title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .works-lead__img {
    height: 250px;
    margin-bottom: 30px;
  }
  .works-lead__subtitle {
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .works-ba {
    padding: 0;
  }
  .works-ba__heading {
    margin-bottom: 40px;
  }
  .works-ba__photos {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 0 auto 40px;
  }
  .works-ba__photo {
    gap: 15px;
  }
  .works-ba__photo-img {
    height: 200px;
  }
  .works-ba__label {
    font-size: 1.5rem;
  }
  .works-voice {
    padding: 30px 20px;
  }
  .works-voice__header {
    gap: 10px;
    padding-bottom: 12px;
  }
  .works-voice__title {
    font-size: 1.9rem;
  }
  .works-nav {
    gap: 5px;
    justify-content: space-around;
  }
  .works-nav__btn {
    gap: 5px;
    padding: 10px;
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
  }
  .works-nav__btn--center {
    padding: 10px 20px;
    text-align: center;
  }
  .works-nav__label {
    font-size: 1.3rem;
  }
  .works-nav__label--prev {
    padding: 0 5px 0 5px;
  }
  .works-nav__label--next {
    padding: 0 5px 0 5px;
  }
}
.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;
  width: 870px;
}
.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: #062d59;
  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: #062d59;
  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;
}

.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 */