@charset "UTF-8";
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  font-weight: normal;
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: normal;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5% !important;
  scroll-behavior: smooth;
}

body {
  color: #000000 !important;
  font-size: 1rem !important;
  font-family: "din-2014", sans-serif !important;
  font-weight: 400 !important;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  font-feature-settings: "kern", "liga", "clig", "calt";
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

object {
  display: inline-block;
  pointer-events: none;
}

a {
  display: block;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

input[type=submit] {
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  input[type=submit]:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

button {
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  button:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

:focus {
  outline: none;
}

::-moz-placeholder {
  color: #000000;
}

::placeholder {
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

.u-hide {
  display: none !important;
}

.u-opacity {
  opacity: 0;
}

.u-sp {
  display: block !important;
}
@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-spTab {
  display: block !important;
}
@media (min-width: 1200px) {
  .u-spTab {
    display: none !important;
  }
}

.u-tab {
  display: none !important;
}
@media (min-width: 768px) {
  .u-tab {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .u-tab {
    display: none !important;
  }
}

.u-tabPc {
  display: none !important;
}
@media (min-width: 768px) {
  .u-tabPc {
    display: block !important;
  }
}

.u-pc {
  display: none !important;
}
@media (min-width: 1200px) {
  .u-pc {
    display: block !important;
  }
}

.u-spPc {
  display: none !important;
}
@media (max-width: 767px) {
  .u-spPc {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .u-spPc {
    display: block !important;
  }
}

.u-animation--fadeUp {
  opacity: 0;
}

.u-animation--is .u-animation--fadeUp {
  -webkit-animation: fadeup 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.u-animation--is.u-animation--fadeUp {
  -webkit-animation: fadeup 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-inner {
  position: relative;
  width: min(100%, 1700px);
  padding: 0 clamp(25px, 3.8888888889vw, 50px);
  margin: 0 auto;
  z-index: 1;
}

.c-before::before {
  content: "";
  position: absolute;
  display: block;
}

.c-after::after {
  content: "";
  position: absolute;
  display: block;
}

.c-bf::before, .c-bf::after {
  content: "";
  position: absolute;
  display: block;
}

.c-button {
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
}
.c-button > * {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  transition-property: all;
}

.c-button__type {
  border-radius: clamp(10px, 1.5555555556vw, 20px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.c-button__type > * {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 3.89vw;
  font-weight: 600;
  border-width: clamp(2px, 0.2333333333vw, 3px);
  border-radius: clamp(10px, 1.5555555556vw, 20px);
  padding-top: clamp(16px, 2.4888888889vw, 32px);
  padding-right: clamp(50px, 7.7777777778vw, 100px);
  padding-bottom: clamp(16px, 2.4888888889vw, 32px);
  padding-left: clamp(18px, 2.8vw, 36px);
}
@media (min-width: 768px) {
  .c-button__type > * {
    font-size: min(1.35vw, 2.3rem);
    padding-top: clamp(13.5px, 2.1vw, 27px);
    padding-right: clamp(49.5px, 7.6222222222vw, 98px);
    padding-bottom: clamp(13.5px, 2.1vw, 27px);
    padding-left: clamp(17.5px, 2.7222222222vw, 35px);
  }
}
.c-button__type > *::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  width: clamp(26px, 3.8888888889vw, 50px);
  aspect-ratio: 1/1;
  top: 50%;
  right: clamp(13px, 2.0222222222vw, 26px);
  margin-top: calc(clamp(26px, 3.8888888889vw, 50px) / -2);
  pointer-events: none;
}

.c-button__black > * {
  background: #333333;
  color: #ffffff;
  border-color: #333333;
}
.c-button__black > *::after {
  background-image: url(../img/icon_arrow_w.svg);
}

.c-button__white > * {
  background: #ffffff;
  color: #333333;
  border-color: #333333;
}
.c-button__white > *::after {
  background-image: url(../img/icon_arrow_bl.svg);
}

.c-form__content {
  margin-bottom: clamp(24px, 4.0444444444vw, 52px);
}
.c-form__content dt span {
  background-color: #E31412;
  color: #ffffff;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 3.33vw;
  font-weight: 600;
  vertical-align: middle;
  padding-top: clamp(2px, 0.2333333333vw, 3px);
  padding-right: clamp(8px, 1.2444444444vw, 16px);
  padding-bottom: clamp(2px, 0.2333333333vw, 3px);
  padding-left: clamp(8px, 1.2444444444vw, 16px);
  margin-left: 2.22vw;
}
@media (min-width: 768px) {
  .c-form__content dt span {
    font-size: min(0.88vw, 1.5rem);
    margin-left: min(1.82vw, 31px);
  }
}

.c-form__text {
  background-color: rgba(255, 255, 255, 0.39);
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.39);
  padding-top: clamp(7px, 1.0888888889vw, 14px);
  padding-right: clamp(12px, 2.6444444444vw, 34px);
  padding-bottom: clamp(7px, 1.0888888889vw, 14px);
  padding-left: clamp(12px, 2.6444444444vw, 34px);
}
@media (min-width: 768px) {
  .c-form__text {
    padding-top: clamp(4.5px, 0.7vw, 9px);
    padding-bottom: clamp(4.5px, 0.7vw, 9px);
  }
}

.c-form__textarea {
  background-color: rgba(255, 255, 255, 0.39);
  color: #000000;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.39);
  resize: vertical;
  padding-top: clamp(7px, 1.0888888889vw, 14px);
  padding-right: clamp(12px, 2.6444444444vw, 34px);
  padding-bottom: clamp(7px, 1.0888888889vw, 14px);
  padding-left: clamp(12px, 2.6444444444vw, 34px);
}
@media (min-width: 768px) {
  .c-form__textarea {
    padding-top: clamp(4.5px, 0.7vw, 9px);
    padding-bottom: clamp(4.5px, 0.7vw, 9px);
  }
}

.c-form__button {
  width: min(100%, 479px);
  margin-right: auto;
  margin-left: auto;
}
.c-form__button > * {
  border: none;
  padding: 0;
}
.c-form__button input[type=submit] {
  display: block;
  background-color: transparent;
  color: #ffffff;
  width: 100%;
  border-width: clamp(2px, 0.2333333333vw, 3px);
  border-radius: clamp(10px, 1.5555555556vw, 20px);
  padding-top: clamp(16px, 2.4888888889vw, 32px);
  padding-right: clamp(50px, 7.7777777778vw, 100px);
  padding-bottom: clamp(16px, 2.4888888889vw, 32px);
  padding-left: clamp(18px, 2.8vw, 36px);
}
@media (min-width: 768px) {
  .c-form__button input[type=submit] {
    padding-top: clamp(13.5px, 2.1vw, 27px);
    padding-right: clamp(49.5px, 7.6222222222vw, 98px);
    padding-bottom: clamp(13.5px, 2.1vw, 27px);
    padding-left: clamp(17.5px, 2.7222222222vw, 35px);
  }
}
.c-form__button span {
  display: none;
}

/*.c-form__button {
  position: relative;

  &::after {
    @include pseudo;
    background-repeat: no-repeat;
    background-size: 100%;
    width: margin(20, 40);
    aspect-ratio: 16/17;
    top: 50%;
    right: margin(16, 32);
    margin-top: calc(margin(20, 40) / 16 * 17 / -2);
    background-image: url(../img/cmn/icon_arrow_w.svg);

    @include mqMin($tabMin) {
      width: margin(10, 20);
      right: margin(8, 16);
      margin-top: calc(margin(10, 20) / 16 * 17 / -2);
    }
  }
}*/
.c-form__select {
  background-color: rgba(255, 255, 255, 0.39);
  width: min(100%, 483px);
  border: 1px solid rgba(0, 0, 0, 0.39);
  padding-top: clamp(7px, 1.0888888889vw, 14px);
  padding-right: clamp(12px, 2.6444444444vw, 34px);
  padding-bottom: clamp(7px, 1.0888888889vw, 14px);
  padding-left: clamp(12px, 2.6444444444vw, 34px);
}
@media (min-width: 768px) {
  .c-form__select {
    padding-top: clamp(4.5px, 0.7vw, 9px);
    padding-bottom: clamp(4.5px, 0.7vw, 9px);
  }
}

.wpcf7-list-item {
  margin-left: 0 !important;
}

.c-form__check input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.39);
  width: 20px;
  height: 20px;
  padding: 0 !important;
}

.c-privacy__content {
  background-color: rgba(255, 255, 255, 0.39);
  font-size: 3.33vw;
  line-height: 4.17vw;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.39);
  padding-top: clamp(12px, 2.2555555556vw, 29px);
  padding-right: clamp(12px, 2.5666666667vw, 33px);
  padding-bottom: clamp(12px, 2.2555555556vw, 29px);
  padding-left: clamp(12px, 2.5666666667vw, 33px);
  margin-bottom: clamp(7px, 1.0111111111vw, 13px);
}
@media (min-width: 768px) {
  .c-privacy__content {
    font-size: min(0.94vw, 16px);
    line-height: min(1.18vw, 20px);
  }
}

/* 全ページで非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

.c-title {
  color: #333333;
  font-size: 11.11vw !important;
  font-weight: 700 !important;
  line-height: 14.17vw !important;
}
@media (min-width: 768px) {
  .c-title {
    font-size: min(2.94vw, 5rem) !important;
    line-height: min(3.76vw, 6.4rem) !important;
  }
}

.c-subtitle {
  color: #333333;
  font-size: 5.56vw;
  font-weight: 600;
  line-height: 6.94vw;
}
@media (min-width: 768px) {
  .c-subtitle {
    font-size: min(1.76vw, 3rem);
    line-height: min(2.29vw, 3.9rem);
  }
}

.post_content h2.c-title02,
.c-title02 {
  position: relative;
  display: block;
  margin-bottom: clamp(22px, 3.4222222222vw, 44px) !important;
}
@media (min-width: 768px) {
  .post_content h2.c-title02,
.c-title02 {
    margin-bottom: clamp(30px, 4.6666666667vw, 60px) !important;
  }
}

.c-title02-ja {
  position: relative;
  color: #333333;
  font-size: 5.56vw;
  font-weight: 700;
  line-height: 10.28vw;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-title02-ja {
    font-size: min(3.53vw, 6rem);
    line-height: min(6.47vw, 11rem);
  }
}

.c-title02-en {
  position: absolute;
  color: rgba(255, 255, 255, 0.3019607843);
  font-size: 13.89vw;
  font-weight: 700;
  line-height: 1;
  top: 50%;
  left: 0;
  margin-top: -6.945vw;
}
@media (min-width: 768px) {
  .c-title02-en {
    font-size: min(11.76vw, 20rem);
    margin-top: calc(min(11.76vw, 20rem) / -2);
  }
}

.c-text02 {
  color: #333333;
  font-weight: 600;
  margin-bottom: clamp(100px, 15.5555555556vw, 200px);
}

#body_wrap {
  position: relative;
  font-size: 3.89vw;
  line-height: 6.39vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  #body_wrap {
    font-size: min(1.41vw, 2.4rem);
    line-height: min(2.35vw, 4rem);
  }
}

.l-content {
  max-width: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

body .top .l-content,
body:not(.top) .p-breadcrumb {
  margin-top: calc(clamp(20px, 3.1111111111vw, 40px) * 2 + 8.3337662338%) !important;
}
@media (min-width: 960px) {
  body .top .l-content,
body:not(.top) .p-breadcrumb {
    margin-top: calc(clamp(15.5px, 2.4111111111vw, 31px) * 2 + min(13.59%, 231px) / 154 * 30) !important;
  }
}

.l-article {
  max-width: none !important;
}

#lp-content .post_content, #main_content .post_content {
  font-size: inherit !important;
  padding: 0 !important;
}

#body_wrap:not(.single) .post_content > * {
  margin-bottom: 0 !important;
}

.l-mainContent__inner > .post_content {
  margin: 0 !important;
}

#body_wrap:not(.single) .post_content h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#body_wrap:not(.single) .post_content h3 {
  margin-top: 0 !important;
}

.c-pageTitle {
  display: none;
}

#body_wrap:not(.single) .post_content ol, #body_wrap:not(.single) .post_content ul {
  padding-left: 0 !important;
}

#body_wrap:not(.single) .post_content :where(ul:not([type])) {
  list-style: none !important;
}

#body_wrap:not(.single) .post_content li {
  margin: 0 !important;
}

.l-header .c-inner {
  justify-content: space-between !important;
  align-items: flex-start !important;
  width: min(100%, 1700px) !important;
  max-width: none;
  padding-right: clamp(25px, 3.8888888889vw, 50px) !important;
  padding-left: clamp(25px, 3.8888888889vw, 50px) !important;
}

.l-header__container {
  width: 100%;
  padding-top: clamp(20px, 3.1111111111vw, 40px);
  padding-bottom: clamp(20px, 3.1111111111vw, 40px);
}
@media (min-width: 960px) {
  .l-header__container {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: clamp(15.5px, 2.4111111111vw, 31px);
    padding-bottom: clamp(15.5px, 2.4111111111vw, 31px);
  }
}

body:not(.top) .l-header__container {
  position: fixed !important;
}

.l-header__logo {
  width: 49.682%;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (min-width: 960px) {
  .l-header__logo {
    width: 14.438%;
  }
}

@media (min-width: 960px) {
  .-series .l-header__logo {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-right: 0 !important;
  }
}

.-img .c-headLogo__link {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.-series .c-headLogo {
  margin-right: 0 !important;
}

.c-headLogo {
  height: auto !important;
}

.-series-right .c-gnavWrap {
  margin-left: 0 !important;
}

.c-gnav {
  -moz-column-gap: min(2.94vw, 50px);
       column-gap: min(2.94vw, 50px);
}
.c-gnav > .menu-item > a {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.c-gnav > .menu-item > a .ttl {
  font-size: min(1.76vw, 3rem) !important;
  font-weight: 600;
  line-height: 2.29vw;
}

.l-header__customBtn,
.l-header__menuBtn {
  width: 6.945vw !important;
  height: auto !important;
}

.c-iconBtn__icon {
  font-size: 6.945vw !important;
}

.l-header .c-gnav > li > a:after,
.c-gnav > .menu-item > a:after {
  content: none;
}

.p-spMenu__closeBtn {
  width: 50px !important;
  height: 60px !important;
}

.p-spMenu__closeBtn .c-iconBtn__icon {
  font-size: 5rem !important;
}

/* mega sp */
#sp_menu .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
#sp_menu .mega_menu_open {
  position: absolute;
  font-weight: 900;
  top: 0.75em;
  right: 10px;
}

/* mega pc */
#gnav .c-gnav .sub-menu {
  width: 240px;
  background-color: #000000;
}
#gnav .sub-menu {
  left: 0;
  transform: none;
}
#gnav .sub-menu::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/photo_service.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  aspect-ratio: 900/700;
  top: 0;
  right: 100%;
}
#gnav .sub-menu a {
  color: #ffffff;
  padding-left: 0.75em;
}
#gnav .sub-menu a::before {
  content: none;
}
#gnav .sub-menu:has(.menu-item-159 a:hover)::after {
  background-image: url(../img/img_service.png);
}

.p-breadcrumb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top-width: 1px;
  border-top-color: #B7B7B7;
  border-bottom-width: 1px;
  border-bottom-color: #B7B7B7;
}

.p-breadcrumb.-bg-on {
  background-color: transparent !important;
}

.-body-solid .p-breadcrumb.-bg-on {
  box-shadow: none !important;
}

.p-breadcrumb__list {
  gap: 6.94vw !important;
  width: min(100%, 1700px) !important;
  max-width: none !important;
  padding-top: clamp(10px, 1.2833333333vw, 16.5px);
  padding-bottom: clamp(10px, 1.2833333333vw, 16.5px);
}
@media (min-width: 768px) {
  .p-breadcrumb__list {
    gap: min(2.06vw, 35px) !important;
  }
}
.p-breadcrumb__list.l-container {
  padding-right: clamp(25px, 3.8888888889vw, 50px);
  padding-left: clamp(25px, 3.8888888889vw, 50px);
}

.p-breadcrumb__item:nth-last-of-type(n+2)::before {
  content: ">";
  position: absolute;
  display: block;
  font-size: 3.89vw;
  font-weight: 600;
  line-height: 5vw;
  top: 0;
  right: -4.67vw;
}
@media (min-width: 768px) {
  .p-breadcrumb__item:nth-last-of-type(n+2)::before {
    font-size: min(1.18vw, 2rem);
    line-height: min(1.47vw, 2.5rem);
    right: max(-1.4vw, -23px);
  }
}

.p-breadcrumb__item:after {
  content: none !important;
}

.p-breadcrumb__text {
  font-size: 3.89vw;
  font-weight: 600;
  line-height: 5vw;
}
@media (min-width: 768px) {
  .p-breadcrumb__text {
    font-size: min(1.18vw, 2rem);
    line-height: min(1.47vw, 2.5rem);
  }
}

.p-breadcrumb__text .__home:before {
  content: none;
}

.l-footer {
  padding-top: clamp(80px, 12.4444444444vw, 160px);
  padding-bottom: clamp(80px, 12.4444444444vw, 160px);
}
@media (min-width: 768px) {
  .l-footer {
    padding-top: clamp(43.5px, 6.7666666667vw, 87px);
    padding-bottom: clamp(25px, 3.8888888889vw, 50px);
  }
}
.l-footer .copyright {
  font-size: 4.17vw !important;
  line-height: 5.28vw;
  text-align: left !important;
}
@media (min-width: 768px) {
  .l-footer .copyright {
    font-size: min(0.88vw, 1.5rem) !important;
    line-height: min(1.12vw, 1.9rem);
  }
}

.l-footer__foot {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.l-footer__foot .l-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: min(18.88vw, 321px);
       column-gap: min(18.88vw, 321px);
  row-gap: clamp(92px, 14.3111111111vw, 184px);
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-bottom: clamp(30px, 4.6666666667vw, 60px);
}
@media (max-width: 767px) {
  .l-footer__foot .l-container {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .l-footer__foot .l-container {
    margin-bottom: clamp(15px, 2.3333333333vw, 30px);
  }
}

.l-footer__nav-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .l-footer__nav-box {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .l-footer__nav-box {
    order: 2;
    flex: 1 1 743px;
    -moz-column-gap: min(5.88vw, 100px);
         column-gap: min(5.88vw, 100px);
    padding-top: clamp(8.5px, 1.3222222222vw, 17px);
  }
}
@media (max-width: 767px) {
  .l-footer__nav-box .l-footer__nav {
    flex: 1 1 50%;
  }
}
.l-footer__nav-box .menu-item:nth-last-of-type(n+2) {
  margin-bottom: clamp(20px, 3.1111111111vw, 40px);
}
@media (min-width: 768px) {
  .l-footer__nav-box .menu-item:nth-last-of-type(n+2) {
    margin-bottom: clamp(10px, 1.5555555556vw, 20px);
  }
}

.l-footer__nav {
  display: block !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 767px) {
  .l-footer__nav-right {
    flex: 1 1 50%;
  }
}
@media (min-width: 768px) {
  .l-footer__nav-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -moz-column-gap: min(5.88vw, 100px);
         column-gap: min(5.88vw, 100px);
  }
}
.l-footer__nav-right .l-footer__nav:nth-of-type(1) {
  margin-bottom: clamp(20px, 3.1111111111vw, 40px);
}
@media (max-width: 767px) {
  .l-footer__nav-right .l-footer__nav:nth-of-type(2) .menu-item:nth-of-type(1) {
    display: none;
  }
}

.l-footer__nav a {
  font-size: 6.67vw !important;
  font-weight: 600;
  line-height: 8.61vw;
  padding: 0 !important;
}
@media (min-width: 600px) {
  .l-footer__nav a {
    border: none !important;
  }
}
@media (min-width: 768px) {
  .l-footer__nav a {
    font-size: min(1.41vw, 2.4rem) !important;
    line-height: min(1.82vw, 3.1rem);
  }
}
@media (hover: hover) {
  .l-footer__nav a:hover {
    text-decoration: none !important;
  }
}

@media (max-width: 767px) {
  .l-footer__info {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .l-footer__info {
    order: 1;
    flex: 1 1 536px;
  }
}
.l-footer__info .l-footer__nav {
  display: flex !important;
  justify-content: flex-start !important;
  -moz-column-gap: 8.33vw;
       column-gap: 8.33vw;
}
@media (min-width: 768px) {
  .l-footer__info .l-footer__nav {
    -moz-column-gap: min(1.76vw, 30px);
         column-gap: min(1.76vw, 30px);
  }
}
.l-footer__info .l-footer__nav .menu-item {
  margin-bottom: 0;
}
.l-footer__info .l-footer__nav a {
  font-size: 4.17vw !important;
  line-height: 5.28vw;
}
@media (min-width: 768px) {
  .l-footer__info .l-footer__nav a {
    font-size: min(0.88vw, 1.5rem) !important;
    line-height: min(1.12vw, 1.9rem);
  }
}

.l-footer__logo {
  width: 83.875%;
  margin-bottom: clamp(31px, 4.8222222222vw, 62px);
}
@media (min-width: 768px) {
  .l-footer__logo {
    width: 61.75%;
    margin-bottom: clamp(10px, 1.5555555556vw, 20px);
  }
}

.l-footer__text {
  line-height: 7.78vw;
  margin-bottom: clamp(50px, 7.7777777778vw, 100px);
}
@media (min-width: 768px) {
  .l-footer__text {
    font-size: min(1.06vw, 1.8rem);
    line-height: min(1.65vw, 2.8rem);
    margin-bottom: clamp(45px, 7vw, 90px);
  }
}