@charset "UTF-8";
/* Scss Document */
/* foundation
------------------------------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

main, article, aside, dialog, figure, picture, footer, header,
hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

strong {
  font-weight: 600;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px #000000 dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  display: block;
}

input[type=submit] {
  cursor: pointer;
}

button {
  cursor: pointer;
  padding: 0;
}

time {
  display: inline-block;
}

sup {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: text-bottom;
}

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

@font-face {
  font-family: "Noto Sans JP";
  src: url("/fonts/NotoSans--Regular.woff2") format("woff2"), url("/fonts/NotoSans--Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/fonts/NotoSans--Bold.woff2") format("woff2"), url("/fonts/NotoSans--Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Big Shoulders";
  src: url("/fonts/BigShoulders--Bold.woff2") format("woff2"), url("/fonts/BigShoulders--Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

html, body {
  color: #000000;
  background-color: #fcfefb;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  background-color: #fcfefb;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s;
  word-break: break-word;
}
a:hover {
  opacity: 0.7;
}
a:focus {
  outline: none;
}
a:focus-visible {
  outline: 2px #3b82f6 solid;
  outline-offset: 2px;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
}
button::placeholder, input::placeholder, select::placeholder, textarea::placeholder {
  color: #666666;
}
button:focus, input:focus, select:focus, textarea:focus {
  outline: none;
}
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px #3b82f6 solid;
  outline-offset: 2px;
}

button {
  transition: opacity 0.2s;
}
button:hover {
  opacity: 0.7;
}

figure, picture {
  line-height: 0;
}
figure img, picture img {
  width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

/* layout
------------------------------------------------------ */
.l-wrapper, .l-wrapper__home {
  width: calc(100% - 6.25rem);
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l-wrapper, .l-wrapper__home {
    width: 100%;
    padding: 0 1.25rem;
  }
}

.l-wrapper__home {
  max-width: 1280px;
}

.l-wrapper {
  max-width: 1200px;
}

.l-header {
  background-color: #fcfefb;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 2.5rem;
  transition: all 0.3s ease;
}
.l-header .l-header__container {
  background-color: #fcfefb;
  position: fixed;
  top: 3.75rem;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1.25rem 2.5rem;
  transition: top 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .l-header .l-header__container {
    top: 0;
    padding: 1rem 1.5rem;
  }
}
.l-header .l-header__container.is-scrolled {
  top: 0;
}
@media screen and (max-width: 1165px) {
  .l-header .l-header__container.is-scrolled {
    top: 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__container.is-scrolled {
    top: 0;
  }
}
.l-header .l-header__container .l-header__container-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header .l-header__container .l-header__container-inner h1 {
  margin: 0;
}
.l-header .l-header__container .l-header__container-inner .l-header__right {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: auto;
}
.l-header .c-header-logo {
  width: 15.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .l-header .c-header-logo {
    width: 12.5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header .c-header-logo {
    width: 9.375rem;
  }
}
.l-header .c-header-logo a {
  line-height: 1;
  width: 15.5rem;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-header .c-header-logo a {
    width: 12.5rem;
  }
}
.l-header .l-header__description-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.625rem;
  gap: 2rem;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .l-header .l-header__description-container {
    display: none;
  }
}
.l-header .l-header__description-container .l-header__description-content {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 1;
}
.l-header .l-header__description-container .l-header__description-content p {
  font-size: 0.75rem;
  margin: 0;
  flex: 1;
}
.l-header .l-header__description-container p {
  font-size: 0.75rem;
  margin: 0 0 0.25rem 0;
}
.l-header .l-header__description-container .l-header__tel--tab {
  text-align: end;
  font-size: 1.25rem;
  line-height: 1;
  margin: 1.25rem 0 0.25rem 0;
}
@media screen and (max-width: 1000px) {
  .l-header .l-header__description-container .l-header__tel--tab {
    display: none;
  }
}
.l-header .l-header__description-container .c-btn--contact {
  height: 3.75rem;
  border-radius: 0 0 0.625rem 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-header .l-header__description-container .c-btn--contact {
    display: none;
  }
}
.l-header .l-header__description-container .c-btn--contact img {
  width: 1.3rem;
  height: auto;
  display: block;
}
.l-header .l-header__tel {
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
}
.l-header .l-header__tel a {
  font-weight: 600;
  font-size: 2.5rem;
  text-decoration: none;
  line-height: 1;
}
.l-header .l-header__container-inner .l-header__nav {
  background-color: #f5f5f5;
  padding: 0.3125rem 0;
  height: 2.5rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1165px) {
  .l-header .l-header__container-inner .l-header__nav {
    display: none;
    position: fixed;
    top: 8.75rem;
    left: 0;
    right: 0;
    background-color: #fcfefb;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    padding: 1.25rem 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1.25rem);
    transition: all 0.3s ease;
    overflow-y: auto;
  }
  .l-header .l-header__container-inner .l-header__nav.active {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 1000;
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__container-inner .l-header__nav {
    top: 4.0625rem;
  }
}
.l-header .l-header__container-inner .l-header__nav .l-header__nav-contact-buttons {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header .l-header__container-inner .l-header__nav .l-header__nav-contact-buttons {
    display: flex;
    gap: 0.75rem;
    padding: 0 1.25rem 1.25rem;
    margin-bottom: 0;
  }
}
.l-header .l-header__container-inner .l-header__nav .l-header__nav-contact-buttons .l-header__nav-contact-tel {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #d90d0d;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
  text-decoration: none;
  flex: 1;
  min-width: 0;
  max-width: 100%;
}
.l-header .l-header__container-inner .l-header__nav .l-header__nav-contact-buttons .l-header__nav-contact-tel:hover {
  background-color: #910909;
}
.l-header .l-header__container-inner .l-header__nav .l-header__nav-contact-buttons .l-header__nav-contact-tel img {
  width: 1.4rem;
  height: 1.45rem;
  display: block;
  flex-shrink: 0;
}
.l-header .l-header__container-inner .l-header__nav .l-header__nav-contact-buttons .l-header__nav-contact-tel .l-header__nav-contact-tel-text {
  display: block;
  color: #fcfefb;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.l-header .l-header__container-inner .l-header__nav .l-header__nav-contact-buttons .l-header__nav-contact-mail {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  background-color: #d90d0d;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
  text-decoration: none;
  flex: 1;
  min-width: 0;
  max-width: 100%;
}
.l-header .l-header__container-inner .l-header__nav .l-header__nav-contact-buttons .l-header__nav-contact-mail:hover {
  background-color: #910909;
}
.l-header .l-header__container-inner .l-header__nav .l-header__nav-contact-buttons .l-header__nav-contact-mail img {
  width: 1.5rem;
  height: 1.4rem;
  display: block;
}
.l-header .l-header__container-inner .l-header__nav .l-header__nav-contact-buttons .l-header__nav-contact-mail .l-header__nav-contact-mail-text {
  display: block;
  color: #fcfefb;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.l-header .l-header__container-inner .l-header__nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 0.625rem;
}
@media screen and (max-width: 1165px) {
  .l-header .l-header__container-inner .l-header__nav ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.l-header .l-header__container-inner .l-header__nav ul li {
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1165px) {
  .l-header .l-header__container-inner .l-header__nav ul li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f5f5f5;
  }
  .l-header .l-header__container-inner .l-header__nav ul li:last-child {
    border-bottom: none;
  }
}
.l-header .l-header__container-inner .l-header__nav ul li a {
  font-weight: 500;
  font-size: 1rem;
  padding: 0 1.25rem;
}
@media screen and (max-width: 1165px) {
  .l-header .l-header__container-inner .l-header__nav ul li a {
    display: block;
    font-weight: 600;
    width: 100%;
    padding: 0.9375rem 3.5rem;
    text-align: left;
    background-color: transparent;
    border-radius: 0;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__container-inner .l-header__nav ul li a {
    font-size: 1rem;
    padding: 0.9375rem 1.25rem;
  }
}
@media screen and (max-width: 1165px) {
  .l-header .l-header__container-inner .l-header__nav ul li a[data-submenu-trigger] {
    padding-right: 3.125rem;
  }
  .l-header .l-header__container-inner .l-header__nav ul li a[data-submenu-trigger]::after {
    content: "";
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 0;
    height: 0;
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid transparent;
    border-top: 0.5rem solid #d90d0d;
    transition: transform 0.3s ease;
  }
  .l-header .l-header__container-inner .l-header__nav ul li a[data-submenu-trigger].is-open::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
.l-header .l-header__container-inner .l-header__nav ul li a:hover {
  color: #fcfefb;
  padding: 0 1.25rem;
  background-color: #d90d0d;
  border-radius: 1.25rem;
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  .l-header .l-header__container-inner .l-header__nav ul li a:hover {
    padding: 0 0.625rem;
  }
}
@media screen and (max-width: 1165px) {
  .l-header .l-header__container-inner .l-header__nav ul li a:hover {
    padding: 0.9375rem 3.5rem;
    background-color: #f5f5f5;
    border-radius: 0;
    color: #000000;
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__container-inner .l-header__nav ul li a:hover {
    padding: 0.9375rem 1.25rem;
  }
}
.l-header .l-header__container-inner .l-header__nav ul li.is-active > a {
  color: #fcfefb;
  background-color: #d90d0d;
  border-radius: 1.25rem;
}
@media screen and (max-width: 1165px) {
  .l-header .l-header__container-inner .l-header__nav ul li.is-active > a {
    color: #000000;
    background-color: transparent;
    border-radius: 0;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.is-active > a:hover {
    color: #fcfefb;
    background-color: #d90d0d;
  }
}
.l-header .l-header__container-inner .l-header__nav ul li.is-active > a::after {
  border-top: 0.375rem solid #fcfefb !important;
}
.l-header .l-header__container-inner .l-header__nav ul li.is-active > a:hover {
  background-color: #d90d0d;
}
@media screen and (max-width: 1165px) {
  .l-header .l-header__container-inner .l-header__nav ul li.is-active > a:hover {
    background-color: #d6d6d6;
  }
}
@media screen and (max-width: 1165px) {
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega {
    position: static;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega > a {
    position: relative;
    padding-right: 1.875rem;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega > a::after {
    content: "";
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 0.3125rem solid transparent;
    border-right: 0.3125rem solid transparent;
    border-top: 0.375rem solid #d90d0d;
    transition: transform 0.3s ease, border-top-color 0.3s ease;
  }
}
@media screen and (min-width: 769px) and (max-width: 1165px) {
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega > a::after {
    right: 3.5rem;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.675rem solid #d90d0d;
  }
}
@media screen and (min-width: 769px) {
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega > a:hover::after {
    border-top: 0.375rem solid #fcfefb;
    transform: translateY(-50%) rotate(180deg);
  }
}
@media screen and (min-width: 769px) and (max-width: 1165px) {
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega > a:hover::after {
    border-top: 0.5rem solid #d90d0d;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) {
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega > a {
    padding-right: 1.5625rem;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega > a::after {
    right: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu {
    position: absolute;
    top: calc(100% + 1.25rem);
    left: 50%;
    transform: translateX(-50%) translateY(-0.625rem);
    background-color: #fcfefb;
    border-radius: 1rem;
    min-width: 20rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index: 1001;
    padding: 3rem;
    margin-top: 0.625rem;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 6.25rem;
    height: 1.875rem;
    background: transparent;
    pointer-events: auto;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-bottom: 0.625rem solid #fcfefb;
    z-index: 1;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega:hover .l-header__mega-menu, .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega:focus-within .l-header__mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu__inner {
    display: flex;
    gap: 3rem;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu__col:first-child {
    flex: 0 0 auto;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu__col:last-child {
    flex: 1;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu__ttl {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 1.5rem 0;
    padding-bottom: 1rem;
    border-bottom: 0.125rem solid #d90d0d;
    color: #000000;
    white-space: nowrap;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu__ttl .l-header__mega-menu__ttl--en {
    font-size: 2.5rem;
    font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-weight: 600;
    color: #d90d0d;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu__items-wrapper {
    display: flex;
    gap: 2rem;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu__item {
    margin: 0;
    align-items: normal;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu__item a {
    display: block;
    padding: 0.5rem 1.25rem 0.75rem 3.125rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    color: #000000;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    background-color: transparent;
    border-radius: 0;
    text-align: left;
    min-width: 16.25rem;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu__item a:hover {
    color: #d90d0d;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu__item .c-arrow-link__icon {
    position: absolute;
    transform: translateY(-50%);
    width: 1.875rem;
    height: 1.875rem;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu__item .c-arrow-link__icon img {
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 1165px) {
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
    min-width: auto;
    width: 100%;
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu::before, .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu::after {
    display: none;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu.is-open {
    max-height: 100rem;
    overflow: visible;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu .l-header__mega-menu__inner {
    flex-direction: column;
    gap: 0;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu .l-header__mega-menu__col {
    min-width: auto;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu .l-header__mega-menu__col:first-child {
    display: none;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu .l-header__mega-menu__items-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu .l-header__mega-menu__list {
    gap: 0;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu .l-header__mega-menu__item {
    border-bottom: 1px solid #f5f5f5;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu .l-header__mega-menu__item:last-child {
    border-bottom: none;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu .l-header__mega-menu__item a {
    padding: 0.75rem 1.25rem 0.75rem 6rem;
    min-width: auto;
    background-color: #f5f5f5;
  }
}
@media screen and (max-width: 1165px) and (max-width: 768px) {
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu .l-header__mega-menu__item a {
    padding: 0.75rem 1.25rem 0.75rem 3.5rem;
  }
}
@media screen and (max-width: 1165px) {
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu .l-header__mega-menu__item a:hover {
    background-color: #f5f5f5;
  }
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu .l-header__mega-menu__item .c-arrow-link__icon {
    left: 3.4375rem;
    top: 50%;
  }
}
@media screen and (max-width: 1165px) and (max-width: 768px) {
  .l-header .l-header__container-inner .l-header__nav ul li.l-header__nav-item--has-mega .l-header__mega-menu .l-header__mega-menu__item .c-arrow-link__icon {
    left: 1rem;
    z-index: 1;
  }
}
@media screen and (max-width: 1165px) {
  .l-header .l-header__container-inner .l-header__nav ul .reasons-menu {
    display: none !important;
  }
}
.l-header .l-header__container-inner button[data-hamburger] {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 0.625rem;
  background: none;
  border: none;
  padding: 0;
  position: relative;
  width: 1.875rem;
  height: 1.5rem;
}
@media screen and (max-width: 1165px) {
  .l-header .l-header__container-inner button[data-hamburger] {
    display: flex;
  }
}
.l-header .l-header__container-inner button[data-hamburger] span {
  width: 1.5625rem;
  height: 0.125rem;
  background-color: #000000;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.l-header .l-header__container-inner button[data-hamburger] span:nth-child(1) {
  top: 0;
}
.l-header .l-header__container-inner button[data-hamburger] span:nth-child(2) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.l-header .l-header__container-inner button[data-hamburger] span:nth-child(3) {
  bottom: 0;
}
.l-header .l-header__container-inner button[data-hamburger].active span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.l-header .l-header__container-inner button[data-hamburger].active span:nth-child(2) {
  opacity: 0;
}
.l-header .l-header__container-inner button[data-hamburger].active span:nth-child(3) {
  bottom: 50%;
  transform: translateX(-50%) translateY(50%) rotate(-45deg);
}

.l-footer {
  padding: 8.75rem 3.125rem 3rem;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 3rem 1.5rem 6rem;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
  }
}
.l-footer__info {
  flex: 1;
}
.l-footer__info p {
  font-weight: 600;
  line-height: 1.6;
}
.l-footer__info__text {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-footer__info__text {
    font-size: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.l-footer__info__address {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .l-footer__info__address {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
  }
}
.l-footer .c-footer-logo {
  width: 21.875rem;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer .c-footer-logo {
    width: 70%;
    margin-bottom: 0.625rem;
  }
}
.l-footer .c-footer-logo img {
  height: auto;
  display: block;
  max-width: 100%;
}
.l-footer__nav {
  margin-left: 2.5rem;
  min-width: 37.5rem;
}
@media screen and (max-width: 1000px) {
  .l-footer__nav {
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    margin-left: 0;
  }
}
.l-footer__list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 1.875rem;
}
@media screen and (max-width: 1000px) {
  .l-footer__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__list {
    margin-bottom: 0.625rem;
    gap: 0.625rem 1.875rem;
  }
}
.l-footer__item {
  margin-bottom: 0;
}
.l-footer__item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
  display: block;
}
.l-footer__item a:hover {
  color: #d90d0d;
  opacity: 1;
}
.l-footer__ja {
  display: block;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 768px) {
  .l-footer__ja {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}
.l-footer__en {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-footer__en {
    font-size: 0.75rem;
  }
}
.l-footer__area-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 2.5rem 0 0.625rem;
}
@media screen and (max-width: 768px) {
  .l-footer__area-title {
    font-size: 0.875rem;
  }
}
.l-footer__area {
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .l-footer__area {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
.l-footer__copyright-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright-row {
    flex-direction: column;
    gap: 0.625rem;
    text-align: center;
  }
}
.l-footer__copyright-col--left {
  font-size: 1.5rem;
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright-col--left {
    font-size: 1.125rem;
    text-align: center;
  }
}
.l-footer__copyright-col--right {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright-col--right {
    font-size: 0.875rem;
    text-align: center;
  }
}
.l-footer__fixed-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  background-color: #000000;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .l-footer__fixed-banner.u-displaySpOnly {
    display: flex !important;
  }
}
.l-footer__fixed-banner__link {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  color: #fcfefb;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
  border-right: 0.125rem solid rgba(255, 255, 255, 0.4);
}
.l-footer__fixed-banner__link:last-child {
  border-right: none;
}
.l-footer__fixed-banner__link:hover, .l-footer__fixed-banner__link:active {
  background-color: #910909;
}
.l-footer__fixed-banner__icon {
  width: 1rem !important;
  height: 1rem !important;
  display: block;
  flex-shrink: 0;
}
.l-footer__fixed-banner__text {
  display: block;
  font-weight: 600;
}

.l-footer-banners {
  width: 100%;
  padding: 6.25rem 0 1.25rem 0;
  margin: 0 auto;
}
.l-footer-banners__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  justify-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (max-width: 991px) {
  .l-footer-banners__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .l-footer-banners__grid {
    grid-template-columns: 1fr;
  }
}
.l-footer-banners__item {
  display: block;
  width: 18.125rem;
  height: 7.5rem;
  overflow: hidden;
  border: 1px solid #d6d6d6;
}
.l-footer-banners__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

main {
  width: 100%;
  height: auto;
}

.l-contact {
  background-color: #000000;
  color: #fcfefb;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .l-contact {
    padding: 2.5rem 0;
  }
}
.l-contact .l-wrapper .l-contact__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: flex-end;
}
@media screen and (max-width: 1165px) {
  .l-contact .l-wrapper .l-contact__content {
    gap: 0;
  }
}
@media screen and (max-width: 1000px) {
  .l-contact .l-wrapper .l-contact__content {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-contact .l-wrapper .l-contact__content {
    display: block;
  }
}
.l-contact .l-wrapper .l-contact__content .l-contact__title h2 {
  font-size: 3.625rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .l-contact .l-wrapper .l-contact__content .l-contact__title h2 {
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .l-contact .l-wrapper .l-contact__content .l-contact__title h2 {
    font-size: 1.75rem;
    width: 100%;
  }
}
.l-contact .l-wrapper .l-contact__content .l-contact__tel {
  font-size: 1.875rem;
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #fcfefb;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-contact .l-wrapper .l-contact__content .l-contact__tel {
    font-size: 1rem;
    gap: 0.75rem;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
  }
}
.l-contact .l-wrapper .l-contact__content .l-contact__tel a {
  font-size: 3.25rem;
  text-decoration: none;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-contact .l-wrapper .l-contact__content .l-contact__tel a {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .l-contact .l-wrapper .l-contact__content .l-contact__tel .l-contact__tel-label {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-contact .l-wrapper .l-contact__content .l-contact__tel .l-contact__tel-link {
    display: none;
  }
}
.l-contact .l-wrapper .l-contact__content .l-contact__tel .l-contact__tel-icon {
  display: none;
}
.l-contact .l-wrapper .l-contact__content .l-contact__tel .l-contact__tel-icon .l-contact__tel-icon-text {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-contact .l-wrapper .l-contact__content .l-contact__tel .l-contact__tel-icon {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background-color: #d90d0d;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    transition: background-color 0.3s ease;
    text-decoration: none;
    flex: 1;
    min-width: 0;
    max-width: 100%;
    align-self: stretch;
  }
  .l-contact .l-wrapper .l-contact__content .l-contact__tel .l-contact__tel-icon:hover {
    background-color: #910909;
  }
  .l-contact .l-wrapper .l-contact__content .l-contact__tel .l-contact__tel-icon img {
    width: 1.4rem;
    height: 1.45rem;
    display: block;
    flex-shrink: 0;
  }
  .l-contact .l-wrapper .l-contact__content .l-contact__tel .l-contact__tel-icon .l-contact__tel-icon-text {
    display: block;
    color: #fcfefb;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.l-contact .l-wrapper .l-contact__content .l-contact__tel .l-contact__mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #d90d0d;
  margin-left: 1.25rem;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
}
.l-contact .l-wrapper .l-contact__content .l-contact__tel .l-contact__mail:hover {
  background-color: #910909;
}
.l-contact .l-wrapper .l-contact__content .l-contact__tel .l-contact__mail .l-contact__mail-text {
  display: none;
}
.l-contact .l-wrapper .l-contact__content .l-contact__tel .l-contact__mail img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-contact .l-wrapper .l-contact__content .l-contact__tel .l-contact__mail img {
    width: 1.5rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-contact .l-wrapper .l-contact__content .l-contact__tel .l-contact__mail {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    padding: 0.75rem 1rem;
    width: auto;
    height: auto;
    margin-left: 0;
    flex: 1;
    min-width: 0;
    max-width: 100%;
    align-self: stretch;
  }
  .l-contact .l-wrapper .l-contact__content .l-contact__tel .l-contact__mail .l-contact__mail-text {
    display: block;
    color: #fcfefb;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.l-contact .l-wrapper .l-contact__content .l-contact__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-contact .l-wrapper .l-contact__content .l-contact__info {
    margin-top: 0.625rem;
    gap: 0;
  }
}
.l-contact .l-wrapper .l-contact__content .l-contact__info .l-contact__info-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.l-contact .l-wrapper .l-contact__content .l-contact__info .l-contact__slider {
  width: 56.25rem;
  margin: -12.5rem 0 2rem -3.125rem;
}
@media screen and (max-width: 1165px) {
  .l-contact .l-wrapper .l-contact__content .l-contact__info .l-contact__slider {
    margin: -6.25rem 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-contact .l-wrapper .l-contact__content .l-contact__info .l-contact__slider {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 17.5rem;
  }
}
.l-contact .l-wrapper .l-contact__content .l-contact__info .l-contact__slider .l-contact__image {
  padding: 0 0.625rem;
}
.l-contact .l-wrapper .l-contact__content .l-contact__info .l-contact__slider .l-contact__image img {
  width: 100%;
  height: 32.5rem;
  border-radius: 1rem;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-contact .l-wrapper .l-contact__content .l-contact__info .l-contact__slider .l-contact__image img {
    height: 18.75rem;
  }
}
.l-contact .l-wrapper .l-contact__content .l-contact__text {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #fcfefb;
}
@media screen and (max-width: 768px) {
  .l-contact .l-wrapper .l-contact__content .l-contact__text {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.l-contact dl {
  margin-bottom: 4rem;
}
.l-contact dl dt {
  color: #d90d0d;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-contact dl dt {
    font-size: 1rem;
  }
}
.l-contact dl dd {
  color: #d90d0d;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .l-contact dl dd {
    margin-bottom: 2rem;
    font-size: 0.875rem;
  }
}
.l-contact dl dd a {
  color: #d90d0d;
  text-decoration: none;
  border: 0.125rem solid #d90d0d;
  padding: 1.5rem 3rem;
  border-radius: 0.5rem;
  display: inline-block;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-contact dl dd a {
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
  }
}
.l-contact dl dd a:hover {
  background-color: #d90d0d;
  color: white;
}

.fade-up {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-top-right {
  position: relative;
}
.fade-in-top-right::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transform: translate(6.25rem, -6.25rem);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .fade-in-top-right::after {
    width: 3.125rem;
    height: 3.125rem;
    top: -1.25rem;
    right: 0;
    transform: translate(3.125rem, -3.125rem);
  }
}
.fade-in-top-right.is-visible::after {
  opacity: 0.3;
  transform: translate(0, 0);
}

.fade-in-top-left {
  position: relative;
}
.fade-in-top-left::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transform: translate(-6.25rem, -6.25rem);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .fade-in-top-left::after {
    width: 25rem;
    height: 25rem;
    top: -1.25rem;
    left: -3.125rem;
    transform: translate(-3.125rem, -3.125rem);
  }
}
.fade-in-top-left.is-visible::after {
  opacity: 0.3;
  transform: translate(0, 0);
}

.fade-in-icon--bg01::after {
  top: -6.25rem;
  right: -6.25rem;
  width: 31.25rem;
  height: 31.25rem;
  mix-blend-mode: multiply;
  background-image: url("/cms/wp-content/themes/goevent2026/images/common/bg01.svg");
}
@media screen and (max-width: 1000px) {
  .fade-in-icon--bg01::after {
    width: 20.3125rem;
    height: 23.75rem;
  }
}
@media screen and (max-width: 768px) {
  .fade-in-icon--bg01::after {
    width: 12rem;
    height: 12rem;
    top: 4.75rem;
    right: -3.125rem;
  }
}

.fade-in-icon--bg02::after {
  top: -3.125rem;
  left: -6.25rem;
  width: 18.75rem;
  height: 18.75rem;
  mix-blend-mode: multiply;
  background-image: url("/cms/wp-content/themes/goevent2026/images/common/bg02.svg");
}
@media screen and (max-width: 768px) {
  .fade-in-icon--bg02::after {
    width: 12.5rem;
    height: 12.5rem;
    top: -3.125rem;
    left: -3.125rem;
  }
}

.fade-in-icon--bg03::after {
  top: -1.875rem;
  left: -6.25rem;
  width: 25rem;
  height: 25rem;
  mix-blend-mode: multiply;
  background-image: url("/cms/wp-content/themes/goevent2026/images/common/bg02.svg");
}
@media screen and (max-width: 1000px) {
  .fade-in-icon--bg03::after {
    width: 20rem;
    height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .fade-in-icon--bg03::after {
    width: 11rem;
    height: 11rem;
    top: 6.25rem;
    left: -4rem;
  }
}

.l-fixed-banner {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 999;
  width: auto;
  max-width: 20rem;
  border-radius: 0.5rem;
  overflow: visible;
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: none;
}
@media screen and (max-width: 768px) {
  .l-fixed-banner {
    bottom: 0.625rem;
    right: 0.625rem;
    max-width: 14rem;
  }
}
.l-fixed-banner:hover {
  transform: scale(1.05);
  opacity: 1;
}
.l-fixed-banner.is-visible {
  display: block;
}
.l-fixed-banner.is-hidden {
  display: none;
}
.l-fixed-banner a {
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
  opacity: 1;
}
.l-fixed-banner img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.l-fixed-banner__close {
  position: absolute;
  top: 3.25rem;
  left: -0.25rem;
  width: 2rem;
  height: 2rem;
  background-color: #000;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-fixed-banner__close {
    top: 2.5rem;
    left: -0.4rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.l-fixed-banner__close:hover {
  opacity: 0.8;
  transform: scale(1.1);
}
.l-fixed-banner__close:active {
  transform: scale(0.95);
}

.l-fixed-banner__close-icon {
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
}
@media screen and (max-width: 768px) {
  .l-fixed-banner__close-icon {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.l-fixed-banner__close-icon::before, .l-fixed-banner__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
  transform-origin: center;
}
.l-fixed-banner__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-fixed-banner__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.p-contact-page .l-fixed-banner {
  display: none;
}

/* object
------------------------------------------------------ */
/* component */
.c-btn {
  display: inline-block;
  padding: 1.5rem 3rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-btn {
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
  }
}
.c-btn--primary {
  background-color: #d90d0d;
  color: white;
}
.c-btn--primary:hover {
  background-color: #910909;
  transform: translateY(-0.125rem);
}
.c-btn--secondary {
  background-color: transparent;
  color: #d90d0d;
  border: 0.125rem solid #d90d0d;
}
.c-btn--secondary:hover {
  background-color: #d90d0d;
  color: white;
  transform: translateY(-0.125rem);
}
.c-btn--contact {
  background-color: #d90d0d;
  color: white;
  padding: 0.625rem 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
}
@media screen and (max-width: 768px) {
  .c-btn--contact {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
}
.c-btn--contact:hover {
  background-color: #910909;
}
.c-btn--with-arrow {
  width: 16.25rem;
  height: 3.75rem;
  background-color: #d90d0d;
  color: white;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  font-weight: 600;
  position: relative;
  border: 0.125rem solid #d90d0d;
}
.c-btn--with-arrow:hover {
  background-color: white;
  color: #d90d0d;
  border: 0.125rem solid #d90d0d;
}
.c-btn--with-arrow:hover .c-btn__icon {
  background-color: #d90d0d;
}
.c-btn--with-arrow:hover .c-btn__icon img {
  filter: brightness(0) invert(1);
}
.c-btn__text {
  flex: 1;
  font-weight: 600;
  text-align: center;
}
.c-btn__icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.c-btn__icon img {
  width: 1rem;
  height: auto;
  display: block;
  transition: all 0.3s ease;
  filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.c-arrow-link {
  padding-left: 4.375rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-arrow-link {
    padding-left: 3.5rem;
    font-size: 1rem;
  }
}
.c-arrow-link__icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3.125rem;
  height: 3.125rem;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-arrow-link__icon {
    width: 2rem;
    height: 2rem;
  }
}
.c-arrow-link__icon img {
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-arrow-link__icon img {
    width: 1rem;
    height: 1rem;
  }
}

.c-breadcrumb {
  background-color: #fcfefb;
  padding: 10rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 1000px) {
  .c-breadcrumb__list {
    padding: 0.625rem 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__list {
    padding: 0 2.5rem;
    gap: 0.75rem;
  }
}
.c-breadcrumb__item {
  font-size: 0.75rem;
  color: #666666;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__item {
    font-size: 1.5rem;
  }
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.6875rem;
  margin-left: 0.5rem;
  background-image: url("/cms/wp-content/themes/goevent2026/images/common/arrow_02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__item:not(:last-child)::after {
    margin-left: 0.75rem;
  }
}
.c-breadcrumb__item a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s ease;
}
.c-breadcrumb__item a:hover {
  color: #d90d0d;
}
.c-breadcrumb__item[aria-current=page] {
  color: #000000;
}

/* project */
.p-home .p-home-mv-title {
  overflow: hidden;
}
.p-home h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home h2 {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
}
.p-home .p-home-mv {
  margin: 0;
}
.p-home .p-home-mv video {
  margin: 0 auto;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.p-home .p-home-mv__title {
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 0.9;
  padding: 5.75rem 5rem 0;
}
@media screen and (max-width: 1000px) {
  .p-home .p-home-mv__title {
    font-size: 5.625rem;
    padding: 4.25rem 2.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-mv__title {
    font-size: 3.5rem;
    width: 100%;
    padding: 4.25rem 1.5rem 0;
  }
}
.p-home .p-home-mv__title span {
  margin-top: 1.25rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-mv__title span {
    font-size: 1.5rem;
  }
}
.p-home .p-home-logo-slider {
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-logo-slider {
    margin: 2.5rem 0 0;
  }
}
.p-home .p-home-logo-slider h2 {
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-logo-slider h2 {
    margin-bottom: 0.625rem;
  }
}
.p-home .p-home-logo-slider .c-logo-slider {
  position: relative;
  overflow: hidden;
  display: flex;
}
.p-home .p-home-logo-slider .c-logo-slider + .c-logo-slider {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-logo-slider .c-logo-slider + .c-logo-slider {
    margin-top: 1.25rem;
  }
}
.p-home .p-home-logo-slider .c-logo-slider__list {
  flex-shrink: 0;
  display: flex;
}
.p-home .p-home-logo-slider .c-logo-slider__list--scroll {
  animation: scroll-left 40s linear infinite;
}
.p-home .p-home-logo-slider .c-logo-slider__list--scroll-reverse {
  animation: scroll-left 40s linear infinite reverse;
}
.p-home .p-home-logo-slider .c-logo-slider ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.p-home .p-home-logo-slider .c-logo-slider ul li {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  display: inline-block;
  flex-shrink: 0;
  background-color: #fcfefb;
}
.p-home .p-home-logo-slider .c-logo-slider ul li img {
  transition: 0.4s;
  max-width: 100% !important;
  mix-blend-mode: multiply;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 991px) {
  .p-home .p-home-logo-slider .c-logo-slider__item {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .p-home .p-home-logo-slider .c-logo-slider__item img {
    height: 3.125rem;
    width: auto;
  }
  .p-home .p-home-logo-slider .c-logo-slider__list--scroll {
    animation: scroll-left 30s linear infinite;
  }
  .p-home .p-home-logo-slider .c-logo-slider__list--scroll-reverse {
    animation: scroll-left 30s linear infinite reverse;
  }
}
.p-home > section {
  margin: 8.75rem 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home > section {
    margin: 3rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home > section .l-wrapper__home {
    width: 100%;
  }
}
.p-home > section .l-wrapper__home .c-title__heading {
  display: flex;
  align-items: center;
  gap: 5rem;
  border-top: 0.25rem solid #d90d0d;
  padding: 1.875rem 0 5rem;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .p-home > section .l-wrapper__home .c-title__heading {
    padding: 1.875rem 0 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home > section .l-wrapper__home .c-title__heading {
    width: 100%;
    padding: 1.5rem 0 2rem;
    gap: 0.625rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-home > section .l-wrapper__home .c-title__heading h2 {
  margin-bottom: -1rem;
}
@media screen and (max-width: 768px) {
  .p-home > section .l-wrapper__home .c-title__heading h2 {
    margin-bottom: -0.75rem;
  }
}
.p-home > section .l-wrapper__home .c-title__en-title {
  font-size: 6rem;
  font-weight: 600;
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-home > section .l-wrapper__home .c-title__en-title {
    font-size: 2.625rem;
  }
}
.p-home > section .l-wrapper__home .c-title__en-title::first-letter {
  color: #d90d0d;
  font-size: 130%;
}
.p-home > section .l-wrapper__home h2 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-home > section .l-wrapper__home h2 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}
.p-home > section .l-wrapper__home p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-home > section .l-wrapper__home p {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-about .l-wrapper .p-home-about__content.fade-in-icon--bg02::after {
    display: none;
  }
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text h2 {
  font-size: 3.75rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text h2 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__image img {
  width: 100%;
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 0 3rem;
  gap: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process {
    flex-direction: column;
    margin: 2rem 0;
    gap: 2rem;
  }
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1rem;
  padding: 2rem 0.9375rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-item {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1.5rem 1.5rem;
  }
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.75rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  border-left: 0.9375rem solid #000000;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-item:nth-child(even)::after {
    display: none;
  }
  .p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-item:nth-child(odd):not(:last-child)::after {
    right: -1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-item:not(:last-child)::after {
    display: block;
    top: auto;
    bottom: -1.5rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-top: 0.9375rem solid #000000;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-bottom: none;
  }
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-image {
  position: absolute;
  top: 7.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 9rem;
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-image {
    top: 25%;
    left: 50%;
    width: 6rem;
    height: 6rem;
    z-index: 2;
  }
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-circle {
  width: 11.25rem;
  height: 11.25rem;
  background-color: #f5f5f5;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-circle {
    width: 6rem;
    height: 6rem;
  }
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-text {
  margin-top: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-text {
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-title {
  display: inline-block;
  background-color: #fcfefb;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-title {
    font-size: 1rem;
    padding: 0.4rem 0.8rem;
    margin-top: 0.625rem;
  }
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-item:nth-child(1) {
  background-color: #006fbc;
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-item:nth-child(2) {
  background-color: #db5331;
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-item:nth-child(3) {
  background-color: #1f8d61;
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-item:nth-child(4) {
  background-color: #d90d0d;
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-subtitle {
  font-size: 1.375rem;
  font-weight: 600;
  color: #fcfefb;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-subtitle {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-desc {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fcfefb;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__process-desc {
    font-size: 0.8125rem;
  }
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text p {
    font-size: 0.8125rem;
  }
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__text-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__text-title-wrapper {
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__text-title-arrow {
  width: 5rem;
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__text-title-arrow {
    width: 2.5rem;
  }
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__text-title {
  width: fit-content;
  margin: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #d90d0d;
  padding: 1rem 1rem;
  border: 0.1875rem solid #d90d0d;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__text-title {
    font-size: 1.25rem;
  }
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__text-title span {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #d90d0d;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__text-title span {
    font-size: 1.25rem;
  }
}
.p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__text-desc {
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-about .l-wrapper .p-home-about__content .p-home-about__text .p-home-about__text-desc {
    font-size: 0.875rem;
    text-align-last: left;
  }
}
.p-home .p-home-cases {
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-cases {
    margin: 10vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-cases .l-wrapper__home {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.p-home .p-home-cases .l-wrapper__home .p-home-cases__description {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-cases .l-wrapper__home .p-home-cases__description {
    margin-bottom: 2rem;
  }
}
.p-home .p-home-cases .l-wrapper__home .achievements-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  align-items: start;
}
@media screen and (max-width: 1165px) {
  .p-home .p-home-cases .l-wrapper__home .achievements-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .p-home .p-home-cases .l-wrapper__home .achievements-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-cases .l-wrapper__home .achievements-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}
.p-home .p-home-cases .l-wrapper__home .achievements-grid article {
  display: block;
  text-decoration: none;
  color: inherit;
  height: fit-content;
  aspect-ratio: 3/2;
}
.p-home .p-home-cases .l-wrapper__home .achievements-grid article .image-container {
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-home .p-home-cases .l-wrapper__home .achievements-grid article .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-out;
  will-change: transform;
}
.p-home .p-home-cases .l-wrapper__home .achievements-grid article h3 {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0.625rem;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-cases .l-wrapper__home .achievements-grid article h3 {
    font-size: 0.8125rem;
    padding: 0.625rem 0;
    text-align: left;
  }
}
.p-home .p-home-reasons {
  width: 100%;
  position: relative;
}
.p-home .p-home-reasons__content {
  position: relative;
  min-height: 285vh;
}
.p-home .p-home-reasons .item {
  width: 100%;
  height: 95vh;
  background-color: #1f8d61;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-reasons .item {
    display: block;
    height: auto;
  }
}
.p-home .p-home-reasons .item.js-scroll-overlap:not(.is-disabled) {
  position: sticky;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-reasons .item.js-scroll-overlap:not(.is-disabled) {
    position: relative;
    z-index: auto;
  }
}
.p-home .p-home-reasons .item.js-scroll-overlap:nth-child(1):not(.is-disabled) {
  z-index: 1;
}
.p-home .p-home-reasons .item.js-scroll-overlap:nth-child(2):not(.is-disabled) {
  z-index: 2;
}
.p-home .p-home-reasons .item.js-scroll-overlap:nth-child(3):not(.is-disabled) {
  z-index: 3;
}
.p-home .p-home-reasons .item--02 {
  background-color: #db5331;
}
.p-home .p-home-reasons .item--03 {
  background-color: #006fbc;
}
.p-home .p-home-reasons article {
  display: grid;
  grid-template-columns: 1fr 30.625rem;
  gap: 4rem;
  align-items: center;
  padding: 2.5rem 3.125rem;
}
@media screen and (max-width: 1280px) {
  .p-home .p-home-reasons article {
    gap: 3rem;
    grid-template-columns: 1fr 21.875rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-home .p-home-reasons article {
    gap: 2rem;
    grid-template-columns: 1fr 18.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-reasons article {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem 1.5rem;
  }
}
.p-home .p-home-reasons article .p-home-reasons__item-image {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-reasons article .p-home-reasons__item-image {
    width: 50%;
    margin: 0 auto;
  }
}
.p-home .p-home-reasons article .p-home-reasons__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-out;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-reasons article .p-home-reasons__item-text {
    text-align: center;
  }
}
.p-home .p-home-reasons article .p-home-reasons__item-text .p-home-reasons__item-header {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1000px) {
  .p-home .p-home-reasons article .p-home-reasons__item-text .p-home-reasons__item-header {
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-reasons article .p-home-reasons__item-text .p-home-reasons__item-header {
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
    align-items: center;
  }
}
.p-home .p-home-reasons article .p-home-reasons__item-text .p-home-reasons__item-header h2 {
  color: #fcfefb;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-reasons article .p-home-reasons__item-text .p-home-reasons__item-header h2 {
    font-size: 1.125rem;
  }
}
.p-home .p-home-reasons article .p-home-reasons__item-text .p-home-reasons__item-header .p-home-reasons__item-number {
  font-size: 10rem;
  font-weight: 600;
  color: #fcfefb;
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  height: 3.75rem;
  padding-left: 2.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-reasons article .p-home-reasons__item-text .p-home-reasons__item-header .p-home-reasons__item-number {
    font-size: 5rem;
    padding-left: 0;
  }
}
.p-home .p-home-reasons article .p-home-reasons__item-text h3 {
  color: #fcfefb;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  font-size: 2.375rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-reasons article .p-home-reasons__item-text h3 {
    font-size: 1.5rem;
  }
}
.p-home .p-home-reasons article .p-home-reasons__item-text p {
  font-size: 1rem;
  font-weight: 600;
  color: #fcfefb;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-reasons article .p-home-reasons__item-text p {
    font-size: 0.875rem;
    text-align: left;
    margin-bottom: 1.25rem;
  }
}
.p-home .p-home-guide {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.p-home .p-home-guide__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
  height: 100%;
  background-color: #d90d0d;
  border-radius: 3.125rem;
  z-index: 0;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: width, max-width, border-radius;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-guide__bg {
    width: 100%;
    border-radius: 0;
  }
}
.p-home .p-home-guide__bg.is-expanded {
  width: 100vw;
  max-width: 100vw;
  border-radius: 0;
}
.p-home .p-home-guide__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 5rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-guide__container {
    width: 100%;
    padding: 3rem 1.5rem;
  }
}
.p-home .p-home-guide .p-home-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1000px) {
  .p-home .p-home-guide .p-home-guide__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-guide .p-home-guide__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-home .p-home-guide .p-home-guide__grid .p-home-guide__item {
  text-align: center;
  transition: all 0.3s ease;
}
.p-home .p-home-guide .p-home-guide__grid .p-home-guide__item .p-home-guide__image {
  width: 100%;
  height: 31.25rem;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-guide .p-home-guide__grid .p-home-guide__item .p-home-guide__image {
    height: 9.375rem;
    margin-bottom: 0.3125rem;
  }
}
.p-home .p-home-guide .p-home-guide__grid .p-home-guide__item .p-home-guide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-out;
  will-change: transform;
}
.p-home .p-home-guide .p-home-guide__grid .p-home-guide__item .p-home-guide__image:hover img {
  transform: scale(1.1);
}
.p-home .p-home-guide .p-home-guide__grid .p-home-guide__item h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fcfefb;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-guide .p-home-guide__grid .p-home-guide__item h3 {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-trends .l-wrapper__home {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.p-home .p-home-trends .l-wrapper__home .p-home-trends__description {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-trends .l-wrapper__home .p-home-trends__description {
    margin-bottom: 3rem;
  }
}
.p-home .p-home-trends .l-wrapper__home .p-home-trends__content {
  display: flex;
  flex-direction: column;
}
.p-home .p-home-trends .l-wrapper__home .p-home-trends__content .p-home-trends__item:hover {
  background-color: #f5f5f5;
}
.p-home .p-home-trends .l-wrapper__home .p-home-trends__content .p-home-trends__item:first-child .p-home-trends__link {
  border-top: 1px solid #d6d6d6;
}
.p-home .p-home-trends .l-wrapper__home .p-home-trends__content .p-home-trends__item a:hover {
  opacity: 1;
}
.p-home .p-home-trends .l-wrapper__home .p-home-trends__content .p-home-trends__item a:hover h3,
.p-home .p-home-trends .l-wrapper__home .p-home-trends__content .p-home-trends__item a:hover p {
  color: #d90d0d;
  transition: all 0.3s ease;
}
.p-home .p-home-trends .l-wrapper__home .p-home-trends__content .p-home-trends__item a:hover .c-arrow-link__icon {
  background-color: #d90d0d;
  transition: all 0.3s ease;
}
.p-home .p-home-trends .l-wrapper__home .p-home-trends__content .p-home-trends__item a:hover .c-arrow-link__icon img {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}
.p-home .p-home-trends .l-wrapper__home .p-home-trends__content .p-home-trends__item a:hover .p-home-trends__image img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.p-home .p-home-trends .l-wrapper__home .p-home-trends__content .p-home-trends__item a h3 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-trends .l-wrapper__home .p-home-trends__content .p-home-trends__item a h3 {
    font-size: 1.25rem;
  }
}
.p-home .p-home-trends .l-wrapper__home .p-home-trends__content .p-home-trends__item a p {
  color: #000000;
  margin-bottom: 0;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-trends .l-wrapper__home .p-home-trends__content .p-home-trends__item a p {
    font-size: 0.9375rem;
  }
}
.p-home .p-home-trends .l-wrapper__home .p-home-trends__content .p-home-trends__item .p-home-trends__link {
  display: grid;
  grid-template-columns: 1fr 16.25rem;
  gap: 4rem;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  padding: 3rem 2rem;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 1000px) {
  .p-home .p-home-trends .l-wrapper__home .p-home-trends__content .p-home-trends__item .p-home-trends__link {
    grid-template-columns: 1fr 12.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-trends .l-wrapper__home .p-home-trends__content .p-home-trends__item .p-home-trends__link {
    display: flex;
    flex-direction: column-reverse;
    gap: 1.5rem;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-trends .l-wrapper__home .p-home-trends__content .p-home-trends__item .p-home-trends__link .p-home-trends__image {
    width: 100%;
  }
}
.p-home .p-home-trends .l-wrapper__home .p-home-trends__content .p-home-trends__item .p-home-trends__link .p-home-trends__image img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  border-radius: 1rem;
  display: block;
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-trends .l-wrapper__home .p-home-trends__content .p-home-trends__item .p-home-trends__link .p-home-trends__image img {
    height: 11.875rem;
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-service .l-wrapper__home {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.p-home .p-home-service .p-home-service__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 1000px) {
  .p-home .p-home-service .p-home-service__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-service .p-home-service__grid {
    margin-bottom: 3rem;
  }
}
.p-home .p-home-service .p-home-service__grid .p-home-service__item {
  text-align: center;
  transition: all 0.3s ease;
}
.p-home .p-home-service .p-home-service__grid .p-home-service__item a {
  display: block;
  position: relative;
}
.p-home .p-home-service .p-home-service__grid .p-home-service__item a:hover {
  opacity: 1;
}
.p-home .p-home-service .p-home-service__grid .p-home-service__item .p-home-service__image {
  position: relative;
  width: 100%;
  height: 21.875rem;
  overflow: hidden;
  border-radius: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .p-home .p-home-service .p-home-service__grid .p-home-service__item .p-home-service__image {
    height: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-service .p-home-service__grid .p-home-service__item .p-home-service__image {
    height: 9.375rem;
    border-radius: 0.5rem;
  }
}
.p-home .p-home-service .p-home-service__grid .p-home-service__item .p-home-service__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-out;
  will-change: transform;
}
.p-home .p-home-service .p-home-service__grid .p-home-service__item .p-home-service__image .p-home-service__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 1rem;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-service .p-home-service__grid .p-home-service__item .p-home-service__image .p-home-service__overlay {
    border-radius: 0.5rem;
  }
}
.p-home .p-home-service .p-home-service__grid .p-home-service__item .p-home-service__image h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
  margin: 0;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-service .p-home-service__grid .p-home-service__item .p-home-service__image h3 {
    font-size: 0.9375rem;
  }
}
.p-home .p-home-service .p-home-service__grid .p-home-service__item .p-home-service__image:hover img {
  transform: scale(1.1);
}
.p-home .p-home-service .p-home-service__grid .p-home-service__item .p-home-service__image:hover .p-home-service__overlay {
  opacity: 0;
}
.p-home .p-home-events h2 {
  font-size: 2.375rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-events h2 {
    font-size: 1.25rem;
  }
}
.p-home .p-home-events .slick-initialized {
  visibility: visible !important;
}
.p-home .p-home-events .event-slider {
  transform: translateZ(0);
  perspective: 1000px;
  backface-visibility: hidden;
}
.p-home .p-home-events .event-slider .slick-track {
  transform: translateZ(0);
  will-change: transform;
}
.p-home .p-home-events .event-slider .slick-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.p-home .p-home-events .event-slider article {
  margin: 0 1.5rem;
  overflow: hidden;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-events .event-slider article {
    margin: 0 1.25rem;
  }
}
.p-home .p-home-events .event-slider article .event-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.p-home .p-home-events .event-slider article .image-container {
  width: 100%;
  height: 12.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
.p-home .p-home-events .event-slider article .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-out;
  will-change: transform;
}
.p-home .p-home-events .event-slider article h3 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-events .event-slider article h3 {
    font-size: 1rem;
  }
}
.p-home .p-home-events .event-slider article p {
  color: #000000;
  line-height: 1.6;
  margin-top: 2rem;
  text-align: left;
  font-size: 1rem;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-events .event-slider article p {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-events .l-wrapper__home {
    width: 100%;
  }
  .p-home .p-home-events .l-wrapper__home .event-slider article {
    margin: 0 0.625rem;
    padding-bottom: 1.5rem;
  }
  .p-home .p-home-events .l-wrapper__home .event-slider article h3 {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
  .p-home .p-home-events .l-wrapper__home .event-slider article p {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
  .p-home .p-home-events .l-wrapper__home .event-slider article .image-container {
    height: 9.375rem;
    border-radius: 0.5rem;
  }
}
.p-home .p-home-contact {
  align-items: center;
  margin: 14rem 0 0;
}
@media screen and (max-width: 1000px) {
  .p-home .p-home-contact {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-contact {
    margin: 3rem 0 0;
    padding: 3rem 0 4rem;
    overflow: hidden;
  }
}
.p-home .p-home-contact h2 {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-contact h2 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
}
.p-home .p-home-contact .l-contact__content {
  align-items: normal;
}
.p-home .p-home-contact .l-contact__title {
  width: 31.25rem;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-contact .l-contact__title {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home-contact .l-contact__tel {
    margin-top: 1rem;
  }
}
.p-home .p-home-contact .l-contact__info-text {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-home .p-home-contact .l-contact__info-text {
    margin-bottom: 1.5rem;
  }
}

.js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
}

.relative {
  position: relative;
}

.js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
}

.relative {
  position: relative;
}

.p-service .p-service-mv__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service-mv__content {
    padding: 7rem 0 3rem;
  }
}
.p-service .p-service-mv h1 {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-service .p-service-mv h1 {
    font-size: 1.75rem;
  }
}
.p-service .p-service-mv__title-en {
  font-size: 2.25rem;
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service-mv__title-en {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}
.p-service .p-service-mv__text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service-mv__text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
    line-height: 1.8;
    text-align: left;
  }
}
.p-service .p-service-mv__img {
  margin-top: 3.125rem;
  text-align: center;
}
.p-service .p-service-mv__img img {
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service-mv__img img {
    max-width: 100%;
    border-radius: 0.5rem;
  }
}
.p-service .p-service-success {
  padding: 8.75rem 0;
  background-color: #d90d0d;
}
@media screen and (max-width: 768px) {
  .p-service .p-service-success {
    padding: 3rem 0;
  }
}
.p-service .p-service-success__content {
  text-align: center;
}
.p-service .p-service-success__title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  color: #fcfefb;
  margin-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service .p-service-success__title {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
  .p-service .p-service-success__title::before {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
  }
}
.p-service .p-service-success__title::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("/cms/wp-content/themes/goevent2026/images/service/moya.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 0.75rem;
}
.p-service .p-service-success__list {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 1000px) {
  .p-service .p-service-success__list {
    flex-direction: column;
    gap: 1.5rem;
    padding: 0;
  }
}
.p-service .p-service-success__item {
  flex: 1;
  min-width: 17.5rem;
  background: #fcfefb;
  padding: 1.875rem 1.875rem;
  border-radius: 1.5rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-service .p-service-success__item {
    flex-basis: calc(50% - 0.9375rem);
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-service .p-service-success__item {
    flex-basis: 100%;
    padding: 0.9375rem;
    border-radius: 0.5rem;
  }
}
.p-service .p-service-success__item::after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.25rem solid transparent;
  border-right: 1.25rem solid transparent;
  border-top: 1.25rem solid #fcfefb;
}
@media screen and (max-width: 768px) {
  .p-service .p-service-success__item::after {
    bottom: -1.15rem;
  }
}
.p-service .p-service-success__item-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-service .p-service-success__item-title {
    font-size: 1.125rem;
  }
}
.p-service .p-service-success__text {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.6;
  color: #fcfefb;
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service .p-service-success__text {
    font-size: 1.25rem;
    margin-top: 2.5rem;
  }
}
.p-service .p-service__content {
  padding: 8.75rem 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__content {
    padding: 3rem 0;
  }
}
.p-service .p-service__content__inner {
  width: calc(100% - 6.25rem);
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__content__inner {
    width: 100%;
  }
}
.p-service .p-service__content__list {
  display: flex;
  flex-direction: column;
}
.p-service .p-service__content__main-items {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__content__main-items {
    gap: 2.5rem;
    margin-bottom: 3.75rem;
  }
}
.p-service .p-service__content__card-items {
  display: flex;
  flex-direction: column;
  background-color: #fcfefb;
  padding: 5rem 2.5rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__content__card-items {
    padding: 2.5rem 1.5rem;
    border-radius: 0.5rem;
  }
}
.p-service .p-service__content__card-items__ttl {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #d90d0d;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__content__card-items__ttl {
    font-size: 1.5rem;
  }
}
.p-service .p-service__content__item {
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 1000px) {
  .p-service .p-service__content__item {
    flex-direction: column-reverse;
    gap: 1.25rem;
  }
}
.p-service .p-service__content__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .p-service .p-service__content__item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.p-service .p-service__content__card {
  overflow: hidden;
  display: flex;
  gap: 2.5rem;
  border-bottom: 1px solid #d6d6d6;
  padding: 3.75rem 0;
}
@media screen and (max-width: 1000px) {
  .p-service .p-service__content__card {
    flex-direction: column;
    gap: 1.25rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service .p-service__content__card {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.p-service .p-service__content__card:first-child {
  border-top: 1px solid #d6d6d6;
}
.p-service .p-service__content__card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-service .p-service__content__card-img {
  width: 25.625rem;
  height: 15rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 1.25rem;
}
.p-service .p-service__content__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .p-service .p-service__content__card-img {
    width: 100%;
    height: auto;
    aspect-ratio: 410/240;
  }
}
.p-service .p-service__content__card-content {
  flex: 1;
}
.p-service .p-service__content__card-tag {
  display: inline-block;
  background-color: #d90d0d;
  color: #fcfefb;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.125rem 1rem;
  border-radius: 0.3125rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__content__card-tag {
    font-size: 0.8125rem;
    padding: 0.125rem 1.25rem;
    border-radius: 1.875rem;
    margin-bottom: 0.625rem;
  }
}
.p-service .p-service__content__card-ttl {
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__content__card-ttl {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.p-service .p-service__content__card-desc {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__content__card-desc {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.p-service .p-service__content__card__list {
  margin-top: 0;
}
.p-service .p-service__content__card__item {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 0.5rem;
  background-color: #fbece8;
  width: fit-content;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__content__card__item {
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
    padding: 0.1875rem 0.375rem;
  }
}
.p-service .p-service__content__card__item:last-child {
  margin-bottom: 0;
}
.p-service .p-service__content__text {
  flex: 1;
}
.p-service .p-service__content__ttl-en {
  font-size: 1.5rem;
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1.6;
  color: #d90d0d;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__content__ttl-en {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.p-service .p-service__content__ttl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__content__ttl {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
}
.p-service .p-service__content__desc p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__content__desc p {
    font-size: 0.875rem;
    margin-bottom: 0.9375rem;
  }
}
.p-service .p-service__content__desc p:last-child {
  margin-bottom: 0;
}
.p-service .p-service__content__img {
  flex: 1;
}
.p-service .p-service__content__img img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.p-service .p-service__case {
  padding: 7.5rem 0;
  background-color: #fcfefb;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__case {
    padding: 5rem 0;
  }
}
.p-service .p-service__case__inner {
  max-width: 1200px;
  width: calc(100% - 6.25rem);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__case__inner {
    width: 43.75rem;
  }
}
.p-service .p-service__case__ttl {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__case__ttl {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-service .p-service__case__item {
  display: flex;
  gap: 3.75rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__case__item {
    flex-direction: column;
    gap: 1.875rem;
  }
}
.p-service .p-service__case__img {
  flex: 1;
}
.p-service .p-service__case__img img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.p-service .p-service__case__content {
  flex: 1;
}
.p-service .p-service__case__company {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__case__company {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-service .p-service__case__info {
  margin-bottom: 1.875rem;
}
.p-service .p-service__case__info dt {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__case__info dt {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.p-service .p-service__case__info dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #d90d0d;
  border-radius: 50%;
}
.p-service .p-service__case__info dd {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__case__info dd {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.p-service .p-service__case__info dd:last-child {
  margin-bottom: 0;
}
.p-service .p-service__case__info dd ul {
  list-style-type: circle;
  padding-left: 2em;
}
.p-service .p-service__case__voice {
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__case__voice {
    padding: 1.25rem;
  }
}
.p-service .p-service__case__voice-ttl {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__case__voice-ttl {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}
.p-service .p-service__case__voice-text {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__case__voice-text {
    font-size: 0.875rem;
  }
}
.p-service .p-service__faq {
  padding: 8.75rem 0;
  background-color: #d90d0d;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__faq {
    padding: 3rem 0;
  }
}
.p-service .p-service__faq__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.p-service .p-service__faq__ttl {
  color: #fcfefb;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__faq__ttl {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.p-service .p-service__faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__faq__list {
    gap: 0.625rem;
  }
}
.p-service .p-service__faq__item {
  background: #fcfefb;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-service .p-service__faq__question {
  position: relative;
  padding: 1.5rem 3.5rem 1.5rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__faq__question {
    font-size: 1rem;
    padding: 1rem 3rem 1rem 1.25rem;
  }
}
.p-service .p-service__faq__question::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 0.125rem solid #d90d0d;
  border-bottom: 0.125rem solid #d90d0d;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__faq__question::after {
    right: 1.25rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-service .p-service__faq__question.is-open {
  background-color: rgba(217, 13, 13, 0.05);
}
.p-service .p-service__faq__question.is-open::after {
  transform: translateY(-30%) rotate(-135deg);
}
.p-service .p-service__faq__question:hover {
  background-color: rgba(217, 13, 13, 0.05);
}
.p-service .p-service__faq__answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0;
  transition: max-height 0.2s ease, opacity 0.2s ease, padding 0.2s ease;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__faq__answer {
    font-size: 0.875rem;
    padding: 0 1.25rem;
  }
}
.p-service .p-service__faq__answer.is-open {
  max-height: 62.5rem;
  opacity: 1;
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__faq__answer.is-open {
    padding: 1.25rem;
  }
}
.p-service .l-contact {
  margin-top: 0;
}

.p-service-list .p-service-list__subtitle {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 2.5rem 0 1.25rem;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__subtitle {
    font-size: 1.25rem;
    margin: 0 0 1.25rem;
  }
}
.p-service-list .p-service-list__anchor-nav {
  max-width: 1200px;
  margin: 0 auto 5rem;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__anchor-nav {
    margin-bottom: 3.75rem;
    padding: 0 1.5rem;
  }
}
.p-service-list .p-service-list__anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__anchor-list {
    gap: 1rem;
  }
}
.p-service-list .p-service-list__anchor-item {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__anchor-item {
    flex: 0 0 calc(50% - 0.5rem);
    display: flex;
    align-items: stretch;
  }
}
.p-service-list .p-service-list__anchor-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.875rem 2rem 0.875rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
  text-decoration: none;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__anchor-link {
    padding: 0.5rem 0.3125rem 0.5rem 1.8rem;
    font-size: 0.875rem;
    width: 100%;
    height: 100%;
  }
}
.p-service-list .p-service-list__anchor-link::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  border-top: 0.375rem solid #d90d0d;
  transition: border-top-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__anchor-link::before {
    left: 0.6rem;
  }
}
.p-service-list .p-service-list__anchor-link:hover {
  background-color: #d90d0d;
  opacity: 1;
  color: #fcfefb;
}
.p-service-list .p-service-list__anchor-link:hover::before {
  border-top-color: #fcfefb;
}
.p-service-list .p-service-list__anchor-link:focus {
  outline: 0.125rem solid #d90d0d;
  outline-offset: 0.125rem;
}
.p-service-list .p-service-list__category {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__category {
    padding-bottom: 3.75rem;
  }
}
.p-service-list .p-service-list__category .l-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.p-service-list .p-service-list__category-header {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__category-header {
    margin-bottom: 1.5rem;
  }
}
.p-service-list .p-service-list__category-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: #d90d0d;
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__category-title {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.p-service-list .p-service-list__category-description {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__category-description {
    font-size: 0.875rem;
  }
}
.p-service-list .p-service-list__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .p-service-list .p-service-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__grid {
    grid-template-columns: 1fr;
    gap: 3.75rem;
  }
}
.p-service-list .p-service-list__item {
  overflow: hidden;
}
.p-service-list .p-service-list__link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.p-service-list .p-service-list__link:hover {
  opacity: 0.8;
}
.p-service-list .p-service-list__link:hover .p-service-list__image img {
  transform: scale(1.05);
}
.p-service-list .p-service-list__image {
  width: 100%;
  aspect-ratio: 18/9;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__image {
    margin-bottom: 0.625rem;
  }
}
.p-service-list .p-service-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.p-service-list .p-service-list__content {
  padding: 0 0 2rem;
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__content {
    padding: 0 0 1.5rem;
  }
}
.p-service-list .p-service-list__body {
  background-color: #fbece8;
  padding: 1.5rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__body {
    padding: 1.25rem;
  }
}
.p-service-list .p-service-list__title-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.p-service-list .p-service-list__title-link:hover {
  opacity: 1;
}
.p-service-list .p-service-list__title-link:hover .p-service-list__ttl {
  color: #d90d0d;
  transition: all 0.3s ease;
}
.p-service-list .p-service-list__title-link:hover .c-arrow-link__icon {
  background-color: #d90d0d;
  transition: all 0.3s ease;
}
.p-service-list .p-service-list__title-link:hover .c-arrow-link__icon img {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}
.p-service-list .p-service-list__ttl {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__ttl {
    font-size: 1.25rem;
  }
}
.p-service-list .p-service-list__ttl.c-arrow-link {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__ttl.c-arrow-link {
    font-size: 1.25rem;
  }
}
.p-service-list .p-service-list__merit-title {
  font-size: 1rem;
  font-weight: 600;
  color: #fcfefb;
  background-color: #d90d0d;
  line-height: 1.6;
  padding: 0.3125rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__merit-title {
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    margin-bottom: 0.5rem;
  }
}
.p-service-list .p-service-list__merit-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__merit-list {
    margin-bottom: 0.75rem;
  }
}
.p-service-list .p-service-list__merit-item {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
  padding-left: 1.8rem;
  position: relative;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__merit-item {
    font-size: 0.875rem;
    padding-left: 1.25rem;
    margin-bottom: 0.375rem;
  }
}
.p-service-list .p-service-list__merit-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/cms/wp-content/themes/goevent2026/images/common/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__merit-item::before {
    top: 0.375rem;
    width: 0.875rem;
    height: 0.875rem;
  }
}
.p-service-list .p-service-list__merit-item:last-child {
  margin-bottom: 0;
}
.p-service-list .p-service-list__desc {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-service-list .p-service-list__desc {
    font-size: 0.875rem;
  }
}

.c-service-grid {
  margin: 8.75rem 0;
}
@media screen and (max-width: 768px) {
  .c-service-grid {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 768px) {
  .c-service-grid__wrapper {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.c-service-grid__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2rem;
}
@media screen and (max-width: 1000px) {
  .c-service-grid__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-service-grid__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.c-service-grid__item {
  text-align: center;
  transition: all 0.3s ease;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-service-grid__item {
    margin-bottom: 1.25rem;
  }
}
.c-service-grid__image {
  width: 100%;
  height: 17.5rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-service-grid__image {
    height: 9.375rem;
    border-radius: 0.5rem;
    margin-bottom: 0.625rem;
  }
}
.c-service-grid__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-out;
  will-change: transform;
}
.c-service-grid__image:hover img {
  transform: scale(1.1);
}
.c-service-grid__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-service-grid__title {
    font-size: 0.875rem;
  }
}
.c-service-grid__heading {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 2.375rem;
}
@media screen and (max-width: 768px) {
  .c-service-grid__heading {
    font-size: 1.125rem;
    margin: 0 0 1.25rem;
  }
}

.p-company .l-wrapper .c-title.c-title--border-top .c-title__heading {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-company .l-wrapper .c-title.c-title--border-top .c-title__heading {
    margin-top: 3.75rem;
  }
}
.p-company .p-company-overview__table {
  width: 100%;
  border-collapse: collapse;
}
.p-company .p-company-overview__table tbody tr {
  border-bottom: 1px solid #d6d6d6;
}
.p-company .p-company-overview__table tbody tr:first-child {
  border-top: 1px solid #d6d6d6;
}
.p-company .p-company-overview__table th,
.p-company .p-company-overview__table td {
  padding: 1.5rem 1.25rem;
  text-align: left;
  vertical-align: top;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-overview__table th,
  .p-company .p-company-overview__table td {
    padding: 0.9375rem;
    font-size: 0.875rem;
    display: block;
  }
}
.p-company .p-company-overview__table th {
  font-size: 1rem;
  font-weight: 600;
  width: 12.5rem;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-overview__table th {
    width: 100%;
    font-size: 0.875rem;
  }
}
.p-company .p-company-overview__table td {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-overview__table td {
    font-size: 0.875rem;
  }
}
.p-company .p-company-overview__table td a {
  color: #d90d0d;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-company .p-company-overview__table td a:hover {
  opacity: 0.7;
}
.p-company .p-company-access__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
@media screen and (max-width: 1000px) {
  .p-company .p-company-access__content {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-company .p-company-access__content {
    gap: 2.5rem;
  }
}
.p-company .p-company-access__map iframe {
  width: 100%;
  height: 28.125rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-access__map iframe {
    height: 18.75rem;
  }
}
.p-company .p-company-access__info h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-access__info h3 {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.p-company .p-company-access__address {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-access__address {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
}
.p-company .p-company-access__transport {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-access__transport {
    margin-bottom: 2rem;
  }
}
.p-company .p-company-access__transport h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-access__transport h4 {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.p-company .p-company-access__transport ul {
  list-style: none;
  padding: 0;
}
.p-company .p-company-access__transport ul li {
  font-size: 1rem;
  line-height: 1.8;
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-access__transport ul li {
    font-size: 0.875rem;
  }
}
.p-company .p-company-access__transport ul li::before {
  content: "●";
  position: absolute;
  top: 0.2rem;
  left: 0;
  color: #d90d0d;
  font-size: 0.75rem;
}
.p-company .p-company-access__transport ul li:last-child {
  margin-bottom: 0;
}
.p-company .p-company-area__content {
  max-width: 900px;
  margin: 0 auto;
}
.p-company .p-company-area__description {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-area__description {
    font-size: 0.875rem;
    text-align: left;
    margin-bottom: 2.5rem;
  }
}
.p-company .p-company-area__list {
  background-color: #d90d0d;
  border-radius: 1rem;
  padding: 4rem;
  color: #fcfefb;
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-area__list {
    padding: 2rem 1.5rem;
    margin-bottom: 3rem;
  }
}
.p-company .p-company-area__list h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
  background-color: #fcfefb;
  color: #000000;
  padding: 0.3125rem 1.25rem;
  border-radius: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-area__list h3 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    padding: 0.25rem 0.625rem;
  }
}
.p-company .p-company-area__list p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-company .p-company-area__list p {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .p-page {
    margin-top: 8rem;
  }
}
.p-page-mv {
  margin-top: -5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1000px) {
  .p-page-mv {
    padding-bottom: 3.75rem;
    overflow: hidden;
  }
}
.p-page-mv__content {
  text-align: center;
}
.p-page-mv__title {
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 8.75rem;
  font-weight: 600;
  line-height: 1;
  padding-top: 4.0625rem;
}
@media screen and (max-width: 768px) {
  .p-page-mv__title {
    font-size: 4rem;
    padding-top: 14rem;
  }
}
.p-page-mv__title::first-letter {
  color: #d90d0d;
  font-size: 130%;
}
.p-page-mv__text {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-page-mv__text {
    font-size: 1.25rem;
  }
}
.p-page__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-page__container {
    padding: 0 1rem;
    margin: 2.5rem auto 0;
  }
}
.p-page__ttl {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-page__ttl {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
}
.p-page__section {
  margin-bottom: 3rem;
}
.p-page__heading {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  padding-bottom: 0.625rem;
  border-bottom: 0.125rem solid #000000;
}
@media screen and (max-width: 768px) {
  .p-page__heading {
    font-size: 1rem;
    margin-bottom: 0.625rem;
    padding-bottom: 0.5rem;
  }
}
.p-page__text {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.p-page__text:last-child {
  margin-bottom: 0;
}
.p-page__text a {
  color: #d90d0d;
  text-decoration: underline;
  transition: 0.3s ease;
}
.p-page__text a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-page__text {
    font-size: 0.875rem;
    line-height: 1.7;
    margin-bottom: 0.625rem;
  }
}
.p-page__list {
  margin: 1.5rem 0;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-page__list {
    margin: 0.625rem 0;
  }
}
.p-page__item {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
}
.p-page__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.p-page__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-page__item {
    font-size: 0.875rem;
    line-height: 1.7;
    margin-bottom: 0.625rem;
  }
}
.p-page__contact {
  background-color: #f5f5f5;
  padding: 2rem;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-page__contact {
    padding: 1.25rem 0.625rem;
    margin-top: 0.625rem;
  }
}
.p-page__company {
  background-color: #f5f5f5;
  padding: 2rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-page__company {
    padding: 1.25rem 0.625rem;
  }
}
.p-page__table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}
.p-page__table th,
.p-page__table td {
  padding: 1rem 1.5rem;
  border: 1px solid #d6d6d6;
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
}
.p-page__table th {
  background-color: #f5f5f5;
  font-weight: 600;
  width: 30%;
  vertical-align: top;
}
.p-page__table td {
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-page__table {
    margin: 1.25rem 0;
  }
  .p-page__table th,
  .p-page__table td {
    display: block;
    width: 100%;
    padding: 1.25rem 0.625rem;
  }
  .p-page__table th {
    border-bottom: none;
    padding-bottom: 0.5rem;
  }
  .p-page__table td {
    border-top: none;
    padding-top: 0;
  }
  .p-page__table tr {
    border-bottom: 1px solid #d6d6d6;
  }
  .p-page__table tr:last-child {
    border-bottom: none;
  }
}
.p-page__lead {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-page__lead {
    font-size: 0.875rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }
}
.p-page__actions {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-page__actions {
    margin-top: 2rem;
  }
}

.c-title__heading {
  display: flex;
  align-items: center;
  gap: 5rem;
  padding: 0 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-title__heading {
    padding: 1.5rem 0 2rem;
    gap: 0.625rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-title__heading h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-title__heading h2 {
    font-size: 1.125rem;
  }
}
.c-title__en-title {
  font-size: 4rem;
  font-weight: 600;
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  margin-bottom: 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-title__en-title {
    font-size: 2.625rem;
  }
}
.c-title__en-title::first-letter {
  color: #d90d0d;
  font-size: 130%;
}
.c-title--white .c-title__heading {
  color: #fcfefb;
}
.c-title--white .c-title__en-title::first-letter {
  color: #fcfefb;
}
.c-title--white h2 {
  color: #fcfefb;
}
.c-title--border-top .c-title__heading {
  border-top: 0.25rem solid #d90d0d;
  padding: 3.75rem 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-title--border-top .c-title__heading {
    padding: 1.5rem 0 2rem;
  }
}
.c-title--border-top .c-title__heading h2 {
  margin-bottom: -1rem;
}
@media screen and (max-width: 768px) {
  .c-title--border-top .c-title__heading h2 {
    margin-bottom: -0.75rem;
  }
}
.c-title--no-border .c-title__heading {
  border-top: none;
  margin-top: 0;
  padding: 0 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-title--no-border .c-title__heading {
    padding: 0 0 2rem;
  }
}
.c-title--no-border .c-title__heading h2 {
  margin-bottom: -1rem;
}
@media screen and (max-width: 768px) {
  .c-title--no-border .c-title__heading h2 {
    margin-bottom: -0.75rem;
  }
}
.c-title h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-title h2 {
    font-size: 1.25rem;
  }
}

.p-404 .l-wrapper {
  margin: 14rem auto;
}
@media screen and (max-width: 768px) {
  .p-404 .l-wrapper {
    margin: 2rem 0;
  }
}
.p-404 .p-page__ttl {
  color: #d90d0d;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-404 .p-page__ttl {
    font-size: 2.125rem;
    margin-bottom: 1.5rem;
  }
}
.p-404 .p-page__lead {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-404 .p-page__lead {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.p-404 .p-page__text {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-404 .p-page__text {
    margin-bottom: 2rem;
  }
}
.p-404 .p-page__actions {
  display: flex;
  justify-content: center;
  margin: 3rem auto 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-404 .p-page__actions {
    margin: 2rem auto 10rem;
  }
}

.p-sitemap .p-page__heading {
  border-bottom: 0.0625rem solid #d90d0d;
}
.p-sitemap .p-page__section {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-sitemap .p-page__section {
    margin-bottom: 2rem;
  }
}
.p-sitemap .p-page__section--last {
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-sitemap .p-page__section--last {
    margin-bottom: 3rem;
  }
}
.p-sitemap .p-page__en {
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  padding-right: 1.25rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-sitemap .p-page__en {
    font-size: 1.5rem;
    padding-right: 0.625rem;
  }
}
.p-sitemap .p-page__en::first-letter {
  color: #d90d0d;
}
.p-sitemap .p-page__list a {
  font-weight: 600;
}
.p-sitemap .p-page__list .p-page__item {
  font-weight: 600;
  margin: 0 0 0.3125rem 0.3125rem;
}
.p-sitemap .p-page__list > li {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-sitemap .p-page__list > li {
    margin-bottom: 1rem;
  }
}
.p-sitemap .p-page__list > li ul {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-sitemap .p-page__list > li ul {
    margin-top: 0.625rem;
  }
}

.p-privacy .p-page__section:last-child {
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-privacy .p-page__section:last-child {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy .p-page__section {
    margin-bottom: 1.5rem;
  }
  .p-privacy .p-page__section--last {
    padding-top: 1.25rem;
    margin-top: 1.5rem;
  }
}

.p-archive__lead {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  margin-bottom: 5rem;
}
.p-archive__section {
  background: #d90d0d;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .p-archive__section {
    padding: 2.5rem 0;
  }
}
.p-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 1000px) {
  .p-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-archive__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-archive__card {
  background: #fcfefb;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: 0.3s ease;
}
.p-archive__card:hover {
  opacity: 0.8;
}
.p-archive__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-archive__image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p-archive__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
.p-archive__card:hover .p-archive__image img {
  transform: scale(1.05);
}
.p-archive__content {
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .p-archive__content {
    padding: 1.25rem;
  }
}
.p-archive__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-archive__title {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.p-archive__text {
  font-size: 1rem;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-archive__text {
    font-size: 1.75rem;
    line-height: 1.6;
    margin-bottom: 1.875rem;
  }
}
.p-archive__date {
  display: inline-block;
  font-size: 0.8125rem;
  color: #666666;
  font-family: "Big Shoulders", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-archive__date {
    font-size: 1.625rem;
  }
}
.p-archive__pager {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-archive__pager {
    margin-top: 2rem;
  }
}

.c-pager {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.c-pager__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-weight: 600;
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  color: #000000;
  text-decoration: none;
  transition: 0.3s ease;
}
.c-pager__item:hover {
  background: #f5f5f5;
}
.c-pager__item.is-current {
  background: #d90d0d;
  color: #fcfefb;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-pager__item {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.625rem;
  }
}
.c-pager__dots {
  color: #666666;
  padding: 0 0.25rem;
}
.c-pager__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: #000000;
  transition: 0.3s ease;
}
.c-pager__next:hover {
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .c-pager__next {
    width: 2.25rem;
    height: 2.25rem;
  }
  .c-pager__next svg {
    width: 0.375rem;
    height: 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  .p-case .l-wrapper {
    padding: 0 1.25rem;
  }
}
.p-case__section .p-case__featured {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-case__section .p-case__featured {
    margin-bottom: 2rem;
  }
}
.p-case__section .p-case__featured a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-case__section .p-case__featured .image-container {
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 5/2;
  width: 100%;
  margin-bottom: 2.5rem;
}
.p-case__section .p-case__featured .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  will-change: transform;
}
.p-case__section .p-case__featured:hover .image-container img {
  transform: scale(1.1);
}
.p-case__section .p-case__featured .p-column__header-ttl--list {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-case__section .p-case__featured .p-column__header-ttl--list {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.p-case__section .p-case__featured h3 {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0.625rem;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-case__section .p-case__featured h3 {
    padding: 0.625rem 0;
    font-size: 0.8125rem;
    text-align: left;
  }
}
.p-case__section .achievements-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 1000px) {
  .p-case__section .achievements-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-case__section .achievements-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    margin-bottom: 3rem;
  }
}
.p-case__section .achievements-grid article {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-case__section .achievements-grid article a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-case__section .achievements-grid article .image-container {
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 3/2;
}
.p-case__section .achievements-grid article .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-case__section .achievements-grid article h3 {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0.625rem;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-case__section .achievements-grid article h3 {
    padding: 0.625rem 0;
    font-size: 0.8125rem;
    text-align: left;
  }
}
.p-case .p-column__container {
  display: block;
  max-width: 700px;
}

.p-page.p-column.p-case .p-case__back {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-page.p-column.p-case .p-case__back {
    margin-top: 2rem;
  }
}

.p-column-mv {
  position: relative;
  width: 100%;
  height: 35rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-column-mv {
    height: 20rem;
  }
}
.p-column-mv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-column-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-column-mv__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-column-mv__content {
    padding-bottom: 5rem;
  }
}
.p-column-mv__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-column-mv__meta {
    gap: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
.p-column-mv__date {
  color: #fcfefb;
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-column-mv__date {
    font-size: 1.625rem;
  }
}
.p-column-mv__category {
  display: inline-block;
  padding: 0.25rem 1rem;
  background: #d90d0d;
  color: #fcfefb;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-column-mv__category {
    padding: 0.5rem 1.5rem;
    font-size: 1.5rem;
    border-radius: 0.375rem;
  }
}
.p-column-mv__ttl {
  color: #fcfefb;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-column-mv__ttl {
    font-size: 1.5rem;
  }
}

.p-column__container {
  display: grid;
  grid-template-columns: 1fr 20rem;
  gap: 5rem;
  margin: 5rem auto 7.5rem;
}
@media screen and (max-width: 1000px) {
  .p-column__container {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column__container {
    gap: 5rem;
    margin: 3.75rem auto 5rem;
  }
}
.p-column__header {
  margin-bottom: 1.5rem;
  border-bottom: 0.0625rem solid #d6d6d6;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-column__header {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.p-column__header-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-column__header-meta {
    gap: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.p-column__header-date {
  color: #000000;
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-column__header-date {
    font-size: 1.625rem;
  }
}
.p-column__header-category {
  display: inline-block;
  padding: 0.25rem 1rem;
  background: #d90d0d;
  color: #fcfefb;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-column__header-category {
    padding: 0 0.75rem;
    font-size: 0.8125rem;
    border-radius: 0.375rem;
  }
}
.p-column__header-ttl {
  color: #000000;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-column__header-ttl {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
}
.p-column__header-ttl--list {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-column__header-ttl--list {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.p-column__header-subtitle {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-column__header-subtitle {
    font-size: 0.875rem;
  }
}
.p-column__main {
  min-width: 0;
}
.p-column__gallery {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-column__gallery {
    margin-bottom: 5rem;
  }
}
.p-column__gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-column__gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
.p-column__gallery-item {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.p-column__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
.p-column__gallery-item img:hover {
  transform: scale(1.05);
}
.p-column__thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-column__thumbnail {
    margin-bottom: 2.5rem;
  }
}
.p-column__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-column__lead {
  font-size: 1rem;
  line-height: 2;
  color: #000000;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-column__lead {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
  }
}
.p-column__lead p {
  margin: 0;
}
.p-column__section {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-column__section {
    margin-bottom: 5rem;
  }
}
.p-column__section:last-of-type {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-column__section:last-of-type {
    margin-bottom: 2.5rem;
  }
}
.p-column__h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d90d0d;
}
@media screen and (max-width: 768px) {
  .p-column__h2 {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.p-column__h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  color: #d90d0d;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-column__h3 {
    font-size: 1.25rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.p-column__section p {
  font-size: 1rem;
  line-height: 2;
  color: #000000;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-column__section p {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
  }
}
.p-column__figure {
  margin: 1rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-column__figure {
    margin: 0.625rem 0;
  }
}
.p-column__figure img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.p-column__figure figcaption {
  margin-top: 1.5rem;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #666666;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-column__figure figcaption {
    margin-top: 0.625rem;
    font-size: 0.8125rem;
  }
}
.p-column__blockquote {
  margin: 3rem 0;
  padding: 2rem;
  background: #f5f5f5;
  border-left: 0.25rem solid #666666;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .p-column__blockquote {
    margin: 3.75rem 0;
    padding: 2.5rem;
    border-left-width: 0.375rem;
  }
}
.p-column__blockquote p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-column__blockquote p {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.p-column__blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #666666;
  font-style: normal;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-column__blockquote cite {
    font-size: 1.625rem;
  }
}
.p-column__aside {
  margin: 3rem 0;
  padding: 2rem;
  background: #fbece8;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-column__aside {
    margin: 2rem 0;
    padding: 1.5rem;
    border-radius: 0.5rem;
  }
}
.p-column__aside h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-column__aside h4 {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.p-column__aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-column__aside ul li {
  font-size: 1rem;
  line-height: 1.8;
  color: #000000;
  padding-left: 2em;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-column__aside ul li {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
    padding-left: 2.2em;
  }
}
.p-column__aside ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/cms/wp-content/themes/goevent2026/images/common/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-column__aside ul li::before {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.p-column__aside ul li:last-child {
  margin-bottom: 0;
}
.p-column__summary {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 0.125rem solid #d6d6d6;
}
@media screen and (max-width: 768px) {
  .p-column__summary {
    margin-top: 5rem;
    padding-top: 5rem;
    border-top-width: 0.1875rem;
  }
}
.p-column__summary-box {
  padding: 2rem;
  background: #f5f5f5;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-column__summary-box {
    padding: 1.5rem;
    border-radius: 0.75rem;
  }
}
.p-column__summary-box h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-column__summary-box h3 {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.p-column__summary-box p {
  font-size: 1rem;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-column__summary-box p {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
}
.p-column__summary-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-column__summary-box ul li {
  font-size: 1rem;
  line-height: 1.8;
  color: #000000;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-column__summary-box ul li {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    padding-left: 1.8em;
  }
}
.p-column__summary-box ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #d90d0d;
}
.p-column__summary-box ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .p-column__sidebar {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column__sidebar {
    margin-top: 5rem;
  }
}

.p-column-sidebar__section {
  background: #fcfefb;
  padding: 2rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-column-sidebar__section {
    padding: 2.5rem;
    border-radius: 0.75rem;
    margin-bottom: 2.5rem;
  }
}
.p-column-sidebar__section:last-child {
  margin-bottom: 0;
}
.p-column-sidebar__ttl {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.625rem;
  padding-bottom: 0.3125rem;
  border-bottom: 0.0625rem solid #000000;
}
@media screen and (max-width: 768px) {
  .p-column-sidebar__ttl {
    font-size: 1rem;
    margin-bottom: 1.875rem;
    padding-bottom: 1.25rem;
    border-bottom-width: 0.1875rem;
  }
}
.p-column-sidebar__category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-column-sidebar__category-item {
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 768px) {
  .p-column-sidebar__category-item {
    border-bottom-width: 0.125rem;
  }
}
.p-column-sidebar__category-item:last-child {
  border-bottom: none;
}
.p-column-sidebar__category-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  font-size: 1rem;
  color: #000000;
  text-decoration: none;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-column-sidebar__category-item a {
    padding: 1.5rem 0;
  }
}
.p-column-sidebar__category-item a:hover {
  color: #d90d0d;
}
.p-column-sidebar__count {
  font-size: 0.8125rem;
  color: #666666;
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .p-column-sidebar__count {
    font-size: 1.625rem;
  }
}
.p-column-sidebar__ranking-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-column-sidebar__ranking-item {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-column-sidebar__ranking-item {
    margin-bottom: 1.875rem;
  }
}
.p-column-sidebar__ranking-item:last-child {
  margin-bottom: 0;
}
.p-column-sidebar__ranking-item a {
  display: flex;
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}
.p-column-sidebar__ranking-item a:hover {
  opacity: 0.7;
}
.p-column-sidebar__rank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: #d90d0d;
  font-weight: 600;
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1.25rem;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-column-sidebar__rank {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1rem;
  }
}
.p-column-sidebar__ranking-content {
  display: flex;
  gap: 1rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-column-sidebar__ranking-content {
    gap: 1.25rem;
  }
}
.p-column-sidebar__ranking-image {
  width: 6.25rem;
  height: 3.75rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.25rem;
}
@media screen and (max-width: 768px) {
  .p-column-sidebar__ranking-image {
    width: 7.5rem;
    height: 5.625rem;
    border-radius: 0.375rem;
  }
}
.p-column-sidebar__ranking-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-column-sidebar__ranking-text {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #000000;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-column-sidebar__ranking-text {
    font-size: 1.625rem;
  }
}
.p-column-sidebar__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-column-sidebar__tag-list {
    gap: 0.75rem;
  }
}
.p-column-sidebar__tag-item a {
  display: inline-block;
  padding: 0.375rem 1rem;
  background: #f5f5f5;
  color: #000000;
  font-size: 0.8125rem;
  text-decoration: none;
  border-radius: 1.25rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-column-sidebar__tag-item a {
    padding: 0.75rem 1.5rem;
    font-size: 1.5rem;
    border-radius: 1.875rem;
  }
}
.p-column-sidebar__tag-item a:hover {
  background: #d90d0d;
  color: #fcfefb;
}

.p-column-related {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 0.125rem solid #d6d6d6;
}
@media screen and (max-width: 768px) {
  .p-column-related {
    margin-top: 6.25rem;
    padding-top: 5rem;
    border-top-width: 0.1875rem;
  }
}
.p-column-related__ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-column-related__ttl {
    font-size: 1.5rem;
    margin-bottom: 3.75rem;
  }
}
.p-column-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1000px) {
  .p-column-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-column-related__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.p-column-related__card {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-column-related__card {
    border-radius: 0.75rem;
  }
}
.p-column-related__card:hover {
  transform: translateY(-0.25rem);
}
.p-column-related__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-column-related__image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p-column-related__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
.p-column-related__card:hover .p-column-related__image img {
  transform: scale(1.05);
}
.p-column-related__content {
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .p-column-related__content {
    padding: 2.5rem;
  }
}
.p-column-related__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-column-related__title {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.p-column-related__text {
  font-size: 0.8125rem;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-column-related__text {
    font-size: 1.625rem;
    margin-bottom: 1.875rem;
  }
}
.p-column-related__date {
  display: inline-block;
  font-size: 0.8125rem;
  color: #666666;
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-column-related__date {
    font-size: 1.625rem;
  }
}

.p-column-cta {
  margin-top: 5rem;
  padding: 5rem 0;
  background: #f5f5f5;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-column-cta {
    margin-top: 6.25rem;
    padding: 5rem 2.5rem;
    border-radius: 1.5rem;
  }
}
.p-column-cta__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
  padding: 0 5rem;
}
@media screen and (max-width: 1000px) {
  .p-column-cta__grid {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column-cta__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-bottom: 3.75rem;
    padding: 0;
  }
}
.p-column-cta__card {
  background: #fcfefb;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-column-cta__card {
    border-radius: 0.75rem;
  }
}
.p-column-cta__card:hover {
  transform: translateY(-0.25rem);
}
.p-column-cta__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-column-cta__image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p-column-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
.p-column-cta__card:hover .p-column-cta__image img {
  transform: scale(1.05);
}
.p-column-cta__content {
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .p-column-cta__content {
    padding: 2.5rem;
  }
}
.p-column-cta__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-column-cta__title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-column-cta__text {
  font-size: 1rem;
  line-height: 1.7;
  color: #000000;
}
.p-column-cta__button {
  text-align: center;
}
.p-column-cta__button .c-btn {
  min-width: 25rem;
  padding: 2rem 3rem;
  font-size: 1rem;
}
@media screen and (max-width: 1000px) {
  .p-column-cta__button .c-btn {
    min-width: 18.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column-cta__button .c-btn {
    min-width: auto;
    width: 90%;
    padding: 2.5rem 3.75rem;
    font-size: 0.875rem;
  }
}

.c-btn--primary {
  display: inline-block;
  background: #d90d0d;
  color: #fcfefb;
  text-align: center;
  text-decoration: none;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: 0.3s ease;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-btn--primary {
    border-radius: 0.75rem;
  }
}
.c-btn--primary:hover {
  background: #910909;
  transform: translateY(-0.125rem);
}

.p-contact .l-contact .l-wrapper {
  max-width: none;
  min-height: auto;
}
.p-contact .l-wrapper {
  max-width: 50rem;
  min-height: 100vh;
  margin: 0 auto;
}
.p-contact__container {
  max-width: 50rem;
  margin: 0 auto;
}
.p-contact__form-group {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form-group {
    margin-bottom: 1.5rem;
  }
}
.p-contact__form-group:last-child {
  margin-bottom: 0;
}
.p-contact__label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-contact__label {
    margin-bottom: 0.5rem;
  }
}
.p-contact__label--required::after {
  content: "（必須）";
  color: #d90d0d;
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__label--required::after {
    font-size: 0.8125rem;
  }
}
.p-contact__input {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #d6d6d6;
  border-radius: 0.25rem;
  transition: border-color 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-contact__input {
    padding: 0.625rem 0.625rem;
  }
}
.p-contact__input:focus {
  outline: none;
  border-color: #d90d0d;
}
.p-contact__input::placeholder {
  color: #666666;
}
.p-contact__textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #d6d6d6;
  border-radius: 0.25rem;
  transition: border-color 0.3s ease;
  resize: vertical;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-contact__textarea {
    padding: 0.625rem 0.625rem;
  }
}
.p-contact__textarea:focus {
  outline: none;
  border-color: #d90d0d;
}
.p-contact__textarea::placeholder {
  color: #666666;
}
.p-contact__submit {
  display: flex;
  justify-content: center;
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-contact__submit {
    margin-bottom: 3rem;
  }
}
.p-contact__button {
  display: inline-block;
  min-width: 17.5rem;
  padding: 1rem 3rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fcfefb;
  background: linear-gradient(135deg, #d90d0d 0%, #910909 100%);
  border: none;
  border-radius: 3.125rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-contact__button {
    min-width: 100%;
    font-size: 0.875rem;
    padding: 0.875rem 1.5rem;
  }
}
.p-contact__button:hover {
  background: linear-gradient(135deg, #910909 0%, rgb(96.9805194805, 6.0194805195, 6.0194805195) 100%);
}
.p-contact__button:active {
  transform: translateY(0);
}

.p-thanks .l-wrapper {
  max-width: 50rem;
  margin: 0 auto;
  min-height: 70vh;
}
.p-thanks .p-page__ttl {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-thanks .p-page__ttl {
    margin-top: 2.5rem;
  }
}
.p-thanks__btn {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-thanks__btn {
    margin-top: 2rem;
  }
}
.p-thanks__btn .c-btn {
  width: 16.25rem;
  height: 3.75rem;
  background-color: #d90d0d;
  color: #fcfefb;
  font-weight: 600;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-thanks__btn .c-btn:hover {
  background-color: #910909;
}

@media screen and (max-width: 768px) {
  .p-reasons .l-wrapper {
    padding: 0 1.25rem;
  }
}
.p-reasons-intro {
  background-color: #fcfefb;
}
.p-reasons-intro__ttl {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .p-reasons-intro__ttl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reasons-intro__ttl {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
}
.p-reasons-intro__text {
  font-size: 1.25rem;
  text-align: center;
  line-height: 2;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-reasons-intro__text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.p-reasons-intro__subtitle {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  color: #fcfefb;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-reasons-intro__subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
.p-reasons-intro__image {
  text-align: center;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 768px) {
  .p-reasons-intro__image {
    margin: 0 auto 2rem;
  }
}
.p-reasons-intro__image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.p-reasons-intro__process {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 0 3rem;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-reasons-intro__process {
    flex-direction: column;
    margin: 2rem 0;
  }
}
.p-reasons-intro__process-item {
  flex: 0 0 calc(50% - 0.5rem);
  border-radius: 1rem;
  padding: 2rem;
  background-color: #fcfefb;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-reasons-intro__process-item {
    flex: 0 0 100%;
    padding: 1.5rem;
    text-align: left;
  }
}
.p-reasons-intro__process-image {
  flex-shrink: 0;
  position: relative;
  width: 11.25rem;
  height: 11.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-reasons-intro__process-image {
    width: 6rem;
    height: 6rem;
  }
}
.p-reasons-intro__process-circle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 11.25rem;
  height: 11.25rem;
  background-color: #f5f5f5;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-reasons-intro__process-circle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6rem;
    height: 6rem;
  }
}
.p-reasons-intro__process-image img {
  width: 9rem;
  height: 9rem;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-reasons-intro__process-image img {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.p-reasons-intro__process-text {
  width: 100%;
  position: relative;
  z-index: 2;
}
.p-reasons-intro__process-title {
  display: inline-block;
  background-color: #d90d0d;
  color: #fcfefb;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.4rem 1rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-reasons-intro__process-title {
    font-size: 1rem;
    padding: 0.4rem 0.8rem;
    margin-top: 0.625rem;
  }
}
.p-reasons-intro__process-subtitle {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-reasons-intro__process-subtitle {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}
.p-reasons-intro__process-desc {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 1rem;
}
@media screen and (max-width: 768px) {
  .p-reasons-intro__process-desc {
    font-size: 0.8125rem;
    margin-bottom: 0.75rem;
  }
}
.p-reasons-intro__process-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-reasons-intro__process-list {
    gap: 0.5rem;
  }
}
.p-reasons-intro__process-list-item {
  font-weight: bold;
  background-color: #f5f5f5;
  width: fit-content;
  line-height: 1.8;
  color: #000000;
  padding: 0.25rem 1rem 0.25rem 2.5rem;
  border-radius: 2.5rem;
  position: relative;
  margin-bottom: 0;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-reasons-intro__process-list-item {
    font-size: 0.8125rem;
    padding: 0.25rem 0.625rem 0.25rem 2.5625rem;
  }
}
.p-reasons-intro__process-list-item::before {
  content: "";
  position: absolute;
  left: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("/cms/wp-content/themes/goevent2026/images/common/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-reasons-intro__process-list-item::before {
    top: 50%;
  }
}
.p-reasons-reasons {
  padding: 0 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-reasons-reasons {
    padding: 0 0 3rem;
  }
}
.p-reasons-reasons__item {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-reasons-reasons__item {
    margin-bottom: 3rem;
  }
}
.p-reasons-reasons__item:last-child {
  margin-bottom: 0;
}
.p-reasons-reasons__item--reverse .p-reasons-reasons__content {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .p-reasons-reasons__item--reverse .p-reasons-reasons__content {
    flex-direction: column;
  }
}
.p-reasons-reasons__item--centered .p-reasons-reasons__content {
  flex-direction: column;
  align-items: center;
}
.p-reasons-reasons__content {
  display: flex;
  gap: 3.75rem;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-reasons-reasons__content {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-reasons-reasons__text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-reasons-reasons__text {
    width: 100%;
  }
}
.p-reasons-reasons__text-center {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-reasons-reasons__text-center {
    margin-bottom: 2.5rem;
  }
}
.p-reasons-reasons__header {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .p-reasons-reasons__header {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-reasons-reasons__header {
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-reasons-reasons__header h2 {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-reasons-reasons__header h2 {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}
.p-reasons-reasons__number {
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 10rem;
  font-weight: 600;
  color: #d90d0d;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 2.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-reasons-reasons__number {
    font-size: 5rem;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.p-reasons-reasons__ttl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  color: #d90d0d;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1000px) {
  .p-reasons-reasons__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reasons-reasons__ttl {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
}
.p-reasons-reasons__subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #d90d0d;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-reasons-reasons__subtitle {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.p-reasons-reasons__description {
  font-size: 1rem;
  line-height: 2;
  color: #000000;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-reasons-reasons__description {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-bottom: 0.625rem;
  }
}
.p-reasons-reasons__point {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-reasons-reasons__point {
    margin-bottom: 0.625rem;
  }
}
.p-reasons-reasons__point-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-reasons-reasons__point-icon::before {
  content: "";
  display: block;
  width: 1.6875rem;
  height: 1.6875rem;
  background-image: url("/cms/wp-content/themes/goevent2026/images/common/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-reasons-reasons__point-icon::before {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.p-reasons-reasons__point-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-reasons-reasons__point-text {
    font-size: 0.875rem;
  }
}
.p-reasons-reasons__image {
  flex: 0 0 490px;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-reasons-reasons__image {
    flex: 0 0 400px;
  }
}
@media screen and (max-width: 768px) {
  .p-reasons-reasons__image {
    flex: 1;
    width: 70%;
  }
}
.p-reasons-reasons__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-reasons-reasons__image-bg {
  width: 100%;
  height: 25rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-reasons-reasons__image-bg {
    height: 15.625rem;
    margin-bottom: 2rem;
  }
}
.p-reasons-reasons__image-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.p-reasons-reasons__image-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-reasons-reasons__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-reasons-reasons__cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.p-reasons-reasons__card {
  background-color: #fcfefb;
  padding: 2.5rem 1.875rem;
  border-radius: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reasons-reasons__card {
    padding: 2rem 1.5rem;
  }
}
.p-reasons-reasons__card:hover {
  transform: translateY(-0.5rem);
}
.p-reasons-reasons__card h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #d90d0d;
}
@media screen and (max-width: 768px) {
  .p-reasons-reasons__card h4 {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.p-reasons-reasons__card p {
  font-size: 1rem;
  color: #000000;
  line-height: 1.6;
}
.p-reasons-services {
  margin-bottom: 8.75rem;
  padding: 8.75rem 0;
  background-color: #d90d0d;
}
@media screen and (max-width: 768px) {
  .p-reasons-services {
    margin-bottom: 3rem;
    padding: 3rem 0;
  }
}
.p-reasons-services__lead {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 5rem;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-reasons-services__lead {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
  }
}
.p-reasons-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 1165px) {
  .p-reasons-services__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-reasons-services__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reasons-services__grid {
    gap: 1rem;
  }
}
.p-reasons-services__card {
  background-color: #fcfefb;
  padding: 2.5rem 1.5rem;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s ease;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1165px) {
  .p-reasons-services__card {
    padding: 2rem 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reasons-services__card {
    padding: 1rem;
  }
}
.p-reasons-services__card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1165px) {
  .p-reasons-services__card h3 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reasons-services__card h3 {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.p-reasons-services__card p {
  font-size: 1rem;
  line-height: 1.7;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .p-reasons-services__card p {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}
.p-reasons-services__icon {
  width: 15rem;
  max-width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto 1.25rem;
  color: #d90d0d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 1165px) {
  .p-reasons-services__icon {
    width: 12rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-reasons-services__icon {
    width: min(12rem, 100%);
  }
}
@media screen and (max-width: 768px) {
  .p-reasons-services__icon {
    width: 5rem;
    margin-bottom: 1rem;
  }
}
.p-reasons-services__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 50%;
  z-index: 0;
}
.p-reasons-services__icon img {
  width: 80%;
  max-width: 100%;
  height: 80%;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 1;
}
.p-reasons-stats {
  padding: 7.5rem 0;
  background: rgba(217, 13, 13, 0.03);
}
@media screen and (max-width: 768px) {
  .p-reasons-stats {
    padding: 3rem 0;
  }
}
.p-reasons-stats__lead {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 5rem;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-reasons-stats__lead {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
  }
}
.p-reasons-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 1165px) {
  .p-reasons-stats__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .p-reasons-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reasons-stats__grid {
    gap: 1.5rem;
  }
}
.p-reasons-stats__card {
  background-color: #fcfefb;
  padding: 2.5rem 1.5rem;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-reasons-stats__card {
    padding: 2rem 1.5rem;
  }
}
.p-reasons-stats__number {
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 6.25rem;
  font-weight: 600;
  color: #d90d0d;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-reasons-stats__number {
    font-size: 3rem;
    margin-bottom: 0.75rem;
  }
}
.p-reasons-stats__number span {
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 0.25rem;
}
@media screen and (max-width: 768px) {
  .p-reasons-stats__number span {
    font-size: 1.5rem;
  }
}
.p-reasons-stats__label {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-reasons-stats__label {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.p-reasons-stats__text {
  font-size: 1rem;
  line-height: 1.7;
}
.p-reasons-trend {
  background-color: #d90d0d;
  padding: 8.75rem 0;
}
@media screen and (max-width: 768px) {
  .p-reasons-trend {
    padding: 3rem 0;
  }
}
.p-reasons-trend__title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1000px) {
  .p-reasons-trend__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reasons-trend__title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-reasons-trend__comparison {
  background-color: #fcfefb;
  border-radius: 1rem;
  padding: 3.75rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-reasons-trend__comparison {
    padding: 1.25rem;
  }
}
.p-reasons-trend__item {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-reasons-trend__item {
    margin-bottom: 2rem;
  }
}
.p-reasons-trend__item:last-child {
  margin-bottom: 0;
}
.p-reasons-trend__item-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-reasons-trend__item-title {
    font-size: 1.75rem;
    padding-left: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reasons-trend__item-title {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.p-reasons-trend__item-title::before {
  content: "●";
  position: absolute;
  top: 0.2rem;
  left: 0;
  font-size: 0.875em;
  line-height: inherit;
}
.p-reasons-trend__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
.p-reasons-trend__table th,
.p-reasons-trend__table td {
  padding: 1.5rem 2rem;
  border: 1px solid #d6d6d6;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-reasons-trend__table th,
  .p-reasons-trend__table td {
    font-size: 0.875rem;
    padding: 0.75rem;
    display: block;
    width: 100%;
  }
}
.p-reasons-trend__table th {
  background-color: #f5f5f5;
  font-weight: 600;
  width: 25%;
}
.p-reasons-trend__table th:first-child {
  border-bottom: 1px solid #d6d6d6;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-reasons-trend__table th:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-reasons-trend__table td {
    border-top: none;
    padding-top: 0;
  }
}
.p-reasons-trend__table td:first-child {
  font-weight: 600;
  border-top: 1px solid #d6d6d6;
  background-color: #f5f5f5;
}
.p-reasons-trend__table td:nth-child(2) {
  font-weight: 600;
  color: #d90d0d;
}
@media screen and (max-width: 768px) {
  .p-reasons-trend__table td:not(:first-child) {
    padding: 0.75rem;
  }
  .p-reasons-trend__table td:not(:first-child)::before {
    content: attr(data-label);
    display: inline-block;
    font-weight: 600;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reasons-trend__table thead {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-reasons-trend__table tbody tr {
    display: block;
    margin-bottom: 1.25rem;
  }
  .p-reasons-trend__table tbody tr:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.p-reasons .l-contact {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-reasons .l-contact {
    margin-top: 0;
  }
}

.p-flow .c-title__heading {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-flow .c-title__heading {
    padding: 1.5rem 0 2rem;
    gap: 3rem;
    margin-bottom: 2rem;
  }
}
.p-flow .c-title__heading h2 {
  margin-bottom: -1rem;
}
@media screen and (max-width: 768px) {
  .p-flow .c-title__heading h2 {
    margin-bottom: -0.75rem;
  }
}
.p-flow .c-title__en-title {
  font-size: 4rem;
  font-weight: 600;
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-flow .c-title__en-title {
    font-size: 2.625rem;
    padding-left: 0.625rem;
  }
}
.p-flow .c-title__en-title::first-letter {
  color: #d90d0d;
  font-size: 130%;
}
.p-flow h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-flow h2 {
    font-size: 1.5rem;
  }
}
.p-flow__lead {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 5rem;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-flow__lead {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
  }
}
.p-flow__container {
  display: grid;
  grid-template-columns: 18.75rem 1fr;
  gap: 3.75rem;
  align-items: start;
}
@media screen and (max-width: 1000px) {
  .p-flow__container {
    grid-template-columns: 15rem 1fr;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-flow__sidebar-wrapper {
  position: relative;
  width: 18.75rem;
}
@media screen and (max-width: 1000px) {
  .p-flow__sidebar-wrapper {
    width: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__sidebar-wrapper {
    display: none;
  }
}
.p-flow__sidebar {
  position: static;
  width: 18.75rem;
}
@media screen and (max-width: 1000px) {
  .p-flow__sidebar {
    width: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__sidebar {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.p-flow__sidebar.is-fixed {
  position: fixed;
  top: 7.5rem;
  z-index: 100;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  max-height: calc(100vh - 7.5rem);
  overflow-y: auto;
  transition: none;
}
@media screen and (max-width: 768px) {
  .p-flow__sidebar.is-fixed {
    position: static;
    left: auto;
    width: 100%;
    margin-bottom: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    max-height: none;
    overflow-y: visible;
  }
}
.p-flow__sidebar-spacer {
  display: none;
  width: 100%;
  min-height: 1px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-flow__sidebar-spacer {
    display: none !important;
  }
}
.p-flow__sidebar-spacer.is-active {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-flow__nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.p-flow__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-flow__nav-list {
    display: flex;
    gap: 1.25rem;
    padding-bottom: 0.625rem;
  }
}
.p-flow__nav-item {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-flow__nav-item {
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
.p-flow__nav-item:last-child {
  margin-bottom: 0;
}
.p-flow__nav-link {
  display: block;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-flow__nav-link {
    font-size: 0.8125rem;
    white-space: nowrap;
  }
}
.p-flow__nav-link:hover {
  background-color: rgba(217, 13, 13, 0.1);
  color: #d90d0d;
  opacity: 1;
}
.p-flow__nav-link.is-active {
  background-color: rgba(217, 13, 13, 0.15);
  color: #d90d0d;
}
.p-flow__nav-number {
  display: inline-block;
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  color: #d90d0d;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-flow__nav-number {
    margin-right: 0.25rem;
  }
}
.p-flow__steps {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3.75rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-flow__steps {
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-flow__step {
  padding: 2.5rem;
  background-color: #fcfefb;
  border: 0.125rem solid #d6d6d6;
  border-radius: 1rem;
  transition: all 0.3s ease;
  position: relative;
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 1000px) {
  .p-flow__step {
    padding: 1.875rem;
    scroll-margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__step {
    padding: 1.875rem;
    scroll-margin-top: 6rem;
  }
}
.p-flow__step:hover {
  border-color: #d90d0d;
}
.p-flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1.25rem solid #d90d0d;
}
@media screen and (max-width: 768px) {
  .p-flow__step:not(:last-child)::after {
    bottom: -2rem;
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    border-top: 1rem solid #d90d0d;
  }
}
.p-flow__step-number {
  font-family: "Big Shoulders", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #d90d0d;
  line-height: 1;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-flow__step-number {
    font-size: 1.5rem;
    margin-right: 0.25rem;
  }
}
.p-flow__step-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-flow__step-header {
    gap: 0.75rem;
  }
}
.p-flow__step-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
  color: #d90d0d;
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .p-flow__step-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__step-title {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}
.p-flow__step-duration {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #666666;
  background-color: #000000;
  color: #fcfefb;
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: 1.25rem;
  flex-shrink: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-flow__step-duration {
    font-size: 0.8125rem;
    padding: 0.25rem 0.75rem;
  }
}
.p-flow__step-content p {
  font-size: 1rem;
  line-height: 2;
  color: #000000;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-flow__step-content p {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }
}
.p-flow__step-content p:last-of-type {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-flow__step-content p:last-of-type {
    margin-bottom: 1.5rem;
  }
}
.p-flow__step-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-flow__step-list {
    gap: 0.5rem;
  }
}
.p-flow__step-list li {
  font-weight: bold;
  background-color: #f5f5f5;
  width: fit-content;
  line-height: 1.8;
  color: #000000;
  padding: 0.25rem 1rem 0.25rem 2.5rem;
  border-radius: 2.5rem;
  position: relative;
  margin-bottom: 0;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-flow__step-list li {
    font-size: 0.8125rem;
    padding: 0.25rem 0.625rem 0.25rem 2.5625rem;
  }
}
.p-flow__step-list li::before {
  content: "";
  position: absolute;
  left: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("../../images/common/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-flow__step-list li::before {
    top: 50%;
  }
}
.p-flow__cta {
  text-align: center;
  padding: 3.75rem 2.5rem;
  background: linear-gradient(135deg, rgba(217, 13, 13, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%);
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-flow__cta {
    padding: 2.5rem 1.5rem;
  }
}
.p-flow__cta-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #d90d0d;
  margin-bottom: 3rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-flow__cta-text {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}
.p-flow .c-btn {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-tokyo-intro {
    padding: 3rem 0;
  }
}
.p-tokyo-intro__ttl {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .p-tokyo-intro__ttl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-tokyo-intro__ttl {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
}
.p-tokyo-intro__text {
  text-align: center;
  line-height: 1.8;
  color: #000000;
  margin: 0 auto 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-tokyo-intro__text {
    margin: 0 auto 3rem;
  }
}
.p-tokyo-challenges {
  padding: 8.75rem 0;
  background: #d90d0d;
}
@media screen and (max-width: 768px) {
  .p-tokyo-challenges {
    padding: 3rem 0;
  }
}
.p-tokyo-challenges__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 1000px) {
  .p-tokyo-challenges__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-tokyo-challenges__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.p-tokyo-challenges__card {
  background-color: #fcfefb;
  padding: 2.5rem 1.875rem;
  border-radius: 1rem;
  transition: all 0.3s ease;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-tokyo-challenges__card {
    padding: 2rem 1.5rem;
  }
}
.p-tokyo-challenges__card:hover {
  border-color: #d90d0d;
}
.p-tokyo-challenges__icon {
  width: 15.625rem;
  height: 15.625rem;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-tokyo-challenges__icon {
    width: 10rem;
    height: 10rem;
    margin-bottom: 1rem;
  }
}
.p-tokyo-challenges__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-tokyo-challenges__ttl {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  color: #d90d0d;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-tokyo-challenges__ttl {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.p-tokyo-challenges__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-tokyo-challenges__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.p-tokyo .p-reasons-reasons {
  margin-top: 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-tokyo .p-reasons-reasons {
    margin-top: 3rem;
  }
}
.p-tokyo .p-reasons-reasons__item {
  border-bottom: 0.0625rem solid #d6d6d6;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-tokyo .p-reasons-reasons__item {
    padding-bottom: 3rem;
  }
}
.p-tokyo .p-reasons-reasons__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-tokyo-support {
  padding: 7.5rem 0;
  background: #d90d0d;
}
@media screen and (max-width: 768px) {
  .p-tokyo-support {
    padding: 3rem 0;
  }
}
.p-tokyo-support__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 1000px) {
  .p-tokyo-support__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-tokyo-support__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.p-tokyo-support__card {
  background-color: #fcfefb;
  padding: 2.5rem 1.5rem;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-tokyo-support__card {
    padding: 2rem 1.5rem;
  }
}
.p-tokyo-support__card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-tokyo-support__card h3 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.p-tokyo-support__card p {
  font-size: 1rem;
  text-align: left;
  line-height: 1.7;
}
.p-tokyo-support__icon {
  width: 15rem;
  max-width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto 1.25rem;
  color: #d90d0d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 1165px) {
  .p-tokyo-support__icon {
    width: 12rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-tokyo-support__icon {
    width: min(12rem, 100%);
  }
}
@media screen and (max-width: 768px) {
  .p-tokyo-support__icon {
    width: 5rem;
    margin-bottom: 1rem;
  }
}
.p-tokyo-support__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 50%;
  z-index: 0;
}
.p-tokyo-support__icon img {
  width: 80%;
  max-width: 100%;
  height: 80%;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 1;
}
.p-tokyo .l-contact {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-tokyo .l-contact {
    margin-top: 0;
  }
}

/* utility */
.u-clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.u-clearfix {
  min-height: 1px;
}

* html .u-clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

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

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

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

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

.u-sr-only {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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