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

/* 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 {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.7;
  /* 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 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 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 {
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

/**
 * 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;
  color: inherit;
  display: block;
  text-decoration: none;
}

/**
 * 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 */
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
  min-width: 0;
  padding: 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;
}

/**
 * 1. 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 */
}

/**
 * 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 */
}

caption {
  text-align: left;
}

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

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

/*============================================
          Base Settings						
============================================*/
img {
  height: auto;
  max-width: 100%;
}

body {
  color: #3e3a39;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

body.scroll-lock {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

.inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}

a {
  display: block;
  transition: all 0.3s ease 0s;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}

*:focus {
  outline: none;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.not-sp {
  display: block;
}
@media screen and (max-width: 767px) {
  .not-sp {
    display: none;
  }
}

/*============================================
          Header						
============================================*/
.header {
  -webkit-transform: translateX(-50%);
  align-items: center;
  background-color: #fff;
  border-radius: 30px 0 30px 0;
  box-shadow: 0px 4px 20px 0px #00000040;
  display: flex;
  height: 90px;
  justify-content: center;
  left: 50%;
  max-width: 1369px;
  position: fixed;
  top: 40px;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
  width: 98%;
  z-index: 99999;
}
.header.is-active {
  border-radius: 30px 0 0 0;
  box-shadow: 0px -4px 20px -4px #00000040;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .header {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 90px;
    max-width: 90%;
    top: 30px;
  }
}

.header_inner {
  align-items: center;
  display: flex;
  height: 100%;
  padding-left: 40px;
  position: relative;
  width: 100%;
}

.header_logo {
  max-width: 188px;
  transition: all 0.3s ease 0s;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .header_logo {
    max-width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .header_logo {
    max-width: 40%;
  }
}
.header_logo:hover {
  opacity: 0.7;
}

.header_links {
  display: flex;
  font-weight: 700;
  gap: 50px;
  margin-left: auto;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .header_links {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header_links {
    display: none;
  }
}

.header_link span {
  display: block;
}

.header_link {
  color: inherit;
  display: inline-block;
  position: relative;
  /* テキスト幅に合わせる */
  text-decoration: none;
  /* 既存の文字色を維持 */
}

.header_link::after {
  -webkit-transform: translateX(-50%);
  background-color: #F19AA5;
  bottom: -4px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  /* テキストとの距離は調整 */
  width: 0;
}

.header_link:hover::after {
  width: 100%;
}

.header_link-warp {
  position: relative;
}

.header_contact {
  align-items: center;
  background-color: #FAF3D6;
  border-radius: 0 0 30px 0;
  display: flex;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  margin-left: 40px;
  max-width: 220px;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.header_contact:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .header_contact {
    max-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .header_contact {
    display: none;
  }
}

.header_link-subs {
  -webkit-transform: translateY(-10px);
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 4px 20px 0px #00000040;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 32px;
  transform: translateY(-10px);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 283px;
}
.header_link-subs.is-active {
  -webkit-transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.header_link-sub {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding: 27px 0;
  transition: all 0.3s ease 0s;
}
.header_link-sub:hover {
  background-color: #F19AA5;
  color: #fff;
}
.header_link-sub:nth-child(1) {
  border-radius: 30px 30px 0 0;
}
.header_link-sub:nth-child(2) {
  border-radius: 0 0 30px 30px;
}

/*============================================
          スマホ時						
============================================*/
.header_bars {
  -webkit-transform: translateY(-50%);
  display: none;
  height: 16px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
@media screen and (max-width: 767px) {
  .header_bars {
    display: block;
  }
}
.header_bars.is-active .header_bar:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  top: 7px;
  transform: translateX(-50%) rotate(45deg);
}
.header_bars.is-active .header_bar:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header_bars.is-active .header_bar:nth-child(3) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  bottom: 6px;
  transform: translateX(-50%) rotate(-45deg);
}

.header_bar {
  -webkit-transform: translateX(-50%);
  background-color: #604C3F;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
  width: 100%;
}
.header_bar:nth-child(1) {
  -webkit-transform: translateX(-50%);
  top: 0;
  transform: translateX(-50%);
}
.header_bar:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  transform: translate(-50%, -50%);
}
.header_bar:nth-child(3) {
  -webkit-transform: translateX(-50%);
  bottom: 0;
  transform: translateX(-50%);
}

.header_sp-nab {
  -webkit-transform: translateX(200%);
  background-color: #fff;
  border-radius: 0 0 30px 0;
  left: 0;
  padding: 0 40px 100px;
  position: absolute;
  top: 100%;
  transform: translateX(200%);
  transition: all 0.3s ease 0s;
  width: 100%;
}
.header_sp-nab.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header_sp-item {
  font-weight: 700;
}
.header_sp-item:nth-child(2) {
  margin-top: 40px;
}

.header_sp-item-title {
  border-bottom: 6px solid #F19AA5;
  color: #F19AA5;
  padding-bottom: 18px;
}

.header_sp-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.header_sp-navs {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  gap: 16px;
  margin-top: 40px;
}

/*============================================
          Footer						
============================================*/
.footer {
  font-weight: 700;
  margin: 0 auto;
  max-width: 1120px;
  padding: 60px 0px;
  width: 100%;
}

.footer_contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_contents {
    flex-direction: column;
    gap: 72px;
  }
}

.footer_logo {
  max-width: 347px;
  transition: all 0.3s ease 0s;
}
.footer_logo:hover {
  opacity: 0.7;
}

.footer_left-text {
  margin-top: 24px;
  padding-left: 32px;
}

.footer_center {
  display: flex;
  gap: 92px;
}
@media screen and (max-width: 767px) {
  .footer_center {
    flex-direction: column;
    gap: 72px;
  }
}

.footer_center-nav-title {
  border-bottom: 6px solid #F19AA5;
  color: #F19AA5;
  padding-bottom: 8px;
}

.footer_nav-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .footer_nav-links {
    gap: 8px;
  }
}

.footer_nav-link {
  color: inherit;
  display: inline-block;
  position: relative;
  /* テキスト幅に合わせる */
  text-decoration: none;
}

.footer_nav-link::after {
  -webkit-transform: translateX(-50%);
  background-color: #F19AA5;
  bottom: -4px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  /* テキストとの距離は調整 */
  width: 0;
}

.footer_right-link:hover::after,
.footer_nav-link:hover::after {
  width: 100%;
}

.footer_right-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 92px;
}
@media screen and (max-width: 767px) {
  .footer_right-links {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.footer_right-link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer_right-link::after {
  -webkit-transform: translateX(-50%);
  background-color: #F19AA5;
  bottom: -4px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  /* テキストとの距離は調整 */
  width: 0;
}

.footer_copyright {
  margin-top: 100px;
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    padding-left: 0;
    text-align: center;
  }
}

/*============================================
          Common Contact					
============================================*/
.commonContact {
  background-color: #F19AA5;
}

.commonContact_top {
  align-items: center;
  display: flex;
  gap: 139px;
}
@media screen and (max-width: 767px) {
  .commonContact_top {
    flex-direction: column;
    gap: 24px;
  }
}

.commonContact_text {
  color: #fff;
}

.commonContact_items {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .commonContact_items {
    flex-direction: column;
  }
}

.commonContact_item {
  background-color: #fff;
  max-width: 540px;
  padding: 60px 40px;
  width: 100%;
}
.commonContact_item[data-type=mail] {
  align-items: center;
  display: flex;
  justify-content: center;
}
.commonContact_item[data-type=mail] .commonContact_item-contact span::before {
  background-image: url(../../../dist/img/common/icon_mail.svg);
}

.commonContact_item-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.commonContact_item-type {
  align-items: center;
  background-color: #F19AA5;
  box-shadow: 0px 4px 20px 0px #00000040;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  margin-top: 40px;
  padding: 23px 80px;
}
@media screen and (max-width: 767px) {
  .commonContact_item-type {
    padding: 24px 40px;
  }
}

.commonContact_item-contact {
  font-size: 28px;
  font-weight: 700;
  margin-top: 24px;
  text-align: center;
}
.commonContact_item-contact span {
  padding-left: 47px;
  position: relative;
}
.commonContact_item-contact span::before {
  -webkit-transform: translateY(-50%);
  background-image: url(../../../dist/img/common/icon_tel.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
@media screen and (max-width: 767px) {
  .commonContact_item-contact {
    font-size: 24px;
  }
}

.commonContact_item-text {
  margin-top: 8px;
  text-align: center;
}

/*============================================
Cards						
============================================*/
.c_information-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}

.c_information-card {
  background-color: #fff;
  border-radius: 30px 0 30px 0;
  box-shadow: 0px 4px 20px 0px #00000040;
  max-width: 340px;
  transition: all 0.2s ease;
  width: 100%;
}
.c_information-card:hover {
  -webkit-transform: translateY(2px);
  box-shadow: none;
  transform: translateY(2px);
}

.c_information-carditem-body {
  padding: 32px 40px;
}

.c_information-carditem-day {
  font-style: italic;
}

.c_information-carditem-category {
  padding-left: 16px;
  position: relative;
}
.c_information-carditem-category::before {
  -webkit-transform: translateY(-50%);
  background-color: #F19AA5;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.c_information-carditem-title {
  font-weight: 700;
}

.c_information-carditem-image {
  border-radius: 30px 0 0 0;
  height: 310px;
  max-width: 340px;
  overflow: hidden;
  position: relative;
}
.c_information-carditem-image img {
  -webkit-transform: translate(-50%, -50%);
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/*============================================
          Buttons						
============================================*/
.c_btn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #a48b78;
  border-radius: 30px 0 30px 0;
  color: #a48b78;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 70px;
  justify-content: center;
  max-width: 286px;
  transition: all 0.3s ease;
  width: 100%;
}
.c_btn:hover {
  background-color: #a48b78;
  color: #fff;
}

.c_btn-white {
  background-color: #fff;
  color: #604c3f;
}

.c_common-radius {
  border-radius: 30px 0 30px 0;
}

/*============================================
          Forms						
============================================*/
/*=====/*============================================
          Section title				
============================================*/
.c_section {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .c_section {
    padding: 100px 0;
  }
}

.c-section_title {
  align-items: center;
  display: flex;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-section_title[data-type=column] {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.c-section_title[data-type=column] .c-section_title-text {
  align-items: center;
  justify-content: center;
}
.c-section_title[data-type=yellow] .c-section_title-text {
  color: #fff;
}
.c-section_title[data-type=yellow] .c-section_title-text span {
  color: #FAF3D6;
}

.c-section_title-icon {
  height: 40px;
  width: 40px;
}

.c-section_title-text {
  display: flex;
  flex-direction: column;
  font-size: 26px;
  font-weight: 700;
  gap: 4px;
  line-height: 1.1;
}
.c-section_title-text span {
  color: #F19AA5;
  font-family: "Koulen", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.c_section-cloud {
  position: relative;
}
.c_section-cloud::before {
  -webkit-transform: translateX(-50%);
  background-image: url(../../../dist/img/common/common_cloud.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 450px;
  left: 50%;
  position: absolute;
  top: -450px;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c_section-cloud::before {
    background-size: contain;
    height: 220px;
    top: -220px;
  }
}

/*============================================
          パンくず						
============================================*/
.c-breadcrumb {
  background-color: #FAF3D6;
  padding-bottom: 400px;
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 200px 0 100px 0;
  }
}

/*============================================
          Tables						
============================================*/
/*============================================
          Navigation					
============================================*/
/*============================================
          共通						
============================================*/
.home_section-title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 72px;
}
.home_section-title span {
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .home_section-title {
    font-size: 26px;
    letter-spacing: -1px;
  }
}

/*============================================
          Home Page						
============================================*/
.home_hero {
  background-image: url(../../../dist/img/home/home_hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home_hero {
    background-image: url(../../../dist/img/home/home_top-sp.jpg);
  }
}

.home_hero-information {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px 0 0 0;
  bottom: 60px;
  display: flex;
  gap: 48px;
  height: 92px;
  max-width: 100%;
  padding-left: 54px;
  position: absolute;
  right: 0;
  width: 686px;
}
@media screen and (max-width: 767px) {
  .home_hero-information {
    gap: 30px;
    max-width: 90%;
  }
}

.home_hero-information-catch {
  color: #F19AA5;
}

.home_hero-information-title {
  font-weight: 700;
}

/*============================================
          Message						
============================================*/
.home_message {
  background-color: #FAF3D6;
  padding-bottom: 370px;
}
@media screen and (max-width: 767px) {
  .home_message {
    padding-bottom: 120px;
  }
}

.home_message-contents {
  display: flex;
  gap: 54px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .home_message-contents {
    flex-direction: column;
  }
}

.home_message-image {
  max-width: 465px;
}

.home_message-text {
  margin-top: 72px;
}

.home_message-btn {
  margin-top: 72px;
}

/*============================================
          サービス						
============================================*/
.home_service {
  padding-top: 0px;
  position: relative;
}

.home_service-contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .home_service-contents {
    flex-direction: column;
  }
}

.home_service-points {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .home_service-points {
    justify-content: center;
  }
}

.home_service-point {
  align-items: center;
  background-color: #F19AA5;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 200px;
  justify-content: center;
  text-align: center;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .home_service-point {
    height: 150px;
    width: 150px;
  }
}

.home_service-images {
  max-width: 393px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home_service-images {
    margin-top: 88px;
  }
}

.home_service-item {
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}
.home_service-item:hover .home_service-image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.home_service-item:nth-child(2) {
  margin-top: 72px;
}
.home_service-item:nth-child(2) .home_service-item-title {
  background-color: #604c3f;
}

.home_service-image {
  border-radius: 30px 0 0px 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.home_service-image img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 100%;
}

.home_service-item-title {
  background-color: #F19AA5;
  border-radius: 0px 0 30px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 23px 0;
  text-align: center;
}

/*============================================
          お知らせ						
============================================*/
.home_information {
  background-color: #FAF3D6;
  margin-top: 120px;
  position: relative;
}
.home_information::before {
  -webkit-transform: translateX(-50%);
  background-image: url(../../../dist/img/home/home_information-houses.png);
  background-position: center bottom;
  background-repeat: repeat;
  background-size: cover;
  content: "";
  height: 135px;
  left: 50%;
  position: absolute;
  top: -135px;
  transform: translateX(-50%);
  width: 100%;
}

.home_information-title {
  margin: 0 auto;
}

.home_information-items {
  margin-top: 100px;
}

.home_information-btn {
  margin: 100px auto 0;
}

/*============================================
          About Page					
============================================*/
.page-companyOutline-catch {
  border-bottom: 1px solid #333;
  font-size: 32px;
  font-weight: 700;
  margin-top: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .page-companyOutline-catch {
    font-size: 26px;
    letter-spacing: -1px;
  }
}

.page-companyOutline-contents {
  margin-top: 80px;
}

.page-companyOutline-category {
  background-color: #F19AA5;
  border-radius: 30px 0 0 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 20px 0 20px 48px;
}

.page-companyOutline-table {
  border-collapse: collapse;
  margin-top: 60px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-companyOutline-table tr {
    display: flex;
    flex-direction: column;
  }
}
.page-companyOutline-table th, .page-companyOutline-table td {
  border: 1px solid #333;
  vertical-align: middle;
}
.page-companyOutline-table th {
  background-color: #FAF3D6;
  font-size: 22px;
  font-weight: 700;
  padding: 25px 20px;
  text-align: center;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .page-companyOutline-table th {
    width: 100%;
  }
}
.page-companyOutline-table th span {
  font-size: 16px;
}
.page-companyOutline-table td {
  background-color: #fff;
  font-size: 20px;
  line-height: 1.6;
  padding: 25px 20px;
}
@media screen and (max-width: 767px) {
  .page-companyOutline-table td {
    font-size: 18px;
  }
}
.page-companyOutline-table td strong {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-companyOutline-table td strong {
    font-size: 24px;
  }
}

.page-companyOutline-groups {
  display: flex;
  flex-direction: column;
  gap: 74px;
  margin-top: 60px;
}

.page-companyOutline-group-logo {
  max-width: 381px;
  transition: all 0.3s ease 0s;
}
.page-companyOutline-group-logo:hover {
  opacity: 0.7;
}

.page-companyOutline-group-text {
  margin-top: 16px;
}

/*============================================
          Service Page					
============================================*/
.page-serviceHero {
  aspect-ratio: 1440/583;
  /* はみ出した画像を隠す (重要) */
  margin: 0 calc(50% - 50vw);
  margin-top: 80px;
  /* 幅に対する高さの比率を 468:385 に保つ */
  overflow: hidden;
  width: 100%;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .page-serviceHero {
    aspect-ratio: 540/583;
    /* 幅に対する高さの比率を 468:385 に保つ */
    position: relative;
  }
  .page-serviceHero img {
    -webkit-transform: translate(-50%, -50%);
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

.page_serviceTabs {
  display: flex;
  gap: 60px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page_serviceTabs {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.page_serviceTab {
  align-items: center;
  background-color: #F19AA5;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  height: 176px;
  justify-content: center;
  transition: all 0.3s ease 0s;
  width: 176px;
}
.page_serviceTab:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .page_serviceTab {
    font-size: 16px;
    height: 90px;
    width: 90px;
  }
}

.page_service-contentsWrap {
  margin-top: 80px;
}

.page_serviceFacility-images {
  display: flex;
  gap: 20px;
  margin: 0 calc(50% - 50vw);
  margin-top: 60px;
  width: 100vw;
}

.page_serviceFacility-item-title {
  padding: 8px 0 0 20px;
}

.page_service-map {
  margin-top: 80px;
}

.page_service-lists {
  margin-top: 16px;
}

.page_service-list span {
  font-size: 24px;
  padding-left: 24px;
  position: relative;
}
.page_service-list span::before {
  -webkit-transform: translateY(-50%);
  background-color: #F19AA5;
  border-radius: 50%;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
@media screen and (max-width: 767px) {
  .page_service-list span {
    font-size: 16px;
  }
}

.page_servicePrivate-wrap {
  display: flex;
  gap: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page_servicePrivate-wrap {
    flex-direction: column;
    gap: 0;
  }
}

.page_servicePrivate-img {
  max-width: 258px;
}
@media screen and (max-width: 767px) {
  .page_servicePrivate-img {
    margin: 0 auto;
  }
}

.page_serviceAccess-text {
  font-size: 28px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page_serviceAccess-text {
    font-size: 18px;
  }
}

.page_serviceAccess-map {
  aspect-ratio: 1200/543;
  margin-top: 40px;
  max-width: 1200px;
  /* 幅に対する高さの比率を 468:385 に保つ */
  overflow: hidden;
  /* はみ出した画像を隠す (重要) */
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page_serviceAccess-map {
    aspect-ratio: 460/487;
    max-width: 460px;
    /* 幅に対する高さの比率を 468:385 に保つ */
  }
}
.page_serviceAccess-map iframe {
  -webkit-transform: translate(-50%, -50%);
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.page_serviceAccess-ways {
  display: flex;
  gap: 65px;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page_serviceAccess-ways {
    flex-direction: column;
  }
}

.page_serviceAccess-way {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.page_serviceAccess-way-title {
  border-bottom: 2px solid #333;
  font-size: 28px;
  font-weight: 700;
  margin-top: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page_serviceAccess-way-detail {
  line-height: 2;
  margin-top: 24px;
}
.page_serviceAccess-way-detail span {
  padding-left: 54px;
  position: relative;
}
.page_serviceAccess-way-detail span::before {
  -webkit-transform: translateY(-50%);
  background-image: url(../../../dist/img/common/icon_arrow-pink.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

.page_serviceAccess-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page_serviceAccess-areas {
    justify-content: center;
  }
}

.page_serviceAccess-area {
  max-width: 260px;
}

.page_serviceAccess-area-text {
  margin-top: 8px;
}

/* 既存の_service.scssに追加または置き換え */
/* 既存の_service.scssに追加または置き換え */
.page_serviceFacility-slider-wrapper {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  padding: 60px 0 0;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .page_serviceFacility-slider-wrapper {
    margin: 0;
    overflow: visible;
    width: 100%;
  }
}

.page_serviceFacility-images {
  display: flex;
  gap: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 60px;
  width: -webkit-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .page_serviceFacility-images {
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
    width: 100%;
  }
}
.page_serviceFacility-images.page_serviceFacility-slider {
  -webkit-animation: slideLeft 45s linear infinite;
  -webkit-animation-play-state: paused;
  animation: slideLeft 45s linear infinite;
  animation-play-state: paused;
}
.page_serviceFacility-images.page_serviceFacility-slider:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@media screen and (max-width: 767px) {
  .page_serviceFacility-images.page_serviceFacility-slider {
    -webkit-animation: none;
    animation: none;
  }
}

.page_serviceFacility-item {
  flex-shrink: 0;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .page_serviceFacility-item {
    width: 100%;
  }
}

.page_serviceFacility-item-img {
  aspect-ratio: 320/240;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.page_serviceFacility-item-img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}
@media (min-width: 769px) {
  .page_serviceFacility-item-img:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .page_serviceFacility-item-img {
    aspect-ratio: 16/9;
  }
}

.page_serviceFacility-item-title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .page_serviceFacility-item-title {
    font-size: 16px;
    padding: 12px 0 0 0;
    text-align: center;
  }
}

@media (min-width: 769px) {
  @-webkit-keyframes slideLeft {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1000px);
      transform: translateX(-1000px);
    }
  }
  @keyframes slideLeft {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1000px);
      transform: translateX(-1000px);
    }
  }
}
/*============================================
          Information Page				
============================================*/
.page_information-cards {
  margin-top: 80px;
}

.c-post-nav {
  display: flex;
  gap: 110px;
  justify-content: center;
  margin-top: 80px;
}

.p_singleInformation_back {
  margin: 60px auto;
}

.c-post-nav__prev,
.c-post-nav__next {
  color: #604c3f;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
.c-post-nav__prev:hover,
.c-post-nav__next:hover {
  opacity: 0.7;
}

/*============================================
          Information Detail Page		
============================================*/
.single_information-img {
  margin-top: 80px;
}

.single_information-catch {
  font-size: 26px;
  font-weight: 700;
  margin-top: 108px;
}

.single_information-subtitle {
  background-color: #FAF3D6;
  font-size: 24px;
  font-weight: 700;
  margin-top: 48px;
}

.single_information-text {
  margin-top: 16px;
}
.single_information-text p {
  margin-top: 24px;
}

/*============================================
          Contact Page					
============================================*/
.page_contact-text {
  margin-top: 80px;
}

/*============================================
          以下はForm						
============================================*/
.page_contact-form {
  margin-top: 80px;
}
.page_contact-form form .form-group {
  display: flex;
  gap: 54px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page_contact-form form .form-group {
    flex-direction: column;
    gap: 24px;
  }
}
.page_contact-form form .form-group .form-label {
  align-items: center;
  color: #333;
  display: flex;
  font-weight: bold;
  margin-bottom: 8px;
  position: relative;
  width: 185px;
}
.page_contact-form form .form-group .form-label .required {
  -webkit-transform: translateY(-50%);
  background-color: #EC6D87;
  border-radius: 50px;
  color: white;
  font-size: 12px;
  margin-left: 10px;
  padding: 2px 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page_contact-form form .form-group .form-label .required {
    right: 40px;
  }
}
.page_contact-form form .form-group .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_contact-form form .form-group .checkbox-group {
    flex-direction: column;
  }
}
.page_contact-form form .form-group .checkbox-group .checkbox-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: normal;
}
.page_contact-form form .form-group .checkbox-group .checkbox-item input[type=checkbox] {
  -webkit-transform: scale(1.2);
  margin-right: 8px;
  transform: scale(1.2);
}
.page_contact-form form .form-group .form-input {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  max-width: 400px;
  padding: 12px;
  width: 100%;
}
.page_contact-form form .form-group .form-input:focus {
  border-color: #2196f3;
  box-shadow: 0 0 5px rgba(33, 150, 243, 0.3);
  outline: none;
}
.page_contact-form form .form-group .form-textarea {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  max-width: 823px;
  min-height: 150px;
  padding: 12px;
  resize: vertical;
  width: 100%;
}
.page_contact-form form .form-group .form-textarea:focus {
  border-color: #2196f3;
  box-shadow: 0 0 5px rgba(33, 150, 243, 0.3);
  outline: none;
}
.page_contact-form form .recaptcha-area {
  font-weight: 700;
  margin: 30px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page_contact-form form .recaptcha-area .recaptcha-placeholder {
  background-color: #f5f5f5;
  border: 2px dashed #ccc;
  margin-bottom: 15px;
  padding: 20px;
  text-align: center;
}
.page_contact-form form .recaptcha-area .recaptcha-placeholder .recaptcha-text {
  color: #2196f3;
  font-weight: bold;
}
.page_contact-form form .recaptcha-area .privacy-text {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 14px;
}
.page_contact-form form .recaptcha-area .privacy-text input[type=checkbox] {
  -webkit-transform: scale(1.1);
  margin-right: 8px;
  transform: scale(1.1);
}
.page_contact-form form .recaptcha-area .privacy-text label {
  cursor: pointer;
}
.page_contact-form form .submit-area {
  margin-top: 30px;
  text-align: center;
}
.page_contact-form form .submit-area .submit-btn {
  background-color: #F19AA5;
  border: none;
  border-radius: 30px;
  color: white;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 60px;
  transition: background-color 0.3s ease;
}
.page_contact-form form .submit-area .submit-btn:hover {
  background-color: #c2185b;
}
.page_contact-form form .submit-area .submit-btn:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

/*============================================
          Contact Form 7 Complete Reset & Custom Styles					
============================================*/
.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form {
    gap: 40px;
  }
}

/* CF7デフォルトスタイル完全リセット */
.wpcf7 * {
  box-sizing: border-box;
}
.wpcf7 p, .wpcf7 div, .wpcf7 span, .wpcf7 input, .wpcf7 textarea, .wpcf7 select, .wpcf7 button, .wpcf7 label {
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  outline: none;
  padding: 0;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.wpcf7 .wpcf7-form-control {
  background: none;
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-aborted,
.wpcf7 .wpcf7-spam-blocked {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

/* カスタムスタイル適用 */
.page_contact-form {
  margin-top: 80px;
}
.page_contact-form .wpcf7-form .form-group {
  align-items: baseline;
  display: flex;
  gap: 54px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page_contact-form .wpcf7-form .form-group {
    flex-direction: column;
    gap: 24px;
  }
}
.page_contact-form .wpcf7-form .form-group .form-label {
  align-items: center;
  color: #333;
  display: flex;
  font-weight: bold;
  margin-bottom: 8px;
  position: relative;
  width: 185px;
}
.page_contact-form .wpcf7-form .form-group .form-label .required {
  -webkit-transform: translateY(-50%);
  background-color: #EC6D87;
  border-radius: 50px;
  color: white;
  font-size: 12px;
  margin-left: 10px;
  padding: 2px 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page_contact-form .wpcf7-form .form-group .form-label .required {
    right: 40px;
  }
}
.page_contact-form .wpcf7-form .form-group .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .page_contact-form .wpcf7-form .form-group .checkbox-group {
    flex-direction: column;
  }
}
.page_contact-form .wpcf7-form .form-group .checkbox-group .wpcf7-list-item {
  margin: 0;
  padding: 0;
}
.page_contact-form .wpcf7-form .form-group .checkbox-group .wpcf7-list-item label {
  -webkit-user-select: none;
  -ms-user-select: none;
  align-items: center;
  color: #333;
  cursor: pointer;
  display: flex;
  font-weight: normal;
  transition: color 0.2s ease;
  user-select: none;
}
.page_contact-form .wpcf7-form .form-group .checkbox-group .wpcf7-list-item label input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background: white;
  border: 2px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  height: 18px;
  margin-right: 8px;
  position: relative;
  width: 18px;
}
.page_contact-form .wpcf7-form .form-group .checkbox-group .wpcf7-list-item label input[type=checkbox]:checked {
  background-color: #EC6D87;
  border-color: #EC6D87;
}
.page_contact-form .wpcf7-form .form-group .checkbox-group .wpcf7-list-item label input[type=checkbox]:checked::after {
  color: white;
  content: "✓";
  font-size: 14px;
  font-weight: bold;
  left: 0px;
  position: absolute;
  top: -4px;
}
.page_contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap {
  flex: 1;
}
.page_contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap input[type=text],
.page_contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap input[type=email],
.page_contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap input[type=tel],
.page_contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-text,
.page_contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-email,
.page_contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-tel {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  font-size: 16px;
  max-width: 400px;
  padding: 12px;
  width: 100%;
}
.page_contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap input[type=text]:focus,
.page_contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap input[type=email]:focus,
.page_contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap input[type=tel]:focus,
.page_contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-text:focus,
.page_contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-email:focus,
.page_contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-tel:focus {
  border-color: #2196f3;
  box-shadow: 0 0 5px rgba(33, 150, 243, 0.3);
  outline: none;
}
.page_contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap textarea,
.page_contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-textarea {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  font-size: 16px;
  max-width: 823px;
  min-height: 150px;
  padding: 12px;
  resize: vertical;
  width: 100%;
}
.page_contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap textarea:focus,
.page_contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-textarea:focus {
  border-color: #2196f3;
  box-shadow: 0 0 5px rgba(33, 150, 243, 0.3);
  outline: none;
}
.page_contact-form .wpcf7-form .recaptcha-area {
  font-weight: 700;
  margin: 30px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page_contact-form .wpcf7-form .recaptcha-area .privacy-text {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 14px;
}
.page_contact-form .wpcf7-form .recaptcha-area .privacy-text .wpcf7-list-item {
  margin: 0;
  padding: 0;
}
.page_contact-form .wpcf7-form .recaptcha-area .privacy-text .wpcf7-list-item label {
  -webkit-user-select: none;
  -ms-user-select: none;
  align-items: center;
  color: #333;
  cursor: pointer;
  display: flex;
  transition: color 0.2s ease;
  user-select: none;
}
.page_contact-form .wpcf7-form .recaptcha-area .privacy-text .wpcf7-list-item label:hover {
  color: #EC6D87;
}
.page_contact-form .wpcf7-form .recaptcha-area .privacy-text .wpcf7-list-item label input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background: white;
  border: 2px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  height: 18px;
  margin-right: 8px;
  position: relative;
  width: 18px;
}
.page_contact-form .wpcf7-form .recaptcha-area .privacy-text .wpcf7-list-item label input[type=checkbox]:checked {
  background-color: #EC6D87;
  border-color: #EC6D87;
}
.page_contact-form .wpcf7-form .recaptcha-area .privacy-text .wpcf7-list-item label input[type=checkbox]:checked::after {
  color: white;
  content: "✓";
  font-size: 14px;
  font-weight: bold;
  left: 0px;
  position: absolute;
  top: -4px;
}
.page_contact-form .wpcf7-form .submit-area {
  margin-top: 30px;
  text-align: center;
}
.page_contact-form .wpcf7-form .submit-area .wpcf7-submit,
.page_contact-form .wpcf7-form .submit-area input[type=submit] {
  background-color: #F19AA5;
  border: none;
  border-radius: 30px;
  color: white;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 15px 60px;
  transition: background-color 0.3s ease;
}
.page_contact-form .wpcf7-form .submit-area .wpcf7-submit:hover,
.page_contact-form .wpcf7-form .submit-area input[type=submit]:hover {
  background-color: #c2185b;
}
.page_contact-form .wpcf7-form .submit-area .wpcf7-submit:active,
.page_contact-form .wpcf7-form .submit-area input[type=submit]:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.page_contact-form .wpcf7-form .wpcf7-not-valid-tip {
  color: #d32f2f;
  display: block;
  font-size: 14px;
  margin-top: 5px;
  position: absolute;
}
.page_contact-form .wpcf7-form .wpcf7-validation-errors {
  background-color: #ffebee;
  border-left: 4px solid #d32f2f;
  border-radius: 4px;
  color: #d32f2f;
  margin-bottom: 20px;
  padding: 15px;
}
.page_contact-form .wpcf7-form .wpcf7-mail-sent-ok {
  background-color: #e8f5e8;
  border-left: 4px solid #2e7d32;
  border-radius: 4px;
  color: #2e7d32;
  margin-bottom: 20px;
  padding: 15px;
}
.page_contact-form .wpcf7-form .wpcf7-mail-sent-ng,
.page_contact-form .wpcf7-form .wpcf7-aborted,
.page_contact-form .wpcf7-form .wpcf7-spam-blocked {
  background-color: #ffebee;
  border-left: 4px solid #d32f2f;
  border-radius: 4px;
  color: #d32f2f;
  margin-bottom: 20px;
  padding: 15px;
}
.page_contact-form .wpcf7-form .wpcf7-spinner {
  margin-left: 10px;
  vertical-align: middle;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    flex-direction: column;
  }
}

/*============================================
          Privacy Page					
============================================*/
.page-privacy_text {
  font-weight: 700;
  margin-top: 80px;
}

.page-privacy_items {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-top: 56px;
}

.page-privacy_item-title {
  background-color: #F19AA5;
  border-radius: 30px 0 0 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 20px 0 20px 48px;
}
@media screen and (max-width: 767px) {
  .page-privacy_item-title {
    font-size: 24px;
    padding: 20px;
  }
}

.page-privacy_item-text {
  font-weight: 700;
  margin-top: 32px;
}
.page-privacy_item-text p:not(:first-child) {
  margin-top: 16px;
}
/*# sourceMappingURL=sourcemaps/style.css.map */