@charset "UTF-8";
:where(html.service) *,
:where(html.service) *::before,
:where(html.service) *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
:where(html.service) ul,
:where(html.service) ol {
  padding: 0;
}
:where(html.service) body,
:where(html.service) h1,
:where(html.service) h2,
:where(html.service) h3,
:where(html.service) h4,
:where(html.service) p,
:where(html.service) ul,
:where(html.service) ol,
:where(html.service) figure,
:where(html.service) blockquote,
:where(html.service) dl,
:where(html.service) dd {
  margin: 0;
}
:where(html.service) body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}
:where(html.service) body main {
  line-height: 1.5;
}
:where(html.service) body main .crumb {
  line-height: 1;
}
:where(html.service) ul,
:where(html.service) ol {
  list-style: none;
}
:where(html.service) a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
:where(html.service) img {
  max-width: 100%;
  display: block;
  width: 100%;
}
:where(html.service) article > * + * {
  margin-top: 1em;
}
:where(html.service) input,
:where(html.service) button,
:where(html.service) textarea,
:where(html.service) select {
  font: inherit;
}
:where(html.service) input[type=checkbox],
:where(html.service) input[type=radio] {
  display: none;
}
:where(html.service) input,
:where(html.service) button,
:where(html.service) select,
:where(html.service) textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
:where(html.service) textarea {
  resize: vertical;
}
:where(html.service) input[type=submit],
:where(html.service) input[type=button],
:where(html.service) label,
:where(html.service) button,
:where(html.service) select {
  cursor: pointer;
}

:where(html.service) body .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  :where(html.service) body .sp {
    display: block;
  }
}

:where(html.service) body .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  :where(html.service) body .pc {
    display: none;
  }
}

:where(html.service) body {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1rem, 1rem);
}

:where(html.service) h1,
:where(html.service) h2,
:where(html.service) h3,
:where(html.service) h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

:where(html.service) .ja {
  font-family: "Noto Sans JP", sans-serif;
}

html.service .en {
  font-family: "aime", serif;
}

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

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

html.service {
  scrollbar-gutter: stable;
}

h2, h3, h4 {
  color: #222222;
  font-weight: 500;
  letter-spacing: 0.03em;
}

p {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}
@media screen and (max-width: 376px) {
  p {
    font-size: 13px;
  }
}

img {
  pointer-events: none;
}

@media screen and (min-width: 767px) {
  button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  button:hover {
    opacity: 0.7;
  }
}

a.l-hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 767px) {
  a.l-hover:hover {
    opacity: 0.7;
  }
}

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

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

.bg-lightgreen {
  background-color: #FCFFFE;
}

@media screen and (max-width: 767px) {
  .bg-white-sp {
    background-color: #ffffff;
  }
}

.bg-semicircle {
  position: relative;
  background-image: url("../../img/solution/common/bg-semicircle.webp");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .bg-semicircle {
    background-image: url("../../img/solution/common/bg-semicircle-sp.webp");
  }
}

.l-inner {
  width: calc(clamp(979.2px, 80vw, 1152px) + clamp(102px, 8.3333333333vw, 120px));
  max-width: 100%;
  padding: 0 clamp(51px, 4.1666666667vw, 60px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 clamp(17px, 5.3333333333vw, 20px);
  }
}

.l-inner--wide {
  width: calc(clamp(1190px, 97.2222222222vw, 1400px) + clamp(102px, 8.3333333333vw, 120px));
  max-width: 100%;
  padding: 0 clamp(51px, 4.1666666667vw, 60px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner--wide {
    padding: 0 clamp(29.75px, 9.3333333333vw, 35px);
  }
}

.l-inner-page {
  max-width: clamp(1156px, 94.4444444444vw, 1360px);
  width: 100%;
  margin: 0 auto;
  padding-top: clamp(131.75px, 10.7638888889vw, 155px);
  padding-left: clamp(59.5px, 4.8611111111vw, 70px);
  padding-right: clamp(59.5px, 4.8611111111vw, 70px);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1025px) {
  .l-inner-page {
    margin-right: 80px;
    padding: clamp(42.5px, 3.4722222222vw, 50px) clamp(34px, 2.7777777778vw, 40px) 0 clamp(34px, 2.7777777778vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .l-inner-page {
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: clamp(68px, 21.3333333333vw, 80px) clamp(17px, 5.3333333333vw, 20px) 0;
  }
}

@media screen and (max-width: 767px) {
  .p-events .l-inner-page {
    padding: clamp(136px, 42.6666666667vw, 160px) clamp(17px, 5.3333333333vw, 20px) 0;
  }
}

.l-header {
  position: fixed;
  right: 0;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 100;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-header {
    display: none;
  }
}
.l-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 153, 126, 0)), color-stop(12%, #18654d));
  background: linear-gradient(to bottom, rgba(66, 153, 126, 0), #18654d 12%);
  z-index: 2;
  -webkit-transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
body:not(.home) .l-header::before {
  max-height: clamp(586.075px, 47.8819444444vw, 689.5px);
  top: clamp(98.6px, 8.0555555556vw, 116px);
}
.l-header__logo {
  position: absolute;
  top: clamp(44.2px, 3.6111111111vw, 52px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: auto;
}
body:not(.home) .l-header__logo {
  top: clamp(28.9px, 2.3611111111vw, 34px);
  left: auto;
  right: clamp(18.7px, 1.5277777778vw, 22px);
  -webkit-transform: none;
          transform: none;
}
body:not(.home) .l-header__logo img {
  width: clamp(100.3px, 8.1944444444vw, 118px);
  max-width: none;
}
.l-header__logo a {
  display: block;
}
@media screen and (min-width: 767px) {
  .l-header__logo a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__logo img {
  width: clamp(34px, 2.7777777778vw, 40px);
  display: block;
}
.l-header__nav {
  position: absolute;
  top: clamp(185.3px, 15.1388888889vw, 218px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: auto;
}
.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(12.75px, 1.0416666667vw, 15px);
}
body:not(.home) .l-header__nav-list {
  gap: clamp(21.25px, 1.7361111111vw, 25px);
}
.l-header__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body:not(.home) .l-header__nav-item:last-child .l-header__nav-link::after {
  display: none;
}
.l-header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(8.5px, 0.6944444444vw, 10px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body:not(.home) .l-header__nav-link {
  gap: clamp(21.25px, 1.7361111111vw, 25px);
}
@media screen and (min-width: 767px) {
  .l-header__nav-link:hover {
    opacity: 0.4;
  }
}
.l-header__nav-link::after {
  content: "・・・";
  display: block;
  font-size: clamp(5.95px, 0.4861111111vw, 7px);
  color: #0c4134;
  line-height: 1;
}
.l-header__nav-title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(11.9px, 0.9722222222vw, 14px);
  font-weight: 500;
  color: #0c4134;
  line-height: 1;
  letter-spacing: 0;
  width: 18px;
}
body:not(.home) .l-header__nav-title {
  line-height: 1.3;
}

.l-header-mobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: clamp(55.25px, 17.3333333333vw, 65px);
  z-index: 100;
  pointer-events: none;
}
@media screen and (min-width: 767px) {
  .l-header-mobile {
    display: none;
  }
}
.l-header-mobile__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 clamp(17px, 5.3333333333vw, 20px);
  height: 100%;
  pointer-events: auto;
}
.l-header-mobile__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: clamp(23.8px, 7.4666666667vw, 28px);
  height: clamp(13.6px, 4.2666666667vw, 16px);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
}
.l-header-mobile__trigger span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: #0c4134;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.l-header-mobile__trigger.is-active span:nth-child(1) {
  -webkit-transform: translateY(clamp(5.95px, 1.8666666667vw, 7px)) rotate(45deg);
          transform: translateY(clamp(5.95px, 1.8666666667vw, 7px)) rotate(45deg);
}
.l-header-mobile__trigger.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header-mobile__trigger.is-active span:nth-child(3) {
  -webkit-transform: translateY(clamp(-5.95px, -1.8666666667vw, -7px)) rotate(-45deg);
          transform: translateY(clamp(-5.95px, -1.8666666667vw, -7px)) rotate(-45deg);
}
.l-header-mobile__logo {
  pointer-events: auto;
}
.l-header-mobile__logo a {
  font-size: clamp(15.3px, 4.8vw, 18px);
  font-weight: 600;
  color: #0c4134;
  letter-spacing: 0.05em;
}

.l-pagebar {
  padding-top: clamp(28.05px, 2.2916666667vw, 33px);
  padding-right: calc(80px + clamp(59.5px, 4.8611111111vw, 70px));
  padding-left: clamp(21.25px, 1.7361111111vw, 25px);
}
@media screen and (max-width: 767px) {
  .l-pagebar {
    display: none;
  }
}
.l-pagebar__breadcrumb {
  display: block;
  border-bottom: 1px solid #dddddd;
  padding-bottom: clamp(13.6px, 1.1111111111vw, 16px);
}
.l-pagebar__breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.l-pagebar__breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(11.05px, 0.9027777778vw, 13px);
  color: #0c4134;
  letter-spacing: 0.04em;
}
.l-pagebar__breadcrumb li:not(:last-child)::after {
  content: ". . .";
  display: inline-block;
  margin: 0 clamp(6.8px, 0.5555555556vw, 8px);
  color: #0c4134;
  font-size: clamp(5.95px, 0.4861111111vw, 7px);
  font-weight: 400;
  line-height: 1.6;
}
.l-pagebar__breadcrumb li:last-child {
  color: #737373;
}
.l-pagebar__breadcrumb a {
  color: #0c4134;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 767px) {
  .l-pagebar__breadcrumb a:hover {
    opacity: 0.7;
  }
}
.l-pagebar__logo img {
  width: clamp(100.3px, 8.1944444444vw, 118px);
  display: block;
}

.l-offcanvas {
  position: fixed;
  inset: 0;
  z-index: 99;
  padding-top: clamp(55.25px, 17.3333333333vw, 65px);
  background: rgba(12, 65, 52, 0.95);
  backdrop-filter: blur(10px);
  overflow-y: auto;
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
  -webkit-transition: clip-path 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-offcanvas * {
  color: #ffffff;
}
.l-offcanvas.is-active {
  clip-path: inset(0);
  pointer-events: auto;
}
.l-offcanvas__wrap {
  padding: clamp(34px, 10.6666666667vw, 40px) clamp(23.8px, 7.4666666667vw, 28px) clamp(51px, 16vw, 60px);
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-offcanvas__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-offcanvas__section {
  padding: clamp(20.4px, 6.4vw, 24px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.l-offcanvas__en {
  font-family: "Noto Serif JP", serif !important;
  font-size: clamp(18.7px, 5.8666666667vw, 22px);
  font-weight: 400;
  letter-spacing: 0.03em;
}
.l-offcanvas__ja {
  font-size: clamp(9.35px, 2.9333333333vw, 11px);
  opacity: 0.6;
  margin-top: clamp(3.4px, 1.0666666667vw, 4px);
  letter-spacing: 0.08em;
}
.l-offcanvas__list {
  margin-top: clamp(10.2px, 3.2vw, 12px);
}
.l-offcanvas__list li + li {
  margin-top: clamp(6.8px, 2.1333333333vw, 8px);
}
.l-offcanvas__list a {
  font-size: clamp(11.9px, 3.7333333333vw, 14px);
  opacity: 0.8;
  letter-spacing: 0.04em;
}
.l-offcanvas__bottom {
  margin-top: clamp(34px, 10.6666666667vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(6.8px, 2.1333333333vw, 8px);
}
.l-offcanvas__bottom a, .l-offcanvas__bottom p {
  font-size: clamp(9.35px, 2.9333333333vw, 11px);
  opacity: 0.5;
}

.footer,
.footer * {
  color: #3f433d;
}

.l-footer {
  background-color: #0c4134;
  color: #ffffff;
  padding: clamp(68px, 5.5555555556vw, 80px) clamp(85px, 6.9444444444vw, 100px) clamp(51px, 4.1666666667vw, 60px);
}
@media screen and (max-width: 1025px) {
  .l-footer {
    padding: clamp(51px, 16vw, 60px) clamp(29.75px, 9.3333333333vw, 35px) clamp(42.5px, 13.3333333333vw, 50px);
  }
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(51px, 4.1666666667vw, 60px);
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__logo {
  width: clamp(136px, 11.1111111111vw, 160px);
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: clamp(102px, 32vw, 120px);
  }
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(51px, 4.1666666667vw, 60px);
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(25.5px, 8vw, 30px);
  }
}
.l-footer__nav-list a {
  font-size: clamp(11.9px, 0.9722222222vw, 14px);
  font-weight: 500;
  letter-spacing: 0.03em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer__nav-list a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list a {
    font-size: clamp(11.9px, 3.7333333333vw, 14px);
  }
}
.l-footer__nav-list li + li {
  margin-top: clamp(8.5px, 0.6944444444vw, 10px);
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list li + li {
    margin-top: clamp(10.2px, 3.2vw, 12px);
  }
}
.l-footer__bottom {
  margin-top: clamp(51px, 4.1666666667vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: clamp(25.5px, 2.0833333333vw, 30px);
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(12.75px, 4vw, 15px);
    margin-top: clamp(34px, 10.6666666667vw, 40px);
    padding-top: clamp(21.25px, 6.6666666667vw, 25px);
  }
}
.l-footer__copyright {
  font-size: clamp(10px, 0.625vw, 12px);
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: clamp(8.5px, 2.6666666667vw, 10px);
  }
}
.l-footer__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(25.5px, 2.0833333333vw, 30px);
}
.l-footer__policy a {
  font-size: clamp(11px, 0.625vw, 12px);
  font-weight: 500;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer__policy a:hover {
  opacity: 0.7;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: clamp(44.2px, 3.6111111111vw, 52px);
  padding: clamp(6.8px, 0.5555555556vw, 8px) clamp(20.4px, 1.6666666667vw, 24px);
  border-radius: 100vmax;
  font-size: clamp(12.75px, 1.0416666667vw, 15px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn {
    min-height: clamp(37.4px, 11.7333333333vw, 44px);
    font-size: clamp(11.9px, 3.7333333333vw, 14px);
  }
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn--outline {
  border: 1px solid #0c4134;
  color: #0c4134;
  min-width: clamp(136px, 11.1111111111vw, 160px);
}
.c-btn--primary {
  background: #0c4134;
  color: #ffffff;
  min-width: clamp(170px, 13.8888888889vw, 200px);
}
@media screen and (max-width: 767px) {
  .c-btn--primary {
    min-width: clamp(187px, 58.6666666667vw, 220px);
  }
}
.c-btn--accent {
  background: #bce590;
  color: #0c4134;
  min-width: clamp(170px, 13.8888888889vw, 200px);
  font-family: "aime", serif !important;
  font-size: clamp(15.3px, 1.25vw, 18px);
}
.c-btn--contact {
  background: #bce590;
  color: #0c4134;
  font-family: "aime", serif !important;
  font-size: clamp(15.3px, 1.25vw, 18px);
  font-weight: 700;
  min-width: clamp(153px, 12.5vw, 180px);
  letter-spacing: 0.06em;
}
.c-btn--kv-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
  gap: clamp(10.2px, 0.8333333333vw, 12px);
  padding: clamp(10.2px, 0.8333333333vw, 12px) clamp(13.6px, 1.1111111111vw, 16px) clamp(10.2px, 0.8333333333vw, 12px) clamp(20.4px, 1.6666666667vw, 24px);
}
@media screen and (max-width: 767px) {
  .c-btn--kv-outline {
    gap: clamp(8.5px, 2.6666666667vw, 10px);
    padding: clamp(8.5px, 2.6666666667vw, 10px) clamp(11.9px, 3.7333333333vw, 14px) clamp(8.5px, 2.6666666667vw, 10px) clamp(17px, 5.3333333333vw, 20px);
  }
}
.c-btn--kv-primary {
  background: #bce590;
  color: #0c4134;
  gap: clamp(10.2px, 0.8333333333vw, 12px);
  padding: clamp(10.2px, 0.8333333333vw, 12px) clamp(13.6px, 1.1111111111vw, 16px) clamp(10.2px, 0.8333333333vw, 12px) clamp(20.4px, 1.6666666667vw, 24px);
}
@media screen and (max-width: 767px) {
  .c-btn--kv-primary {
    gap: clamp(8.5px, 2.6666666667vw, 10px);
    padding: clamp(8.5px, 2.6666666667vw, 10px) clamp(11.9px, 3.7333333333vw, 14px) clamp(8.5px, 2.6666666667vw, 10px) clamp(17px, 5.3333333333vw, 20px);
  }
}
.c-btn--kv-primary .c-btn__kv-circle {
  background-image: url("../../img/solution/common/icon-arrow-circle-dark.svg");
}
.c-btn__kv-circle {
  display: block;
  width: clamp(27.2px, 2.2222222222vw, 32px);
  height: clamp(28.05px, 2.2916666667vw, 33px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../../img/solution/common/icon-arrow-circle-white.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .c-btn__kv-circle {
    width: clamp(23.8px, 7.4666666667vw, 28px);
    height: clamp(24.65px, 7.7333333333vw, 29px);
  }
}

.c-btn-gradient {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: clamp(273.7px, 22.3611111111vw, 322px);
  min-height: clamp(56.1px, 4.5833333333vw, 66px);
  padding: clamp(13.6px, 1.1111111111vw, 16px) clamp(16.15px, 1.3194444444vw, 19px) clamp(16.15px, 1.3194444444vw, 19px) clamp(35.7px, 2.9166666667vw, 42px);
  gap: clamp(25.5px, 2.0833333333vw, 30px);
  border-radius: 9999px;
  background: linear-gradient(329.73deg, #0B4134 9.9%, #1C6957 93.95%);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn-gradient {
    width: 100%;
    max-width: clamp(272px, 85.3333333333vw, 320px);
    min-height: clamp(59.5px, 18.6666666667vw, 70px);
    padding: clamp(11.9px, 3.7333333333vw, 14px) clamp(11.9px, 3.7333333333vw, 14px) clamp(11.9px, 3.7333333333vw, 14px) clamp(23.8px, 7.4666666667vw, 28px);
  }
}
.c-btn-gradient::after {
  position: absolute;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.15);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -2px;
}
.c-btn-gradient::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#E4E4E4), to(#0B4134));
  background: linear-gradient(90deg, #E4E4E4, #0B4134);
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -2px;
  border-radius: 9999px;
  z-index: -1;
}
.c-btn-gradient__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13.6px, 1.1111111111vw, 16px);
  font-weight: 400;
  color: #f7f7f7;
  letter-spacing: 0.16em;
  padding-left: clamp(25.5px, 8vw, 30px);
}
@media screen and (max-width: 767px) {
  .c-btn-gradient__text {
    font-size: clamp(13.6px, 4.2666666667vw, 16px);
    letter-spacing: 0.12em;
    padding-left: clamp(25.5px, 8vw, 30px);
  }
}
.c-btn-gradient__text--narrow {
  letter-spacing: 0.04em;
}
.c-btn-gradient__arrow {
  width: clamp(26.35px, 2.1527777778vw, 31px);
  height: clamp(26.35px, 2.1527777778vw, 31px);
}
@media screen and (max-width: 767px) {
  .c-btn-gradient__arrow {
    width: clamp(23.8px, 7.4666666667vw, 28px);
    height: clamp(23.8px, 7.4666666667vw, 28px);
  }
}
.c-btn-gradient--light {
  background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(#deede8));
  background: linear-gradient(90deg, #f7f7f7 0%, #deede8 100%);
  -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.c-btn-gradient--light::before {
  background: -webkit-gradient(linear, left top, right top, from(#0B4134), to(#18654D));
  background: linear-gradient(90deg, #0B4134, #18654D);
}
.c-btn-gradient--light .c-btn-gradient__text {
  color: #0c4134;
}
.c-btn-gradient--accent {
  background: linear-gradient(120deg, #bce590 0%, #fdffe8 100%);
  -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
          box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.c-btn-gradient--accent .c-btn-gradient__text {
  color: #3f433d;
}

.c-icon-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(27.2px, 2.2222222222vw, 32px);
  height: clamp(28.05px, 2.2916666667vw, 33px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(34, 34, 34, 0.2);
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .c-icon-arrow {
    width: clamp(23.8px, 7.4666666667vw, 28px);
    height: clamp(24.65px, 7.7333333333vw, 29px);
  }
}
.c-icon-arrow::before {
  font-family: "iconfont";
  content: "\ea04";
  display: block;
  font-size: clamp(10.2px, 0.8333333333vw, 12px);
  color: #222222;
  -webkit-transform: translateX(0.0625rem);
          transform: translateX(0.0625rem);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@-moz-document url-prefix() {
  .c-icon-arrow::before {
    transform: translate(0.0625rem, 0.0625rem);
  }
}
.c-icon-arrow::before {
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .c-icon-arrow::before {
    font-size: clamp(10.2px, 3.2vw, 12px);
  }
}
.c-icon-arrow--white {
  background: #ffffff;
  border-color: transparent;
}
.c-icon-arrow--white::before {
  color: #0c4134;
  font-size: clamp(11.05px, 0.9027777778vw, 13px);
}
.c-icon-arrow--dark {
  background: #0c4134;
  border-color: transparent;
}
.c-icon-arrow--dark::before {
  color: #f7f7f7;
}

@media screen and (min-width: 767px) {
  .c-btn-gradient:hover .c-icon-arrow::before,
  .c-btn--kv-outline:hover .c-icon-arrow::before,
  .c-btn--kv-primary:hover .c-icon-arrow::before,
  .p-top-clients__card:hover .c-icon-arrow::before {
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-name: ArrowMoveNext;
            animation-name: ArrowMoveNext;
  }
  .p-event-detail__back-btn:hover .c-icon-arrow::before {
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-name: ArrowMoveNext;
            animation-name: ArrowMoveNext;
    font-size: clamp(6.8px, 0.5555555556vw, 8px);
  }
}
.c-section-label {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: clamp(11.05px, 0.9027777778vw, 13px);
  font-weight: 500;
  color: #0c4134;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .c-section-label {
    font-size: clamp(9.35px, 2.9333333333vw, 11px);
  }
}

.c-section-title .en {
  display: block;
  font-family: "aime", serif !important;
  font-size: clamp(40px, 2.6vw, 50px);
  font-weight: 500;
  color: #0c4134;
  letter-spacing: 0.04em;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (max-width: 767px) {
  .c-section-title .en {
    font-size: clamp(27.2px, 8.5333333333vw, 32px);
  }
}
.c-section-title .ja {
  display: block;
  font-size: clamp(13.6px, 1.1111111111vw, 16px);
  font-weight: 500;
  color: #222222;
  margin-top: clamp(8.5px, 0.6944444444vw, 10px);
  letter-spacing: 0.03em;
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: opacity 0.8s ease 0.15s, -webkit-transform 0.8s ease 0.15s;
  transition: opacity 0.8s ease 0.15s, -webkit-transform 0.8s ease 0.15s;
  transition: opacity 0.8s ease 0.15s, transform 0.8s ease 0.15s;
  transition: opacity 0.8s ease 0.15s, transform 0.8s ease 0.15s, -webkit-transform 0.8s ease 0.15s;
}
@media screen and (max-width: 767px) {
  .c-section-title .ja {
    font-size: clamp(10.2px, 3.2vw, 12px);
  }
}
.c-section-title.is-scroll .en,
.c-section-title.is-scroll .ja {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-breadcrumb {
  font-size: clamp(11px, 0.625vw, 12px);
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    font-size: 10px;
  }
}
.l-breadcrumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(6.8px, 0.5555555556vw, 8px);
  padding: clamp(17px, 1.3888888889vw, 20px) clamp(51px, 4.1666666667vw, 60px);
}
@media screen and (max-width: 767px) {
  .l-breadcrumb__inner {
    padding: clamp(10.2px, 3.2vw, 12px) clamp(17px, 5.3333333333vw, 20px);
  }
}
.l-breadcrumb__separator {
  display: block;
  width: clamp(17px, 1.3888888889vw, 20px);
  height: 1px;
  background: #222222;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb__separator {
    width: clamp(10.2px, 3.2vw, 12px);
  }
}
.l-breadcrumb span {
  color: #0c4134;
  white-space: nowrap;
}
.l-breadcrumb a {
  white-space: nowrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-breadcrumb a:hover {
  opacity: 0.7;
}

.l-page-fv {
  padding-top: clamp(119px, 9.7222222222vw, 140px);
}
@media screen and (max-width: 1025px) {
  .l-page-fv {
    padding-top: clamp(85px, 6.9444444444vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .l-page-fv {
    padding-top: clamp(68px, 21.3333333333vw, 80px);
  }
}

.l-page-title {
  width: clamp(275.4px, 22.5vw, 324px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: clamp(17px, 1.3888888889vw, 20px);
  position: sticky;
  top: clamp(102px, 8.3333333333vw, 120px);
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .l-page-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: clamp(51px, 16vw, 60px);
    position: static;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
.l-page-title h1 .ja {
  display: block;
  font-size: clamp(11.05px, 0.9027777778vw, 13px);
  font-weight: 700;
  color: #0c4134;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: clamp(10.2px, 0.8333333333vw, 12px);
}
@media screen and (max-width: 767px) {
  .l-page-title h1 .ja {
    font-size: clamp(10.2px, 3.2vw, 12px);
    margin-bottom: clamp(8.5px, 2.6666666667vw, 10px);
  }
}
.l-page-title h1 .en {
  font-size: clamp(40.8px, 3.3333333333vw, 48px);
  font-weight: 400;
  color: #0c4134;
  letter-spacing: 0.04em;
  line-height: 1;
  display: block;
  margin-bottom: clamp(50.15px, 4.0972222222vw, 59px);
}
@media screen and (max-width: 767px) {
  .l-page-title h1 .en {
    font-size: clamp(40.8px, 12.8vw, 48px);
    margin-bottom: clamp(19.55px, 6.1333333333vw, 23px);
  }
}
.l-page-title .p-headline-anim__en {
  font-family: "Aime-Regular", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
  line-height: 1.1;
}
.l-page-title__catch {
  font-family: "Noto Serif JP", serif !important;
  font-size: clamp(17px, 1.3888888889vw, 20px);
  font-weight: 600;
  color: #0c4134;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: clamp(25.5px, 2.0833333333vw, 30px);
}
@media screen and (max-width: 767px) {
  .l-page-title__catch {
    font-size: clamp(20.4px, 6.4vw, 24px);
    line-height: 1.66;
    margin-bottom: clamp(17px, 5.3333333333vw, 20px);
  }
}
.l-page-title__desc {
  font-size: clamp(10.2px, 0.8333333333vw, 12px);
  color: #3f433d;
  line-height: 2.1;
  letter-spacing: 0.07em;
  max-width: 19em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-page-title__desc {
    font-size: clamp(11.9px, 3.7333333333vw, 14px);
    line-height: 1.7;
    max-width: 100%;
  }
}

.text-fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.text-fadein.is-scroll {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.text-fadein--left {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.text-fadein--left.is-scroll {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-top-events {
  padding: clamp(102px, 8.3333333333vw, 120px) 0;
  background: linear-gradient(329.73deg, #0B4134 9.9%, #1C6957 93.95%);
}
@media screen and (max-width: 767px) {
  .p-top-events {
    padding: clamp(51px, 16vw, 60px) 0;
  }
}
.p-top-events__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(56.95px, 4.6527777778vw, 67px);
}
@media screen and (max-width: 767px) {
  .p-top-events__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.p-top-events__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(247.35px, 20.2083333333vw, 291px);
}
@media screen and (max-width: 767px) {
  .p-top-events__head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: clamp(25.5px, 8vw, 30px);
  }
}
.p-top-events__label {
  font-size: clamp(11.05px, 0.9027777778vw, 13px);
  font-weight: 500;
  color: #f7f7f7;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .p-top-events__label {
    font-size: clamp(10.2px, 3.2vw, 12px);
    letter-spacing: 0.16em;
  }
}
.p-top-events__title {
  font-family: "Noto Serif JP", serif !important;
  font-size: clamp(34px, 2.7777777778vw, 40px);
  font-weight: 500;
  color: #f7f7f7;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-top: clamp(4.25px, 0.3472222222vw, 5px);
}
@media screen and (max-width: 767px) {
  .p-top-events__title {
    font-size: clamp(27.2px, 8.5333333333vw, 32px);
    margin-top: clamp(8.5px, 2.6666666667vw, 10px);
    line-height: 1.4;
  }
}
.p-top-events .c-btn-gradient {
  margin-top: clamp(28.9px, 2.3611111111vw, 34px);
}
@media screen and (max-width: 767px) {
  .p-top-events .c-btn-gradient {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: clamp(56.1px, 17.6vw, 66px);
    max-width: 100%;
    padding: clamp(16.15px, 5.0666666667vw, 19px);
  }
}
.p-top-events .c-btn-gradient__text {
  padding-left: clamp(8.5px, 2.6666666667vw, 10px);
}
@media screen and (max-width: 767px) {
  .p-top-events .c-btn-gradient__text {
    font-size: clamp(13.6px, 4.2666666667vw, 16px);
    padding-left: clamp(47.175px, 14.8vw, 55.5px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-events .c-btn-gradient .c-icon-arrow {
    width: clamp(25.925px, 8.1333333333vw, 30.5px);
    height: clamp(26.35px, 8.2666666667vw, 31px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-events .c-btn-gradient.p-top-events__btn-pc {
    display: none;
  }
}
.p-top-events .c-btn-gradient.p-top-events__btn-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-events .c-btn-gradient.p-top-events__btn-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: clamp(273.7px, 85.8666666667vw, 322px);
  }
}
.p-top-events__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(25.5px, 2.0833333333vw, 30px);
  background: #ffffff;
  padding: clamp(17px, 1.3888888889vw, 20px) clamp(18.7px, 1.5277777778vw, 22px);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-top-events__card {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    gap: clamp(17px, 5.3333333333vw, 20px);
    padding: clamp(18.7px, 5.8666666667vw, 22px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 767px) {
  .p-top-events__card {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-top-events__card:hover .c-icon-arrow::before {
    -webkit-animation-name: ArrowMoveNext;
            animation-name: ArrowMoveNext;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
}
.p-top-events__card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-events__card-meta .c-icon-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(27.2px, 2.2222222222vw, 32px);
  height: clamp(28.05px, 2.2916666667vw, 33px);
  -webkit-filter: none;
          filter: none;
  border-color: #000;
}
.p-top-events__card-meta .c-icon-arrow::before {
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-top-events__card-meta .c-icon-arrow {
    width: clamp(22.1px, 6.9333333333vw, 26px);
    height: clamp(22.1px, 6.9333333333vw, 26px);
  }
}
.p-top-events__card-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(100px, 21.6666666667vw, 312px);
}
@media screen and (max-width: 767px) {
  .p-top-events__card-left {
    width: clamp(102px, 32vw, 120px);
  }
}
.p-top-events__card-img {
  width: 100%;
  aspect-ratio: 312/195;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-events__card-img {
    aspect-ratio: 120/75;
  }
}
.p-top-events__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-top-events__card-date {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-events__card-date {
    display: block;
    font-size: clamp(10.2px, 3.2vw, 12px);
    color: #0c4134;
    letter-spacing: 0.05em;
    margin-top: clamp(6.8px, 2.1333333333vw, 8px);
    font-weight: 400;
  }
}
.p-top-events__card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(17px, 1.3888888889vw, 20px);
}
@media screen and (max-width: 767px) {
  .p-top-events__card-body {
    gap: clamp(10.2px, 3.2vw, 12px);
  }
}
.p-top-events__card-title {
  font-size: clamp(13.6px, 1.1111111111vw, 16px);
  font-weight: 500;
  color: #3f433d;
  line-height: 1.7;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-top-events__card-title {
    font-size: clamp(10.2px, 3.2vw, 12px);
  }
}
.p-top-events__card-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(6.8px, 0.5555555556vw, 8px);
}
@media screen and (max-width: 767px) {
  .p-top-events__card-tags {
    gap: clamp(5.1px, 1.6vw, 6px);
  }
}
.p-top-events__card-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: clamp(20.4px, 1.6666666667vw, 24px);
  padding: 0 clamp(8.5px, 0.6944444444vw, 10px);
  border-radius: 3.75rem;
  background: #0c4134;
  color: #f7f7f7;
  font-size: clamp(10.2px, 0.8333333333vw, 12px);
  font-weight: 500;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-events__card-tag {
    font-size: clamp(8.5px, 2.6666666667vw, 10px);
    height: clamp(17px, 5.3333333333vw, 20px);
    padding: 0 clamp(9.35px, 2.9333333333vw, 11px);
  }
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(10.625px, 0.8680555556vw, 12.5px);
  margin-top: clamp(51px, 4.1666666667vw, 60px);
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: clamp(34px, 10.6666666667vw, 40px);
    gap: clamp(11.05px, 3.4666666667vw, 13px);
  }
}
.c-pagination__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(23.8px, 1.9444444444vw, 28px);
  height: clamp(23.8px, 1.9444444444vw, 28px);
  color: #3f433d;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-pagination__arrow {
    width: clamp(23.8px, 7.4666666667vw, 28px);
    height: clamp(23.8px, 7.4666666667vw, 28px);
  }
}
.c-pagination__arrow svg {
  width: clamp(5.1px, 0.4166666667vw, 6px);
  height: clamp(10.2px, 0.8333333333vw, 12px);
}
@media screen and (min-width: 767px) {
  .c-pagination__arrow:hover {
    opacity: 0.6;
  }
}
.c-pagination__arrow.left {
  margin-right: clamp(6.8px, 0.5555555556vw, 8px);
}
.c-pagination__arrow.right {
  margin-left: clamp(6.8px, 0.5555555556vw, 8px);
}
.c-pagination__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(23.8px, 1.9444444444vw, 28px);
  height: clamp(23.8px, 1.9444444444vw, 28px);
  border-radius: 50%;
  font-size: clamp(11.05px, 0.9027777778vw, 13px);
  color: #3f433d;
  text-decoration: none;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .c-pagination__btn {
    width: clamp(23.8px, 7.4666666667vw, 28px);
    height: clamp(23.8px, 7.4666666667vw, 28px);
    font-size: clamp(11.05px, 3.4666666667vw, 13px);
  }
}
.c-pagination__btn--current {
  background: #0c4134;
  color: #ffffff;
}
.c-pagination__btn--ellipsis {
  pointer-events: none;
}
@media screen and (min-width: 767px) {
  .c-pagination__btn:hover {
    background: rgba(12, 65, 52, 0.1);
    color: #0c4134;
  }
  .c-pagination__btn--current:hover {
    background: #0c4134;
    color: #ffffff;
  }
  .c-pagination__btn--ellipsis:hover {
    background: transparent;
    color: #3f433d;
  }
}

.p-top-bg-service__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 65%;
  grid-template-columns: 35% 65%;
}
@media screen and (max-width: 767px) {
  .p-top-bg-service__grid {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
.p-top-bg-service__item {
  background: #f7f7f7;
  border: 1px solid #0c4134;
  border-top-width: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: clamp(51px, 4.1666666667vw, 60px) clamp(68px, 5.5555555556vw, 80px);
}
@media screen and (max-width: 1025px) {
  .p-top-bg-service__item {
    padding: clamp(51px, 4.1666666667vw, 60px) clamp(0px, 0vw, 0px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-bg-service__item {
    border-top-width: 1px;
    padding: clamp(34px, 10.6666666667vw, 40px) clamp(0px, 0vw, 0px) 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-top-width: 1px;
  }
}
@media screen and (max-width: 376px) {
  .p-top-bg-service__item {
    padding: clamp(25.5px, 8vw, 30px) clamp(0px, 0vw, 0px) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-bg-service__item:first-child {
    border-right: 0;
  }
}
.p-top-bg-service__label {
  font-size: clamp(11.05px, 0.9027777778vw, 13px);
  font-weight: 500;
  color: #0c4134;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-top-bg-service__label {
    font-size: clamp(10.2px, 3.2vw, 12px);
  }
}
.p-top-bg-service__title {
  font-family: "Noto Serif JP", serif !important;
  font-size: clamp(34px, 2.7777777778vw, 40px);
  font-weight: 500;
  color: #0c4134;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: clamp(9.35px, 0.7638888889vw, 11px);
}
@media screen and (max-width: 767px) {
  .p-top-bg-service__title {
    font-size: clamp(25.5px, 8vw, 30px);
    margin-top: clamp(8.5px, 2.6666666667vw, 10px);
  }
}
@media screen and (max-width: 376px) {
  .p-top-bg-service__title {
    font-size: clamp(23.8px, 7.4666666667vw, 28px);
    white-space: nowrap;
  }
}
.p-top-bg-service__desc {
  font-size: clamp(11.9px, 0.9722222222vw, 14px);
  font-weight: 500;
  color: #3f433d;
  line-height: clamp(25.5px, 2.0833333333vw, 30px);
  letter-spacing: 0.04em;
  margin-top: clamp(34px, 2.7777777778vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-top-bg-service__desc {
    font-size: clamp(10.2px, 3.2vw, 12px);
    font-weight: 500;
    line-height: 1.7;
    margin-top: clamp(17px, 5.3333333333vw, 20px);
    padding: clamp(0px, 0vw, 0px) clamp(17px, 5.3333333333vw, 20px) clamp(25.5px, 8vw, 30px);
  }
}
.p-top-bg-service__cta {
  margin-top: clamp(29.75px, 2.4305555556vw, 35px);
}
@media screen and (max-width: 767px) {
  .p-top-bg-service__cta {
    margin-top: auto;
    width: 100%;
  }
  .p-top-bg-service__cta .c-btn-gradient::before,
  .p-top-bg-service__cta .c-btn-gradient::after {
    content: none;
  }
}
.p-top-bg-service__cta .c-btn-gradient__text {
  padding-left: clamp(0px, 0vw, 0px);
}
.p-top-bg-service__cta:has(> a:nth-of-type(2)) {
  display: -ms-grid;
  display: grid;
  gap: clamp(10px, 1.3888888889vw, 20px);
  -ms-grid-columns: calc(50% - clamp(8.5px, 0.6944444444vw, 10px)) clamp(10px, 1.3888888889vw, 20px) calc(50% - clamp(8.5px, 0.6944444444vw, 10px));
  grid-template-columns: calc(50% - clamp(8.5px, 0.6944444444vw, 10px)) calc(50% - clamp(8.5px, 0.6944444444vw, 10px));
  width: calc(100% - clamp(0px, 0vw, 0px));
  max-width: clamp(480px, 41.6666666667vw, 600px);
}
@media screen and (max-width: 767px) {
  .p-top-bg-service__cta:has(> a:nth-of-type(2)) {
    gap: clamp(0px, 0vw, 0px);
    width: revert-rule;
    white-space: nowrap;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: clamp(0px, 0vw, 0px);
  }
}
.p-top-bg-service__cta:has(> a:nth-of-type(2)) .c-btn-gradient {
  width: 100%;
  max-width: clamp(255px, 80vw, 300px);
  white-space: nowrap;
  gap: clamp(4.25px, 0.3472222222vw, 5px);
}
@media screen and (max-width: 767px) {
  .p-top-bg-service__cta:has(> a:nth-of-type(2)) .c-btn-gradient {
    padding: clamp(7.65px, 2.4vw, 9px) clamp(12.75px, 4vw, 15px) clamp(6.8px, 2.1333333333vw, 8px) clamp(8.5px, 2.6666666667vw, 10px);
    min-height: 30px;
    font-size: clamp(8.5px, 2.6666666667vw, 10px);
    max-width: 100%;
  }
}
.p-top-bg-service .c-btn-gradient {
  padding: clamp(13.6px, 1.1111111111vw, 16px) clamp(16.15px, 1.3194444444vw, 19px) clamp(16.15px, 1.3194444444vw, 19px) clamp(25.5px, 2.0833333333vw, 30px);
  gap: clamp(17px, 1.3888888889vw, 20px);
  width: clamp(255px, 20.8333333333vw, 300px);
}
@media screen and (max-width: 1025px) {
  .p-top-bg-service .c-btn-gradient {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-bg-service .c-btn-gradient {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    min-height: clamp(59.5px, 18.6666666667vw, 70px);
    padding: clamp(11.9px, 3.7333333333vw, 14px) clamp(13.6px, 4.2666666667vw, 16px) clamp(11.9px, 3.7333333333vw, 14px) clamp(12.75px, 4vw, 15px);
    gap: clamp(8.5px, 2.6666666667vw, 10px);
  }
}
@media screen and (max-width: 376px) {
  .p-top-bg-service .c-btn-gradient {
    padding: clamp(11.9px, 3.7333333333vw, 14px) clamp(13.6px, 4.2666666667vw, 16px) clamp(11.9px, 3.7333333333vw, 14px) clamp(8.5px, 2.6666666667vw, 10px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-bg-service .c-btn-gradient .c-btn-gradient__text {
    font-size: clamp(10.2px, 3.2vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-bg-service .c-btn-gradient .c-btn-gradient__arrow {
    width: clamp(15.3px, 4.8vw, 18px);
    height: clamp(15.3px, 4.8vw, 18px);
  }
}
.p-top-bg-service .c-btn-gradient .c-btn-gradient__arrow::before {
  font-size: clamp(8.5px, 2.6666666667vw, 10px);
}

.p-ja-anim {
  overflow: hidden;
  display: block;
}
.p-ja-anim em {
  display: block;
  font-style: normal;
  -webkit-transform: translateY(calc(100% + 5px));
          transform: translateY(calc(100% + 5px));
  will-change: transform;
  -webkit-transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
.p-ja-anim.is-inview em {
  -webkit-transform: none;
          transform: none;
}

.p-headline-anim .p-headline-anim__en {
  display: block;
  font-family: "Noto Serif", serif;
}
.p-headline-anim .p-headline-anim__en em {
  display: inline-block;
  font-style: normal;
  -webkit-transform: perspective(1000px) rotateX(90deg);
          transform: perspective(1000px) rotateX(90deg);
  will-change: transform;
  -webkit-transition: 1.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-headline-anim.is-inview .p-headline-anim__en em {
  -webkit-transform: perspective(1000px) rotateX(0deg);
          transform: perspective(1000px) rotateX(0deg);
}

body.download::after,
body.member::after,
body.event::after,
body.event-detail::after,
body[data-page=service]::after {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.header {
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

body.is-scrolled .header {
  background-color: #fff;
}

body.download .headerMenu_title,
body.member .headerMenu_title,
body.event .headerMenu_title,
body.event-detail .headerMenu_title,
body[data-page=service] .headerMenu_title {
  color: #0b4134;
}
body.download .header::before,
body.member .header::before,
body.event .header::before,
body.event-detail .header::before,
body[data-page=service] .header::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11.83%, rgba(11, 65, 52, 0)), color-stop(31.67%, #0b4134));
  background: linear-gradient(180deg, rgba(11, 65, 52, 0) 11.83%, #0b4134 31.67%);
}
body.download .header_logo a::before,
body.download .header_logo a::after,
body.member .header_logo a::before,
body.member .header_logo a::after,
body.event .header_logo a::before,
body.event .header_logo a::after,
body.event-detail .header_logo a::before,
body.event-detail .header_logo a::after,
body[data-page=service] .header_logo a::before,
body[data-page=service] .header_logo a::after {
  -webkit-filter: invert(13%) sepia(94%) saturate(1000%) hue-rotate(141deg) brightness(90%) contrast(100%);
          filter: invert(13%) sepia(94%) saturate(1000%) hue-rotate(141deg) brightness(90%) contrast(100%);
}
body.download .header_logo a::before,
body.member .header_logo a::before,
body.event .header_logo a::before,
body.event-detail .header_logo a::before,
body[data-page=service] .header_logo a::before {
  opacity: 1;
}
body.download .header_logo a::after,
body.member .header_logo a::after,
body.event .header_logo a::after,
body.event-detail .header_logo a::after,
body[data-page=service] .header_logo a::after {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  body.event-detail main {
    padding-top: clamp(55.25px, 17.3333333333vw, 65px);
  }
}

.p-event-detail {
  padding-bottom: clamp(112.2px, 9.1666666667vw, 132px);
}
@media screen and (max-width: 767px) {
  .p-event-detail {
    padding-bottom: clamp(59.5px, 18.6666666667vw, 70px);
  }
}
.p-event-detail__inner {
  gap: clamp(64.6px, 5.2777777778vw, 76px);
}
@media screen and (max-width: 767px) {
  .p-event-detail__inner {
    gap: clamp(34px, 10.6666666667vw, 40px);
  }
}
.p-event-detail__inner.l-inner-page {
  padding-top: clamp(66.3px, 5.4166666667vw, 78px);
}
.p-event-detail__aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(396.1px, 32.3611111111vw, 466px);
          flex: 0 0 clamp(396.1px, 32.3611111111vw, 466px);
  position: sticky;
  top: clamp(102px, 8.3333333333vw, 120px);
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .p-event-detail__aside {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    position: static;
  }
}
.p-event-detail__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-event-detail__content {
    width: 100%;
  }
}
.p-event-detail__type {
  font-size: clamp(11.05px, 0.9027777778vw, 13px);
  font-weight: 500;
  color: #0c4134;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .p-event-detail__type {
    font-size: clamp(10.2px, 3.2vw, 12px);
  }
}
.p-event-detail__desc {
  margin-top: clamp(25.5px, 2.0833333333vw, 30px);
}
.p-event-detail__desc p {
  font-size: clamp(11.9px, 0.9722222222vw, 14px);
  font-weight: 400;
  color: #484848;
  line-height: 1.8;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-event-detail__desc p {
    font-size: clamp(11.05px, 3.4666666667vw, 13px);
  }
}
.p-event-detail__desc p + p {
  margin-top: clamp(13.6px, 1.1111111111vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-event-detail__desc p + p {
    margin-top: clamp(10.2px, 3.2vw, 12px);
  }
}
.p-event-detail__related {
  margin-top: clamp(43.35px, 3.5416666667vw, 51px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(6.8px, 0.5555555556vw, 8px);
}
.p-event-detail__related-title {
  font-size: clamp(10.2px, 0.8333333333vw, 12px);
  font-weight: 500;
  color: #0c4134;
  letter-spacing: 0.05em;
}
.p-event-detail__related-link {
  display: inline-block;
  font-size: clamp(11.9px, 0.9722222222vw, 14px);
  font-weight: 500;
  color: #898888;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-event-detail__related-link {
    font-size: clamp(11.05px, 3.4666666667vw, 13px);
  }
}
@media screen and (min-width: 767px) {
  .p-event-detail__related-link {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-event-detail__related-link:hover {
    opacity: 0.7;
  }
}
.p-event-detail__back-btn {
  margin-top: clamp(89.25px, 7.2916666667vw, 105px);
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  width: clamp(223.55px, 18.2638888889vw, 263px);
  min-height: clamp(48.45px, 3.9583333333vw, 57px);
  padding: clamp(13.6px, 1.1111111111vw, 16px) clamp(14.45px, 1.1805555556vw, 17px);
  border: 1px solid transparent;
  border-radius: 100vmax;
  background: linear-gradient(#FCFFFE, #FCFFFE) padding-box, linear-gradient(105deg, #b9bfbb 0%, #0c4134 100%) border-box;
  text-decoration: none;
  color: #0c4134;
  font-size: clamp(11.05px, 0.9027777778vw, 13px);
  font-weight: 500;
  letter-spacing: 0.16em;
}
.p-event-detail__back-btn span:first-child {
  line-height: 1;
}
.p-event-detail__back-btn .c-icon-arrow {
  position: absolute;
  right: clamp(14.45px, 1.1805555556vw, 17px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(20.4px, 1.6666666667vw, 24px);
          flex: 0 0 clamp(20.4px, 1.6666666667vw, 24px);
  width: clamp(20.4px, 1.6666666667vw, 24px);
  height: clamp(20.4px, 1.6666666667vw, 24px);
  -webkit-filter: drop-shadow(0px 3.26708px 3.26708px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 3.26708px 3.26708px rgba(0, 0, 0, 0.25));
}
.p-event-detail__back-btn .c-icon-arrow::before {
  font-size: clamp(6.8px, 0.5555555556vw, 8px);
}
@media screen and (max-width: 767px) {
  .p-event-detail__back-btn {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: clamp(272px, 85.3333333333vw, 320px);
    min-height: clamp(59.5px, 18.6666666667vw, 70px);
    padding: clamp(18.7px, 5.8666666667vw, 22px) clamp(61.2px, 19.2vw, 72px) clamp(18.7px, 5.8666666667vw, 22px) clamp(34px, 10.6666666667vw, 40px);
    font-size: clamp(13.6px, 4.2666666667vw, 16px);
  }
  .p-event-detail__back-btn .c-icon-arrow {
    right: clamp(18.7px, 5.8666666667vw, 22px);
    -ms-flex-preferred-size: clamp(23.8px, 7.4666666667vw, 28px);
        flex-basis: clamp(23.8px, 7.4666666667vw, 28px);
    width: clamp(23.8px, 7.4666666667vw, 28px);
    height: clamp(23.8px, 7.4666666667vw, 28px);
  }
  .p-event-detail__back-btn .c-icon-arrow::before {
    font-size: clamp(8.5px, 2.6666666667vw, 10px);
  }
}
@media screen and (min-width: 767px) {
  .p-event-detail__back-btn {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-event-detail__back-btn:hover {
    opacity: 0.7;
  }
}

.p-event-detail-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(34px, 2.7777777778vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-event-detail-card {
    gap: clamp(13.6px, 4.2666666667vw, 16px);
  }
}
.p-event-detail-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(34px, 2.7777777778vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-event-detail-card__header {
    gap: clamp(6.8px, 2.1333333333vw, 8px);
  }
}
.p-event-detail-card__date {
  font-size: clamp(11.05px, 0.9027777778vw, 13px);
  font-weight: 500;
  color: #0c4134;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .p-event-detail-card__date {
    font-size: clamp(10.2px, 3.2vw, 12px);
  }
}
.p-event-detail-card__title {
  font-family: "Noto Serif JP", serif !important;
  font-size: clamp(17px, 1.3888888889vw, 20px);
  font-weight: 600;
  color: #0c4134;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-event-detail-card__title {
    font-size: clamp(17px, 5.3333333333vw, 20px);
    line-height: 1.8;
  }
}
.p-event-detail-card__img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p-event-detail-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-event-info {
  margin-top: clamp(30.6px, 2.5vw, 36px);
  background: #f3f7f6;
  border-radius: clamp(12.75px, 1.0416666667vw, 15px);
  padding: clamp(34px, 2.7777777778vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-event-info {
    padding: clamp(25.5px, 8vw, 30px) clamp(25.5px, 8vw, 30px);
    border-radius: clamp(12.75px, 4vw, 15px);
  }
}
.p-event-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(17px, 1.3888888889vw, 20px);
}
@media screen and (max-width: 767px) {
  .p-event-info__list {
    gap: clamp(13.6px, 4.2666666667vw, 16px);
  }
}
.p-event-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(3.4px, 0.2777777778vw, 4px);
}
.p-event-info__label {
  font-size: clamp(11.9px, 0.9722222222vw, 14px);
  font-weight: 500;
  color: #484848;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-bottom: clamp(4.25px, 0.3472222222vw, 5px);
}
@media screen and (max-width: 767px) {
  .p-event-info__label {
    font-size: clamp(11.05px, 3.4666666667vw, 13px);
  }
}
.p-event-info__value {
  font-size: clamp(11.9px, 0.9722222222vw, 14px);
  font-weight: 400;
  color: #484848;
  line-height: 1.8;
  letter-spacing: 0.06em;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .p-event-info__value {
    font-size: clamp(11.05px, 3.4666666667vw, 13px);
  }
}