@charset "UTF-8";
.en {
  font-family: "Montserrat", sans-serif;
}

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

body {
  color: #373131;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

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

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

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

.sb_style em {
  font-style: italic;
}

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

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

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

.sb_style a {
  color: #008bf7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.heading--lv3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.heading--lv3 .en {
  color: #57c2e7;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 3px 10px 2px;
  border: 1px solid #57c2e7;
  border-radius: 8px;
}
.heading--lv3 .ja {
  font-size: 3.6rem;
}
.heading--lv3 .ja .emphasis {
  color: #57c2e7;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .heading--lv3 .en {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding: 3px 10px 2px;
  }
  .heading--lv3 .ja {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
.button--pattern-1 {
  display: flex;
  justify-content: center;
  width: 300px;
  background: #ffffff;
  padding: 18px;
  box-sizing: border-box;
  border: 2px solid #373131;
  border-radius: 8px;
  box-shadow: 0px 5px 0px 0px rgb(55, 55, 49);
  position: relative;
  transition: all 0.3s;
}
.button--pattern-1 .text {
  font-size: 1.5rem;
  font-weight: 700;
}
.button--pattern-1 .icon {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 15px;
}
.button--pattern-1:hover {
  transform: translateY(5px);
  box-shadow: 0px 0px 0px 0px rgb(55, 55, 49);
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    display: flex;
    justify-content: center;
    width: 90%;
    padding: 15px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }
  .button--pattern-1 .text {
    font-size: 1.5rem;
  }
  .button--pattern-1 .icon {
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 15px;
  }
}
.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;
}

.header--top {
  height: 100vh;
  background: url(../img/layout/header/bg--wave.png) no-repeat bottom center/100%, url(../img/layout/header/visual--top.jpg) no-repeat center/cover;
  position: relative;
}
.header--sub {
  height: 580px;
  background: url(../img/layout/header/bg--wave.png) no-repeat bottom center/100%, url(../img/layout/header/visual--top.jpg) no-repeat center/cover;
  position: relative;
}
.header__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  background: #ffffff;
  padding: 20px 20px 50px;
  box-sizing: border-box;
  border: 2px solid #373131;
  border-radius: 8px;
  position: absolute;
  top: 5%;
  left: 2%;
}
.header__logo {
  display: block;
  margin-bottom: 20px;
}
.header__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  width: 260px;
  margin-bottom: 20px;
}
.header__item {
  display: block;
  width: 125px;
  height: 85px;
}
.header__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-sizing: border-box;
  border: 2px solid #373131;
  border-radius: 8px;
  box-shadow: 0px 5px 0px 0px rgb(55, 55, 49);
  transition: all 0.15s ease;
}
.header__item a .text {
  font-size: 1.5rem;
  font-weight: 700;
}
.header__item a:hover {
  transform: translateY(5px);
  box-shadow: 0px 0px 0px 0px rgb(55, 55, 49);
}
.header__item--last a {
  gap: 5px;
  background: #ffcf5c;
}
.header__item--last a .sub-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.header__item--last a .main-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.header__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.header__tel .number {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.header__tel .number span {
  font-size: 1.5rem;
}
.header__tel .caption {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.header__wrapper {
  position: absolute;
  top: 8%;
  right: 5%;
}
.header__title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
}
.header__title .en, .header__title .ja {
  color: #ffffff;
}
.header__title .en {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.header__title .ja {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
}
.header__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__tag {
  display: flex;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid #373131;
  border-radius: 8px;
}
.header__tag .text {
  font-size: 2.4rem;
  font-weight: 700;
}
.header__tag--maintenance {
  background: #ffcf5c;
}
.header__tag--repair {
  background: #f09da5;
}
.header__tag--sale {
  background: #9dd58f;
}

@media only screen and (max-width: 767px) {
  .header--top {
    height: 520px;
    background: url(../img/layout/header/bg--wave.png) no-repeat bottom center/100%, url(../img/layout/header/visual--top.jpg) no-repeat center right -250px/cover;
    position: relative;
  }
  .header--sub {
    height: 250px;
    background: url(../img/layout/header/bg--wave.png) no-repeat bottom center/100%, url(../img/layout/header/visual--top.jpg) no-repeat center/cover;
    position: relative;
  }
  .header__contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 5px 15px;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
  }
  .header__logo {
    display: block;
    width: 90px;
    margin-bottom: auto;
  }
  .header__list {
    display: none;
  }
  .header__tel {
    display: none;
  }
  .header__wrapper {
    width: 95%;
    position: absolute;
    top: 80px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .header__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .header__title .en {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
  }
  .header__title .ja {
    font-size: 2.6rem;
    line-height: 1.3;
    text-align: left;
  }
  .header__tags {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .header__tag {
    display: flex;
    justify-content: center;
    padding: 5px 10px;
  }
  .header__tag .text {
    font-size: 1.5rem;
  }
}
.footer-action {
  background: url(../img/layout/footer/bg--left.png) no-repeat bottom left/16%, url(../img/layout/footer/bg--right.png) no-repeat bottom right/16%;
  padding: 50px 0 0;
  overflow: hidden;
}
.footer-action__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff7e7;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
}
.footer-action__title {
  margin-bottom: 10px;
}
.footer-action__wrapper {
  width: 900px;
}
.footer-action__contents {
  display: flex;
  align-items: center;
  gap: 80px;
}
.footer-action__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
.footer-action__list {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.footer-action__item {
  width: 440px;
}
.footer-action__item .link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid #373131;
  box-shadow: 0px 5px 0px 0px rgb(55, 55, 49);
  border-radius: 8px;
  transition: all 0.3s;
}
.footer-action__item .link--tel {
  background: #ffffff;
}
.footer-action__item .link--mail {
  background: #ffcf5c;
}
.footer-action__item .link:hover {
  transform: translateY(5px);
  box-shadow: 0px 0px 0px 0px rgb(55, 55, 49);
}
.footer-action__item .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 62px;
}
.footer-action__item .number {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
}
.footer-action__item .number span {
  font-size: 1.5rem;
}
.footer-action__item .caption {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
}
.footer-action__item .mail {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-action__item .icon {
  font-size: 1.8rem;
}
.footer-action__item .text {
  font-size: 2rem;
  font-weight: 700;
}
.footer-action__caption {
  background: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 100;
}
.footer-action__img--left {
  width: 15%;
  position: absolute;
  bottom: 0;
  left: -20px;
}
.footer-action__img--right {
  width: 32%;
  position: absolute;
  bottom: 0;
  right: -150px;
}

.footer-bar {
  background: #fff7e7;
  padding: 100px 0 60px;
}
.footer-bar__box {
  display: flex;
  justify-content: space-between;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-bar__address {
  font-size: 1.5rem;
  font-weight: 500;
}
.footer-bar__partner {
  display: flex;
  flex-direction: column;
}
.footer-bar__partner .title {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 2px solid #e5e5e2;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.footer-bar__partner .text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link {
  width: 30px;
}
.footer-bar__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 180px;
  width: 725px;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 0;
}
.footer-bar__item {
  width: 25%;
}
.footer-bar__item a {
  font-size: 1.5rem;
  font-weight: 700;
}
.footer-bar__wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  border-top: 1px solid #898989;
  padding-top: 10px;
  margin-top: 30px;
}
.footer-bar__infos {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bar__info a {
  font-size: 1.4rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    background: url(../img/layout/footer/bg--left.png) no-repeat bottom left/16%, url(../img/layout/footer/bg--right.png) no-repeat bottom right/16%;
    padding: 50px 0 0;
    overflow: hidden;
  }
  .footer-action__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 30px;
    box-sizing: border-box;
    position: relative;
  }
  .footer-action__title {
    margin-bottom: 10px;
  }
  .footer-action__wrapper {
    width: 100%;
  }
  .footer-action__contents {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
  .footer-action__text {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .footer-action__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .footer-action__item {
    width: 100%;
  }
  .footer-action__item .link {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
  }
  .footer-action__item .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50px;
  }
  .footer-action__item .number {
    font-size: 2.8rem;
  }
  .footer-action__item .number span {
    font-size: 1.5rem;
  }
  .footer-action__item .caption {
    font-size: 1.3rem;
  }
  .footer-action__item .mail {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .footer-action__item .icon {
    font-size: 1.5rem;
  }
  .footer-action__item .text {
    font-size: 1.6rem;
  }
  .footer-action__caption {
    padding: 10px;
    font-size: 1.5rem;
    position: relative;
  }
  .footer-action__img--left {
    width: 15%;
    position: absolute;
    bottom: 0;
    left: -15px;
  }
  .footer-action__img--right {
    width: 32%;
    position: absolute;
    bottom: 0;
    right: -15px;
  }
  .footer-bar {
    padding: 50px 0 20px;
  }
  .footer-bar__box {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .footer-bar__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .footer-bar__logo {
    width: 135px;
  }
  .footer-bar__address {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
  }
  .footer-bar__links {
    display: flex;
    gap: 20px;
  }
  .footer-bar__link {
    width: 30px;
  }
  .footer-bar__nav {
    display: none;
  }
  .footer-bar__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    margin-top: 30px;
  }
  .footer-bar__infos {
    display: none;
  }
}
.drawer-off__button {
  position: fixed;
  top: 5px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #373131;
  border-radius: 8px;
  cursor: pointer;
  z-index: 100000;
}
.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: 100dvh;
  background: #f9f9f8;
  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: 10000;
}
.drawer-on__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
  box-sizing: border-box;
}
.drawer-on__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 95%;
}
.drawer-on__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 4%;
  width: 100%;
  margin-bottom: 20px;
}
.drawer-on__item {
  display: block;
  width: 48%;
}
.drawer-on__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #373131;
  border-radius: 8px;
  box-shadow: 0px 5px 0px 0px rgb(55, 55, 49);
  transition: all 0.15s ease;
}
.drawer-on__item a .text {
  font-size: 1.5rem;
  font-weight: 700;
}
.drawer-on__item a .icon {
  width: 90px;
}
.drawer-on__item a:hover {
  transform: translateY(5px);
  box-shadow: 0px 0px 0px 0px rgb(55, 55, 49);
}
.drawer-on__item--last a {
  gap: 5px;
  background: #ffcf5c;
}
.drawer-on__item--last a .sub-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.drawer-on__item--last a .main-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0;
}
.drawer-on__link a {
  font-size: 1.3rem;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.drawer-on__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.drawer-on__tel .number {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
.drawer-on__tel .number span {
  font-size: 1.5rem;
}
.drawer-on__tel .caption {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

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

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

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

.top-about {
  background: url(../img/pages/top/about/bg--wave.png) no-repeat bottom center/100%, #fff7e7;
}
.top-about__inner {
  padding: 100px 0 150px;
  position: relative;
}
.top-about__contents {
  width: 900px;
  background: #ffffff;
  padding: 70px 30px;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.top-about__title {
  align-items: center;
  margin-bottom: 30px;
}
.top-about__title .ja {
  font-size: 4rem;
}
.top-about__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.top-about__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
.top-about__img--01 {
  position: absolute;
  top: 40px;
  left: -100px;
  z-index: 0;
}
.top-about__img--02 {
  position: absolute;
  bottom: 60px;
  left: -30px;
  z-index: 100;
}
.top-about__img--03 {
  position: absolute;
  top: 60px;
  right: -100px;
  z-index: 0;
}
.top-about__img--04 {
  position: absolute;
  bottom: 60px;
  right: -10px;
  z-index: 100;
}
.top-about__img--05 {
  position: absolute;
  top: 20px;
  right: 15%;
  z-index: 100;
}
.top-about__img--06 {
  position: absolute;
  bottom: 0;
  left: 22.5%;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .top-about {
    overflow: hidden;
  }
  .top-about__inner {
    padding: 50px 0 100px;
    position: relative;
  }
  .top-about__contents {
    width: 100%;
    padding: 50px 15px;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  .top-about__title {
    align-items: center;
    margin-bottom: 30px;
  }
  .top-about__title .ja {
    font-size: 2.6rem;
    text-align: center;
  }
  .top-about__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .top-about__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .top-about__img--01 {
    width: 25%;
    position: absolute;
    top: 20px;
    left: -15px;
    z-index: 0;
  }
  .top-about__img--02 {
    width: 25%;
    position: absolute;
    bottom: 0;
    left: -15px;
  }
  .top-about__img--03 {
    width: 25%;
    position: absolute;
    top: 40px;
    right: -15px;
    z-index: 0;
  }
  .top-about__img--04 {
    width: 25%;
    position: absolute;
    bottom: 20px;
    right: 0;
  }
  .top-about__img--05 {
    width: 25%;
    position: absolute;
    top: 65px;
    right: 5%;
  }
  .top-about__img--06 {
    width: 25%;
    position: absolute;
    bottom: 0;
    left: 35%;
    z-index: 100;
  }
}
.top-service {
  padding: 80px 0;
  background: url(../img/pages/top/service/bg--right.png) no-repeat top right/20%, url(../img/pages/top/service/bg--wave.png) no-repeat bottom center/100%;
}
.top-service__title {
  margin-bottom: 30px;
}
.top-service__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.top-service__item .img {
  width: 63%;
  height: 480px;
}
.top-service__item .img--maintenance {
  background: url(../img/pages/top/service/img--maintenance.jpg) no-repeat center/cover;
  border-radius: 0 8px 8px 0;
}
.top-service__item .img--bodywork {
  background: url(../img/pages/top/service/img--bodywork.jpg) no-repeat center left/cover;
  border-radius: 8px 0 0 8px;
  margin: 0 0 0 auto;
}
.top-service__item .img--sales {
  background: url(../img/pages/top/service/img--sales.jpg) no-repeat center left/cover;
  border-radius: 8px 0 0 8px;
}
.top-service__item .inner {
  margin-top: -400px;
}
.top-service__item .contents {
  width: 680px;
  position: relative;
}
.top-service__item .contents--odd {
  margin: 0 0 0 auto;
}
.top-service__item .title, .top-service__item .box {
  position: relative;
  z-index: 10;
}
.top-service__item .title {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 20px 30px;
  box-sizing: border-box;
  border: 2px solid #373131;
  border-radius: 8px;
  margin-bottom: 20px;
}
.top-service__item .title .ja {
  font-size: 3.2rem;
  font-weight: 700;
}
.top-service__item .title .en {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 8px;
}
.top-service__item .title--maintenance {
  width: 480px;
  background: #ffcf5c;
}
.top-service__item .title--bodywork {
  width: 505px;
  background: #f09da5;
}
.top-service__item .title--sales {
  width: 380px;
  background: #9dd58f;
}
.top-service__item .box {
  background: #ffffff;
  padding: 50px 30px;
  box-sizing: border-box;
  border: 2px solid #373131;
  border-radius: 8px;
}
.top-service__item .body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 40px;
}
.top-service__item .text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.top-service__item .illust {
  z-index: 0;
}
.top-service__item .illust--maintenance {
  position: absolute;
  top: -20px;
  right: 0;
}
.top-service__item .illust--bodywork {
  position: absolute;
  top: -90px;
  right: 0;
}
.top-service__item .illust--sales {
  position: absolute;
  top: 10px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-service {
    padding: 50px 0;
  }
  .top-service__title {
    margin-bottom: 20px;
  }
  .top-service__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .top-service__item .img {
    width: 95%;
    height: 150px;
  }
  .top-service__item .inner {
    margin-top: 20px;
  }
  .top-service__item .contents {
    width: 100%;
    position: relative;
  }
  .top-service__item .title {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  .top-service__item .title .ja {
    font-size: 2.2rem;
    font-weight: 700;
  }
  .top-service__item .title .en {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    margin-top: 5px;
  }
  .top-service__item .title--maintenance {
    width: 95%;
  }
  .top-service__item .title--bodywork {
    width: 95%;
  }
  .top-service__item .title--sales {
    width: 95%;
  }
  .top-service__item .box {
    padding: 40px 20px;
    box-sizing: border-box;
  }
  .top-service__item .body {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
  }
  .top-service__item .text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .top-service__item .illust {
    z-index: 0;
  }
  .top-service__item .illust--maintenance {
    width: 25%;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 100;
  }
  .top-service__item .illust--bodywork {
    width: 20%;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 100;
  }
  .top-service__item .illust--sales {
    width: 25%;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 100;
  }
}
.top-strength {
  background: url(../img/pages/top/strength/bg.jpg) no-repeat top center/cover;
}
.top-strength__inner--l {
  padding: 80px 0;
  position: relative;
}
.top-strength__box {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  background: #ffffff;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  z-index: 10;
}
.top-strength__contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 405px;
}
.top-strength__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.top-strength__text {
  font-size: 1.5rem;
  font-weight: 500;
}
.top-strength__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 525px;
}
.top-strength__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 165px;
  padding: 10px 5px;
  box-sizing: border-box;
  border: 2px solid #373131;
  border-radius: 8px;
}
.top-strength__item .text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.top-strength__item .text .emphasis {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
.top-strength__img--left {
  position: absolute;
  bottom: 0;
  left: -120px;
  z-index: 0;
}
.top-strength__img--right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.top-strength__bg {
  width: 100%;
  height: 500px;
  background: url(../img/pages/top/strength/img--bg.jpg) no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  .top-strength__inner--l {
    padding: 50px 0;
    position: relative;
  }
  .top-strength__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 30px;
    position: relative;
  }
  .top-strength__contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .top-strength__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .top-strength__text {
    font-size: 1.5rem;
  }
  .top-strength__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 3%;
    width: 100%;
  }
  .top-strength__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 48.5%;
    padding: 10px 5px;
  }
  .top-strength__item .text {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .top-strength__item .text .emphasis {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .top-strength__img--left {
    width: 25%;
    position: absolute;
    bottom: 0;
    left: -15px;
    z-index: 1000;
  }
  .top-strength__img--right {
    width: 15%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1000;
  }
  .top-strength__bg {
    width: 100%;
    height: 200px;
  }
}
.top-column {
  padding: 80px 0;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 35px;
}
.top-column__list {
  display: flex;
  gap: 2%;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__link {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.top-column__link:hover {
  opacity: 0.6;
}
.top-column__thumbnail {
  width: 100%;
  aspect-ratio: 400/245;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border: 2px solid #373131;
  border-radius: 8px;
  box-shadow: 0px 5px 0px 0px rgb(55, 55, 49);
}
.top-column__time {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  text-align: right;
}
.top-column__headline {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #787878;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.top-column__button {
  position: absolute;
  top: 20px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 40px 0 80px;
  }
  .top-column__title {
    margin-bottom: 30px;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 90%;
    margin: 0 auto 35px;
  }
  .top-column__item {
    display: flex;
    width: 100%;
  }
  .top-column__link {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .top-column__thumbnail {
    width: 100%;
    aspect-ratio: 400/245;
    border-radius: 15px;
  }
  .top-column__time {
    font-size: 1.5rem;
  }
  .top-column__headline {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  .top-column__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .top-column__button {
    width: 80%;
    position: relative;
  }
}
.top-news {
  background: url(../img/pages/top/news/bg--wave.png) no-repeat bottom center/100%, #fff7e7;
  padding: 80px 0;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 795px;
}
.top-news__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 2px solid #373131;
  box-shadow: 0px 5px 0px 0px rgb(55, 55, 49);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  transition: all 0.3s;
}
.top-news__link:hover {
  transform: translateY(5px);
  box-shadow: 0px 0px 0px 0px rgb(55, 55, 49);
}
.top-news__wrapper {
  display: flex;
  flex-direction: column;
  width: 95%;
}
.top-news__time {
  font-size: 1.6rem;
  font-weight: 500;
}
.top-news__headline {
  font-size: 1.6rem;
  font-weight: 700;
}
.top-news__button {
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0 80px;
  }
  .top-news__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
  }
  .top-news__title {
    margin-bottom: 20px;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-bottom: 30px;
  }
  .top-news__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
  }
  .top-news__wrapper {
    display: flex;
    flex-direction: column;
    width: 95%;
  }
  .top-news__time {
    font-size: 1.4rem;
  }
  .top-news__headline {
    font-size: 1.5rem;
  }
  .top-news__button {
    width: 80%;
    position: relative;
    bottom: 0;
    left: 0;
  }
}
.service-about {
  background: url(../img/pages/service/about/bg--wave.png) no-repeat bottom center/100%, #fff7e7;
  padding: 100px 0;
  position: relative;
}
.service-about__inner--m {
  background: #ffffff;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 8px;
}
.service-about__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.service-about__contents {
  width: 560px;
}
.service-about__title--lv3 {
  align-items: center;
  margin-bottom: 30px;
}
.service-about__title--lv4 {
  padding: 5px;
  box-sizing: border-box;
  border-bottom: 2px solid #373131;
  border-radius: 8px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.service-about__title--lv4-maintenance {
  background: #ffcf5c;
}
.service-about__title--lv4-bodywork {
  background: #f09da5;
}
.service-about__title--lv4-sales {
  background: #9dd58f;
}
.service-about__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
.service-about__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.service-about__point {
  border: 2px solid #373131;
  border-radius: 8px;
}
.service-about__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 25px 30px;
  box-sizing: border-box;
}
.service-about__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-about__item .icon--maintenance {
  color: #ffcf5c;
}
.service-about__item .icon--bodywork {
  color: #f09da5;
}
.service-about__item .icon--sales {
  color: #9dd58f;
}
.service-about__item .text {
  font-size: 1.8rem;
  font-weight: 500;
}
.service-about__img {
  width: 460px;
}
.service-about__illust {
  width: 237px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
}

@media only screen and (max-width: 767px) {
  .service-about {
    padding: 50px 0;
    position: relative;
  }
  .service-about__inner--m {
    padding: 30px 20px;
  }
  .service-about__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .service-about__contents {
    width: 100%;
  }
  .service-about__title--lv3 {
    align-items: center;
    margin-bottom: 20px;
  }
  .service-about__title--lv4 {
    padding: 5px;
    box-sizing: border-box;
    font-size: 2rem;
  }
  .service-about__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .service-about__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .service-about__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    box-sizing: border-box;
  }
  .service-about__item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .service-about__item .text {
    font-size: 1.6rem;
  }
  .service-about__img {
    width: 100%;
  }
  .service-about__illust {
    width: 25%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
  }
}
.service-feature {
  background: url(../img/pages/service/feature/bg--wave.png) no-repeat bottom center/100%;
  padding: 80px 0;
}
.service-feature__title {
  margin-bottom: 30px;
}
.service-feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.service-feature__item {
  display: flex;
  flex-direction: column;
  width: 520px;
}
.service-feature__item .img {
  margin-bottom: 10px;
}
.service-feature__item .title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #373131;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.service-feature__item .text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .service-feature {
    padding: 50px 0;
  }
  .service-feature__title {
    margin-bottom: 30px;
  }
  .service-feature__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
  }
  .service-feature__item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .service-feature__item .img {
    margin-bottom: 10px;
  }
  .service-feature__item .title {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .service-feature__item .text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.service-list {
  background: url(../img/pages/service/list/bg.jpg) no-repeat top center/cover;
}
.service-list__inner--s {
  background: #ffffff;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  z-index: 10;
}
.service-list__inner--l {
  padding: 80px 0;
  position: relative;
}
.service-list__title--lv3 {
  margin-bottom: 30px;
}
.service-list__title--lv4 {
  width: 230px;
  font-size: 2.2rem;
  font-weight: 700;
}
.service-list__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service-list__card {
  display: flex;
  align-items: center;
  gap: 30px;
}
.service-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 2%;
  width: 750px;
  padding: 25px;
  box-sizing: border-box;
  border: 2px solid #373131;
  border-radius: 8px;
}
.service-list__item {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 32%;
}
.service-list__item .icon--maintenance {
  color: #ffcf5c;
}
.service-list__item .icon--bodywork {
  color: #f09da5;
}
.service-list__item .icon--sales {
  color: #9dd58f;
}
.service-list__item .text {
  font-size: 1.5rem;
  font-weight: 500;
}
.service-list__img--left {
  position: absolute;
  bottom: 0;
  left: -120px;
  z-index: 0;
}
.service-list__img--right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .service-list__inner--l {
    padding: 60px 0;
    position: relative;
  }
  .service-list__inner--s {
    padding: 30px 20px;
  }
  .service-list__title--lv3 {
    margin-bottom: 20px;
  }
  .service-list__title--lv4 {
    width: 100%;
    font-size: 1.8rem;
  }
  .service-list__cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .service-list__card {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .service-list__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    width: 100%;
    padding: 15px;
  }
  .service-list__item {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 48%;
  }
  .service-list__item .text {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .service-list__img--left {
    width: 25%;
    position: absolute;
    bottom: 0;
    left: -15px;
    z-index: 1000;
  }
  .service-list__img--right {
    width: 15%;
    position: absolute;
    bottom: 0;
    right: -15px;
    z-index: 1000;
  }
}
.maintenance-price {
  padding: 80px 0;
  overflow: hidden;
}
.maintenance-price__title--lv3 {
  align-items: center;
  margin-bottom: 30px;
}
.maintenance-price__title--lv4 {
  border-left: 5px solid #ffcf5c;
  padding-left: 15px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
.maintenance-price__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.maintenance-price__wrapper {
  width: 100%;
}
.maintenance-price__table {
  width: 100%;
  min-width: 1000px;
  border: 2px solid #373131;
}
.maintenance-price__table th, .maintenance-price__table td {
  border: 1px solid #373131;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
}
.maintenance-price__head--side, .maintenance-price__head--row {
  background: #ffcf5c;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.maintenance-price__head--side span, .maintenance-price__head--row span {
  font-size: 1.3rem;
}
.maintenance-price__head--total {
  background: #ffef19;
  color: #ff1e00;
  font-size: 1.8rem;
  font-weight: 900;
}
.maintenance-price__car {
  padding: 10px;
}
.maintenance-price__car-type {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.maintenance-price__car-name {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.maintenance-price__price, .maintenance-price__total {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.maintenance-price__price span, .maintenance-price__total span {
  font-size: 1.5rem;
}
.maintenance-price__total {
  background: #ffef19;
  color: #ff1e00;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .maintenance-price {
    padding: 50px 0;
    overflow: hidden;
  }
  .maintenance-price__title--lv3 {
    margin-bottom: 30px;
  }
  .maintenance-price__title--lv4 {
    padding-left: 15px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .maintenance-price__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .maintenance-price__wrapper {
    width: 100%;
  }
  .maintenance-price__table {
    width: 100%;
    min-width: 1000px;
  }
  .maintenance-price__table th, .maintenance-price__table td {
    padding: 15px;
    box-sizing: border-box;
  }
  .maintenance-price__head--side, .maintenance-price__head--row {
    font-size: 1.6rem;
  }
  .maintenance-price__head--side span, .maintenance-price__head--row span {
    font-size: 1.2rem;
  }
  .maintenance-price__head--total {
    font-size: 1.6rem;
  }
  .maintenance-price__car {
    padding: 10px;
  }
  .maintenance-price__car-type {
    font-size: 1.8rem;
  }
  .maintenance-price__car-name {
    font-size: 1.2rem;
  }
  .maintenance-price__price, .maintenance-price__total {
    font-size: 1.8rem;
  }
  .maintenance-price__price span, .maintenance-price__total span {
    font-size: 1.4rem;
  }
  .maintenance-price__total {
    font-size: 2.4rem;
  }
}
.bodywork-price {
  padding: 100px 0;
}
.bodywork-price__title {
  align-items: center;
  margin-bottom: 30px;
}
.bodywork-price__list {
  width: 900px;
  padding: 30px;
  box-sizing: border-box;
  border: 2px solid #373131;
  border-radius: 8px;
  margin: 0 auto;
}
.bodywork-price__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #373131;
  padding: 20px 0;
}
.bodywork-price__item:first-child {
  padding-top: 0;
}
.bodywork-price__item .title {
  width: 90%;
  font-size: 1.5rem;
  font-weight: 500;
}
.bodywork-price__item .price {
  font-size: 1.8rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .bodywork-price {
    padding: 50px 0;
  }
  .bodywork-price__title {
    margin-bottom: 30px;
  }
  .bodywork-price__list {
    width: 100%;
    padding: 30px 20px;
  }
  .bodywork-price__item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
    padding: 20px 0;
  }
  .bodywork-price__item .title {
    width: 100%;
    font-size: 1.5rem;
  }
  .bodywork-price__item .price {
    font-size: 2rem;
  }
}
.sales-price {
  padding: 100px 0;
}
.sales-price__title {
  align-items: center;
  margin-bottom: 30px;
}
.sales-price__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sales-price__item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 40px;
  box-sizing: border-box;
  border: 2px solid #373131;
  border-radius: 8px;
}
.sales-price__item .img {
  width: 400px;
  aspect-ratio: 400/248;
  background: url(../img/pages/service/price/no-img.jpg) no-repeat center/cover;
  border: 2px solid #373131;
  border-radius: 8px;
}
.sales-price__item .contents {
  width: 570px;
}
.sales-price__item .title {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid #373131;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sales-price__item .wrapper {
  display: flex;
  gap: 4%;
  margin-bottom: 20px;
}
.sales-price__item .total, .sales-price__item .list {
  width: 48%;
}
.sales-price__item .total {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sales-price__item .list {
  display: flex;
  flex-direction: column;
}
.sales-price__item .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sales-price__item .name--parent {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
}
.sales-price__item .price--parent {
  font-size: 2.6rem;
  font-weight: 700;
}
.sales-price__item .price--child {
  font-size: 2rem;
  font-weight: 700;
}
.sales-price__item .price span {
  font-size: 1.5rem;
}
.sales-price__item .definition {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 4%;
  background: #fefdf9;
  padding: 20px;
  box-sizing: border-box;
}
.sales-price__item .row {
  display: flex;
  gap: 2%;
  width: 48%;
}
.sales-price__item .term {
  width: 28%;
  background: #9dd58f;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.sales-price__item .desc {
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .sales-price {
    padding: 50px 0;
  }
  .sales-price__title {
    margin-bottom: 30px;
  }
  .sales-price__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .sales-price__item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }
  .sales-price__item .img {
    width: 100%;
  }
  .sales-price__item .contents {
    width: 100%;
  }
  .sales-price__item .title {
    font-size: 1.6rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .sales-price__item .wrapper {
    display: flex;
    gap: 4%;
    margin-bottom: 20px;
  }
  .sales-price__item .total, .sales-price__item .list {
    width: 48%;
  }
  .sales-price__item .name--parent {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .sales-price__item .price--parent {
    font-size: 2.2rem;
    font-weight: 700;
  }
  .sales-price__item .price--child {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .sales-price__item .price span {
    font-size: 1.5rem;
  }
  .sales-price__item .definition {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 4%;
    padding: 15px;
  }
  .sales-price__item .row {
    display: flex;
    align-items: flex-start;
    gap: 5%;
    width: 48%;
  }
  .sales-price__item .term {
    width: 30%;
    font-size: 1.2rem;
  }
  .sales-price__item .desc {
    width: 55%;
    font-size: 1.2rem;
  }
}
.service-works {
  background: url(../img/pages/service/works/bg--wave.png) no-repeat bottom center/100%, #fff7e7;
  padding: 100px 0;
}
.service-works__title--lv3 {
  align-items: center;
  margin-bottom: 30px;
}
.service-works__title--lv4 {
  width: 360px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.service-works__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.service-works__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 520px;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  border: 2px solid #373131;
  border-radius: 8px;
}
.service-works__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-works__thumbnail {
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/pages/service/works/no-img.jpg) no-repeat center/cover;
  border-radius: 90px;
  border: 2px solid #373131;
}
.service-works__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4%;
}
.service-works__img {
  width: 48%;
  aspect-ratio: 220/136;
  background: url(../img/pages/service/works/no-img--gallery.jpg) no-repeat center/cover;
  border: 2px solid #373131;
  border-radius: 8px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .service-works {
    padding: 50px 0;
  }
  .service-works__title--lv3 {
    margin-bottom: 30px;
  }
  .service-works__title--lv4 {
    width: 80%;
    font-size: 1.6rem;
  }
  .service-works__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
  }
  .service-works__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    padding: 30px;
  }
  .service-works__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .service-works__thumbnail {
    display: block;
    width: 50px;
    height: 50px;
  }
  .service-works__gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 3%;
  }
  .service-works__img {
    width: 48.5%;
  }
}
.service-faq {
  padding: 80px 0 40px;
}
.service-faq__inner {
  display: flex;
  justify-content: space-between;
}
.service-faq__list {
  display: flex;
  flex-direction: column;
  width: 720px;
}
.service-faq__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-bottom: 1px solid #373131;
  padding: 20px 0;
}
.service-faq__item:first-child {
  padding-top: 0;
}
.service-faq__item .question {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-faq__item .question .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
}
.service-faq__item .question .icon--maintenance {
  background: #57c2e7;
}
.service-faq__item .question .icon--bodywork {
  background: #f09da5;
}
.service-faq__item .question .icon--sales {
  background: #9dd58f;
}
.service-faq__item .question .icon span {
  color: #ffffff;
}
.service-faq__item .question .text {
  width: 680px;
  font-size: 1.8rem;
  font-weight: 700;
}
.service-faq__item .answer {
  font-size: 1.5rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .service-faq {
    padding: 50px 0 30px;
  }
  .service-faq__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .service-faq__title {
    margin-bottom: 30px;
  }
  .service-faq__list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .service-faq__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }
  .service-faq__item:first-child {
    padding-top: 0;
  }
  .service-faq__item .question {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .service-faq__item .question .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
  }
  .service-faq__item .question .text {
    width: 90%;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .service-faq__item .answer {
    font-size: 1.4rem;
  }
}
.company-greeting {
  background: url(../img/pages/company/greeting/bg--wave.png) no-repeat bottom center/100%, #fff7e7;
  padding: 100px 0;
  position: relative;
}
.company-greeting__inner--m {
  background: #ffffff;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 8px;
}
.company-greeting__wrapper {
  display: flex;
  gap: 60px;
}
.company-greeting__contents {
  width: 560px;
}
.company-greeting__title--lv3 {
  align-items: center;
  margin-bottom: 30px;
}
.company-greeting__title--lv4 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #57c2e7;
  padding: 10px 60px;
  box-sizing: border-box;
  border: 2px solid #373131;
  border-radius: 8px;
  margin-bottom: 30px;
}
.company-greeting__title--lv4 .top, .company-greeting__title--lv4 .bottom {
  font-size: 2.8rem;
  font-weight: 700;
}
.company-greeting__title--lv4 .top {
  width: 100%;
}
.company-greeting__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.company-greeting__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.company-greeting__text .emphasis {
  color: #57c2e7;
}
.company-greeting__text--name {
  font-weight: 700;
}
.company-greeting__img {
  width: 460px;
}
.company-greeting__illust {
  width: 237px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
}

@media only screen and (max-width: 767px) {
  .company-greeting {
    padding: 50px 0;
    position: relative;
  }
  .company-greeting__inner--m {
    padding: 30px 20px;
  }
  .company-greeting__wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .company-greeting__contents {
    width: 100%;
  }
  .company-greeting__title--lv3 {
    margin-bottom: 20px;
  }
  .company-greeting__title--lv4 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 10px;
    margin-bottom: 20px;
  }
  .company-greeting__title--lv4 .top, .company-greeting__title--lv4 .bottom {
    font-size: 1.8rem;
  }
  .company-greeting__title--lv4 .top {
    width: 100%;
  }
  .company-greeting__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .company-greeting__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .company-greeting__img {
    width: 100%;
  }
  .company-greeting__illust {
    width: 25%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
  }
}
.company-info {
  background: url(../img/pages/company/info/bg--wave.png) no-repeat bottom center/100%;
  padding: 80px 0;
}
.company-info__definition {
  margin-bottom: 50px;
}
.company-info__row {
  display: flex;
  gap: 2%;
  padding: 25px 0;
  border-bottom: 1px solid #373131;
}
.company-info__term {
  width: 18%;
}
.company-info__desc {
  width: 80%;
}
.company-info__desc .link--map {
  color: #f09da5;
  border-bottom: 1px solid #f09da5;
  padding-bottom: 2px;
}
.company-info__map {
  width: 100%;
  height: 400px;
}
.company-info__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .company-info {
    padding: 50px 0;
  }
  .company-info__definition {
    margin-bottom: 30px;
  }
  .company-info__row {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 20px 0;
  }
  .company-info__term {
    width: 100%;
  }
  .company-info__desc {
    width: 100%;
  }
  .company-info__map {
    width: 100%;
    height: 250px;
  }
}
.blog {
  background: #fff7e7;
}
.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: #57c2e7;
  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 {
  background: #fff7e7;
}
.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: #57c2e7;
  padding: 2px 10px;
}
.blog-single__title {
  color: #000000;
  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 {
  background: #fff7e7;
}
.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 {
  background: #fff7e7;
}
.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 {
  background: #fff7e7;
}
.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 {
  background: #fff7e7;
}
.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 */