@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}

body.is-locked {
  overflow: hidden;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

a {
  display: inline-block;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__inner {
  width: 100%;
  height: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0rem 1.25rem;
  }
}

.l-header__logo {
  width: 12.625rem;
  line-height: 1;
}
.l-header__logo a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .l-header-nav {
    display: none;
  }
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.625rem;
}

.l-header-nav__list {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
}
.l-header-nav__list.sub {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__list.sub::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1875rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__list.sub:hover::after {
  top: 0rem;
}
.l-header-nav__list.sub:hover .l-header-nav__sub-lists {
  max-height: none;
  overflow: inherit;
  padding-top: 3.125rem;
  padding-bottom: 2.5rem;
}

.l-header-nav__link {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
}
.l-header-nav__link:hover {
  opacity: 0.7;
}

.l-header-nav__sub-lists {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0rem 1.875rem;
  background: rgba(255, 255, 255, 0.8);
}

.l-header-nav__sub-list {
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  margin-top: 1.875rem;
}
.l-header-nav__sub-list:first-of-type {
  margin-top: 0rem;
}

.l-header-nav__sub-link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
}
.l-header-nav__sub-link:hover {
  opacity: 0.7;
}

.l-main {
  position: relative;
  width: 100%;
  contain: paint;
}

.l-footer {
  width: 100%;
  padding: 3.75rem 2.5rem 2.125rem 2.5rem;
  background: #00BFDC;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 3.125rem 1.25rem 0.875rem 1.25rem;
  }
}

.l-footer__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
}

.l-footer__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #817E7E;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__wrapper {
    display: block;
    padding-left: 1.25rem;
    padding-bottom: 3.125rem;
  }
}

.l-footer__logo {
  display: block;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.9444444444;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer__text {
  color: #A3575F;
  font-size: 1rem;
  line-height: 2;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    font-size: 1.25rem;
    line-height: 1.5;
    white-space: nowrap;
    margin-top: 2.8125rem;
  }
}

.l-footer__access {
  color: #A3575F;
  font-size: 1rem;
  line-height: 2;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__access {
    font-size: 0.875rem;
    line-height: 2.2;
    padding-left: 1.25rem;
    margin-top: 2.5rem;
  }
}

.l-footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
    margin-top: 2.625rem;
  }
}

.l-footer__band {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer__band {
    font-size: 1rem;
  }
}

.l-footer__lists {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__lists {
    margin-top: 0.625rem;
  }
}

.l-footer__list {
  font-size: 1rem;
  line-height: 1;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    margin-top: 1rem;
  }
}
.l-footer__list:first-of-type {
  margin-top: 0rem;
}

.l-footer__link {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    color: #A3575F;
  }
}
.l-footer__link:hover {
  opacity: 0.7;
}

.l-footer__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.l-footer__copy {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    color: #A3575F;
    font-size: 0.75rem;
  }
}

.l-footer__min-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
  padding-right: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__min-lists {
    gap: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0rem;
  }
}

.l-footer__min-list {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-footer__min-list {
    color: #A3575F;
    font-size: 0.75rem;
  }
}

.l-footer__min-link {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-footer__min-link {
    color: #A3575F;
    font-size: 0.75rem;
  }
}
.l-footer__min-link:hover {
  opacity: 0.7;
}

.c-top {
  width: 100%;
  min-height: 29.25rem;
  padding: 11.5rem 2.5rem 0rem 2.5rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../imgs/pc/top_business.webp);
}
@media screen and (max-width: 767px) {
  .c-top {
    padding: 11.5625rem 1.25rem 1.25rem 1.25rem;
    background-image: url(../imgs/sp/top_business.webp);
  }
}
.c-top.business {
  background-image: url(../imgs/pc/top_business.webp);
}
@media screen and (max-width: 767px) {
  .c-top.business {
    background-image: url(../imgs/sp/top_business.webp);
  }
}
.c-top.crowdfunding {
  background-image: url(../imgs/pc/top_crowdfunding.webp);
}
@media screen and (max-width: 767px) {
  .c-top.crowdfunding {
    background-image: url(../imgs/sp/top_crowdfunding.webp);
  }
}
.c-top.beauty {
  background-image: url(../imgs/pc/top_beauty.webp);
}
@media screen and (max-width: 767px) {
  .c-top.beauty {
    background-image: url(../imgs/sp/top_beauty.webp);
  }
}
.c-top.company {
  min-height: 24.75rem;
  padding: 10.3125rem 2.5rem 0rem 2.5rem;
  background-image: url(../imgs/pc/top_company.webp);
}
@media screen and (max-width: 767px) {
  .c-top.company {
    padding: 11.5625rem 1.25rem 1.25rem 1.25rem;
    background-image: url(../imgs/sp/top_company.webp);
  }
}
.c-top.contact {
  min-height: 20.25rem;
  padding: 8.4375rem 2.5rem 0rem 2.5rem;
  background-image: url(../imgs/pc/top_company.webp);
}
@media screen and (max-width: 767px) {
  .c-top.contact {
    min-height: 24.75rem;
    padding: 11.5625rem 1.25rem 1.25rem 1.25rem;
    background-image: url(../imgs/sp/top_company.webp);
  }
}

.c-top__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
}

.c-top__title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-top__title {
    font-size: 1rem;
  }
}
.c-top__title::before {
  content: attr(data-en);
  display: block;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 767px) {
  .c-top__title::before {
    font-size: 2.5rem;
    margin-bottom: 3.5rem;
  }
}
.c-top__title.eng::before {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.02em;
  margin-bottom: 2.375rem;
}
@media screen and (max-width: 767px) {
  .c-top__title.minSp::before {
    font-size: 2rem;
  }
}

.c-top-simple {
  width: 100%;
  padding: 5.3125rem 2.5rem 5.75rem 2.5rem;
  border-bottom: 1px solid #37230C;
}
@media screen and (max-width: 767px) {
  .c-top-simple {
    padding: 3.5625rem 2.25rem 3.125rem 2.25rem;
  }
}

.c-top-simple__inner {
  width: 100%;
  max-width: 91.5rem;
  margin: 0rem auto;
}

.c-top-simple__title {
  color: #DBDBDB;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
  padding-left: 0.375rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: titleSlideUp 0.6s ease-out 0.2s forwards;
          animation: titleSlideUp 0.6s ease-out 0.2s forwards;
}
@media screen and (max-width: 767px) {
  .c-top-simple__title {
    font-size: 1rem;
    padding-left: 0rem;
  }
}
.c-top-simple__title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  left: -0.375rem;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.390625;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: titleSlideUp 0.6s ease-out forwards;
          animation: titleSlideUp 0.6s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .c-top-simple__title::before {
    left: 0;
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 0.4375rem;
  }
}

@-webkit-keyframes titleSlideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes titleSlideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-section-about {
  width: 100%;
  padding: 12rem 2.5rem 9.375rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-about {
    padding: 6.25rem 1.25rem;
  }
}

.c-section-about__inner {
  width: 100%;
  max-width: 81.875rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3.375rem;
  }
}

.c-section-about__box {
  width: 100%;
  max-width: 39.875rem;
  margin-left: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .c-section-about__box {
    max-width: 100%;
    margin-left: 0rem;
  }
}

.c-section-about__title {
  color: #00BEDB;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-section-about__title {
    font-size: 2rem;
  }
}

.c-section-about__bigText {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-section-about__bigText {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: -0.1em;
    margin-top: 2.375rem;
  }
}

.c-section-about__text {
  color: #A3575F;
  font-size: 1rem;
  line-height: 2;
  margin-top: 2.125rem;
}

.c-section-about__img {
  width: 100%;
  max-width: 34.1875rem;
}
@media screen and (max-width: 767px) {
  .c-section-about__img {
    max-width: 100%;
  }
}

.c-section-service {
  width: 100%;
  background: #FFE4E7;
  padding: 5.875rem 2.5rem 8.375rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-service {
    padding: 6.25rem 1.25rem 5rem 1.25rem;
  }
}

.c-section-service__inner {
  width: 100%;
  max-width: 81.875rem;
  margin: 0rem auto;
}

.c-section-service__title {
  color: #00BFDC;
  font-size: 3rem;
  line-height: 1.4583333333;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-service__title {
    font-size: 2rem;
    line-height: 1.4375;
  }
}

.c-section-service__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.25rem 3.4375rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .c-section-service__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
    margin-top: 3.125rem;
  }
}

.c-section-serviceCard {
  width: 100%;
  min-height: 21rem;
  border-radius: 1.25rem;
  padding: 1.5625rem;
  background: #fff;
}

.c-section-serviceCard__img {
  width: 5.8125rem;
  margin: 0 auto;
}

.c-section-serviceCard__title {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-section-serviceCard__title {
    line-height: 1.25;
    margin-top: 1.25rem;
  }
}

.c-section-serviceCard__text {
  color: #A3575F;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-top: 1.75rem;
}

.c-section-contact {
  width: 100%;
  padding: 8.125rem 2.5rem 6.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-contact {
    padding: 3.25rem 1.25rem 5.375rem 1.25rem;
  }
}
.c-section-contact.pink {
  background: #FFE4E7;
}

.c-section-contact__inner {
  width: 100%;
  max-width: 81.875rem;
  margin: 0rem auto;
}

.c-section-contact__title {
  color: #00BFDC;
  font-size: 3rem;
  line-height: 1.4583333333;
  font-weight: 700;
  text-align: center;
}
.c-section-contact__text {
  color: #00BFDC;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  margin-top: 2.375rem;
}

.c-section-contact__button {
  width: 100%;
  max-width: 23.875rem;
  height: 4.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3.375rem auto 0rem auto;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  border-radius: 5rem;
  background: #00BFDC;
  padding-bottom: 0.125rem;
}
.c-section-contact__button.white {
  color: #00BFDC;
  background: #fff;
}
.c-section-contact__button:hover {
  opacity: 0.7;
}

.c-section-shop {
  width: 100%;
  padding: 5rem 2.5rem 6.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-shop {
    padding: 6.25rem 1.25rem;
  }
}

.c-section-shop__inner {
  width: 100%;
  max-width: 81.875rem;
  margin: 0rem auto;
}

.c-section-shop__title {
  color: #00BFDC;
  font-size: 3rem;
  line-height: 1.4583333333;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-shop__title {
    font-size: 2rem;
    line-height: 1.4375;
  }
}

.c-section-shop__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem 0.625rem;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-section-shop__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
    margin-top: 2.5rem;
  }
}

.c-section-shop__list {
  position: relative;
  width: 100%;
  min-height: 11.875rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 2rem 1.25rem 2rem 6.75rem;
  border-radius: 2.5rem;
  border: 0.1875rem solid rgba(0, 190, 219, 0.3019607843);
}
@media screen and (max-width: 767px) {
  .c-section-shop__list {
    min-height: 9.25rem;
    font-size: 1.125rem;
    padding: 1.625rem 2.1875rem 1.625rem 5.625rem;
    border: 0.125rem solid rgba(0, 190, 219, 0.3019607843);
  }
}
.c-section-shop__list span {
  width: 8.125rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00BEDB;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  border-radius: 5rem;
  background: rgba(0, 190, 219, 0.1019607843);
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-section-shop__list span {
    width: 7.5rem;
    height: 2.5rem;
    margin-bottom: 0.3125rem;
  }
}
.c-section-shop__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2.3125rem;
  left: 2.1875rem;
  width: 3rem;
  height: 3rem;
  background-image: url(../imgs/pc/map_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-section-shop__list::before {
    top: 1.875rem;
    width: 2.375rem;
    height: 2.375rem;
  }
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    cursor: pointer;
    position: fixed;
    top: 2.1875rem;
    right: 1.25rem;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    width: 1.875rem;
    height: 1.25rem;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 0rem;
  width: 1.875rem;
  height: 1px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: 0rem;
}
.c-hamburger span:nth-of-type(2) {
  top: 0.59375rem;
}
.c-hamburger span:nth-of-type(3) {
  top: 1.1875rem;
}

.c-hamburger.active span:nth-of-type(1) {
  top: 0.625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger.active span:nth-of-type(2) {
  display: none;
}
.c-hamburger.active span:nth-of-type(3) {
  top: 0.625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33CBE2;
  padding: 5rem 2.5rem 1.875rem 2.5rem;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 3.75rem;
}

.c-hamburger-nav__list {
  color: #FFD6DB;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}

.c-hamburger-nav__link {
  color: #FFD6DB;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}
.c-hamburger-nav__link:hover {
  opacity: 0.7;
}

.c-hamburger-nav__sub-lists {
  padding-left: 1.25rem;
  margin-top: 0.625rem;
}

.c-hamburger-nav__sub-list {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 1.25rem;
}

.c-hamburger-nav__sub-link {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}

.c-hamburger-nav.active {
  z-index: 99;
  opacity: 1;
}

.p-fv {
  width: 100%;
  min-height: 48.75rem;
  padding: 12.3125rem 2.5rem 2.5rem 2.5rem;
  background-image: url(../imgs/pc/fv_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv {
    min-height: auto;
    padding: 11.25rem 1.25rem 1.25rem 1.25rem;
    background-image: url(../imgs/sp/fv_bg.webp);
  }
}

.p-fv__inner {
  width: 100%;
  max-width: 65rem;
  margin: 0rem auto;
}

.p-fv__title {
  color: #fff;
  font-size: 5rem;
  line-height: 1.125;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
  }
}

.p-fv__text {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 3.125rem;
  }
}

.p-fv__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1.5625rem;
  margin-top: 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
    padding-right: 0rem;
    margin-top: 4.375rem;
  }
}

.p-fv__list:nth-of-type(2) {
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__list:nth-of-type(2) {
    width: 100%;
    margin-left: 0rem;
  }
}
.p-fv__list:nth-of-type(2) .p-fv__link {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fv__list:nth-of-type(2) .p-fv__link span {
    width: 100%;
  }
}

.p-fv__link {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv__link {
    margin-top: 0rem;
  }
}
.p-fv__link:hover {
  opacity: 0.7;
}
.p-fv__link span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 14.75rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: 0.625rem;
  padding: 0 2.625rem;
  background: rgba(51, 51, 51, 0.2);
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv__link span {
    padding: 0;
  }
}

.p-fv-corp {
  width: 100%;
  padding: 6.25rem 2.5rem 9.625rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-corp {
    padding: 5.9375rem 1.25rem 1.25rem 1.25rem;
  }
}

.p-fv-corp__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
}

.p-fv-corp__title {
  color: #00BEDB;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 800;
  text-align: center;
}

.p-fv-corp__bigText {
  font-size: 3rem;
  line-height: 1.625;
  font-weight: 700;
  text-align: center;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-corp__bigText {
    font-size: 1.5rem;
    line-height: 2.2;
    letter-spacing: -0.1em;
    white-space: nowrap;
    margin-top: 1.875rem;
  }
}

.p-fv-corp__text {
  color: #A3575F;
  font-size: 1.5rem;
  line-height: 1.75;
  text-align: center;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-corp__text {
    font-size: 1rem;
    line-height: 2.2;
    margin-top: 3.4375rem;
  }
}

.p-fv-corp__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.1875rem;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-corp__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
    margin-top: 6.875rem;
  }
}

.p-fv-corpCard {
  width: 100%;
  min-height: 26.5rem;
  padding: 3.125rem 1.5625rem 1.25rem 1.5625rem;
  background: #FFD6DB;
  border-radius: 1.25rem;
  border: 1px solid #FF7689;
}
@media screen and (max-width: 767px) {
  .p-fv-corpCard {
    padding: 2.8125rem 1.25rem 0.625rem 1.25rem;
  }
}

.p-fv-corpCard__title {
  color: #00BEDB;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}

.p-fv-corpCard__bigText {
  min-height: 8.75rem;
  font-size: 1.5rem;
  line-height: 1.45;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-corpCard__bigText {
    margin-top: 1.5rem;
  }
}

.p-fv-corpCard__text {
  color: #A3575F;
  font-size: 1rem;
  line-height: 2.2;
}

.p-fv-corpCard__group {
  margin-top: 1.25rem;
}
.p-fv-corpCard__group:first-of-type {
  margin-top: 0rem;
}
.p-fv-corpCard__group .p-fv-corpCard__bigText {
  min-height: auto;
  line-height: 1.45;
  margin-top: 1.25rem;
}
.p-fv-corpCard__group .p-fv-corpCard__text {
  line-height: 1.4;
}

.p-fv-service {
  width: 100%;
  padding: 2.125rem 2.5rem 10.4375rem 2.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFE4E8), to(#fff));
  background: linear-gradient(0deg, #FFE4E8, #fff);
}
@media screen and (max-width: 767px) {
  .p-fv-service {
    padding: 6.875rem 1.25rem 5.625rem 1.25rem;
  }
}

.p-fv-service__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
}

.p-fv-service__title {
  color: #00BEDB;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-service__title {
    font-size: 2.25rem;
    line-height: 2;
  }
}

.p-fv-service__text {
  color: #A3575F;
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 1rem;
}

.p-fv-service__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.1875rem;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3.125rem;
    margin-top: 3.125rem;
  }
}

.p-fv-serviceCard {
  width: 100%;
  background: #fff;
  border-radius: 1.25rem;
  padding-top: 1.875rem;
  -webkit-box-shadow: 0.1875rem 0.25rem 0.625rem rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0.1875rem 0.25rem 0.625rem rgba(0, 0, 0, 0.2509803922);
}
.p-fv-serviceCard:nth-of-type(2) .p-fv-service__img {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF788B), to(#FEA4D4));
  background: linear-gradient(180deg, #FF788B, #FEA4D4);
}
.p-fv-serviceCard:nth-of-type(3) .p-fv-service__img {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDF28), to(#FFD7A4));
  background: linear-gradient(180deg, #FFDF28, #FFD7A4);
}

.p-fv-service__img {
  min-height: 15.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#00BFDC), to(#BAEDF6));
  background: linear-gradient(180deg, #00BFDC, #BAEDF6);
}
.p-fv-service__img img {
  width: 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__img img {
    width: 4.4375rem;
  }
}

.p-fv-serviceCard__box {
  width: 100%;
  padding: 4.25rem 2.1875rem 1.875rem 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-serviceCard__box {
    padding: 1.5625rem 1.25rem 2.5rem 1.25rem;
  }
}

.p-fv-serviceCard__title {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-serviceCard__title {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.p-fv-serviceCard__text {
  color: #A3575F;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-serviceCard__text {
    font-size: 1rem;
    padding: 0 0.625rem;
    margin-top: 2.5rem;
  }
}

.p-fv-serviceCard__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #00BEDB;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-serviceCard__link {
    gap: 0.3125rem;
    margin-left: 0.625rem;
    margin-top: 1.5625rem;
  }
}
.p-fv-serviceCard__link:hover {
  opacity: 0.7;
}
.p-fv-serviceCard__link::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.0625rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #00BEDB;
  border-right: 1px solid #00BEDB;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-company {
  width: 100%;
  padding: 6rem 2.5rem 10.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 6.25rem 1.25rem;
  }
}

.p-company__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
}

.p-company__title {
  color: #00BEDB;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 800;
  text-align: center;
}

.p-company__bigText {
  font-size: 3rem;
  line-height: 1.625;
  font-weight: 700;
  text-align: center;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company__bigText {
    font-size: 1.4375rem;
    line-height: 2.2;
    letter-spacing: -0.1em;
    margin-top: 1.875rem;
  }
}

.p-company__text {
  color: #A3575F;
  font-size: 1.5rem;
  line-height: 1.75;
  text-align: center;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-company__text {
    font-size: 1rem;
    line-height: 2.2;
    text-align: center;
    margin-top: 3.75rem;
  }
}

.p-company__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.0625rem;
  margin-top: 7.875rem;
}
@media screen and (max-width: 767px) {
  .p-company__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
    margin-top: 7.5rem;
  }
}

.p-companyCard {
  width: 100%;
  min-height: 15.125rem;
  padding: 2.8125rem 2.1875rem 1.25rem 2.1875rem;
  background: #FFD6DB;
  border-radius: 1.25rem;
  border: 1px solid #FF7689;
}
@media screen and (max-width: 767px) {
  .p-companyCard {
    min-height: auto;
    padding: 2.5rem 1.25rem;
  }
}

.p-companyCard__label {
  color: #00BEDB;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}

.p-companyCard__title {
  color: #A3575F;
  font-size: 1.25rem;
  line-height: 1.8;
}

.p-companyCard__text {
  font-size: 1.25rem;
  line-height: 1.25;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-companyCard__text {
    font-size: 1.5rem;
  }
}

.p-company-prof {
  width: 100%;
  padding: 4.8125rem 2.5rem 9.25rem 2.5rem;
  background: #FFE4E7;
}
@media screen and (max-width: 767px) {
  .p-company-prof {
    padding: 1.6875rem 1.25rem 6.25rem 1.25rem;
  }
}

.p-company-prof__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
}

.p-company-prof__title {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-prof__title {
    font-size: 2rem;
    line-height: 2.25;
  }
}

.p-company-prof__wrapper {
  width: 100%;
  background: #fff;
  padding-top: 5.625rem;
  padding-bottom: 3.4375rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-company-prof__wrapper {
    padding: 2.8125rem 1.25rem 3.125rem 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-company-prof__table {
  width: 100%;
  max-width: 54.1875rem;
  margin: 0rem auto;
}
.p-company-prof__table tr:first-of-type th,
.p-company-prof__table tr:first-of-type td {
  padding-top: 0rem;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-company-prof__table tr:first-of-type td {
    padding-top: 1.875rem;
    border-bottom: 1px solid #C0C0C0;
  }
}
.p-company-prof__table tr:last-of-type th,
.p-company-prof__table tr:last-of-type td {
  padding-bottom: 0rem;
  border-bottom: none;
}
.p-company-prof__table th,
.p-company-prof__table td {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
  border-bottom: 1px solid #C0C0C0;
  padding: 3.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-company-prof__table th,
  .p-company-prof__table td {
    display: block;
    font-size: 1rem;
    line-height: 1.25;
    padding: 0;
  }
}
.p-company-prof__table th {
  width: 17.5rem;
  color: #A3575F;
}
@media screen and (max-width: 767px) {
  .p-company-prof__table th {
    width: 100%;
    border-bottom: none;
  }
}
.p-company-prof__table td {
  width: calc(100% - 17.5rem);
}
@media screen and (max-width: 767px) {
  .p-company-prof__table td {
    width: 100%;
    padding: 1.875rem 0rem;
    margin-bottom: 1.25rem;
  }
}

.p-company-access {
  width: 100%;
  padding: 5rem 2.5rem 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-access {
    padding: 5rem 1.25rem;
  }
}

.p-company-access__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
}

.p-company-access__title {
  color: #00BEDB;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-access__title {
    font-size: 2rem;
  }
}

.p-company-access__wrapper {
  width: 100%;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-company-access__wrapper {
    margin-top: 1.875rem;
  }
}

.p-company-access__map {
  position: relative;
  width: 100%;
  padding-top: 41.935483871%;
}
@media screen and (max-width: 767px) {
  .p-company-access__map {
    padding-top: 72.5806451613%;
  }
}
.p-company-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
}

.p-company-access__text {
  color: #A3575F;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-company-access__text {
    font-size: 1rem;
    text-align: left;
  }
}

/* デフォルト＝入力画面だけ表示 */
.only-confirm {
  display: none;
}

/* 確認モード時（bodyにフラグ）で入れ替え */
body.is-contact-confirm .only-input {
  display: none;
}

body.is-contact-confirm .only-confirm {
  display: block;
}

/* 初期は確認ボタンのみ表示（競合対策で !important） */
.js-cf7-confirmation .js-cf7-send,
.js-cf7-confirmation .js-cf7-back,
.js-cf7-confirmation .p-cf7__confirmValue {
  display: none !important;
}

/* 確認中は送信・戻る・確認値を表示（競合保険） */
.js-cf7-confirmation.is-confirm .js-cf7-send,
.js-cf7-confirmation.is-confirm .js-cf7-back,
.js-cf7-confirmation.is-confirm .p-cf7__confirmValue {
  display: inline-block !important;
}

/* 確認中は入力UIをオフスクリーンへ（送信用にDOMは残す） */
.js-cf7-confirmation.is-confirm .p-cf7__input,
.js-cf7-confirmation.is-confirm .p-cf7__radio,
.js-cf7-confirmation.is-confirm .p-cf7__textarea,
.js-cf7-confirmation.is-confirm .p-cf7__file {
  position: absolute;
  left: -9999px;
}

/* 念のため送信ボタンは操作可に */
.js-cf7-confirmation.is-confirm .js-cf7-send,
.js-cf7-confirmation.is-confirm .js-cf7-back {
  pointer-events: auto !important;
}

.p-cf7 {
  width: 100%;
  padding: 4.75rem 2.5rem 4.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7 {
    padding: 6.25rem 1.25rem;
  }
}
.p-cf7 input::-webkit-input-placeholder, .p-cf7 textarea::-webkit-input-placeholder {
  color: #D7D9DC;
}
.p-cf7 input::-moz-placeholder, .p-cf7 textarea::-moz-placeholder {
  color: #D7D9DC;
}
.p-cf7 input:-ms-input-placeholder, .p-cf7 textarea:-ms-input-placeholder {
  color: #D7D9DC;
}
.p-cf7 input::-ms-input-placeholder, .p-cf7 textarea::-ms-input-placeholder {
  color: #D7D9DC;
}
.p-cf7 input::placeholder,
.p-cf7 textarea::placeholder {
  color: #D7D9DC;
}
.p-cf7 input:focus,
.p-cf7 textarea:focus,
.p-cf7 select:focus {
  outline: 0.125rem solid #D87F1A;
}

.p-cf7__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
  padding: 3.75rem 6.6875rem 1.875rem 6.6875rem;
  background: #FFE4E7;
  border-radius: 1.25rem;
  border: 1px solid #C0C0C0;
}
@media screen and (max-width: 767px) {
  .p-cf7__inner {
    padding: 3.75rem 1.25rem 7.5rem 1.25rem;
  }
}

.p-cf7__wrapper {
  width: 100%;
  max-width: 59.625rem;
}

.p-cf7__label {
  color: #00BEDB;
  font-size: 2.25rem;
  line-height: 1.2222222222;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-cf7__label {
    font-size: 1.75rem;
    line-height: 1.3;
    text-align: center;
  }
}

.p-cf7__column {
  width: 100%;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__column {
    margin-top: 4.375rem;
  }
}

.p-cf7__box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.625rem;
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.1875rem;
    margin-top: 2.1875rem;
  }
}
.p-cf7__box:first-of-type {
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__box.mtSp {
    margin-top: 3.75rem;
  }
}

.p-cf7__group {
  width: 100%;
}

.p-cf7__title label {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
}
.p-cf7__title label span {
  position: relative;
  top: -0.75rem;
  display: inline-block;
  color: #FF0000;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-weight: 600;
  margin-left: 0.625rem;
}

.p-cf7__input {
  width: 100%;
  margin-top: 1rem;
}
.p-cf7__input input {
  width: 100%;
  height: 3rem;
  font-size: 1rem;
  padding: 0 1.25rem;
  background: #fff;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__input input {
    font-size: 0.875rem;
    padding: 0 1rem;
  }
}

.p-cf7__textarea {
  width: 100%;
  margin-top: 1rem;
}
.p-cf7__textarea textarea {
  width: 100%;
  height: 17.5rem;
  font-size: 1rem;
  padding: 0.625rem 0.875rem;
  background: #fff;
  border-radius: 1.25rem;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}
@media screen and (max-width: 767px) {
  .p-cf7__textarea textarea {
    height: 27.1875rem;
    padding: 1.125rem 1rem;
  }
}

.p-cf7__acceptance {
  width: 100%;
  margin-top: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance {
    margin-top: 1.875rem;
    gap: 1.125rem;
    padding-left: 0.5rem;
  }
}
.p-cf7__acceptance .wpcf7-form-control-wrap,
.p-cf7__acceptance .wpcf7-list-item {
  height: 2.375rem;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance .wpcf7-form-control-wrap,
  .p-cf7__acceptance .wpcf7-list-item {
    height: 1.75rem;
  }
}
.p-cf7__acceptance p {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance p {
    font-size: 0.875rem;
  }
}
.p-cf7__acceptance a {
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance a {
    font-size: 0.875rem;
  }
}
.p-cf7__acceptance a:hover {
  opacity: 0.7;
}
.p-cf7__acceptance label {
  cursor: pointer;
  position: relative;
  font-size: 0;
}
.p-cf7__acceptance label::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 2.375rem;
  height: 2.375rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance label::before {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.p-cf7__acceptance input {
  display: none;
}
.p-cf7__acceptance input:checked ~ span::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.25rem);
  left: 0.875rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.625rem;
  height: 1rem;
  border: solid #333;
  border-width: 0 0.1875rem 0.1875rem 0;
}

.p-cf7__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.5rem;
  margin-top: 1.75rem;
}

.p-cf7__submit input {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 10.625rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  background: #00BEDB;
  border-radius: 5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cf7__submit input:focus {
  outline: none;
}
.p-cf7__submit input:disabled {
  color: #fff;
  background: #00BEDB;
}
.p-cf7__submit input:hover {
  opacity: 0.7;
}

.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}

.p-page {
  width: 100%;
  padding: 6.25rem 2.5rem 10rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page {
    padding: 6.25rem 1.25rem;
  }
}

.p-page__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
}
.p-page__inner h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-page__inner h2 {
    font-size: 1.25rem;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
}
.p-page__inner h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-page__inner h3 {
    font-size: 1.125rem;
    margin-top: 1.875rem;
    margin-bottom: 1rem;
  }
}
.p-page__inner p {
  font-size: 1rem;
}

.p-404 {
  width: 100%;
}

.p-404__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
  padding: 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-404__inner {
    padding: 5rem 1.25rem;
  }
}

.p-404__text {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

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

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

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}/*# sourceMappingURL=style.css.map */