*, ::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%;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  font-family: kozuka-gothic-pr6n, sans-serif;
  color: #000000;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  font-feature-settings: "palt", "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;
  }
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

:focus {
  outline: none;
}

.hide {
  display: none !important;
}

.opacity {
  opacity: 0;
}

.sp {
  display: block !important;
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.spTab {
  display: block !important;
}
@media (min-width: 1200px) {
  .spTab {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (min-width: 768px) {
  .tab {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .tab {
    display: none !important;
  }
}

.tabPc {
  display: none !important;
}
@media (min-width: 768px) {
  .tabPc {
    display: block !important;
  }
}

.pc {
  display: none !important;
}
@media (min-width: 1200px) {
  .pc {
    display: block !important;
  }
}

.spPc {
  display: none !important;
}
@media (max-width: 767px) {
  .spPc {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .spPc {
    display: block !important;
  }
}

/*.button {
  position: relative;
  background-color: var.$colorWhite;
  cursor: pointer;

  & > * {
    position: relative;
    display: block;
    line-height: 1;
    text-align: center;
    width: 100%;
  }
}*/
/*.button__type {

  & > * {
    font-family: var.$fontYuGoD;
    font-size: func.f-fontSize(1.25, 1.7);

    &::before {
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
      transform: scale(0, 1);
      transform-origin: right top;
    }

    &::after {
      width: func.f-margin(14, 24);
      height: func.f-margin(4, 5);
      top: 50%;
      right: func.f-margin(21, 22);
      margin-top: func.f-margin(-2, -2.5);
      transform: skew(50deg);
      z-index: 3;
    }

    @media (hover: hover) {

      &:hover {
        opacity: 1;

        &::before {
          transform-origin: left top;
          transform: scale(1, 1);
        }
      }
    }

    & > * {
      position: relative;
      display: block;
      border-width: 1px;
      padding: {
        top: func.f-margin(18.5, 22.5);
        bottom: func.f-margin(18.5, 22.5);
      }
      z-index: 3;

      &::before,
      &::after {
        bottom: -1px;
        right: -1px;
      }
    }
  }
}*/
/*.button__black {

  & > * {
    background-color: var.$colorBlack;
    color: var.$colorWhite;

    &::before {
      background: var.$colorWhite;
    }

    &::after {
      border-bottom: 1px solid var.$colorWhite;
      border-right: 2px solid var.$colorWhite;
    }

    @media (hover: hover) {

      &:hover {

        &::after {
          border-bottom: 1px solid var.$colorBlack;
          border-right: 2px solid var.$colorBlack;
        }

        span {
          color: var.$colorBlack;
        }
      }
    }

    & > * {
      border-color: var.$colorBlack;

      &::before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 func.f-margin(18, 22) func.f-margin(18, 22);
      }

      &::after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 func.f-margin(17, 21) func.f-margin(17, 21);
      }
    }
  }
}*/
.form__text {
  width: 100%;
  border-width: clamp(1px, 0.1736111111vw, 2px);
  border-color: #D3D3D4;
  border-radius: clamp(2px, 0.3472222222vw, 4px);
  padding-top: clamp(7.5px, 1.3020833333vw, 15px);
  padding-right: clamp(10px, 1.7361111111vw, 20px);
  padding-bottom: clamp(7.5px, 1.3020833333vw, 15px);
  padding-left: clamp(10px, 1.7361111111vw, 20px);
}

.form__textarea {
  width: 100%;
  height: clamp(150px, 21.7013888889vw, 250px);
  border-width: clamp(1px, 0.1736111111vw, 2px);
  border-color: #D3D3D4;
  border-radius: clamp(2px, 0.3472222222vw, 4px);
  padding-top: clamp(7.5px, 1.3020833333vw, 15px);
  padding-right: clamp(10px, 1.7361111111vw, 20px);
  padding-bottom: clamp(7.5px, 1.3020833333vw, 15px);
  padding-left: clamp(10px, 1.7361111111vw, 20px);
  resize: vertical;
}

.form__select__box {
  position: relative;
  background-color: #fff;
  border-radius: clamp(2px, 0.3472222222vw, 4px);
}

.form__select {
  width: 100%;
  border-width: clamp(1px, 0.1736111111vw, 2px);
  border-color: #D3D3D4;
  border-radius: clamp(2px, 0.3472222222vw, 4px);
  padding-top: clamp(7.5px, 1.3020833333vw, 15px);
  padding-right: clamp(25px, 2.6041666667vw, 30px);
  padding-bottom: clamp(7.5px, 1.3020833333vw, 15px);
  padding-left: clamp(10px, 1.7361111111vw, 20px);
  cursor: pointer;
}

.form__select__box::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: clamp(10px, 1.3020833333vw, 15px);
  border-width: clamp(7px, 0.8680555556vw, 10px) clamp(4.5px, 0.6076388889vw, 7px) 0 clamp(4.5px, 0.6076388889vw, 7px);
  border-color: #000000 transparent transparent transparent;
  margin-top: clamp(-5px, -0.4340277778vw, -3.5px);
}

.form__checkbox {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.form__checkbox:checked + .form__checkbox__text::after {
  background-color: #E68D25;
}

.form__checkbox__text {
  position: relative;
  display: block;
  padding-left: clamp(30px, 3.8194444444vw, 44px);
  cursor: pointer;
}
.form__checkbox__text::before, .form__checkbox__text::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.form__checkbox__text::before {
  width: clamp(20px, 2.6041666667vw, 30px);
  height: clamp(20px, 2.6041666667vw, 30px);
  left: 0;
  border-width: clamp(1px, 0.1736111111vw, 2px);
  border-color: #D3D3D4;
  border-radius: clamp(2px, 0.3472222222vw, 4px);
  margin-top: clamp(-15px, -1.3020833333vw, -10px);
}
.form__checkbox__text::after {
  width: clamp(12px, 1.7361111111vw, 20px);
  height: clamp(12px, 1.7361111111vw, 20px);
  left: clamp(4px, 0.4340277778vw, 5px);
  border-radius: clamp(2px, 0.3472222222vw, 4px);
  margin-top: clamp(-10px, -0.8680555556vw, -6px);
}

p.error {
  color: #C7000B;
  padding-top: clamp(5px, 0.8680555556vw, 10px);
}

.animation--fadeUp {
  opacity: 0;
}
.animation--fadeUp.animation--is {
  -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;
}

.animation--fadeUp02 {
  opacity: 0;
}
.animation--fadeUp02.animation--is {
  -webkit-animation: fadeup 1s 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.animation--fadeUp03 {
  opacity: 0;
}
.animation--fadeUp03.animation--is {
  -webkit-animation: fadeup 1s 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.animation--fadeUp04 {
  opacity: 0;
}
.animation--fadeUp04.animation--is {
  -webkit-animation: fadeup 1s 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.animation--fadeUp05 {
  opacity: 0;
}
.animation--fadeUp05.animation--is {
  -webkit-animation: fadeup 1s 2.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s 2.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.animation--is .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;
}
.animation--is .animation--fadeUp02 {
  -webkit-animation: fadeup 1s 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.animation--is .animation--fadeUp03 {
  -webkit-animation: fadeup 1s 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.animation--is .animation--fadeUp04 {
  -webkit-animation: fadeup 1s 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.animation--is .animation--fadeUp05 {
  -webkit-animation: fadeup 1s 2.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s 2.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);
  }
}
.container {
  position: relative;
  font-size: clamp(1rem, 0.3636363636rem + 1.2727272727vw, 2.4rem);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .container {
    line-height: 1.583;
  }
}

.header {
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 85;
}

.header__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: clamp(25px, 4.3402777778vw, 50px);
       column-gap: clamp(25px, 4.3402777778vw, 50px);
  padding-top: clamp(7.5px, 0.8680555556vw, 10px);
  padding-right: clamp(10px, 1.7361111111vw, 20px);
  padding-bottom: clamp(7.5px, 0.8680555556vw, 10px);
  padding-left: clamp(10px, 1.7361111111vw, 20px);
}

.header__logo {
  flex: 0 1 clamp(50px, 6.9444444444vw, 80px);
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 5px #ffffff;
  z-index: 1;
}

.header__anima {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
}

.header__anime__box {
  display: flex;
  padding-bottom: 2.5px;
  overflow: hidden;
}

.header__anime__list {
  display: flex;
  -webkit-animation: header-background-scroll 120s infinite linear 0.5s both;
          animation: header-background-scroll 120s infinite linear 0.5s both;
}

.header__anima__image {
  width: clamp(296px, 33.8541666667vw, 390px);
}
.header__anima__image img {
  opacity: 0.7;
}

@-webkit-keyframes header-background-scroll {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

@keyframes header-background-scroll {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.header__anima__image02 {
  position: absolute;
  width: clamp(35px, 6.0763888889vw, 70px);
  bottom: 0;
  right: clamp(90px, 15.625vw, 180px);
  -webkit-animation: header-car 10s infinite linear 0.5s both;
          animation: header-car 10s infinite linear 0.5s both;
}
@media (min-width: 1200px) {
  .header__anima__image02 {
    right: 330px;
  }
}

@-webkit-keyframes header-car {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-2.5px);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-2.5px);
  }
  40% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2.5px);
  }
  60% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-2.5px);
  }
  75% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(-2.5px);
  }
  85% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(-2.5px);
  }
  95% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes header-car {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-2.5px);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-2.5px);
  }
  40% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2.5px);
  }
  60% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-2.5px);
  }
  75% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(-2.5px);
  }
  85% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(-2.5px);
  }
  95% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.header__nav__area {
  position: relative;
  flex: 0 1 calc(clamp(35px, 6.0763888889vw, 70px) + clamp(10px, 1.7361111111vw, 20px) + 30px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: clamp(20px, 2.6041666667vw, 30px);
       column-gap: clamp(20px, 2.6041666667vw, 30px);
}
@media (min-width: 1200px) {
  .header__nav__area {
    flex: 1 1;
    justify-content: space-between;
  }
}

@media (max-width: 1199px) {
  .header__nav__block {
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 90;
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.4s;
    transition-delay: 0.4s;
  }
  .header__nav__block::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header__nav__block {
    flex: 1 1;
  }
}

@media (max-width: 1199px) {
  .header__nav__block__inner {
    height: calc(100vh + 0.5px);
  }
}

@media (max-width: 1199px) {
  .header__nav__box {
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: absolute;
    background-color: #ffffff;
    width: clamp(250px, 34.7222222222vw, 400px);
    height: 100%;
    top: 0;
    left: 100%;
    padding-top: 80px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    transition-property: left;
    transition-duration: 0.4s;
    overflow-y: auto;
  }
  .header__nav__box::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header__nav__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: clamp(10px, 1.7361111111vw, 20px);
         column-gap: clamp(10px, 1.7361111111vw, 20px);
  }
}

@media (max-width: 1199px) {
  .header__nav {
    margin-bottom: clamp(25px, 4.3402777778vw, 50px);
  }
}

@media (min-width: 1200px) {
  .header__nav__list,
.header__nav__list02 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -moz-column-gap: clamp(20px, 3.4722222222vw, 40px);
         column-gap: clamp(20px, 3.4722222222vw, 40px);
  }
}
@media (max-width: 1199px) {
  .header__nav__list li:nth-last-of-type(n+2),
.header__nav__list02 li:nth-last-of-type(n+2) {
    margin-bottom: clamp(25px, 4.3402777778vw, 50px);
  }
}
.header__nav__list li a,
.header__nav__list02 li a {
  font-size: clamp(1.6rem, 1.4181818182rem + 0.3636363636vw, 2rem);
  font-weight: 700;
}
@media (min-width: 1200px) {
  .header__nav__list li a,
.header__nav__list02 li a {
    font-size: 2rem;
  }
}

.header__nav__item {
  position: relative;
}
@media (hover: hover) and (min-width: 768px) {
  .header__nav__item:first-of-type:hover .header__sub__nav__list {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .header__nav__parent {
    margin-bottom: clamp(25px, 4.3402777778vw, 50px);
  }
}
@media (min-width: 1200px) {
  .header__nav__parent a {
    position: relative;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
  }
  .header__nav__parent a::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #555555;
    border-bottom: 0;
    margin-top: -3.5px;
  }
}

.header__sub__nav__list {
  padding-left: clamp(15px, 2.6041666667vw, 30px);
}
@media (min-width: 1200px) {
  .header__sub__nav__list {
    position: absolute;
    background-color: #ffffff;
    width: 200px;
    top: 100%;
    left: -20px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.4s;
  }
}

@media (min-width: 1200px) {
  .header__sub__nav__item:nth-last-of-type(n+2) {
    border-bottom-width: 1px;
    border-bottom-color: #F5B415;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .header__sub__nav__item a {
    font-size: 1.6rem !important;
  }
}

.nav--top {
  display: none;
}

.top .nav--top {
  display: block;
}
.top .nav--lower {
  display: none;
}

@media (min-width: 1200px) {
  .header__nav__item02 {
    width: clamp(150px, 15.625vw, 180px);
  }
}
.header__nav__item02 a {
  background-color: #5C4312;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  padding-top: clamp(5px, 0.6076388889vw, 7px);
  padding-bottom: clamp(5px, 0.6076388889vw, 7px);
}

.header__patent {
  flex: 0 1 clamp(35px, 6.0763888889vw, 70px);
}

.header__menu {
  flex: 0 1 30px;
  position: relative;
  width: 30px;
  height: 20px;
  border-radius: 50%;
  z-index: 95;
  cursor: pointer;
}
.header__menu span {
  position: absolute;
  background-color: #E68D25;
  width: 30px;
  height: 3px;
  left: 0;
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0.4s;
}
.header__menu span:nth-of-type(1) {
  top: 0;
}
.header__menu span:nth-of-type(2) {
  top: 50%;
  margin-top: -1.5px;
  opacity: 1;
  visibility: visible;
}
.header__menu span:nth-of-type(3) {
  top: calc(100% - 1.5px);
}

.header--opened .header__nav__block {
  opacity: 1;
  visibility: visible;
  transition-delay: 0;
}
.header--opened .header__nav__box {
  left: calc(100% - clamp(250px, 34.7222222222vw, 400px));
  transition-delay: 0.4s;
}
.header--opened .header__menu span {
  transition-delay: 0;
}
.header--opened .header__menu span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.header--opened .header__menu span:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
.header--opened .header__menu span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}

.header__news {
  background-color: #5C4312;
  font-weight: 700;
  text-align: center;
  padding-top: clamp(2.5px, 0.4340277778vw, 5px);
  padding-bottom: clamp(2.5px, 0.4340277778vw, 5px);
}
.header__news a {
  color: #ffffff;
}

.footer {
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: calc(100% - 17.9487179487vw);
  top: 17.9487179487vw;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .footer::before {
    height: calc(100% - 9.9479166667vw);
    top: 9.9479166667vw;
  }
}

.footer__contents {
  width: min(100%, 1318px);
  padding: 0 clamp(22px, 3.8194444444vw, 44px);
  margin: 0 auto;
  text-align: center;
}

.footer__logo {
  width: 33.816%;
  margin-top: -17.9487179487vw;
  margin-right: auto;
  margin-bottom: clamp(30px, 8.2465277778vw, 95px);
  margin-left: auto;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 30.895%;
    margin-top: -9.9479166667vw;
  }
}

.footer__app {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: clamp(15px, 2.6041666667vw, 30px);
       column-gap: clamp(15px, 2.6041666667vw, 30px);
  margin-bottom: clamp(30px, 5.2083333333vw, 60px);
}

.footer__app__item {
  display: none;
}
.footer__app__item img {
  max-height: clamp(40px, 6.0763888889vw, 70px);
}

.footer__company {
  width: 30%;
  margin-right: auto;
  margin-bottom: clamp(30px, 8.2465277778vw, 95px);
  margin-left: auto;
}
@media (min-width: 768px) {
  .footer__company {
    width: 25%;
  }
}

.footer__tel {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: clamp(1.2rem, -0.0727272727rem + 2.5454545455vw, 4rem);
  line-height: clamp(1.4rem, -0.1454545455rem + 3.0909090909vw, 4.8rem);
  margin-bottom: clamp(21px, 4.1666666667vw, 48px);
}
.footer__tel a {
  display: inline;
}

.footer__contact {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: clamp(1rem, -0.1363636364rem + 2.2727272727vw, 3.5rem);
  line-height: clamp(1.4rem, -0.0545454545rem + 2.9090909091vw, 4.6rem);
  margin-bottom: clamp(30px, 8.2465277778vw, 95px);
}
.footer__contact a {
  display: inline;
}

.footer__copyright {
  background-color: #F5B415;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: clamp(0.7rem, -0.1181818182rem + 1.6363636364vw, 2.5rem);
  line-height: clamp(0.8rem, -0.2rem + 2vw, 3rem);
  text-align: center;
  padding-top: clamp(9.5px, 1.6493055556vw, 19px);
  padding-bottom: clamp(9.5px, 1.6493055556vw, 19px);
}
@media (min-width: 768px) {
  .footer__copyright {
    padding-top: clamp(26.75px, 4.6440972222vw, 53.5px);
    padding-bottom: clamp(26.75px, 4.6440972222vw, 53.5px);
  }
}