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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

picture, img {
  display: block;
  width: 100%;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: 500 900;
  src: url("../fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2"), url("../fonts/NotoSansJP-VariableFont_wght.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Zen Kaku Gothic";
  font-weight: 700;
  src: url("../fonts/ZenKakuGothicAntique-Bold.woff2") format("woff2"), url("../fonts/ZenKakuGothicAntique-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Logo Type Gothic";
  font-weight: 400;
  src: url("../fonts/LogoTypeGothic.woff2") format("woff2"), url("../fonts/LogoTypeGothic.woff") format("woff");
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeinUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeoutBottom {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #252525;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.5;
  position: relative;
}

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

img {
  max-width: 100%;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

section {
  content-visibility: auto;
  contain-intrinsic-size: 500px;
}
section.u-force-visible {
  content-visibility: visible;
  contain-intrinsic-size: inherit;
}

/*——————————————————————
コンテンツ幅
最大幅はtheme.jsonで設定
——————————————————————*/
.l-container {
  margin-left: auto;
  margin-right: auto;
  width: min(90vw, var(--wp--style--global--content-size));
}
.l-container.--wide {
  width: min(90vw, var(--wp--style--global--wide-size));
}

.l-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 8px 16px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 744px) {
  .l-header {
    border-radius: 5.6rem;
    left: 16px;
    padding: 16px 24px;
    top: 16px;
    width: calc(100% - 32px);
  }
}
.l-header-branding {
  align-items: center;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 744px) {
  .l-header-branding {
    gap: 16px;
  }
}
.l-header-branding__logo img {
  height: 3rem;
  width: auto;
}
@media screen and (min-width: 744px) {
  .l-header-branding__logo img {
    height: 4.8rem;
  }
}
.l-header-branding__txt {
  color: #00AF92;
  font-family: "Logo Type Gothic", "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 744px) {
  .l-header-branding__txt {
    font-size: 2em;
  }
}
.l-header-nav {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin-left: auto;
}
.l-header-nav__item {
  color: #00AF92;
  font-family: "Logo Type Gothic", "Noto Sans JP", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 743px) {
  .l-header-nav__item.--pc {
    display: none;
  }
}
.l-header-nav__item.--sns {
  aspect-ratio: 1/1;
}
.l-header-nav__item.--sns img {
  height: 100%;
  width: auto;
}
.l-header-nav__item.--x {
  height: 2.6rem;
}
.l-header-nav__item.--instagram {
  height: 32px;
}
.l-header-hamburger__btn {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 2rem;
  justify-content: center;
  margin-left: 12px;
  position: relative;
  width: 2.6rem;
  z-index: 10;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger__btn {
    display: none;
  }
}
.l-header-hamburger__btn div {
  background: #00AF92;
  border-radius: 1rem;
  height: 4px;
  transition: 0.4s;
  width: 100%;
}
.l-header-hamburger__btn.is-open div:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.l-header-hamburger__btn.is-open div:nth-child(2) {
  opacity: 0;
}
.l-header-hamburger__btn.is-open div:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.l-header-hamburger-wrapper {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  height: calc(100dvh - 4.8rem);
  opacity: 0;
  padding: 32px 10vw 6rem;
  position: fixed;
  right: 0;
  top: 4.8rem;
  transition: 0.4s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger-wrapper {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
.l-header-hamburger-wrapper.is-open {
  opacity: 1;
  visibility: visible;
}
.l-header-hamburger-wrapper-inner {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}
.l-header-hamburger-nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.l-header-hamburger-nav__item {
  align-items: center;
  display: flex;
  font-size: 1.25em;
  font-weight: 700;
  gap: 16px;
}
.l-header-hamburger-nav__item::before {
  aspect-ratio: 32/56;
  background: url(../images/kokumin_usagi.png) no-repeat center/contain;
  content: "";
  display: block;
  height: 56px;
}
.l-header-hamburger-nav__item::after {
  aspect-ratio: 12/7.4;
  background: url(../images/angle.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 1em;
  margin-left: auto;
}

.l-footer {
  background: #00AF92;
  color: #fff;
  font-size: 0.75em;
  margin-top: 64px;
  padding: 16px;
  text-align: center;
}

.l-main {
  overflow: hidden;
}

/*——————————————————————
セクションの上下パディング
——————————————————————*/
.l-container {
  padding-block: 64px;
}

.c-form {
  display: grid;
  gap: 24px;
}
.c-form input:not([name*=zip]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]),
.c-form textarea {
  width: 100%;
}
.c-form input[name*=zip] {
  width: 5em;
}
.c-form input,
.c-form select,
.c-form textarea {
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  font-family: inherit;
  font-size: 1em;
  padding: 8px;
}
.c-form-content {
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 744px) {
  .c-form-content {
    gap: 24px;
    grid-template-columns: 11em 1fr;
  }
}
.c-form-content__title {
  font-weight: 700;
}
@media screen and (min-width: 744px) {
  .c-form-content__title {
    padding-top: 0.45em;
  }
}
.c-form-content__title.hissu {
  align-items: flex-start;
  display: flex;
  gap: 8px;
}
.c-form-content__title.hissu::after {
  background: #FF2442;
  border-radius: 5px;
  color: #fff;
  content: "必須";
  font-size: 0.75em;
  line-height: 1;
  padding: 4px;
  transform: translateY(0.2em);
}
.c-form-privacy {
  align-items: center;
  background: #e7e7e7;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-inline: auto;
  padding: 2rem;
  text-align: center;
  width: min(100%, 500px);
}
.c-form-privacy a {
  color: #0A4DA6;
  text-decoration: underline;
  transition: 0.4s;
}
.c-form-privacy a:hover {
  color: rgb(7.1022727273, 54.6875, 117.8977272727);
}
.c-form-btn {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.c-form-btn input {
  background: #00AF92;
  border: 1px solid #00AF92;
  border-radius: 3rem;
  color: #fff;
  cursor: pointer;
  font-family: "Zen Kaku Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  max-width: 100%;
  padding: 1em;
  transition: 0.4s;
  width: 32rem;
}
.c-form-btn input:hover {
  background: #fff;
  color: #00AF92;
}
.c-form-btn input:disabled {
  filter: grayscale(1);
}
.c-form-btn__back {
  filter: grayscale(1);
}

.mw_wp_form_confirm .c-form-privacy {
  display: none;
}

.c-heading01 {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 744px) {
  .c-heading01 {
    font-size: 3em;
  }
}
.c-heading01::before {
  aspect-ratio: 32/56;
  background: url(../images/kokumin_usagi.png) no-repeat center/contain;
  content: "";
  display: block;
  height: 56px;
}
.c-heading01 span {
  transform: translateX(0.1em);
}

.wp-pagenavi {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 3rem;
}
.wp-pagenavi > * {
  background: #fff;
  border-radius: 50%;
  display: grid;
  font-size: 1.2em;
  font-weight: 700;
  height: clamp(2.9rem, 8vw, 3.8rem);
  line-height: 1;
  place-items: center;
  transition: 0.4s;
  width: clamp(2.9rem, 8vw, 3.8rem);
}
.wp-pagenavi > *:not(.current):not(.extend) {
  cursor: pointer;
}
.wp-pagenavi > *:not(.current):not(.extend):hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.wp-pagenavi .current {
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: transparent;
  position: relative;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  bottom: 0;
  content: "\f105";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  font-weight: 700;
  height: 1em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6em;
}
.wp-pagenavi .previouspostslink::before {
  transform: scale(-1, 1);
}

.c-breadcrumbs {
  font-size: 0.875em;
  margin-bottom: 32px;
  margin-inline: auto;
  max-width: 1000px;
  padding-inline: 24px;
  padding-top: 6.8rem;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .c-breadcrumbs {
    padding-top: calc(8rem + 32px);
  }
}
.c-breadcrumbs a {
  color: #0A4DA6;
  text-decoration: underline;
}

.u-fadeinUp {
  opacity: 0;
  visibility: hidden;
}
.u-fadeinUp-active {
  animation-name: fadeinUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
}

.p-top-mv {
  background: linear-gradient(249deg, #9EFFEF, #fff 70%);
  padding-top: 6.8rem;
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-top-mv {
    padding-top: calc(8rem + 32px);
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-top-mv {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
    justify-content: center;
  }
}
.p-top-mv__txt {
  background: rgba(255, 255, 255, 0.9);
  color: #00AF92;
  line-height: 1;
  padding: 4px;
}
.p-top-mv__img {
  height: auto;
  margin-left: 34.4vw;
  width: 63.2vw;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-top-mv__img {
    margin-left: 0;
    width: 462px;
  }
}
.p-top-mv-texts {
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .p-top-mv-texts {
    bottom: 7.4vw;
    left: 4.2vw;
    position: absolute;
  }
}
.p-top-mv-texts-heading {
  display: grid;
  gap: 8px;
  letter-spacing: 0.1em;
}
.p-top-mv-texts-heading__sub {
  font-size: 3.7vw;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-top-mv-texts-heading__sub {
    font-size: 1.5em;
  }
}
.p-top-mv-texts-heading__main {
  font-size: 8.5vw;
  font-weight: 900;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-top-mv-texts-heading__main {
    font-size: 7.2rem;
  }
}
.p-top-mv-texts__copy {
  font-family: "Logo Type Gothic", "Noto Sans JP", sans-serif;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-top-mv-texts__copy {
    font-size: 2em;
  }
}
.p-top-policy {
  background: url(../images/policy_bg.jpg) no-repeat center/cover;
  padding-bottom: 8rem;
}
@media screen and (min-width: 744px) {
  .p-top-policy {
    background-image: url(../images/policy_bg@pc.jpg);
  }
}
.p-top-policy__copy {
  color: #00AF92;
  font-family: "Logo Type Gothic", "Noto Sans JP", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .p-top-policy__copy br.sp {
    display: none;
  }
}
.p-top-policy__wrapper {
  display: grid;
  gap: 32px;
  margin-top: 32px;
}
@media screen and (min-width: 744px) {
  .p-top-policy__wrapper {
    margin-top: 48px;
  }
}
.p-top-policy-content {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr;
  padding: 24px;
}
.p-top-policy-content__num {
  color: #00AF92;
  font-family: "Zen Kaku Gothic", "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.68;
}
@media screen and (min-width: 744px) {
  .p-top-policy-content__num {
    font-size: 5rem;
  }
}
.p-top-policy-content__inner {
  display: grid;
  gap: 8px;
  transform: translateY(-0.35em);
}
@media screen and (min-width: 744px) {
  .p-top-policy-content__inner {
    transform: translateY(-0.2em);
  }
}
.p-top-policy-content__title {
  color: #00AF92;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (min-width: 744px) {
  .p-top-policy-content__title br.sp {
    display: none;
  }
}
.p-top-profile__wrapper {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-top-profile__wrapper {
    grid-template-columns: 1fr 35rem;
    gap: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-profile__img {
    margin-inline: auto;
    max-width: 465px;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-top-profile__img {
    order: 1;
  }
}
.p-top-profile-content {
  display: grid;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-top-profile-content {
    grid-template-columns: auto 1fr;
    order: 0;
  }
}
.p-top-profile-content dl {
  border-top: 1px solid #00AF92;
  display: grid;
  gap: 8px;
  padding: 16px;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .p-top-profile-content dl {
    gap: 24px;
    grid-column: span 2;
    grid-template-columns: subgrid;
    padding-inline: 24px;
  }
}
.p-top-profile-content dl:last-child {
  border-bottom: 1px solid #00AF92;
}
.p-top-profile-content dl dt {
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .p-top-profile-content dl dt br.pc {
    display: none;
  }
}
.p-top-instagram .sbi_follow_btn {
  margin: 0;
}
.p-top-instagram .sbi_follow_btn a {
  font-size: 1em !important;
}

.p-privacy h1 {
  font-size: 1.25em;
  font-weight: 700;
}
.p-privacy h2 {
  font-size: 1.125em;
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */