html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 190px;
}

body {
  color: #222;
  font-family: "Zen Kaku Gothic New", system-ui, sans-serif;
  line-height: 1.8;
  background: #fff;
}

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

a {
  color: inherit;
  text-decoration: none;
}

main {
  min-height: 60vh;
}

[id] {
  scroll-margin-top: 190px;
}

@media only screen and (max-width: 1024px) {
  html {
    scroll-padding-top: 125px;
  }
  [id] {
    scroll-margin-top: 125px;
  }
}
.fadein {
  opacity: 0;
  will-change: opacity;
}

.fadein.is-animated {
  animation: fadein 1.5s ease forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeup {
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
}

.fadeup.is-animated {
  animation: fadeup 1.5s ease forwards;
}

@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .js-common-anim {
    transition: none;
  }
  .fadein {
    animation: none;
    opacity: 1;
  }
  .fadeup {
    animation: none;
    opacity: 1;
    transform: translateY(0);
  }
}
.site-header {
  width: 100%;
  font-family: "Zen Kaku Gothic New", system-ui, sans-serif;
}

.site-footer {
  width: 100%;
  font-family: "Zen Kaku Gothic New", system-ui, sans-serif;
  position: relative;
}

.site-header {
  box-sizing: border-box;
}

.site-header * {
  box-sizing: border-box;
}

.site-header *::before {
  box-sizing: border-box;
}

.site-header *::after {
  box-sizing: border-box;
}

.site-footer {
  box-sizing: border-box;
}

.site-footer * {
  box-sizing: border-box;
}

.site-footer *::before {
  box-sizing: border-box;
}

.site-footer *::after {
  box-sizing: border-box;
}

.site-header {
  background: #fff;
  color: #222;
  z-index: 20;
}

.site-header__notice {
  background: #4c639e;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.site-header__main {
  display: flex;
  align-items: center;
  background: #fff;
}

.site-header__logo {
  display: block;
  flex: 0 0 auto;
}

.site-header__logo picture {
  display: block;
  width: 100%;
  height: 100%;
}

.site-footer__logo picture {
  display: block;
  width: 100%;
  height: 100%;
}

.site-header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-header__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
}

.site-header__pc-buttons {
  display: none;
}

.site-header__pc-button {
  align-items: center;
  justify-content: center;
  background: #1f3661;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  transition: all 0.4s ease;
}
.site-header__pc-button:hover {
  cursor: pointer;
  background: #F49517;
}

.site-header__pc-button img {
  display: block;
  object-fit: contain;
}

.site-header__round-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  appearance: none;
}

.site-header__round-button--tel {
  background: #f49517;
}

.site-header__round-button--menu {
  background: #1f3661;
}

.site-header__round-icon {
  display: block;
}

.site-header__round-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.site-header__hamburger span {
  display: block;
  background: #fff;
  border-radius: 10px;
}

.site-header__round-button--menu.is-open .site-header__hamburger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.site-header__round-button--menu.is-open .site-header__hamburger span:nth-child(2) {
  opacity: 0;
}

.site-header__round-button--menu.is-open .site-header__hamburger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.site-header__cta {
  display: grid;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
}

.site-header__cta-item {
  display: flex;
  align-items: center;
  color: #364d78;
  font-weight: 700;
  line-height: 1.25;
  border-left: 1px dashed #d9d9d9;
}

.site-header__cta-item:first-child {
  border-left: 0;
}

.site-header__cta-item img {
  display: block;
  object-fit: contain;
}

.site-header__pc-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header__bottom-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-drawer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header__bottom-nav {
  display: none;
}

.site-header-dropdown {
  display: none;
}

.site-drawer {
  display: none;
  background: #1f3661;
  color: #fff;
}

.site-drawer.is-open {
  display: block;
}

.site-drawer__list a {
  display: block;
  border-bottom: 1px solid #fff;
}

.site-drawer__close {
  display: none;
}

.site-footer {
  color: #fff;
}

p, h1, h2, h3, ul, li {
  margin: 0;
  padding: 0;
}

.site-footer__logo {
  display: block;
}

.site-footer__label {
  display: flex;
  align-items: center;
}

.site-footer__reception-row {
  display: flex;
  align-items: center;
}

.site-footer__contact-button {
  display: flex;
  align-items: center;
}

.site-footer__quick a {
  display: flex;
  align-items: center;
}

.site-footer__label img {
  display: block;
}

.site-footer__label img {
  flex: 0 0 auto;
  object-fit: contain;
}

.site-footer__reception-row img {
  display: block;
  object-fit: contain;
}

.site-footer__quick img {
  display: block;
  object-fit: contain;
}

.site-footer__nav a {
  display: block;
  color: #fff;
}

.site-footer__privacy {
  display: block;
  color: #fff;
}

.site-footer__copy {
  margin: 0;
  color: #ddd;
  font-family: "Poppins", sans-serif;
  text-align: right;
}

@media only screen and (min-width: 1280px) {
  .sp {
    display: none;
  }
  .site-header {
    min-width: 0;
    width: 100%;
    position: relative;
    position: fixed;
  }
  .site-header__notice {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
  }
  .site-header__notice br {
    display: none;
  }
  .site-header__main {
    width: 100%;
    max-width: 1462px;
    margin: 0 auto;
    height: 82px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px 0 0;
  }
  .site-header__logo {
    width: 230px;
    height: 52px;
    margin-right: 76px;
    transition: all 0.3s ease;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .site-header__logo {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__logo:hover {
    cursor: pointer;
    opacity: 0.5;
  }
  .site-header__pc-nav {
    display: block;
    flex: 0 0 auto;
  }
  .site-header__pc-nav-list {
    display: flex;
    align-items: center;
    gap: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #364d78;
  }
  .site-header__pc-nav-list a {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.2s ease;
  }
  .site-header__pc-nav-list a:hover {
    text-decoration-color: inherit;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .site-header__pc-nav-list {
    gap: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__pc-nav-list a {
    display: flex;
    align-items: center;
    min-height: 42px;
    letter-spacing: 0.42px;
  }
  .site-header__pc-nav-list a::before {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background: #eddb06;
    position: relative;
    top: -9px;
  }
  .site-header__pc-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
  }
  .site-header__pc-button {
    display: flex;
    height: 46px;
    border-radius: 100px;
    font-size: 14px;
    letter-spacing: 0.7px;
    padding-bottom: 2px;
  }
  .site-header__pc-button:first-child {
    width: 288px;
  }
  .site-header__pc-button:last-child {
    width: 214px;
  }
  .site-header__pc-button img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-top: 2px;
  }
  .site-header__actions {
    display: none;
  }
  .site-header__cta {
    display: none;
  }
  .site-header__bottom-nav {
    display: block;
    position: relative;
    width: 100%;
    height: 53px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
  }
  .site-header__bottom-nav-list {
    display: flex;
    align-items: center;
    width: 1238px;
    justify-content: space-between;
    margin: 0 auto;
    height: 52px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.8px;
    color: #1f3661;
    transition: all 0.2s ease;
  }
  .site-header__bottom-nav-list > li {
    display: flex;
    align-items: center;
    height: 52px;
  }
  .site-header__bottom-nav-list > li a {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.2s ease;
  }
  .site-header__bottom-nav-list > li:hover > a {
    color: #f49517;
    font-weight: 700;
    text-decoration-color: inherit;
  }
  .site-header__bottom-nav-item--service:hover .site-header-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-header__bottom-nav-item--service:focus-within .site-header-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-header-dropdown {
    display: block;
    position: absolute;
    top: 52px;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 452px;
    background: #1f3661;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }
  .site-header-dropdown__inner {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 67px;
  }
  .site-header-dropdown__section {
    width: 970px;
  }
  .site-header-dropdown__section--reform {
    padding-top: 47px;
    border-top: 1px dashed rgba(255, 255, 255, 0.85);
  }
  .site-header-dropdown__heading {
    display: flex;
    align-items: center;
    margin: 0 0 12px;
    font: normal normal bold 18px/46px Zen Kaku Gothic New;
    letter-spacing: 0.9px;
    color: #FFFFFF;
  }
  .site-header-dropdown__heading img {
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    object-fit: contain;
  }
  .site-header-dropdown__list {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-header-dropdown__list--curtain {
    grid-template-columns: 321px 321px 1fr;
    margin-bottom: 55px;
  }
  .site-header-dropdown__list--reform {
    grid-template-columns: 321px 1fr;
  }
  .site-header-dropdown__list a {
    display: flex;
    align-items: center;
    min-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.4s ease;
  }
  .site-header-dropdown__list a:hover {
    text-decoration-color: inherit;
  }
  .site-header-dropdown__list a .site-header-dropdown__icon {
    transition: background-color 0.6s ease;
  }
  .site-header-dropdown__list a:hover .site-header-dropdown__icon,
  .site-header-dropdown__list a:focus .site-header-dropdown__icon {
    background-color: #fff;
  }
  .site-header__bottom-nav-list .site-header-dropdown__list a {
    color: #fff;
  }
  .site-header__bottom-nav-list li:hover .site-header-dropdown__list a {
    font: normal normal bold 16px/24px Zen Kaku Gothic New;
    letter-spacing: 0.8px;
    color: #FFFFFF;
  }
  .site-header__bottom-nav-list li:focus-within .site-header-dropdown__list a {
    color: #fff;
    font-weight: 700;
  }
  .site-header__bottom-nav-list .site-header-dropdown__list a:hover {
    color: #fff;
  }
  .site-header-dropdown__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.6s ease;
  }
  .site-header-dropdown__icon-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 50px;
    height: 50px;
    object-fit: contain;
    transition: opacity 0.6s ease;
  }
  .site-header-dropdown__icon-image--hover {
    opacity: 0;
  }
  .site-header-dropdown__list a:hover .site-header-dropdown__icon-image--default,
  .site-header-dropdown__list a:focus .site-header-dropdown__icon-image--default {
    opacity: 0;
  }
  .site-header-dropdown__list a:hover .site-header-dropdown__icon-image--hover,
  .site-header-dropdown__list a:focus .site-header-dropdown__icon-image--hover {
    opacity: 1;
  }
  .site-footer {
    min-width: 0;
    width: 100%;
  }
  .site-footer__contact-area {
    width: 100%;
    padding-top: 50px !important;
    background: linear-gradient(to bottom, #f7f7f7 0, #f7f7f7 315px, #1f3661 315px, #1f3661 100%);
    position: relative;
  }
  .site-footer__contact-area::before {
    content: "";
    display: block;
    width: 100%;
    height: 17px;
    background: url(../images/top/nami01_pc.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -17px;
    left: 0;
  }
  .site-footer__contact-panel {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 1249px;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 70px;
    border: 6px solid #1f3661;
    border-radius: 60px;
    background: #fff;
    color: #1f3661;
  }
  .site-footer__contact-copy {
    width: 376px;
  }
  .site-footer__label {
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
    color: #1F3661;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.98px;
    text-align: center;
  }
  .site-footer__label img {
    width: 15px;
    height: 15px;
  }
  .site-footer__ribbon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 281px;
    margin: 0 auto;
    height: 30px;
    border-radius: 100px;
    margin-bottom: 17px;
    background: #f49517;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.48px;
    padding-bottom: 2px;
  }
  .site-footer__ribbon::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #f49517;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: translateX(-50%);
  }
  .site-footer__catch {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 46px;
    letter-spacing: 0.6px;
    color: #1F3661;
    margin-bottom: 30px;
  }
  .site-footer__sub {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #1F3661;
    padding: 15.5px 0 17.5px;
    border-top: dashed 1px;
    border-bottom: dashed 1px;
  }
  .site-footer__message {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #1F3661;
    margin-bottom: 20px;
  }
  .site-footer__contact-info {
    box-sizing: border-box;
    width: 683px;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    border-radius: 40px;
    padding: 40px 50px;
  }
  .site-footer__wrapflex {
    display: flex;
    justify-content: space-between;
  }
  .site-footer__reception {
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: #364d78;
  }
  .site-footer__reception-row {
    align-items: flex-start;
  }
  .site-footer__reception-row img {
    width: 25px;
    height: 25px;
    margin-right: 12px;
    margin-top: 3px;
  }
  .site-footer__reception-row p {
    font-size: 14px;
    line-height: 21px;
  }
  .site-footer__tel {
    color: #1f3661;
    font-family: "Poppins", sans-serif;
    font-size: 26px !important;
    font-weight: 600;
    line-height: 36px !important;
  }
  .site-footer__tel-time {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.42px;
    color: #364D78;
  }
  .site-footer__store {
    color: #1f3661;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 29px !important;
    letter-spacing: 1.6px;
    margin-bottom: 2px;
  }
  .site-footer__contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }
  .site-footer__contact-button {
    width: 280px;
    height: 56px;
    padding-left: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 0.9px;
    border-radius: 100px;
  }
  .site-footer__contact-button::before {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    margin-right: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image 0.4s ease;
  }
  .site-footer__contact-button--mail {
    border: solid 2px transparent;
    background: #364d78;
    transition: all 0.4s ease;
  }
  .site-footer__contact-button--mail::before {
    background-image: url("../images/hf/PC/footer/footer_mail_white2.png");
  }
  .site-footer__contact-button--mail span {
    transition: all 0.4s ease;
  }
  .site-footer__contact-button--mail:hover {
    cursor: pointer;
    border: solid 2px #364d78;
    background: #fff;
  }
  .site-footer__contact-button--mail:hover::before {
    background-image: url("../images/hf/PC/footer/footer_mail_blue2.png");
  }
  .site-footer__contact-button--mail:hover span {
    color: #364d78;
  }
  .site-footer__contact-button--line {
    border: solid 2px transparent;
    background: #06c755;
    transition: all 0.4s ease;
  }
  .site-footer__contact-button--line::before {
    background-image: url("../images/hf/PC/footer/footer_line_white.png");
  }
  .site-footer__contact-button--line span {
    transition: all 0.4s ease;
  }
  .site-footer__contact-button--line:hover {
    cursor: pointer;
    border: solid 2px #06c755;
    background: #fff;
  }
  .site-footer__contact-button--line:hover::before {
    background-image: url("../images/hf/PC/footer/footer_line_green.png");
  }
  .site-footer__contact-button--line:hover span {
    color: #06c755;
  }
  .site-footer__quick-wrap {
    width: 100%;
    background: #1f3661;
    padding: 0 0 45px;
  }
  .site-footer__quick {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    margin: 40px auto 0;
  }
  .site-footer__quick a {
    height: 111px;
    padding: 0 60px 0 40px;
    border-left: 1px dashed #e8e8e8;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
  }
  .site-footer__quick a span {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.4s ease;
  }
  .site-footer__quick a:hover {
    cursor: pointer;
  }
  .site-footer__quick a:hover .site-footer__quick-icon {
    background: #1F3661;
    border: solid 1px #fff;
  }
  .site-footer__quick a:hover .site-footer__quick-icon img {
    filter: brightness(0) invert(1);
  }
  .site-footer__quick a:hover span {
    text-decoration-color: inherit;
  }
  .site-footer__quick a:first-child {
    border-left: 0;
  }
  .site-footer__quick a::after {
    content: "";
    width: 16px;
    height: 10px;
    margin-left: auto;
    background: url("../images/hf/PC/footer/right_white.png") center/contain no-repeat;
    position: relative;
    left: 20px;
  }
  .site-footer__quick-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    margin-right: 20px;
    border-radius: 50%;
    background: #fff;
    border: solid 1px transparent;
  }
  .site-footer__quick-icon img {
    width: 35px;
    height: 35px;
    transition: filter 0.4s ease;
  }
  .site-footer__sitemap-area {
    width: 100%;
    min-height: 822px;
    background: #364d78;
  }
  .site-footer__sitemap {
    display: flex;
    flex-direction: column-reverse;
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 88px;
  }
  .site-footer__company {
    padding-top: 60px;
  }
  .site-footer__logo {
    width: 264px;
    height: 61px;
    margin-bottom: 15px;
  }
  .site-footer__address {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.45px;
    margin-bottom: 45px;
    color: #fff;
  }
  .site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .site-footer__privacy {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.2s ease;
  }
  .site-footer__privacy:hover {
    cursor: pointer;
    text-decoration-color: inherit;
  }
  .site-footer__nav {
    display: flex;
    gap: 120px;
    border-bottom: dashed 1px #fff;
  }
  .site-footer__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
  }
  .site-footer__nav li {
    margin-bottom: 40px;
  }
  .site-footer__nav li.site-footer__subitem {
    margin-bottom: 15px;
  }
  .site-footer__subitem-title {
    margin-bottom: 20px;
  }
  .site-footer__nav a {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.2s ease;
  }
  .site-footer__nav a:hover {
    cursor: pointer;
    text-decoration-color: inherit;
  }
  .site-footer__subitem.main-title > a {
    text-decoration: none;
  }
  .site-footer__subitem.main-title {
    margin-bottom: 20px;
  }
  .site-footer__subitem.main-title > a {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.45px;
  }
  .site-footer__subitem.main-title > ul {
    padding-left: 14px;
    margin-bottom: 20px;
  }
  .site-footer__subitem.main-title > ul li a {
    line-height: 21px;
    font-weight: 400;
  }
  .site-footer__copy {
    font-size: 14px;
    line-height: 21px;
  }
  .site-footer__nav-dott {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  .pc {
    display: none;
  }
  .site-header {
    width: 100%;
  }
  .site-footer {
    width: 100%;
  }
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    margin-right: auto;
    margin-left: auto;
    transition: transform 0.3s ease;
    will-change: transform;
  }
  .site-header.is-scroll-down {
    transform: translateY(-100px);
  }
  .site-header.is-scroll-up {
    transform: translateY(0);
  }
  .site-header__notice {
    height: 35px;
    font-size: 10px;
    line-height: 13.5px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header__main {
    width: 100%;
    margin: 0 auto;
    height: 65px;
    padding: 0 5px 0 10px;
    display: flex;
    align-items: center;
  }
  .site-header__logo {
    width: 170px;
    height: 39px;
  }
  .site-header__pc-nav {
    display: none;
  }
  .site-header__pc-buttons {
    display: none;
  }
  .site-header__bottom-nav {
    display: none;
  }
  .site-header__actions {
    margin-left: auto;
    gap: 5px;
  }
  .site-header__round-button {
    width: 55px;
    height: 55px;
    font-size: 8px;
    letter-spacing: 1.04px;
  }
  .site-header__round-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 6px;
  }
  .site-header__hamburger {
    width: 25px;
    height: 16px;
    margin-bottom: 7px;
  }
  .site-header__hamburger span {
    width: 25px;
    height: 1.5px;
  }
  .site-header__round-button--menu.is-open .site-header__hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .site-header__round-button--menu.is-open .site-header__hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .site-header__cta {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin: 0 auto;
    height: 57px;
    padding: 10px 0 9px;
  }
  .site-header__cta-item {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.75px;
    justify-content: center;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 399px) {
  .site-header__cta-item {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 1279px) {
  .site-header__cta-item img {
    width: 22.5px;
    height: 22.5px;
    margin-right: 7px;
  }
  .site-drawer {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1000;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    background: #364D78;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
  }
  .site-drawer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-drawer__inner {
    position: relative;
    width: 325px;
    margin: 0 auto;
    min-height: 100dvh;
    padding: 60px 12px 0;
  }
  .site-drawer__inner > * {
    position: relative;
    z-index: 1;
  }
  .site-drawer__close {
    position: absolute;
    top: 30px;
    right: 23px;
    display: grid;
    justify-items: center;
    gap: 4px;
    width: 35px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font: normal normal bold 7px/10px Poppins;
    letter-spacing: 1.4px;
    appearance: none;
  }
  .site-drawer__close span:first-child {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
  }
  .site-drawer__close span:first-child::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 28px;
    height: 1.5px;
    background: #fff;
  }
  .site-drawer__close span:first-child::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 28px;
    height: 1.5px;
    background: #fff;
  }
  .site-drawer__close span:first-child::before {
    transform: rotate(28deg);
  }
  .site-drawer__close span:first-child::after {
    transform: rotate(-28deg);
  }
  .site-drawer__list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .site-drawer__icon-list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .site-drawer__target-list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .site-drawer__list--top {
    margin-top: 0;
  }
  .site-drawer__list a {
    font: normal normal 500 15px/22px Zen Kaku Gothic New;
    letter-spacing: 1.2px;
    color: #FFFFFF;
  }
  .site-drawer__service-toggle {
    font: normal normal 500 15px/22px Zen Kaku Gothic New;
    letter-spacing: 1.2px;
    color: #fff;
  }
  .site-drawer__category {
    font: normal normal 500 14px/24px Zen Kaku Gothic New;
    letter-spacing: 1.12px;
    color: #fff;
  }
  .site-drawer__list a {
    padding: 12.5px 0 15px 12px;
    border-bottom: 1px dashed #fff;
  }
  .site-drawer__list--top a {
    border-top: 0;
  }
  .site-drawer__service {
    padding: 0 13px;
    border-bottom: 1px dashed #fff;
  }
  .site-drawer__service-head {
    padding: 13px 0 12px;
  }
  .site-drawer__service-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    appearance: none;
    cursor: pointer;
  }
  .site-drawer__service-icon {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
  }
  .site-drawer__service-icon::before,
  .site-drawer__service-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 15px;
    height: 1.5px;
    border-radius: 100px;
    background: #fff;
    transform: translateY(-50%);
  }
  .site-drawer__service-icon::after {
    transform: translateY(-50%) rotate(90deg);
    transition: opacity 0.25s ease;
  }
  .site-drawer__service.is-open .site-drawer__service-icon::after {
    opacity: 0;
  }
  .site-drawer__service-panel {
    max-height: 0;
    overflow: hidden;
    padding-bottom: 0;
    opacity: 0;
    transition: max-height 0.35s ease, padding-bottom 0.35s ease, opacity 0.25s ease;
  }
  .site-drawer__service.is-open .site-drawer__service-panel {
    max-height: 520px;
    padding-bottom: 17px;
    opacity: 1;
  }
  .site-drawer__service-top {
    display: block;
    margin-top: 8px;
    font: normal normal 500 13px/18px Zen Kaku Gothic New;
    letter-spacing: 1.04px;
    color: #fff;
    padding-left: 22.5px;
    position: relative;
  }
  .site-drawer__service-top::before {
    content: "";
    display: block;
    width: 15px;
    height: 9px;
    background: url(../images/top/pickup/PC/right_white.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .site-drawer__category {
    margin-top: 20px;
  }
  .site-drawer__icon-list {
    display: grid;
    gap: 10px;
    margin-top: 10px;
  }
  .site-drawer__icon-list a {
    display: flex;
    align-items: center;
    gap: 7.5px;
    font: normal normal bold 13px/20px Zen Kaku Gothic New;
    letter-spacing: 0.65px;
    color: #fff;
  }
  .site-drawer__icon-list span {
    display: block;
    width: 45px;
    height: 45px;
  }
  .site-drawer__icon-list img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .site-drawer__target-list {
    display: grid;
    gap: 12px;
    margin-top: 30px;
    padding-bottom: 38px;
  }
  .site-drawer__target-list a {
    position: relative;
    display: block;
    padding-left: 15px;
    font: normal normal 500 14px/20px Zen Kaku Gothic New;
    letter-spacing: 0.7px;
    color: #fff;
  }
  .site-drawer__target-list a::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #EDDB06;
  }
  .site-drawer__buttons {
    position: relative;
    display: grid;
    gap: 20px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 30px max(25px, 50vw - 162.5px) 40px;
    background: #1f3661;
  }
  .site-drawer__buttons::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 9px;
    background: url(../images/top/nami06.png) center top/cover no-repeat;
    background-size: 100% 100%;
  }
  .site-drawer__buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 50px;
    border-radius: 100px;
    background: #fff;
    font: normal normal 500 15px/17px Zen Kaku Gothic New;
    letter-spacing: 0.75px;
    color: #1f3661;
  }
  .site-drawer__buttons img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }
  .site-footer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #364d78;
  }
  .site-footer__contact-area {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    background: linear-gradient(to bottom, #f7f7f7 0, #f7f7f7 228px, #1f3661 228px, #1f3661 100%);
    color: #1f3661;
    position: relative;
  }
  .site-footer__contact-area::before {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    background: url(../images/top/nami01_smp.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -9px;
    left: 0;
  }
  .site-footer__contact-panel {
    box-sizing: border-box;
    width: 370px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 20px 25px;
    border: 3px solid #1f3661;
    border-radius: 30px;
    background: #fff;
    position: relative;
    z-index: 10;
  }
  .site-footer__contact-copy {
    width: 100%;
  }
  .site-footer__message {
    margin-bottom: 15px;
    text-align: center;
    color: #1f3661;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.6px;
  }
  .site-footer__label {
    gap: 5px;
    justify-content: center;
    margin-bottom: 15px;
    color: #1f3661;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.84px;
  }
  .site-footer__label img {
    width: 12.5px;
    height: 12.5px;
  }
  .site-footer__ribbon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 205.5px;
    height: 24.5px;
    margin: 0 auto 15px;
    border-radius: 100px;
    background: #f49517;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.36px;
    padding-bottom: 1px;
  }
  .site-footer__ribbon::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 0;
    height: 0;
    border-top: 10px solid #f49517;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transform: translateX(-50%);
  }
  .site-footer__catch {
    margin-bottom: 20px;
    text-align: center;
    color: #1f3661;
    font-size: 25px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.5px;
  }
  .site-footer__sub {
    padding: 13px 0;
    border-top: 1px dashed #1f3661;
    border-bottom: 1px dashed #1f3661;
    text-align: center;
    color: #1f3661;
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: 0.65px;
  }
  .site-footer__contact-info {
    box-sizing: border-box;
    width: 325px;
    margin-top: 20px;
    padding: 25px;
    border-radius: 20px;
    background: #f2f2f2;
  }
  .site-footer__wrapflex {
    display: block;
  }
  .site-footer__reception {
    display: grid;
    gap: 18px;
    color: #364d78;
  }
  .site-footer__reception-row img {
    width: 25px;
    height: 25px;
    margin-top: -16px;
    margin-right: 12px;
  }
  .site-footer__reception-row:nth-child(2) img {
    margin-top: -31px;
  }
  .site-footer__reception-row p {
    color: #364d78;
    font-size: 12px;
    line-height: 16px;
  }
  .site-footer__tel {
    color: #1f3661;
    font-family: "Poppins", sans-serif;
    font-size: 28px !important;
    font-weight: 600;
    line-height: 38px !important;
  }
  .site-footer__tel-time {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.36px;
  }
  .site-footer__store {
    color: #1f3661;
    font-size: 17px !important;
    font-weight: 700;
    line-height: 25.5px !important;
    letter-spacing: 1.36px;
    margin-bottom: 2px;
  }
  .site-footer__contact-buttons {
    display: grid;
    gap: 15px;
    margin-top: 15px;
  }
  .site-footer__contact-button {
    width: 275px;
    height: 50px;
    justify-content: center;
    border-radius: 100px;
    border: solid 2px transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 22.5px;
    letter-spacing: 0.75px;
  }
  .site-footer__contact-button::before {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image 0.4s ease;
  }
  .site-footer__contact-button--mail {
    background: #364d78;
    transition: all 0.4s ease;
  }
  .site-footer__contact-button--mail span {
    transition: all 0.4s ease;
  }
  .site-footer__contact-button--mail::before {
    background-image: url("../images/hf/SMP/footer/footer_mail_white2.png");
  }
  .site-footer__contact-button--line {
    background: #06c755;
    transition: all 0.4s ease;
  }
  .site-footer__contact-button--line span {
    transition: all 0.4s ease;
  }
  .site-footer__contact-button--line::before {
    background-image: url("../images/hf/SMP/footer/footer_line_white.png");
  }
  .site-footer__quick-wrap {
    width: 100%;
    padding: 30px 0 31px;
    background: #1f3661;
  }
  .site-footer__quick {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 376px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    background: #1f3661;
  }
  .site-footer__quick a {
    position: relative;
    min-height: 65px;
    border-top: 1px dashed rgba(255, 255, 255, 0.82);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 22.5px;
    letter-spacing: 0.75px;
  }
  .site-footer__quick a:nth-child(1) {
    border-top: 0;
  }
  .site-footer__quick a:nth-child(2) {
    border-top: 0;
  }
  .site-footer__quick a:nth-child(odd) {
    border-left: 0;
  }
  .site-footer__quick a:nth-child(even) {
    padding-left: 13px;
  }
  .site-footer__quick a::after {
    content: "";
    width: 13px;
    height: 8px;
    margin-left: 5px;
    background: url("../images/hf/PC/footer/right_white.png") center/contain no-repeat;
  }
  .site-footer__quick-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42.5px;
    height: 42.5px;
    margin-right: 10px;
    border-radius: 50%;
    background: #fff;
  }
  .site-footer__quick-icon img {
    width: 22.5px;
    height: 22.5px;
  }
  .site-footer__sitemap-area {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 31px;
    background: #364d78;
    position: relative;
  }
  .site-footer__sitemap-area:before {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    background: url(../images/hf/SMP/footer/nami_footer_smp.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .site-footer__sitemap {
    width: 302px;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .site-footer__logo {
    width: 225px;
    height: 51.5px;
    margin-bottom: 10px;
  }
  .site-footer__address {
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.39px;
    color: #fff;
  }
  .site-footer__address .c-name {
    font-weight: 500;
    font-size: 13.5px;
    line-height: 19px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 20px;
  }
  .site-footer__address .c-tel {
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1.17px;
    display: inline-block;
    margin-top: 20px;
  }
  .site-footer__address .c-tel a {
    font-size: 15px;
    letter-spacing: 1.35px;
  }
  .site-footer__privacy {
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 1.04px;
    width: 302px;
    margin: 0 auto;
  }
  .site-footer__company {
    margin-top: 55px;
    margin-bottom: 0;
  }
  .site-footer__nav {
    border-bottom: none;
  }
  .site-footer__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-footer__nav ul.site-footer__nav-dott {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .site-footer__nav ul.site-footer__nav-dott li {
    border-top: none;
  }
  .site-footer__nav ul.site-footer__nav-dott li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.12px;
    padding: 0;
  }
  .site-footer__nav ul.site-footer__nav-dott li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #EDDB06 0% 0% no-repeat padding-box;
    border-radius: 50%;
    position: relative;
    top: 13px;
    left: -13px;
  }
  .site-footer__nav ul.site-footer__nav-dott li:last-child {
    border-bottom: none;
  }
  .site-footer__nav li {
    border-top: 1px dashed rgba(255, 255, 255, 0.82);
    padding-left: 13px;
  }
  .site-footer__nav li:last-child {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.82);
  }
  .site-footer__nav .site-footer__nav-col:first-child > li:first-child {
    border-top: 0;
  }
  .site-footer__nav a {
    padding: 13.5px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1.2px;
  }
  .site-footer__subitem-title {
    padding-bottom: 10px !important;
  }
  .site-footer__subitem.main-title {
    border-top: 0;
  }
  .site-footer__subitem.main-title > a {
    padding: 7px 0 7px 14px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.42px;
    text-decoration: none;
  }
  .site-footer__subitem.main-title > ul {
    margin-bottom: 12px;
  }
  .site-footer__subitem.main-title > ul li {
    border-top: 0;
  }
  .site-footer__subitem.main-title > ul li a {
    padding: 4px 0 4px 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.42px;
  }
  .site-footer__subitem > a {
    padding-left: 14px;
  }
  .site-footer__bottom {
    display: block;
  }
  .site-footer__copy {
    margin-top: 35px;
    color: #ddd;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    margin: 35px calc(50% - 50vw) 0;
    letter-spacing: 0.96px;
  }
  .gotop {
    position: fixed;
    bottom: 55px;
    right: 5px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .gotop img {
    width: 55px;
    height: 55px;
  }
  .gotop.is-fixed {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
