html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-repeat: no-repeat;
}

html {
  overflow-y: scroll;
  font-weight: 400;
  font-size: 62.5%;
}
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}

.is-area {
  padding: 0;
  max-width: none;
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Roboto", sans-serif;
  background-color: var(--color-bg);
  color: var(--color-text);
}
@supports (-webkit-touch-callout: none) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

ol,
ul {
  list-style: none;
}

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

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}

.t-br {
  display: block;
}

.t-ib {
  display: inline-block;
}

.t-hidden {
  display: none;
}

.t-hiddenSp {
  display: none;
}

.t-taL {
  text-align: left !important;
}

.t-taR {
  text-align: right !important;
}

.t-taC {
  text-align: center !important;
}
.t-bold {
  font-weight: 600 !important;
}

.t-italic {
  font-style: italic !important;
}

.t-ttU {
  text-transform: uppercase !important;
}

.t-ttL {
  text-transform: lowercase !important;
}

.t-caution-color {
  color: var(--caution-color);
}

.t-mt0 {
  margin-top: 0 !important;
}

.t-visuallyHidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

:root {
  --color-main: #004CBD;
  --color-black: #000;
  --color-white: #fff;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Roboto", sans-serif;
}

.m-wrapper {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 16;
  transition: background-color 0.3s;
  background-color: #fff !important;
}
.l-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.l-header__rowLogo {
  display: flex;
  flex-direction: column;
  width: 27.25%;
  gap: 10px 0;
  font-size: 1.4rem;
  letter-spacing: 0.45em;
  line-height: 1;
  font-family: "A-OTF Shin Maru Go Pro", "Noto Sans JP", "Roboto", sans-serif;
}
.l-header__sp .txt-aki {
  width: 85.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4vw;
}
.l-header__rowNav.active {
  opacity: 1;
  visibility: visible;
}
.l-header__rowNav ul.menu-list {
  display: flex;
  align-items: center;
  gap: 35px;
}
.l-header__rowNav ul.menu-list li a {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  position: relative;
  padding: 5px 0;
}
.l-header__rowNav ul.menu-list li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.l-header__bot {
  background: #1b97bc;
  padding: 7.3333333333vw 5.3333333333vw 17.3333333333vw;
  display: flex;
  flex-wrap: wrap;
  gap: 6.6666666667vw 0;
}
.l-header__bot li {
  width: 50%;
}
.l-header__bot li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.12em;
}
.l-header__hamburger {
  width: 9.3333333333vw;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  z-index: 13;
}
.l-header__hamburger.active span {
  transition: 0.3s margin, 0.3s transform 0.3s;
}
.l-header__hamburger.active span:first-child, .l-header__hamburger.active span:nth-child(2) {
  transform: rotate(135deg);
}
.l-header__hamburger.active span:first-child {
  margin-bottom: -0.2666666667vw;
}
.l-header__hamburger.active span:nth-child(3) {
  margin-top: -0.2666666667vw;
  transform: rotate(225deg);
}
.l-header__hamburger span {
  width: 100%;
  height: 0.2666666667vw;
  background: #000;
  display: block;
  transition: 0.3s margin 0.3s, 0.3s transform;
}
.l-header__hamburger span:first-child {
  margin-bottom: 2.6666666667vw;
}
.l-header__hamburger span:nth-child(3) {
  margin-top: 2.6666666667vw;
}

.l-footer {
  background: url(../img/common/footer-back.webp) no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
}
.l-footer__container {
  display: flex;
  margin: auto;
  justify-content: space-between;
  max-width: 1440px;
}
.l-footer__title {
  padding-top: 48px;
}
.l-footer__title img {
  width: 16.7vw;
  max-width: 241px;
}
.l-footer__left {
  width: 37.9%;
  margin-left: 12.5%;
}
.l-footer__leftbtns {
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
}
.l-footer__btn {
  display: flex;
  position: relative;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  width: 38%;
  background: linear-gradient(to right, #0085d0, #25a8f4);
  white-space: nowrap;
}
.l-footer__btn:nth-of-type(1), .l-footer__btn:nth-of-type(2) {
  margin-right: 1.8%;
}
.l-footer__btn a {
  padding: 12px 0% 12px 8.6%;
}
.l-footer__btn a::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/common/icon-footerArrow.webp) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  width: 13.8%;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 80%;
}
.l-footer__btn:nth-of-type(2) a::after {
  left: 80%;
}
.l-footer__btn:nth-of-type(3) a::after {
  left: 80%;
}
.l-footer__branches {
  margin-top: 39px;
  color: #ffffff;
}
.l-footer__branches h3 {
  font-weight: 600;
  font-size: 1.8rem;
}
.l-footer__prefecture {
  width: 66%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.l-footer__prefecture p {
  border: 1px solid #ffffff;
  background: linear-gradient(to right, #0085d0, #25a8f4);
  padding: 2.75% 4.89%;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
}
.l-footer__prefecture a {
  padding: 2.75% 4.89%;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
}
.l-footer__line {
  width: 95.3%;
  margin-top: 20px;
  border: 1px solid #7fbbdd;
}
.l-footer__link {
  max-width: 1440px;
  display: flex;
  margin: auto;
  margin-top: 60px;
}
.l-footer__link a {
  font-size: 1.6rem;
  color: #ffffff;
  white-space: nowrap;
  margin-right: 1.6%;
}
.l-footer__link a:nth-of-type(1) {
  padding-left: 12.5%;
}
.l-footer__right {
  width: 37.1%;
  margin-top: 45px;
  margin-right: 12.5%;
  margin-left: 7.8%;
  display: flex;
}
.l-footer__right h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
}
.l-footer__right a {
  display: block;
  margin-top: 7px;
  margin-left: 10px;
  color: #ffffff;
  font-weight: 600;
}
.l-footer__info {
  margin-right: 19%;
}
.l-footer__copy {
  margin-top: 35px;
  padding-bottom: 27px;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

.fixed-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  max-width: 82px;
  box-shadow: 0 5px 7px rgba(163, 163, 163, 0.25);
  border-radius: 23px 0 0 23px;
}

.fixed-btn-line {
  background: #00b900;
  position: fixed;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  padding: 10px 14px;
  width: 210px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.fixed-btn-line.show {
  visibility: visible;
  opacity: 1;
}
.fixed-btn-line .label {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 5px;
  text-align: center;
  width: 100%;
  display: block;
  background: #fff;
  color: #fe0000;
  border-radius: 20px;
  margin-bottom: 10px;
}
.fixed-btn-line .txt {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.fixed-btn-line .txt::before {
  content: "";
  width: 36px;
  aspect-ratio: 51/48;
  display: block;
  background: url(../img/top/line-icon.webp) no-repeat;
  background-size: cover;
  margin-right: 17px;
}

.sp-fixed {
  position: fixed;
  z-index: 15;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 3.3333333333vw 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.sp-fixed.show {
  visibility: visible;
  opacity: 1;
}

.p-mv {
  position: relative;
  margin-top: 5.9028vw;
}
.p-mv img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__txt1 {
  background: #ff7200;
  position: absolute;
  font-size: 1.7rem;
  padding: 9px 18px 10px 19px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 43.5%;
}
.p-mv__txt1 .large {
  font-size: 1.8rem;
  line-height: 1;
}
.p-mv__txt1 .yellow {
  color: #fffc00;
  font-size: 2.2rem;
  line-height: 1;
}
.p-mv__txt1 p {
  color: #ffffff;
}
.p-mv__txt2 {
  max-width: 410px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14.5%;
}
.p-mv__btn {
  background: #00b900;
  border: 2px solid #fff;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 75px;
  color: #fff;
  padding: 17px;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 15px rgba(0, 127, 0, 0.25);
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  transition: all 2s linear;
}
.p-mv__btn::before {
  content: "";
  width: 51px;
  aspect-ratio: 51/48;
  display: block;
  background: url(../img/top/line-icon.webp) no-repeat;
  background-size: cover;
  margin-right: 44px;
}

.is_under {
  margin-top: 0 !important;
}

.p-top1 {
  padding: 60px 0 80px;
}
.p-top1__container {
  padding-top: 59px;
  padding-bottom: 80px;
  margin-bottom: 60px;
  background-color: #0085d0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.p-top1__boldtxt {
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  padding-bottom: 40px;
}
.p-top1__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 85px;
}
.p-top1__ttl span.decor {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  gap: 0 20px;
  line-height: 1;
  margin-bottom: 25px;
}
.p-top1__ttl span.decor.white {
  color: #fff;
}
.p-top1__ttl span.decor.white::before, .p-top1__ttl span.decor.white::after {
  background: #fff;
  -webkit-mask-image: url(../img/top/ttl-left.webp);
          mask-image: url(../img/top/ttl-left.webp);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.p-top1__ttl span.decor::before, .p-top1__ttl span.decor::after {
  content: "";
  width: 50px;
  aspect-ratio: 50/71;
  display: block;
  background: url(../img/top/ttl-left.webp) no-repeat;
  background-size: cover;
}
.p-top1__ttl span.decor::after {
  transform: scaleX(-1);
}
.p-top1__ttl span.label {
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
}
.p-top1__ttl span.label span {
  font-size: 3rem;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 8.5px 25px;
  min-width: 530px;
  display: block;
  border-top: 4px solid #1b97bc;
  border-bottom: 4px solid #1b97bc;
}
.p-top1__ttl span.label::before, .p-top1__ttl span.label::after {
  content: "";
  width: 90px;
  aspect-ratio: 90/71;
  display: block;
  background: url(../img/top/label.webp) no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 10px;
}
.p-top1__ttl span.label::before {
  left: 0;
  transform: translateX(-44.4%) scaleX(-1);
}
.p-top1__ttl span.label::after {
  right: 0;
  transform: translateX(44.44%);
}
.p-top1__ttl1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
  color: #ffffff;
}
.p-top1__ttl1 .flag {
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  background: #ffffff;
  color: #3a96c9;
  width: 470px;
  line-height: 1;
  padding: 19px 0;
  text-align: center;
  margin-bottom: 10px;
}
.p-top1__ttl1 .flag::before {
  content: "";
  width: 22px;
  aspect-ratio: 22/18;
  position: absolute;
  background: #ffffff;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-top1__ttl1 .flag img {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-60%);
  width: 99px;
}
.p-top1__ttl1 .decor {
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
}
.p-top1__ttl1 .decor::before, .p-top1__ttl1 .decor::after {
  content: "";
  width: 72px;
  aspect-ratio: 72/81;
  display: block;
  background: url(../img/top/ttl-left-white.webp) no-repeat;
  background-size: cover;
  display: block;
  margin-bottom: 20px;
}
.p-top1__ttl1 .decor::after {
  transform: scaleX(-1);
}
.p-top1__txt {
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 1.6rem;
}
.p-top1__txt .sp-blue {
  font-size: 4.8vw;
  font-weight: 700;
  color: #ffffff;
}
.p-top1__google {
  background: #fff;
  font-weight: bold;
  line-height: 1;
  height: 90px;
  display: flex;
  align-items: center;
  border-radius: 45px;
  color: #1976d2;
  padding: 17px;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.p-top1__google::before {
  content: "";
  width: 51px;
  aspect-ratio: 51/51;
  display: block;
  background: url(../img/top/google-icon.webp) no-repeat;
  background-size: cover;
  margin-right: 44px;
  margin-left: 24px;
}
.p-top1__list {
  display: flex;
  gap: 48px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.p-top1__list li:nth-child(2) {
  transition-delay: 0.2s;
}
.p-top1__list li:nth-child(3) {
  transition-delay: 0.4s;
}
.p-top1__list li:nth-child(4) {
  transition-delay: 0.6s;
}
.p-top1__list li figure {
  position: relative;
}
.p-top1__list li figure figcaption {
  text-align: center;
  margin-top: 20px;
}
.p-top1__list li figure figcaption img {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  transform: translate(-25%, -25%);
}
.p-top1__list li figure figcaption span {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1;
}
.p-top1__img {
  margin-left: auto;
  margin-right: auto;
  width: 780px;
  margin-bottom: 80px;
}
.p-top1__blockCenter {
  margin-left: auto;
  margin-right: auto;
  width: 580px;
}
.p-top1__blockCenter .tooltip {
  background: red;
  color: #fff;
  width: 470px;
  height: 60px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 48px;
}
.p-top1__blockCenter .tooltip::before {
  content: "";
  width: 22px;
  aspect-ratio: 22/18;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: red;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-top1__blockCenter .txt {
  font-weight: 700;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.p-top1__blockCenter .txt .en {
  font-family: "Century Gothic Pro", sans-serif;
}
.p-top1__boxBorder {
  background: #f2f9fb;
  border: 2px solid #1b97bc;
  border-radius: 20px;
  padding: 30px;
}
.p-top1__boxBorder p {
  line-height: 1.8;
  text-align: center;
}
.p-top1__boxBorderFull {
  background: #fff;
  border: 2px solid #1b97bc;
  display: flex;
  padding: 30px;
  margin-top: 90px;
  margin-bottom: 60px;
  border-radius: 20px;
}
.p-top1__boxBorderFull .left {
  width: 240px;
}
.p-top1__boxBorderFull .right {
  width: calc(100% - 240px);
  padding-left: 40px;
}
.p-top1__boxBorderFull .right h3 {
  background: #1b97bc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.24em;
  font-weight: 700;
  height: 50px;
  font-size: 2.2rem;
  margin-bottom: 22px;
}
.p-top1__boxBorderFull .right h3 .yellow {
  color: yellow;
}
.p-top1__boxBorderFull .right .list-arrow li {
  display: flex;
  align-items: center;
  gap: 40px;
}
.p-top1__boxBorderFull .right .list-arrow li:not(:last-child) {
  margin-bottom: 19px;
}
.p-top1__boxBorderFull .right .list-arrow li .arrow-red {
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  color: #fff;
  font-size: 2rem;
  height: 40px;
  line-height: 1;
  width: 270px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
}
.p-top1__boxBorderFull .right .list-arrow li .bullet {
  font-weight: 700;
  width: calc(100% - 270px);
  font-size: 2.4rem;
  color: #444;
}
.p-top1__boxBorderFull .right .list-arrow li .bullet .num {
  font-size: 3.4rem;
  line-height: 1;
}
.p-top1__boxBorderFull .right .list-arrow li .blue {
  color: #1b97bc;
}
.p-top1__boxBorderFull .right .list-arrow li .num {
  font-family: "Century Gothic Pro", sans-serif;
}
.p-top1__chart {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 60px 60px 0 80px;
  padding: 0 30px;
  border-bottom: 2px solid #686868;
  gap: 60px;
}
.p-top1__chartLeft, .p-top1__chartRight {
  width: calc((100% - 60px) / 2);
}
.p-top1__chartLeft .label {
  display: flex;
  justify-content: center;
  margin-bottom: 42px;
}
.p-top1__chartLeft .label span {
  font-weight: 700;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  width: 160px;
  height: 48px;
}
.p-top1__chartLeft-list li {
  background: #686868;
  color: #fff;
  line-height: 1.625;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px;
  height: 88px;
  margin-bottom: 2px;
}
.p-top1__chartLeft-list li::before {
  content: "";
  width: 45px;
  aspect-ratio: 45/40;
  display: block;
  background: url(../img/top/warning.webp) no-repeat;
  background-size: cover;
}
.p-top1__chartLeft-list li > span {
  width: calc(100% - 60px);
}
.p-top1__chartLeft-list li .yellow {
  color: yellow;
}
.p-top1__chartRight .logo {
  text-align: center;
}
.p-top1__listCheck {
  background: #1b97bc;
  padding: 30px;
}
.p-top1__listCheck.orange-bg {
  background: #ff7200;
}
.p-top1__listCheck h4 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 2rem;
}
.p-top1__listCheck ul li {
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.p-top1__listCheck ul li:not(:last-child) {
  margin-bottom: 20px;
}
.p-top1__listCheck ul li::before {
  content: "";
  width: 26px;
  aspect-ratio: 26/23;
  display: block;
  background: url(../img/top/check.webp) no-repeat;
  background-size: cover;
}
.p-top1__listCheck ul li .yellow {
  color: yellow;
}
.p-top1__chartSp {
  font-size: 4.5333333333vw;
  font-weight: 700;
  text-align: center;
  width: 100%;
  height: 12.2666666667vw;
  border: 0.8vw solid #1b97bc;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 22.6666666667vw;
}
.p-top1__chartSp::after {
  content: "";
  width: 61.3333333333vw;
  aspect-ratio: 460/112;
  display: block;
  background: #1b97bc;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.p-top1__blockRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-top1__blockRowImg {
  width: 101px;
}
.p-top1__blockRowTxt {
  font-weight: 700;
  padding-left: 26px;
  width: calc(100% - 101px);
}
.p-top1__blockRowTxt p {
  position: relative;
}
.p-top1__blockRowTxt p::before {
  content: "";
  width: 47px;
  aspect-ratio: 47/48;
  background: url(../img/top/decor-2.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: -10%;
  right: 20%;
}

.p-top2 {
  padding: 80px 0;
  background: #f2f9fb;
}
.p-top2__list {
  margin-bottom: 60px;
}
.p-top2__list > li {
  background: #fff;
  border-radius: 30px;
  position: relative;
  box-shadow: 0 10px 20px rgba(189, 189, 189, 0.25);
}
.p-top2__list > li:not(:last-child) {
  margin-bottom: 105px;
}
.p-top2__list > li > span {
  position: absolute;
  left: 40px;
  top: 0;
  transform: translateY(-48%);
  max-width: 142px;
}
.p-top2__list > li > span img {
  display: block;
}
.p-top2__list > li .ttl {
  text-align: center;
  margin-bottom: 40px;
}
.p-top2__list > li .ttl.mb-0 {
  margin-bottom: 0;
}
.p-top2__list > li .ttl.padding-right {
  margin-right: 40px;
}
.p-top2__list > li .ttl.padding-right .flag {
  margin-right: 40px;
}
.p-top2__list > li .ttl.padding-right .flag img {
  margin-right: -15px;
}
.p-top2__list > li .ttl .flag {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 2rem;
  font-weight: 700;
}
.p-top2__list > li .ttl .flag img {
  width: 68px;
  margin-top: -30px;
}
.p-top2__list > li .ttl .underline {
  font-size: 5rem;
  font-weight: 700;
  font-style: italic;
  background: linear-gradient(transparent 0%, transparent 85%, #fffc25 85%, #fffc25 100%);
}
.p-top2__list > li .ttl .underline .en {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.p-top2__list > li .ttl .underline .en .num {
  font-size: 7rem;
  line-height: 1;
}
.p-top2__listHead {
  position: relative;
  padding: 60px 40px 35px;
}
.p-top2__listHead .decor {
  position: absolute;
  max-width: 226px;
  right: 40px;
  top: 40px;
}
.p-top2__listBody {
  background: url(../img/top/bg-line.webp);
  padding: 40px 65px 15px;
}
.p-top2__listBody > figure {
  text-align: center;
}
.p-top2__listBody > figure img {
  width: 570px;
}
.p-top2__listBody .list-check {
  margin-bottom: 35px;
}
.p-top2__listBody .list-check li {
  padding-left: 35px;
  position: relative;
  font-size: 2rem;
}
.p-top2__listBody .list-check li:not(:last-child) {
  margin-bottom: 20px;
}
.p-top2__listBody .list-check li::before {
  content: "";
  width: 26px;
  aspect-ratio: 26/23;
  -webkit-mask-image: url(../img/top/check.webp);
          mask-image: url(../img/top/check.webp);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #1b97bc;
  position: absolute;
  left: 0;
  top: 3px;
}
.p-top2__listFoot {
  padding: 40px 90px;
  background: #6aadcb;
  border-radius: 0 0 30px 30px;
}
.p-top2__box {
  background: #fff;
  border-radius: 20px;
  position: relative;
  padding: 30px 0 45px 170px;
}
.p-top2__box > img {
  position: absolute;
  bottom: 0;
  max-width: 111px;
  left: 30px;
}
.p-top2__box h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  border-left: 4px solid #0776a9;
  padding-left: 20px;
  margin-bottom: 30px;
}
.p-top2__box p {
  line-height: 1.5;
  font-weight: 400;
}
.p-top2__boxDecor {
  position: absolute;
  max-width: 156px;
  right: 0;
  bottom: 0;
  transform: translate(25%, 35%);
}
.p-top2__listImg {
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.p-top2__listImg figure {
  display: flex;
}
.p-top2__listImg figure picture {
  width: 50%;
}
.p-top3 {
  padding: 80px 0;
}
.p-top3__list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.p-top3__list li {
  width: calc((100% - 40px) / 3);
}
.p-top3__plan {
  width: calc((100% - 40px) / 3);
  border-radius: 20px;
  border: 4px rgb(190, 189, 189) solid;
}
.p-top3__topTxt, .p-top3__topTxt2 {
  display: flex;
  justify-content: space-between;
  margin-top: 10%;
}
.p-top3__topTxt2 {
  margin-top: -2%;
}
.p-top3__topTxt3 {
  text-align: center;
  margin-top: 1.7%;
  margin-bottom: 3.1%;
  font-size: 1.4rem;
}
.p-top3__topTxt4 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #1b97bc;
}
.p-top3__topTxt4 p {
  margin-top: 2.3%;
}
.p-top3__topTxt4 .img2 {
  margin-top: 0;
}
.p-top3__topTxt4 .img3 {
  margin-top: 6.5%;
}
.p-top3__topTxt4 .img5 {
  margin-top: 3.7%;
}
.p-top3__topTxt4 .img6 {
  margin-top: 11.3%;
}
.p-top3__topTxt5 {
  text-align: center;
  font-weight: 600;
  color: #444444;
  font-size: 1.6rem;
}
.p-top3__class {
  margin-left: 20px;
  color: #1b97bc;
  font-weight: 800;
  font-size: 2.4rem;
}
.p-top3__class .minTxt {
  font-size: 1.5rem;
}
.p-top3__carName {
  margin-right: 20px;
}
.p-top3__carName p {
  background-color: rgb(0, 0, 0);
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  border-radius: 20px;
  padding: 4px 18px 4px 14px;
  text-align: center;
}
.p-top3__carName2 {
  margin-right: 20px;
  padding-top: 7px;
}
.p-top3__carName2 p {
  background-color: rgb(0, 0, 0);
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  border-radius: 20px;
  padding: 4px 9px 4px 9px;
  text-align: center;
}
.p-top3__carImg {
  width: 77.1%;
  margin: auto;
}
.p-top3__carImg img {
  width: 100%;
}
.p-top3__carImg2 {
  width: 77.1%;
  margin: auto;
  margin-top: 14.5%;
}
.p-top3__carImg2 img {
  width: 100%;
}
.p-top3__carImg3 {
  width: 77.1%;
  margin: auto;
  margin-top: 11.7%;
}
.p-top3__carImg3 img {
  width: 100%;
}
.p-top3__carImg4 {
  width: 77.1%;
  margin: auto;
  margin-top: 6.2%;
}
.p-top3__carImg4 img {
  width: 100%;
}
.p-top3__carImg5 {
  width: 77.1%;
  margin: auto;
  margin-top: 10%;
}
.p-top3__carImg5 img {
  width: 100%;
}
.p-top3__detail {
  display: flex;
  margin-top: 4.6%;
  margin-bottom: 8.5%;
  justify-content: center;
}
.p-top3__detail p {
  background-color: #1b97bc;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 550;
  padding: 3px 3.8%;
}
.p-top3__detail p:nth-of-type(2) {
  margin-left: 1.7%;
}
.p-top3__detail p:nth-of-type(3) {
  margin-left: 1.7%;
}

.p-top4 {
  background: #1b97bc;
  padding: 80px 0 120px;
  position: relative;
}
.p-top4__txt {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 60px;
}
.p-top4__txt .yellow {
  color: #fffc00;
}
.p-top4__list {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.p-top4__list li {
  width: calc((100% - 50px) / 3);
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(189, 189, 189, 0.25);
  background: #fff;
  padding: 45px 20px 35px;
  position: relative;
}
.p-top4__list li:nth-child(2) {
  transition-delay: 0.4s;
}
.p-top4__list li:nth-child(3) {
  transition-delay: 0.6s;
}
.p-top4__list li:nth-child(4) {
  transition-delay: 0.8s;
}
.p-top4__list li:nth-child(5) {
  transition-delay: 1s;
}
.p-top4__list li:nth-child(6) {
  transition-delay: 1.2s;
}
.p-top4__list li .label {
  position: absolute;
  left: 20px;
  top: -10px;
  display: block;
  width: 50px;
  display: flex;
  justify-content: center;
  aspect-ratio: 1/1;
  line-height: 1;
  padding-top: 6px;
  font-size: 2.2rem;
  color: #fff;
  background: url(../img/top/list-label.webp) no-repeat;
  background-size: cover;
  font-family: "Century Gothic Pro", sans-serif;
}
.p-top4__list li .ttl {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: 700;
}
.p-top4__list li .txt {
  letter-spacing: 0.12em;
  line-height: 2;
}
.p-top4__decor-cars {
  position: absolute;
  max-width: 780px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-top5 {
  padding: 80px 0;
}
.p-top5__table {
  max-width: 905px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.p-top5__article h3.ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  gap: 15px;
  margin-bottom: 35px;
}
.p-top5__article h3.ttl::before, .p-top5__article h3.ttl::after {
  content: "";
  width: 45px;
  aspect-ratio: 45/40;
  display: block;
  background: url(../img/top/warning.webp) no-repeat;
  background-size: cover;
}
.p-top5__article p.txt {
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
}
.p-top5__articleCheck {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  background: #f2f9fb;
  border-radius: 20px;
  margin-bottom: 40px;
}
.p-top5__articleCheck ul li {
  padding-left: 42px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #444;
  letter-spacing: 0.12em;
}
.p-top5__articleCheck ul li:not(:last-child) {
  margin-bottom: 20px;
}
.p-top5__articleCheck ul li::before {
  content: "";
  width: 26px;
  aspect-ratio: 26/23;
  -webkit-mask-image: url(../img/top/check.webp);
          mask-image: url(../img/top/check.webp);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #1b97bc;
  position: absolute;
  left: 0;
  top: 1px;
}

.p-top6 {
  background: #fdfde8;
  padding: 80px 0;
}
.p-top6__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
}
.p-top6__list li {
  width: calc((100% - 60px) / 2);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(189, 189, 189, 0.25);
  padding: 25px 30px 35px;
}
.p-top6__list li:nth-child(2) {
  transition-delay: 0.4s;
}
.p-top6__list li:nth-child(3) {
  transition-delay: 0.6s;
}
.p-top6__list li:nth-child(4) {
  transition-delay: 0.8s;
}
.p-top6__list li figure {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.p-top6__list li figure img {
  width: 100px;
}
.p-top6__list li figure figcaption {
  width: calc(100% - 100px);
  padding-left: 25px;
}
.p-top6__list li figure figcaption span {
  display: block;
}
.p-top6__list li figure figcaption .age {
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 15px;
}
.p-top6__list li figure figcaption .voice {
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #1b97bc;
  font-size: 1.8rem;
}
.p-top6__list li .desc {
  line-height: 2;
  letter-spacing: 0.12em;
}

.p-top7 {
  padding: 80px 0 80px;
}
.p-top7__list .faq-item:not(:last-child) {
  margin-bottom: 20px;
}
.p-top7__list .faq-question span,
.p-top7__list .faq-answer span {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.p-top7__list .faq-question span::before,
.p-top7__list .faq-answer span::before {
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
}
.p-top7__list .faq-question {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.p-top7__list .faq-question.active::before {
  transform: translateY(-50%) rotate(135deg);
}
.p-top7__list .faq-question::before {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  position: absolute;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 20px;
  transition: 0.3s all;
}
.p-top7__list .faq-question span {
  background: #1b97bc;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.p-top7__list .faq-question span::before {
  content: "Q";
  color: #1b97bc;
  background: #fff;
}
.p-top7__list .faq-answer {
  max-height: 0;
  transition: 0.3s all;
  overflow: hidden;
}
.p-top7__list .faq-answer span {
  align-items: flex-start;
  line-height: 1.8;
}
.p-top7__list .faq-answer span::before {
  content: "A";
  background: #f16b6b;
  color: #fff;
  flex-shrink: 0;
}

.btn-line {
  background: #00b900;
  border: 2px solid #fff;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 75px;
  color: #fff;
  padding: 17px;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 15px rgba(0, 127, 0, 0.25);
  transition: all 2s linear;
}
.btn-line:not(.-noAnimated) {
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.btn-line::before {
  content: "";
  width: 51px;
  aspect-ratio: 51/48;
  display: block;
  background: url(../img/top/line-icon.webp) no-repeat;
  background-size: cover;
  margin-right: 44px;
}

.animatable {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.animatable.animated {
  opacity: 1;
  transform: translateY(0);
}

.en, .p-top1__chartSp .en {
  font-family: "Century Gothic Pro", sans-serif;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scaleX(1);
  }
}

@media print, screen and (min-width: 769px) {
  a:hover,
  button:hover {
    opacity: 0.75;
  }
  .t-hiddenSp {
    display: block;
  }
  .t-hiddenPc {
    display: none;
  }
  .t-taL-pc {
    text-align: left !important;
  }
  .t-taR-pc {
    text-align: right !important;
  }
  .t-taC-pc {
    text-align: center !important;
  }
  .l-header__sp {
    display: none;
  }
  .l-header__hamburger {
    display: none;
  }
  .sp-only {
    display: none;
  }
  .sp-fixed {
    display: none;
  }
  .p-mv__btn {
    border-width: 4px;
    font-size: 2.6rem;
  }
  .p-top1__txt .sp-blue {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
  }
  .p-top1__google {
    border-width: 4px;
    font-size: 2rem;
  }
  .p-top1__chartSp {
    display: none;
  }
  .btn-line {
    border-width: 4px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .m-wrapper {
    padding: 0 5.3333333333vw;
  }
  .l-header__row {
    padding-top: 2.6666666667vw;
  }
  .l-header__rowLogo {
    font-size: 1.8666666667vw !important;
    width: 39.2vw;
    gap: 1.3333333333vw 0 !important;
    position: relative;
    z-index: 13;
  }
  .l-header__viewSp {
    height: calc(100svh - 14.6666666667vw);
    overflow-y: auto;
    padding-top: 5.3333333333vw;
    border-top: 0.5333333333vw solid #1b97bc;
  }
  .l-header__sp .btn-line {
    max-width: 89.3333333333vw !important;
    font-size: 3.7333333333vw !important;
    line-height: 1;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 6.2666666667vw 4vw 6.1333333333vw !important;
    border-radius: 13.3333333333vw !important;
    margin-bottom: 10.6666666667vw;
    box-shadow: none;
  }
  .l-header__sp .btn-line::before {
    width: 6.8vw !important;
    margin-right: 0 !important;
    position: absolute;
    left: 5.3333333333vw;
  }
  .l-header__rowNav {
    position: fixed;
    width: 100vw;
    height: 100svh;
    padding-top: 14.6666666667vw;
    bottom: 0;
    left: 0;
    z-index: 11;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 0.3s all;
  }
  .l-header__rowNav ul.menu-list {
    flex-wrap: wrap;
    margin-bottom: 10.6666666667vw;
  }
  .l-header__rowNav ul.menu-list li {
    width: 100%;
    border-bottom: 0.2666666667vw solid #d1d1d1;
  }
  .l-header__rowNav ul.menu-list li a {
    font-size: 3.7333333333vw !important;
    padding: 5.3333333333vw !important;
    line-height: 1;
    display: block;
  }
  .l-header__rowNav ul.menu-list li a::after {
    content: "";
    width: 2.5333333333vw;
    aspect-ratio: 1/1;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 0.5333333333vw solid #777;
    border-bottom: 0.5333333333vw solid #777;
    position: absolute;
    right: 5.3333333333vw;
    top: 50%;
  }
  .l-footer {
    background: url(../img/common/footer-back-sp.webp) no-repeat;
    background-size: 100vw 100%;
  }
  .l-footer__container {
    display: block;
    width: 89.3vw;
  }
  .l-footer__title {
    padding-top: 15.5%;
    margin: auto;
    text-align: center;
  }
  .l-footer__title img {
    width: 52.3vw;
  }
  .l-footer__left {
    width: 100%;
    margin-left: 0;
  }
  .l-footer__leftbtns {
    margin-top: 7.3%;
    justify-content: center;
  }
  .l-footer__btn:nth-of-type(1), .l-footer__btn:nth-of-type(2) {
    margin-right: 1.3%;
  }
  .l-footer__btn a {
    font-size: 2.1333333333vw !important;
  }
  .l-footer__branches {
    margin-top: 7.8%;
  }
  .l-footer__branches h3 {
    font-size: 3.6vw !important;
    margin-top: 52px;
  }
  .l-footer__prefecture {
    display: block;
    width: 100%;
    margin-top: 7%;
  }
  .l-footer__prefecture p {
    font-size: 3.2vw !important;
    padding: 1% 0;
    width: 21%;
    text-align: center;
    margin-bottom: 8.4%;
  }
  .l-footer__prefecture a {
    font-size: 3.3333333333vw !important;
    font-weight: 500;
    padding: 0;
    margin-right: 15%;
  }
  .l-footer__prefecture a:nth-of-type(4) {
    margin-right: 0;
  }
  .l-footer__line {
    width: 100%;
    margin-top: 9%;
  }
  .l-footer__link {
    display: block;
    margin-top: 13.6%;
    margin-left: 0;
    text-align: center;
    padding: 0%;
  }
  .l-footer__link a:nth-of-type(1) {
    padding-left: 0%;
  }
  .l-footer__link a {
    font-size: 3.2vw !important;
    display: block;
    margin-bottom: 15px;
  }
  .l-footer__right {
    width: 100%;
    margin-top: 6.7%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .l-footer__right h3 {
    font-size: 3.3333333333vw !important;
  }
  .l-footer__right a {
    font-size: 3.0666666667vw !important;
    font-weight: 500;
  }
  .l-footer__copy {
    padding-bottom: 17%;
    margin-top: 15%;
  }
  .pc-only {
    display: none;
  }
  .fixed-btn {
    max-width: 13vw !important;
    right: -0.4vw;
  }
  .fixed-btn-line {
    display: none;
  }
  .sp-fixed a {
    max-width: 100% !important;
  }
  .p-mv {
    margin-top: 13.6667vw;
  }
  .p-mv__txt1 {
    font-size: 3.2vw !important;
    padding: 1.7333333333vw 3.8666666667vw 1.7333333333vw 3.6vw !important;
    width: 81.0666666667vw;
    border-radius: 8vw !important;
    bottom: unset;
    top: 22.5%;
  }
  .p-mv__txt1 .large {
    font-size: 3.2vw !important;
  }
  .p-mv__txt1 .yellow {
    font-size: 4.5333333333vw !important;
  }
  .p-mv__txt2 {
    width: 100%;
    max-width: 85.3333333333vw !important;
    bottom: 15%;
  }
  .p-mv__btn {
    max-width: vwSp(540px) !important;
  font-size: vwSp(28px) !important;
  justify-content: center;
  border-width: vwSp(6px) !important;
  padding: vwSp(40px) !important;
  border-radius: vwSp(100px) !important;
  }
  .p-mv__btn::before {
    width: 6.8vw !important;
    margin-right: 0 !important;
    position: absolute;
    left: 5.3333333333vw;
  }
  .p-top1 {
    padding: 8vw 0 10.6666666667vw;
  }
  .p-top1__boldtxt {
    font-size: 1.6rem;
  }
  .p-top1__ttl {
    margin-bottom: 13.3333333333vw;
  }
  .p-top1__ttl span.decor {
    margin-bottom: 3.3333333333vw;
    gap: 0 2.6666666667vw;
    font-size: 3.2vw;
  }
  .p-top1__ttl span.decor::before, .p-top1__ttl span.decor::after {
    width: 6.6666666667vw;
  }
  .p-top1__ttl span.label span {
    font-size: 4vw;
    border-width: 0.5333333333vw;
    padding: 1.1333333333vw 3.3333333333vw;
    min-width: 70.6666666667vw;
  }
  .p-top1__ttl span.label::before, .p-top1__ttl span.label::after {
    width: 12vw;
    top: 1.3333333333vw;
  }
  .p-top1__ttl1 {
    margin-bottom: 5.3333333333vw !important;
  }
  .p-top1__ttl1 .flag {
    width: 81.3333333333vw !important;
    font-size: 3.7333333333vw !important;
    padding: 2.9333333333vw 4vw 2.8vw !important;
    margin-bottom: 6.6666666667vw !important;
  }
  .p-top1__ttl1 .flag::before {
    width: 2.9333333333vw;
  }
  .p-top1__ttl1 .flag img {
    bottom: 20%;
    left: 4%;
    width: 11.3333333333vw !important;
  }
  .p-top1__ttl1 .decor {
    font-size: 6.6413333333vw !important;
    line-height: 1.4;
    text-align: center;
    align-items: flex-start;
    gap: 7.3333333333vw !important;
  }
  .p-top1__ttl1 .decor::before, .p-top1__ttl1 .decor::after {
    width: 9.6vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-top1__txt {
    font-size: 3.7333333333vw;
    letter-spacing: 0;
    margin-bottom: 7.3333333333vw !important;
  }
  .p-top1__google {
    width: 320px;
    height: 80px;
    font-size: 1.6rem;
    justify-content: center;
    border-width: 0.8vw !important;
    border-radius: 13.3333333333vw !important;
  }
  .p-top1__google::before {
    width: 6.8vw !important;
    margin-right: 14px;
    margin-left: 5px;
  }
  .p-top1__list {
    width: 100%;
    gap: 9.3333333333vw 0 !important;
    flex-wrap: wrap;
    margin-bottom: 12vw !important;
  }
  .p-top1__list li {
    width: 50%;
  }
  .p-top1__list li figure {
    text-align: center;
  }
  .p-top1__list li figure > img {
    width: 30.6666666667vw;
  }
  .p-top1__list li figure figcaption {
    margin-top: 2.6666666667vw !important;
  }
  .p-top1__list li figure figcaption img {
    width: 12.48vw !important;
    left: 14%;
  }
  .p-top1__list li figure figcaption span {
    font-size: 3.7333333333vw !important;
    text-align: center;
    line-height: 1;
  }
  .p-top1__img {
    width: 100% !important;
    margin-bottom: 8.6666666667vw !important;
  }
  .p-top1__blockCenter {
    width: 40.2777777778vw;
  }
  .p-top1__blockCenter {
    width: 100% !important;
  }
  .p-top1__blockCenter .tooltip {
    width: 81.3333333333vw !important;
    font-size: 3.7333333333vw !important;
    padding: 2.9333333333vw 4vw 2.8vw !important;
    line-height: 1;
    height: auto !important;
    margin-bottom: 6.6666666667vw !important;
  }
  .p-top1__blockCenter .tooltip::before {
    width: 2.9333333333vw;
  }
  .p-top1__blockCenter .txt {
    font-size: 4.5333333333vw !important;
    margin-bottom: 4vw !important;
  }
  .p-top1__boxBorder {
    padding: 4.6666666667vw 6.2666666667vw !important;
  }
  .p-top1__boxBorder p {
    font-size: 3.7333333333vw !important;
    text-align: left;
  }
  .p-top1__boxBorderFull {
    margin-top: 17.3333333333vw !important;
    margin-bottom: 8vw !important;
    position: relative;
    border-radius: 0 !important;
    padding: 2.1333333333vw !important;
    border-width: 0.5333333333vw;
  }
  .p-top1__boxBorderFull .left {
    width: 28vw !important;
  }
  .p-top1__boxBorderFull .right {
    width: calc(100% - 28vw) !important;
  }
  .p-top1__boxBorderFull .right h3 {
    position: absolute;
    bottom: calc(100% - 1.6vw);
    left: -0.5333333333vw;
    font-size: 2.9333333333vw !important;
    letter-spacing: 0.1em;
    width: calc(100% + 1.0666666667vw);
    height: 6.6666666667vw !important;
  }
  .p-top1__boxBorderFull .right .list-arrow li {
    flex-direction: column;
    gap: 2vw !important;
    align-items: flex-start;
  }
  .p-top1__boxBorderFull .right .list-arrow li:not(:last-child) {
    margin-bottom: 3.3333333333vw !important;
  }
  .p-top1__boxBorderFull .right .list-arrow li .arrow-red {
    width: 32vw !important;
    height: 5.3333333333vw !important;
    font-size: 2.6666666667vw !important;
    justify-content: flex-start;
    padding-left: 2.6666666667vw;
    clip-path: polygon(0 0, calc(100% - 2.6666666667vw) 0, 100% 50%, calc(100% - 2.6666666667vw) 100%, 0 100%) !important;
  }
  .p-top1__boxBorderFull .right .list-arrow li .bullet {
    width: 100% !important;
    font-size: 3.2vw !important;
  }
  .p-top1__boxBorderFull .right .list-arrow li .bullet .num {
    font-size: 4.5333333333vw !important;
  }
  .p-top1__chart {
    flex-wrap: wrap;
    margin: 11.3333333333vw 0 0 !important;
    justify-content: center;
    border: none !important;
  }
  .p-top1__chartLeft, .p-top1__chartRight {
    width: 80vw !important;
  }
  .p-top1__chartLeft .label {
    margin-bottom: 8vw !important;
  }
  .p-top1__chartLeft .label span {
    font-size: 3.8vw !important;
    width: 30.4vw !important;
    height: 9.12vw !important;
  }
  .p-top1__chartLeft-list li {
    gap: 2.6666666667vw !important;
    font-size: 3.04vw !important;
    height: 16.6666666667vw !important;
    padding: 2vw !important;
    margin-bottom: 0.2666666667vw !important;
  }
  .p-top1__chartLeft-list li::before {
    width: 8.5333333333vw !important;
  }
  .p-top1__chartRight .logo img {
    width: 56vw;
  }
  .p-top1__listCheck {
    padding: 4.6666666667vw 5.3333333333vw !important;
  }
  .p-top1__listCheck h4 {
    font-size: 3.8vw !important;
    margin-bottom: 4.6666666667vw !important;
  }
  .p-top1__listCheck ul li {
    font-size: 3vw !important;
    gap: 2vw !important;
    line-height: 1.8;
  }
  .p-top1__listCheck ul li:not(:last-child) {
    margin-bottom: 4.6666666667vw !important;
  }
  .p-top1__listCheck ul li::before {
    width: 4.9333333333vw !important;
  }
  .p-top1__blockRowImg {
    width: 19.2vw !important;
  }
  .p-top1__blockRowTxt {
    width: calc(100% - 19.2vw) !important;
    padding-left: 4.6666666667vw !important;
    font-size: 3.42vw !important;
  }
  .p-top1__blockRowTxt p::before {
    width: 8.8vw !important;
    right: 12%;
  }
  .p-top2 {
    padding: 10.6666666667vw 0 !important;
  }
  .p-top2__list {
    margin-bottom: 8vw !important;
  }
  .p-top2__list > li {
    border-radius: 4vw !important;
  }
  .p-top2__list > li:not(:last-child) {
    margin-bottom: 12vw !important;
  }
  .p-top2__list > li:last-child .p-top2__listHead .decor {
    top: 2vw !important;
    right: 4.6666666667vw !important;
  }
  .p-top2__list > li > span {
    max-width: 18.9333333333vw !important;
    left: 5.3333333333vw !important;
  }
  .p-top2__list > li .ttl {
    margin-bottom: 0 !important;
  }
  .p-top2__list > li .ttl.padding-right {
    margin-right: 0 !important;
  }
  .p-top2__list > li .ttl.padding-right .flag {
    margin-right: 0 !important;
  }
  .p-top2__list > li .ttl.padding-right .flag img {
    margin-right: -4vw !important;
  }
  .p-top2__list > li .ttl .flag {
    font-size: 2.6666666667vw !important;
    gap: 1.3333333333vw !important;
  }
  .p-top2__list > li .ttl .flag img {
    width: 9.0666666667vw !important;
    margin-top: -4vw !important;
  }
  .p-top2__list > li .ttl .underline {
    font-size: 6.6666666667vw !important;
  }
  .p-top2__list > li .ttl .underline .en {
    font-size: 8vw !important;
  }
  .p-top2__list > li .ttl .underline .en .num {
    font-size: 9.3333333333vw !important;
  }
  .p-top2__listHead {
    padding: 17.3333333333vw 2.6666666667vw 5.3333333333vw !important;
  }
  .p-top2__listHead .decor {
    max-width: 30vw !important;
    right: 5.3333333333vw !important;
    top: 5.3333333333vw !important;
  }
  .p-top2__listBody {
    padding: 5.3333333333vw 4vw !important;
    border-radius: 0 0 4vw 4vw !important;
  }
  .p-top2__listBody > figure.sp-width-570 img {
    width: 76vw !important;
  }
  .p-top2__listBody > figure img {
    width: 81.6vw !important;
  }
  .p-top2__listBody .list-check li {
    font-size: 3.7333333333vw !important;
    padding-left: 8vw !important;
    line-height: 1.8;
  }
  .p-top2__listBody .list-check li:not(:last-child) {
    margin-bottom: 4vw !important;
  }
  .p-top2__listBody .list-check li::before {
    width: 5.4666666667vw !important;
    top: 0.8vw !important;
  }
  .p-top2__listFoot {
    padding: 4vw !important;
    border-radius: 0 0 4vw 4vw !important;
  }
  .p-top2__box {
    border-radius: 2.6666666667vw !important;
    padding: 4vw !important;
  }
  .p-top2__box > img {
    display: none;
  }
  .p-top2__box h3 {
    font-size: 4.2666666667vw !important;
    padding-left: 2.6666666667vw !important;
    margin-bottom: 4vw !important;
    border-width: 0.8vw !important;
  }
  .p-top2__box p {
    font-size: 3.7333333333vw !important;
  }
  .p-top2__box p br {
    display: none;
  }
  .p-top2__boxDecor {
    max-width: 20.8vw !important;
    transform: translate(12%, 45%);
  }
  .p-top3 {
    padding: 10.6666666667vw 0 !important;
  }
  .p-top3__list {
    gap: 5.3333333333vw !important;
    margin-bottom: 8vw !important;
  }
  .p-top3__list li {
    width: 100% !important;
  }
  .p-top3__plan {
    width: 100% !important;
  }
  .p-top3__topTxt3 {
    font-size: 3.0666666667vw !important;
  }
  .p-top3__topTxt4 {
    font-size: 8vw !important;
  }
  .p-top3__topTxt5 {
    font-size: 4vw !important;
  }
  .p-top3__class {
    font-size: 6vw !important;
  }
  .p-top3__class .minTxt {
    font-size: 3.3333333333vw !important;
  }
  .p-top3__carName p {
    font-size: 3.3333333333vw !important;
  }
  .p-top3__carName2 p {
    font-size: 3.3333333333vw !important;
  }
  .p-top3__detail p {
    font-size: 3.3333333333vw !important;
  }
  .p-top4 {
    padding: 10.6666666667vw 0 21.3333333333vw !important;
  }
  .p-top4__txt {
    font-size: 3.7333333333vw !important;
    margin-bottom: 13.3333333333vw !important;
  }
  .p-top4__list {
    gap: 10.6666666667vw !important;
    justify-content: center;
  }
  .p-top4__list li {
    width: 85.3333333333vw !important;
    border-radius: 2.6666666667vw !important;
    padding: 12vw 4vw 4vw !important;
  }
  .p-top4__list li .label {
    width: 16vw !important;
    top: -5.3333333333vw !important;
    left: 2.6666666667vw !important;
    font-size: 6.98vw !important;
    padding-top: 2.6666666667vw !important;
  }
  .p-top4__list li .ttl {
    font-size: 4.2666666667vw !important;
    margin-bottom: 2.6666666667vw !important;
  }
  .p-top4__list li .txt {
    line-height: 1.8;
    font-size: 3.7333333333vw !important;
  }
  .p-top4__decor-cars {
    width: 100%;
    max-width: 89.3333333333vw !important;
  }
  .p-top5 {
    padding: 10.6666666667vw 0 !important;
  }
  .p-top5__table {
    max-width: 100% !important;
    width: 100%;
    margin-bottom: 10.6666666667vw !important;
  }
  .p-top5__article h3.ttl {
    text-align: center;
    font-size: 4.2666666667vw !important;
    gap: 2vw !important;
    margin-bottom: 4.6666666667vw !important;
    line-height: 1.8;
  }
  .p-top5__article h3.ttl::before, .p-top5__article h3.ttl::after {
    width: 6vw !important;
  }
  .p-top5__article p.txt {
    font-size: 3.7333333333vw !important;
    margin-bottom: 8vw !important;
  }
  .p-top5__articleCheck {
    max-width: 100% !important;
    padding: 5.3333333333vw 4vw !important;
    margin-bottom: 5.3333333333vw !important;
  }
  .p-top5__articleCheck ul li {
    font-size: 3.7333333333vw !important;
    padding-left: 6.6666666667vw !important;
    letter-spacing: 0;
  }
  .p-top5__articleCheck ul li:not(:last-child) {
    margin-bottom: 4vw !important;
  }
  .p-top5__articleCheck ul li::before {
    width: 5.3333333333vw !important;
  }
  .p-top6 {
    padding: 10.6666666667vw 0;
  }
  .p-top6__list {
    gap: 5.3333333333vw !important;
  }
  .p-top6__list li {
    width: 100% !important;
    border-radius: 2.6666666667vw !important;
    padding: 5.3333333333vw 2.6666666667vw 4vw !important;
  }
  .p-top6__list li figure img {
    width: 16vw !important;
  }
  .p-top6__list li figure figcaption {
    width: calc(100% - 16vw);
    padding-left: 2.9333333333vw !important;
  }
  .p-top6__list li figure figcaption .age {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw !important;
  }
  .p-top6__list li figure figcaption .voice {
    font-size: 4.2666666667vw !important;
    line-height: 1.6;
  }
  .p-top6__list li .desc {
    font-size: 3.7333333333vw !important;
    line-height: 1.8;
  }
  .p-top7 {
    padding: 10.6666666667vw 0 18.6666666667vw !important;
  }
  .p-top7__list .faq-item:not(:last-child) {
    margin-bottom: 1.2vw !important;
  }
  .p-top7__list .faq-question span,
  .p-top7__list .faq-answer span {
    gap: 4.6666666667vw !important;
    padding: 2.6666666667vw !important;
    font-size: 3.7333333333vw !important;
  }
  .p-top7__list .faq-question span::before,
  .p-top7__list .faq-answer span::before {
    width: 8vw !important;
    height: 8vw !important;
    font-size: 4.2666666667vw !important;
  }
  .p-top7__list .faq-question::before {
    width: 2.9333333333vw !important;
    right: 2.6666666667vw !important;
    border-width: 0.5333333333vw !important;
  }
  .btn-line {
    max-width: 72vw !important;
    font-size: 3.7333333333vw !important;
    justify-content: center;
    border-width: 0.8vw !important;
    padding: 5.3333333333vw !important;
    border-radius: 13.3333333333vw !important;
  }
  .btn-line::before {
    width: 6.8vw !important;
    margin-right: 0 !important;
    position: absolute;
    left: 5.3333333333vw;
  }
}

@media screen and (max-width: 1220px) {
  .l-header__rowLogo {
    font-size: 0.9722222222vw;
    gap: 0.6944444444vw 0;
  }
  .l-header__rowNav ul.menu-list {
    gap: 0 2.4305555556vw;
  }
  .l-header__rowNav ul.menu-list li a {
    font-size: 1.1111111111vw;
    padding: 0.3472222222vw 0;
  }
  .l-footer__btn a {
    font-size: 1.1805555556vw;
  }
  .l-footer__branches h3 {
    font-size: 1.7361111111vw;
  }
  .l-footer__prefecture p {
    font-size: 1.25vw;
  }
  .l-footer__prefecture a {
    font-size: 1.25vw;
  }
  .l-footer__link a {
    font-size: 1.25vw;
  }
  .l-footer__right h3 {
    font-size: 1.7361111111vw;
  }
  .l-footer__right a {
    font-size: 1.3888888889vw;
  }
  .fixed-btn {
    max-width: 5.6944444444vw;
    border-radius: 1.5972222222vw 0 0 1.5972222222vw;
  }
  .fixed-btn-line {
    width: 14.5833333333vw;
    padding: 0.6944444444vw 0.9722222222vw;
    border-radius: 0.2083333333vw;
  }
  .fixed-btn-line .label {
    font-size: 0.9722222222vw;
    padding: 0.3472222222vw;
    border-radius: 1.3888888889vw;
    margin-bottom: 0.6944444444vw;
  }
  .fixed-btn-line .txt {
    font-size: 1.3888888889vw;
  }
  .fixed-btn-line .txt::before {
    width: 2.5vw;
    margin-right: 1.1805555556vw;
  }
  .p-mv__txt1 {
    padding: 0.625vw 1.25vw 0.6944444444vw 1.3194444444vw;
    border-radius: 3.4722222222vw;
    font-size: 1.1805555556vw;
  }
  .p-mv__txt1 .large {
    font-size: 1.25vw;
  }
  .p-mv__txt1 .yellow {
    font-size: 1.5277777778vw;
  }
  .p-mv__txt2 {
    max-width: 28.4722222222vw;
  }
  .p-mv__btn {
    max-width: 72vw !important;
    font-size: 3.7333333333vw !important;
    justify-content: center;
    border-width: 0.8vw !important;
    padding: 5.3333333333vw !important;
    border-radius: 13.3333333333vw !important;
  }
  .p-mv__btn::before {
    width: 3.5416666667vw;
    margin-right: 3.0555555556vw;
  }
  .p-top1__ttl1 {
    margin-bottom: 1.7361111111vw;
  }
  .p-top1__ttl1 .flag {
    font-size: 1.5277777778vw;
    width: 32.6388888889vw;
    padding: 1.3194444444vw 0;
    margin-bottom: 0.6944444444vw;
  }
  .p-top1__ttl1 .flag img {
    width: 6.875vw;
  }
  .p-top1__ttl1 .decor {
    font-size: 4.1666666667vw;
    gap: 1.0416666667vw;
  }
  .p-top1__txt {
    margin-bottom: 2.7777777778vw;
  }
  .p-top1__google::before {
    width: 3.5416666667vw;
  }
  .p-top1__list {
    gap: 3.3333333333vw;
    margin-bottom: 3.4722222222vw;
  }
  .p-top1__list li figure figcaption {
    margin-top: 1.3888888889vw;
  }
  .p-top1__list li figure figcaption img {
    width: 4.8611111111vw;
  }
  .p-top1__list li figure figcaption span {
    font-size: 1.25vw;
  }
  .p-top1__img {
    width: 54.1666666667vw;
    margin-bottom: 5.5555555556vw;
  }
  .p-top1__blockCenter .tooltip {
    font-size: 1.5277777778vw;
    margin-bottom: 3.3333333333vw;
    width: 32.6388888889vw;
    height: 4.1666666667vw;
  }
  .p-top1__blockCenter .txt {
    font-size: 1.6666666667vw;
    margin-bottom: 1.0416666667vw;
  }
  .p-top1__boxBorder {
    border-radius: 1.3888888889vw;
    padding: 2.0833333333vw;
  }
  .p-top1__boxBorder p {
    font-size: 1.1111111111vw;
  }
  .p-top1__boxBorderFull {
    padding: 2.0833333333vw;
    margin-top: 6.25vw;
    border-radius: 1.3888888889vw;
    margin-bottom: 4.1666666667vw;
  }
  .p-top1__boxBorderFull .left {
    width: 16.6666666667vw;
  }
  .p-top1__boxBorderFull .right {
    width: calc(100% - 16.6666666667vw);
    padding-left: 2.7777777778vw;
  }
  .p-top1__boxBorderFull .right h3 {
    height: 3.4722222222vw;
    font-size: 1.5277777778vw;
    margin-bottom: 1.5277777778vw;
  }
  .p-top1__boxBorderFull .right .list-arrow li {
    gap: 2.7777777778vw;
  }
  .p-top1__boxBorderFull .right .list-arrow li:not(:last-child) {
    margin-bottom: 1.3194444444vw;
  }
  .p-top1__boxBorderFull .right .list-arrow li .arrow-red {
    height: 2.7777777778vw;
    font-size: 1.3888888889vw;
    clip-path: polygon(0 0, calc(100% - 1.3888888889vw) 0, 100% 50%, calc(100% - 1.3888888889vw) 100%, 0 100%);
    width: 18.75vw;
  }
  .p-top1__boxBorderFull .right .list-arrow li .bullet {
    font-size: 1.6666666667vw;
    width: calc(100% - 18.75vw);
  }
  .p-top1__boxBorderFull .right .list-arrow li .bullet .num {
    font-size: 2.3611111111vw;
  }
  .p-top1__chart {
    margin-left: 5.5555555556vw;
    margin-right: 4.1666666667vw;
    padding: 0 2.0833333333vw;
    gap: 4.1666666667vw;
    margin-top: 4.1666666667vw;
  }
  .p-top1__chartLeft, .p-top1__chartRight {
    width: calc((100% - 4.1666666667vw) / 2);
  }
  .p-top1__chartLeft .label {
    margin-bottom: 2.9166666667vw;
  }
  .p-top1__chartLeft .label span {
    font-size: 1.3888888889vw;
    width: 11.1111111111vw;
    height: 3.3333333333vw;
  }
  .p-top1__chartLeft-list li {
    gap: 0.9722222222vw;
    padding: 0.6944444444vw;
    height: 6.1111111111vw;
    margin-bottom: 0.1388888889vw;
    font-size: 1.1111111111vw;
  }
  .p-top1__chartLeft-list li::before {
    width: 3.125vw;
  }
  .p-top1__chartLeft-list li > span {
    width: calc(100% - 4.1666666667vw);
  }
  .p-top1__listCheck {
    padding: 2.0833333333vw;
  }
  .p-top1__listCheck h4 {
    font-size: 1.3888888889vw;
    margin-bottom: 2.0833333333vw;
  }
  .p-top1__listCheck ul li {
    font-size: 1.1111111111vw;
    gap: 0.6944444444vw;
  }
  .p-top1__listCheck ul li:not(:last-child) {
    margin-bottom: 1.3888888889vw;
  }
  .p-top1__listCheck ul li::before {
    width: 1.8055555556vw;
  }
  .p-top1__blockRowImg {
    width: 7.0138888889vw;
  }
  .p-top1__blockRowTxt {
    width: calc(100% - 7.0138888889vw);
    padding-left: 1.8055555556vw;
    font-size: 1.1111111111vw;
  }
  .p-top1__blockRowTxt p::before {
    width: 3.2638888889vw;
  }
  .p-top2 {
    padding: 5.5555555556vw 0;
  }
  .p-top2__list {
    margin-bottom: 4.1666666667vw;
  }
  .p-top2__list > li {
    border-radius: 2.0833333333vw;
  }
  .p-top2__list > li:not(:last-child) {
    margin-bottom: 7.2916666667vw;
  }
  .p-top2__list > li > span {
    left: 2.7777777778vw;
    max-width: 9.8611111111vw;
  }
  .p-top2__list > li .ttl {
    margin-bottom: 2.7777777778vw;
  }
  .p-top2__list > li .ttl.padding-right {
    margin-right: 2.7777777778vw;
  }
  .p-top2__list > li .ttl.padding-right .flag {
    margin-right: 2.7777777778vw;
  }
  .p-top2__list > li .ttl.padding-right .flag img {
    margin-right: -1.0416666667vw;
  }
  .p-top2__list > li .ttl .flag {
    font-size: 1.3888888889vw;
    gap: 0.6944444444vw;
  }
  .p-top2__list > li .ttl .flag img {
    width: 4.7222222222vw;
    margin-top: -2.0833333333vw;
  }
  .p-top2__list > li .ttl .underline {
    font-size: 3.4722222222vw;
  }
  .p-top2__list > li .ttl .underline .en {
    font-size: 4.1666666667vw;
  }
  .p-top2__list > li .ttl .underline .en .num {
    font-size: 4.8611111111vw;
  }
  .p-top2__listHead {
    padding: 4.1666666667vw 2.7777777778vw 2.4305555556vw;
  }
  .p-top2__listHead .decor {
    max-width: 15.6944444444vw;
    right: 2.7777777778vw;
    top: 2.7777777778vw;
  }
  .p-top2__listBody {
    padding: 2.7777777778vw 4.5138888889vw 3.125vw;
    border-radius: 0 0 2.0833333333vw 2.0833333333vw;
  }
  .p-top2__listBody > figure img {
    width: 39.5833333333vw;
  }
  .p-top2__listBody .list-check {
    margin-bottom: 2.4305555556vw;
  }
  .p-top2__listBody .list-check li {
    padding-left: 2.4305555556vw;
    font-size: 1.3888888889vw;
  }
  .p-top2__listBody .list-check li:not(:last-child) {
    margin-bottom: 1.3888888889vw;
  }
  .p-top2__listBody .list-check li::before {
    width: 1.8055555556vw;
    top: 0.2083333333vw;
  }
  .p-top2__listFoot {
    padding: 2.7777777778vw 6.25vw;
    border-radius: 0 0 2.0833333333vw 2.0833333333vw;
  }
  .p-top2__box {
    border-radius: 1.3888888889vw;
    padding: 2.0833333333vw 0 3.125vw 11.8055555556vw;
  }
  .p-top2__box > img {
    max-width: 7.7083333333vw;
    left: 2.0833333333vw;
  }
  .p-top2__box h3 {
    font-size: 1.6666666667vw;
    border-width: 0.2777777778vw;
    padding-left: 1.3888888889vw;
    margin-bottom: 2.0833333333vw;
  }
  .p-top2__box p {
    font-size: 1.1111111111vw;
  }
  .p-top2__boxDecor {
    max-width: 10.8333333333vw;
  }
  .p-top2__listImg {
    border-radius: 0 0 2.0833333333vw 2.0833333333vw;
  }
  .p-top3 {
    padding: 5.5555555556vw 0;
  }
  .p-top3__list {
    gap: 1.3888888889vw;
    margin-bottom: 4.1666666667vw;
  }
  .p-top3__list li {
    width: calc((100% - 2.7777777778vw) / 3);
  }
  .p-top3__plan {
    width: calc((100% - 2.7777777778vw) / 3);
  }
  .p-top3__topTxt3 {
    font-size: 1.1111111111vw;
  }
  .p-top3__topTxt4 {
    font-size: 2.7777777778vw;
  }
  .p-top3__topTxt5 {
    font-size: 1.3888888889vw;
  }
  .p-top3__class {
    font-size: 2.0833333333vw;
  }
  .p-top3__class .minTxt {
    font-size: 1.0416666667vw;
  }
  .p-top3__carName p {
    font-size: 1.25vw;
  }
  .p-top3__carName2 p {
    font-size: 1.25vw;
  }
  .p-top3__detail p {
    font-size: 1.1805555556vw;
  }
  .p-top4 {
    padding: 5.5555555556vw 0 8.3333333333vw;
  }
  .p-top4__txt {
    font-size: 1.3888888889vw;
    margin-bottom: 4.1666666667vw;
  }
  .p-top4__list {
    gap: 1.7361111111vw;
  }
  .p-top4__list li {
    width: calc((100% - 3.4722222222vw) / 3);
    border-radius: 1.3888888889vw;
    padding: 3.125vw 1.3888888889vw 2.4305555556vw;
  }
  .p-top4__list li .label {
    left: 1.3888888889vw;
    top: -0.6944444444vw;
    width: 3.4722222222vw;
    font-size: 1.5277777778vw;
    padding-top: 0.4166666667vw;
  }
  .p-top4__list li .ttl {
    font-size: 1.25vw;
    margin-bottom: 1.3888888889vw;
  }
  .p-top4__list li .txt {
    font-size: 1.1111111111vw;
  }
  .p-top4__decor-cars {
    max-width: 54.1666666667vw;
  }
  .p-top5 {
    padding: 5.5555555556vw 0;
  }
  .p-top5__table {
    max-width: 62.8472222222vw;
    margin-bottom: 5.5555555556vw;
  }
  .p-top5__article h3.ttl {
    font-size: 1.6666666667vw;
    gap: 1.0416666667vw;
    margin-bottom: 2.4305555556vw;
  }
  .p-top5__article h3.ttl::before, .p-top5__article h3.ttl::after {
    width: 3.125vw;
  }
  .p-top5__article p.txt {
    margin-bottom: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .p-top5__articleCheck {
    max-width: 35.4166666667vw;
    padding: 2.0833333333vw;
    border-radius: 1.3888888889vw;
    margin-bottom: 2.7777777778vw;
  }
  .p-top5__articleCheck ul li {
    padding-left: 2.9166666667vw;
    font-size: 1.25vw;
  }
  .p-top5__articleCheck ul li:not(:last-child) {
    margin-bottom: 1.3888888889vw;
  }
  .p-top5__articleCheck ul li::before {
    width: 1.8055555556vw;
  }
  .p-top6 {
    padding: 5.5555555556vw 0;
  }
  .p-top6__list {
    gap: 2.7777777778vw 4.1666666667vw;
  }
  .p-top6__list li {
    width: calc((100% - 4.1666666667vw) / 2);
    border-radius: 1.3888888889vw;
    padding: 1.7361111111vw 2.0833333333vw 2.4305555556vw;
  }
  .p-top6__list li figure {
    margin-bottom: 1.3888888889vw;
  }
  .p-top6__list li figure img {
    width: 6.9444444444vw;
  }
  .p-top6__list li figure figcaption {
    width: calc(100% - 6.9444444444vw);
    padding-left: 1.7361111111vw;
  }
  .p-top6__list li figure figcaption .age {
    margin-bottom: 1.0416666667vw;
  }
  .p-top6__list li figure figcaption .voice {
    font-size: 1.25vw;
  }
  .p-top6__list li .desc {
    font-size: 1.1111111111vw;
  }
  .p-top7 {
    padding: 5.5555555556vw 0 9.7222222222vw;
  }
  .p-top7__list .faq-item:not(:last-child) {
    margin-bottom: 1.3888888889vw;
  }
  .p-top7__list .faq-question span,
  .p-top7__list .faq-answer span {
    gap: 1.3888888889vw;
    padding: 1.3888888889vw;
    font-size: 1.1111111111vw;
  }
  .p-top7__list .faq-question span::before,
  .p-top7__list .faq-answer span::before {
    width: 2.7777777778vw;
    font-size: 1.5277777778vw;
  }
  .p-top7__list .faq-question::before {
    width: 1.1111111111vw;
    border-width: 0.2777777778vw;
    right: 1.3888888889vw;
  }
  .btn-line {
    font-size: 1.8055555556vw;
    max-width: 33.3333333333vw;
    padding: 1.1805555556vw;
    border-width: 0.1388888889vw;
    border-radius: 5.2083333333vw;
  }
  .btn-line::before {
    width: 3.5416666667vw;
    margin-right: 3.0555555556vw;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-header__rowNav ul.menu-list li a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
    background: #333333;
  }
}

@media screen and (max-width: 991px) {
  .l-footer__btn a::after {
    top: 55%;
  }
  .l-footer__btn:nth-of-type(1) a {
    padding-left: 3%;
  }
}

@media (min-width: 1220px) {
  .p-breadcrumb {
    margin-top: 84.54px !important;
  }
}

@media (max-width: 1219px) and (min-width: 1120px) {
  .p-breadcrumb {
    margin-top: 7vw !important;
  }
}

@media (max-width: 1119px) and (min-width: 971px) {
  .p-breadcrumb {
    margin-top: 7.2vw !important;
  }
}

@media (max-width: 970px) and (min-width: 769px) {
  .p-breadcrumb {
    margin-top: 7.5vw !important;
  }
}

@media (max-width: 768px) and (min-width: 575px) {
  .p-breadcrumb {
    margin-top: 13vw !important;
  }
}

@media (max-width: 574px) {
  .p-breadcrumb {
    margin-top: 14.5vw !important;
  }
}

@media (min-width: 1440px) {
  .p-mv {
    margin-top: 84.54px;
  }
}

@media (max-width: 1300px) and (min-width: 769px) {
  .p-mv {
    margin-top: 7.2vw;
  }
}

@media screen and (max-width: 475px) {
  .p-top1__boxBorderFull .right {
    padding-left: 2.6666666667vw !important;
  }
}
