/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Rounded M+ 1c", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
}
body a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
body a:hover {
  opacity: 0.5;
}
body img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body ul li {
  list-style: none;
}
body .content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 767px) {
  body .content {
    padding: 0 24px;
  }
}

header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 48px 0;
}
header .header-inner h1 {
  max-width: 320px;
  width: 100%;
}
header .header-inner .header-entry {
  max-width: 223px;
  width: 100%;
  padding: 5px 10px;
  background: #FABE00;
  border-radius: 24px;
}
header .header-inner .header-entry .header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 2.2;
}

@media (max-width: 767px) {
  header .header-inner {
    padding: 0 24px;
  }
  header .header-inner h1 {
    max-width: 250px;
  }
}
footer {
  margin-top: 140px;
  background: #FFF1DA;
}
footer .footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 16rem 48px 7.5rem;
}
footer .footer-inner .footer-logo {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
footer .footer-inner .footer-menu {
  max-width: 780px;
  margin: 18rem auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
footer .footer-inner .footer-menu li {
  position: relative;
}
footer .footer-inner .footer-menu li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5%;
  transform: rotate(-50deg);
  width: 16px;
  height: 1px;
  background: #92661D;
}
footer .footer-inner .footer-menu li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 2;
}

@media (max-width: 767px) {
  footer {
    margin-top: 50px;
  }
  footer .footer-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 24px;
  }
  footer .footer-inner .footer-menu {
    max-width: 780px;
    margin: 100px auto 0;
    display: block;
  }
  footer .footer-inner .footer-menu li:not(:first-of-type) {
    margin-top: 20px;
  }
  footer .footer-inner .footer-menu li::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.title-color {
  color: #ffbf53;
}

.f-16 {
  font-size: 16px;
  line-height: 1.45;
}

.f-18 {
  font-size: 18px;
  line-height: 1.8;
}

.title {
  font-size: clamp(32px, 4vw, 64px);
  line-height: 1.45;
  position: relative;
  text-align: center;
}
.title::before {
  content: "";
  position: absolute;
  left: 48%;
  bottom: -10%;
  width: 55px;
  height: 4px;
  background: #ffbf53;
  transform: translate(-48%, 10%);
}

.sub-title {
  font-size: clamp(20px, 3vw, 24px);
  line-height: 1.45;
  margin-top: 40px;
  text-align: center;
}

.fv {
  margin-top: 60px;
}

.message {
  margin-top: 110px;
}
.message .content .message__fx {
  display: flex;
  -moz-column-gap: 22rem;
       column-gap: 22rem;
}
.message .content .message__fx .message__fx--left {
  max-width: 456px;
  width: 100%;
}
.message .content .message__fx .message__fx--left p:first-of-type {
  font-size: 9.8rem;
  line-height: 1.45;
  position: relative;
}
.message .content .message__fx .message__fx--left p:first-of-type::before {
  content: "";
  position: absolute;
  bottom: 0%;
  width: 99px;
  height: 4px;
  background: #ffbf53;
}
.message .content .message__fx .message__fx--left p:nth-of-type(2) {
  margin-top: 50px;
  font-size: 4rem;
  line-height: 1.45;
}
.message .content .message__fx .message__fx--left p:nth-of-type(3) {
  margin-top: 60px;
}
.message .content .message__fx .message__fx--left p:nth-of-type(4) {
  margin-top: 30px;
}
.message .content .message__fx .message__fx--right {
  max-width: 517px;
  width: 100%;
}

@media (max-width: 767px) {
  .message {
    margin-top: 65px;
  }
  .message .content .message__fx {
    display: block;
  }
  .message .content .message__fx .message__fx--left {
    max-width: none;
  }
  .message .content .message__fx .message__fx--left p:first-of-type {
    font-size: 48px;
  }
  .message .content .message__fx .message__fx--left p:first-of-type::before {
    content: "";
    position: absolute;
    bottom: 0%;
    width: 99px;
    height: 4px;
    background: #ffbf53;
  }
  .message .content .message__fx .message__fx--left p:nth-of-type(2) {
    margin-top: 50px;
    font-size: 20px;
  }
  .message .content .message__fx .message__fx--left p:nth-of-type(3) {
    margin-top: 30px;
  }
  .message .content .message__fx .message__fx--left p:nth-of-type(4) {
    margin-top: 25px;
  }
  .message .content .message__fx .message__fx--right {
    max-width: none;
    margin-top: 30px;
  }
}
.about-us {
  margin-top: 130px;
}
.about-us .content .about-us__fx1 {
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
  -moz-column-gap: 14rem;
       column-gap: 14rem;
  max-width: 1021px;
  margin: 80px auto 0;
}
.about-us .content .about-us__fx1 .about-us__fx1--left {
  max-width: 456px;
  width: 100%;
  box-shadow: 22px 26px 0px 0px #fabe00;
  border-radius: 24px;
}
.about-us .content .about-us__fx1 .about-us__fx1--right {
  max-width: 425px;
  width: 100%;
}
.about-us .content .about-us__fx1 .about-us__fx1--right p:first-of-type {
  font-size: clamp(18px, 4vw, 24px);
  line-height: 1.45;
}
.about-us .content .about-us__fx1 .about-us__fx1--right p:nth-of-type(2) {
  font-size: clamp(18px, 4vw, 24px);
  line-height: 1.45;
  margin-top: 5px;
}
.about-us .content .about-us__fx1 .about-us__fx1--right p:nth-of-type(3) {
  margin-top: 70px;
}
.about-us .content .about-us__fx2 {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 48px;
       column-gap: 48px;
  max-width: 1040px;
  margin: 100px auto 0;
}
.about-us .content .about-us__fx2 .about-us__fx2--item {
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #FFF1DA;
  padding: 10px 8.4rem 35px;
  border-radius: 24px;
}
.about-us .content .about-us__fx2 .about-us__fx2--item p:first-of-type {
  color: #d1932b;
  text-align: center;
}
.about-us .content .about-us__fx2 .about-us__fx2--item p:nth-of-type(2) {
  color: #d1932b;
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
  margin-top: 20px;
  position: relative;
}
.about-us .content .about-us__fx2 .about-us__fx2--item p:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 45%;
  bottom: -50%;
  width: 40px;
  height: 1px;
  background: #d1932b;
}
.about-us .content .about-us__fx2 .about-us__fx2--item p:nth-of-type(3) {
  margin: 45px 0 60px;
}
.about-us .content .about-us__fx2 .about-us__fx2--item .about-us__fx2--item-img {
  margin: auto;
  max-width: 280px;
}
.about-us .content .about-us__block {
  max-width: 1048px;
  margin: 75px auto 0;
  border-radius: 24px;
  padding: 30px 20px;
  background: #FFF1DA;
}
.about-us .content .about-us__block .about-us__block--text {
  max-width: 128px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.about-us .content .about-us__block .about-us__block--text::before {
  content: "";
  position: absolute;
  bottom: -10%;
  right: 35%;
  width: 40px;
  height: 1px;
  background: #d1932b;
}
.about-us .content .about-us__block ul {
  max-width: 845px;
  margin: 45px auto 0;
}
.about-us .content .about-us__block ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.about-us .content .about-us__block ul li:not(:first-of-type) {
  margin-top: 15px;
}
.about-us .content .about-us__block ul li .circle img {
  width: 8px;
  height: 8px;
}
.about-us .content .about-us__block ul li p:not(:first-of-type) {
  max-width: 780px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d1932b;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 1.45;
}

@media (max-width: 767px) {
  .about-us {
    margin-top: 65px;
  }
  .about-us .content .about-us__fx1 {
    display: block;
    margin: 80px auto 0;
  }
  .about-us .content .about-us__fx1 .about-us__fx1--left {
    margin: 0 auto;
  }
  .about-us .content .about-us__fx1 .about-us__fx1--right {
    margin: 50px auto 0;
  }
  .about-us .content .about-us__fx1 .about-us__fx1--right p:first-of-type {
    text-align: center;
  }
  .about-us .content .about-us__fx1 .about-us__fx1--right p:nth-of-type(2) {
    text-align: center;
  }
  .about-us .content .about-us__fx1 .about-us__fx1--right p:nth-of-type(3) {
    margin-top: 70px;
  }
  .about-us .content .about-us__fx2 {
    display: block;
    margin: 50px auto 0;
  }
  .about-us .content .about-us__fx2 .about-us__fx2--item {
    margin: 0 auto;
    padding: 10px 40px 35px;
  }
  .about-us .content .about-us__fx2 .about-us__fx2--item:not(:first-of-type) {
    margin-top: 50px;
  }
}
.our-data {
  margin-top: 90px;
}
.our-data .content .our-data-title {
  margin-left: 7.2rem;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.45;
  color: #FFBF53;
  position: relative;
}
.our-data .content .our-data-title::before {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 0%;
  width: 55px;
  height: 4px;
  background: #FFBF53;
}
.our-data .content .sub-title {
  margin-left: 7.2rem;
  text-align: start;
}
.our-data .content .our-data__block {
  margin-top: 25px;
  border-radius: 24px;
  background: #FFF1DA;
  padding: 7.8rem 7.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  row-gap: 30px;
}

@media (max-width: 767px) {
  .our-data {
    margin-top: 50px;
  }
  .our-data .content .our-data-title {
    margin-left: 20px;
  }
  .our-data .content .sub-title {
    margin-left: 20px;
  }
  .our-data .content .our-data__block {
    margin-top: 25px;
    border-radius: 24px;
    background: #FFF1DA;
    padding: 25px 20px;
    display: block;
  }
  .our-data .content .our-data__block .our-data__block--item:not(:first-of-type) {
    margin-top: 30px;
  }
}
.introduction {
  margin-top: 95px;
  padding: 24px;
}
.introduction .content {
  padding: 35px 75px;
}
.introduction .content .introduction__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 75px;
  margin-top: 55px;
}
.introduction .content .introduction__block .introduction__block--item {
  max-width: 350px;
}
.introduction .content .introduction__block .introduction__block--item .introduction__block--item-title {
  font-size: 20px;
  line-height: 1.45;
  margin-top: 15px;
  color: #D1932B;
}
.introduction .content .introduction__block .introduction__block--item .introduction__block--item-text {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .introduction .content {
    padding: 30px 25px;
  }
  .introduction .content .introduction__block {
    display: block;
  }
  .introduction .content .introduction__block .introduction__block--item {
    margin: 0 auto;
  }
  .introduction .content .introduction__block .introduction__block--item:not(:first-of-type) {
    margin-top: 50px;
  }
}
.nagomiya {
  margin-top: 155px;
}
.nagomiya .content .fx {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 6.2rem;
       column-gap: 6.2rem;
}
.nagomiya .content .fx .fx__left {
  max-width: 458px;
}
.nagomiya .content .fx .fx__left p:first-of-type {
  font-size: 12px;
  line-height: 1.45;
  color: #d1932b;
}
.nagomiya .content .fx .fx__left p:nth-of-type(2) {
  font-size: 24px;
  line-height: 1.45;
  color: #d1932b;
  margin-top: 5px;
}
.nagomiya .content .fx .fx__left p:nth-of-type(3) {
  margin-top: 30px;
}
.nagomiya .content .fx .fx__right {
  max-width: 466px;
}
.nagomiya .content .fx .fx__right ul {
  display: flex;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  margin-top: 30px;
}
.nagomiya .content .fx .fx__right ul li {
  max-width: 138px;
}
.nagomiya .content .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  max-width: 1108px;
  margin: 145px auto 0;
}
.nagomiya .content .grid .grid__item {
  max-width: 348px;
  padding: 6.5rem 10px 20px;
  border: 3px solid #ffbf53;
  border-radius: 24px;
  position: relative;
}
.nagomiya .content .grid .grid__item .number {
  position: absolute;
  top: -35%;
  left: 50%;
  transform: translate(-50%, 35%);
  max-width: 94px;
}
.nagomiya .content .grid .grid__item p:first-of-type {
  font-size: 20px;
  line-height: 1.45;
  color: #d1932b;
  text-align: center;
  max-width: 200px;
  padding-bottom: 40px;
  border-bottom: 5px solid #fff1da;
  margin: 0 auto;
}
.nagomiya .content .grid .grid__item p:nth-of-type(2) {
  max-width: 250px;
  margin: 75px auto 0;
}

@media (max-width: 767px) {
  .nagomiya {
    margin-top: 80px;
  }
  .nagomiya .content .fx {
    display: block;
  }
  .nagomiya .content .fx .fx__left {
    max-width: none;
  }
  .nagomiya .content .fx .fx__right {
    margin: 50px auto 0;
  }
  .nagomiya .content .fx .fx__right ul {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .nagomiya .content .grid {
    display: block;
    max-width: 348px;
    margin: 145px auto 0;
  }
  .nagomiya .content .grid .grid__item {
    max-width: 348px;
    padding: 30px 10px 20px;
  }
  .nagomiya .content .grid .grid__item:not(:first-of-type) {
    margin-top: 140px;
  }
  .nagomiya .content .grid .grid__item .number {
    top: -40%;
    left: 50%;
    transform: translate(-50%, 20%);
  }
  .nagomiya .content .grid .grid__item p:nth-of-type(2) {
    max-width: 250px;
    margin: 75px auto 0;
  }
}
.cafe {
  margin-top: 155px;
}
.cafe .content .fx {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  -moz-column-gap: 6.2rem;
       column-gap: 6.2rem;
}
.cafe .content .fx .fx__left {
  max-width: 458px;
}
.cafe .content .fx .fx__left p:first-of-type {
  font-size: 12px;
  line-height: 1.45;
  color: #d1932b;
}
.cafe .content .fx .fx__left p:nth-of-type(2) {
  font-size: 24px;
  line-height: 1.45;
  color: #d1932b;
  margin-top: 5px;
}
.cafe .content .fx .fx__left p:nth-of-type(3) {
  margin-top: 30px;
}
.cafe .content .fx .fx__right {
  max-width: 466px;
}
.cafe .content .fx .fx__right ul {
  display: flex;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  margin-top: 30px;
}
.cafe .content .fx .fx__right ul li {
  max-width: 138px;
}
.cafe .content .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  max-width: 1108px;
  margin: 145px auto 0;
}
.cafe .content .grid .grid__item {
  max-width: 348px;
  padding: 6.5rem 10px 20px;
  border: 3px solid #ffbf53;
  border-radius: 24px;
  position: relative;
}
.cafe .content .grid .grid__item .number {
  position: absolute;
  top: -35%;
  left: 50%;
  transform: translate(-50%, 35%);
  max-width: 94px;
}
.cafe .content .grid .grid__item p:first-of-type {
  font-size: 20px;
  line-height: 1.45;
  color: #d1932b;
  text-align: center;
  max-width: 200px;
  padding-bottom: 40px;
  border-bottom: 5px solid #fff1da;
  margin: 0 auto;
}
.cafe .content .grid .grid__item p:nth-of-type(2) {
  max-width: 250px;
  margin: 75px auto 0;
}

@media (max-width: 767px) {
  .cafe {
    margin-top: 80px;
  }
  .cafe .content .fx {
    display: block;
  }
  .cafe .content .fx .fx__left {
    max-width: none;
  }
  .cafe .content .fx .fx__right {
    margin: 50px auto 0;
  }
  .cafe .content .fx .fx__right ul {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .cafe .content .grid {
    display: block;
    max-width: 348px;
    margin: 145px auto 0;
  }
  .cafe .content .grid .grid__item {
    max-width: 348px;
    padding: 30px 10px 20px;
  }
  .cafe .content .grid .grid__item:not(:first-of-type) {
    margin-top: 140px;
  }
  .cafe .content .grid .grid__item .number {
    top: -40%;
    left: 50%;
    transform: translate(-50%, 20%);
  }
  .cafe .content .grid .grid__item p:nth-of-type(2) {
    max-width: 250px;
    margin: 75px auto 0;
  }
}
.job-openings {
  margin-top: 115px;
}
.job-openings .content {
  max-width: 1216px;
}
.job-openings .content .top {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 95px;
}
.job-openings .content .top .top__left {
  max-width: 438px;
}
.job-openings .content .top .top__left p:first-of-type {
  font-size: 24px;
  line-height: 1.45;
  color: #ffbf53;
  position: relative;
}
.job-openings .content .top .top__left p:first-of-type::before {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 0%;
  width: 55px;
  height: 4px;
  background: #ffbf53;
}
.job-openings .content .top .top__left p:nth-of-type(2) {
  margin-top: 80px;
}
.job-openings .content .top .top__left p:nth-of-type(3) {
  margin-top: 30px;
}
.job-openings .content .top .top__right img {
  max-width: 512px;
  box-shadow: -22px 26px 0px 0px #fabe00;
  border-radius: 24px;
}
.job-openings .content .middle {
  margin-top: 110px;
}
.job-openings .content .middle .middle-title {
  font-size: clamp(25px, 4vw, 40px);
  font-weight: 900;
  line-height: 1.45;
  color: #ffbf53;
}
.job-openings .content .middle .middle__block {
  margin: 25px auto 0;
  border-left: 6px solid #ffbf53;
}
.job-openings .content .middle .middle__block .fx {
  display: flex;
  justify-content: space-between;
  align-items: end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 25px 0 30px 6rem;
}
.job-openings .content .middle .middle__block .fx:not(:first-of-type) {
  margin-top: 90px;
}
.job-openings .content .middle .middle__block .fx .fx__left {
  max-width: 565px;
  width: 100%;
}
.job-openings .content .middle .middle__block .fx .fx__left .middle__left--title {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.job-openings .content .middle .middle__block .fx .fx__left .middle__left--title p {
  font-size: 20px;
  line-height: 1.45;
  color: #bb7500;
}
.job-openings .content .middle .middle__block .fx .fx__left .middle__left--text {
  max-width: 533px;
  margin-left: auto;
  margin-top: 35px;
}
.job-openings .content .middle .middle__block .fx .fx__left .middle__left--text p {
  line-height: 2;
}
.job-openings .content .middle .middle__block .fx .fx__right {
  max-width: 270px;
}
.job-openings .content .bottom {
  margin-top: 120px;
  background: #fff1da;
  padding: 55px 25px 140px;
  border-radius: 24px;
}
.job-openings .content .bottom .bottom-title {
  max-width: 144px;
  margin: 0 auto;
  color: #c28d32;
  font-size: 24px;
  line-height: 1.45;
  position: relative;
}
.job-openings .content .bottom .bottom-title::before {
  content: "";
  position: absolute;
  left: 48%;
  bottom: -10%;
  width: 70px;
  height: 1px;
  background: #c28d32;
  transform: translate(-48%, 10%);
}
.job-openings .content .bottom .fx {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 50px;
}
.job-openings .content .bottom .fx .fx__item {
  max-width: 203px;
  width: 100%;
  padding: 12px 10px;
  border-radius: 24px;
}
.job-openings .content .bottom .fx .fx__item:first-of-type {
  background: #bb7500;
}
.job-openings .content .bottom .fx .fx__item:nth-of-type(2) {
  background: #ffbf53;
}
.job-openings .content .bottom .fx .fx__item p {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.job-openings .content .bottom .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 60px;
  max-width: 756px;
  width: 100%;
  margin: 90px auto 0;
}
.job-openings .content .bottom .grid .grid__item {
  max-width: 365px;
  width: 100%;
}
.job-openings .content .bottom .grid .grid__item .grid__item--img {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}
.job-openings .content .bottom .grid .grid__item .grid__item--img img {
  max-width: 280px;
  max-height: 197px;
  height: 50vw;
  box-shadow: -22px 26px 0px 0px #FFBF53;
  border-radius: 24px;
}
.job-openings .content .bottom .grid .grid__item .grid__item--title {
  font-size: 20px;
  line-height: 1.45;
  color: #bb7500;
  text-align: center;
  margin-top: 60px;
}
.job-openings .content .bottom .grid .grid__item .grid__item--text {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .job-openings {
    margin-top: 80px;
  }
  .job-openings .content .top {
    display: block;
    margin-top: 60px;
  }
  .job-openings .content .top .top__left {
    margin: 0 auto;
  }
  .job-openings .content .top .top__left p:nth-of-type(2) {
    margin-top: 30px;
  }
  .job-openings .content .top .top__right {
    max-width: 512px;
    margin: 50px auto 0;
  }
  .job-openings .content .middle {
    margin-top: 80px;
  }
  .job-openings .content .middle .middle-title {
    font-size: clamp(25px, 4vw, 40px);
    font-weight: 900;
    line-height: 1.45;
    color: #ffbf53;
  }
  .job-openings .content .middle .middle__block {
    margin-top: 25px;
    border-left: 6px solid #ffbf53;
  }
  .job-openings .content .middle .middle__block .fx {
    display: block;
    padding: 25px 0 25px 25px;
  }
  .job-openings .content .middle .middle__block .fx .fx__left {
    max-width: 565px;
    width: 100%;
  }
  .job-openings .content .middle .middle__block .fx .fx__right {
    max-width: 270px;
    margin: 50px auto 0;
  }
  .job-openings .content .bottom {
    margin-top: 120px;
    background: #fff1da;
    padding: 55px 25px 70px;
    border-radius: 24px;
  }
  .job-openings .content .bottom .fx {
    display: block;
  }
  .job-openings .content .bottom .fx .fx__item:first-of-type {
    background: #bb7500;
    margin: 0 auto;
  }
  .job-openings .content .bottom .fx .fx__item:nth-of-type(2) {
    background: #ffbf53;
    margin: 15px auto 0;
  }
  .job-openings .content .bottom .fx .fx__item p {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
  }
  .job-openings .content .bottom .grid {
    display: block;
    margin: 90px auto 0;
  }
  .job-openings .content .bottom .grid .grid__item {
    max-width: 365px;
    width: 100%;
    margin: 0 auto;
  }
  .job-openings .content .bottom .grid .grid__item:not(:first-of-type) {
    margin-top: 50px;
  }
  .job-openings .content .bottom .grid .grid__item .grid__item--img {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
  }
  .job-openings .content .bottom .grid .grid__item .grid__item--img img {
    max-width: 280px;
    box-shadow: -22px 26px 0px 0px #FFBF53;
    border-radius: 24px;
  }
  .job-openings .content .bottom .grid .grid__item .grid__item--title {
    font-size: 20px;
    line-height: 1.45;
    color: #bb7500;
    text-align: center;
    margin-top: 60px;
  }
  .job-openings .content .bottom .grid .grid__item .grid__item--text {
    margin-top: 25px;
  }
}
.training {
  margin-top: 95px;
}
.training .content .fx {
  display: flex;
  justify-content: end;
  align-items: center;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
  max-width: 1090px;
  width: 100%;
  margin: 60px auto 0;
}
.training .content .fx .fx__left {
  max-width: 340px;
  width: 100%;
}
.training .content .fx .fx__right {
  max-width: 538px;
}
.training .content .fx .fx__right p:first-of-type {
  font-size: 20px;
  line-height: 1.45;
}
.training .content .fx .fx__right .text {
  margin-top: 40px;
}
.training .content .training__block {
  max-width: 1200px;
  margin: 60px auto 0;
}
.training .content .training__block .training__block--title {
  font-size: 20px;
  line-height: 1.45;
  color: #FFBF53;
  max-width: 160px;
}
.training .content .training__block .training__box {
  max-width: 800px;
  margin: 0 auto;
  padding: 25px 0 30px 6rem;
  border-left: 6px solid #ffbf53;
}
.training .content .training__block .training__box .training__box--item .fx {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 19px;
       column-gap: 19px;
}
.training .content .training__block .training__box .training__box--item .fx p:first-of-type {
  width: 6px;
  height: 6px;
  background: #FFBF53;
}
.training .content .training__block .training__box .training__box--item .fx p:nth-of-type(2) {
  color: #FFBF53;
}
.training .content .training__block .training__box .training__box--item .fx__item--text {
  margin: 10px 0 0 auto;
}
.training .content .training__block .training__box .training__box--item .fx__item--text p {
  line-height: 2.2;
}

@media (max-width: 767px) {
  .training {
    margin-top: 95px;
  }
  .training .content .fx {
    display: block;
    margin: 60px auto 0;
  }
  .training .content .fx .fx__left {
    margin: 0 auto;
  }
  .training .content .fx .fx__right {
    margin: 20px auto 0;
  }
  .training .content .fx .fx__right p:first-of-type {
    font-size: 20px;
    line-height: 1.45;
  }
  .training .content .fx .fx__right .text {
    margin-top: 40px;
  }
  .training .content .training__block {
    max-width: 1200px;
    margin: 60px auto 0;
  }
  .training .content .training__block .training__block--title {
    font-size: 20px;
    line-height: 1.45;
    color: #FFBF53;
    max-width: 160px;
  }
  .training .content .training__block .training__box {
    max-width: 800px;
    margin: 0 auto;
    padding: 25px 0 30px 6rem;
    border-left: 6px solid #ffbf53;
  }
  .training .content .training__block .training__box .training__box--item .fx {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 19px;
         column-gap: 19px;
  }
  .training .content .training__block .training__box .training__box--item .fx p:first-of-type {
    width: 6px;
    height: 6px;
    background: #FFBF53;
  }
  .training .content .training__block .training__box .training__box--item .fx p:nth-of-type(2) {
    color: #FFBF53;
  }
  .training .content .training__block .training__box .training__box--item .fx__item--text {
    margin: 10px 0 0 auto;
  }
  .training .content .training__block .training__box .training__box--item .fx__item--text p {
    line-height: 2.2;
  }
}
.interview {
  margin-top: 145px;
}
.interview .content .sub-title {
  color: #ffbf53;
}
.interview .content .interview__block {
  max-width: 1186px;
  margin: 75px auto 0;
  display: flex;
  justify-content: space-around;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
  position: relative;
}
.interview .content .interview__block .interview__block--box {
  position: absolute;
  bottom: -20%;
  max-width: 1186px;
  width: 100%;
  height: 350px;
  background: #fff1da;
  z-index: -1;
}
.interview .content .interview__block .interview__block--item {
  max-width: 246px;
  width: 100%;
}
.interview .content .interview__block .interview__block--item .interview__block--item-img {
  max-width: 193px;
  margin: 0 auto;
}
.interview .content .interview__block .interview__block--item .interview__block--item-text {
  margin-top: 30px;
}
.interview .content .interview__block .interview__block--item .interview__block--item-text p {
  color: #8b5700;
}
.interview .content .interview__block .interview__block--item .interview__block--item-text a {
  display: block;
  max-width: 80px;
  margin: 30px auto 0;
  color: #8b5700;
  padding-bottom: 5px;
  border-bottom: 1px solid #8b5700;
}
.interview .content .interview__block2 {
  max-width: 913px;
  margin: 200px auto 0;
}
.interview .content .interview__block2 .interview__block2--item:not(:first-of-type) {
  margin-top: 50px;
}
.interview .content .interview__block2 .interview__block2--item .interview__block2--item-title {
  font-size: clamp(32px, 4vw, 64px);
  line-height: 1.45;
  color: #ffbf53;
}
.interview .content .interview__block2 .interview__block2--item:nth-of-type(2) .interview__block2--item-title {
  text-align: end;
}
.interview .content .interview__block2 .interview__block2--item:nth-of-type(2) .box .fx {
  flex-direction: row-reverse;
}
.interview .content .interview__block2 .interview__block2--item:nth-of-type(2) .box--text .fx {
  flex-direction: row;
}
.interview .content .interview__block2 .interview__block2--item .box {
  padding: 7rem 11rem 5rem 8rem;
  border: 25px solid #ffbf53;
  border-radius: 48px;
}
.interview .content .interview__block2 .interview__block2--item .box .fx {
  display: flex;
  align-items: center;
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}
.interview .content .interview__block2 .interview__block2--item .box .fx .fx__left {
  max-width: 248px;
  width: 100%;
}
.interview .content .interview__block2 .interview__block2--item .box .fx .fx__right {
  max-width: 364px;
  width: 100%;
}
.interview .content .interview__block2 .interview__block2--item .box .fx .fx__right p {
  color: #8b5700;
}
.interview .content .interview__block2 .interview__block2--item .box .fx .fx__right p:nth-of-type(2) {
  margin-top: 30px;
  font-size: clamp(20px, 4vw, 32px);
  line-height: 1.8;
}
.interview .content .interview__block2 .interview__block2--item .box .fx .fx__right p:nth-of-type(3) {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1;
}
.interview .content .interview__block2 .interview__block2--item .box .box--text {
  max-width: 695px;
  margin: 60px auto 0;
}
.interview .content .interview__block2 .interview__block2--item .box .box--text .fx {
  display: flex;
  align-items: center;
  -moz-column-gap: 19px;
       column-gap: 19px;
}
.interview .content .interview__block2 .interview__block2--item .box .box--text .fx .fx__left {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 32px;
  width: 100%;
  height: 32px;
  background: #8b5700;
  border-radius: 50%;
  margin: 0;
}
.interview .content .interview__block2 .interview__block2--item .box .box--text .fx .fx__left p {
  color: #fff;
}
.interview .content .interview__block2 .interview__block2--item .box .box--text .box--text-answer {
  max-width: 640px;
  margin: 20px 0 0 auto;
}
.interview .content .interview__block2 .interview__block2--item .box .box--text .box--text-answer p:not(:first-of-type) {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .interview {
    margin-top: 70px;
  }
  .interview .content .interview__block {
    display: block;
  }
  .interview .content .interview__block .interview__block--box {
    bottom: -2%;
    height: 105%;
  }
  .interview .content .interview__block .interview__block--item {
    max-width: 246px;
    width: 100%;
    margin: 0 auto;
  }
  .interview .content .interview__block .interview__block--item:not(:first-of-type) {
    margin-top: 50px;
  }
  .interview .content .interview__block2 {
    max-width: 913px;
    margin: 200px auto 0;
  }
  .interview .content .interview__block2 .interview__block2--item:not(:first-of-type) {
    margin-top: 50px;
  }
  .interview .content .interview__block2 .interview__block2--item .box {
    padding: 70px 20px 50px;
    border: 10px solid #ffbf53;
  }
  .interview .content .interview__block2 .interview__block2--item .box .fx {
    display: block;
  }
  .interview .content .interview__block2 .interview__block2--item .box .fx .fx__left {
    margin: 0 auto;
  }
  .interview .content .interview__block2 .interview__block2--item .box .fx .fx__right {
    max-width: 364px;
    width: 100%;
  }
  .interview .content .interview__block2 .interview__block2--item .box .box--text .fx {
    display: flex;
    align-items: center;
    -moz-column-gap: 19px;
         column-gap: 19px;
  }
  .interview .content .interview__block2 .interview__block2--item .box .box--text .fx .fx__left p {
    color: #fff;
  }
  .interview .content .interview__block2 .interview__block2--item .box .box--text .box--text-answer {
    max-width: 640px;
    margin: 20px 0 0 auto;
  }
  .interview .content .interview__block2 .interview__block2--item .box .box--text .box--text-answer p:not(:first-of-type) {
    margin-top: 20px;
  }
}
.welfare {
  margin-top: 135px;
}
.welfare .content {
  max-width: 1216px;
}
.welfare .content .sub-title {
  color: #FFBF53;
}
.welfare .content .welfare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 70px;
  margin-top: 75px;
}
.welfare .content .welfare-grid .welfare-grid__item {
  max-width: 349px;
  width: 100%;
  padding: 15px 10px;
  background: #FFBF53;
  border-radius: 24px;
}
.welfare .content .welfare-grid .welfare-grid__item .welfare-grid__item--img {
  max-width: 164px;
  width: 100%;
  margin: 0 auto;
  transform: translateY(-40px);
}
.welfare .content .welfare-grid .welfare-grid__item .welfare-grid__item--title {
  margin-top: 10px;
  text-align: center;
}
.welfare .content .welfare-grid .welfare-grid__item .welfare-grid__item--title p {
  font-size: 20px;
  line-height: 1.45;
}
.welfare .content .welfare-grid .welfare-grid__item .welfare-grid__item--text {
  max-width: 290px;
  margin: 25px auto 0;
}
.welfare .content .welfare-grid .welfare-grid__item .welfare-grid__item--text p {
  line-height: 1.125;
}

@media (max-width: 767px) {
  .welfare {
    margin-top: 80px;
  }
  .welfare .content .welfare-grid {
    display: block;
    margin-top: 75px;
  }
  .welfare .content .welfare-grid .welfare-grid__item {
    max-width: 349px;
    width: 100%;
    margin: 0 auto;
  }
  .welfare .content .welfare-grid .welfare-grid__item:not(:first-of-type) {
    margin-top: 50px;
  }
}
.recruitment {
  margin-top: 110px;
}
.recruitment .content {
  max-width: 1211px;
}
.recruitment .content .recruitment-title {
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.45;
  color: #ffbf53;
  position: relative;
}
.recruitment .content .recruitment-title::before {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 0%;
  width: 55px;
  height: 4px;
  background: #ffbf53;
}
.recruitment .content .sub-title {
  text-align: start;
  color: #ffbf53;
}
.recruitment .content .recruitment-box {
  max-width: 304px;
  width: 100%;
  background: #fff1da;
  margin-top: 85px;
  padding: 65px 45px;
  border-radius: 12px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 60% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 60% 100%, 0% 100%);
}
.recruitment .content .recruitment-box p {
  font-size: 24px;
  line-height: 1.45;
}
.recruitment .content .st-theme-basic {
  border: none;
}
.recruitment .content .tab .nav {
  max-width: 600px;
  width: 100%;
  box-shadow: none;
  display: flex;
  -moz-column-gap: 42px;
       column-gap: 42px;
  margin: 30px auto 0;
}
.recruitment .content .tab .nav li {
  max-width: 203px;
  width: 100%;
  height: 61px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  border-radius: 24px;
  background: #ffbf53;
}
.recruitment .content .tab .nav li a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
}
.recruitment .content .tab .nav li.active {
  background: #BB7500;
}
.recruitment .content .tab .nav li.active a {
  color: #fff !important;
}
.recruitment .content .tab-content {
  max-width: 961px;
  margin: 40px 0 0 auto;
  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
}
.recruitment .content .tab-content .tab-pane {
  padding: 0;
}
.recruitment .content .tab-content .tab__fx {
  display: flex;
  align-items: stretch;
  max-height: 2438px;
}
.recruitment .content .tab-content .tab__fx:not(:last-of-type) {
  border-bottom: 1px solid #ababab;
}
.recruitment .content .tab-content .tab__fx .tab__fx--left {
  max-width: 264px;
  width: 100%;
  background: #fff1da;
  padding: 45px 55px;
}
.recruitment .content .tab-content .tab__fx .tab__fx--left p {
  font-size: 24px;
  line-height: 1.45;
  text-align: center;
}
.recruitment .content .tab-content .tab__fx .tab__fx--right {
  max-width: 697px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding: 30px 33px;
}
.recruitment .content .tab-content .tab__fx .tab__fx--right a {
  display: block;
  max-width: 275px;
  margin-top: 20px;
  color: #FFBF53;
  font-weight: 700;
  border-bottom: 1px solid #FFBF53;
}
.recruitment .content .tab-content .tab__fx .tab__fx--right p {
  line-height: 2;
}
.recruitment .content .tab-content .tab__fx .tab__fx--right .tab__fx--right-text2 {
  margin-top: 60px;
  color: #FFBF53;
}
.recruitment .content .tab-content .tab__fx .tab__fx--right .tab__fx--right-text3 {
  margin-top: 10px;
}
.recruitment .content .tab-content .tab__fx .tab__fx--right .tab__fx--right-text4 {
  margin-top: 25px;
  font-weight: 700;
}
.recruitment .content .tab-content .tab__fx .tab__fx--right .tab__fx--right-text5 {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .recruitment {
    margin-top: 60px;
  }
  .recruitment .content .tab .nav {
    row-gap: 10px;
  }
  .recruitment .content .tab .nav li {
    margin: 0 auto;
  }
  .recruitment .content .tab-content .tab__fx {
    display: block;
  }
  .recruitment .content .tab-content .tab__fx:not(:last-of-type) {
    border-bottom: 1px solid #ababab;
  }
  .recruitment .content .tab-content .tab__fx .tab__fx--left {
    max-width: none;
    width: 100%;
    background: #fff1da;
    padding: 45px 55px;
  }
}
.entry {
  margin-top: 100px;
}
.entry .content {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.entry .content .entry__block {
  margin-top: 100px;
}
.entry .content .entry__block .snow-monkey-form {
  border: 8px solid #ffbf53;
  border-radius: 24px;
}
.entry .content .entry__block .snow-monkey-form .smf-form {
  padding: 8rem 14rem;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-complete-content .reply {
  font-size: 20px;
  line-height: 1.45;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item:not(:first-of-type) {
  margin-top: 60px;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item .smf-item__col--label .smf-item__label .smf-item__label__text {
  font-size: 20px;
  line-height: 1.45;
  color: #ffbf53;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item .smf-item__col--controls {
  max-width: 590px;
  width: 100%;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item1 .smf-item__col--controls .smf-item__controls .smf-placeholder .smf-radio-buttons-control .smf-radio-buttons-control__control {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item1 .smf-item__col--controls .smf-item__controls .smf-placeholder .smf-radio-buttons-control .smf-radio-buttons-control__control .smf-label label {
  font-size: 20px;
  line-height: 1.45;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item1 .smf-item__col--controls .smf-item__controls .smf-placeholder .smf-radio-buttons-control .smf-radio-buttons-control__control .smf-label label .smf-radio-button-control {
  gap: 16px;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item1 .smf-item__col--controls .smf-item__controls .smf-placeholder .smf-radio-buttons-control .smf-radio-buttons-control__control .smf-label label .smf-radio-button-control .smf-radio-button-control__control {
  background-color: #fff;
  border-color: #ffbf53;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item1 .smf-item__col--controls .smf-item__controls .smf-placeholder .smf-radio-buttons-control .smf-radio-buttons-control__control .smf-label label .smf-radio-button-control .smf-radio-button-control__control::before {
  background: #000;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item2 .smf-item__col--controls .smf-item__controls .smf-placeholder .smf-text-control input {
  width: 100%;
  font-size: 20px;
  border: 1px solid #ffbf53;
  border-radius: 24px;
  background: #fffbf3;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item3 .smf-item__col--controls .smf-item__controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item3 .smf-item__col--controls .smf-item__controls .date:not(:first-of-type) {
  margin-left: 10px;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item3 .smf-item__col--controls .smf-item__controls .date .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 20px;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item3 .smf-item__col--controls .smf-item__controls .date .wp-block-group__inner-container .smf-placeholder .smf-select-control {
  max-width: 117px;
  width: 100%;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item3 .smf-item__col--controls .smf-item__controls .date .wp-block-group__inner-container .smf-placeholder .smf-select-control select {
  width: 117px;
  text-align: center;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item3 .smf-item__col--controls .smf-item__controls .date .wp-block-group__inner-container .smf-placeholder .smf-select-control .smf-select-control__toggle::before {
  right: calc(var(--_s-1) + 5px);
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item4 .smf-item__col--controls .smf-item__controls .smf-placeholder .smf-radio-buttons-control .smf-radio-buttons-control__control .smf-label label {
  font-size: 20px;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item4 .smf-item__col--controls .smf-item__controls .smf-placeholder .smf-radio-buttons-control .smf-radio-buttons-control__control .smf-label label .smf-radio-button-control {
  gap: 16px;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item4 .smf-item__col--controls .smf-item__controls .smf-placeholder .smf-radio-buttons-control .smf-radio-buttons-control__control .smf-label label .smf-radio-button-control .smf-radio-button-control__control {
  background-color: #fff;
  border-color: #ffbf53;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item4 .smf-item__col--controls .smf-item__controls .smf-placeholder .smf-radio-buttons-control .smf-radio-buttons-control__control .smf-label label .smf-radio-button-control .smf-radio-button-control__control::before {
  background: #000;
}
.entry .content .entry__block .smf-action {
  max-width: 295px;
  width: 100%;
  margin: 80px auto 100px;
}
.entry .content .entry__block .smf-action .smf-button-control__control {
  max-width: 295px;
  width: 100%;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.2857142857;
  background: #FFBF53;
  color: #fff;
  font-weight: 900;
  border-radius: 20px;
  padding: 10px 10px;
  position: relative;
  text-align: center;
}
.entry .content .entry__block .smf-action .smf-button-control__control::after, .entry .content .entry__block .smf-action .smf-button-control__control::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 20px;
  height: 3px;
}
.entry .content .entry__block .smf-action .smf-button-control__control::after {
  right: 10%;
  top: 55%;
  transform: rotate(-45deg);
}
.entry .content .entry__block .smf-action .smf-button-control__control::before {
  right: 10%;
  top: 33%;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .entry {
    margin-top: 50px;
  }
  .entry .content .entry__block {
    margin-top: 50px;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form {
    padding: 40px;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item {
    display: block;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item1 .smf-item__col--controls {
    margin-top: 10px;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item1 .smf-item__col--controls .smf-item__controls .smf-placeholder .smf-radio-buttons-control .smf-radio-buttons-control__control {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 10px;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item2 .smf-item__col--controls {
    margin-top: 10px;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item2 .smf-item__col--controls .smf-item__controls .smf-placeholder .smf-text-control input {
    width: 100%;
    font-size: 20px;
    border: 1px solid #ffbf53;
    border-radius: 24px;
    background: #fffbf3;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item3 .smf-item__col--controls {
    margin-top: 10px;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item3 .smf-item__col--controls .smf-item__controls {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 5px;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item3 .smf-item__col--controls .smf-item__controls .date:not(:first-of-type) {
    margin-left: 50px;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item4 .smf-item__col--controls {
    margin-top: 10px;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item4 .smf-item__col--controls .smf-item__controls .smf-placeholder .smf-radio-buttons-control .smf-radio-buttons-control__control .smf-label label {
    font-size: 20px;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item4 .smf-item__col--controls .smf-item__controls .smf-placeholder .smf-radio-buttons-control .smf-radio-buttons-control__control .smf-label label .smf-radio-button-control {
    gap: 16px;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item4 .smf-item__col--controls .smf-item__controls .smf-placeholder .smf-radio-buttons-control .smf-radio-buttons-control__control .smf-label label .smf-radio-button-control .smf-radio-button-control__control {
    background-color: #fff;
    border-color: #ffbf53;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item4 .smf-item__col--controls .smf-item__controls .smf-placeholder .smf-radio-buttons-control .smf-radio-buttons-control__control .smf-label label .smf-radio-button-control .smf-radio-button-control__control::before {
    background: #000;
  }
}/*# sourceMappingURL=style.css.map */