@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

:root {
  --lg-base: 1920 * 100vw;
  --color-default: #111111;
  --color-gray: #ccc;
  --color-primary: #ff6900;
  --color-bg-primary: #E8E8E8;
  --color-border-primary: #E2E2E2;
  --font-default: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;
  --font-inter: "Inter", sans-serif;
  --transition: .25s ease;
  --transition-duration: .25s;
  --hover-opacity: .7;
}

body {
  width: 100%;
  background: #fff;
  color: var(--color-default);
  font-family: var(--font-default);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px), print {
  body {
    line-height: 1.9;
  }
}

.new-layout {
  font-size: 3.36323vw;
}
@media screen and (min-width: 768px), print {
  .new-layout {
    font-size: 16px;
  }
}
@media screen and (min-width: 991px), print {
  .new-layout {
    font-size: 1.11112vw;
  }
}

a {
  color: var(--color-default);
  text-decoration: none;
  text-decoration-thickness: 0.22422vw;
  text-underline-offset: 0.1em;
}
@media (hover: hover) and (pointer: fine) {
  a img {
    transition: opacity var(--transition);
  }
  a:hover img {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 768px), print {
  a {
    text-decoration-thickness: 1px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

::selection {
  background-color: var(--color-primary);
  color: #fff;
  text-shadow: none;
}

::placeholder {
  color: var(--color-gray);
  opacity: 1;
}

.u-tl {
  text-align: left;
}

.u-tc {
  text-align: center;
}

.u-tr {
  text-align: right;
}

.u-vt {
  vertical-align: top;
}

.u-vm {
  vertical-align: middle;
}

.u-vb {
  vertical-align: bottom;
}

.u-fwn {
  font-weight: 400;
}

.u-fwb {
  font-weight: 700;
}

.u-visuallyHidden {
  position: absolute !important;
  z-index: -1 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

.smsizes\:hidden,
.xs\:hidden {
  display: none;
}

@media screen and (min-width: 360px), print {
  .xs\:hidden {
    display: inline;
  }
  .sm\:hidden {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .smsizes\:hidden,
  .xs\:hidden,
  .sm\:hidden {
    display: inline;
  }
  .lgsizes\:hidden,
  .md\:hidden {
    display: none;
  }
}
@media screen and (min-width: 991px), print {
  .xs\:hidden,
  .sm\:hidden,
  .md\:hidden {
    display: inline;
  }
  .lg\:hidden {
    display: none;
  }
}
@media screen and (min-width: 1280px), print {
  .xs\:hidden,
  .sm\:hidden,
  .md\:hidden,
  .lg\:hidden {
    display: inline;
  }
  .xl\:hidden {
    display: none;
  }
}
.l-inner {
  padding-inline: 4.26009vw;
}
@media screen and (min-width: 600px), print {
  .l-inner {
    flex-direction: row;
    width: min(100%, 1280px);
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1550px), print {
  .l-inner {
    width: 69.4%;
    padding: 0;
  }
}

.js-animation-element {
  opacity: 0;
  visibility: hidden;
  transform: translateY(18%);
  transition: opacity 0.8s ease, visibility 0.8s ease, transform 0.8s ease;
}
.js-animation-element[data-animation-type=sm] {
  transform: translateY(12%);
}
.js-animation-element[data-animation-type=lg] {
  transform: translateY(25%);
}
.js-animation-element.--show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.js-animation-element--delay01 {
  transition-delay: 0.1s;
}
.js-animation-element--delay02 {
  transition-delay: 0.2s;
}
.js-animation-element--delay03 {
  transition-delay: 0.3s;
}
.js-animation-element--delay04 {
  transition-delay: 0.4s;
}

.js-animation-element--fade {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s ease, visibility 1.5s ease;
}
.js-animation-element--fade.--show {
  opacity: 1;
  visibility: visible;
}
.js-animation-element--fade--delay01 {
  transition-delay: 0.1s;
}
.js-animation-element--fade--delay02 {
  transition-delay: 0.2s;
}
.js-animation-element--fade--delay03 {
  transition-delay: 0.3s;
}
.js-animation-element--fade--delay04 {
  transition-delay: 0.4s;
}

.none {
  display: none;
}

.xl__block {
  display: none;
}
@media not screen and (min-width: 1280px), print {
  .xl__block {
    display: block;
  }
}

.lg__block {
  display: none;
}
@media not screen and (min-width: 991px), print {
  .lg__block {
    display: block;
  }
}

.md__block {
  display: none;
}
@media not screen and (min-width: 768px), print {
  .md__block {
    display: block;
  }
}

@media not screen and (min-width: 600px), print {
  .sm__block {
    display: block;
  }
}

@media not screen and (min-width: 1280px), print {
  .xl__none {
    display: none;
  }
}

@media not screen and (min-width: 991px), print {
  .lg__none {
    display: none;
  }
}

@media not screen and (min-width: 768px), print {
  .md__none {
    display: none;
  }
}

@media not screen and (min-width: 600px), print {
  .sm__none {
    display: none;
  }
}

.section__wrap {
  margin-top: 115px;
}
@media not screen and (min-width: 991px), print {
  .section__wrap {
    margin-top: 80px;
  }
}
@media not screen and (min-width: 600px), print {
  .section__wrap {
    margin-top: 17.93722vw;
  }
}

.section__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section__ttl .section__ttl__jp {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--color-primary);
}
@media not screen and (min-width: 991px), print {
  .section__ttl .section__ttl__jp {
    font-size: 29px;
  }
}
@media not screen and (min-width: 600px), print {
  .section__ttl .section__ttl__jp {
    font-size: 5.8296vw;
  }
}
.section__ttl .section__ttl__en {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #a3a3a3;
}
@media not screen and (min-width: 991px), print {
  .section__ttl .section__ttl__en {
    font-size: 15px;
  }
}
@media not screen and (min-width: 600px), print {
  .section__ttl .section__ttl__en {
    font-size: 3.13902vw;
  }
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.78);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.modal__container {
  margin-top: 40px;
  background-color: #fff;
  padding: 30px;
  max-width: 960px;
  width: 100%;
  max-height: calc(100% - 40px);
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
@media not screen and (min-width: 600px), print {
  .modal__container {
    padding: 12px;
  }
}

.modal__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 47px;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  color: var(--color-primary);
  box-sizing: border-box;
  text-align: center;
}
@media not screen and (min-width: 600px), print {
  .modal__title {
    font-size: fw(20);
  }
}

.modal__close {
  background: transparent;
  border: none;
}
.modal__close:focus {
  border: none;
  outline: none;
}

.modal__header .modal__close:before {
  content: "×";
  font-weight: 700;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid #e2e2e2;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1), mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal__notes {
  padding-left: 0;
}
.modal__notes li {
  font-size: 15px;
  line-height: 1.7;
}
@media not screen and (min-width: 600px), print {
  .modal__notes li {
    font-size: 3.13902vw;
  }
}
.modal__notes li + li {
  margin-top: 0.75em;
}

.modal__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.modal__table th,
.modal__table td {
  padding: 10px 12px;
  border: 1px solid #e2e2e2;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}
.modal__table th {
  background: #f5f5f5;
  font-weight: 500;
  width: 45%;
  white-space: nowrap;
}
@media not screen and (min-width: 600px), print {
  .modal__table th {
    white-space: normal;
    width: 40%;
  }
}
.modal__table th.modal__table__section {
  padding: 16px;
  background: rgb(var(--color-bg-text)/100%) !important;
  font-weight: 700;
  text-align: center !important;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 600px), print {
  .modal__table th.modal__table__section {
    font-size: 3.81166vw;
  }
}

.modal__footnote {
  font-size: 14px;
}
@media not screen and (min-width: 600px), print {
  .modal__footnote {
    font-size: 3.13902vw;
  }
}

.modal__container--sm {
  max-width: 560px;
}

.modal__content--estimate {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
}

.modal__estimate__lead {
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-align: center;
  letter-spacing: 0.04em;
}
@media not screen and (min-width: 600px), print {
  .modal__estimate__lead {
    font-size: 3.36323vw;
    margin-bottom: 5.38117vw;
  }
}

.modal__estimate__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media not screen and (min-width: 600px), print {
  .modal__estimate__buttons {
    gap: 3.13902vw;
  }
}

.modal__estimate__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 56px 22px 24px;
  border-radius: 4px;
  border: 2px solid #e8e8e8;
  background-color: #fff;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
@media not screen and (min-width: 600px), print {
  .modal__estimate__btn {
    padding: 4.03588vw 9.86548vw 4.03588vw 4.48431vw;
    border-radius: 4px;
  }
}
.modal__estimate__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
}
.modal__estimate__btn .icon01 {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: auto;
  height: 15px;
}
@media not screen and (min-width: 600px), print {
  .modal__estimate__btn .icon01 {
    right: 3.58745vw;
    height: 3.13902vw;
  }
}
.modal__estimate__btn--switch {
  border-left: 3px solid var(--color-primary);
}
.modal__estimate__btn--switch:hover {
  border-color: var(--color-primary);
}
.modal__estimate__btn--new {
  border-left: 3px solid #00ba4c;
}
.modal__estimate__btn--new:hover {
  border-color: #00ba4c;
}

.modal__estimate__btn__label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #333;
}
@media not screen and (min-width: 600px), print {
  .modal__estimate__btn__label {
    font-size: 3.58745vw;
  }
}

.modal__estimate__btn__sub {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #666;
}
@media not screen and (min-width: 600px), print {
  .modal__estimate__btn__sub {
    font-size: 2.69059vw;
  }
}

.header {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05);
  z-index: 100;
}
@media not screen and (min-width: 600px), print {
  .header {
    height: 70px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
  }
}

.header__inner {
  padding-right: 28px;
  padding-left: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media not screen and (min-width: 768px), print {
  .header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media not screen and (min-width: 600px), print {
  .header__inner {
    padding-right: 4.03588vw;
    padding-left: 4.03588vw;
  }
}

.header__logo__wrapper {
  display: flex;
  align-items: center;
}

.header__logo {
  display: block;
  width: auto;
  height: 29px;
}
@media not screen and (min-width: 768px), print {
  .header__logo {
    height: 21px;
  }
}
@media not screen and (min-width: 600px), print {
  .header__logo {
    height: 4.03588vw;
  }
}
.header__logo .logo01 {
  display: block;
  width: auto;
  height: 100%;
}

.header__logo__link {
  display: block;
  width: auto;
  height: 100%;
  transition: opacity 0.3s;
}
.header__logo__link:hover {
  opacity: 0.79;
}

.header__supported {
  margin-top: 4px;
  margin-left: 13px;
  display: flex;
  align-items: flex-end;
}
@media not screen and (min-width: 600px), print {
  .header__supported {
    margin-left: 1.56951vw;
  }
}
.header__supported .txt01 {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-inter);
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media not screen and (min-width: 768px), print {
  .header__supported .txt01 {
    font-size: 12px;
  }
}
@media not screen and (min-width: 600px), print {
  .header__supported .txt01 {
    font-size: 2.24216vw;
  }
}
.header__supported .logo01 {
  margin-left: 7px;
  display: block;
  width: auto;
  height: 25px;
}
@media not screen and (min-width: 768px), print {
  .header__supported .logo01 {
    height: 21px;
  }
}
@media not screen and (min-width: 600px), print {
  .header__supported .logo01 {
    margin-left: 0.67265vw;
    height: 3.58745vw;
  }
}

.header__nav {
  margin-left: 25px;
  display: flex;
  align-items: center;
  gap: 27px;
}

.header__link {
  padding: 12px 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: opacity 0.3s;
}
.header__link:hover {
  opacity: 0.79;
}
@media not screen and (min-width: 1280px), print {
  .header__link {
    display: none;
  }
}
.header__link--contact {
  background: var(--color-primary);
  background: linear-gradient(to bottom, #FF9850, var(--color-primary));
}
.header__link--line {
  background: #00BA4C;
  background: linear-gradient(to bottom, #06C755, #00BA4C);
}
.header__link .link__txt {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
.header__link .icon01 {
  margin-right: 6px;
  width: 15px;
  height: 15px;
}

/*---------------footer 202212---------------*/
.footer {
  margin-top: 75px;
  background-color: var(--color-default);
}
@media not screen and (min-width: 600px), print {
  .footer {
    margin-top: 14.574vw;
  }
}
.footer .footer__inner {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media not screen and (min-width: 600px), print {
  .footer .footer__inner {
    padding-top: 11.21077vw;
    padding-bottom: 11.21077vw;
  }
}
.footer .footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}
@media not screen and (min-width: 600px), print {
  .footer .footer__links {
    gap: 7.17489vw;
  }
}
.footer .footer__links .link01 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.09em;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media not screen and (min-width: 600px), print {
  .footer .footer__links .link01 {
    gap: 1.12108vw;
    font-size: 2.9148vw;
  }
}
.footer .footer__links .link01:hover {
  opacity: 0.8;
}
.footer .footer__links .icon01 {
  width: auto;
  height: 14px;
}
@media not screen and (min-width: 600px), print {
  .footer .footer__links .icon01 {
    height: 2.8027vw;
  }
}
.footer .footer__logo {
  margin-top: 40px;
  width: auto;
  height: 29px;
}
@media not screen and (min-width: 600px), print {
  .footer .footer__logo {
    height: 6.27803vw;
  }
}
.footer .footer__logo .logo01 {
  display: block;
  width: auto;
  height: 100%;
}
.footer .footer__copyright {
  margin-top: 22px;
  font-size: 11px;
  font-weight: 400;
  font-family: var(--font-inter);
  line-height: 1;
  letter-spacing: 0.3em;
  color: #bfbfbf;
}
@media not screen and (min-width: 600px), print {
  .footer .footer__copyright {
    margin-top: 4.48431vw;
    font-size: 2.46637vw;
  }
}

section.fv {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 1550px), print {
  section.fv {
    margin-right: auto;
    margin-left: auto;
    max-width: 1380px;
  }
}
section.fv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 56%;
  height: 100%;
  background-image: url(../../img/home/fv_pc_image02.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right 0 top 0;
  z-index: 0;
}
@media (max-width: 1400px) {
  section.fv::before {
    width: 44%;
    background-position: left 35% top 0;
  }
}
@media not screen and (min-width: 1280px), print {
  section.fv::before {
    content: none;
  }
}
section.fv::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 63.5%;
  height: 100%;
  background-image: url(../../img/home/fv_wrap.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right 0 top 0;
  z-index: 5;
}
@media (min-width: 1560px) {
  section.fv::after {
    left: 2%;
  }
}
@media (max-width: 1400px) {
  section.fv::after {
    width: 72%;
  }
}
@media not screen and (min-width: 1280px), print {
  section.fv::after {
    content: none;
  }
}
section.fv .fv__inner {
  position: relative;
  padding: 96px 0;
  z-index: 10;
}
@media not screen and (min-width: 1280px), print {
  section.fv .fv__inner {
    padding-top: 45px;
    padding-bottom: 440px;
  }
}
@media not screen and (min-width: 768px), print {
  section.fv .fv__inner {
    padding-top: 28px;
  }
}
@media not screen and (min-width: 600px), print {
  section.fv .fv__inner {
    padding-top: 4.48431vw;
    padding-bottom: 52.69059vw;
  }
}
section.fv .fv__content {
  position: relative;
  padding-right: 28px;
  padding-left: 28px;
  z-index: 10;
}
@media not screen and (min-width: 768px), print {
  section.fv .fv__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media not screen and (min-width: 600px), print {
  section.fv .fv__content {
    padding-right: 4.03588vw;
    padding-left: 4.03588vw;
  }
}
section.fv .fv__copy {
  position: relative;
  left: -22px;
  display: block;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
  letter-spacing: 0.02em;
}
@media not screen and (min-width: 768px), print {
  section.fv .fv__copy {
    font-size: 32px;
    line-height: 1.5;
  }
}
@media not screen and (min-width: 600px), print {
  section.fv .fv__copy {
    left: -3.58744vw;
    font-size: 6.95068vw;
  }
}
section.fv .fv__copy .txt02 {
  position: relative;
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
  letter-spacing: 0.02em;
}
@media not screen and (min-width: 768px), print {
  section.fv .fv__copy .txt02 {
    left: 15px;
  }
}
section.fv .fv__subcopy {
  margin-top: 35px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.07em;
}
@media not screen and (min-width: 768px), print {
  section.fv .fv__subcopy {
    margin-top: 17px;
    font-size: 19px;
  }
}
@media not screen and (min-width: 600px), print {
  section.fv .fv__subcopy {
    margin-top: 2.69059vw;
    font-size: 4.03588vw;
  }
}
section.fv .fv__awards {
  margin-top: 23px;
  display: flex;
  align-items: flex-start;
}
@media not screen and (min-width: 768px), print {
  section.fv .fv__awards {
    margin-top: 15px;
  }
}
@media not screen and (min-width: 600px), print {
  section.fv .fv__awards {
    margin-top: 3.81166vw;
  }
}
@media not screen and (min-width: 600px), print {
  section.fv .fv__awards--lg {
    display: none;
  }
}
section.fv .fv__award__img {
  position: relative;
  margin-right: 14px;
  margin-left: 14px;
  width: auto;
  height: 121px;
}
@media not screen and (min-width: 600px), print {
  section.fv .fv__award__img {
    margin-right: 1.79373vw;
    margin-left: 1.79373vw;
    width: calc((100% - 3.13902vw) / 3);
    height: auto;
  }
}
section.fv .fv__award__img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -14px;
  width: 1px;
  height: 100%;
  background-color: #efefef;
}
@media not screen and (min-width: 600px), print {
  section.fv .fv__award__img::before {
    right: -1.79372vw;
    width: 0.87px;
    background-color: #dadada;
  }
}
section.fv .fv__award__img:first-child {
  margin-left: 0;
}
section.fv .fv__award__img:last-child {
  margin-right: 0;
}
section.fv .fv__award__img:last-child::before {
  content: none;
}
section.fv .fv__award__img .img01 {
  display: block;
  width: auto;
  height: 100%;
}
section.fv .fv__oricon {
  margin-top: 24px;
  display: block;
  width: auto;
  height: 54px;
}
@media not screen and (min-width: 768px), print {
  section.fv .fv__oricon {
    margin-top: 12px;
  }
}
@media not screen and (min-width: 600px), print {
  section.fv .fv__oricon {
    margin-top: 2.9148vw;
    margin-right: auto;
    margin-left: auto;
    width: 92%;
    height: auto;
  }
}
@media not screen and (min-width: 600px), print {
  section.fv .fv__oricon--lg {
    display: none;
  }
}
section.fv .fv__caution01 {
  position: relative;
  margin-top: 17px;
  padding-left: 13px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  color: #656565;
  letter-spacing: 0.02em;
}
@media not screen and (min-width: 768px), print {
  section.fv .fv__caution01 {
    margin-top: 15px;
  }
}
@media not screen and (min-width: 600px), print {
  section.fv .fv__caution01 {
    margin-top: 3.13902vw;
    font-size: 2.69059vw;
  }
}
@media not screen and (min-width: 600px), print {
  section.fv .fv__caution01--lg {
    display: none;
  }
}
section.fv .fv__caution01::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 500;
  font-family: var(--font-default);
  line-height: 1.25;
  color: #656565;
}
section.fv .fv__caution__btn {
  margin-top: 10px;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  background: none;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  color: #656565;
}
@media not screen and (min-width: 600px), print {
  section.fv .fv__caution__btn--lg {
    display: none;
  }
}
@media not screen and (min-width: 600px), print {
  section.fv .fv__caution__btn {
    margin-top: 2.69059vw;
    font-size: 2.69059vw;
  }
}
section.fv .fv__caution__btn .icon01 {
  width: auto;
  height: 12px;
}
@media not screen and (min-width: 600px), print {
  section.fv .fv__caution__btn .icon01 {
    height: 2.69059vw;
  }
}
section.fv .fv__lg__image {
  display: none;
}
@media not screen and (min-width: 1280px), print {
  section.fv .fv__lg__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
}
section.fv .fv__sp__inner {
  display: none;
}
@media not screen and (min-width: 600px), print {
  section.fv .fv__sp__inner {
    display: block;
    padding-right: 4.03588vw;
    padding-left: 4.03588vw;
  }
}

.fv__cv__area {
  position: relative;
  margin-top: -85px;
  display: flex;
  justify-content: center;
  z-index: 20;
}
@media not screen and (min-width: 600px), print {
  .fv__cv__area {
    margin-top: 4.93274vw;
    background: var(--color-primary);
    background: linear-gradient(to right, #ff8a38, #ff7e23);
  }
}
@media not screen and (min-width: 600px), print {
  .fv__cv__area .cta__banner__caution {
    font-weight: 700;
    color: #fff;
  }
}

.fv__cv__box {
  padding: 29px 80px 34px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.09);
}
@media not screen and (min-width: 1280px), print {
  .fv__cv__box {
    padding: 40px 30px;
  }
}
@media not screen and (min-width: 991px), print {
  .fv__cv__box {
    padding: 25px;
  }
}
@media not screen and (min-width: 600px), print {
  .fv__cv__box {
    padding: 6.05382vw 0;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
  }
}

.fv__cv__intro {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media not screen and (min-width: 991px), print {
  .fv__cv__intro {
    flex-wrap: wrap;
    line-height: 1.4;
  }
}
@media not screen and (min-width: 768px), print {
  .fv__cv__intro {
    font-size: 24px;
  }
}
@media not screen and (min-width: 600px), print {
  .fv__cv__intro {
    font-size: 4.93274vw;
    color: #fff;
    line-height: 1.6;
  }
}
.fv__cv__intro .highlight {
  margin: 0 4px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: var(--color-primary);
}
@media not screen and (min-width: 768px), print {
  .fv__cv__intro .highlight {
    font-size: 24px;
  }
}
@media not screen and (min-width: 600px), print {
  .fv__cv__intro .highlight {
    margin: 0 0.67265vw;
    font-size: 4.93274vw;
    font-weight: 900;
    color: #fff;
  }
}
.fv__cv__intro .note__mark {
  position: relative;
  top: 6px;
  margin-right: 3px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}
@media not screen and (min-width: 600px), print {
  .fv__cv__intro .note__mark {
    top: 1.12108vw;
    margin-right: 0.67265vw;
    font-size: 2.46637vw;
  }
}

.fv__cv__note {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-align: center;
}
@media not screen and (min-width: 600px), print {
  .fv__cv__note {
    font-size: 12;
    color: #fff;
    text-align: left;
    letter-spacing: 0;
  }
}
.fv__cv__note .link01 {
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media not screen and (min-width: 600px), print {
  .fv__cv__note .link01 {
    color: #fff;
  }
}
.fv__cv__note .link01:hover {
  opacity: 0.8;
}

.fv__cv__buttons {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
}
@media not screen and (min-width: 991px), print {
  .fv__cv__buttons {
    flex-wrap: wrap;
    gap: 28px;
  }
}
.fv__cv__buttons .fv__btn {
  padding: 17px 25px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
  transition: opacity 0.3s;
}
@media not screen and (min-width: 991px), print {
  .fv__cv__buttons .fv__btn {
    font-size: 15px;
    min-width: 360px;
    justify-content: center;
  }
}
@media not screen and (min-width: 600px), print {
  .fv__cv__buttons .fv__btn {
    padding: 4.03588vw;
    font-size: 3.13902vw;
    width: 95%;
  }
}
.fv__cv__buttons .fv__btn--line {
  background: #00ba4c;
  background: linear-gradient(to bottom, #06c755, #00ba4c);
  color: #fff;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.13);
}
@media not screen and (min-width: 600px), print {
  .fv__cv__buttons .fv__btn--line {
    font-size: 3.36323vw;
  }
}
.fv__cv__buttons .fv__btn--secondary {
  background-color: #fff;
  border: 2.8px solid #e8e8e8;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.04);
}
.fv__cv__buttons .fv__btn:hover {
  opacity: 0.72;
}
.fv__cv__buttons .fv__btn .icon01 {
  margin-right: 5px;
  width: auto;
  height: 17px;
}
@media not screen and (min-width: 991px), print {
  .fv__cv__buttons .fv__btn .icon01 {
    height: 15px;
  }
}
@media not screen and (min-width: 600px), print {
  .fv__cv__buttons .fv__btn .icon01 {
    height: 3.09418vw;
  }
}

.fv__cv__links {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 43px;
}
@media not screen and (min-width: 991px), print {
  .fv__cv__links {
    flex-wrap: wrap;
    gap: 28px;
  }
}
.fv__cv__links .link01 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: underline;
  color: #656565;
  transition: opacity 0.3s;
}
@media not screen and (min-width: 768px), print {
  .fv__cv__links .link01 {
    font-size: 13px;
  }
}
@media not screen and (min-width: 600px), print {
  .fv__cv__links .link01 {
    font-size: 3.13902vw;
    color: #fff;
  }
}
.fv__cv__links .link01:hover {
  opacity: 0.8;
}
.fv__cv__links .link01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -21.5px;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
@media not screen and (min-width: 991px), print {
  .fv__cv__links .link01::after {
    content: none;
  }
}
.fv__cv__links .link01:last-child::after {
  content: none;
}
.fv__cv__links .icon01 {
  position: relative;
  top: 1px;
  margin-left: 6px;
  width: auto;
  height: 14px;
}
@media not screen and (min-width: 600px), print {
  .fv__cv__links .icon01--lg {
    display: none;
  }
}
.fv__cv__links .icon01--sp {
  display: none;
}
@media not screen and (min-width: 600px), print {
  .fv__cv__links .icon01--sp {
    display: block;
  }
}

section.estimate {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f5f5f5;
}
@media not screen and (min-width: 600px), print {
  section.estimate {
    padding-top: 13.45292vw;
    padding-bottom: 13.45292vw;
  }
}
section.estimate .estimate__tabs {
  margin-top: 50px;
  padding: 8px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #e8e8e8;
}
@media not screen and (min-width: 768px), print {
  section.estimate .estimate__tabs {
    margin-top: 40px;
  }
}
@media not screen and (min-width: 600px), print {
  section.estimate .estimate__tabs {
    margin-top: 8.07175vw;
    padding: 1.56951vw;
  }
}
section.estimate .estimate__tab {
  position: relative;
  left: 1px;
  padding: 16px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  color: var(--color-default);
  background-color: #e8e8e8;
  border-radius: 6px;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.22s ease, color 0.22s ease;
}
@media not screen and (min-width: 991px), print {
  section.estimate .estimate__tab {
    font-size: 14px;
    padding: 14px 8px;
  }
}
@media not screen and (min-width: 768px), print {
  section.estimate .estimate__tab {
    font-size: 12px;
  }
}
@media not screen and (min-width: 600px), print {
  section.estimate .estimate__tab {
    padding: 2.69059vw;
    font-size: 2.9148vw;
    line-height: 1.15;
    height: 10.31391vw;
  }
}
section.estimate .estimate__tab::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 61%;
  height: 2px;
  background: var(--color-primary);
  border-radius: 2px 2px 0 0;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
@media not screen and (min-width: 991px), print {
  section.estimate .estimate__tab::before {
    height: 1.5px;
    bottom: 4.5px;
  }
}
section.estimate .estimate__tab::after {
  content: "";
  display: block;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0px;
  right: 0px;
  width: 1px;
  height: 60%;
  background-color: #bcbcbc;
  transition: opacity 0.2s;
}
section.estimate .estimate__tab:last-child::after {
  content: none;
}
section.estimate .estimate__tab.is-prev-active::after {
  opacity: 0;
}
section.estimate .estimate__tab:not(.estimate__tab--active):hover {
  background-color: #dedede;
  color: var(--color-primary);
}
section.estimate .estimate__tab:not(.estimate__tab--active):hover::before {
  transform: translateX(-50%) scaleX(0.4);
  opacity: 0.45;
}
section.estimate .estimate__tab--active {
  background-color: #fff;
  color: var(--color-primary);
}
section.estimate .estimate__tab--active::after {
  opacity: 0;
}
section.estimate .estimate__tab--active::before {
  transform: translateX(-50%) scaleX(1);
}
section.estimate .estimate__list {
  display: none;
  margin-top: 18px;
  padding: 50px;
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
}
@media not screen and (min-width: 1280px), print {
  section.estimate .estimate__list {
    padding: 30px;
  }
}
@media not screen and (min-width: 991px), print {
  section.estimate .estimate__list {
    padding: 25px;
  }
}
section.estimate .estimate__list.is-active {
  display: block;
  animation: estimateTabFadeIn 0.35s ease both;
}
section.estimate .estimate__card {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 955px;
  display: flex;
  align-items: center;
}
@media not screen and (min-width: 991px), print {
  section.estimate .estimate__card {
    padding-right: 0;
    padding-left: 0;
  }
}
@media not screen and (min-width: 600px), print {
  section.estimate .estimate__card {
    flex-direction: column;
  }
}
section.estimate .estimate__card:nth-child(n+2) {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 3px solid #ebebeb;
}
section.estimate .estimate__car__info {
  position: relative;
  margin-right: 120px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 280px;
  min-width: 280px;
}
@media not screen and (min-width: 1280px), print {
  section.estimate .estimate__car__info {
    margin-right: 70px;
    width: 230px;
    min-width: 230px;
  }
}
@media not screen and (min-width: 991px), print {
  section.estimate .estimate__car__info {
    min-width: 140px;
    width: 140px;
    margin-right: 50px;
  }
}
@media not screen and (min-width: 600px), print {
  section.estimate .estimate__car__info {
    margin-right: 0;
    width: 100%;
  }
}
section.estimate .estimate__car__info::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -60px;
  width: 1px;
  height: 100%;
  background-color: #e2e2e2;
}
@media not screen and (min-width: 1280px), print {
  section.estimate .estimate__car__info::after {
    right: -35px;
  }
}
@media not screen and (min-width: 991px), print {
  section.estimate .estimate__car__info::after {
    right: -25px;
  }
}
@media not screen and (min-width: 600px), print {
  section.estimate .estimate__car__info::after {
    content: none;
  }
}
section.estimate .estimate__car__img {
  display: block;
  width: 100%;
  height: auto;
}
@media not screen and (min-width: 600px), print {
  section.estimate .estimate__car__img {
    margin-right: auto;
    margin-left: auto;
    width: 78%;
  }
}
section.estimate .estimate__car__name {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
}
@media not screen and (min-width: 991px), print {
  section.estimate .estimate__car__name {
    font-size: 17px;
  }
}
@media not screen and (min-width: 768px), print {
  section.estimate .estimate__car__name {
    font-size: 16px;
  }
}
@media not screen and (min-width: 600px), print {
  section.estimate .estimate__car__name {
    font-size: 4.48431vw;
  }
}
section.estimate .estimate__car__model {
  margin-top: 9px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #656565;
  text-align: center;
}
@media not screen and (min-width: 1280px), print {
  section.estimate .estimate__car__model {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.4;
  }
}
section.estimate .estimate__price__details {
  width: 100%;
  text-align: center;
}
@media not screen and (min-width: 600px), print {
  section.estimate .estimate__price__details {
    margin-top: 3.13902vw;
  }
}
section.estimate .estimate__badge {
  margin-right: auto;
  margin-left: auto;
  padding: 9px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  background-color: var(--color-primary);
  border-radius: 25px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
@media not screen and (min-width: 768px), print {
  section.estimate .estimate__badge {
    max-width: 215px;
    width: auto;
    font-size: 14px;
  }
}
@media not screen and (min-width: 600px), print {
  section.estimate .estimate__badge {
    font-size: 3.36323vw;
    max-width: 200px;
  }
}
section.estimate .estimate__price__box {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 38px;
  width: 100%;
}
@media not screen and (min-width: 768px), print {
  section.estimate .estimate__price__box {
    gap: 27px;
    flex-wrap: wrap;
  }
}
@media not screen and (min-width: 600px), print {
  section.estimate .estimate__price__box {
    margin-top: 4.93274vw;
    margin-right: auto;
    margin-left: auto;
    width: 94%;
    gap: 4.93274vw;
  }
}
section.estimate .estimate__price__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: calc((100% - 38px) / 2);
  text-align: center;
}
@media not screen and (min-width: 768px), print {
  section.estimate .estimate__price__item {
    width: 100%;
    gap: 12px;
  }
}
@media not screen and (min-width: 600px), print {
  section.estimate .estimate__price__item {
    gap: 2.69059vw;
  }
}
section.estimate .estimate__price__label {
  width: 100%;
  padding: 10px 20px;
  background-color: #fff5ee;
  border-left: 2px solid var(--color-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media not screen and (min-width: 768px), print {
  section.estimate .estimate__price__label {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media not screen and (min-width: 600px), print {
  section.estimate .estimate__price__label {
    font-size: 3.58745vw;
  }
}
section.estimate .estimate__price__value {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: var(--color-primary);
  white-space: nowrap;
}
@media not screen and (min-width: 1280px), print {
  section.estimate .estimate__price__value {
    font-size: 20px;
  }
}
@media not screen and (min-width: 600px), print {
  section.estimate .estimate__price__value {
    font-size: 4.26009vw;
  }
}
section.estimate .estimate__num {
  position: relative;
  top: 3px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--color-primary);
}
@media not screen and (min-width: 1280px), print {
  section.estimate .estimate__num {
    font-size: 31px;
  }
}
@media not screen and (min-width: 600px), print {
  section.estimate .estimate__num {
    top: 0.44844vw;
    font-size: 6.72646vw;
  }
}
section.estimate .estimate__more {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}
@media not screen and (min-width: 600px), print {
  section.estimate .estimate__more {
    margin-top: 8.07175vw;
  }
}
section.estimate .estimate__more__btn {
  padding: 19px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 375px;
  border: none;
  outline: none;
  border: 2.5px solid #e8e8e8;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--color-default);
  transition: opacity 0.3s;
}
@media not screen and (min-width: 600px), print {
  section.estimate .estimate__more__btn {
    padding: 4.03588vw;
    font-size: 3.36323vw;
    max-width: 310px;
    width: 100%;
  }
}
section.estimate .estimate__more__btn:hover {
  opacity: 0.6;
}
section.estimate .estimate__more__btn .icon01 {
  width: auto;
  height: 14px;
}

.cta__banner {
  margin-top: 65px;
  text-align: center;
}
@media not screen and (min-width: 600px), print {
  .cta__banner {
    margin-top: 13.45292vw;
  }
}

.cta__banner__attention {
  position: relative;
  margin-bottom: 30px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 5px;
  display: inline-flex;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-primary);
}
@media not screen and (min-width: 600px), print {
  .cta__banner__attention {
    margin-bottom: 4.03588vw;
    padding-right: 3.36323vw;
    padding-left: 3.36323vw;
    font-size: 4.93274vw;
  }
}
.cta__banner__attention::before, .cta__banner__attention::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 28px;
  background-color: var(--color-primary);
  rotate: -32deg;
}
.cta__banner__attention::after {
  right: 0;
  left: auto;
  rotate: 32deg;
}

.cta__banner__box {
  padding: 48px;
  width: 100%;
  border: 6px solid var(--color-primary);
  border-radius: 6px;
}
@media not screen and (min-width: 1280px), print {
  .cta__banner__box {
    padding: 24px;
  }
}
@media not screen and (min-width: 600px), print {
  .cta__banner__box {
    padding: 4.93274vw;
    border-width: 3px;
  }
}

.cta__banner__intro {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media not screen and (min-width: 1280px), print {
  .cta__banner__intro {
    flex-wrap: wrap;
  }
}
@media not screen and (min-width: 768px), print {
  .cta__banner__intro {
    font-size: 23px;
    line-height: 1.6;
  }
}
@media not screen and (min-width: 600px), print {
  .cta__banner__intro {
    font-size: 4.48431vw;
  }
}
.cta__banner__intro .highlight {
  margin: 0 4px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: var(--color-primary);
}
@media not screen and (min-width: 600px), print {
  .cta__banner__intro .highlight {
    margin: 0 0.67265vw;
    font-size: 4.48431vw;
  }
}
.cta__banner__intro .note__mark {
  position: relative;
  top: 6px;
  margin-right: 3px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}
@media not screen and (min-width: 600px), print {
  .cta__banner__intro .note__mark {
    top: 0.67265vw;
    font-size: 2.46637vw;
  }
}

.cta__banner__note {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-align: center;
}
@media not screen and (min-width: 600px), print {
  .cta__banner__note {
    font-size: 2.69059vw;
    text-align: left;
  }
}
.cta__banner__note .link01 {
  text-decoration: underline;
  transition: opacity 0.3s;
}
.cta__banner__note .link01:hover {
  opacity: 0.8;
}

.cta__banner__caution {
  margin-top: 15px;
  font-size: 12px;
  text-align: center;
  color: #f00;
}
@media not screen and (min-width: 600px), print {
  .cta__banner__caution {
    margin-top: 3.13902vw;
    font-size: 2.9148vw;
    text-align: left;
  }
}

.cta__banner__buttons {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
}
@media not screen and (min-width: 1280px), print {
  .cta__banner__buttons {
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media not screen and (min-width: 600px), print {
  .cta__banner__buttons {
    gap: 6.50225vw;
  }
}
.cta__banner__buttons .cta__banner__btn {
  padding: 17px 25px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
  transition: opacity 0.3s;
}
@media not screen and (min-width: 1280px), print {
  .cta__banner__buttons .cta__banner__btn {
    font-size: 15.5px;
  }
}
@media not screen and (min-width: 991px), print {
  .cta__banner__buttons .cta__banner__btn {
    justify-content: center;
    min-width: 380px;
  }
}
@media not screen and (min-width: 768px), print {
  .cta__banner__buttons .cta__banner__btn {
    justify-content: center;
    min-width: 0;
    width: 390px;
  }
}
@media not screen and (min-width: 600px), print {
  .cta__banner__buttons .cta__banner__btn {
    padding: 4.03588vw;
    font-size: 3.13902vw;
    width: 100%;
  }
}
.cta__banner__buttons .cta__banner__btn--line {
  background: #00ba4c;
  background: linear-gradient(to bottom, #06c755, #00ba4c);
  color: #fff;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.13);
}
@media not screen and (min-width: 600px), print {
  .cta__banner__buttons .cta__banner__btn--line {
    font-size: 3.36323vw;
  }
}
.cta__banner__buttons .cta__banner__btn--secondary {
  background-color: #fff;
  border: 2.8px solid #e8e8e8;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.04);
}
.cta__banner__buttons .cta__banner__btn:hover {
  opacity: 0.72;
}
.cta__banner__buttons .cta__banner__btn .icon01 {
  margin-right: 5px;
  width: auto;
  height: 17px;
}
@media not screen and (min-width: 1280px), print {
  .cta__banner__buttons .cta__banner__btn .icon01 {
    height: 14.5px;
  }
}
@media not screen and (min-width: 600px), print {
  .cta__banner__buttons .cta__banner__btn .icon01 {
    height: 3.09418vw;
  }
}

.cta__banner__links {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 43px;
}
@media not screen and (min-width: 1280px), print {
  .cta__banner__links {
    flex-wrap: wrap;
  }
}
@media not screen and (min-width: 768px), print {
  .cta__banner__links {
    gap: 28px;
  }
}
.cta__banner__links .link01 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: underline;
  color: #656565;
  transition: opacity 0.3s;
}
@media not screen and (min-width: 1280px), print {
  .cta__banner__links .link01 {
    font-size: 13px;
  }
}
.cta__banner__links .link01:hover {
  opacity: 0.8;
}
.cta__banner__links .link01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -21.5px;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
@media not screen and (min-width: 768px), print {
  .cta__banner__links .link01::after {
    content: none;
  }
}
.cta__banner__links .link01:last-child::after {
  content: none;
}
.cta__banner__links .icon01 {
  position: relative;
  top: 1px;
  margin-left: 6px;
  width: auto;
  height: 14px;
}
@media not screen and (min-width: 1280px), print {
  .cta__banner__links .icon01 {
    height: 13px;
  }
}

section.features .features__lists {
  margin-top: 60px;
}
@media not screen and (min-width: 768px), print {
  section.features .features__lists {
    margin-top: 45px;
  }
}
@media not screen and (min-width: 600px), print {
  section.features .features__lists {
    margin-top: 8.07175vw;
  }
}
section.features .features__item {
  padding: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 85px;
  background-color: #fff;
  border-radius: 15px;
  border: 1.5px solid #f4f4f4;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
@media not screen and (min-width: 1280px), print {
  section.features .features__item {
    padding: 35px;
  }
}
@media not screen and (min-width: 991px), print {
  section.features .features__item {
    padding: 28px;
    gap: 50px;
  }
}
@media not screen and (min-width: 768px), print {
  section.features .features__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
@media not screen and (min-width: 600px), print {
  section.features .features__item {
    padding: 5.38117vw;
    gap: 4.48431vw;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.04);
  }
}
section.features .features__item:nth-child(n+2) {
  margin-top: 45px;
}
section.features .features__text__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: calc(55% - 55px);
  min-width: calc(55% - 55px);
}
@media not screen and (min-width: 991px), print {
  section.features .features__text__content {
    width: 54%;
    min-width: 54%;
  }
}
@media not screen and (min-width: 768px), print {
  section.features .features__text__content {
    width: 100%;
  }
}
@media not screen and (min-width: 600px), print {
  section.features .features__text__content {
    gap: 2.9148vw;
  }
}
section.features .features__icon {
  width: auto;
  height: 60px;
}
@media not screen and (min-width: 1280px), print {
  section.features .features__icon {
    height: 48px;
  }
}
@media not screen and (min-width: 600px), print {
  section.features .features__icon {
    height: 9.86548vw;
  }
}
section.features .features__icon--bc {
  height: 48px;
}
@media not screen and (min-width: 1280px), print {
  section.features .features__icon--bc {
    height: 32px;
  }
}
@media not screen and (min-width: 600px), print {
  section.features .features__icon--bc {
    height: 6.27803vw;
  }
}
section.features .features__icon--loader {
  height: 38px;
}
@media not screen and (min-width: 1280px), print {
  section.features .features__icon--loader {
    height: 29px;
  }
}
@media not screen and (min-width: 600px), print {
  section.features .features__icon--loader {
    height: 5.38117vw;
  }
}
section.features .features__item__title {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--color-primary);
  letter-spacing: 0.04em;
}
@media not screen and (min-width: 1280px), print {
  section.features .features__item__title {
    font-size: 24px;
  }
}
@media not screen and (min-width: 991px), print {
  section.features .features__item__title {
    font-size: 20px;
  }
}
@media not screen and (min-width: 600px), print {
  section.features .features__item__title {
    font-size: 4.70853vw;
  }
}
section.features .features__item__desc {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media not screen and (min-width: 991px), print {
  section.features .features__item__desc {
    font-size: 15px;
  }
}
@media not screen and (min-width: 600px), print {
  section.features .features__item__desc {
    font-size: 3.36323vw;
    letter-spacing: 0.03em;
  }
}
section.features .features__item__caution {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #656565;
}
section.features .features__img__content {
  width: 100%;
  height: auto;
  text-align: center;
}
section.features .features__img__content .img01 {
  display: inline-block;
  width: 100%;
  height: auto;
}
section.features .features__img__content .img01--concierge {
  max-width: 390px;
}
section.features .features__img__content .img01--load {
  max-width: 410px;
}

section.guide {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f5f5f5;
}
@media not screen and (min-width: 600px), print {
  section.guide {
    padding-top: 13.45292vw;
    padding-bottom: 13.45292vw;
  }
}
section.guide .guide__step__box {
  margin-top: 60px;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__step__box {
    margin-top: 8.07175vw;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.04);
  }
}
section.guide .guide__intro {
  padding: 22px;
  width: 100%;
  background-color: var(--color-primary);
  border-radius: 12px 12px 0 0;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
}
@media not screen and (min-width: 991px), print {
  section.guide .guide__intro {
    padding: 19px;
    font-size: 18px;
  }
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__intro {
    padding: 2.9148vw;
    font-size: 4.26009vw;
    line-height: 1.3;
  }
}
section.guide .guide__step__box__inner {
  padding: 50px;
  background-color: #fff;
}
@media not screen and (min-width: 1280px), print {
  section.guide .guide__step__box__inner {
    padding: 28px;
  }
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__step__box__inner {
    padding: 5.38117vw;
  }
}
section.guide .guide__step__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__step__title {
    font-size: 4.03588vw;
  }
}
section.guide .guide__step__items {
  margin-top: 45px;
  display: flex;
  align-items: flex-start;
}
@media not screen and (min-width: 991px), print {
  section.guide .guide__step__items {
    flex-wrap: wrap;
  }
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__step__items {
    margin-top: 6.72646vw;
    gap: 1.56951vw;
  }
}
section.guide .guide__item {
  position: relative;
  padding: 20px 7px 13px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 25%;
  height: auto;
  min-height: 253px;
  border-right: 3px solid #f4f4f4;
  text-align: center;
}
@media not screen and (min-width: 991px), print {
  section.guide .guide__item {
    padding: 22px 10px;
    width: 50%;
    border: none;
  }
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__item {
    width: calc((100% - 1.56951vw) / 2);
    padding: 4.03588vw 0;
    min-height: 0;
  }
}
section.guide .guide__item:last-child {
  border-right: none;
}
section.guide .guide__item__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__item__ttl {
    gap: 1.79373vw;
    align-items: flex-start;
  }
}
section.guide .guide__item__num {
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-inter);
  line-height: 1;
  letter-spacing: 0;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
@media not screen and (min-width: 1280px), print {
  section.guide .guide__item__num {
    font-size: 11px;
  }
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__item__num {
    padding: 1.12108vw;
    font-size: 3.13902vw;
  }
}
section.guide .guide__item__name {
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media not screen and (min-width: 1280px), print {
  section.guide .guide__item__name {
    font-size: 16px;
  }
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__item__name {
    padding-top: 0.44844vw;
    font-size: 3.58745vw;
    line-height: 1.2;
  }
}
section.guide .guide__item__note {
  position: relative;
  top: -4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media not screen and (min-width: 1280px), print {
  section.guide .guide__item__note {
    font-size: 11px;
  }
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__item__note {
    font-size: 2.46637vw;
  }
}
section.guide .guide__item__img__wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__item__img__wrap {
    margin-top: 4.93274vw;
    height: 20.85202vw;
  }
}
section.guide .guide__item__img {
  width: auto;
}
section.guide .guide__item__img--inspection {
  height: 73px;
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__item__img--inspection {
    height: 15.69507vw;
  }
}
section.guide .guide__item__img--insurance-card {
  height: 100px;
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__item__img--insurance-card {
    height: 20.85202vw;
  }
}
section.guide .guide__item__img--license {
  height: 50px;
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__item__img--license {
    height: 9.64126vw;
  }
}
section.guide .guide__item__img--odd {
  height: 81px;
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__item__img--odd {
    height: 16.59193vw;
  }
}
section.guide .guide__item__desc {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  color: #656565;
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__item__desc {
    margin-top: 3.58745vw;
    font-size: 2.46637vw;
  }
}
section.guide .guide__notes {
  margin-top: 30px;
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__notes {
    margin-top: 5.8296vw;
  }
}
section.guide .guide__notes li {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #656565;
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__notes li {
    font-size: 2.69059vw;
    letter-spacing: 0.02em;
  }
}
section.guide .guide__notes li:nth-child(n+2) {
  margin-top: 7px;
}
section.guide .guide__notes__ttl {
  white-space: nowrap;
}
section.guide .guide__notes__inner {
  white-space: wrap;
}
section.guide .guide__flow {
  margin-top: 70px;
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__flow {
    margin-top: 14.574vw;
  }
}
section.guide .guide__flow__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: center;
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__flow__title {
    font-size: 4.26009vw;
  }
}
section.guide .guide__flow__items {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media not screen and (min-width: 991px), print {
  section.guide .guide__flow__items {
    margin-top: 35px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__flow__items {
    margin-top: 5.8296vw;
    gap: 4.48431vw;
  }
}
section.guide .guide__flow__step {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 75px) / 4);
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.04);
  text-align: center;
}
@media not screen and (min-width: 1280px), print {
  section.guide .guide__flow__step {
    padding: 18px 12px;
  }
}
@media not screen and (min-width: 991px), print {
  section.guide .guide__flow__step {
    width: calc((100% - 20px) / 2);
  }
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__flow__step {
    padding: 3.58745vw 2.9148vw;
    width: calc((100% - 4.48431vw) / 2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.04);
  }
}
section.guide .guide__flow__step .mark01 {
  font-size: 21px;
  font-weight: 700;
  font-family: var(--font-inter);
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--color-primary);
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__flow__step .mark01 {
    font-size: 3.58745vw;
  }
}
section.guide .guide__flow__step .ttl01 {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media not screen and (min-width: 1280px), print {
  section.guide .guide__flow__step .ttl01 {
    font-size: 14px;
  }
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__flow__step .ttl01 {
    margin-top: 2.24216vw;
    font-size: 3.36323vw;
  }
}
section.guide .guide__flow__step .icon01 {
  margin-top: 22px;
  width: auto;
  height: 60px;
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__flow__step .icon01 {
    margin-top: 4.03588vw;
    height: 11.21077vw;
  }
}
section.guide .guide__flow__step .txt01 {
  margin-top: 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media not screen and (min-width: 1280px), print {
  section.guide .guide__flow__step .txt01 {
    font-size: 11px;
    letter-spacing: 0;
  }
}
@media not screen and (min-width: 600px), print {
  section.guide .guide__flow__step .txt01 {
    margin-top: 2.69059vw;
    font-size: 2.46637vw;
  }
}

section.company {
  margin-top: 75px;
}
@media not screen and (min-width: 600px), print {
  section.company {
    margin-top: 11.21077vw;
  }
}
section.company .company__info {
  padding: 50px;
  border: 1px solid var(--color-default);
}
@media not screen and (min-width: 768px), print {
  section.company .company__info {
    padding: 28px;
  }
}
@media not screen and (min-width: 600px), print {
  section.company .company__info {
    padding: 5.38117vw;
    border-right: none;
    border-left: none;
  }
}
section.company .company__label {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media not screen and (min-width: 768px), print {
  section.company .company__label {
    font-size: 18px;
  }
}
@media not screen and (min-width: 600px), print {
  section.company .company__label {
    margin-bottom: 4.03588vw;
    font-size: 4.03588vw;
  }
}
section.company .company__name,
section.company .company__address,
section.company .company__store__text,
section.company .company__store__link {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.7;
}
@media not screen and (min-width: 768px), print {
  section.company .company__name,
  section.company .company__address,
  section.company .company__store__text,
  section.company .company__store__link {
    font-size: 15px;
  }
}
@media not screen and (min-width: 600px), print {
  section.company .company__name,
  section.company .company__address,
  section.company .company__store__text,
  section.company .company__store__link {
    font-size: 3.58745vw;
    line-height: 1.5;
  }
}
section.company .company__disclaimer {
  position: relative;
  margin-top: 6px;
  padding-left: 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #656565;
}
@media not screen and (min-width: 600px), print {
  section.company .company__disclaimer {
    font-size: 2.9148vw;
  }
}
section.company .company__disclaimer::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-default);
  line-height: 1.6;
  color: #656565;
}
@media not screen and (min-width: 600px), print {
  section.company .company__disclaimer::before {
    font-size: 2.9148vw;
  }
}
section.company .company__insurer {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #dddddd;
}
@media not screen and (min-width: 600px), print {
  section.company .company__insurer {
    margin-top: 6.05382vw;
    padding-top: 6.05382vw;
  }
}
section.company .company__store__link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
  color: var(--color-link);
  text-decoration: underline;
}
@media not screen and (min-width: 600px), print {
  section.company .company__store__link {
    margin-top: 2.24216vw;
    gap: 0.67265vw;
  }
}
section.company .company__desk__area {
  margin-top: 75px;
}
@media not screen and (min-width: 600px), print {
  section.company .company__desk__area {
    margin-top: 11.21077vw;
  }
}
section.company .company__desk__text {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--color-primary);
  text-align: center;
}
@media not screen and (min-width: 600px), print {
  section.company .company__desk__text {
    font-size: 4.26009vw;
  }
}
section.company .company__desk__box {
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  max-width: 685px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px solid var(--color-primary);
  border-radius: 8px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.07);
}
@media not screen and (min-width: 600px), print {
  section.company .company__desk__box {
    padding: 5.8296vw;
    border-width: 2px;
    border-radius: 6px;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.05);
  }
}
section.company .company__desk__box .logo01 {
  padding: 7px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #d9d9d9;
  height: 45px;
}
@media not screen and (min-width: 600px), print {
  section.company .company__desk__box .logo01 {
    padding: 1.56951vw 3.36323vw;
    height: 10.08969vw;
  }
}
section.company .company__desk {
  margin-top: 14px;
  font-size: 19.5px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
@media not screen and (min-width: 600px), print {
  section.company .company__desk {
    margin-top: 2.69059vw;
    font-size: 3.81166vw;
  }
}
section.company .company__tel__content {
  margin-top: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
@media not screen and (min-width: 600px), print {
  section.company .company__tel__content {
    gap: 4.26009vw;
  }
}
section.company .company__tel {
  width: auto;
  height: 70px;
}
@media not screen and (min-width: 600px), print {
  section.company .company__tel {
    height: 13.00449vw;
  }
}
section.company .company__tel .img01 {
  display: block;
  width: auto;
  height: 100%;
}
section.company .company__number {
  text-align: center;
}
section.company .company__number .number01 {
  font-size: 39px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #006c60;
  text-decoration: underline;
}
@media not screen and (min-width: 600px), print {
  section.company .company__number .number01 {
    font-size: 7.17489vw;
  }
}
section.company .company__number .company__time {
  margin-top: 11px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #5b5b5b;
}
@media not screen and (min-width: 600px), print {
  section.company .company__number .company__time {
    margin-top: 2.69059vw;
    font-size: 3.36323vw;
    letter-spacing: 0.08em;
  }
}

/*# sourceMappingURL=style.css.map */
