/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/index.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
  width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

a {
  color: inherit;
  text-decoration: none;
}

/* wordpress用 */
.screen-reader-text,
.meta-nav {
  display: none;
  visibility: hidden;
}

html {
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 1600px) and (max-width: 1999px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 699px) {
  html {
    font-size: 14px;
  }
}
body {
  background-color: #efece6;
  color: #4a4843;
  font-family: "DM Sans", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}

[data-common-width] {
  margin: 0 auto;
  max-width: 75%;
}
@media (max-width: 768px) {
  [data-common-width] {
    max-width: 85%;
  }
}
@media (max-width: 576px) {
  [data-common-width] {
    max-width: 90%;
  }
}

section {
  position: relative;
}

.section-heading {
  font-weight: 700;
  overflow: hidden;
  text-align: center;
}
.section-heading span {
  display: block;
}

.section-heading_main {
  font-size: 2.85rem;
  letter-spacing: 0.15em;
  margin-right: -0.15em;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .section-heading_main {
    font-size: 1.7rem;
  }
}

.section-heading_sub {
  font-size: 0.889rem;
  letter-spacing: 0.15em;
  margin-right: -0.15em;
}

.site-header {
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  max-width: 100vw;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.site-header_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1em 2.5%;
}

.site-header_title {
  align-items: center;
  display: flex;
}

.site-header_logo {
  line-height: 1;
  width: 5em;
}

.site-header_time {
  font-size: 0.79rem;
  font-weight: 500;
  line-height: 1.45;
  opacity: 0.75;
  padding-left: 1.5em;
  text-transform: capitalize;
}

.site-header_time-strong {
  font-weight: 700;
}

.site-links {
  align-items: center;
  display: flex;
}

.site-link:not(:first-child) {
  margin-left: 1em;
}
@media (max-width: 576px) {
  .site-link:not(:first-child) {
    margin-left: 0.75em;
  }
}

.site-link_button {
  background-color: #00c7d0;
  border: 1px solid #00c7d0;
  border-radius: 1.5em;
  color: #fff;
  display: inline-block;
  font-size: 0.889rem;
  font-weight: 700;
  padding: 0.5em 3em;
  transition: 0.25s color, 0.25s background-color;
}
@media (max-width: 768px) {
  .site-link_button {
    font-size: 0.79rem;
    padding: 0.5em 1.5em;
  }
}
.site-link_button:hover {
  background-color: #fff;
  color: #00c7d0;
}

@media (max-width: 576px) {
  .site-navigation {
    display: none;
    visibility: hidden;
  }
}

.site-footer {
  background: linear-gradient(180deg, #00c7d0 70%, #18a0fb 100%);
  color: #fff;
}

.site-footer_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 7.5em 10%;
}
@media (max-width: 768px) {
  .site-footer_inner {
    display: block;
  }
}

.site-footer_block {
  width: 50%;
}
@media (max-width: 768px) {
  .site-footer_block {
    width: 100%;
  }
}
.site-footer_block[data-block="1"] {
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  .site-footer_block[data-block="1"] {
    display: block;
  }
}

.site-footer_box {
  width: 50%;
}
@media (max-width: 768px) {
  .site-footer_box {
    width: 100%;
  }
}

.site-footer_access {
  font-size: 0.889rem;
}
@media (max-width: 768px) {
  .site-footer_access {
    padding: 2.5em 0;
    text-align: center;
  }
}

.site-footer_access-tel {
  padding-top: 1.5em;
  pointer-events: none;
}
@media (max-width: 768px) {
  .site-footer_access-tel {
    pointer-events: auto;
  }
}
.site-footer_access-tel::before {
  content: "TEL";
  font-weight: 500;
  opacity: 0.5;
  padding-right: 0.25em;
}
@media (max-width: 768px) {
  .site-footer_access-tel::before {
    display: block;
    padding-right: 0;
  }
}

.site-footer_logo {
  width: 10em;
}
@media (max-width: 768px) {
  .site-footer_logo {
    margin: 0 auto;
  }
}

.site-footer-menu {
  align-items: center;
  display: flex;
  font-size: 0.889rem;
  justify-content: right;
}
@media (max-width: 768px) {
  .site-footer-menu {
    justify-content: center;
  }
}

.site-footer-menu_item:not(:first-child) {
  margin-left: 1.5em;
}

.sp-nav {
  cursor: pointer;
  display: block;
  display: none;
  height: 50px;
  position: relative;
  position: absolute;
  right: 0;
  visibility: hidden;
  width: 50px;
}
@media (max-width: 576px) {
  .sp-nav {
    display: block;
    visibility: visible;
  }
}
.sp-nav.is-close .sp-nav_bar:nth-of-type(1) {
  transform: rotate(45deg);
  width: 55%;
}
.sp-nav.is-close .sp-nav_bar:nth-of-type(2) {
  opacity: 0;
}
.sp-nav.is-close .sp-nav_bar:nth-of-type(3) {
  top: 32px;
  transform: rotate(-45deg);
  width: 55%;
}

.sp-nav_bar {
  border-top: 2px solid #4196aa;
  display: block;
  left: 25%;
  margin: 0;
  position: absolute;
  top: 12px;
  transform-origin: 0% 50%;
  transition: 0.3s;
  width: 50%;
}
.sp-nav_bar:nth-of-type(2) {
  top: 22px;
}
.sp-nav_bar:nth-of-type(3) {
  top: 32px;
}

.sp-menu {
  background-color: #fff;
  font-weight: 700;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: 0.25s opacity, visibility 0.25s;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}
.sp-menu.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.sp-menu_inner {
  padding: 7.5em 0;
}

.sp-menu-item:not(:first-child) {
  margin-top: 1em;
}

.sp-menu-item_link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  display: flex;
  justify-content: space-between;
  padding: 0.25em 0;
}
.sp-menu-item_link::after {
  color: #00c7d0;
  content: ">";
  display: block;
  font-weight: 500;
}

.sp-menu-list2 {
  padding-top: 2.5em;
}

.sp-menu-item2:not(:first-child) {
  margin-top: 0.5em;
}

.sp-menu-item_link2 {
  background-color: #4196aa;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  position: relative;
}
.sp-menu-item_link2::after {
  background-color: #fff;
  border-radius: 50%;
  color: #4196aa;
  content: ">";
  font-weight: 700;
  height: 1em;
  line-height: 1em;
  position: absolute;
  right: 1em;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

section {
  position: relative;
}

img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv {
  height: 90vh;
  width: 100%;
}
.fv::after {
  background-color: #fff;
  content: "";
  height: 5em;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 70%;
  transform: translateX(-50%);
  width: 1px;
}
@media (max-width: 768px) {
  .fv::after {
    height: 3.5em;
  }
}
@media (max-width: 576px) {
  .fv::after {
    height: 2.5em;
  }
}

.fv_bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.fv_bg::after {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.fv_main {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 3;
}

.fv_main_mainlead {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin-right: -0.075em;
  padding-top: 0.25em;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .fv_main_mainlead {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .fv_main_mainlead {
    font-size: 2.5rem;
    line-height: 1.25;
  }
}
@media (max-width: 576px) {
  .fv_main_mainlead {
    font-size: 1.3em;
    letter-spacing: 0.025em;
    line-height: 1.75;
    margin-right: -0.025em;
  }
}

.fv_main_lead1 {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-right: -0.075em;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .fv_main_lead1 {
    font-size: 1.2rem;
  }
}

.fv_main_lead1_icon {
  display: inline-block;
  line-height: 1;
}
.fv_main_lead1_icon img {
  width: 1.25em;
}

.fv_main_desc {
  font-size: 1.777rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-right: -0.075em;
  padding-top: 0.5em;
}
@media (max-width: 768px) {
  .fv_main_desc {
    font-size: 1rem;
  }
}

.campaign_content {
  color: #fff;
}

.campaign_content_inner {
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
}

.campaign_heading {
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  opacity: 0.75;
  text-transform: uppercase;
}

.campaign_lead {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-top: 1.5em;
  padding-top: 5em;
}
@media (max-width: 768px) {
  .campaign_lead {
    padding-top: 2.5em;
  }
}

.campaign_lead-1-strong {
  font-size: 1.777em;
  line-height: 1;
  padding-left: 0.2em;
  padding-right: 0.1em;
}

@media (max-width: 576px) {
  .campaign_lead-1 {
    display: block;
  }
  .campaign_lead-1 span {
    display: block;
    padding: 0.5em 0;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  .campaign_lead-1 span {
    padding: 0.25em 0;
  }
}

.campaign_lead-1,
.campaign_lead-2 {
  display: block;
}

.campaign_lead-2 {
  font-size: 2.5rem;
}
.campaign_lead-2 br {
  display: none;
  visibility: hidden;
}
@media (max-width: 768px) {
  .campaign_lead-2 br {
    display: block;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  .campaign_lead-2 {
    font-size: 2rem;
    line-height: 1.5;
    padding-top: 1em;
  }
}
@media (max-width: 576px) {
  .campaign_lead-2 {
    line-height: 1;
    padding-top: 0.5em;
  }
}

.campaign_lead-2-strong {
  font-size: 1.777em;
  line-height: 1.5;
  padding-left: 0.1em;
  padding-right: 0.05em;
}
@media (max-width: 576px) {
  .campaign_lead-2-strong {
    line-height: 1.25;
  }
}

.campaign_desc {
  padding-top: 1.5em;
}

.campaign_note {
  font-size: 0.889rem;
  opacity: 0.5;
}

.campaign_button {
  padding-top: 3em;
}
@media (max-width: 768px) {
  .campaign_button {
    padding-top: 2em;
  }
}

.section-button-wrapper {
  text-align: center;
}

.section-button {
  border-radius: 2.5em;
  display: inline-block;
  font-size: 1.333rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 1em 7.5em;
  position: relative;
  transition: 0.5s transform;
}
@media (max-width: 768px) {
  .section-button {
    display: block;
    font-size: 1rem;
    margin: 0 auto;
    padding: 1em 0;
    width: 85%;
  }
}
.section-button[data-color="1"] {
  background-color: #fff;
  color: #00c7d0;
}
.section-button[data-color="1"] .section-button_icon {
  background-color: #00c7d0;
  color: #fff;
}
.section-button[data-color="2"] {
  background-color: #00c7d0;
  color: #fff;
}
.section-button[data-color="2"] .section-button_icon {
  background-color: #fff;
  color: #00c7d0;
}
.section-button:hover {
  transform: translateY(-0.5em);
}

.section-button_icon {
  border-radius: 50%;
  height: 2em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-button_icon {
    height: 1.5em;
    width: 1.5em;
  }
}
.section-button_icon svg {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.campaign[data-color="1"]::after {
  background: #11a5b7;
  background: linear-gradient(180deg, #11a5b7 0%, #18a0fb 100%);
  opacity: 1;
}
.campaign[data-color="2"]::after {
  background-color: rgba(0, 0, 0, 0.75);
}
.campaign::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.campaign_icon {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 5;
}
.campaign_icon img {
  height: 5em;
  margin-top: -2.5em;
  width: 5em;
}
@media (max-width: 768px) {
  .campaign_icon img {
    height: 4em;
    width: 4em;
  }
}

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

.campaign_content {
  padding: 4.5em 0 5.5em;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .campaign_content {
    padding: 3.5em 0 4.5em;
  }
}

.campaign_image {
  margin: 0 auto;
  max-width: 40%;
}
@media (max-width: 768px) {
  .campaign_image {
    max-width: 75%;
  }
}
@media (max-width: 576px) {
  .campaign_image {
    max-width: 95%;
  }
}

.campaign-flow-list_heading {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  font-size: 1.563rem;
  font-weight: bold;
  justify-content: center;
  margin: 0 auto;
  max-width: 85%;
  padding-bottom: 1em;
  padding-top: 3em;
  text-align: center;
}
.campaign-flow-list_heading img {
  margin-bottom: 0.25em;
  width: 1.25em;
}

.campaign-flow-list {
  display: flex;
  margin: 0 auto;
  max-width: 85%;
  padding-top: 2em;
}
@media (max-width: 991.98px) {
  .campaign-flow-list {
    display: block;
    text-align: center;
  }
}

.campaign-flow-item_title {
  font-size: 1.25rem;
  font-weight: bold;
}

.campaign-flow-list_heading-strong {
  font-size: 2em;
  line-height: 1;
  padding: 0 0.1em;
}

.campaign-flow-item_text {
  opacity: 0.55;
  padding-top: 0.5em;
}
.campaign-flow-item_text a {
  text-decoration: underline;
}

.campaign-flow-item {
  padding-right: 2.5em;
  width: calc(100% / 3);
}
@media (max-width: 991.98px) {
  .campaign-flow-item {
    padding-right: 0;
    width: 100%;
  }
  .campaign-flow-item:not(:first-of-type) {
    margin-top: 1.5em;
  }
}

.partner {
  background-color: #efece6;
  padding: 10em 0;
}
@media (max-width: 768px) {
  .partner {
    padding: 7.5em 0;
  }
}
@media (max-width: 576px) {
  .partner {
    padding: 5em 0;
  }
}

.partner_content {
  padding-top: 5.5em;
}
@media (max-width: 768px) {
  .partner_content {
    padding-top: 5.5em;
  }
}

.table-partner {
  display: flex;
  flex-wrap: wrap;
  gap: calc(30/ 1906 * 100vw);
}
@media (max-width: 576px) {
  .table-partner {
    gap: calc(12/ 375 * 100vw);
  }
}

.partner-content {
  width: calc(330/ 1906 * 100vw);
  height: 120px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .partner-content {
    width: calc(209/ 768 * 100vw);
    height: 80px;
  }
}
@media (max-width: 576px) {
  .partner-content {
    width: calc(104/ 375 * 100vw);
    height: 60px;
  }
}
.partner-content img {
  -o-object-fit: contain;
     object-fit: contain;
}
.partner-content .partner-logo {
  height: 40px;
}
@media (max-width: 576px) {
  .partner-content .partner-logo {
    height: 25px;
  }
}
.partner-content .partner-logo1 {
  height: 80px;
}
@media (max-width: 576px) {
  .partner-content .partner-logo1 {
    height: 40px;
  }
}

.concept {
  padding-bottom: 12.5em;
}
@media (max-width: 768px) {
  .concept {
    padding-bottom: 10em;
  }
}
@media (max-width: 576px) {
  .concept {
    padding-bottom: 0;
  }
}
.concept::after {
  background: linear-gradient(0deg, rgba(17, 165, 183, 0) 0%, #efece6 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.concept_image img {
  height: 200px;
}

.concept_inner {
  position: relative;
  z-index: 3;
}

.concept_bg {
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.concept_content {
  padding-top: 10em;
}
@media (max-width: 768px) {
  .concept_content {
    padding-top: 7.5em;
  }
}
@media (max-width: 576px) {
  .concept_content {
    padding-top: 5em;
  }
}

.concept_logo {
  margin: 0 auto;
  width: 5em;
}
.concept_heading {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  padding-top: 1.5em;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .concept_heading {
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
  }
}

.concept_heading2 {
  font-weight: 500;
  padding: 2.5em 0 5em;
  text-align: center;
}
@media (max-width: 768px) {
  .concept_heading2 {
    padding-bottom: 2.5em;
    padding-top: 0.5em;
  }
}

.concept_desc {
  font-size: 0.889rem;
  line-height: 2;
  opacity: 0.75;
  text-align: center;
  white-space: pre-line;
}

.gallery {
  margin-top: 7.5em;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .gallery {
    margin-top: 5em;
  }
}

.swiper {
  height: 100%;
  width: 100%;
}

.swiper-slide {
  align-items: center;
  background: #fff;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  /* Center slide text vertically */
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 18px;
  justify-content: center;
  text-align: center;
}

.swiper-slide img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.swiper-nav {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 75%;
  z-index: 99;
}
@media (max-width: 768px) {
  .swiper-nav {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .swiper-nav {
    width: 95%;
  }
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0.6rem 1.2rem;
  height: 5em !important;
  transition: 0.25s transform, 0.25s background-color;
  width: 5em !important;
}
@media (max-width: 768px) {
  .swiper-button-next,
.swiper-button-prev {
    height: 3.5em !important;
    width: 3.5em !important;
  }
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #00c7d0;
  transform: scale(1.075);
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #fff;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  color: #00c7d0;
  font-size: 1rem !important;
  font-weight: 700;
  transition: 0.25s color;
}

.value {
  padding: 10em 0 15em;
}
@media (max-width: 768px) {
  .value {
    padding: 7.5em 0;
  }
}

.value_content {
  counter-reset: valueBlockIndex 0;
  margin: 0 auto;
  max-width: 75%;
  padding-top: 7.5em;
}
@media (max-width: 991.98px) {
  .value_content {
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  .value_content {
    max-width: 100%;
    padding-top: 5em;
  }
}

.value_block {
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  .value_block {
    display: block;
  }
}
@media (max-width: 768px) {
  .value_block[data-block="2"] {
    display: flex;
    flex-direction: column-reverse;
  }
}
.value_block[data-block="2"] .value_desc {
  max-width: 85%;
}
@media (max-width: 768px) {
  .value_block[data-block="2"] .value_desc {
    max-width: 100%;
  }
}
.value_block:not(:first-child) {
  margin-top: 7.5em;
}
@media (max-width: 768px) {
  .value_block:not(:first-child) {
    margin-top: 5em;
  }
}
.value_block .value_heading-index {
  color: #00c7d0;
  position: relative;
}
@media (max-width: 768px) {
  .value_block .value_heading-index {
    align-items: center;
    display: flex;
    display: block;
    flex-direction: row-reverse;
  }
}
.value_block .value_heading-index::before {
  content: counter(valueBlockIndex, decimal-leading-zero);
  counter-increment: valueBlockIndex 1;
}
@media (max-width: 768px) {
  .value_block .value_heading-index::before {
    display: block;
  }
}
.value_block .value_heading-index::after {
  color: #4a4843;
  content: "VALUE";
  font-size: 0.64rem;
  left: 50%;
  letter-spacing: 0.075em;
  margin-top: -1.5em;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .value_block .value_heading-index::after {
    display: none;
    visibility: hidden;
  }
}

.value_heading-text {
  padding-left: 0.5em;
}
@media (max-width: 768px) {
  .value_heading-text {
    padding-left: 0;
  }
}

.value_heading {
  font-size: 1.777rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .value_heading {
    align-items: center;
    display: block;
    font-size: 1.333rem;
    padding-top: 1.5em;
    text-align: center;
  }
}

.value_box {
  width: 50%;
}
.value_box[data-box="2"] {
  width: 60%;
}
@media (max-width: 768px) {
  .value_box[data-box="2"] {
    width: 100%;
  }
}
.value_box[data-box="1"] {
  width: 40%;
}
@media (max-width: 768px) {
  .value_box[data-box="1"] {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .value_box {
    width: 100%;
  }
}

.value_box_thumb {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  height: 12.5em;
  margin: 0 auto;
  max-width: 90%;
  padding: 2.5em;
  width: 12.5em;
}
@media (max-width: 768px) {
  .value_box_thumb {
    height: 10em;
    max-width: 100%;
    padding: 1.5em;
    width: 10em;
  }
}
.value_box_thumb img {
  display: block;
  margin: 0 auto;
  opacity: 0.25;
  width: 7.5em;
}
@media (max-width: 768px) {
  .value_box_thumb img {
    border-radius: 1em;
  }
}

.value_desc {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
  line-height: 2;
  margin-top: 1em;
  opacity: 0.75;
  padding-top: 2em;
}
@media (max-width: 768px) {
  .value_desc {
    padding-top: 1.5em;
    text-align: center;
  }
}

.menu {
  padding: 10em 0;
  background-color: #f9f9f9;
}
@media (max-width: 768px) {
  .menu {
    padding: 7.5em 0;
  }
}
@media (max-width: 576px) {
  .menu {
    padding: 5em 0;
  }
}

.menu-title-left {
  text-align: left;
  margin-left: 12.5%;
  font-size: xx-large;
}
@media (max-width: 576px) {
  .menu-title-left {
    margin-left: 5%;
    font-size: 1.2rem;
  }
}

.menu-title-right {
  text-align: right;
  margin-right: 12.5%;
  font-size: xx-large;
}
@media (max-width: 576px) {
  .menu-title-right {
    margin-right: 5%;
    font-size: 1.2rem;
  }
}

.menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu_block {
  width: calc((100% - 10%) / 3);
  align-items: center;
}
.menu_block img {
  margin-top: 1.5em;
  transition: margin-top 0.6s;
}
.menu_block:hover img {
  margin-top: 1em;
  box-shadow: 0px 0px 5px #4a4843;
}
.menu_block:hover::after {
  width: 20%;
}
.menu_block::after {
  content: "〈";
  font-size: xx-large;
  transform: rotate(-90deg);
  display: block;
  width: 10%;
  margin: auto;
  transition: width 0.6s;
}
@media (max-width: 768px) {
  .menu_block::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .menu_block {
    padding-right: 0;
    width: 100%;
  }
}

.atmosphere {
  padding: 10em 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .atmosphere {
    padding: 7.5em 0;
  }
}
@media (max-width: 576px) {
  .atmosphere {
    padding: 5em 0;
  }
}

.atmosphere_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.atmosphere_block {
  margin-top: 2.5em;
  padding-right: 2em;
  width: calc(100% / 2);
}
@media (max-width: 768px) {
  .atmosphere_block {
    padding-right: 0;
    width: calc(50% - 0.75em);
  }
}

.service {
  background-color: #f9f9f9;
  padding: 10em 0;
}
@media (max-width: 768px) {
  .service {
    padding: 7.5em 0;
  }
}
@media (max-width: 576px) {
  .service {
    padding: 5em 0;
  }
}

.service_content {
  padding-top: 3.5em;
}
@media (max-width: 768px) {
  .service_content {
    padding-top: 2.5em;
  }
}
@media (max-width: 576px) {
  .service_content {
    padding-top: 1.5em;
  }
}

.service-list {
  padding-top: 0.5em;
}
.service-list::after {
  content: "";
}

.service-item {
  padding-top: 0.25em;
}

.service-item_name {
  font-size: 0.889rem;
}
.service-item_name::before {
  content: "- ";
  opacity: 0.25;
}

.service-item_icon {
  height: 10em;
  margin: 0 auto;
  opacity: 0.75;
  width: 95%;
}

.service-list-sub {
  display: flex;
  margin-top: 5em;
}
@media (max-width: 576px) {
  .service-list-sub {
    margin-top: 2.5em;
  }
}

.service-list-sub_item {
  text-align: center;
  width: calc(100% / 6);
}
@media (max-width: 768px) {
  .service-list-sub_item {
    width: calc(100% / 4);
  }
}

.service-list-sub_icon {
  margin: 0 auto;
  width: 40%;
}
.service-list-sub_icon img {
  opacity: 0.75;
}

.service-list-sub_name {
  padding-top: 0.25em;
}

.service-block2_heading {
  font-weight: bold;
}

.space {
  background-color: #efece6;
  padding: 10em 0;
}
@media (max-width: 768px) {
  .space {
    padding: 7.5em 0;
  }
}
@media (max-width: 576px) {
  .space {
    padding: 5em 0;
  }
}

.space_image {
  margin: 0 auto;
  max-width: 65%;
}
@media (max-width: 768px) {
  .space_image {
    max-width: 75%;
  }
}
@media (max-width: 576px) {
  .space_image {
    max-width: 100%;
  }
}

.space_content {
  margin-top: 7.5em;
}
@media (max-width: 768px) {
  .space_content {
    margin-top: 5em;
  }
}

.space_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 5em;
}
@media (max-width: 768px) {
  .space_container {
    padding-top: 2.5em;
  }
}
@media (max-width: 576px) {
  .space_container {
    display: block;
  }
}

.space_block {
  margin-top: 2.5em;
  width: calc(100% / 3 - 1.5em);
}
@media (max-width: 768px) {
  .space_block {
    width: calc(100% / 2 - 0.75em);
  }
}
@media (max-width: 576px) {
  .space_block {
    width: 100%;
  }
}

.space_name {
  font-size: 1.125rem;
  font-weight: 700;
  padding-top: 0.5em;
}

.space_desc {
  font-size: 0.889rem;
  opacity: 0.75;
  padding-top: 0.5em;
}

.service_list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .service_list {
    justify-content: space-between;
  }
}

.service_block {
  margin-top: 2.5em;
  padding-right: 2em;
  width: calc(100% / 4);
}
@media (max-width: 768px) {
  .service_block {
    padding-right: 0;
    width: calc(50% - 0.75em);
  }
}

.voice {
  padding: 10em 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .voice {
    padding: 7.5em 0;
  }
}
@media (max-width: 576px) {
  .voice {
    padding: 5em 0;
  }
}

.voice_block {
  display: flex;
  margin-top: 2.5em;
  padding-right: 2em;
  width: 100%;
  align-items: center;
}
@media (max-width: 768px) {
  .voice_block {
    display: block;
  }
  .voice_block img {
    width: 50%;
  }
}

.voice_dec {
  width: 80%;
  margin-left: 5%;
}
.voice_dec h3 {
  font-size: x-large;
  font-weight: 700;
}
.voice_dec h3 span {
  background: linear-gradient(#fff 65%, #00c7d099 0%);
}
.voice_dec p {
  margin-top: 1.3em;
}
@media (max-width: 768px) {
  .voice_dec {
    width: 100%;
    margin-left: 0%;
  }
  .voice_dec h3 {
    font-size: large;
  }
}

.price {
  padding: 10em 0;
}
@media (max-width: 768px) {
  .price {
    padding: 7.5em 0;
  }
}
@media (max-width: 576px) {
  .price {
    padding: 5em 0;
  }
}
.price::before {
  background-color: #5b5b5b;
  bottom: 0;
  content: "";
  height: 47.5%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .price::before {
    height: 30%;
  }
}

.price-bg {
  height: 70%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .price-bg {
    height: 100%;
  }
}
.price-bg::before {
  background: #00c7d0;
  background: linear-gradient(180deg, #00c7d0 70%, #18a0fb 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.price_content {
  padding-top: 2.5em;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .price_content {
    padding-top: 0;
  }
}

.price_heading h2 {
  color: #fff;
}

.price_content_wrapper {
  margin: 0 auto;
  max-width: 75%;
}
@media (max-width: 1399.98px) {
  .price_content_wrapper {
    max-width: 80%;
  }
}
@media (max-width: 1299.98px) {
  .price_content_wrapper {
    max-width: 90%;
  }
}
@media (max-width: 991.98px) {
  .price_content_wrapper {
    margin-top: 2.5em;
    max-width: 65%;
  }
}
@media (max-width: 768px) {
  .price_content_wrapper {
    max-width: 75%;
  }
}
@media (max-width: 576px) {
  .price_content_wrapper {
    max-width: 90%;
  }
}

.price_content_container {
  display: flex;
  padding-top: 5em;
}
@media (max-width: 991.98px) {
  .price_content_container {
    display: block;
    padding-top: 2.5em;
  }
}

.price_footer {
  color: #fff;
  letter-spacing: 0.075em;
  padding-top: 7.5em;
}
@media (max-width: 768px) {
  .price_footer {
    padding-top: 5em;
  }
}

.price-block {
  background-color: #fff;
  border-radius: 2.5em;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0.6rem 2rem;
  padding: 5.5em 3% 4em;
  width: calc(100% / 3);
}
@media (max-width: 991.98px) {
  .price-block {
    width: 100%;
  }
}
.price-block[data-plan="2"] {
  margin: 0 4.5%;
}
@media (max-width: 1599.98px) {
  .price-block[data-plan="2"] {
    margin: 0 2.5%;
  }
}
@media (max-width: 991.98px) {
  .price-block[data-plan="2"] {
    margin: 0;
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .price-block {
    padding: 5em 10% 4em;
  }
  .price-block:not(:first-child) {
    margin-top: 2.5em;
  }
}
@media (max-width: 768px) {
  .price-block {
    padding-bottom: 2.5em;
  }
}

.price-block_icon {
  line-height: 1;
  margin: 0 auto;
  opacity: 0.5;
  width: 3.5em;
}
.price-block_icon[data-icon="1"] {
  width: 5em;
}

.price-block_name {
  padding-top: 1em;
  text-align: center;
}

.price-block_name-main {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .price-block_name-main {
    font-size: 1.5rem;
  }
}

.price-block_name-sub {
  font-size: 0.889rem;
  font-weight: 500;
}

.price-block_desc {
  font-size: 0.79rem;
  opacity: 0.75;
  padding-top: 1.5em;
  text-align: center;
}

.price-block_priceContainer {
  padding-top: 2.5em;
}

.price-block_price {
  color: #00c7d0;
  font-weight: 700;
}
.price-block_price[data-price=single] {
  font-size: 3.5rem;
  padding-top: 0.75em;
  text-align: center;
}
@media (max-width: 768px) {
  .price-block_price[data-price=single] {
    padding-top: 0.25em;
  }
}
.price-block_price[data-price=multiple] {
  font-size: 3rem;
  line-height: 1;
}
.price-block_price::before, .price-block_price::after {
  color: #4a4843;
}
.price-block_price::before {
  background-image: url(../images/icon-yen.svg);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 0.35em;
  margin-right: 0.1em;
  opacity: 0.25;
  vertical-align: text-top;
  width: 0.35em;
}
.price-block_price::after {
  content: "/" attr(data-unit);
  font-size: 1.25rem;
  opacity: 0.75;
  vertical-align: baseline;
}

.price-block_price_break {
  opacity: 0.5;
  padding-top: 0.5em;
  text-align: center;
}
@media (max-width: 768px) {
  .price-block_price_break {
    line-height: 1;
  }
}

.price-block_options {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.889rem;
  margin-top: 1.5em;
  padding-top: 2em;
}
@media (max-width: 768px) {
  .price-block_options {
    margin-top: 0.5em;
    padding-top: 1em;
  }
}

.price-block_option {
  align-items: center;
  display: flex;
}
.price-block_option:not(:first-child) {
  margin-top: 0.25em;
}
.price-block_option span {
  display: inline-block;
}

.price-block_option_icon {
  line-height: 1;
  vertical-align: middle;
}
.price-block_option_icon img {
  width: 2em;
}

.price-block_option_name {
  font-weight: 500;
  padding-left: 1em;
}

.openinghours {
  display: flex;
  max-width: 75%;
}
@media (max-width: 768px) {
  .openinghours {
    max-width: 100%;
  }
}

.openinghours_heading {
  font-weight: 500;
  text-transform: capitalize;
  width: 40%;
}

.openinghours_name {
  font-weight: 500;
  text-transform: capitalize;
}

.openinghours_content {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  padding-left: 10%;
  width: 60%;
}
@media (max-width: 768px) {
  .openinghours_content {
    display: block;
  }
}

.openinghours_block {
  width: 50%;
}
@media (max-width: 768px) {
  .openinghours_block {
    width: 100%;
  }
  .openinghours_block:not(:first-child) {
    margin-top: 0.75em;
  }
}

.price_note {
  font-size: 0.889rem;
  opacity: 0.5;
  padding-top: 7.5em;
}
@media (max-width: 768px) {
  .price_note {
    padding-top: 5em;
  }
}

.openinghours_hours {
  font-size: 1.125rem;
  opacity: 0.75;
  padding-top: 0.5em;
}
@media (max-width: 768px) {
  .openinghours_hours {
    padding-top: 0.25em;
  }
}

.flow {
  background-color: #f9f9f9;
  padding: 10em 0 12.5em;
}
@media (max-width: 768px) {
  .flow {
    padding: 7.5em 0;
  }
}
@media (max-width: 576px) {
  .flow {
    padding: 5em 0;
  }
}

.flow-list_heading {
  color: #00c7d0;
  font-size: 1.563rem;
  font-weight: bold;
  padding-top: 2.5em;
  text-align: center;
}

.flow-list {
  counter-reset: flowItemIndex 0;
  padding-top: 2.5em;
}
@media (max-width: 768px) {
  .flow-list {
    padding-top: 2.5em;
  }
}

.flow-item {
  align-items: center;
  background-color: #fff;
  border-radius: 0.5em;
  display: flex;
  font-weight: 500;
  padding: 1.75em 2em;
}
@media (max-width: 768px) {
  .flow-item {
    display: block;
    text-align: center;
  }
}
.flow-item:not(:first-child) {
  margin-top: 1.5em;
}
.flow-item::before {
  background-color: #00c7d0;
  border-radius: 50%;
  color: #fff;
  content: counter(flowItemIndex, decimal);
  counter-increment: flowItemIndex 1;
  display: block;
  flex-shrink: 0;
  font-weight: 700;
  height: 2.5em;
  line-height: 2.5em;
  margin-right: 1.5em;
  text-align: center;
  width: 2.5em;
}
@media (max-width: 768px) {
  .flow-item::before {
    margin: 0 auto 1em;
  }
}

.flow-item_content {
  position: relative;
}

.flow-item_title {
  color: #00c7d0;
  font-size: 1.333rem;
  font-weight: bold;
}

.touroku {
  background: #11a5b7;
  background: linear-gradient(180deg, #00c9cf 0%, #18a0fb 100%);
  padding: 10em 0;
}
@media (max-width: 768px) {
  .touroku {
    padding: 7.5em 0;
  }
}
@media (max-width: 576px) {
  .touroku {
    padding: 5em 0;
  }
}

.touroku-button-wrapper {
  text-align: center;
}

.touroku-button {
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 2.5em;
  color: #00c7d0;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1.25em 10em;
  position: relative;
  transition: 0.25s background-color, 0.25s color;
}
@media (max-width: 768px) {
  .touroku-button {
    display: block;
    font-size: 1.25rem;
    margin: 0 auto;
    padding: 1em 5%;
    width: 85%;
  }
}
.touroku-button:hover {
  background-color: #00c7d0;
  color: #fff;
}
.touroku-button:hover .touroku-button_icon {
  background-color: #fff;
}
.touroku-button:hover .touroku-button_icon svg {
  color: #00c7d0;
}

.touroku-button_icon {
  background-color: #00c7d0;
  border-radius: 50%;
  height: 2em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.25s background-color;
  width: 2em;
}
@media (max-width: 768px) {
  .touroku-button_icon {
    height: 1.5em;
    right: 0.5em;
    width: 1.5em;
  }
}
.touroku-button_icon svg {
  color: #fff;
  transition: 0.25s color;
}

.access {
  padding: 10em 0;
}
@media (max-width: 768px) {
  .access {
    padding: 7.5em 0;
  }
}
@media (max-width: 576px) {
  .access {
    padding: 5em 0;
  }
}

.access_content {
  align-items: stretch;
  display: flex;
  padding-top: 5em;
}
@media (max-width: 768px) {
  .access_content {
    display: block;
    padding-top: 2.5em;
    text-align: center;
  }
}

.access_image {
  width: 55%;
}
@media (max-width: 768px) {
  .access_image {
    width: 100%;
  }
}
.access_image img {
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 82.5%;
}
@media (max-width: 768px) {
  .access_image img {
    height: 20em;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .access_image img {
    height: 15em;
  }
}

.access_map {
  padding-top: 2.5em;
}
.access_map iframe {
  height: 20em;
  width: 100%;
}

.access-address-wrapper {
  width: 45%;
}
@media (max-width: 768px) {
  .access-address-wrapper {
    padding: 1.5em 0 0;
    width: 100%;
  }
}

.access-address_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.access_name {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.access-address {
  font-size: 0.889rem;
  font-weight: 500;
  opacity: 0.75;
  padding-top: 1em;
}

.access_button {
  background-color: #00c7d0;
  border-radius: 2.5em;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  margin-top: 0.75em;
  padding: 0.75em 5em;
  position: relative;
  text-transform: capitalize;
  transition: 0.25s background-color, 0.25s color;
}
.access_button:hover {
  background-color: #fff;
  color: #00c7d0;
}
.access_button:hover .access_button-icon {
  background-color: #00c7d0;
}
.access_button:hover .access_button-icon svg {
  color: #fff;
}

.access_button-icon {
  background-color: #fff;
  border-radius: 50%;
  height: 1.25em;
  position: absolute;
  right: 1em;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.25s background-color;
  width: 1.25em;
}
.access_button-icon svg {
  color: #00c7d0;
  height: 0.75em;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s color;
  width: 0.75em;
}

.faq {
  background-color: #f9f9f9;
  padding: 10em 0;
}
@media (max-width: 768px) {
  .faq {
    padding: 7.5em 0;
  }
}
@media (max-width: 576px) {
  .faq {
    padding: 5em 0;
  }
}

.faq_content {
  padding-top: 5em;
}
@media (max-width: 768px) {
  .faq_content {
    padding-top: 3.5em;
  }
}

.faq-item:not(:first-child) {
  margin-top: 3.5em;
}
@media (max-width: 768px) {
  .faq-item:not(:first-child) {
    margin-top: 2.5em;
  }
}

.faq-item_q {
  align-items: center;
  display: flex;
  font-weight: 700;
}
.faq-item_q::before {
  color: #00c7d0;
  content: "Q";
  font-size: 2rem;
  padding-right: 0.75em;
}
@media (max-width: 768px) {
  .faq-item_q::before {
    font-size: 1.5rem;
    width: auto;
  }
}

.faq-item_a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.889rem;
  opacity: 75;
  padding-top: 1.5em;
}

.campaign-mv {
  display: block;
  margin: 7.5em auto 0;
  max-width: 800px;
}

.flow_kv {
  display: block;
  margin: 0 auto;
  margin-top: 5em;
  max-width: 85%;
}
@media (max-width: 576px) {
  .flow_kv {
    max-width: 100%;
  }
}

.flow_button {
  margin-top: 1.5em;
}

input[type=text],
input[type=email],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
}

input[type=text],
input[type=email],
textarea {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  padding: 1.5em 2em;
  transition: 0.25s border-color;
  width: 100%;
}
@media (max-width: 768px) {
  input[type=text],
input[type=email],
textarea {
    padding: 1.25em 1.5em;
  }
}
@media (max-width: 576px) {
  input[type=text],
input[type=email],
textarea {
    padding: 1em 1em;
  }
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  border: 2px solid #00c7d0;
  outline: none;
}

.entry-content {
  margin: 0 auto;
  max-width: 55%;
  padding: 15em 0;
}
@media (max-width: 768px) {
  .entry-content {
    max-width: 75%;
    padding: 12.5em 0;
  }
}
@media (max-width: 576px) {
  .entry-content {
    max-width: 90%;
    padding: 10em 0;
  }
}

.entry-content_title {
  font-size: 1.777rem;
  font-weight: 700;
}

.contact_note {
  font-size: 0.889rem;
  opacity: 0.75;
  padding-top: 1em;
}

.contact-list {
  padding-top: 5em;
}
@media (max-width: 576px) {
  .contact-list {
    padding-top: 2.5em;
  }
}

.contact-item span {
  display: block;
}
.contact-item br {
  display: none;
}
.contact-item:not(:first-child) {
  margin-top: 2.5em;
}

.contact-item_content {
  margin-top: 0.5em;
}

.contact-item_heading {
  font-weight: 500;
}
.contact-item_heading[data-required]::after {
  color: orangered;
  content: "*";
  font-weight: 700;
  padding-left: 0.5em;
}

.contact_button {
  margin-top: 5em;
  text-align: center;
}
@media (max-width: 576px) {
  .contact_button {
    margin-top: 2.5em;
  }
}
.contact_button input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer;
  font-weight: 700;
  outline: none;
}
.contact_button .main-button {
  background-color: #00c7d0;
  border: 2px solid #00c7d0;
  border-radius: 2.5em;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.25rem;
  padding: 1.5em 0;
  transition: 0.25s color, 0.25s background-color;
  width: 50%;
}
@media (max-width: 768px) {
  .contact_button .main-button {
    padding: 1.25em 0;
    width: 75%;
  }
}
@media (max-width: 576px) {
  .contact_button .main-button {
    font-size: 1.125rem;
    width: 100%;
  }
}
.contact_button .main-button:hover {
  background-color: #fff;
  color: #00c7d0;
}
.contact_button .prev-button {
  border-bottom: 1px solid #00c7d0;
  color: #00c7d0;
  margin-top: 2.5em;
  padding-bottom: 1em;
}

.mw_wp_form .error {
  color: red;
  margin-top: 0.5em;
}

.contact_note-color {
  color: red;
}

.contact-term {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1.5em;
  padding: 2.5em 7.5%;
  text-align: center;
}
.contact-term label {
  cursor: pointer;
}

.contact-term_link {
  color: #00c7d0;
  display: inline-block;
  margin-top: 0.5em;
  text-decoration: underline;
}

.mw_wp_form_error,
.mw_wp_form_complete {
  margin-top: 1.5em;
}

.service-block2 {
  margin-top: 4em;
}

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