/* ==========================================================================
  Foundation
========================================================================== */
@media (width < 861px) {
  html,
  body {
    overflow-x: hidden;
  }
}

html {
  color: #0c3064;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(4.347826087vw, 18px);
  font-weight: 500;
}
@media (width < 414px) {
  body {
    font-size: min(4.347826087vw, 18px);
  }
}
@media (861px <= width) {
  body {
    font-size: 1.125rem;
  }
}

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

figure {
  overflow: hidden;
}

button,
input {
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
}

a,
button,
input[type=button],
input[type=submit],
input[type=reset],
*[role=button] {
  display: inline-block;
  cursor: pointer;
}
a[aria-disabled=true], a:disabled,
button[aria-disabled=true],
button:disabled,
input[type=button][aria-disabled=true],
input[type=button]:disabled,
input[type=submit][aria-disabled=true],
input[type=submit]:disabled,
input[type=reset][aria-disabled=true],
input[type=reset]:disabled,
*[role=button][aria-disabled=true],
*[role=button]:disabled {
  cursor: not-allowed;
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  accent-color: #f05194;
}

input:-webkit-autofill {
  -webkit-transition: background 50000s ease-in-out 0s;
  transition: background 50000s ease-in-out 0s;
  animation-name: onAutoFillStart;
}

fieldset,
legend {
  display: contents;
}

strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

i {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
}

details {
  cursor: pointer;
}

:is(header, footer, nav) a {
  white-space: nowrap;
  text-decoration: none;
}

.wp-block-post-content p a {
  word-break: break-all;
}

.clearfix {
  display: block;
}
.clearfix::before, .clearfix::after {
  clear: both;
  display: block;
  content: "";
}

@media (width < 1243px) {
  .only--pc {
    display: none !important;
  }
}

@media (width < 861px) {
  .only--tab {
    display: none !important;
  }
}

@media (861px <= width) {
  .only--sp {
    display: none !important;
  }
}

.text--warning {
  color: #f05194;
}

.text--en {
  font-family: "Roboto", sans-serif;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  word-wrap: normal !important;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: 1em;
  line-height: normal;
  color: #444;
  text-decoration: none;
  background: #ddd;
  clip: auto !important;
  clip-path: none;
}

/* ==========================================================================
  Wrapper
========================================================================== */
.wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100dvh;
  margin-inline: auto;
}

.wrap--lp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 861px;
  min-height: 100dvh;
  padding-top: max(12.077294686vw, 50px);
  margin-inline: auto;
  background: #fff;
}
@media (width < 414px) {
  .wrap--lp {
    padding-top: 3.125rem;
  }
}
@media (861px <= width) {
  .wrap--lp {
    max-width: 414px;
    padding-top: 0;
    box-shadow: 0 0 1.25rem 0 #d89ea8;
  }
}
@media (861px <= width < 1243px) {
  .wrap--lp {
    margin-inline: auto 425px;
  }
}
.wrap--lp:has(.header--scroll) {
  padding-top: 0 !important;
}
.wrap--lp:has(.cv) {
  padding-bottom: max(24.154589372vw, 100px);
}
@media (width < 414px) {
  .wrap--lp:has(.cv) {
    padding-bottom: min(24.154589372vw, 100px);
  }
}
@media (861px <= width) {
  .wrap--lp:has(.cv) {
    padding-bottom: 6.25rem;
  }
}

/* ==========================================================================
  Header
========================================================================== */
.wrap .header .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: max(15.4589371981vw, 64px);
  padding: max(5.7971014493vw, 24px) max(4.8309178744vw, 20px);
}
@media (width < 414px) {
  .wrap .header .container {
    height: 4rem;
    padding: 1.5rem 2rem;
  }
}
@media (861px <= width) {
  .wrap .header .container {
    height: 5rem;
    padding: 1.5rem 2rem;
  }
}

.wrap--lp .header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 555;
  width: 100%;
  max-width: 861px;
  margin-inline: auto;
  overflow-y: hidden;
  color: #0c3064;
  background: #fff;
  border-bottom: max(0.2415458937vw, 1px) solid #e5e5e5;
}
@media (width < 414px) {
  .wrap--lp .header {
    border-width: min(0.2415458937vw, 1px);
  }
}
@media (861px <= width) {
  .wrap--lp .header {
    position: sticky;
    max-width: 414px;
    border-width: 0.0625rem;
  }
  .wrap--lp .header:has(.drawer[aria-hidden=false]) {
    position: fixed;
  }
}
.wrap--lp .header--scroll {
  position: relative !important;
}
.wrap--lp .header__inner {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
  margin-inline: 0;
  display: flex;
  gap: max(5.7971014493vw, 24px);
  align-items: center;
  justify-content: space-between;
  height: max(12.077294686vw, 50px);
  padding: max(1.2077294686vw, 5px) max(2.4154589372vw, 10px) max(1.2077294686vw, 5px) max(4.8309178744vw, 20px);
}
@media (width < 414px) {
  .wrap--lp .header__inner {
    gap: 1.5rem;
    height: 3.125rem;
    padding: 0.3125rem 0.625rem 0.3125rem 1.25rem;
  }
}
@media (861px <= width) {
  .wrap--lp .header__inner {
    gap: 1.5rem;
    height: 3.125rem;
    padding: 0.3125rem 0.625rem 0.3125rem 1.25rem;
  }
}
.wrap--lp .header__brand, .wrap--lp .header__toggle {
  position: relative;
  z-index: 999;
}
.wrap--lp .header__secondary {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 666;
}
.wrap--lp .header__brand .logo a {
  display: inline-block;
  opacity: 1;
  transition: all 0.5s;
}
.wrap--lp .header__brand .logo a:hover, .wrap--lp .header__brand .logo a:focus-visible {
  opacity: 0.5;
}
.wrap--lp .header__brand .logo img {
  width: max(31.4009661836vw, 130px);
}
@media (width < 414px) {
  .wrap--lp .header__brand .logo img {
    width: 8.125rem;
  }
}
@media (861px <= width) {
  .wrap--lp .header__brand .logo img {
    width: 8.125rem;
  }
}

.headerToggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max(9.6618357488vw, 40px);
  height: max(9.6618357488vw, 40px);
  cursor: pointer;
}
@media (width < 414px) {
  .headerToggle {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (861px <= width) {
  .headerToggle {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.headerToggle__line {
  position: relative;
  display: block;
  width: max(5.7971014493vw, 24px);
  height: max(4.347826087vw, 18px);
}
@media (width < 414px) {
  .headerToggle__line {
    width: 1.5rem;
    height: 1.125rem;
  }
}
@media (861px <= width) {
  .headerToggle__line {
    width: 1.5rem;
    height: 1.125rem;
  }
}
.headerToggle__line span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: max(0.4830917874vw, 2px);
  background: #464646;
  border-radius: 100vmax;
  transition: all 0.5s;
  transition-property: transform;
}
@media (width < 414px) {
  .headerToggle__line span {
    height: 0.125rem;
  }
}
@media (861px <= width) {
  .headerToggle__line span {
    height: 0.125rem;
  }
}
.headerToggle__line span:nth-child(1) {
  top: 0;
}
.headerToggle__line span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.headerToggle__line span:nth-child(3) {
  bottom: 0;
}
.headerToggle[aria-expanded=true] .headerToggle__line span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.headerToggle[aria-expanded=true] .headerToggle__line span:nth-child(2) {
  visibility: hidden;
}
.headerToggle[aria-expanded=true] .headerToggle__line span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.drawer__bg, .drawer__body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
}
.drawer__bg {
  z-index: 666;
  background: rgba(0, 0, 0, 0.5);
}
.drawer__body {
  z-index: 777;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: max(12.077294686vw, 50px);
  overflow-y: auto;
  background: #fff;
  transition: all 0.5s;
}
@media (width < 414px) {
  .drawer__body {
    padding-top: 3.125rem;
  }
}
@media (861px <= width) {
  .drawer__body {
    left: 50%;
    padding-top: 3.125rem;
    transform: translateX(-50%);
  }
}
.drawer[aria-hidden=false] .drawer__body {
  pointer-events: auto;
  opacity: 0.9;
}

.drawerNav {
  padding: max(24.154589372vw, 100px) max(4.8309178744vw, 20px) max(9.6618357488vw, 40px);
  font-size: max(4.8309178744vw, 20px);
  font-weight: 700;
}
@media (width < 414px) {
  .drawerNav {
    padding: min(24.154589372vw, 100px) min(4.8309178744vw, 20px) min(9.6618357488vw, 40px);
    font-size: min(4.8309178744vw, 20px);
  }
}
@media (861px <= width) {
  .drawerNav {
    padding: 7.5rem 1.25rem 2.5rem;
    font-size: 1.25rem;
  }
}
.drawerNav__list {
  display: flex;
  flex-direction: column;
  gap: max(11.5942028986vw, 48px);
  align-items: center;
}
@media (width < 414px) {
  .drawerNav__list {
    gap: min(11.5942028986vw, 48px);
  }
}
@media (861px <= width) {
  .drawerNav__list {
    gap: 3rem;
  }
}

/* ==========================================================================
  Footer
========================================================================== */
.footer {
  padding: max(3.8647342995vw, 16px) max(1.9323671498vw, 8px);
  color: #0c3064;
  background: #fff;
}
@media (width < 414px) {
  .footer {
    padding: 1rem 0.5rem;
  }
}
@media (861px <= width) {
  .footer {
    padding: 1rem 0.5rem;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: max(5.7971014493vw, 24px);
  margin-inline: auto;
}
@media (width < 414px) {
  .footer__inner {
    gap: 1.5rem;
  }
}
@media (861px <= width) {
  .footer__inner {
    gap: 1.5rem;
  }
}
.footer__copyright {
  font-size: max(2.8985507246vw, 12px);
  color: #464646;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (width < 414px) {
  .footer__copyright {
    font-size: 0.75rem;
  }
}
@media (861px <= width) {
  .footer__copyright {
    font-size: 0.75rem;
  }
}
.footer__brand {
  text-align: center;
}
.footer__brand .logo {
  display: inline-block;
}
.footer__brand .logo img {
  width: max(48.309178744vw, 200px);
}
@media (width < 414px) {
  .footer__brand .logo img {
    width: 12.5rem;
  }
}
@media (861px <= width) {
  .footer__brand .logo img {
    width: 12.5rem;
  }
}

/* ==========================================================================
  Container
========================================================================== */
.container {
  margin-inline: auto;
}
.container--full {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
  margin-inline: 0;
}
.container--unit {
  display: flex;
  flex-direction: column;
  gap: max(8.6956521739vw, 36px);
  padding-bottom: max(15.4589371981vw, 64px);
}
@media (width < 414px) {
  .container--unit {
    gap: min(8.6956521739vw, 36px);
    padding-bottom: min(15.4589371981vw, 64px);
  }
}
@media (861px <= width) {
  .container--unit {
    gap: 2.25rem;
    padding-bottom: 4.5rem;
  }
}

.cont-queries {
  container-type: inline-size;
}

/* ==========================================================================
  Button
========================================================================== */
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 320px;
  height: max(15.4589371981vw, 64px);
  margin: 0 auto;
  font-size: max(4.347826087vw, 18px);
  font-weight: bold;
  line-height: max(15.4589371981vw, 64px);
  color: #fff;
  text-align: center;
  background: #f05194;
  box-shadow: 0 max(1.4492753623vw, 6px) 0 0 #b76c6c;
  transition: all 0.5s;
  overflow: hidden;
  border-radius: max(2.8985507246vw, 12px);
}
@media (width < 414px) {
  .button {
    border-radius: min(2.8985507246vw, 12px);
  }
}
@media (861px <= width) {
  .button {
    border-radius: 0.75rem;
  }
}
@media (width < 414px) {
  .button {
    height: min(15.4589371981vw, 64px);
    font-size: min(4.347826087vw, 18px);
    line-height: min(15.4589371981vw, 64px);
    box-shadow: 0 min(1.4492753623vw, 6px) 0 0 #b76c6c;
  }
}
@media (861px <= width) {
  .button {
    min-width: 340px;
    height: 4rem;
    font-size: 1.125rem;
    line-height: 4rem;
    box-shadow: 0 0.375rem 0 0 #b76c6c;
  }
}
.button:hover, .button:focus-visible {
  opacity: 0.5;
}
.button[aria-disabled=true], .button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.buttonList {
  padding: 0;
  list-style-type: none;
}
.buttonList--horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: max(3.8647342995vw, 16px);
  align-items: center;
  justify-content: center;
  margin: max(7.729468599vw, 32px) auto 0;
}
@media (width < 414px) {
  .buttonList--horizontal {
    gap: min(4.347826087vw, 18px);
    margin: min(7.729468599vw, 32px) auto 0;
  }
}
@media (861px <= width) {
  .buttonList--horizontal {
    gap: 1.125rem;
    margin: 2rem auto 0;
  }
}
.buttonList--vertical {
  display: flex;
  flex-direction: column;
  gap: max(3.8647342995vw, 16px);
  align-items: center;
  justify-content: center;
  margin: max(7.729468599vw, 32px) auto 0;
}
@media (width < 414px) {
  .buttonList--vertical {
    gap: min(4.347826087vw, 18px);
    margin: min(7.729468599vw, 32px) auto 0;
  }
}
@media (861px <= width) {
  .buttonList--vertical {
    gap: 1.125rem;
    margin: 2rem auto 0;
  }
}

/* ==========================================================================
  Page
========================================================================== */
.decided__header p {
  line-height: 1.8;
}
.decided__header p + p {
  margin-top: 1em;
}
@media (861px <= width) {
  .decided__header p + p {
    margin-top: 2em;
  }
}
.decided__title {
  margin-bottom: max(5.7971014493vw, 24px);
  font-size: max(5.7971014493vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (width < 414px) {
  .decided__title {
    margin-bottom: min(5.7971014493vw, 24px);
    font-size: min(5.7971014493vw, 24px);
  }
}
@media (861px <= width) {
  .decided__title {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
.decided__footer {
  display: flex;
  flex-direction: column;
  gap: max(3.8647342995vw, 16px);
  margin: max(7.729468599vw, 32px) 0;
}
@media (width < 414px) {
  .decided__footer {
    gap: min(3.8647342995vw, 16px);
    margin-block: min(7.729468599vw, 32px);
  }
}
@media (861px <= width) {
  .decided__footer {
    gap: 1rem;
    margin-block: 2rem;
  }
}
.decided__body {
  font-size: max(3.8647342995vw, 16px);
}
@media (width < 414px) {
  .decided__body {
    font-size: min(3.8647342995vw, 16px);
  }
}
@media (861px <= width) {
  .decided__body {
    font-size: 1.125rem;
  }
}
.decided__body p {
  line-height: 1.8;
}
.decided__body p + p {
  margin-top: 1em;
}
@media (861px <= width) {
  .decided__body p + p {
    margin-top: 2em;
  }
}
.decided__tagList {
  display: flex;
  flex-wrap: wrap;
  gap: max(3.3816425121vw, 14px);
}
@media (width < 414px) {
  .decided__tagList {
    gap: min(3.3816425121vw, 14px);
  }
}
@media (861px <= width) {
  .decided__tagList {
    gap: 0.875rem;
  }
}

/* ==========================================================================
  Logo
========================================================================== */
.logo a {
  display: inline-block;
  opacity: 1;
  transition: all 0.5s;
}
.logo a:hover, .logo a:focus-visible {
  opacity: 0.5;
}
.logo img {
  width: max(48.309178744vw, 200px);
}
@media (width < 414px) {
  .logo img {
    width: min(48.309178744vw, 200px);
  }
}
@media (861px <= width) {
  .logo img {
    width: 12.5rem;
  }
}

/* ==========================================================================
  Section
========================================================================== */
.section {
  padding-block: max(11.5942028986vw, 48px);
}
.section .container {
  display: flex;
  flex-direction: column;
  gap: max(11.5942028986vw, 48px);
  width: 96%;
  max-width: 840px;
}
@media (width < 414px) {
  .section {
    padding-block: min(11.5942028986vw, 48px);
  }
  .section .container {
    gap: min(11.5942028986vw, 48px);
  }
}
@media (861px <= width) {
  .section {
    padding-block: 3rem;
  }
  .section .container {
    gap: 3rem;
  }
}/*# sourceMappingURL=style.css.map */