@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

input,
select,
textarea {
  background-color: transparent;
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

div,
p {
  word-break: break-all;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 2rem;
  scroll-behavior: smooth;
  scroll-padding-top: 13.7rem;
}

@media (min-width: 751px) and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 0.78125vw;
    scroll-padding-top: 8rem;
  }
}
@media screen and (min-width: 751px) {
  .onlySP {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .onlyPC {
    display: none !important;
  }
}
body {
  font-family: "Zen Maru Gothic", serif;
  color: #4d1d00;
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: 400;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition-duration: 0.3s;
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

p {
  margin: 0px;
  padding: 0;
}

p:last-child {
  margin-bottom: 0px;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

input[type=submit] {
  border: none;
  transition-duration: 0.3s;
}

table {
  border-spacing: inherit;
  border-collapse: collapse;
}

* {
  box-sizing: border-box;
  word-break: break-word;
}

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

span {
  display: inline-block;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media screen and (min-width: 769px) {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
}
.ml-auto {
  margin-left: auto;
}

.m-auto {
  margin: 0 auto;
}

.txt {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1e1e1e;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.text-none {
  color: red;
  font-size: 1.8rem;
}

body.overflow {
  overflow: hidden;
}

#wrapper {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}

@media screen and (max-width: 768px) {
  #wrapper {
    max-width: 100%;
  }
}
.container {
  position: relative;
  max-width: 126rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 4rem;
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 5rem;
  }
}
.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.c-white {
  color: #fff;
}

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

.fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fw600 {
  font-weight: 600;
}

.is-fixed {
  position: fixed;
}

.fade-content {
  opacity: 0;
  transform: translateY(9.6rem);
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fade-content:nth-child(1) {
  transition-delay: 100ms;
}

.fade-content:nth-child(2) {
  transition-delay: 200ms;
}

.fade-content:nth-child(3) {
  transition-delay: 300ms;
}

.fade-content:nth-child(4) {
  transition-delay: 400ms;
}

.fade-content:nth-child(5) {
  transition-delay: 500ms;
}

.fade-content:nth-child(6) {
  transition-delay: 600ms;
}

.fade-content:nth-child(7) {
  transition-delay: 700ms;
}

.fade-content:nth-child(8) {
  transition-delay: 800ms;
}

.fade-content:nth-child(9) {
  transition-delay: 900ms;
}

.fade-content:nth-child(10) {
  transition-delay: 1000ms;
}

.fade-content:nth-child(11) {
  transition-delay: 1100ms;
}

.fade-content:nth-child(12) {
  transition-delay: 1200ms;
}

.fade-content:nth-child(13) {
  transition-delay: 1300ms;
}

.fade-content:nth-child(14) {
  transition-delay: 1400ms;
}

.fade-content:nth-child(15) {
  transition-delay: 1500ms;
}

.fade-content:nth-child(16) {
  transition-delay: 1600ms;
}

.fade-content:nth-child(17) {
  transition-delay: 1700ms;
}

.fade-content:nth-child(18) {
  transition-delay: 1800ms;
}

.fade-content.show {
  opacity: 1;
  transform: translateY(0);
}

#l-wrapper {
  background-color: #fef8f8;
  padding-top: 13.5rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.fc01 {
  background-image: url("../images/common/ico_line.png");
  background-repeat: repeat-x;
  background-size: 195px 5px;
  background-position: bottom;
  padding-bottom: 4px;
  display: inline;
}

.c-btn {
  width: 16.9rem;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  color: #4D1D00;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 2.5rem;
    width: 24rem;
    height: 7rem;
  }
}
.c-btn:hover {
  opacity: 0.6;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2222;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading__circle {
  width: 26rem;
  height: 26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.loading__circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loading__circle .inner {
  width: 13rem;
  height: 6.1rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .loading__circle {
    width: 20rem;
    height: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .loading__circle svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .loading__circle .inner {
    width: 10rem;
    height: 5.5rem;
    margin: 0 auto;
  }
}
.c-title {
  margin-bottom: 5.9rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-title .jp {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.c-title .en {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
}

.l-header {
  padding: 2.3rem 0;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fef8f8;
}

@media screen and (max-width: 768px) {
  .l-header {
    padding: 1.3rem 0;
  }
}
.l-header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: -4rem;
}

.l-header_logo {
  max-width: 35rem;
}

@media screen and (max-width: 768px) {
  .l-header_logo {
    width: 37rem;
  }
}
.l-header_logo a {
  transition: 0.3s ease-in-out;
}

.l-header_logo a:hover {
  opacity: 0.6;
}

.c-nav_menu {
  display: flex;
}

.c-nav_menu li {
  flex-shrink: 0;
}

.c-nav_menu li:nth-child(3) a img {
  height: 6.3rem;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .c-nav_menu li:nth-child(3) a img {
    height: 7rem;
  }
}
.c-nav_menu li:not(:last-child) {
  position: relative;
}

.c-nav_menu li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../images/border.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .c-nav_menu li:not(:last-child) {
    border-width: 0.5rem;
  }
}
.c-nav_menu a {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 0 2.5rem;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .c-nav_menu a {
    padding: 0 2rem;
    font-size: 2rem;
  }
}
.c-nav_menu a img {
  margin: 0 auto 0.8rem;
  height: 5.5rem;
}

@media screen and (max-width: 768px) {
  .c-nav_menu a img {
    height: 6.5rem;
  }
}
.c-nav_menu a:hover {
  opacity: 0.6;
}

.l-footer {
  background-color: #4D1D00;
  padding: 4rem 0px;
  margin-top: auto;
}

.l-footer .l-inner {
  max-width: 116rem;
  margin: 0 auto;
}

.l-footer_logo {
  width: 35rem;
  margin: 2rem 0;
}

.l-footer_logo a {
  transition: 0.3s ease-in-out;
}

.l-footer_logo a:hover {
  opacity: 0.6;
}

.address {
  position: relative;
  padding-left: 3.6rem;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  .address {
    font-size: 2.8rem;
    padding-left: 5rem;
  }
}
.address::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("../images/ico_address.svg") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .address::before {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.c-copyright {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-copyright {
    font-size: 2rem;
  }
}
.l-main {
  position: relative;
}

.l-main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9.2rem;
  height: 100%;
  background: url(../images/bg_deco_01.png) repeat-y;
  background-size: 100%;
}

.l-main:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 9.2rem;
  height: 100%;
  background: url(../images/bg_deco_01.png) repeat-y;
  background-size: 100%;
  z-index: 0;
}

.l-main > * {
  position: relative;
  z-index: 1;
}

.p-home .l-kv {
  padding: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-home .l-kv {
    padding: 3.8rem 0;
  }
}
.p-home .l-kv .container {
  max-width: 116.8rem;
}

@media screen and (max-width: 768px) {
  .p-home .l-kv .container {
    max-width: 121.8rem;
  }
}
.p-home .l-kv_bg {
  margin: 0 calc(50% - 50dvw);
}
.p-home .l-kv_bg img {
  height: calc(100vh - 13.5rem);
  min-height: 50rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-home .l-kv_bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p-home .l-kv_text {
  position: absolute;
  top: 43%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-home .l-kv_text {
    top: auto;
    transform: translateY(0);
    bottom: 12rem;
    left: 4rem;
  }
}
.p-home .l-kv_text-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.1rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-home .l-kv_text-main {
    margin-bottom: 6.6rem;
  }
}
.p-home .l-kv_text-main span {
  font-size: 5.4rem;
  line-height: 1;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1.9rem 1rem;
}

@media screen and (max-width: 768px) {
  .p-home .l-kv_text-main span {
    font-size: 8.5rem;
    letter-spacing: -0.01em;
    padding: 1.8rem 2rem;
  }
}
.p-home .l-kv_text-sub {
  font-size: 3.2rem;
  font-weight: 500;
  position: relative;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-home .l-kv_text-sub {
    font-size: 4rem;
  }
}
.p-home .l-kv_text-sub .deco {
  position: absolute;
  right: 14rem;
  top: -5rem;
  width: 10.3rem;
}

@media screen and (max-width: 768px) {
  .p-home .l-kv_text-sub .deco {
    right: 19rem;
    top: -8rem;
    width: 12.5rem;
  }
}
.p-home .l-kv_float {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.8rem 0;
  background: url(../images/bg_dots.png), #FB7531;
}

.p-home .l-kv_float-content {
  display: flex;
  align-items: center;
  gap: 2.7rem;
  max-width: 116.8rem;
  margin: 0 auto;
}
.p-home .l-kv_float-content .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home .l-kv_float-content .sp {
    display: block;
  }
}
.p-home .l-kv_float-content .c-txt1 {
  background-color: #ffffff;
  border-radius: 10rem;
  color: #FB7531;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  padding: 1rem 2rem;
  min-width: 32rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home .l-kv_float-content .c-txt1 {
    font-size: 2.8rem;
  }
}
.p-home .l-kv_float-content .c-txt2 {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: -0.01em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-home .l-kv_float-content .c-txt2 {
    font-size: 2.8rem;
  }
}

.p-home .l-message {
  text-align: center;
  padding: 6rem 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-home .l-message {
    padding: 2rem 0 7rem;
  }
}
.p-home .l-message_content {
  padding: 6rem;
  border-radius: 2rem;
  background-color: #FFFDF9;
  box-shadow: 0.6rem 0.6rem 1rem rgba(251, 117, 49, 0.15);
}

.p-home .l-message .c-title {
  font-size: 5.6rem;
  line-height: 1.2857142857;
  font-weight: 700;
  margin-bottom: 4.8rem;
  display: block;
  position: relative;
}

.p-home .l-message .c-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.6rem;
  bottom: -1rem;
  left: 0;
  background: url(../images/bg_line.png) center no-repeat;
  background-size: contain;
}

.p-home .l-message .c-title span {
  color: #fb7531;
}

.p-home .l-message .c-txt {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 500;
}

.p-home .l-message .c-txt span {
  color: #fb7531;
  font-weight: 700;
}

.p-home .l-childcare {
  padding: 6rem 0 4rem;
  position: relative;
}

.p-home .l-childcare_content {
  box-shadow: 0.6rem 0.6rem 1rem rgba(251, 117, 49, 0.15);
  padding: 6rem;
  background-color: #FFFDF9;
  border-radius: 2rem;
  max-width: 99.2rem;
  margin: 0 auto;
}

.p-home .l-childcare .c-thumb {
  max-width: 72.1rem;
  width: 100%;
  margin: 0 auto 1.8rem;
}

.p-home .l-childcare .c-point {
  max-width: 73.9rem;
  margin: 0 auto;
}

.p-home .l-childcare .c-point .c-num {
  width: 12rem;
  height: 12rem;
  background-color: #4d1d00;
  border-radius: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  transform: translateY(0.5rem);
}

.p-home .l-childcare .c-point .c-num:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -3.7rem;
  width: 7.2rem;
  height: 7.2rem;
}

.p-home .l-childcare .c-point .c-num span {
  font-size: 4rem;
  line-height: 1;
}

.p-home .l-childcare .c-point .c-txt {
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 500;
  width: 39rem;
  letter-spacing: -0.01em;
}

.p-home .l-childcare .c-point li {
  display: flex;
  justify-content: space-between;
  padding: 3.2rem 0 2.8rem;
  border-bottom: dotted 0.5rem #4d1d00;
}

.p-home .l-childcare .c-point li:nth-child(1) .c-num:after {
  background: url(../images/top/img_deco_01.png) no-repeat;
  background-size: contain;
}

.p-home .l-childcare .c-point li:nth-child(2) .c-num:after {
  background: url(../images/top/img_deco_02.png) no-repeat;
  background-size: contain;
}

.p-home .l-childcare .c-point li:nth-child(3) .c-num:after {
  background: url(../images/top/img_deco_03.png) no-repeat;
  background-size: contain;
}

.p-home .l-childcare .c-point li:nth-child(4) .c-num:after {
  background: url(../images/top/img_deco_04.png) no-repeat;
  background-size: contain;
}

.p-home .l-experience {
  background-color: #ebf6fa;
  padding: 7.6rem 0 1.4rem;
  margin: 5.3rem 0;
  position: relative;
}

.p-home .l-experience::before {
  content: "";
  position: absolute;
  top: -5.3rem;
  left: 0;
  width: 100%;
  height: 5.3em;
  background: url(../images/top/bg_experience_01.svg) no-repeat;
  background-size: 100% 100%;
}

.p-home .l-experience::after {
  content: "";
  position: absolute;
  bottom: -5.3rem;
  left: 0;
  width: 100%;
  height: 5.3em;
  background: url(../images/top/bg_experience_02.svg) no-repeat;
  background-size: 100% 100%;
}

.p-home .l-experience .container {
  max-width: 128rem;
}

.p-home .l-experience .c-title {
  margin-bottom: 4rem;
}

.p-home .l-experience .c-question {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.p-home .l-experience .c-question li {
  padding: 3rem 0;
}

.p-home .l-experience .c-question li:nth-child(even) {
  margin-left: auto;
}

.p-home .l-experience .c-question li:nth-child(even) p:after {
  left: -7.5rem;
  top: -1.5rem;
}

.p-home .l-experience .c-question li p {
  font-size: 3.2rem;
  font-weight: 500;
  background-color: #fffdf9;
  display: inline-block;
  border-radius: 12rem;
  padding: 2.5rem 10rem;
  position: relative;
  box-shadow: 0.6rem 0.6rem 1rem rgba(129, 151, 162, 0.15);
  letter-spacing: -0.01em;
}

.p-home .l-experience .c-question li p:after {
  content: "";
  position: absolute;
  top: -3rem;
  right: -5.2rem;
  width: 15.1rem;
  height: 15.1rem;
  background: url(../images/top/ico_question.png) no-repeat;
  background-size: contain;
}

.p-home .l-experience .c-textBox {
  display: flex;
  justify-content: center;
  margin: 6rem 0;
}

.p-home .l-experience .c-textBox_wrap {
  background-color: #ffffff;
  padding: 6rem 10rem;
  border-radius: 2rem;
}

.p-home .l-experience .c-textBox .c-txt {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  letter-spacing: -0.01em;
}

.p-home .l-experience .c-textBox .c-txt + .c-txt {
  margin-top: 5rem;
}

.p-home .l-experience .c-textBox .c-txt span {
  color: #fb7531;
}

.p-home .l-experience .c-textBox .c-txt span.sp1 {
  color: inherit;
  margin-right: -3rem;
}

.p-home .l-experience .c-schedule {
  display: flex;
  justify-content: center;
  gap: 3.2rem;
  margin: 9rem 0 4rem;
}

.p-home .l-experience .c-schedule .c-txt {
  background-color: #b78c71;
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
  padding: 2rem;
  border-radius: 10rem;
  letter-spacing: -0.01em;
  width: 56.4rem;
  max-width: 100%;
}

.p-home .l-experience .c-schedule .c-txt span {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.45;
  display: block;
}

.p-home .l-experience .c-img {
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-bottom: 9rem;
}

.p-home .l-experience .c-img img {
  width: 24.8rem;
}

.p-home .l-experience .c-img li:nth-child(even) {
  margin-top: 10rem;
}

.p-home .l-nursery {
  padding: 5rem 0 4.5rem;
}

.p-home .l-nursery .c-nursery_list {
  display: flex;
  justify-content: center;
  gap: 6rem;
}

.p-home .l-nursery .c-nursery_list li {
  padding: 5rem 3.4rem;
  background-color: #fffdf9;
  border-radius: 2rem;
  text-align: center;
  max-width: 50rem;
}

.p-home .l-nursery .c-nursery_list li figure {
  margin-bottom: 4rem;
}

.p-home .l-nursery .c-nursery_list li .c-ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: dotted 0.5rem #fb7531;
  display: inline-block;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

.p-home .l-nursery .c-nursery_list li .c-txt {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.01em;
}

.p-home .l-schedule {
  background-color: #ebf6fa;
  padding: 7.4rem 0 5rem;
  margin: 5.3rem 0;
  position: relative;
}

.p-home .l-schedule::before {
  content: "";
  position: absolute;
  top: -5.3rem;
  left: 0;
  width: 100%;
  height: 5.3em;
  background: url(../images/top/bg_experience_01.svg) no-repeat;
  background-size: 100% 100%;
}

.p-home .l-schedule::after {
  content: "";
  position: absolute;
  bottom: -5.3rem;
  left: 0;
  width: 100%;
  height: 5.3em;
  background: url(../images/top/bg_experience_02.svg) no-repeat;
  background-size: 100% 100%;
}

.p-home .l-schedule_content {
  display: flex;
}

.p-home .l-schedule .c-age-group {
  display: flex;
  justify-content: center;
  margin: 7.2rem 0 3rem;
  gap: 36rem;
}

.p-home .l-schedule .c-age {
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #ffffff;
  padding: 1rem 10rem;
  text-align: center;
  border-radius: 10rem;
  background-color: #b78c71;
  margin: 0 0;
}

.p-home .l-schedule .c-schedule_list li {
  display: flex;
  justify-content: center;
  gap: 6rem;
}

.p-home .l-schedule .c-schedule_list li:last-child .c-time:after {
  display: none;
}

.p-home .l-schedule .c-schedule_items {
  padding: 3rem 0;
  max-width: 32rem;
  width: 100%;
}

.p-home .l-schedule .c-schedule figure {
  max-width: 32rem;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  overflow: hidden;
}

.p-home .l-schedule .c-schedule h3 {
  font-size: 3.2rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  margin: 0 -3rem;
}

.p-home .l-schedule .c-schedule h3 span {
  font-size: 2rem;
  display: block;
}

.p-home .l-schedule .c-schedule .c-time {
  width: 20rem;
  position: relative;
}

.p-home .l-schedule .c-schedule .c-time:after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 1rem;
  height: calc(100% - 1rem);
  transform: translateX(-50%);
  border-right: dotted 1rem #66a8be;
}

.p-home .l-schedule .c-schedule .c-time p {
  width: 20rem;
  height: 12.8rem;
  background: url(../images/top/bg_cloud.png) no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.p-home .l-schedule .c-schedule .c-time span {
  font-size: 4rem;
  color: #66a8be;
  line-height: 1;
  font-weight: 700;
  transform: translateY(1rem);
}

.p-home .l-event {
  padding: 5rem 0;
}

.p-home .l-event .c-event {
  max-width: 102rem;
  margin: 7rem auto 0;
}

.p-home .l-event .c-event_list {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
}

.p-home .l-event .c-event_list > li {
  width: 48rem;
  box-shadow: 0.6rem 0.6rem 1rem 0rem rgba(251, 117, 49, 0.1490196078);
  border-radius: 2rem;
  padding: 2rem 2rem 0;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  min-height: 48rem;
}

.p-home .l-event .c-event_list > li:nth-child(1) .c-season {
  background: url(../images/top/bg_season_01.png) no-repeat;
  background-size: contain;
}

.p-home .l-event .c-event_list > li:nth-child(1) .c-mouth {
  color: #e89eae;
}

.p-home .l-event .c-event_list > li:nth-child(2) .c-season {
  background: url(../images/top/bg_season_02.png) no-repeat;
  background-size: contain;
}

.p-home .l-event .c-event_list > li:nth-child(2) .c-mouth {
  color: #6999c5;
}

.p-home .l-event .c-event_list > li:nth-child(3) .c-season {
  background: url(../images/top/bg_season_03.png) no-repeat;
  background-size: contain;
}

.p-home .l-event .c-event_list > li:nth-child(3) .c-mouth {
  color: #e4916c;
}

.p-home .l-event .c-event_list > li:nth-child(4) .c-season {
  background: url(../images/top/bg_season_04.png) no-repeat;
  background-size: contain;
}

.p-home .l-event .c-event_list > li:nth-child(4) .c-mouth {
  color: #85c78c;
}

.p-home .l-event .c-event .c-season {
  width: 16rem;
  height: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-home .l-event .c-event .c-season span {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #ffffff;
  transform: translateY(-1rem);
}

.p-home .l-event .c-event ol {
  margin-top: auto;
}

.p-home .l-event .c-event ol li {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  gap: 1rem;
}

.p-home .l-event .c-event ol li:not(:last-child) {
  border-bottom: dashed 0.3rem #dfcfc5;
}

.p-home .l-event .c-event .c-mouth {
  font-size: 5.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  flex-shrink: 0;
}

.p-home .l-event .c-event .c-mouth span {
  font-size: 3.2rem;
}

.p-home .l-event .c-event .c-txt {
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.4;
}

.p-home .l-event .c-event .c-txt span {
  font-size: 2.4rem;
  margin: 0 -0.1rem;
}

.p-home .l-event .c-event .fz-30 {
  font-size: 3rem;
}

.p-home .l-photo {
  padding: 7rem 0;
}

.p-home .l-photo .c-title {
  margin-bottom: 7rem;
}

.p-home .l-photo_slider {
  max-width: 72.1rem;
  width: 100%;
  margin: 0 auto;
}

.p-home .l-photo_slider .splide__arrow {
  background: url(../images/ico_play.svg) no-repeat;
  background-size: contain;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0;
  transition: 0.3s ease-in-out;
}

.p-home .l-photo_slider .splide__arrow svg {
  display: none;
}

.p-home .l-photo_slider .splide__arrow:disabled {
  opacity: 0;
}

.p-home .l-photo_slider .splide__arrow--prev {
  transform: scale(-1);
}

.p-home .l-photo_slider .splide--slide {
  margin-bottom: 8rem;
}

.p-home .l-photo_slider .splide__slide {
  border-radius: 2rem;
  overflow: hidden;
}

.p-home .l-photo_slider .splide__pagination {
  bottom: -8rem;
}

.p-home .l-photo_slider .splide__pagination__page {
  width: 2rem;
  height: 2rem;
  background-color: #dfcfc5;
  margin: 0 0.2rem;
}

.p-home .l-photo_slider .splide__pagination__page.is-active {
  background-color: #4d1d00;
  transform: none;
}

.p-home .l-information {
  padding: 5rem 0;
}

.p-home .l-information .c-title {
  margin-bottom: 7rem;
}

.p-home .l-information .container {
  max-width: 128rem;
}

.p-home .l-information .c-information ul {
  width: 100%;
}

.p-home .l-information .c-information ul li {
  position: relative;
  display: flex;
}

.p-home .l-information .c-information ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-bottom: dotted 0.6rem #b78c71;
}

.p-home .l-information .c-information ul li:last-child:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-bottom: dotted 0.6rem #b78c71;
}

.p-home .l-information .c-information ul p,
.p-home .l-information .c-information ul p {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 700;
  text-align: left;
  padding: 3rem 0;
  vertical-align: middle;
  font-family: Zen Maru Gothic;
}

.p-home .l-information .c-information ul p span,
.p-home .l-information .c-information ul p span {
  font-size: 2.8rem;
}

.p-home .l-information .c-information ul p .sp1,
.p-home .l-information .c-information ul p .sp1 {
  font-family: Zen Maru Gothic;
  font-weight: 700;
  font-size: 40px;
  line-height: 126%;
  letter-spacing: -1%;
}

.p-home .l-information .c-information ul p:first-child {
  width: 43.5%;
  padding-left: 8rem;
}

.p-home .l-information .c-information ul .c-flag {
  position: relative;
  width: 4rem;
  margin-right: 2.4rem;
}

.p-home .l-information .c-information ul .c-flag:after {
  content: "";
  position: absolute;
  top: -4rem;
  left: 0;
  width: 4rem;
  height: 5rem;
  background: url(../images/ico_flag.png) no-repeat;
  background-size: contain;
}

.p-home .l-maps .c-maps {
  overflow: hidden;
  width: 100%;
  height: 43.5rem;
}

@media screen and (max-width: 768px) {
  .p-home .l-maps .c-maps {
    height: 63.3rem;
  }
}
.p-home .l-maps iframe {
  width: 100%;
  height: calc(100% + 150px);
}

.p-home .l-maps .c-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  .p-home .l-maps .c-title {
    font-size: 5.5rem;
  }
}
.p-home .l-maps .c-txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.01em;
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 768px) {
  .p-home .l-maps .c-txt {
    font-size: 3.2rem;
  }
}
.p-home .l-maps p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.39;
}

@media screen and (max-width: 768px) {
  .p-home .l-maps p {
    font-size: 2.8rem;
  }
}
.p-home .l-maps p span span {
  font-size: 1.2rem;
  display: block;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-home .l-maps p span span {
    font-size: 2.5rem;
  }
}
.p-home .l-maps p + p {
  margin-top: 1.3rem;
}

.p-home .l-maps p:not(.c-txt) {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.p-home .l-maps p:not(.c-txt) img {
  width: 2rem;
  flex-shrink: 0;
  height: 2rem;
}

.p-home .l-maps_content {
  max-width: 44.4rem;
  position: absolute;
  top: 3rem;
  left: calc(50% - 54rem);
  width: 100%;
  border-radius: 2rem;
  background-color: rgba(255, 253, 249, 0.9);
  padding: 2rem 3.2rem;
}

@media screen and (max-width: 768px) {
  .p-home .l-maps_content {
    max-width: inherit;
    width: inherit;
    left: 7rem;
    padding: 3rem 3.2rem;
  }
}
.p-home .l-maps .c-btn {
  font-size: 2rem;
  line-height: 1;
  background-color: #FB7531;
  text-align: center;
  color: #ffffff;
  border-radius: 10rem;
  width: 22.5rem;
  max-width: 100%;
  margin: 2.2rem auto 0;
  height: auto;
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .p-home .l-maps .c-btn {
    font-size: 3.2rem;
    width: 28rem;
  }
}
.p-home .l-faq {
  padding: 6rem 0;
  background: url(../images/bg_dots.png), #DFCFC5;
}

.p-home .l-faq .c-title {
  margin-bottom: 5.7rem;
}

.p-home .l-faq .c-faq {
  max-width: 109.2rem;
  margin: 0 auto;
}

.p-home .l-faq .c-faq_list li {
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 2rem 4rem;
}

.p-home .l-faq .c-faq_list li + li {
  margin-top: 1rem;
}

.p-home .l-faq .c-faq p {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  padding-left: 8.4rem;
  line-height: 1.32;
  min-height: 6.7rem;
}

.p-home .l-faq .c-faq p span span {
  font-size: 2.4rem;
  line-height: 1.6;
  display: block;
}

.p-home .l-faq .c-faq .c-question:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3.35rem);
  width: 6.4rem;
  height: 6.7rem;
  background: url(../images/top/ico_q.svg) no-repeat;
  background-size: contain;
}

.p-home .l-faq .c-faq .c-answer {
  margin-top: 0.8rem;
}

.p-home .l-faq .c-faq .c-answer:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3.35rem);
  width: 6.4rem;
  height: 6.7rem;
  background: url(../images/top/ico_a.svg) no-repeat;
  background-size: contain;
}

.contact {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .contact {
    background-color: #FFFDF9;
  }
}
.contact .c-title {
  margin-bottom: 6rem;
}

.contact .c-title .ja {
  line-height: 1;
}

.contact-content {
  max-width: 106.6rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .contact-content {
    padding: 6rem 16rem;
    background-color: #fffdf9;
    border-radius: 2rem;
    box-shadow: 6px 6px 20px 0px rgba(251, 117, 49, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .contact-content {
    padding: 0 2rem;
    max-width: 100%;
  }
}
.contact-content.confirm .contact-step_item {
  background-color: #dfcfc5;
}

.contact-content.confirm .contact-step_item:nth-child(2) {
  background-color: #B78C71;
}

.contact-content.confirm .contact-text, .contact-content.confirm .contact-note {
  display: none;
}

.contact-content.confirm .contact-text_confirm {
  display: block;
}

.contact-content.confirm .frm-wrap {
  border: 1px solid #4D1D00;
  background-color: #fff;
}

.contact-content.confirm .frm-wrap .frm-input_confirm {
  font-size: 1.2rem;
  font-weight: 500;
  color: #4D1D00;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .contact-content.confirm .frm-wrap .frm-input_confirm {
    font-size: 3.6rem;
  }
}
.contact-content.confirm .frm-input {
  display: none;
  pointer-events: none;
}

.contact-content.confirm .frm-radio {
  pointer-events: none;
}

.contact-content.confirm .frm .textarea-field .frm-input_confirm {
  min-height: 12rem;
  overflow-y: auto;
  align-items: flex-start;
}

.contact-content.confirm .frm #btnBack,
.contact-content.confirm .frm #btnSend {
  display: block;
}

.contact-content.confirm .frm #btnConfirm,
.contact-content.confirm .frm .privacy-ck {
  display: none;
}

.contact-content.confirm .frm-btn {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .contact-content.confirm .frm-btn {
    margin-top: 4.5rem;
  }
}
.contact-step {
  display: flex;
  justify-content: center;
  gap: 6rem;
}

@media screen and (max-width: 768px) {
  .contact-step {
    gap: 8rem;
  }
}
.contact-step_item {
  width: 10rem;
  height: 10rem;
  background-color: #dfcfc5;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: bold;
  border-radius: 50%;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .contact-step_item {
    width: 15rem;
    height: 15rem;
    font-size: 4.8rem;
  }
}
.contact-step_item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 104%;
  width: calc(100% - 2rem);
  height: 1rem;
  transform: translateY(-50%);
  border-top: dotted 0.7rem #b78c71;
  z-index: -1;
}

.contact-step_item.active {
  background-color: #B78C71;
}

.contact-description {
  text-align: center;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  .contact-description {
    margin-top: 6.2rem;
    margin-bottom: 8.8rem;
  }
}
.contact-text, .contact-note {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  color: #4d1d00;
}

@media screen and (max-width: 768px) {
  .contact-text, .contact-note {
    font-size: 3.7rem;
    line-height: 1.6;
  }
}
.contact-note {
  font-size: 2rem;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .contact-note {
    font-size: 3.2rem;
  }
}
.contact-text_confirm {
  display: none;
}

.contact .frm .error {
  color: red;
  font-size: 12px;
}

.contact .frm #errRecaptcha {
  text-align: center;
}

.contact .frm-group {
  display: flex;
}

@media screen and (max-width: 768px) {
  .contact .frm-group {
    flex-direction: column;
  }
}
.contact .frm-group + .frm-group {
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .contact .frm-group + .frm-group {
    margin-top: 6.2rem;
  }
}
.contact .frm-group.textarea-field {
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .contact .frm-group.textarea-field {
    margin-top: -1.5rem;
  }
}
.contact .frm-group.textarea-field .frm-wrap {
  padding: 1.2rem 3.2rem;
}

.contact .frm-group.textarea-field textarea {
  font-family: inherit;
}

.contact .frm-group.radio-field {
  margin-top: 2.1rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .contact .frm-group.radio-field {
    margin: 6.2rem 0;
  }
}
.contact .frm-group.radio-field .frm-title {
  margin-top: 0;
}

.contact .frm-group.radio-field .frm-wrap {
  padding: 0;
  background-color: transparent;
  align-items: center;
  display: flex;
}

.contact .frm-group.privacy-ck {
  flex-direction: column;
}

.contact .frm-group.privacy-ck .privacy-box {
  display: inline-flex;
  justify-content: center;
}

.contact .frm-group.privacy-ck input {
  display: none;
}

.contact .frm-group.privacy-ck input:checked + label::after {
  opacity: 1;
}

.contact .frm-group.privacy-ck input:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(77, 29, 0, 0.5);
}

.contact .frm-group.privacy-ck label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 3.3rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .contact .frm-group.privacy-ck label {
    font-size: 3.6rem;
    padding-left: 5rem;
  }
}
.contact .frm-group.privacy-ck label a {
  border-bottom: 1px solid #4d1d00;
}

.contact .frm-group.privacy-ck label::after {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 57%;
  width: 1.2rem;
  height: 0.7rem;
  border: solid #4d1d00;
  border-width: 0 0 2px 2px;
  transform: translateY(-70%) rotate(-45deg);
  opacity: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .contact .frm-group.privacy-ck label::after {
    width: 3.2rem;
    height: 1.7rem;
  }
}
.contact .frm-group.privacy-ck label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 57%;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  background: #dfcfc5;
  border: 1px solid #b78c71;
  border-radius: 1px;
}

@media screen and (max-width: 768px) {
  .contact .frm-group.privacy-ck label::before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.contact .frm-title {
  min-width: 18.4rem;
  padding-right: 1.3rem;
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .contact .frm-title {
    font-size: 3.68rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
.contact .frm-control {
  width: 100%;
}

.contact .frm-wrap {
  width: 100%;
  background-color: #f4f4f4;
  border-radius: 2rem;
  min-height: 4rem;
  padding: 0 3.2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .contact .frm-wrap {
    min-height: 7.5rem;
  }
}
.contact .frm-wrap input,
.contact .frm-wrap textarea {
  width: 100%;
  border: none;
  outline: none;
  height: 100%;
  line-height: 1;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .contact .frm-wrap input,
  .contact .frm-wrap textarea {
    font-size: 3.5rem;
  }
}

.contact .frm-wrap input::-moz-placeholder, .contact .frm-wrap textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
}

.contact .frm-wrap input::placeholder,
.contact .frm-wrap textarea::placeholder {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .contact .frm-wrap input::-moz-placeholder, .contact .frm-wrap textarea::-moz-placeholder {
    font-size: 3.5rem;
  }
  .contact .frm-wrap input::placeholder,
  .contact .frm-wrap textarea::placeholder {
    font-size: 3.5rem;
  }
}
.contact .frm-wrap textarea {
  resize: none;
  min-height: 9.7rem;
  line-height: 1.6666666667;
}

@media screen and (max-width: 768px) {
  .contact .frm-wrap textarea {
    min-height: 17rem;
  }
}
.contact .frm-radio {
  display: flex;
  gap: 4.6rem;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .contact .frm-radio {
    margin: 1.5rem 0;
    gap: 12.6rem;
  }
}
.contact .frm-radio-item {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}

.contact .frm-radio-item input {
  display: none;
}

.contact .frm-radio-item input:checked + label::before {
  background-color: #B78C71;
}

.contact .frm-radio-item input:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(77, 29, 0, 0.5);
}

.contact .frm-radio-item label {
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 2.4rem;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .contact .frm-radio-item label {
    font-size: 3.2rem;
    padding-left: 6rem;
  }
}
.contact .frm-radio-item label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 0.4rem solid #dfcfc5;
  background: #dfcfc5;
}

@media screen and (max-width: 768px) {
  .contact .frm-radio-item label:before {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.contact .frm .captcha-google {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 1.2rem;
}

@media screen and (max-width: 768px) {
  .contact .frm .captcha-google {
    font-size: 3.2rem;
    margin-top: 4rem;
  }
}
.contact .frm-btn {
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
  gap: 20rem;
}

@media screen and (max-width: 768px) {
  .contact .frm-btn {
    margin-top: 4.5rem;
  }
}
.contact .frm-btn_submit {
  width: 24rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4d1d00;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .contact .frm-btn_submit {
    font-size: 3.2rem;
    width: 33rem;
    height: 7rem;
  }
}
.contact .frm-btn_submit:hover {
  opacity: 0.6;
}

.contact .frm-btn_back {
  width: 20rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100px;
  color: #4d1d00;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  border: 0.3rem solid #4d1d00;
}

@media screen and (max-width: 768px) {
  .contact .frm-btn_back {
    font-size: 3.2rem;
    width: 33rem;
    height: 7rem;
  }
}
.contact .frm #btnBack,
.contact .frm #btnSend, .contact .frm-input_confirm {
  display: none;
}

.grecaptcha-badge {
  z-index: 999;
}

.thanks {
  padding-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .thanks {
    padding-top: 5rem;
  }
}
.thanks-box {
  padding: 6rem 0;
}

@media screen and (max-width: 768px) {
  .thanks-box + .thanks-box {
    padding-top: 0;
  }
}
.thanks .c-title {
  margin-bottom: 2rem;
}

.thanks__text {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #4d1d00;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thanks__text {
    font-size: 3rem;
  }
}
.thanks__text + .thanks__text {
  margin-top: 2rem;
}

.thanks__btn {
  display: flex;
  justify-content: center;
  margin-top: 12rem;
}

.thanks__btn .btn {
  width: 40.8rem;
  height: 9.6rem;
  background-color: #4D1D00;
  border-radius: 18rem;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 3.2rem;
  position: relative;
}

.thanks__btn .btn::before {
  content: "";
  position: absolute;
  right: 3.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 5.6rem;
  height: 5.6rem;
  background-image: url("../images/ico_arrowThanks.svg");
  background-size: contain;
  border-radius: 18rem;
}

.grecaptcha-badge {
  opacity: 0 !important;
  visibility: hidden !important;
}

/*# sourceMappingURL=style.css.map */
