@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --color-primary: #fef8f3;
  --color-secondary: #03376f;
  --color-tertiary: #f27800;
  --color-font-base: #03376f;
  --color-font-black: #151515;
  --color-font-white: #ffffff;
  --color-font-light: #f6ece5;
  --color-bg-primary: #fef8f3;
  --color-bg-secondary: #fbf2eb;
  --color-bg-tertiary: #03376f;
  --color-bg-tertiary-light: #004896;
  --color-border: #c8c8c8;
  --font-family-base: "LINE Seed JP", sans-serif;
  --z-index-default: 1;
  --z-index-negative: -1;
  --z-index-header: 10;
  --header-height: 100px;
  --header-height-sp: 60px;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: var(--color-font-base);
  font-family: var(--font-family-base);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: var(--color-primary);
}

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: 700;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 700;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 700;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 700;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 700;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 700;
  }
  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: 700;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 700;
  }
  h3 {
    font-size: 2rem;
    font-weight: 700;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 700;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 700;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 700;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 700;
  }
  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: 700;
  }
}
@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;
  }
}
.c-section-title {
  position: relative;
  z-index: var(--z-index-default);
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.c-section-title span {
  display: block;
}
.c-section-title--left {
  text-align: left;
}
.c-section-title--white {
  color: var(--color-font-white);
}

.c-section-title-sub {
  display: inline-block;
  font-size: 2rem;
  position: relative;
  font-weight: 800;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-section-title-sub::before, .c-section-title-sub::after {
  content: "";
  position: absolute;
  top: 0;
  width: 22px;
  height: 24px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
}
.c-section-title-sub::before {
  -webkit-mask-image: url("../img/components/title/deco_slash-left.svg");
          mask-image: url("../img/components/title/deco_slash-left.svg");
  left: -44px;
}
.c-section-title-sub::after {
  -webkit-mask-image: url("../img/components/title/deco_slash-right.svg");
          mask-image: url("../img/components/title/deco_slash-right.svg");
  right: -44px;
}

.c-section-title-main {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 800;
  margin-block-start: 48px;
}

.c-title {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0;
}
.c-title span {
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-section-title-main {
    margin-block-start: 20px;
    padding-block-end: 20px;
    line-height: 1.3;
    font-size: clamp(2.4rem, 8vw, 4rem);
  }
  .c-section-title-sub {
    font-size: 1.6rem;
  }
  .c-section-title-sub::before, .c-section-title-sub::after {
    top: 0;
    height: 20px;
    width: 18px;
  }
  .c-section-title-sub::before {
    left: -22px;
  }
  .c-section-title-sub::after {
    right: -22px;
  }
  .c-section-title--left .c-section-title-sub {
    margin-inline: 20px auto;
  }
  .c-title {
    font-size: clamp(2.4rem, 6vw, 3rem);
  }
}
.c-bg-text {
  pointer-events: none;
}
.c-bg-text::before {
  content: attr(data-bg-text);
  display: block;
  color: var(--color-font-light);
  font-size: 18rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
.c-bg-text--white::before {
  color: color-mix(in srgb, var(--color-font-white) 75%, transparent);
}

@media only screen and (max-width: 767px) {
  .c-bg-text::before {
    font-size: 8rem;
  }
}
.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 390px);
  padding: 35px 20px;
  background-color: var(--color-tertiary);
  border-radius: 50px;
  color: var(--color-font-white);
  font-size: 1.8rem;
  border: 1px solid var(--color-tertiary);
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.c-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  width: 13px;
  height: 12px;
  -webkit-mask-image: url("../img/components/icon_arrow-right.svg");
          mask-image: url("../img/components/icon_arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--color-font-white);
  transition: background-color 0.3s ease, translate 0.3s ease;
}
@media (any-hover: hover) {
  .c-button:hover {
    background-color: var(--color-font-white);
    color: var(--color-tertiary);
  }
  .c-button:hover::before {
    background-color: var(--color-tertiary);
    translate: 5px -50%;
  }
}

.c-button.c-button--small {
  width: min(100%, 200px);
  padding: 10px 20px;
}

.c-button.c-button--yunicala {
  width: min(100%, 300px);
  padding: 10px 20px;
}
.c-button.c-button--yunicala::before {
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("../img/components/icon_box-arrow-up.svg");
          mask-image: url("../img/components/icon_box-arrow-up.svg");
}

@media only screen and (max-width: 767px) {
  .c-button {
    padding: 20px 10px;
    font-size: 1.6rem;
  }
  .c-button--small {
    padding: 10px 10px;
  }
}
.error-text {
  color: #e74c3c;
}

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

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

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

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

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

.c-point-badge {
  width: 165px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: var(--color-font-white);
  position: relative;
  overflow: hidden;
}

.c-point-badge-background {
  background-color: var(--color-bg-tertiary);
  position: relative;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.c-point-badge-inner {
  display: grid;
  place-items: center;
  position: absolute;
  z-index: var(--z-index-default);
  inset: 0;
}

.c-point-badge-text {
  font-size: 1.4rem;
  align-self: flex-end;
  translate: 0 13.5px;
}

.c-point-badge-value {
  font-size: 4.6rem;
  align-self: flex-start;
}

.c-point-badge--small {
  display: grid;
  place-items: center;
  width: 120px;
  aspect-ratio: 1/1;
  background-color: var(--color-bg-tertiary);
  border-radius: 50%;
  color: var(--color-font-white);
}

@media only screen and (max-width: 767px) {
  .c-point-badge {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .c-point-badge {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-point-badge-value {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .c-point-badge-value {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-point-badge-text {
    font-size: 1.2rem;
    translate: 0 8px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .c-point-badge-text {
    font-size: 1rem;
  }
}
.c-page-mv {
  margin-block-start: calc(var(--header-height) + 95px);
  margin-block-end: 115px;
}

.c-page-mv-inner {
  max-width: 1920px;
}

.c-page-mv-subheading {
  font-size: 8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
}

.c-page-mv-heading {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin-block-start: 14px;
}

@media only screen and (max-width: 767px) {
  .c-page-mv {
    margin-block-start: calc(var(--header-height-sp) + 40px);
    margin-block-end: 40px;
  }
  .c-page-mv-subheading {
    font-size: clamp(4rem, 10vw, 8rem);
  }
  .c-page-mv-heading {
    font-size: clamp(1.8rem, 5vw, 2.6rem);
  }
}
.c-page-intro {
  margin-block-end: 120px;
}

.c-page-intro-inner {
  max-width: 1280px;
  display: flex;
  gap: 80px;
  align-items: center;
  translate: 10px 0;
}

.c-page-intro-image {
  width: min(100%, 500px);
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
  border-radius: 20px;
}
.c-page-intro-image img {
  width: 100%;
  aspect-ratio: 500/350;
}

.c-page-intro-text {
  font-size: 2rem;
  font-weight: 800;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .c-page-intro {
    margin-block-end: 64px;
  }
  .c-page-intro-inner {
    flex-direction: column;
    gap: 20px;
    translate: 0 0;
    width: 90%;
    margin-inline: auto;
  }
  .c-page-intro-image {
    width: 100%;
  }
  .c-page-intro-text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.l-header {
  background-color: var(--color-bg-primary);
}

.l-header-head {
  position: fixed;
  top: 0;
  z-index: var(--z-index-header);
  width: 100%;
  height: var(--header-height);
  background-color: var(--color-bg-primary);
}

.l-header-head.is-scrolled {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.l-header-head-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 1920px);
  height: 100%;
  padding-inline: 20px 30px;
  margin-inline: auto;
  gap: 20px;
}

.l-header-logo {
  width: 257px;
}
.l-header-logo img {
  width: 100%;
  aspect-ratio: 257/69;
}

.l-header-nav {
  display: flex;
  gap: 20px;
  align-items: center;
}

.l-header-nav-list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.l-header-nav-item {
  display: grid;
  place-items: center;
}
.l-header-nav-item a {
  display: inline-block;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 800;
  white-space: nowrap;
  color: transparent;
  text-shadow: 0 -1.5em 0 var(--color-font-base), 0 0 0 var(--color-font-base);
  transition: text-shadow 0.3s;
}
@media (any-hover: hover) {
  .l-header-nav-item a:hover {
    text-shadow: 0 0 0 var(--color-font-base), 0 1.5em 0 var(--color-font-base);
  }
}

.l-header-contact {
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-header-contact {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
  }
}

.l-header-tel {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 2.3rem;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
  color: var(--color-tertiary);
}
.l-header-tel img {
  flex-shrink: 0;
}
@media (any-hover: hover) {
  .l-header-tel:hover {
    filter: brightness(1.2);
  }
}

.l-header-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--color-tertiary);
  border-radius: 50%;
}
@media (any-hover: hover) {
  .l-header-mail:hover {
    filter: brightness(1.2);
  }
}

.l-header-hamburger {
  display: none;
}

@media only screen and (max-width: 767px) {
  .l-header-head {
    height: 65px;
  }
  .l-header-nav {
    display: none;
  }
  .l-header-logo {
    width: min(100%, 180px);
  }
  .l-header-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 32px;
    height: 32px;
    margin-inline-start: auto;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
  }
  .l-header-hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--color-font-base);
    border-radius: 2px;
  }
}
.l-footer-cta {
  padding-block: 80px;
  background-color: var(--color-bg-secondary);
}

.l-footer-cta-inner {
  width: min(90%, 1280px);
  margin-inline: auto;
  border-radius: 20px;
  padding: 44px 58px 58px;
  display: flex;
  background-color: var(--color-tertiary);
  color: var(--color-font-white);
}

.l-footer-cta-lead {
  margin-inline-start: 19px;
  margin-block-start: 27px;
}

.l-footer-cta-title {
  font-weight: 800;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.l-footer-cta-text {
  font-size: 2rem;
  line-height: 1.9;
  margin-block-start: 48px;
}

.l-footer-cta-separator {
  width: 1px;
  border: none;
  background-color: var(--color-font-white);
  margin: 0 56px 0 80px;
}

.l-footer-cta-contact {
  width: min(100%, 580px);
  text-align: center;
}

.l-footer-cta-tel {
  font-size: 4.2rem;
  font-weight: 800;
  transition: filter 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-block-start: -4px;
}
@media (any-hover: hover) {
  .l-footer-cta-tel:hover {
    filter: opacity(0.7);
  }
}

.l-footer-cta-tel-icon {
  display: inline-block;
  width: 30px;
  aspect-ratio: 1/1;
  translate: 0px 4px;
  background-color: var(--color-font-white);
  -webkit-mask-image: url("../../img/components/icon_telephone.svg");
          mask-image: url("../../img/components/icon_telephone.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.l-footer-cta-buttons {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-block-start: 20px;
}

.l-footer-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-size: 2.4rem;
  background-color: var(--color-font-white);
  padding: 20px 32px;
  border-radius: 40px;
  color: var(--color-tertiary);
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .l-footer-cta-button:hover {
    color: var(--color-font-base);
  }
  .l-footer-cta-button:hover .l-footer-cta-mail-icon--mail {
    background-color: var(--color-font-base);
  }
}

.l-footer-cta-mail-icon {
  display: inline-block;
}
.l-footer-cta-mail-icon--mail {
  width: 30px;
  aspect-ratio: 30/22;
  background-color: var(--color-tertiary);
  -webkit-mask-image: url("../img/components/icon_mail.svg");
          mask-image: url("../img/components/icon_mail.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: background-color 0.3s ease;
}
.l-footer-cta-mail-icon--line {
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("../img/components/sns/icon--line.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .l-footer-cta {
    padding-block: 80px;
  }
  .l-footer-cta-inner {
    padding: 44px 24px;
    flex-direction: column;
    align-items: center;
  }
  .l-footer-cta-lead {
    margin-inline: 0 auto;
    margin-block-start: 0;
  }
  .l-footer-cta-title {
    font-size: clamp(2.4rem, 10vw, 7rem);
  }
  .l-footer-cta-text {
    margin-block-start: 20px;
    font-size: clamp(1.2rem, 3.5vw, 2rem);
  }
  .l-footer-cta-separator {
    width: 100%;
    height: 1px;
    margin: 16px 0 0 0;
  }
  .l-footer-cta-contact {
    width: 100%;
  }
  .l-footer-cta-tel {
    font-size: clamp(2.4rem, 8vw, 4.2rem);
    margin-block-start: 16px;
    gap: 8px;
  }
  .l-footer-cta-tel-icon {
    width: 24px;
    translate: 0 0;
  }
  .l-footer-cta-buttons {
    margin-block-start: 16px;
    gap: 16px;
  }
  .l-footer-cta-button {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    padding: 16px 24px;
    border-radius: 32px;
    gap: 16px;
  }
}
.l-footer-bar {
  padding-block: 64px 50px;
  background-color: var(--color-bg-tertiary);
  color: var(--color-font-white);
}

.l-footer-bar-inner {
  width: min(90%, 1280px);
  margin-inline: auto;
}

.l-footer-bar-contents-wrapper {
  display: flex;
  justify-content: space-between;
}

.l-footer-bar-contents {
  display: flex;
  flex-direction: column;
}

.l-footer-bar-logo {
  width: 309px;
}
.l-footer-bar-logo img {
  width: 100%;
  aspect-ratio: 309/62;
}

.l-footer-bar-address {
  font-size: 1.5rem;
  margin-block-start: 24px;
}

.l-footer-bar-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.l-footer-bar-sns {
  font-size: 3rem;
  transition: color 0.3s ease;
  margin-block-start: 26px;
}
@media (any-hover: hover) {
  .l-footer-bar-sns:hover {
    color: var(--color-tertiary);
  }
}

.l-footer-bar-list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  row-gap: 28px;
  -moz-column-gap: 72px;
       column-gap: 72px;
  margin-block-start: 10px;
}

.l-footer-bar-item a {
  font-size: 1.5rem;
  letter-spacing: 0.16em;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .l-footer-bar-item a:hover {
    color: var(--color-tertiary);
  }
}

.l-footer-bar-separator {
  width: 100%;
  height: 1px;
  border: none;
  background-color: var(--color-font-white);
  margin-block: 20px 12px;
}

.l-footer-bar-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-footer-bar-copyright {
  font-size: 1.5rem;
  letter-spacing: 0;
}

.l-footer-bar-bottom-links {
  display: flex;
  gap: 48px;
}

.l-footer-bar-bottom-link a {
  font-size: 1.4rem;
  font-weight: 700;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .l-footer-bar-bottom-link a:hover {
    color: var(--color-tertiary);
  }
}

@media only screen and (max-width: 767px) {
  .l-footer-bar {
    padding-block: 50px 30px;
  }
  .l-footer-bar-contents-wrapper {
    flex-direction: column;
  }
  .l-footer-bar-contents {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .l-footer-bar-address {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .l-footer-bar-group {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .l-footer-bar-sns {
    margin-block-start: 0;
    align-self: center;
  }
  .l-footer-bar-logo {
    width: min(100%, 235px);
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .l-footer-bar-list {
    display: none;
  }
  .l-footer-bar-bottom-links {
    display: none;
  }
  .l-footer-bar-copyright {
    font-size: 1.3rem;
  }
}
.drawer-off__button {
  position: fixed;
  top: 8px;
  right: 8px;
  width: 50px;
  height: 50px;
  background: #03376f;
  border-radius: 8px;
  cursor: pointer;
  z-index: 999;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100vh;
  background: #fef8f3;
  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__inner {
  padding: 9px 20px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: min(100%, 180px);
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.drawer-mail, .drawer-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #f27800;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.drawer-mail .icon, .drawer-line .icon {
  width: 30px;
}
.drawer-mail i, .drawer-mail span, .drawer-line i, .drawer-line span {
  color: #ffffff;
}
.drawer-mail span, .drawer-line span {
  font-size: 1.8rem;
  font-weight: 700;
}

.drawer-line {
  background: #ffffff;
}
.drawer-line span {
  color: #03376f;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #f27800;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 700;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background: #fef8f3;
  padding: 5px;
}

.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 10%;
}

.breadcrumbs {
  margin-bottom: 30px;
}
.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 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
}

.top-mv {
  margin-block-start: var(--header-height);
  padding: 0 30px 30px 30px;
  height: 980px;
}

.top-mv-inner {
  width: min(100%, 1920px);
  margin-inline: auto;
}

.top-mv-content {
  margin-block-start: -666px;
  margin-inline-start: 90px;
  z-index: var(--z-index-default);
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  align-items: flex-start;
}
@media only screen and (max-width: 1440px) {
  .top-mv-content {
    margin-inline-start: 40px;
  }
}

.top-mv-copy {
  font-size: 8rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-wrap: nowrap;
}

.top-mv-text {
  margin-block-start: 30px;
  font-size: 20px;
  font-weight: 800;
  line-height: 2;
}

.top-mv-mark-wrapper {
  display: flex;
  gap: 33px;
  margin-block-start: 200px;
  margin-inline-start: 11px;
}

.top-mv-mark-item {
  width: min(100%, 162px);
}
.top-mv-mark-item img {
  width: 100%;
  aspect-ratio: 162/156;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-mv-image {
  width: min(65.42%, 1207px);
  margin-inline-start: auto;
  aspect-ratio: 1207/950;
  border-radius: 20px;
  overflow: hidden;
  height: 950px;
}
.top-mv-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .top-mv {
    margin-block-start: var(--header-height-sp);
    padding: 10px 20px 20px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .top-mv-inner {
    flex-direction: column-reverse;
  }
  .top-mv-content {
    margin-block-start: 16px;
    margin-inline-start: 0;
    width: 100%;
  }
  .top-mv-copy {
    font-size: clamp(3rem, 8vw, 7rem);
    text-wrap: wrap;
  }
  .top-mv-text {
    margin-block-start: 16px;
    font-size: clamp(1.4rem, 4vw, 2rem);
  }
  .top-mv-mark-wrapper {
    gap: 16px;
    margin-block-start: 24px;
  }
  .top-mv-mark-item {
    width: min(100%, 100px);
  }
  .top-mv-image {
    width: 100%;
    height: auto;
  }
}
.top-reason {
  padding-block: 120px;
  background-color: var(--color-bg-secondary);
  position: relative;
  z-index: var(--z-index-default);
  overflow: hidden;
}

.top-reason-bg-text-wrapper {
  position: absolute;
  top: 103px;
  left: 50%;
  translate: -51.2% 0;
  z-index: var(--z-index-negative);
}

.top-reason-title {
  display: grid;
  place-items: center;
}
.top-reason-title .c-section-title-main span {
  margin-block-start: 18px;
}

.top-reason-title-logo {
  margin-inline-end: 8px;
  translate: 0 -4px;
  aspect-ratio: 461/43;
}

.top-reason-list {
  display: grid;
  place-content: center;
  grid-template-columns: repeat(2, 604px);
  gap: 72px 82px;
  margin-block-start: 140px;
}
@media only screen and (max-width: 1440px) {
  .top-reason-list {
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
    margin-inline: auto;
  }
}

.top-reason-item {
  position: relative;
}

.top-reason-item-number {
  position: absolute;
  top: -60.5px;
  left: -61.5px;
}

.top-reason-item-image {
  width: 100%;
}
.top-reason-item-image img {
  width: 100%;
  aspect-ratio: 604/300;
}

.top-reason-item-content {
  margin-block-start: 20px;
}

.top-reason-item-content-title {
  display: grid;
  place-items: center;
}

.top-reason-item-text {
  letter-spacing: 0.02em;
  margin-block-start: 18px;
  color: var(--color-font-black);
}

.top-reason-button {
  margin-block-start: 80px;
  display: grid;
  place-items: center;
}

@media only screen and (max-width: 767px) {
  .top-reason {
    padding-block: 80px;
  }
  .top-reason-bg-text-wrapper {
    translate: -50% 0;
  }
  .top-reason-title-logo {
    width: 70%;
  }
  .top-reason-list {
    grid-template-columns: 1fr;
    margin-block-start: 64px;
  }
  .top-reason-item-number {
    top: -40px;
    left: -20px;
  }
  .top-reason-button {
    margin-block-start: 40px;
  }
}
.top-sales {
  padding-block: 120px;
  position: relative;
  z-index: var(--z-index-default);
  overflow: hidden;
}

.top-sales-bg-text-wrapper {
  position: absolute;
  top: 120px;
  left: 50%;
  translate: -50% 0;
  z-index: var(--z-index-negative);
}

.top-sales-lead {
  margin-block-start: 60px;
  text-align: center;
  color: var(--color-font-black);
  line-height: 1.8;
}

.top-sales-list {
  margin-block-start: 52px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  max-width: 1280px;
  margin-inline: auto;
}

.top-sales-item {
  border-radius: 20px;
  color: var(--color-font-white);
  overflow: hidden;
}
.top-sales-item:nth-child(even) {
  background-color: var(--color-bg-tertiary);
}
.top-sales-item:nth-child(odd) {
  background-color: var(--color-bg-tertiary-light);
}

.top-sales-item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
}

.top-sales-item-image {
  width: 100%;
  aspect-ratio: 243/172;
  background: url(../img/pages/flow/no-img.jpg) no-repeat center/cover;
  border-radius: 20px 20px 0 0;
}
.top-sales-item-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.top-sales-item-content {
  padding: 24px 24px;
}

.top-sales-item-name {
  font-size: 1.8rem;
  font-weight: 800;
}

.top-sales-item-spec {
  margin-block-start: 24px;
}
.top-sales-item-spec dt,
.top-sales-item-spec dd {
  font-size: 1.4rem;
}

.top-sales-item-spec-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 6px;
}

.top-sales-button {
  display: grid;
  place-items: center;
  margin-block-start: 80px;
}

@media only screen and (max-width: 767px) {
  .top-sales {
    padding-block: 80px;
  }
  .top-sales-bg-text-wrapper {
    left: 50%;
    translate: -50% 0;
  }
  .top-sales-title {
    font-size: 2.4rem;
  }
  .top-sales-lead {
    margin-block-start: 40px;
    text-align: left;
  }
  .top-sales-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 90%;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .top-sales-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .top-sales-item {
    border-radius: 10px;
  }
}
.top-inspection {
  padding-block: 140px;
  background-image: url("../img/pages/top/bg_top_01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.top-inspection-inner {
  width: min(100%, 1720px);
  padding-inline: 80px;
  margin-inline: auto;
}

.top-inspection-content {
  max-width: 520px;
}

.top-inspection-text {
  color: var(--color-font-white);
  margin-block-start: 32px;
  line-height: 1.8;
}

.top-inspection-button {
  display: grid;
  place-items: center;
  margin-block-start: 70px;
}

@media only screen and (max-width: 767px) {
  .top-inspection {
    padding-block: 80px;
    background-position: 20% 0;
  }
  .top-inspection-inner {
    padding-inline: 20px;
  }
}
.top-secure {
  padding-block: 120px;
  background-color: var(--color-bg-secondary);
  position: relative;
  z-index: var(--z-index-default);
  overflow: hidden;
}

.top-secure-bg-text-wrapper {
  position: absolute;
  top: 100px;
  left: 50%;
  translate: -100% 0;
  z-index: var(--z-index-negative);
}

.top-secure-inner {
  display: grid;
  place-content: center;
  grid-template-columns: 520px 1fr;
  grid-template-rows: repeat(2, auto);
  -moz-column-gap: 120px;
       column-gap: 120px;
  max-width: 1280px;
  margin-inline: auto;
  align-items: start;
}
@media only screen and (max-width: 1440px) {
  .top-secure-inner {
    gap: 60px;
  }
}

.top-secure-content {
  grid-row: 1/2;
  grid-column: 1/2;
}

.top-secure-title {
  margin-block-end: 24px;
}

.top-secure-text {
  color: var(--color-font-black);
  margin-block-start: 18px;
  letter-spacing: 0.02em;
}

.top-secure-subtitle {
  margin-block-start: 48px;
}

.top-secure-image {
  margin-block-start: 80px;
  grid-row: 1/3;
  grid-column: 2/3;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.top-secure-image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-secure-button {
  grid-row: 2/3;
  grid-column: 1/2;
  display: grid;
  place-items: center;
  gap: 20px;
  margin-block-start: 80px;
}

@media only screen and (max-width: 767px) {
  .top-secure {
    padding-block: 80px;
  }
  .top-secure-bg-text-wrapper {
    left: 50%;
    translate: -50% 0;
  }
  .top-secure-inner {
    width: 90%;
    margin-inline: auto;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 40px;
  }
  .top-secure-content {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .top-secure-image {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-block-start: 0;
  }
  .top-secure-button {
    margin-block-start: 0;
    grid-row: 3/4;
    grid-column: 1/2;
  }
}
.top-about {
  padding-block: 120px;
  position: relative;
  z-index: var(--z-index-default);
  overflow: hidden;
}

.top-about-bg-text-wrapper {
  position: absolute;
  top: 100px;
  left: 50%;
  translate: 10% 0;
  z-index: var(--z-index-negative);
}

.top-about-inner {
  display: grid;
  place-content: center;
  grid-template-columns: 1fr 520px;
  grid-template-rows: repeat(2, auto);
  -moz-column-gap: 120px;
       column-gap: 120px;
  max-width: 1280px;
  margin-inline: auto;
  align-items: start;
}
@media only screen and (max-width: 1440px) {
  .top-about-inner {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}

.top-about-image {
  grid-row: 1/3;
  grid-column: 1/2;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.top-about-image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-about-content {
  grid-row: 1/2;
  grid-column: 2/3;
  margin-block-start: 80px;
}

.top-about-text {
  color: var(--color-font-black);
  margin-block-start: 28px;
  letter-spacing: 0.02em;
}

.top-about-bottan {
  grid-row: 2/3;
  grid-column: 2/3;
  display: grid;
  place-items: center;
  margin-block-start: 10px;
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding-block: 80px;
  }
  .top-about-bg-text-wrapper {
    left: 50%;
    translate: -50% 0;
  }
  .top-about-inner {
    width: 90%;
    margin-inline: auto;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 40px;
  }
  .top-about-image {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-block-start: 0;
  }
  .top-about-content {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-block-start: 0;
  }
  .top-about-bottan {
    grid-row: 3/4;
    grid-column: 1/2;
    margin-block-start: 0;
  }
}
.top-column {
  padding-block: 120px 88px;
  position: relative;
  z-index: var(--z-index-default);
  overflow: hidden;
  background-color: var(--color-bg-secondary);
}

.top-column-bg-text-wrapper {
  position: absolute;
  top: 100px;
  left: 50%;
  translate: -88% 0;
  z-index: var(--z-index-negative);
}

.top-column-inner {
  max-width: 1280px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
}

.top-column-title {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.top-column-button {
  grid-column: 2;
  grid-row: 1;
  width: 200px;
}

.top-column-list {
  grid-column: 1/-1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-block-start: 80px;
}

.top-column-item-article {
  border-radius: 8px;
  overflow: hidden;
}
@media (any-hover: hover) {
  .top-column-item-article a:hover .top-column-item-image img {
    scale: 1.05;
  }
  .top-column-item-article a:hover .top-column-item-content-title,
  .top-column-item-article a:hover .top-column-item-content p,
  .top-column-item-article a:hover .top-column-item-content time {
    color: var(--color-tertiary);
  }
}

.top-column-item-image {
  aspect-ratio: 400/248;
  background: url(../img/components/image_sample.png) no-repeat center/cover;
}
.top-column-item-image img {
  transition: scale 0.3s ease;
}

.top-column-item-content {
  padding: 20px 0 28px;
}
.top-column-item-content hr {
  border: none;
  border-block-start: 1px solid var(--color-border);
  margin-block: 12px;
}
.top-column-item-content p {
  font-size: 1.4rem;
  color: var(--color-font-black);
  line-height: 1.3;
  transition: color 0.3s ease;
}
.top-column-item-content time {
  display: block;
  text-align: end;
  color: var(--color-font-black);
  font-size: 1.4rem;
  font-weight: 800;
  margin-block-start: 16px;
  transition: color 0.3s ease;
}

.top-column-item-content-title {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
  transition: color 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding-block: 80px;
  }
  .top-column-bg-text-wrapper {
    translate: -50% 0;
  }
  .top-column-inner {
    grid-template-columns: 1fr;
    width: 90%;
    margin-inline: auto;
  }
  .top-column-title {
    order: 1;
    grid-column: 1;
    grid-row: auto;
  }
  .top-column-list {
    order: 2;
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-block-start: 40px;
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
  }
  .top-column-button {
    order: 3;
    grid-column: 1;
    grid-row: auto;
    width: 200px;
    margin-block-start: 32px;
    justify-self: center;
  }
}
@keyframes top-news-arrow {
  0% {
    translate: 0 -50%;
    opacity: 1;
  }
  35% {
    translate: 16px -50%;
    opacity: 0;
  }
  36% {
    translate: -16px -50%;
    opacity: 0;
  }
  100% {
    translate: 0 -50%;
    opacity: 1;
  }
}
.top-news {
  padding-block: 120px;
  position: relative;
  z-index: var(--z-index-default);
  overflow: hidden;
}

.top-news-bg-text-wrapper {
  position: absolute;
  top: 100px;
  left: 50%;
  translate: -135% 0;
  z-index: var(--z-index-negative);
}

.top-news-inner {
  max-width: 1280px;
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-template-rows: 1fr auto;
  -moz-column-gap: 72px;
       column-gap: 72px;
}

.top-news-title {
  grid-column: 1;
  grid-row: 1;
  width: -moz-fit-content;
  width: fit-content;
  align-self: start;
}

.top-news-button {
  grid-column: 1;
  grid-row: 2;
  width: 200px;
  align-self: end;
}

.top-news-list {
  grid-column: 2;
  grid-row: 1/-1;
  max-width: 825px;
  margin-block-start: -12px;
}

.top-news-item-article {
  border-block-end: 1px solid var(--color-border);
}
.top-news-item-article a {
  padding: 22px 32px;
  display: block;
  position: relative;
  transition: color 0.3s ease;
}
.top-news-item-article a::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 0;
  translate: 0 -50%;
  width: 13px;
  height: 12px;
  -webkit-mask-image: url("../img/components/icon_arrow-right.svg");
          mask-image: url("../img/components/icon_arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
}
@media (any-hover: hover) {
  .top-news-item-article a:hover {
    color: var(--color-tertiary);
  }
  .top-news-item-article a:hover time,
  .top-news-item-article a:hover h3 {
    color: var(--color-tertiary);
  }
  .top-news-item-article a:hover::after {
    animation: top-news-arrow 0.3s ease-out;
  }
}
.top-news-item-article time {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-font-black);
  transition: color 0.3s ease;
}
.top-news-item-article h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-block-start: 8px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  transition: color 0.3s ease;
}

.top-news-item:first-child .top-news-item-article a {
  padding-block-start: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding-block: 80px;
  }
  .top-news-bg-text-wrapper {
    translate: -50% 0;
  }
  .top-news-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 40px;
    width: 90%;
    margin-inline: auto;
  }
  .top-news-title {
    order: 1;
    grid-column: 1;
    grid-row: auto;
  }
  .top-news-list {
    order: 2;
    grid-column: 1;
    grid-row: auto;
    margin-block-start: 0;
  }
  .top-news-button {
    order: 3;
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
  }
  .top-news-item-article h3 {
    font-size: 1.6rem;
  }
}
.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 {
  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: #03376f;
  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: #03376f;
  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: 700;
}

@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;
  }
}
.about-message {
  padding-block: 120px;
  background-color: var(--color-bg-secondary);
  position: relative;
  z-index: var(--z-index-default);
  overflow: hidden;
}

.about-message-bg-text-wrapper {
  position: absolute;
  top: 103px;
  left: 50%;
  translate: -50% 0;
  z-index: var(--z-index-negative);
}

.about-message-title {
  display: grid;
  place-items: center;
}

.about-message-body {
  display: grid;
  max-width: 1080px;
  margin-inline: auto;
  grid-template-columns: 1fr 580px;
  align-items: center;
  margin-block-start: 86px;
}

.about-message-body-text {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.about-message-body-paragraph {
  line-height: 1.8;
  color: var(--color-font-black);
  font-weight: 700;
}

.about-message-body-image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.about-message-body-image img {
  aspect-ratio: 580/430;
  width: 100%;
}

.about-message-feature-list {
  display: grid;
  grid-template-columns: repeat(2, 500px);
  place-content: center;
  gap: 80px;
  margin-block-start: 100px;
}

.about-message-feature-item {
  background-color: var(--color-bg-primary);
  border-radius: 20px;
  padding: 40px;
}

.about-message-feature-title {
  display: grid;
  place-items: center;
}

.about-message-feature-text {
  margin-block-start: 24px;
  color: var(--color-font-black);
}

@media only screen and (max-width: 767px) {
  .about-message {
    padding-block: 80px;
  }
  .about-message-body {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-block-start: 60px;
  }
  .about-message-body-image {
    order: -1;
  }
  .about-message-feature-list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-block-start: 60px;
  }
  .about-message-feature-item {
    padding: 32px 28px;
  }
  .about-message-feature-title {
    font-size: 2rem;
  }
}
.about-information {
  padding-block: 120px;
  position: relative;
  z-index: var(--z-index-default);
  overflow: hidden;
}

.about-information-bg-text-wrapper {
  position: absolute;
  top: 103px;
  left: 50%;
  translate: -50% 0;
  z-index: var(--z-index-negative);
}

.about-information-title {
  display: grid;
  place-items: center;
}

.about-information-list {
  margin-block-start: 88px;
  max-width: 1080px;
  margin-inline: auto;
}

.about-information-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 32px;
  align-items: start;
  padding-block: 24px 23px;
  border-block-end: 1px solid var(--color-border);
}
.about-information-item:first-child {
  border-block-start: 1px solid var(--color-border);
}

.about-information-item-term {
  color: var(--color-font-black);
  letter-spacing: 0;
}

.about-information-item-desc {
  color: var(--color-font-black);
}

.about-information-item-note {
  font-weight: 400;
  padding-inline-start: 8px;
  font-size: 1.4rem;
}

.about-information-item-service-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.about-information-map {
  width: min(100%, 1080px);
  margin-block-start: 100px;
  margin-inline: auto;
  aspect-ratio: 1080/400;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.about-information-map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .about-information {
    padding-block: 80px;
  }
  .about-information-list {
    margin-block-start: 60px;
    width: 90%;
  }
  .about-information-item {
    grid-template-columns: 90px 1fr;
    gap: 16px;
    padding-block: 20px;
  }
  .about-information-map {
    margin-block-start: 40px;
    min-height: 240px;
    width: 90%;
    margin-inline: auto;
  }
}
.flow-sales-example {
  padding-block: 120px;
  position: relative;
  z-index: var(--z-index-default);
  overflow: hidden;
  background-color: var(--color-bg-secondary);
}

.flow-sales-example-bg-text-wrapper {
  position: absolute;
  top: 120px;
  left: 50%;
  translate: -50% 0;
  z-index: var(--z-index-negative);
}

.flow-sales-example-list {
  display: grid;
  place-content: center;
  grid-template-columns: repeat(3, 330px);
  gap: 44px;
  margin-block-start: 80px;
}

.flow-sales-example-item {
  border-radius: 20px;
  color: var(--color-font-white);
  overflow: hidden;
}
.flow-sales-example-item:nth-child(even) {
  background-color: var(--color-bg-tertiary);
}
.flow-sales-example-item:nth-child(odd) {
  background-color: var(--color-bg-tertiary-light);
}

.flow-sales-example-item-image {
  width: 100%;
  aspect-ratio: 330/234;
  background: url(../img/pages/flow/no-img.jpg) no-repeat center/cover;
  border-radius: 20px 20px 0 0;
}
.flow-sales-example-item-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.flow-sales-example-item-info {
  padding: 28px 24px 40px;
}

.flow-sales-example-item-name {
  font-size: 1.8rem;
  font-weight: 800;
}

@media only screen and (max-width: 767px) {
  .flow-sales-example {
    padding-block: 80px;
  }
  .flow-sales-example-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-block-start: 60px;
  }
  .flow-sales-example-item {
    border-radius: 10px;
  }
  .flow-sales-example-item-info {
    padding: 16px;
  }
  .flow-sales-example-item-name {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .flow-sales-example-list {
    grid-template-columns: 1fr;
  }
}
.flow-flow {
  padding-block: 120px;
  position: relative;
  z-index: var(--z-index-default);
  overflow: hidden;
}

.flow-flow-bg-text-wrapper {
  position: absolute;
  top: 120px;
  left: 50%;
  translate: -50% 0;
  z-index: var(--z-index-negative);
}

.flow-flow-list {
  display: grid;
  place-content: center;
  gap: 50px;
  margin-block-start: 100px;
}

.flow-flow-item-step {
  display: inline-flex;
  align-items: flex-end;
  gap: 14px;
  position: relative;
}
.flow-flow-item-step::after {
  position: absolute;
  top: -4px;
  right: -80px;
  content: "";
  display: block;
  width: 106.8px;
  aspect-ratio: 1/1;
  background: linear-gradient(-45deg, transparent calc(50% - 0.5px), var(--color-font-base) calc(50% - 0.5px), var(--color-font-base) calc(50% + 0.5px), transparent calc(50% + 0.5px));
}

.flow-flow-item-step-label {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.flow-flow-item-step-number {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.flow-flow-item-body {
  display: grid;
  grid-template-columns: 420px 1fr;
  place-content: center;
  gap: 111px;
  margin-block-start: 28px;
}

.flow-flow-item-image {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.flow-flow-item-image img {
  aspect-ratio: 420/260;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow-flow-item-content {
  padding-block-start: 48px;
}

.flow-flow-item-text {
  margin-block-start: 14px;
  color: var(--color-font-black);
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.flow-flow-copy {
  margin-block-start: 88px;
  font-weight: 800;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .flow-flow {
    padding-block: 80px;
  }
  .flow-flow-bg-text-wrapper {
    top: 80px;
  }
  .flow-flow-list {
    margin-block-start: 40px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .flow-flow-item-step::after {
    top: -4px;
    right: -60px;
    width: 80px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .flow-flow-item-step-label {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .flow-flow-item-step-number {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow-flow-item-body {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-block-start: 16px;
  }
  .flow-flow-copy {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: left;
    margin-block-start: 40px;
  }
  .flow-flow-item-content {
    padding-block-start: 0;
  }
}
.flow-single {
  padding-block: 120px;
  background-color: var(--color-bg-tertiary);
}

.flow-single-card {
  max-width: 1080px;
  margin-inline: auto;
  background-color: var(--color-bg-primary);
  border-radius: 20px;
  padding: 80px 68px 52px;
}

.flow-single-card-image {
  width: min(100%, 800px);
  aspect-ratio: 800/567;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 20px;
}
.flow-single-card-image img {
  border-radius: 20px;
}

.flow-single-card-content {
  margin-block-start: 65px;
}

.flow-single-card-title {
  font-size: 4rem;
  font-weight: 800;
  color: var(--color-secondary);
}

.flow-single-card-list {
  margin-block-start: 58px;
}

.flow-single-card-list-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 40px;
  padding-block: 20px;
  border-block-end: 1px solid var(--color-border);
}
.flow-single-card-list-item:first-child {
  border-block-start: 1px solid var(--color-border);
}

.flow-single-card-list-term {
  font-size: 2.1rem;
  font-weight: 800;
}

.flow-single-card-list-desc {
  color: var(--color-font-black);
}

.flow-single-card-button {
  display: grid;
  place-items: center;
  margin-block-start: 60px;
}

@media only screen and (max-width: 767px) {
  .flow-single {
    padding-block: 60px;
  }
  .flow-single-card {
    padding: 32px 24px;
    border-radius: 16px;
  }
  .flow-single-card-image {
    width: 100%;
  }
  .flow-single-card-content {
    margin-block-start: 28px;
  }
  .flow-single-card-title {
    font-size: 3rem;
  }
  .flow-single-card-list {
    margin-block-start: 24px;
  }
  .flow-single-card-list-item {
    grid-template-columns: 100px 1fr;
    gap: 16px;
    padding-block: 16px;
  }
  .flow-single-card-list-term {
    font-size: 1.8rem;
  }
  .flow-single-card-button {
    margin-block-start: 36px;
  }
}
.service-diagnosis {
  padding-block: 120px;
  background-color: var(--color-bg-secondary);
  position: relative;
  z-index: var(--z-index-default);
  overflow: hidden;
}

.service-diagnosis-bg-text-wrapper {
  position: absolute;
  top: 100px;
  left: 50%;
  translate: -50% 0;
  z-index: var(--z-index-negative);
}

.service-diagnosis-inner {
  margin-inline: auto;
}

.service-diagnosis-title {
  display: grid;
  place-items: center;
}

.service-diagnosis-intro {
  margin-block-start: 86px;
  display: grid;
  place-content: center;
  grid-template-columns: 500px 1fr;
  gap: 90px;
}

.service-diagnosis-intro-image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.service-diagnosis-intro-image img {
  aspect-ratio: 500/300;
}

.service-diagnosis-intro-content {
  align-self: center;
}

.service-diagnosis-intro-text {
  margin-block-start: 20px;
  color: var(--color-font-black);
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.service-diagnosis-list {
  margin-block-start: 105px;
  display: grid;
  place-content: center;
  grid-template-columns: repeat(3, 330px);
  gap: 45px;
}

.service-diagnosis-item {
  position: relative;
  background-color: var(--color-bg-primary);
  padding: 120px 40px 54px 40px;
  border-radius: 20px;
  text-align: center;
}

.service-diagnosis-item-badge {
  position: absolute;
  top: -25px;
  left: 50%;
  translate: -50% 0;
}

.service-diagnosis-item-content .c-title span {
  text-align: center;
}

.service-diagnosis-item-text {
  margin-block-start: 28px;
  color: var(--color-font-black);
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: left;
}

.service-diagnosis-copy {
  margin-block-start: 88px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .service-diagnosis {
    padding-block: 80px;
  }
  .service-diagnosis-intro {
    grid-template-columns: 1fr;
    width: min(90%, 600px);
    margin-inline: auto;
    gap: 40px;
    margin-block-start: 60px;
  }
  .service-diagnosis-list {
    grid-template-columns: 1fr;
    gap: 56px;
    width: min(90%, 400px);
    margin-inline: auto;
  }
  .service-diagnosis-item {
    padding: 100px 40px 54px 40px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .service-diagnosis-item {
    padding: 80px 30px 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service-diagnosis-copy {
    margin-block-start: 40px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .service-diagnosis-copy {
    text-align: left;
  }
}
.service-service {
  padding-block: 120px;
  background-color: var(--color-bg-primary);
  position: relative;
  z-index: var(--z-index-default);
  overflow: hidden;
}

.service-service-bg-text-wrapper {
  position: absolute;
  top: 103px;
  left: 50%;
  translate: -50% 0;
  z-index: var(--z-index-negative);
}

.service-service-list {
  display: grid;
  place-content: center;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 60px;
  margin-block-start: 88px;
}

.service-service-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  gap: 30px;
}

.service-service-item-image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.service-service-item-image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-service-item-text {
  margin-block-start: 4px;
  line-height: 1.8;
  color: var(--color-font-black);
}

.service-service-note {
  width: min(90%, 795px);
  margin-inline: auto;
  background-color: var(--color-bg-secondary);
  border-radius: 16px;
  padding: 36px 45px;
  margin-block-start: 70px;
  text-align: center;
}

.service-service-note-title {
  display: grid;
  place-items: center;
}

.service-service-note-list {
  display: flex;
  margin-block-start: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  gap: 16px;
}

.service-service-note-item {
  color: var(--color-font-black);
  letter-spacing: 0.02em;
}

.service-service-copy {
  margin-block-start: 100px;
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  font-weight: 800;
}

@media only screen and (max-width: 767px) {
  .service-service {
    padding-block: 80px;
  }
  .service-service-list {
    margin-block-start: 40px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .service-service-item {
    grid-template-columns: 120px 1fr;
    gap: 16px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .service-service-item {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .service-service-item-image {
    width: 50%;
    display: grid;
    place-items: center;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .service-service-item-content .c-title {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .service-service-item-text {
    margin-block-start: 8px;
  }
  .service-service-note {
    padding: 32px 24px;
    margin-block-start: 24px;
  }
  .service-service-note-list {
    flex-direction: column;
    gap: 8px;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: left;
  }
  .service-service-note-item {
    text-align: left;
  }
  .service-service-copy {
    margin-block-start: 40px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .service-service-copy {
    text-align: left;
  }
}
.imported-cars-peace {
  padding-block: 120px;
  background-color: var(--color-bg-secondary);
  position: relative;
  z-index: var(--z-index-default);
  overflow: hidden;
}

.imported-cars-peace-bg-text-wrapper {
  position: absolute;
  top: 100px;
  left: 50%;
  translate: -50% 0;
  z-index: var(--z-index-negative);
}

.imported-cars-peace-inner {
  margin-inline: auto;
}

.imported-cars-peace-title {
  display: grid;
  place-items: center;
}

.imported-cars-peace-intro {
  margin-block-start: 86px;
  display: grid;
  place-content: center;
  grid-template-columns: 500px 1fr;
  gap: 90px;
}

.imported-cars-peace-intro-image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.imported-cars-peace-intro-image img {
  aspect-ratio: 500/300;
}

.imported-cars-peace-intro-content {
  align-self: center;
}

.imported-cars-peace-intro-text {
  margin-block-start: 20px;
  color: var(--color-font-black);
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.imported-cars-peace-list {
  margin-block-start: 105px;
  display: grid;
  place-content: center;
  grid-template-columns: repeat(3, 330px);
  gap: 45px;
}

.imported-cars-peace-item {
  position: relative;
  background-color: var(--color-bg-primary);
  padding: 120px 40px 54px 40px;
  border-radius: 20px;
  text-align: center;
}

.imported-cars-peace-item-badge {
  position: absolute;
  top: -25px;
  left: 50%;
  translate: -50% 0;
}

.imported-cars-peace-item-content .c-title span {
  text-align: center;
}

.imported-cars-peace-item-text {
  margin-block-start: 28px;
  color: var(--color-font-black);
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: left;
}

.imported-cars-peace-copy {
  margin-block-start: 88px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2;
  text-align: center;
}

.imported-cars-peace-note {
  display: grid;
  place-items: center;
  max-width: 795px;
  margin-inline: auto;
  background-color: var(--color-bg-primary);
  border-radius: 16px;
  padding: 40px 60px;
  margin-block-start: 88px;
  text-align: center;
}

.imported-cars-peace-note-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin-block-start: 16px;
  font-size: 1.4rem;
  font-weight: 400;
}

.imported-cars-peace-note-item {
  color: var(--color-font-black);
  letter-spacing: 0.02em;
}

.imported-cars-peace-note-caption {
  margin-block-start: 8px;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--color-font-black);
}

@media only screen and (max-width: 767px) {
  .imported-cars-peace {
    padding-block: 80px;
  }
  .imported-cars-peace-intro {
    grid-template-columns: 1fr;
    width: min(90%, 600px);
    margin-inline: auto;
    gap: 40px;
    margin-block-start: 60px;
  }
  .imported-cars-peace-list {
    grid-template-columns: 1fr;
    gap: 56px;
    width: min(90%, 400px);
    margin-inline: auto;
  }
  .imported-cars-peace-item {
    padding: 100px 40px 54px 40px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .imported-cars-peace-item {
    padding: 80px 30px 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .imported-cars-peace-copy {
    margin-block-start: 40px;
    font-size: 1.8rem;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .imported-cars-peace-note {
    padding: 32px 24px;
    margin-block-start: 40px;
  }
  .imported-cars-peace-note-list {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
}
.imported-cars-total {
  padding-block: 120px;
  background-color: var(--color-bg-primary);
  position: relative;
  z-index: var(--z-index-default);
  overflow: hidden;
}

.imported-cars-total-bg-text-wrapper {
  position: absolute;
  top: 103px;
  left: 50%;
  translate: -50% 0;
  z-index: var(--z-index-negative);
}

.imported-cars-total-title {
  display: grid;
  place-items: center;
}

.imported-cars-total-lead {
  margin-block-start: 60px;
  text-align: center;
  line-height: 1.8;
  color: var(--color-font-black);
}

.imported-cars-total-menu {
  margin-block-start: 80px;
}

.imported-cars-total-menu-title {
  display: grid;
  place-items: center;
}

.imported-cars-total-menu-list {
  display: flex;
  background-color: var(--color-bg-secondary);
  padding: 20px 36px;
  border-radius: 20px;
  margin-block-start: 50px;
  overflow: hidden;
}

.imported-cars-total-menu-item {
  flex: 1;
  padding-inline: 36px;
  border-inline-end: 1px solid var(--color-border);
}
.imported-cars-total-menu-item:first-child {
  padding-inline-start: 0;
}
.imported-cars-total-menu-item:last-child {
  padding-inline-end: 0;
  border-inline-end: none;
}

.imported-cars-total-menu-item-title {
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-block-start: 18px;
  text-align: center;
}

.imported-cars-total-menu-item-text {
  margin-block-start: 10px;
  line-height: 1.8;
  color: var(--color-font-black);
}

.imported-cars-total-yunicala {
  margin-block-start: 100px;
}

.imported-cars-total-yunicala-title {
  display: grid;
  place-items: center;
  margin-block-end: 48px;
}

.imported-cars-total-yunicala-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 40px;
}

.imported-cars-total-yunicala-content {
  margin-block-start: 20px;
  grid-column: 1;
  grid-row: 1;
}

.imported-cars-total-yunicala-button {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
}

.imported-cars-total-yunicala-image {
  grid-column: 2;
  grid-row: 1/span 2;
  border-radius: 20px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.imported-cars-total-yunicala-image img {
  width: 100%;
  aspect-ratio: 500/363;
  -o-object-fit: cover;
     object-fit: cover;
}

.imported-cars-total-yunicala-text {
  line-height: 1.7;
  color: var(--color-font-black);
}

.imported-cars-total-yunicala-caption {
  margin-block-start: 16px;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-font-black);
}

@media only screen and (max-width: 767px) {
  .imported-cars-total {
    padding-block: 80px;
  }
  .imported-cars-total-lead {
    margin-block-start: 40px;
    text-align: left;
  }
  .imported-cars-total-menu {
    margin-block-start: 60px;
  }
  .imported-cars-total-menu-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .imported-cars-total-menu-item {
    border-inline-end: none;
    border-block-end: 1px solid var(--color-border);
    padding-inline: 0;
    padding-block: 20px;
  }
  .imported-cars-total-menu-item:last-child {
    border-block-end: none;
    padding-block-end: 0;
  }
  .imported-cars-total-menu-item:first-child {
    padding-block-start: 0;
  }
  .imported-cars-total-menu-list {
    flex-direction: column;
    width: min(90%, 600px);
    margin-inline: auto;
  }
  .imported-cars-total-yunicala {
    margin-block-start: 60px;
  }
  .imported-cars-total-yunicala-body {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  .imported-cars-total-yunicala-image {
    order: 1;
    grid-column: auto;
    grid-row: auto;
  }
  .imported-cars-total-yunicala-content {
    order: 2;
    grid-column: auto;
    grid-row: auto;
  }
  .imported-cars-total-yunicala-button {
    order: 3;
    grid-column: auto;
    grid-row: auto;
    display: grid;
    place-items: center;
  }
}
.used-cars-reason {
  padding-block: 120px;
  background-color: var(--color-bg-secondary);
  position: relative;
  z-index: var(--z-index-default);
  overflow: hidden;
}

.used-cars-reason-bg-text-wrapper {
  position: absolute;
  top: 103px;
  left: 50%;
  translate: -50% 0;
  z-index: var(--z-index-negative);
}

.used-cars-reason-title .c-section-title-main span {
  margin-block-start: 18px;
}

.used-cars-reason-title-logo {
  margin-inline-end: 8px;
  translate: 0 -4px;
  aspect-ratio: 461/43;
}

.used-cars-reason-list {
  display: grid;
  place-content: center;
  margin-block-start: 140px;
  gap: 100px;
}

.used-cars-reason-item {
  position: relative;
  display: grid;
  grid-template-columns: 500px 490px;
  gap: 90px;
}

.used-cars-reason-item-number {
  position: absolute;
  top: -60.5px;
  left: -61.5px;
}

.used-cars-reason-item-image {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.used-cars-reason-item-image img {
  width: 100%;
  aspect-ratio: 500/300;
}

.used-cars-reason-item-content {
  align-self: center;
}

.used-cars-reason-item-text {
  margin-block-start: 24px;
  letter-spacing: 0.02em;
  color: var(--color-font-black);
}

.used-cars-reason-copy {
  margin-block-start: 90px;
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .used-cars-reason {
    padding-block: 80px;
  }
  .used-cars-reason-title-logo {
    width: 70%;
  }
  .used-cars-reason-list {
    width: min(85%, 500px);
    margin-inline: auto;
    margin-block-start: 80px;
    gap: 80px;
    grid-template-columns: 1fr;
  }
  .used-cars-reason-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .used-cars-reason-item-text {
    margin-block-start: 16px;
  }
  .used-cars-reason-item-number {
    top: -40px;
    left: -40px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .used-cars-reason-item-number {
    top: -20px;
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .used-cars-reason-copy {
    margin-block-start: 40px;
    font-size: 1.8rem;
    text-align: left;
  }
}
.used-cars-support {
  padding-block: 120px;
  background-color: var(--color-bg-primary);
  position: relative;
  overflow: hidden;
  z-index: var(--z-index-default);
}

.used-cars-support-bg-text-wrapper {
  position: absolute;
  top: 103px;
  left: 50%;
  translate: -50% 0;
  z-index: var(--z-index-negative);
}

.used-cars-support-list {
  display: grid;
  place-content: center;
  margin-block-start: 80px;
  gap: 80px;
}

.used-cars-support-item-image {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.used-cars-support-item-image img {
  width: 100%;
  aspect-ratio: 1080/300;
  -o-object-fit: cover;
     object-fit: cover;
}

.used-cars-support-item-content {
  display: grid;
  grid-template-columns: 300px 1px 1fr;
  place-content: center;
  margin-block-start: 28px;
}

.used-cars-support-item-divider {
  border: none;
  width: 1px;
  background-color: var(--color-font-base);
  margin: 0;
}

.used-cars-support-item-text {
  letter-spacing: 0.02em;
  color: var(--color-font-black);
  line-height: 1.8;
  align-self: center;
  padding-inline-start: 80px;
}

@media only screen and (max-width: 767px) {
  .used-cars-support {
    padding-block: 80px;
  }
  .used-cars-support-list {
    margin-block-start: 60px;
    gap: 60px;
    width: min(90%, 600px);
    margin-inline: auto;
  }
  .used-cars-support-item-image img {
    aspect-ratio: 16/9;
  }
  .used-cars-support-item-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1px 1fr;
    gap: 20px;
    margin-block-start: 20px;
  }
  .used-cars-support-item-divider {
    width: 50%;
    height: 1px;
  }
  .used-cars-support-item-text {
    font-size: 1.4rem;
    line-height: 1.7;
    padding-inline-start: 0;
  }
}/*# sourceMappingURL=style.css.map */