@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";

* {
  min-height: 0;
  min-width: 0
}

html,
body {
  width: 100%;
  color: #000;
  font-family: "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-weight: 500;
  font-style: normal
}

@media screen and (max-width: 1200px) {

  html,
  body {
    color: #000
  }
}

@media screen and (max-width: 992px) {

  html,
  body {
    color: #000
  }
}

@media screen and (max-width: 768px) {

  html,
  body {
    color: #000
  }
}

@media screen and (max-width: 576px) {

  html,
  body {
    color: #000
  }
}

body {
  overscroll-behavior-y: none;
  font-size: 1rem
}

@media screen and (max-width: 768px) {
  body {
    font-size: .9rem
  }
}

a {
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  color: #000
}

p {
  margin: 0
}

h1,
h2,
h3 {
  margin: 0
}

img {
  max-width: 100%;
  height: auto
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2.5rem;
  margin: .67em 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
  border-bottom: none;
  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: 1em
}

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 {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

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
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

body {
  font-family: "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  overflow-x: hidden
}

html {
  overflow-x: hidden
}

a:hover {
  opacity: .8
}

.u-desktop {
  display: block
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none
  }
}

.u-mobile {
  display: none
}

@media screen and (max-width: 768px) {
  .u-mobile {
    display: block
  }
}

.inline-block {
  display: inline-block
}

.inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width: 992px) {
  .inner {
    max-width: 700px
  }
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 400px
  }
}

@media screen and (max-width: 576px) {
  .inner {
    max-width: 90%
  }
}

.header {
  display: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 100;
  color: #fff
}

@media screen and (max-width: 768px) {
  .header {
    display: block
  }
}

.header__logo {
  display: block;
  margin-right: auto;
  max-width: 300px
}

.hamburger {
  display: block;
  position: fixed;
  top: 10px;
  right: 5px;
  z-index: 3;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center
}

.hamburger span {
  position: absolute;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
  height: 5px;
  background-color: #452a01;
  border-radius: 7px
}

.hamburger span:nth-of-type(1) {
  top: 20px;
  right: 15px
}

.hamburger span:nth-of-type(2) {
  top: 30px;
  right: 15px
}

.hamburger span:nth-of-type(3) {
  bottom: 17px;
  right: 15px
}

.hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg)
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0
}

.hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg)
}

.hamburger span:nth-child(1) {
  top: 10px
}

.hamburger span:nth-child(2) {
  top: 20px
}

.hamburger span:nth-child(3) {
  top: 30px
}

.nav {
  padding: 30px 50px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 300px;
  height: 100vh;
  background-color: #e8cd00;
  overflow-y: auto;
  position: fixed;
  z-index: 3
}

@media screen and (max-width: 768px) {
  .nav {
    max-width: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.nav.is-active {
  display: block;
  overflow: hidden
}

.nav__items {
  padding: 10px
}

.nav__item {
  margin-bottom: 20px;
  list-style-type: square
}

.nav__item::marker {
  font-size: 20px
}

@media screen and (max-width: 576px) {
  .nav__item::marker {
    font-size: 18px
  }
}

.nav__item a {
  color: #452a01;
  font-family: "Noto Sans JP", sans-serif
}

.nav__item a:hover {
  opacity: 1;
  mix-blend-mode: normal;
  isolation: isolate
}

.nav__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px
}

.nav__sns__link {
  max-width: 44px;
  display: block
}

@media screen and (max-width: 992px) {
  .nav__sns__link {
    max-width: 30px
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width: 768px) {
  .wrapper {
    display: block
  }
}

.main {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  background-color: #e8cd00;
  color: #452a01
}

.sidebar {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  background-color: #e8cd00
}

@media screen and (max-width: 768px) {
  .sidebar {
    display: none
  }
}

.sidebar__menus {
  list-style-type: square;
  margin-bottom: 30px
}

.sidebar__menu {
  margin-bottom: 15px
}

.sidebar__menu::before {
  content: ""
}

.sidebar__menu::marker {
  font-size: 24px
}

.sidebar__menu__link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700
}

.sidebar__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: 20px
}

.sidebar__sns__link {
  max-width: 44px;
  display: block
}

@media screen and (max-width: 992px) {
  .sidebar__sns__link {
    max-width: 30px
  }
}

.fv {
  position: relative;
  width: 100%;
  margin-bottom: 30px
}

.fv__title {
  max-width: 360px;
  margin-left: auto
}

@media screen and (max-width: 768px) {
  .fv__title {
    max-width: 200px;
    margin-right: 30px
  }
}

@media screen and (max-width: 576px) {
  .fv__title {
    max-width: 150px
  }
}

@media screen and (max-width: 768px) {
  .fv__title__image {
    margin-bottom: 0
  }
}

.fv__ribbon {
  position: absolute;
  z-index: 1;
  bottom: -100px;
  right: 100px;
  max-width: 280px
}

@media screen and (max-width: 1200px) {
  .fv__ribbon {
    right: 50px;
    max-width: 200px
  }
}

@media screen and (max-width: 576px) {
  .fv__ribbon {
    right: 0;
    bottom: -50px;
    max-width: 100px
  }
}

.fv__inner {
  padding-top: 3.75rem
}

.fv__description {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 60px
}

@media screen and (max-width: 768px) {
  .fv__description {
    top: 6%
  }
}

.fv__logo {
  display: none;
  max-width: 120px
}

@media screen and (max-width: 768px) {
  .fv__logo {
    display: block;
    position: absolute;
    left: 30px
  }
}

.fv__logo img {
  width: 100%;
  height: 100%
}

.fv__logo h1 {
  margin-top: 0;
  margin-bottom: 0
}

.fv__hero {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.fv__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4.5em 0 0 0;
}

@media screen and (max-width: 768px) {
  .fv__hero img {
    border-radius: 3em 0 0 0;
  }
}


.about {
  position: relative;
  background-color: #fff;
  margin-bottom: 30px
}

@media screen and (max-width: 768px) {
  .about {
    margin-bottom: 20px
  }
}

.about__inner {
  padding: 50px
}

@media screen and (max-width: 768px) {
  .about__inner {
    padding: 50px 0 100px 0
  }
}

.about__title {
  font-size: 40px;
  font-weight: 400;
  color: #452a01;
  margin-bottom: 30px
}

@media screen and (max-width: 992px) {
  .about__title {
    font-size: 34px
  }
}

@media screen and (max-width: 768px) {
  .about__title {
    font-size: 26px
  }
}

@media screen and (max-width: 576px) {
  .about__title {
    font-size: 20px
  }
}

.about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 50px
}

@media screen and (max-width: 768px) {
  .about__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.about__image {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%
}

.about__text {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%
}

.about__text p {
  margin-bottom: 20px
}

.about__logos {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  gap: 10px
}

@media screen and (max-width: 768px) {
  .about__logos {
    max-width: 200px;
    bottom: -20px
  }
}

.about__spoon {
  width: 50px
}

.menu {
  background-color: #fff;
  padding: 50px;
  color: #452a01
}

@media screen and (max-width: 576px) {
  .menu {
    padding: 50px 0
  }
}

.menu__title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px
}

@media screen and (max-width: 576px) {
  .menu__title {
    font-size: 18px
  }
}

.menu__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  gap: 30px
}

@media screen and (max-width: 768px) {
  .menu__menu {
    margin-bottom: 100px;
    display: block
  }
}

.menu__menu:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.menu__menu__titles {
  position: relative;
  margin-bottom: 10px
}

.menu__menu__title {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 20px
}

.menu__menu__subprice {
  font-size: 13px
}

@media screen and (max-width: 768px) {
  .menu__menu__subprice {
    font-size: 12px
  }
}

.menu__image {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  z-index: 1
}

.menu__image img.shadow {
  filter: drop-shadow(8px 12px 2px rgba(0, 0, 0, 0.33));
}

@media screen and (max-width: 768px) {
  .menu__image {
    margin-bottom: 10px
  }
}

.menu__texts {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%
}

.menu__commingsoon {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width: 768px) {
  .menu__commingsoon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.menu__text {
  margin-top: 50px
}

@media screen and (max-width: 768px) {
  .menu__text {
    margin-top: 20px
  }
}

.menu__about {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400
}

.menu__border {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 300px;
  margin-left: -50px;
  height: 15px;
  background-color: #e8cd00
}

.menu__border--reverse {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background-color: #e8cd00
}

@media screen and (max-width: 768px) {
  .menu__border--reverse {
    width: 300px;
    margin-left: -50px
  }
}

.menu__submenus {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center
}

@media screen and (max-width: 1200px) {
  .menu__submenus {
    gap: 100px
  }
}

@media screen and (max-width: 768px) {
  .menu__submenus {
    display: block
  }
}

.menu__submenu {
  max-width: 300px
}

@media screen and (max-width: 768px) {
  .menu__submenu {
    margin: 0 auto 100px auto
  }

  .menu__submenu:last-of-type {
    margin-bottom: 0
  }
}

.information {
  background-color: #f7f7f7;
  position: relative;
  padding: 100px 50px
}

@media screen and (max-width: 576px) {
  .information {
    padding: 50px 0
  }
}

.information__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px
}

@media screen and (max-width: 768px) {
  .information__logos {
    max-width: 200px;
    margin: 0 auto 50px auto
  }
}

.information__spoon {
  width: 50px
}

.information__lists {
  max-width: 600px;
  margin: 0 auto 70px auto
}

@media screen and (max-width: 992px) {
  .information__lists {
    max-width: 400px
  }
}

.information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width: 576px) {
  .information__list {
    position: relative;
    display: block;
    border-bottom: 1px solid #452a01
  }

  .information__list::before {
    content: "";
    display: block;
    width: 40%;
    border-bottom: 3px solid #452a01;
    position: absolute;
    bottom: -2px;
    left: 0
  }
}

.information__list__left {
  border-bottom: 3px solid #452a01;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  padding: 20px 0 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: -1px
}

@media screen and (max-width: 576px) {
  .information__list__left {
    border: none;
    padding-bottom: 5px
  }
}

.information__list__right {
  border-bottom: 1px solid #452a01;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  padding: 20px 0 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width: 576px) {
  .information__list__right {
    padding: 0 0 10px 0;
    border: none
  }
}

.information__maps {
  margin: 0 auto;
  max-width: 600px
}

.information__maps iframe {
  width: 100%;
  height: 400px
}

@media screen and (max-width: 992px) {
  .information__maps {
    max-width: 400px
  }

  .information__maps iframe {
    height: 300px
  }
}

@media screen and (max-width: 768px) {
  .information__maps iframe {
    height: 500px
  }
}

.information .swiper {
  max-width: 600px
}

@media screen and (max-width: 992px) {
  .information .swiper {
    max-width: 400px
  }
}

@media screen and (max-width: 576px) {
  .information .swiper {
    max-width: 250px
  }
}

.information .swiper-container {
  max-width: 600px;
  margin: 0 auto 30px auto;
  position: relative
}

@media screen and (max-width: 992px) {
  .information .swiper-container {
    max-width: 400px
  }
}

@media screen and (max-width: 576px) {
  .information .swiper-container {
    max-width: 250px
  }
}

.information .swiper-button-prev,
.information .swiper-button-next {
  position: absolute;
  bottom: 60%;
  top: auto
}

@media screen and (max-width: 576px) {

  .information .swiper-button-prev,
  .information .swiper-button-next {
    width: 20px;
    bottom: 70%
  }
}

.information .swiper-button-prev::after,
.information .swiper-button-next::after {
  content: "";
  display: none
}

.information .swiper-button-prev {
  left: -70px
}

@media screen and (max-width: 576px) {
  .information .swiper-button-prev {
    left: -30px
  }
}

.information .swiper-button-next {
  right: -70px
}

@media screen and (max-width: 576px) {
  .information .swiper-button-next {
    right: -30px
  }
}

.information .swiper-slide {
  text-align: center
}

@media screen and (max-width: 576px) {
  .information .swiper-slide {
    font-size: 13px
  }
}

.information .swiper-slide span {
  display: inline-block
}

.information .swiper-slide img {
  height: auto;
  width: 100%;
  margin-bottom: 30px
}

.information .swiper-title {
  font-size: 24px;
  margin-bottom: 20px
}

@media screen and (max-width: 576px) {
  .information .swiper-title {
    font-size: 16px
  }
}

.recruit {
  background-color: #fff;
  position: relative;
  padding: 100px 50px 50px 50px
}

@media screen and (max-width: 576px) {
  .recruit {
    padding: 50px 0
  }
}

.recruit__titles {
  margin-bottom: 100px
}

@media screen and (max-width: 768px) {
  .recruit__titles {
    margin-bottom: 50px
  }
}

.recruit__title {
  font-size: 24px;
  font-weight: 500;
  color: #452a01
}

.recruit__subtitle {
  color: #452a01;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400
}

.recruit__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px
}

@media screen and (max-width: 768px) {
  .recruit__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.recruit__image {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%
}

.recruit__texts {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  line-height: 1.75
}

@media screen and (max-width: 768px) {
  .recruit__texts {
    margin-bottom: 30px
  }
}

.recruit__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400
}

.recruit__text .accent {
  display: inline-block;
  font-size: 1.25em;
  color: #452a01;
  background: #e8cd00;
  font-weight: 600;
  padding: 0.1em 1em 0.2em;
  margin: 0.5em auto 0;
  border-radius: 0.5em;
}

.recruit__lists {
  margin: 0 auto 50px auto
}

@media screen and (max-width: 768px) {
  .recruit__lists {
    margin-bottom: 0
  }
}

.recruit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width: 576px) {
  .recruit__list {
    position: relative;
    display: block;
    border-bottom: 1px solid #452a01
  }

  .recruit__list::before {
    content: "";
    display: block;
    width: 40%;
    border-bottom: 3px solid #452a01;
    position: absolute;
    bottom: -2px;
    left: 0
  }
}

.recruit__list__left {
  border-bottom: 3px solid #452a01;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  padding: 20px 0 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: -1px
}

@media screen and (max-width: 576px) {
  .recruit__list__left {
    border: none;
    padding: 20px 0 5px 0
  }
}

.recruit__list__right {
  border-bottom: 1px solid #452a01;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  padding: 20px 0 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width: 576px) {
  .recruit__list__right {
    padding: 0 0 10px 0;
    border: none
  }
}

.recruit__list__small {
  font-size: 14px;
  margin-top: 10px
}

.contact {
  background-color: #fff;
  position: relative;
  padding: 100px 50px
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 20px 50px 50px 50px
  }
}

@media screen and (max-width: 576px) {
  .contact {
    padding: 20px 0
  }
}

.contact__titles {
  margin-bottom: 50px
}

.contact__title {
  font-size: 24px;
  font-weight: 500;
  color: #452a01
}

.contact__subtitle {
  color: #452a01;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400
}

.contact__text {
  margin-bottom: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400
}

.contact__tels {
  margin-bottom: 50px
}

.contact__tel {
  font-size: 24px;
  margin-right: 40px
}

@media screen and (max-width: 768px) {
  .contact__tel {
    display: block;
    margin: 0 0 20px 0
  }
}

.contact__tel__small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400
}

.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px
}

@media screen and (max-width: 768px) {
  .contact__form {
    display: block;
    margin-bottom: 30px
  }
}

.contact__form__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  padding: 20px 0 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #452a01;
  font-size: 24px
}

@media screen and (max-width: 768px) {
  .contact__form__left {
    border: none
  }
}

.contact__form__right {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  padding: 0 0 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width: 768px) {
  .contact__form__right {
    padding: 0
  }
}

.contact__form__list {
  margin-bottom: 20px
}

.contact__form__list:last-of-type {
  margin-bottom: 0
}

.contact__form__label {
  display: block;
  margin-bottom: 5px
}

.contact__form__input,
.contact__form__textarea {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #707070;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.contact__form__submit {
  width: 100px;
  height: 100px;
  display: block;
  background-color: #e8cd00;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  margin: 0 auto;
  cursor: pointer;
  color: #452a01
}

@media screen and (max-width: 768px) {
  .contact__form__submit {
    width: 80px;
    height: 80px
  }
}

.footer {
  background-color: #452a01;
  padding: 70px 0;
  color: #fff
}

.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px
}

.footer__company {
  padding-right: 30px;
  border-right: 1px solid #fff
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff
}

.footer__link span {
  margin-right: 3px
}

.footer__link__image {
  width: 15px
}

.footer__link__image img {
  vertical-align: text-bottom
}

.footer__logo {
  max-width: 360px;
  margin-inline: auto
}

@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 270px
  }
}

/*# sourceMappingURL=style.css.map */