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

* {
  margin: 0;
  padding: 0;
}

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

body {
  min-height: 100dvh;
  line-height: 1.5;
  width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
}

ul, ol {
  list-style: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: bottom;
}

svg {
  vertical-align: bottom;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

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

dl, dt, dd {
  margin: 0;
  padding: 0;
}

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

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

input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  line-height: inherit;
}

em {
  font-style: normal;
  font-weight: bold;
}

hr {
  display: none;
}

form, label, fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

:focus:not(:focus-visible) {
  outline: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  background-color: #FFFFFF;
  font-weight: 500;
  text-autospace: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  margin: 0;
  color: #2B2B2B;
  font-family: "Gen Interface JP", sans-serif;
  line-height: 1.75;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 960px) {
  body {
    line-height: 2;
  }
}

:focus-visible {
  outline: 2px solid #8B1C21;
  outline-offset: 2px;
}

.l-container--primary {
  position: relative;
  z-index: 1;
  width: min(100%, 1230px);
  margin-inline: auto;
}
.l-container--secondary {
  width: min(100%, 915px);
  margin-inline: auto;
}
.l-container--narrow {
  width: min(100%, 990px);
  margin-inline: auto;
}
.l-container--narrow__inner {
  max-width: 42em;
  margin-inline: auto;
}
.l-container--full {
  width: 100%;
}

.l-section {
  position: relative;
}

.l-inner {
  padding-inline: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
}

.l-post {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px);
}
@media screen and (min-width: 960px) {
  .l-post {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-inline: 60px;
  }
}

.l-contents-header {
  display: -ms-grid;
  display: grid;
  row-gap: 30px;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-block: 0;
  padding-inline: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .l-header__inner {
    padding-inline: 0;
  }
}
.l-header__button {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 50;
}
@media screen and (min-width: 960px) {
  .l-header__button {
    top: 42px;
    left: 42px;
  }
}
@media screen and (min-width: 960px) {
  body .l-header__button {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .home .l-header__button {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s, display 0.3s;
    transition: opacity 0.3s, display 0.3s;
    transition-behavior: allow-discrete;
  }
  .home .l-header__button.is-active {
    display: -ms-grid;
    display: grid;
    opacity: 1;
  }
  @starting-style {
    .home .l-header__button.is-active {
      opacity: 0;
    }
  }
}
.l-header__nav {
  position: fixed;
  top: 14px;
  z-index: 30;
  width: 70%;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s, display 0.3s;
  transition: opacity 0.3s, display 0.3s;
  transition-behavior: allow-discrete;
}
.l-header__nav.is-active {
  display: block;
  opacity: 1;
}
@starting-style {
  .l-header__nav.is-active {
    opacity: 0;
  }
}
@media screen and (max-width: 959px) {
  .l-header__nav {
    right: 14px;
  }
}
@media screen and (min-width: 960px) {
  .l-header__nav {
    width: 22.375rem;
    top: 42px;
    left: 42px;
  }
}
.l-header__gmenu {
  display: -ms-grid;
  display: grid;
  row-gap: 3.375rem;
  background-color: #8B1C21;
  padding-block: 4.75rem;
  padding-inline: 1.75rem;
  border-radius: 10px;
  color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .l-header__gmenu {
    padding-top: 7.5rem;
    padding-bottom: 3rem;
    padding-inline: 2.75rem;
    row-gap: 4.25rem;
  }
}
.l-header__gmenu-sns a {
  background-color: #FFFFFF !important;
}
.l-header__gmenu-sns a img {
  -webkit-filter: unset !important;
          filter: unset !important;
}

.l-footer {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) 1fr calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
  grid-template-columns: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) 1fr calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
  background-color: #FFFFFF;
}
@media screen and (min-width: 1280px) {
  .l-footer {
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    align-items: start;
  }
}
.l-footer > * {
  grid-column: 2/-2;
}
.l-footer__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1280px) {
  .l-footer__inner {
    align-items: start;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner > * {
    grid-column: 1/-1;
  }
}
.l-footer__nav {
  display: -ms-grid;
  display: grid;
  row-gap: 1.875rem;
  align-items: start;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-column-align: end;
        justify-self: end;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    row-gap: 4rem;
    -webkit-column-gap: min(6.3775510204vw, 100px);
       -moz-column-gap: min(6.3775510204vw, 100px);
            column-gap: min(6.3775510204vw, 100px);
  }
}
.l-footer__company {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer__company {
    margin-block: 4.5rem 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__company {
    font-size: 0.95rem;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}
.l-footer__company-data dt {
  font-weight: 700;
}
.l-footer__company-data dd {
  font-weight: 400;
}
.l-footer__logo {
  margin-bottom: 1.25rem;
}
.l-footer__logo a {
  display: inline-block;
}
@media (any-hover: hover) {
  .l-footer__logo a {
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  }
  .l-footer__logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__logo img {
    width: 258px;
  }
}
.l-footer__back {
  -ms-grid-row: 2;
  grid-row: 2;
  grid-column: 1/-1;
  display: -ms-grid;
  display: grid;
  justify-items: end;
  padding-right: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-footer__back {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__back {
    padding-right: 45px;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__back {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__back .c-back-to-top {
    translate: 0 calc(-100% + 8px);
  }
}
.l-footer__copyright {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-row-align: end;
      align-self: end;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row-align: end;
        align-self: end;
    margin-bottom: 0;
    translate: 0 -100%;
    font-size: 0.875rem;
  }
}
.l-footer__image {
  -ms-grid-row: 2;
  grid-row: 2;
  grid-column: 1/-1;
  -ms-grid-row-align: end;
      align-self: end;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .l-footer__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    padding-top: 175px;
  }
}
.l-footer__image img {
  width: 100%;
}

.l-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) minmax(calc(100% - (env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) * 2), 1fr) calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
  grid-template-columns: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) minmax(calc(100% - (env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) * 2), 1fr) calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
  padding-top: 77px;
  overflow-x: clip;
}
@media screen and (min-width: 960px) {
  .l-main {
    padding-top: 0px;
  }
}
@media screen and (min-width: 960px) {
  .l-main--lower {
    -ms-grid-columns: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) 240px 1fr calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
    grid-template-columns: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) 240px 1fr calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
  }
}
@media screen and (max-width: 959px) {
  .l-main--lower__sub > * {
    padding: 0 !important;
  }
}
@media screen and (min-width: 960px) {
  .l-main--lower__sub > * {
    height: 100%;
  }
}
.l-main--lower__main {
  padding-top: 50px;
}
@media screen and (min-width: 960px) {
  .l-main--lower__main {
    -ms-grid-column: 3 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 3/4 !important;
    padding-top: 10.4375rem;
    padding-left: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
  }
}
@media screen and (min-width: 960px) {
  .l-main--lower__block {
    margin-inline: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
  }
}
.l-main__header {
  position: fixed;
  top: 30px;
  left: 21px;
  left: clamp(25px, 4.23vw + 9.1px, 70px);
  z-index: 10;
}
@media screen and (min-width: 960px) {
  .l-main__header {
    position: sticky;
    top: 70px;
    margin-top: 70px;
  }
  .home .l-main__header {
    position: absolute;
    top: 0;
  }
}
.l-main__logo img {
  width: clamp(124px, 8.55vw + 91.9px, 174px);
}
@media screen and (max-width: 959px) {
  .l-main__gmenu {
    display: none;
  }
}
.l-main > * {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.l-fullwide {
  margin-inline: calc(50% - 50vw);
  background-color: #FFFFFF;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) minmax(calc(100% - (env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) * 2), 1fr) calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
  grid-template-columns: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) minmax(calc(100% - (env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) * 2), 1fr) calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
}
@media screen and (max-width: 959px) {
  .l-fullwide {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) 1fr calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
    grid-template-columns: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) 1fr calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
  }
}
@media screen and (min-width: 960px) {
  .l-fullwide {
    margin-inline: calc((env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) * -1);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.l-fullwide--right {
  margin-right: calc(50% - 50vw);
}
.l-fullwide > * {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.l-spacer--x-small {
  padding-block: clamp(40px, 2.82vw + 29.4px, 70px) 0;
}
.l-spacer--x-small.l-spacer--both {
  padding-block: clamp(40px, 2.82vw + 29.4px, 70px);
}
.l-spacer--x-small.l-spacer--bottom {
  padding-block: 0 clamp(40px, 2.82vw + 29.4px, 70px);
}
.l-spacer--small {
  padding-block: clamp(70px, 6.57vw + 45.4px, 140px) 0;
}
.l-spacer--small.l-spacer--both {
  padding-block: clamp(70px, 4.69vw + 52.4px, 120px);
}
.l-spacer--small.l-spacer--bottom {
  padding-block: 0 clamp(70px, 4.69vw + 52.4px, 120px);
}
.l-spacer--medium {
  padding-block: clamp(90px, 5.63vw + 68.9px, 150px) 0;
}
.l-spacer--medium.l-spacer--both {
  padding-block: clamp(90px, 5.63vw + 68.9px, 150px);
}
.l-spacer--medium.l-spacer--bottom {
  padding-block: 0 clamp(90px, 5.63vw + 68.9px, 150px);
}
.l-spacer--large {
  padding-block: clamp(130px, 7.51vw + 101.8px, 210px) 0;
}
.l-spacer--large.l-spacer--both {
  padding-block: clamp(130px, 7.51vw + 101.8px, 210px);
}
.l-spacer--large.l-spacer--bottom {
  padding-block: 0 clamp(130px, 7.51vw + 101.8px, 210px);
}
.l-spacer--x-large {
  padding-block: clamp(160px, 8.45vw + 128.3px, 250px) 0;
}
.l-spacer--x-large.l-spacer--both {
  padding-block: clamp(160px, 8.45vw + 128.3px, 250px);
}
.l-spacer--x-large.l-spacer--bottom {
  padding-block: 0 clamp(160px, 8.45vw + 128.3px, 250px);
}
.l-spacer--emhalf {
  padding-block: 0.5em 0;
}
.l-spacer--em1 {
  padding-block: 1em 0;
}
.l-spacer--em2 {
  padding-block: 2em 0;
}
.l-spacer--em3 {
  padding-block: 3em 0;
}

@-webkit-keyframes slide-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes slide-up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scale-in {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-in {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fuwa {
  from {
    translate: 0 0;
  }
  to {
    translate: 0 -15px;
  }
}
@keyframes fuwa {
  from {
    translate: 0 0;
  }
  to {
    translate: 0 -15px;
  }
}
@-webkit-keyframes fuwa--2 {
  from {
    translate: 0 0;
  }
  to {
    translate: -9px -15px;
  }
}
@keyframes fuwa--2 {
  from {
    translate: 0 0;
  }
  to {
    translate: -9px -15px;
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-webkit-keyframes bounce-scale {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  20% {
    scale: 1.1;
  }
  40% {
    opacity: 1;
    scale: 0.9;
  }
  60% {
    opacity: 1;
    scale: 1.03;
  }
  80% {
    opacity: 1;
    scale: 0.97;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes bounce-scale {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  20% {
    scale: 1.1;
  }
  40% {
    opacity: 1;
    scale: 0.9;
  }
  60% {
    opacity: 1;
    scale: 1.03;
  }
  80% {
    opacity: 1;
    scale: 0.97;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
.c-drawer-button {
  width: 51px;
  height: 51px;
  background-color: transparent;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  align-content: center;
  justify-content: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-drawer-button__bar {
  width: 17px;
  height: 1px;
  background-color: #2B2B2B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c-drawer-button__bar:first-child {
  translate: 0 -6px;
}
.c-drawer-button__bar:last-child {
  translate: 0 6px;
}
.c-drawer-button.is-change, .c-drawer-button.is-open {
  background-color: #8B1C21;
}
.c-drawer-button.is-change .c-drawer-button__bar, .c-drawer-button.is-open .c-drawer-button__bar {
  background-color: #FFFFFF;
}
.c-drawer-button.is-open .c-drawer-button__bar {
  width: 20px;
}
.c-drawer-button.is-open .c-drawer-button__bar:first-child {
  translate: 0 1px;
  rotate: -145deg;
}
.c-drawer-button.is-open .c-drawer-button__bar:nth-child(2) {
  opacity: 0;
  rotate: 90deg;
}
.c-drawer-button.is-open .c-drawer-button__bar:last-child {
  translate: 0 -1px;
  rotate: 145deg;
}

.c-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s, display 0.3s;
  transition: opacity 0.3s, display 0.3s;
  transition-behavior: allow-discrete;
}
.c-overlay.is-active {
  display: block;
  opacity: 1;
}
@starting-style {
  .c-overlay.is-active {
    opacity: 0;
  }
}

.c-button, .smb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(20px - (1lh - 1em) / 2) 1.875rem;
  background-color: #8B1C21;
  border: 2px solid #8B1C21;
  color: #FFFFFF;
  border-radius: 100vmax;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  position: relative;
}
.c-button .is-active, .smb-btn .is-active {
  display: block;
}
.c-button .is-hidden, .smb-btn .is-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-button, .smb-btn {
    padding: 1rem 2.5rem;
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .c-button:hover, .smb-btn:hover {
    background-color: #FFFFFF;
    color: #8B1C21;
  }
  .c-button:hover .c-button__arrow, .smb-btn:hover .c-button__arrow {
    translate: 3px 0;
    rotate: -5deg;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .c-button:hover .is-active, .smb-btn:hover .is-active {
    display: none;
  }
  .c-button:hover .is-hidden, .smb-btn:hover .is-hidden {
    display: block;
  }
}
.c-button--ghost {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
@media (any-hover: hover) {
  .c-button--ghost:hover {
    background-color: #FFFFFF;
    border-color: #8B1C21;
    color: #8B1C21;
  }
}
.c-button--secondary {
  background-color: #2B2B2B;
  color: #FFFFFF;
}
.c-button--wide {
  width: min(400px, 100%);
}
.c-button--blank {
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.c-button__icon {
  flex-shrink: 0;
}
.c-button__arrow {
  position: absolute;
  right: -8%;
  top: 35%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.c-button__arrow .is-active {
  display: block;
}
.c-button__arrow .is-hidden {
  display: none;
}

.c-button-wrap--right, .c-button-wrap--center, .c-button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-button-wrap--right, .c-button-wrap--center, .c-button-wrap {
    margin-top: 45px;
  }
}

.c-button-wrap--center {
  justify-content: center;
}
.c-button-wrap--center-right {
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .c-button-wrap--center-right {
    justify-content: flex-end;
  }
}
.c-button-wrap--right {
  justify-content: flex-end;
}
.c-button-wrap--grid {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  justify-items: start;
}

.c-back-to-top {
  width: 70px;
  height: 78px;
  background: url(../img/common/back-to-top.svg) no-repeat left top/contain;
  display: -ms-grid;
  display: grid;
  place-items: end;
}
@media screen and (min-width: 768px) {
  .c-back-to-top {
    width: 79px;
  }
}
.c-back-to-top__image {
  width: 53px;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .c-back-to-top__image {
    width: 59px;
    margin-bottom: -1px;
  }
}
@media (any-hover: hover) {
  .c-back-to-top:hover .c-back-to-top__image {
    -webkit-animation: shake 0.5s infinite;
            animation: shake 0.5s infinite;
  }
}

@media (any-hover: hover) {
  .smb-btn:hover {
    -webkit-filter: none;
            filter: none;
  }
}
.smb-btn-wrapper.is-style-ghost .smb-btn {
  border-width: 2px;
  border-color: #8B1C21;
  color: #8B1C21;
}
@media (any-hover: hover) {
  .smb-btn-wrapper.is-style-ghost .smb-btn:hover {
    background-color: #8B1C21;
    color: #FFFFFF;
  }
}
.smb-btn-box {
  --smb-btn-box--background-color: #f4f4f4 !important;
  --smb-btn-box--padding: clamp(1.25rem, 1.71vw + 0.85rem, 1.875rem) !important;
}
.smb-btn-box__lede {
  font-size: clamp(1.125rem, 0.34vw + 1.04375rem, 1.25rem);
}
.smb-btn-box__note {
  font-size: clamp(0.875rem, 0.17vw + 0.8375rem, 0.9375rem);
}

.c-gmenu-primary {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: -ms-grid;
  display: grid;
  row-gap: 0.375rem;
  margin-top: -0.5em;
}
@media screen and (min-width: 960px) {
  .l-main__gmenu .c-gmenu-primary {
    font-size: 0.875rem;
    padding-block: 1.875rem calc(1.875rem - 0.5em);
  }
}
.c-gmenu-primary__item a {
  display: inline-block;
  padding-block: 0.5em;
  line-height: 1;
}
.c-gmenu-primary__item a[target=_blank] {
  display: inline-flex;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}
.c-gmenu-secondary {
  display: -ms-grid;
  display: grid;
  row-gap: 0.25rem;
  margin-top: -0.5em;
  line-height: 1.4;
}
.c-gmenu-secondary a {
  display: inline-block;
  padding-block: 0.5em;
  line-height: 1;
}
.c-gmenu-secondary a[target=_blank] {
  display: inline-flex;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}
.c-gmenu-secondary a .c-linkline {
  padding-bottom: 2px;
}
.c-gmenu-sns {
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
@media screen and (min-width: 768px) {
  .l-footer__nav .c-gmenu-sns {
    grid-column: 1/-1;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
.c-gmenu-sns__item a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 100vmax;
  background-color: #2B2B2B;
}
@media (any-hover: hover) {
  .c-gmenu-sns__item a {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .c-gmenu-sns__item a:hover {
    background-color: #8B1C21;
  }
}

.c-title {
  display: -ms-grid;
  display: grid;
  row-gap: 0.1em;
}
.c-title__en {
  order: -1;
  font-size: clamp(0.8125rem, 0.85vw + 0.6125rem, 1.125rem);
  font-weight: 700;
  text-transform: uppercase;
  color: #8B1C21;
}
.c-title__text {
  font-size: clamp(35px, 2.56vw + 25.4px, 50px);
  font-weight: 700;
  line-height: 1.3;
}
.c-title__lead {
  color: #8B1C21;
  font-size: clamp(0.875rem, 0.51vw + 0.75625rem, 1.0625rem);
  font-weight: 600;
  text-transform: uppercase;
}
.c-title__lead.u-en {
  font-weight: 700;
}
.c-title__copy {
  font-size: clamp(0.9375rem, 0.85vw + 0.7375rem, 1.25rem);
  font-weight: bold;
  margin-top: 0.5rem;
}
.c-title--white__en {
  color: rgba(255, 255, 255, 0.6);
}
.c-title-header__text {
  font-size: clamp(2.5rem, 4.62vw + 1.41875rem, 4.1875rem);
}
@media screen and (max-width: 375px) {
  .c-title-header__text {
    font-size: 10.1333333333vw;
  }
}
.c-title-header__en {
  font-size: clamp(1.125rem, 0.56vw + 0.99375rem, 1.5rem);
}

.c-section-title {
  font-size: clamp(1.6875rem, 1.22vw + 1.4rem, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.c-section-title--border {
  padding-left: 1em;
  border-left: 3px solid #8B1C21;
}
.c-section-title--underline {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #9D9D9D;
}

.c-content-title {
  font-size: clamp(1rem, 0.51vw + 0.88125rem, 1.125rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.c-site-logo a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (any-hover: hover) {
  .c-site-logo a {
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  }
  .c-site-logo a:hover {
    opacity: 0.7;
  }
}

.c-notice {
  display: flex;
  font-size: 0.875rem;
  margin-block: 0.5em;
}
.c-notice::before {
  content: "※";
}

.c-leadcopy {
  color: #8B1C21;
  font-size: clamp(1.75rem, 1.6vw + 1.375rem, 2.8125rem);
  line-height: 1.3;
  text-indent: -0.5em;
  margin-block: clamp(2.1875rem, 4.27vw + 1.1875rem, 3.75rem) 20px;
}
@media screen and (min-width: 960px) {
  .c-leadcopy {
    margin-bottom: 1rem;
  }
}

.c-label {
  background: url(../img/common/label_balloon.svg) no-repeat left top/contain;
  font-size: 1.1rem;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  position: relative;
  padding: 0.5rem 1.25rem 1.1875rem;
}
.c-label > span {
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 960px) {
  .c-label--large {
    padding-block: 0.8125rem 1.625rem;
    padding-inline: 1.875rem;
    font-size: 1.375rem;
  }
}

.c-linkline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2B2B2B), to(#2B2B2B));
  background-image: linear-gradient(#2B2B2B, #2B2B2B);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s ease-out;
  transition: background-size 0.3s ease-out;
}

@media (any-hover: hover) {
  .c-hover-text:hover .c-linkline {
    background-size: 100% 1px;
  }
}

.c-list--dot > li {
  padding-left: 1em;
  position: relative;
}
.c-list--dot > li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-list--circle > li {
  padding-left: 1em;
  position: relative;
}
.c-list--circle > li::before {
  content: "●";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}

.c-list--num {
  counter-reset: listnum;
}
.c-list--num > li {
  counter-increment: listnum;
  padding-left: 2em;
}
.c-list--num > li::before {
  content: counter(listnum) ".";
  width: 2em;
  margin-left: -2em;
  display: inline-block;
}

.c-list--note > li {
  padding-left: 1em;
  position: relative;
  font-size: 0.8125rem;
}
.c-list--note > li::before {
  content: "※";
  margin-left: -1em;
  display: inline-block;
  width: 1em;
}

.c-list--row-comma > li {
  display: inline;
}
.c-list--row-comma > li:not(:last-child)::after {
  content: "、";
}

.c-list--dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: var(--lwidth, 8em) minmax(0, 1fr);
  grid-template-columns: var(--lwidth, 8em) minmax(0, 1fr);
  gap: var(--gap, 0.5em 1.5em);
}
.c-list--dl--center {
  align-items: center;
}

.c-list--space > li + li {
  margin-top: 1em;
}

.c-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1;
  font-size: 0.8rem;
}
.c-tag span, .c-tag a {
  display: inline-block;
  padding: 0.35em 0.65em;
  background-color: #FFFFFF;
  border-radius: 100vmax;
}
.c-tag span:not(.c-tag--all)::before, .c-tag a:not(.c-tag--all)::before {
  content: "#";
  color: #8B1C21;
  font-weight: 600;
}
.c-tag--noPad span, .c-tag--noPad a {
  padding-inline: 0;
}
.c-tag--gray span, .c-tag--gray a {
  background-color: #F4F4F4;
}
.c-tag.is-current a {
  background-color: #8B1C21;
  color: #FFFFFF;
  pointer-events: none;
}
.c-tag.is-current a::before {
  color: #FFFFFF;
}
@media (any-hover: hover) {
  .c-tag a {
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
  .c-tag a::before {
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
  .c-tag a:hover {
    background-color: #8B1C21;
    color: #FFFFFF;
  }
  .c-tag a:hover::before {
    color: #FFFFFF;
  }
}

.c-loading {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.is-loaded .c-loading {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-loading__spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #C7C7C7;
  border-top-color: #8B1C21;
  border-radius: 50%;
  -webkit-animation: rotate 0.8s linear infinite;
          animation: rotate 0.8s linear infinite;
}

.c-pagination {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 959px) {
  .c-pagination {
    row-gap: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .c-pagination {
    -ms-grid-columns: minmax(-webkit-max-content, 1fr) auto minmax(-webkit-max-content, 1fr);
    -ms-grid-columns: minmax(max-content, 1fr) auto minmax(max-content, 1fr);
    grid-template-columns: minmax(-webkit-max-content, 1fr) auto minmax(-webkit-max-content, 1fr);
    grid-template-columns: minmax(max-content, 1fr) auto minmax(max-content, 1fr);
    align-items: center;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-block: 80px;
  }
}
.c-pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em;
}
@media (any-hover: hover) {
  .c-pagination__list .page-numbers {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
  }
  .c-pagination__list .page-numbers:hover {
    color: #8B1C21;
  }
}
.c-pagination__item {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
.c-pagination__item span, .c-pagination__item a {
  display: inline-block;
  padding-inline: 0.25em;
  line-height: 2.3;
}
.c-pagination__item .current {
  color: #8B1C21;
}
.c-pagination__item a {
  color: #9D9D9D;
}
.c-pagination__pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 960px) {
  .c-pagination__pager {
    display: contents;
  }
}
@media screen and (min-width: 960px) {
  .c-pagination__prev {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
@media screen and (max-width: 959px) {
  .c-pagination__prev:not(:has(a)) {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .c-pagination__next {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@media screen and (max-width: 959px) {
  .c-pagination__next:not(:has(a)) {
    display: none;
  }
}

.c-post-pagination {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  margin-block: 50px;
  padding-top: 1.5em;
  border-top: 1px solid #9D9D9D;
}
@media screen and (min-width: 768px) {
  .c-post-pagination {
    margin-block: 80px;
  }
}
.c-post-pagination__prev, .c-post-pagination__next {
  max-width: 45%;
}
@media (any-hover: hover) {
  .c-post-pagination a {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
  }
  .c-post-pagination a:hover {
    color: #8B1C21;
  }
}

.c-mainvisual {
  padding-top: 220px;
  position: relative;
  width: 100%;
  height: calc(100svh - 77px);
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .c-mainvisual {
    height: 100svh;
  }
}
.c-mainvisual img {
  max-width: none;
}
.c-mainvisual__img {
  position: fixed;
  top: 77px;
  right: 0;
  z-index: -1;
  background-color: #E3F4F9;
  border-top-left-radius: 50px;
  width: calc(100% - clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
  height: calc(100svh - 100px);
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .c-mainvisual__img {
    width: calc(100% - 26.7857142857vw);
    height: calc(100svh - 77px - 70px);
  }
}
.c-mainvisual__keyvisual {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border-top-left-radius: 50px;
}
.c-mainvisual__cloud-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: clamp(246px, 40vw + 96px, 480px);
  height: 100vh;
  z-index: 1;
  overflow-x: hidden;
}
@media screen and (max-width: 959px) {
  .c-mainvisual__cloud-bottom {
    top: calc(100svh - max(380px, 47vh)) !important;
  }
}
@media screen and (min-width: 960px) {
  .c-mainvisual__cloud-bottom {
    position: fixed;
    width: calc(100% - 24.2346938776vw);
    top: calc(100svh - 380px - 70px - 77px);
    overflow-y: clip;
  }
  .c-mainvisual__cloud-bottom.is-scroll {
    position: absolute;
  }
}
.c-mainvisual__cloud-bottom picture, .c-mainvisual__cloud-bottom img {
  height: 100%;
}
.c-mainvisual__cloud-bottom img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  translate: 10px 0;
}
.c-mainvisual__cloud-left {
  width: clamp(140px, 8.55vw + 107.9px, 190px);
  position: absolute;
  top: 14vh;
  left: -10vw;
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .c-mainvisual__cloud-left {
    left: auto;
    right: calc(100% - 31.887755102vw);
  }
}
.c-mainvisual__cloud-left.is-active {
  -webkit-animation: fuwa 0.8s linear infinite alternate, bounce-scale 0.5s forwards;
          animation: fuwa 0.8s linear infinite alternate, bounce-scale 0.5s forwards;
}
.c-mainvisual__cloud-right {
  width: clamp(100px, 19.49vw + 26.9px, 214px);
  position: absolute;
  top: 7vh;
  right: 0;
  opacity: 0;
}
.c-mainvisual__cloud-right.is-active {
  -webkit-animation: fuwa 0.8s 0.5s linear infinite alternate, bounce-scale 0.5s forwards;
          animation: fuwa 0.8s 0.5s linear infinite alternate, bounce-scale 0.5s forwards;
}

.c-maincopy {
  position: absolute;
  left: clamp(25px, 4.23vw + 9.1px, 70px);
  bottom: 10px;
  z-index: 20;
}
@media screen and (min-width: 960px) {
  .c-maincopy {
    bottom: 70px;
  }
}
.c-maincopy__main {
  width: clamp(215px, 18.12vw + 147px, 408px);
}
.c-maincopy__sub {
  line-height: 1;
  font-size: clamp(17px, 1.79vw + 10.3px, 27.5px);
  font-weight: 600;
  margin-top: 1em;
}

.c-logo-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: clamp(118px, 11.64vw + 74.3px, 242px);
}
.c-logo-carousel__track {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: logo-loop-scroll 15s linear infinite;
          animation: logo-loop-scroll 15s linear infinite;
}
.c-logo-carousel__slide {
  position: relative;
  flex-shrink: 0;
  width: clamp(680px, 67.61vw + 426.5px, 1400px);
  height: clamp(118px, 11.64vw + 74.3px, 242px);
  background-size: clamp(680px, 67.61vw + 426.5px, 1400px) clamp(118px, 11.64vw + 74.3px, 242px);
  background-repeat: repeat-x;
  background-position: 0 0;
}
.c-logo-carousel__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.c-logo-carousel__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% + clamp(50px, 4.69vw + 32.4px, 100px));
  width: calc((clamp(680px, 67.61vw + 426.5px, 1400px) + clamp(50px, 4.69vw + 32.4px, 100px)) * 4);
  height: 100%;
  background-image: inherit;
  background-size: clamp(680px, 67.61vw + 426.5px, 1400px) clamp(118px, 11.64vw + 74.3px, 242px);
  background-repeat: repeat-x;
  background-position: 0 0;
}
@-webkit-keyframes logo-loop-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc((clamp(680px, 67.61vw + 426.5px, 1400px) + clamp(50px, 4.69vw + 32.4px, 100px)) * -1));
            transform: translateX(calc((clamp(680px, 67.61vw + 426.5px, 1400px) + clamp(50px, 4.69vw + 32.4px, 100px)) * -1));
  }
}
@keyframes logo-loop-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc((clamp(680px, 67.61vw + 426.5px, 1400px) + clamp(50px, 4.69vw + 32.4px, 100px)) * -1));
            transform: translateX(calc((clamp(680px, 67.61vw + 426.5px, 1400px) + clamp(50px, 4.69vw + 32.4px, 100px)) * -1));
  }
}

.c-photo-carousel {
  width: 100%;
  overflow: hidden;
}
.c-photo-carousel__track {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: photo-loop-scroll 60s linear infinite;
          animation: photo-loop-scroll 60s linear infinite;
}
.c-photo-carousel__slide {
  flex-shrink: 0;
  width: clamp(335px, 32.11vw + 214.6px, 677px);
  height: clamp(247px, 23.76vw + 157.9px, 500px);
  margin-right: clamp(7.5px, 0.7vw + 4.9px, 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.c-photo-carousel__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(7.5px, 0.7vw + 4.9px, 15px);
}
@-webkit-keyframes photo-loop-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc((clamp(335px, 32.11vw + 214.6px, 677px) + clamp(7.5px, 0.7vw + 4.9px, 15px)) * -6));
            transform: translateX(calc((clamp(335px, 32.11vw + 214.6px, 677px) + clamp(7.5px, 0.7vw + 4.9px, 15px)) * -6));
  }
}
@keyframes photo-loop-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc((clamp(335px, 32.11vw + 214.6px, 677px) + clamp(7.5px, 0.7vw + 4.9px, 15px)) * -6));
            transform: translateX(calc((clamp(335px, 32.11vw + 214.6px, 677px) + clamp(7.5px, 0.7vw + 4.9px, 15px)) * -6));
  }
}
.c-photo-carousel__illust {
  position: relative;
}
.c-photo-carousel__illust-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-photo-carousel__illust {
  position: absolute;
  bottom: -3.25rem;
  z-index: 1;
  max-block-size: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.c-photo-carousel__illust--1 {
  position: relative;
  left: 0;
  width: clamp(86px, 6.19vw + 62.8px, 142px);
}
@media screen and (min-width: 1280px) {
  .c-photo-carousel__illust--1 {
    left: -29px;
  }
}
.c-photo-carousel__illust--1.is-active {
  -webkit-animation: bounce-scale 0.5s 0.1s forwards;
          animation: bounce-scale 0.5s 0.1s forwards;
}
.c-photo-carousel__illust--2 {
  left: 140px;
  width: clamp(108px, 7.73vw + 79px, 178px);
}
.c-photo-carousel__illust--2.is-active {
  -webkit-animation: bounce-scale 0.5s forwards;
          animation: bounce-scale 0.5s forwards;
}
.c-photo-carousel__illust--3 {
  left: calc(11.49vw + 262.9px);
  width: clamp(60px, 4.2vw + 44.2px, 98px);
}
@media screen and (max-width: 519px) {
  .c-photo-carousel__illust--3 {
    left: auto;
    right: 9px;
  }
}
.c-photo-carousel__illust--3.is-active {
  -webkit-animation: bounce-scale 0.5s 0.1s forwards;
          animation: bounce-scale 0.5s 0.1s forwards;
}
.c-photo-carousel__illust--4 {
  right: 0;
  width: clamp(108px, 7.73vw + 79px, 178px);
}
@media screen and (min-width: 1280px) {
  .c-photo-carousel__illust--4 {
    right: -24px;
  }
}
.c-photo-carousel__illust--4.is-active {
  -webkit-animation: bounce-scale 0.5s 0.2s forwards;
          animation: bounce-scale 0.5s 0.2s forwards;
}
.c-photo-carousel__illust--5 {
  left: -18px;
}
.c-photo-carousel__illust--6 {
  left: 80px;
}
.c-photo-carousel__illust--7 {
  right: -13px;
}

.c-pagelink {
  margin-top: clamp(35px, 5.98vw + 12.6px, 70px);
  padding-bottom: 1rem;
  border-bottom: 1px solid #C7C7C7;
}
.c-pagelink__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em clamp(1.25rem, 3.05vw + 0.5375rem, 2rem);
}
.c-pagelink__item {
  font-size: clamp(0.875rem, 0.51vw + 0.75625rem, 1rem);
}
.c-pagelink__item a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  line-height: 2.3;
}
.c-pagelink__item a span, .c-pagelink__item a::before, .c-pagelink__item a::after {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.c-pagelink__item a span {
  font-weight: 600;
}
.c-pagelink__item a::before, .c-pagelink__item a::after {
  content: "";
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-column-align: center;
      justify-self: center;
  width: 1.125rem;
  height: 1.125rem;
}
.c-pagelink__item a::before {
  border-radius: 100vmax;
  background-color: #8B1C21;
}
.c-pagelink__item a::after {
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  width: 0.35rem;
  height: 0.35rem;
  rotate: -45deg;
  translate: 0 -0.1em;
}
@media (any-hover: hover) {
  .c-pagelink__item {
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  }
  .c-pagelink__item:hover {
    opacity: 0.7;
  }
}

.c-card {
  position: relative;
}
.c-card__label {
  position: absolute;
  top: -0.875rem;
  left: -0.875rem;
  z-index: 1;
}
.c-card__anchor {
  display: -ms-grid;
  display: grid;
  row-gap: clamp(10px, 1.41vw + 4.7px, 25px);
}
.c-card__image {
  border-radius: 10px;
  overflow: hidden;
}
.c-card__image img {
  width: 100%;
  aspect-ratio: var(--card-ratio, 16/10);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.c-card--border .c-card__image img {
  border: none;
}
.c-card__date {
  color: #9D9D9D;
  line-height: 1.5;
  font-size: 0.75rem;
  margin-block: 0 0.25rem;
}
.c-card__title {
  line-height: 1.4;
  font-size: 1.2857142857rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-card__title {
    font-size: 1.25rem;
  }
}
.c-card__text {
  font-size: clamp(0.875rem, 0.34vw + 0.79375rem, 1rem);
  line-height: 1.6;
  letter-spacing: 0;
  text-align: justify;
  margin-top: 1.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.c-card__terms {
  margin-top: 1rem;
}
.c-card--border {
  background-color: #FFFFFF;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}
.c-card--border__image {
  border: none;
}
.c-card--border__inner {
  position: relative;
  padding: 1.875rem;
}
.c-card--border__head .c-title__lead {
  margin-bottom: 0.25rem;
  line-height: 1.8;
}
.c-card--border__title {
  font-size: clamp(24px, 0.38vw + 22.6px, 28px);
}
.c-card--horizontal {
  padding-bottom: 1.25rem;
}
.c-card--horizontal:not(:last-child) {
  border-bottom: 1px solid #C7C7C7;
}
.c-card--horizontal:not(:first-child) {
  margin-top: 1.25rem;
}
.c-card--horizontal__anchor {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: clamp(86px, 18.4vw + 17px, 282px) 1fr;
  grid-template-columns: clamp(86px, 18.4vw + 17px, 282px) 1fr;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .c-card--horizontal__image img {
    aspect-ratio: 1/1;
  }
}
.c-card--horizontal__date {
  font-size: clamp(0.6875rem, 0.34vw + 0.60625rem, 0.8125rem);
}
.c-card--horizontal__title {
  font-size: clamp(0.875rem, 1.03vw + 0.63125rem, 1.5625rem);
}

@media (any-hover: hover) {
  .c-hover-image:hover .c-scaleimg {
    scale: 1.1;
  }
}

.wp-block-list {
  list-style: revert;
  margin-left: 1em;
}
.wp-block-list li {
  list-style: unset;
}

@media (min-width: 320px) {
  .smb-price-menu > .smb-price-menu__item {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
  }
}
.smb-price-menu__item {
  font-family: 600;
}
@media (min-width: 320px) {
  .smb-price-menu__item__price {
    flex: 0 0 auto;
  }
}

.smb-faq {
  border: none;
}
.smb-faq__item {
  border: none;
  padding-block: 2.1875rem;
}
.smb-faq__item__question {
  align-items: center;
}
.smb-faq__item__question__label {
  line-height: 1;
  font-size: clamp(1.6875rem, 1.37vw + 1.36875rem, 2.1875rem);
  font-weight: 600;
}
.smb-faq__item__question__body {
  font-size: clamp(1.125rem, 0.34vw + 1.04375rem, 1.25rem);
  font-weight: 600;
}
.smb-faq__item__answer__label {
  color: #8B1C21;
  font-size: clamp(1.6875rem, 1.37vw + 1.36875rem, 2.1875rem);
  font-weight: 600;
}
.smb-faq__item__answer__body {
  font-size: clamp(1.125rem, 0.34vw + 1.04375rem, 1.25rem);
}

.smb-step__item__title {
  font-size: clamp(1rem, 0.68vw + 0.8375rem, 1.25rem);
}
.smb-step__item__number {
  background-color: #8B1C21;
  font-size: clamp(0.875rem, 1.03vw + 0.63125rem, 1.25rem);
  font-weight: 600;
}

.smb-accordion__item {
  background-color: #F4F4F4;
  border-radius: clamp(5px, 1.71vw - 1.4px, 15px);
}
.smb-accordion__item__title {
  background-color: transparent;
  padding: 1em 1.5em;
}
.smb-accordion__item__body {
  padding: 0.5em 1.5em 1em;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  padding: 1rem 1.25rem;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
  color: #8B1C21;
  font-size: clamp(0.875rem, 0.34vw + 0.79375rem, 1rem);
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  font-size: clamp(0.8125rem, 0.17vw + 0.775rem, 0.875rem);
}
.wp-block-flexible-table-block-table figcaption {
  font-size: clamp(0.8125rem, 0.17vw + 0.775rem, 0.875rem);
}

.c-bird--01.is-active {
  -webkit-animation: fuwa 0.8s linear infinite alternate, bounce-scale 0.5s forwards;
          animation: fuwa 0.8s linear infinite alternate, bounce-scale 0.5s forwards;
}

.c-bird--02.is-active {
  -webkit-animation: fuwa 0.8s 0.5s linear infinite alternate, bounce-scale 0.5s 0.1s forwards;
          animation: fuwa 0.8s 0.5s linear infinite alternate, bounce-scale 0.5s 0.1s forwards;
}

.p-post-head {
  margin-bottom: 1.5rem;
}
.p-post-head__date {
  color: #9D9D9D;
  font-size: clamp(14px, 1.03vw + 10.1px, 20px);
  line-height: 1;
  margin-bottom: 1em;
}
.p-post-head__title {
  font-size: clamp(21px, 3.93vw + 6.3px, 44px);
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #C7C7C7;
}
.p-post-head__terms {
  margin-top: 1em;
}
.p-post-body {
  border-bottom: 1px solid #C7C7C7;
  font-size: clamp(0.875rem, 0.34vw + 0.79375rem, 1rem);
}
.p-post-body a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-post-body a:hover {
    text-decoration: none;
  }
}
.p-post-body h2, .p-post-body h3, .p-post-body h4, .p-post-body h5 {
  font-weight: 600;
}
.p-post-body .interview-intro {
  margin-block: 4rem;
}
.p-post-body .interviewer {
  color: #707070;
  padding-block: 1.5em;
  font-weight: 600;
}
.p-post-body .interviewer::before {
  content: "——";
  display: inline-block;
  margin-right: 1em;
}
.p-post-body .interviewee {
  align-items: flex-start;
  gap: 1rem;
  padding-block: 1.5em;
}
.p-post-body .interviewee__name {
  width: 4rem;
  flex-shrink: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-post-body .interviewee__name {
    width: 5.2rem;
  }
}
.p-post-body .interviewee__content {
  flex: 1;
}
.p-post-body .member {
  margin-block: 15px;
  padding-block: clamp(25px, 0.85vw + 21.8px, 30px);
  padding-inline: clamp(15px, 5.64vw - 6.2px, 48px);
  background-color: #F4F4F4;
  border-radius: 15px;
  align-items: flex-start;
}
.p-post-body .member__image {
  width: clamp(70px, 9.06vw + 36px, 123px);
  flex-shrink: 0;
}
.p-post-body .member__image img {
  border-radius: 100vmax;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-post-body .member__name {
  font-weight: 700;
  font-size: clamp(0.9375rem, 0.19vw + 0.89375rem, 1.0625rem);
}
.p-post-body .member__text {
  font-size: clamp(0.875rem, 0.09vw + 0.85625rem, 0.9375rem);
}
.p-post-credit {
  margin-block: clamp(1.5rem, 4vw, 3.5rem);
}
.p-post__list {
  display: -ms-grid;
  display: grid;
  row-gap: clamp(40px, 5.13vw + 20.8px, 70px);
}
@media screen and (min-width: 768px) {
  .p-post__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}
.p-post-related__title {
  font-size: clamp(35px, 0.85vw + 31.8px, 40px);
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 960px) {
  .p-post-related__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-post-index__taglist {
  margin-top: clamp(1.75rem, 5.47vw + 0.46875rem, 3.75rem);
  padding-bottom: clamp(1.25rem, 2.05vw + 0.76875rem, 2rem);
  border-bottom: 1px solid #C7C7C7;
}
.p-post-index__title {
  font-size: clamp(1.75rem, 1.2vw + 1.46875rem, 2.1875rem);
  margin-top: clamp(1.875rem, 5.13vw + 0.675rem, 3.75rem);
}

.p-topic {
  position: fixed;
  right: clamp(25px, 4.23vw + 9.1px, 70px);
  bottom: 70px;
  z-index: 20;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 959px) {
  .p-topic {
    display: none;
  }
}
.p-topic.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.p-topic__label {
  margin-bottom: 2px;
  padding: 0;
  translate: -9px 0;
  background: none;
}
.p-topic__anchor {
  display: -ms-grid;
  display: grid;
  align-items: start;
  -ms-grid-columns: 67px 1fr;
  grid-template-columns: 67px 1fr;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  width: 267px;
}
@media (any-hover: hover) {
  .p-topic__anchor:hover .p-topic__image img {
    scale: 1.1;
  }
}
.p-topic__image {
  border-radius: 10px;
  overflow: hidden;
}
.p-topic__image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.p-topic__date {
  font-size: 0.6875rem;
  margin-top: calc((1em - 1lh) / 2);
}
.p-topic__title {
  font-size: 0.8125rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.p-topic__terms {
  margin-top: 0.25rem;
}
.p-topic__terms .c-tag {
  padding-inline: 0;
  background: transparent;
  font-size: 0.6875rem;
}

.p-top-main {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  overflow-x: clip;
}
.p-top-main > * {
  grid-column: 1/-1;
}

.p-top-contents {
  background-color: #FFFFFF;
}

.p-top-drawer-button {
  position: sticky;
  top: 42px;
  left: 42px;
  z-index: 50;
}
@media screen and (max-width: 959px) {
  .p-top-drawer-button {
    display: none;
  }
}

.p-top-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) 1fr calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
  grid-template-columns: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) 1fr calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.p-top-section > * {
  -ms-grid-column: 2;
  grid-column: 2;
}

.p-intro {
  display: -ms-grid;
  display: grid;
  row-gap: 2rem;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-intro {
    background-color: transparent;
  }
}
.p-intro__text {
  font-size: clamp(1rem, 0.56vw + 0.86875rem, 1.375rem);
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .p-intro__text {
    line-height: 2.4;
  }
}
.p-intro .c-bird--01,
.p-intro .c-bird--02 {
  position: absolute;
  opacity: 0;
}
.p-intro .c-bird--01 {
  top: clamp(60px, 10.26vw + 21.5px, 120px);
  right: 19.7333333333vw;
  width: clamp(36px, 6.62vw + 11.2px, 62px);
}
.p-intro .c-bird--02 {
  top: clamp(100px, 10.26vw + 61.5px, 160px);
  right: 6.1333333333vw;
  width: clamp(40px, 7.89vw + 10.4px, 71px);
}

.p-top-business {
  position: relative;
  padding-bottom: clamp(110px, 4.51vw + 93.1px, 158px);
}
@media screen and (min-width: 960px) {
  .p-top-business {
    margin-top: -90px;
  }
}
.p-top-business__list {
  display: -ms-grid;
  display: grid;
  row-gap: 3.5rem;
}
@media screen and (min-width: 960px) {
  .p-top-business__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: min(1.9132653061vw, 30px);
       -moz-column-gap: min(1.9132653061vw, 30px);
            column-gap: min(1.9132653061vw, 30px);
  }
}
.p-top-business-item {
  counter-increment: count;
  position: relative;
}
.p-top-business-item::before {
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  color: #e9e9e9;
  font-family: Montserrat, sans-serif;
  font-size: clamp(45px, 2.56vw + 35.4px, 60px);
  font-weight: bold;
  line-height: 0.75;
  translate: 0 -100%;
}
.p-top-business__illust {
  position: absolute;
  top: var(--illust-pos-top);
  right: var(--illust-pos-right);
  opacity: 0;
}
.p-top-business__illust.is-active {
  -webkit-animation: bounce-scale 0.5s 0.5s forwards;
          animation: bounce-scale 0.5s 0.5s forwards;
}
.p-top-business .c-bird--01,
.p-top-business .c-bird--02 {
  position: absolute;
  opacity: 0;
}
.p-top-business .c-bird--01 {
  top: -20px;
  right: 34.4387755102vw;
  width: clamp(36px, 6.62vw + 11.2px, 62px);
}
.p-top-business .c-bird--02 {
  top: 60px;
  right: 25.2551020408vw;
  width: clamp(40px, 7.89vw + 10.4px, 71px);
}
.p-top-business__carousel {
  grid-column: 1/-1;
  position: absolute;
  width: 100%;
  bottom: clamp(100px, -0.94vw + 113.5px, 110px);
  z-index: -1;
}

.p-top-news__inner {
  grid-column: 1/-1;
  background-color: #F4F4F4;
  border-top-left-radius: clamp(30px, 4.69vw + 12.4px, 80px);
  border-top-right-radius: clamp(30px, 4.69vw + 12.4px, 80px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-news__tag-list .c-tag {
    font-size: 1.125rem;
  }
}
.p-top-news__list {
  display: -ms-grid;
  display: grid;
  align-items: start;
}
@media screen and (max-width: 959px) {
  .p-top-news__list {
    row-gap: 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  .p-top-news__list {
    -ms-grid-columns: calc(545px / 1230px * 100%) 1fr;
    grid-template-columns: calc(545px / 1230px * 100%) 1fr;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }
}
@media screen and (max-width: 959px) {
  .p-top-news__block {
    display: contents;
  }
}
@media screen and (min-width: 960px) {
  .p-top-news .c-card:not(.p-top-news .c-card--latest) {
    -ms-grid-column: 2;
    grid-column: 2;
    padding-bottom: 1.875rem;
  }
  .p-top-news .c-card:not(.p-top-news .c-card--latest):not(:last-child) {
    border-bottom: 1px solid #C7C7C7;
  }
  .p-top-news .c-card:not(.p-top-news .c-card--latest):not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 960px) {
  .p-top-news .c-card__anchor:not(.p-top-news .c-card--latest__anchor) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 154px 1fr;
    grid-template-columns: 154px 1fr;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    align-items: start;
  }
}
@media screen and (min-width: 960px) {
  .p-top-news .c-card__image img {
    --card-ratio: 154 / 111;
  }
}
@media screen and (min-width: 960px) {
  .p-top-news .c-card--latest {
    grid-row: 1/-1;
  }
  .p-top-news .c-card--latest .c-card__image img {
    --card-ratio: 545 / 358;
    --card-ratio: 3 / 2;
  }
  .p-top-news .c-card--latest .c-card__date {
    font-size: 1rem;
  }
  .p-top-news .c-card--latest .c-card__title {
    font-size: 1.5rem;
  }
  .p-top-news .c-card--latest .c-tag {
    font-size: 1rem;
  }
}
.p-top-news .c-bird--01,
.p-top-news .c-bird--02 {
  position: absolute;
  opacity: 0;
}
.p-top-news .c-bird--01 {
  top: clamp(-35px, 12.31vw - 81.2px, 37px);
  right: 28.2666666667vw;
  width: clamp(50px, 6.36vw + 26.1px, 75px);
}
@media screen and (min-width: 960px) {
  .p-top-news .c-bird--01 {
    right: 21.0459183673vw;
  }
}
.p-top-news .c-bird--02 {
  top: clamp(19px, 22.74vw - 66.3px, 152px);
  right: 8.2666666667vw;
  width: clamp(40px, 7.89vw + 10.4px, 71px);
}
@media screen and (min-width: 960px) {
  .p-top-news .c-bird--02 {
    right: 11.2882653061vw;
  }
}

.p-top-recruit {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(100px, 6.57vw + 75.4px, 170px);
}
.p-top-recruit__body {
  margin-top: -7rem;
}
@media screen and (min-width: 960px) {
  .p-top-recruit__body {
    position: absolute;
    top: min(100px, 6.3775510204vw);
    left: 0;
    right: 0;
    margin-top: 0;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
.p-top-recruit__illust {
  position: absolute;
  bottom: -3.25rem;
  z-index: 1;
  max-block-size: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.p-top-recruit__illust--1 {
  position: relative;
  left: 0;
  width: clamp(86px, 6.19vw + 62.8px, 142px);
}
@media screen and (min-width: 1280px) {
  .p-top-recruit__illust--1 {
    left: -29px;
  }
}
.p-top-recruit__illust--1.is-active {
  -webkit-animation: bounce-scale 0.5s 0.1s forwards;
          animation: bounce-scale 0.5s 0.1s forwards;
}
.p-top-recruit__illust--2 {
  left: 140px;
  width: clamp(108px, 7.73vw + 79px, 178px);
}
.p-top-recruit__illust--2.is-active {
  -webkit-animation: bounce-scale 0.5s forwards;
          animation: bounce-scale 0.5s forwards;
}
.p-top-recruit__illust--3 {
  left: clamp(350px, 18.75vw + 170px, 410px);
  width: clamp(60px, 4.2vw + 44.2px, 98px);
}
.p-top-recruit__illust--3.is-active {
  -webkit-animation: bounce-scale 0.5s 0.1s forwards;
          animation: bounce-scale 0.5s 0.1s forwards;
}
.p-top-recruit__illust--4 {
  right: 0;
  width: clamp(108px, 7.73vw + 79px, 178px);
}
@media screen and (min-width: 1280px) {
  .p-top-recruit__illust--4 {
    right: -24px;
  }
}
.p-top-recruit__illust--4.is-active {
  -webkit-animation: bounce-scale 0.5s 0.2s forwards;
          animation: bounce-scale 0.5s 0.2s forwards;
}
.p-top-recruit__illust--5 {
  left: -18px;
}
.p-top-recruit__illust--5.is-active {
  -webkit-animation: bounce-scale 0.5s 0.2s forwards;
          animation: bounce-scale 0.5s 0.2s forwards;
}
.p-top-recruit__illust--6 {
  left: 80px;
}
.p-top-recruit__illust--6.is-active {
  -webkit-animation: bounce-scale 0.5s 0.2s forwards;
          animation: bounce-scale 0.5s 0.2s forwards;
}
.p-top-recruit__illust--7 {
  right: -13px;
}
.p-top-recruit__illust--7.is-active {
  -webkit-animation: bounce-scale 0.5s 0.2s forwards;
          animation: bounce-scale 0.5s 0.2s forwards;
}
.p-top-recruit__carousel {
  grid-column: 1/-1;
  background-color: #F4F4F4;
  position: relative;
}
.p-top-recruit__pc-image--1, .p-top-recruit__pc-image--2 {
  position: absolute;
  left: 0;
  right: 0;
}
.p-top-recruit__pc-image--1 {
  top: 0;
}
.p-top-recruit__pc-image--1 .c-bird--01 {
  position: relative;
  top: -116px;
  left: 122px;
  opacity: 0;
}
.p-top-recruit__pc-image--1 .c-bird--01.is-active {
  -webkit-animation: fuwa 0.8s linear infinite alternate, bounce-scale 0.5s forwards;
          animation: fuwa 0.8s linear infinite alternate, bounce-scale 0.5s forwards;
}
.p-top-recruit__pc-image--1 .c-bird--02 {
  position: absolute;
  top: -21px;
  left: 361px;
  opacity: 0;
}
.p-top-recruit__pc-image--1 .c-bird--02.is-active {
  -webkit-animation: fuwa 0.8s 0.5s linear infinite alternate, bounce-scale 0.5s 0.1s forwards;
          animation: fuwa 0.8s 0.5s linear infinite alternate, bounce-scale 0.5s 0.1s forwards;
}
.p-top-recruit__pc-image--2 {
  bottom: 0;
}
.p-top-recruit__inner {
  background-color: #8B1C21;
  color: #FFFFFF;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  padding: 3.5rem 2.5rem 5.75rem;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  margin-inline: auto 0;
  max-width: 370px;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__inner {
    margin-top: 0;
    margin-left: 0;
    left: calc(50% - 15px);
  }
}
@media screen and (min-width: 1280px) {
  .p-top-recruit__inner {
    max-width: none;
    width: clamp(370px, 50% - 30px, 500px);
  }
}
.p-top-recruit__text {
  margin-block: 1.75rem 2rem;
}

@media screen and (min-width: 960px) {
  .p-contact__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: min(440px, 28.0612244898vw) 1fr;
    grid-template-columns: min(440px, 28.0612244898vw) 1fr;
    -webkit-column-gap: min(5.4209183673vw, 85px);
       -moz-column-gap: min(5.4209183673vw, 85px);
            column-gap: min(5.4209183673vw, 85px);
  }
}
.p-contact__text {
  padding-top: 1.5rem;
}
.p-contact__text p {
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-break: strict;
}
.p-contact__image {
  display: -ms-grid;
  display: grid;
  justify-items: end;
}
.p-contact__image img {
  width: clamp(140px, 11.46vw + 97px, 262px);
}
.p-contact__image img.is-active {
  -webkit-animation: bounce-scale 0.5s forwards;
          animation: bounce-scale 0.5s forwards;
}

.p-404__body {
  padding-block: clamp(3rem, 3.38vw + 2.20625rem, 5.25rem) 0;
}

.p-about {
  margin-inline: auto;
}
@media screen and (max-width: 959px) {
  .p-about {
    max-width: 42em;
  }
}
.p-about .c-bird--01,
.p-about .c-bird--02 {
  position: absolute;
}
.p-about-header {
  position: relative;
}
.p-about-header__bird .c-bird--01 {
  top: -40px;
  right: 64px;
  width: clamp(28px, 2.54vw + 18.5px, 38px);
}
.p-about-header__bird .c-bird--02 {
  top: 0;
  right: 0px;
  width: clamp(32px, 2.8vw + 21.5px, 43px);
}
@media screen and (min-width: 768px) {
  .p-about-header__bird .c-bird--02 {
    right: -39px;
  }
}
.p-about__inner {
  display: -ms-grid;
  display: grid;
  row-gap: clamp(30px, 4.33vw + 13.8px, 47px);
}
.p-about__body {
  font-size: clamp(0.875rem, 0.51vw + 0.75625rem, 1rem);
  /* > p {
    @include mq(tab,max) {
      width: fit-content;
      margin-inline: auto;
    }
  } */
}

@media screen and (min-width: 960px) {
  .p-message__inner {
        grid-template-areas: "head img" "body img";
    -webkit-column-gap: min(104px, 6.6326530612vw);
       -moz-column-gap: min(104px, 6.6326530612vw);
            column-gap: min(104px, 6.6326530612vw);
  }
}
@media screen and (min-width: 960px) {
  .p-message__head {
    grid-area: head;
  }
}
.p-message__body {
  display: contents;
}
@media screen and (min-width: 960px) {
  .p-message__body {
    grid-area: body;
  }
}
.p-message__body p:not(:last-child) {
  margin-bottom: 2em;
}
.p-message__signature {
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .p-message__image {
    grid-area: img;
  }
}
.p-message__image img {
  border-radius: 15px;
}
@media screen and (min-width: 960px) {
  .p-message__image img {
    aspect-ratio: 390/474;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 70%;
       object-position: 70%;
  }
}

@media screen and (min-width: 768px) {
  .p-mission__inner {
    -ms-grid-columns: min(13.3928571429vw, 210px) 1fr;
    grid-template-columns: min(13.3928571429vw, 210px) 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-mission__head {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-mission__head {
    display: contents;
  }
}
.p-mission__head .c-title__lead {
  font-size: clamp(1.125rem, 1.04vw + 0.625rem, 1.5625rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-mission__head .c-title__lead {
    margin-bottom: 1.875rem;
  }
}
.p-mission-title__img {
  width: clamp(324px, 18.97vw + 252.9px, 526px);
}
@media screen and (max-width: 767px) {
  .p-mission-title__img {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-mission__text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin-left: 0;
  }
}
.p-mission__bird .c-bird--01 {
  top: -40px;
  right: 64px;
  width: clamp(37px, 2.54vw + 27.5px, 47px);
}
@media screen and (min-width: 960px) {
  .p-mission__bird .c-bird--01 {
    right: 160px;
  }
}
.p-mission__bird .c-bird--02 {
  top: 0;
  right: 0px;
  width: clamp(32px, 3.05vw + 20.6px, 44px);
}
@media screen and (min-width: 960px) {
  .p-mission__bird .c-bird--02 {
    right: 44px;
  }
}

.p-vision__title {
  font-size: clamp(2rem, 3.1vw + 1.275rem, 4.0625rem) !important;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-vision__title {
    margin-top: -0.15em;
  }
}

.p-about__illust {
  position: absolute;
  top: inherit;
  left: 0;
  width: 100%;
}
.p-about__illust img {
  -o-object-position: 26%;
     object-position: 26%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 406px;
}

.p-business {
  margin-top: 329px;
  margin-inline: calc(50% - 50vw);
  border-radius: clamp(20px, 1.71vw + 13.6px, 30px);
  background-color: #FFFFFF;
}
@media screen and (max-width: 959px) {
  .p-business {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) 1fr calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
    grid-template-columns: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) 1fr calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
  }
}
@media screen and (min-width: 960px) {
  .p-business {
    margin-top: 33vw;
    margin-inline: calc((env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) * -1);
    border-top-right-radius: 0;
  }
}
.p-business > * {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
@media screen and (min-width: 960px) {
  .p-business__block {
    margin-inline: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
  }
}
.p-business__illust {
  position: absolute;
  top: 60px;
  right: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
}
@media screen and (min-width: 768px) {
  .p-business__illust {
    right: calc((env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) * 2);
  }
}
@media screen and (min-width: 960px) {
  .p-business__illust {
    top: min(134px, 8.5459183673vw);
    translate: 18px 0;
  }
}
.p-business__illust img {
  width: clamp(123px, 20.38vw + 46.6px, 340px);
}
@media screen and (max-width: 959px) {
  .p-business__bird {
    display: none;
  }
}
.p-business__bird .c-bird--01 {
  position: absolute;
  top: 50px;
  right: calc((env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) / 2);
  width: 48px;
}
.p-business__body {
  padding-top: clamp(26px, 5.13vw + 6.8px, 56px);
}
.p-business__body > p {
  width: auto;
}
@media screen and (min-width: 960px) {
  .p-business-section {
    margin-inline: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
  }
}
@media screen and (min-width: 960px) {
  .p-business-section__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(0, 915px) 1fr;
    grid-template-columns: 1fr minmax(0, 915px) 1fr;
  }
}
.p-business-section__block {
  grid-column: 2/-1;
  display: -ms-grid;
  display: grid;
  row-gap: 1.875rem;
}
@media screen and (min-width: 960px) {
  .p-business-section__block {
        grid-template-areas: "head img" "body img" "button img";
    -ms-grid-columns: min(420px, 26.7857142857vw) 33px 1fr;
    grid-template-columns: min(420px, 26.7857142857vw) 1fr;
    align-items: start;
    -webkit-column-gap: 33px;
       -moz-column-gap: 33px;
            column-gap: 33px;
    margin-right: calc((env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) * -1);
  }
  .p-business-section__block > .p-message__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-business-section__block > .p-message__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-business-section__block > .p-message__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
.p-business-section__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
@media screen and (min-width: 960px) {
  .p-business-section__head {
    grid-area: head;
    position: relative;
  }
}
.p-business-section__head .c-title__lead {
  color: #2B2B2B;
  font-size: clamp(0.875rem, 0.51vw + 0.75625rem, 1rem);
}
.p-business-section__head .c-section-title {
  font-size: clamp(1.5rem, 1.13vw + 1.2375rem, 2.25rem);
}
@media screen and (min-width: 960px) {
  .p-business-section__number {
    position: absolute;
    top: 0;
    left: 0;
    translate: calc(-100% - 40px) 0;
  }
}
.p-business-section__number img {
  width: clamp(55px, 3.1vw + 43.4px, 88px);
}
@media screen and (max-width: 959px) {
  .p-business-section__image {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 960px) {
  .p-business-section__image {
    grid-area: img;
  }
}
.p-business-section__image img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media screen and (min-width: 960px) {
  .p-business-section__body {
    grid-area: body;
  }
}
@media screen and (min-width: 960px) {
  .p-business-section__button {
    grid-area: button;
  }
}

.p-company {
  background-color: #F4F4F4;
  border-radius: 30px;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 959px) {
  .p-company {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) 1fr calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
    grid-template-columns: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) 1fr calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
  }
}
@media screen and (min-width: 960px) {
  .p-company {
    margin-inline: calc((env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) * -1);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.p-company > * {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.p-company__body {
  margin-top: 2.1875rem;
}
.p-company__data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: clamp(5.25rem, 32.06vw - 2.2625rem, 13.125rem) 1fr;
  grid-template-columns: clamp(5.25rem, 32.06vw - 2.2625rem, 13.125rem) 1fr;
  padding-block: 1em;
  border-bottom: 1px solid #C7C7C7;
}
.p-company__data:first-child {
  padding-top: 0;
}
.p-company__data:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-recruit {
  position: relative;
}
.p-recruit-images__illust {
  position: fixed;
  top: 40px;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-recruit-images__illust {
    top: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-recruit-images__illust {
    width: calc(100% - (env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px) + 240px));
  }
}
.p-recruit-images__cloud {
  position: absolute;
  top: -20.5333333333vw;
  left: calc((env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) * -1);
  right: calc((env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) * -1);
  width: 100vw;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .p-recruit-images__cloud {
    top: -6.25vw;
  }
}
@media screen and (min-width: 960px) {
  .p-recruit-images__cloud {
    top: 0;
    left: 0;
    width: calc(100% + env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
  }
}
.p-recruit-body {
  position: relative;
  z-index: 1;
}
.p-recruit-header {
  position: relative;
  padding-top: 5.3333333333vw;
}
.p-recruit-header__copy {
  margin-block: clamp(2.5rem, 5.13vw + 1.3rem, 4.375rem) 1.6875rem;
}
.p-recruit-header__copy img {
  width: clamp(265px, 15.21vw + 208px, 427px);
}
.p-recruit__carousel {
  grid-column: 1/-1;
  position: relative;
  margin-bottom: clamp(100px, 21.03vw + 21.1px, 324px);
}
.p-recruit__carousel-wrap {
  grid-column: 1/-1;
  background-color: #FFFFFF;
}

@media screen and (max-width: 959px) {
  .p-value {
    margin-inline: calc(50% - 50vw);
  }
}
.p-value__inner {
  grid-column: 1/-1;
  padding-block: clamp(53px, 7.04vw + 26.6px, 128px) 0;
}
.p-value__slider {
  width: 100%;
  padding-top: clamp(2.0625rem, 4.62vw + 0.98125rem, 3.75rem);
}
@media screen and (min-width: 768px) {
  .p-value__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.875rem;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.p-value__item {
  padding: 0.875rem;
  background-color: #8B1C21;
  width: 285px;
  height: auto;
  counter-increment: counter;
}
@media screen and (min-width: 768px) {
  .p-value__item {
    margin-right: 0 !important;
  }
}
.p-value__contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 170px auto 1fr;
  grid-template-rows: 170px auto 1fr;
  background-color: #FFFFFF;
  border-radius: 0.9375rem;
  color: #8B1C21;
  position: relative;
  padding: 1rem;
  padding-right: 0;
  height: 100%;
}
.p-value__contents::before {
  content: counter(counter);
  position: absolute;
  top: 0;
  right: 1rem;
  z-index: 0;
  font-size: 7.5rem;
  font-weight: 700;
  color: rgba(139, 28, 33, 0.15);
}
.p-value__image {
  order: -1;
  -ms-grid-row-align: center;
      align-self: center;
}
.p-value__title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.p-value__text {
  font-size: 0.8125rem;
}

.p-style {
  background-color: #F4F4F4;
  border-radius: 30px;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 959px) {
  .p-style {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) 1fr calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
    grid-template-columns: calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) 1fr calc(env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px));
  }
}
@media screen and (min-width: 960px) {
  .p-style {
    margin-inline: calc((env(safe-area-inset-left) + clamp(1rem, clamp(25px, 4.23vw + 9.1px, 70px), 70px)) * -1);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.p-style > * {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.p-casual {
  background-color: #858585;
  color: #FFFFFF;
  border-radius: clamp(20px, 1.71vw + 13.6px, 30px);
  padding: 2.5rem;
}
.p-casual.is-active {
  background-color: #8B1C21;
}
@media screen and (max-width: 959px) {
  .p-casual {
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .p-casual {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "title button" "text button";
    align-items: center;
  }
  .p-casual > .p-business-section__button {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
}
.p-casual__title {
  font-size: clamp(1.75rem, 1.13vw + 1.4875rem, 2.5rem);
  line-height: 1.35;
  grid-area: title;
}
@media screen and (min-width: 1280px) {
  .p-casual__title br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  :not(.is-active) .p-casual__title br {
    display: none;
  }
}
.p-casual__text {
  margin-top: 1em;
  font-size: clamp(0.875rem, 0.51vw + 0.75625rem, 1rem);
  grid-area: text;
}
@media screen and (max-width: 959px) {
  .is-active .p-casual__text {
    margin-bottom: 1.875rem;
  }
}
.p-casual__button {
  grid-area: button;
}
@media screen and (min-width: 960px){
  .p-message__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-message__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-message__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .p-business-section__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-business-section__block > .p-business-section__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-business-section__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .p-business-section__block > .p-business-section__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .p-business-section__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-business-section__block > .p-business-section__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-business-section__button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-casual__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-casual__text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-casual__button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-casual > .p-casual__button {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
}

@media screen and (min-width: 768px) {
  .u-responsive-sp-visible {
    display: none !important;
  }
}

.u-responsive-sp-hidden {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .u-responsive-sp-hidden {
    display: block !important;
  }
}

@media screen and (min-width: 960px) {
  .u-responsive-tab-visible {
    display: none !important;
  }
}

.u-responsive-tab-hidden {
  display: none !important;
}
@media screen and (min-width: 960px) {
  .u-responsive-tab-hidden {
    display: block !important;
  }
}

.u-screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.u-screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0.5em 1em;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-bold {
  font-weight: 700 !important;
}

.u-red {
  color: #8B1C21;
}

.u-hidden {
  display: none !important;
}

.u-overflow-hidden {
  overflow: hidden !important;
}

.u-flex {
  display: flex;
  flex-wrap: wrap;
}

.u-flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.u-flex-between {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-1 {
  margin-top: 1em !important;
}

.u-mt-2 {
  margin-top: 2em !important;
}

.u-en {
  font-family: Montserrat, sans-serif;
}

.u-upper {
  text-transform: uppercase;
}

.u-fit-center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.u-popup {
  opacity: 0;
}
.u-popup--delay1 {
  --delay: 1.5;
}
.u-popup--delay2 {
  --delay: 2;
}
.u-popup.is-active {
  -webkit-animation: bounce-scale 1s forwards;
          animation: bounce-scale 1s forwards;
  -webkit-animation-delay: calc(var(--delay, 1) * 0.5s);
          animation-delay: calc(var(--delay, 1) * 0.5s);
}

.u-fadein {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.u-fadein.is-active {
  opacity: 1;
}

.u-fadeup {
  opacity: 0;
  translate: 0 20px;
  -webkit-transition: all 0.5s 0.5s ease;
  transition: all 0.5s 0.5s ease;
}
.u-fadeup.is-active {
  opacity: 1;
  translate: 0 0;
}

.u-delay--1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.u-delay--1-5 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.js-scroll-hidden.is-hidden {
  opacity: 0;
}