@charset "UTF-8";
@media screen and (max-width:1680px) {
  /* 1680px以下 */
}
@media screen and (max-width:1440px) {
  /* 1440px以下 */
}
@media screen and (max-width: 1160px) {
  /* 1160px以下 */
}
@media screen and (min-width:1101px) {
  /* 1101px以上 */
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  /* 1200x以下 768px以上 */
}
@media screen and (max-width: 1320px) {
  /* 1320px以下 */
}
@media screen and (max-width: 1280px) {
  /* 1280px以下 */
}
@media screen and (max-width: 950px) {
  /* 950px以下 */
}
@media screen and (max-width: 767px) {
  /* 767px以下 */
}
@media screen and (max-width: 460px) {
  /* 460px以下 */
}
@media screen and (max-width: 375px) {
  /* 375px以下 */
}
@media (any-hover:hover) {
  /* hover action */
}
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

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

/* root
----------------------------------------------- */
:root {
  --color-bg-gold: #DBC35D;
  --color-bg-dark: #0F1E4B;
  --color-bg-white: #FFFFFF;
  --color-font-primary: #0F1E4B;
  --color-font-gold: #DBC35D;
  --color-font-white: #FFFFFF;
  --font-jp: "Zen Old Mincho", serif;
  --font-en: "Allura", cursive;
  --font-base: 400 16px/1.5 var(--font-jp);
  --content-base: 1280px;
  --content-inner: 1180px;
}

body {
  color: var(--color-font-primary);
  font: var(--font-base);
  font-optical-sizing: auto;
  letter-spacing: normal;
}

/* font
----------------------------------------------- */
.-en {
  font-family: var(--font-en);
}

/* indicate
----------------------------------------------- */
.js-indicate.-fade__l2r {
  opacity: 0;
  transform: translateX(-32px);
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
.js-indicate.-clip__text {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.6s cubic-bezier(0.87, 0, 0.13, 1);
}
.js-indicate-start.-fade__l2r {
  opacity: 1;
  transform: translateX(0%);
}
.js-indicate-start.-clip__text {
  clip-path: inset(0%);
}

/* only
----------------------------------------------- */
.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.l-wrapper__outer {
  padding: 0 50px;
}
.l-wrapper__base {
  max-width: var(--content-base);
  margin-inline: auto;
}
.l-wrapper__inner {
  max-width: var(--content-inner);
  margin-inline: auto;
}
.l-wrapper__over {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .l-wrapper__outer {
    padding: 0 20px;
  }
}

.l-header {
  padding: 15px;
  background: linear-gradient(to right, #001C7B 0%, #005AC8 70%, #00A7E1 100%);
}
.l-header__logo {
  width: 124px;
}
.l-header__logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 9px;
  }
  .l-header__logo {
    width: 57px;
  }
}

.l-footer {
  background-color: var(--color-bg-dark);
}
.l-footer::before {
  width: 100%;
  height: 5px;
  background: linear-gradient(to bottom, #DBC35D 0%, #A78F26 100%);
  display: block;
  content: "";
}
.l-footer__inner {
  padding: 20.5px 20px;
}
.l-footer__copyright {
  color: var(--color-font-white);
  font-size: 13px;
  text-align: center;
}

.c-anchor {
  position: sticky;
  top: 0;
  width: 100%;
  background: linear-gradient(to bottom, #0D5094 0%, #0F1E4B 100%);
  z-index: 100;
}
.c-anchor::after {
  width: 100%;
  height: 5px;
  background: linear-gradient(to bottom, #DBC35D 0%, #A78F26 100%);
  display: block;
  content: "";
}
.c-anchor__outer {
  max-width: 1280px;
  margin-inline: auto;
}
.c-anchor__row {
  display: flex;
}
.c-anchor__item {
  position: relative;
  width: 33.3333333333%;
}
.c-anchor__item__wrap {
  min-height: 163px;
  padding: 21px 4px;
  color: var(--color-font-gold);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: min-height 0.4s;
}
.c-anchor__item + .c-anchor__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: calc(100% - 94px);
  margin: auto;
  background-color: var(--color-bg-gold);
  content: "";
}
.c-anchor.is-fixed .c-anchor__item + .c-anchor__item::before {
  height: calc(100% - 26px);
}
.c-anchor.is-fixed .c-anchor__item .c-anchor__item__wrap {
  min-height: 99px;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-anchor__item__wrap {
    min-height: 65px;
    padding: 10px 4px;
    font-size: 10px;
    letter-spacing: -0.03em;
  }
  .c-anchor__item + .c-anchor__item::before {
    height: calc(100% - 20px);
  }
  .c-anchor.is-fixed .c-anchor__item + .c-anchor__item::before {
    height: calc(100% - 16px);
  }
  .c-anchor.is-fixed .c-anchor__item .c-anchor__item__wrap {
    min-height: 65px;
    padding: 10px 0;
    font-size: 10px;
  }
}

.c-contact {
  position: relative;
  max-width: 1022px;
  margin-top: 180px;
  margin-inline: auto;
}
.c-contact__title {
  position: absolute;
  top: -113px;
  left: -68px;
  width: 411px;
  height: 197px;
  background-image: url("/files/user/sports_hospitality/assets/images/h_contact.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 411px auto;
  pointer-events: none;
  z-index: 1;
}
.c-contact__container {
  position: relative;
  padding: 1px;
  font-family: "Noto Serif JP", serif;
  background-color: var(--color-bg-gold);
  clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  display: block;
}
.c-contact__container::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(180deg, #dbc35d 0%, #927d22 100%);
  pointer-events: none;
  content: "";
}
.c-contact__wrap {
  clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
}
.c-contact__row {
  min-height: 180px;
  background: linear-gradient(140deg, transparent 50%, #0f1e4b 50%);
  display: flex;
  align-items: center;
}
.c-contact__head {
  width: 36.3992172211%;
  padding-right: 20px;
  padding-left: 70px;
}
.c-contact__body {
  position: relative;
  width: 63.6007827789%;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 15.9001956947%;
  z-index: 1;
}
.c-contact__h {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.875;
}
.c-contact__label {
  position: relative;
  padding-bottom: 7.5px;
  color: var(--color-font-gold);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.c-contact__label::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background-color: var(--color-bg-gold);
  content: "";
}
.c-contact__summary {
  margin-top: 18.5px;
  color: var(--color-font-white);
  font-size: 23px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.c-contact__summary::after {
  width: 17px;
  height: 17px;
  background-image: url("/files/user/sports_hospitality/assets/images/pict_arrow.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 17px auto;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-contact {
    margin-top: 81px;
  }
  .c-contact__title {
    top: -74px;
    left: -7px;
    width: 239px;
    height: 115px;
    background-size: 239px auto;
  }
  .c-contact__container::before {
    width: 100%;
  }
  .c-contact__row {
    min-height: 186px;
    background: linear-gradient(180deg, transparent 50%, #0f1e4b 50%);
    flex-direction: column;
  }
  .c-contact__head {
    width: 100%;
    min-height: 93px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-contact__body {
    width: 100%;
    min-height: 93px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c-contact__h {
    font-size: 16px;
    text-align: center;
  }
  .c-contact__label {
    padding-bottom: 8px;
    font-size: 14px;
  }
  .c-contact__label::before {
    width: 22px;
  }
  .c-contact__summary {
    margin-top: 11px;
    font-size: 18px;
    gap: 6px;
  }
}

.p-mv {
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url("/files/user/sports_hospitality/assets/images/img_mv.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-mv__copy {
  max-width: 1039px;
  margin-inline: auto;
}
.p-mv__copy img {
  width: 100%;
}
.p-mv__lead {
  max-width: 680px;
  margin-top: 27.5px;
  margin-inline: auto;
}
.p-mv__lead img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-bottom: 50px;
    background-image: url("/files/user/sports_hospitality/assets/images/img_mv_sp.jpg");
  }
  .p-mv__lead {
    margin-top: 20px;
  }
}

.p-about {
  position: relative;
  padding-top: 80px;
  background-image: url("/files/user/sports_hospitality/assets/images/bg_about.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.p-about::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 30, 75, 0.52);
  pointer-events: none;
  content: "";
}
.p-about::after {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, rgba(49, 55, 96, 0) 0%, #181f52 15%, #050f30 100%);
  pointer-events: none;
  content: "";
}
.p-about__wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 21.71875%;
  height: 100%;
  margin: auto;
  background: linear-gradient(to right, rgba(13, 80, 148, 0) 0%, rgba(111, 162, 214, 0.4) 50%, rgba(13, 80, 148, 0) 100%);
  z-index: 1;
  content: "";
}
.p-about__content {
  position: relative;
}
.p-about__content .u-heading {
  position: relative;
  z-index: 1;
}
.p-about__title {
  position: relative;
  max-width: 880px;
  margin-top: 65px;
  margin-inline: auto;
  z-index: 1;
}
.p-about__title::before, .p-about__title::after {
  width: 100%;
  height: 9.5px;
  background-image: url("/files/user/sports_hospitality/assets/images/img_spear.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  content: "";
}
.p-about__title__wrap {
  padding: 10px 0 8px;
  background: linear-gradient(to right, rgba(167, 143, 38, 0) 0%, rgba(167, 143, 38, 0.9) 15%, #dbc35d 50%, rgba(167, 143, 38, 0.9) 85%, rgba(167, 143, 38, 0) 100%);
}
.p-about__title__label {
  font-size: 42px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.p-about__title + .p-about__body {
  padding-top: 88px;
  padding-bottom: 127px;
}
.p-about__video {
  position: relative;
  max-width: 746px;
  margin-top: 80px;
  margin-inline: auto;
  z-index: 1;
}
.p-about__video__wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 373/209;
}
.p-about__video__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-about__body {
  position: relative;
  padding-top: 110px;
  padding-bottom: 150px;
  z-index: 1;
}
.p-about__summary {
  color: var(--color-font-white);
  font-size: 20px;
  line-height: 2;
  text-align: center;
}
.p-about__text {
  margin-top: 80px;
  color: var(--color-font-gold);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 20px;
    background-image: url("/files/user/sports_hospitality/assets/images/bg_about_sp.png");
  }
  .p-about__wrap::before {
    width: 300px;
  }
  .p-about__title {
    margin-top: 30px;
  }
  .p-about__title::before, .p-about__title::after {
    height: 4px;
  }
  .p-about__title__wrap {
    padding: 11px 0 10px;
    background: linear-gradient(to right, rgba(167, 143, 38, 0) 0%, rgba(167, 143, 38, 0.9) 5%, #dbc35d 50%, rgba(167, 143, 38, 0.9) 95%, rgba(167, 143, 38, 0) 100%);
  }
  .p-about__title__label {
    font-size: 19px;
    line-height: 1.7;
  }
  .p-about__title + .p-about__body {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .p-about__video {
    margin-top: 30px;
  }
  .p-about__body {
    padding-top: 29.5px;
    padding-bottom: 60px;
  }
  .p-about__summary {
    font-size: 14px;
    letter-spacing: -0.05em;
  }
  .p-about__text {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: -0.05em;
    text-align: left;
  }
}

.p-tool::before {
  width: 100%;
  height: 5px;
  background: linear-gradient(to bottom, #DBC35D 0%, #A78F26 100%);
  display: block;
  content: "";
}
.p-tool__container {
  padding-top: 155px;
  padding-bottom: 155px;
  background-image: url("/files/user/sports_hospitality/assets/images/bg_tool.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.p-tool__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 2.6;
  text-align: center;
}
.p-tool__title__label {
  position: relative;
  font-size: 42px;
  line-height: 2;
  display: block;
}
.p-tool__title__label::before {
  position: absolute;
  bottom: 19px;
  left: 0;
  width: 100%;
  height: 42px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 15%, white 50%, rgba(255, 255, 255, 0.9) 85%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  filter: blur(13px);
  content: "";
}
.p-tool__title__label__wrap {
  position: relative;
}
.p-tool__title__label__wrap > span {
  position: relative;
}
.p-tool__title__label__wrap > span::before {
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  background-color: #A78F26;
  border-radius: 50%;
  content: "";
}
.p-tool__title__label__wrap > span > span {
  position: relative;
  z-index: 1;
}
.p-tool__body {
  margin-top: 80px;
}
.p-tool__box {
  position: relative;
  padding: 20px;
  background: radial-gradient(circle, #0D5094 0%, #0F1E4B 100%);
}
.p-tool__box::before, .p-tool__box::after {
  position: absolute;
  width: 113px;
  height: 113px;
  background-image: url("/files/user/sports_hospitality/assets/images/corner.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 113px auto;
  content: "";
}
.p-tool__box::before {
  top: -14px;
  left: -14px;
}
.p-tool__box::after {
  right: -14px;
  bottom: -14px;
  transform: rotate(180deg);
}
.p-tool__box__inner {
  padding: 43px 41px 68px 46px;
  border: solid 1px var(--color-bg-gold);
}
.p-tool__box__title {
  color: var(--color-font-gold);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.625;
  text-align: center;
}
.p-tool__box__title span {
  font-size: 32px;
  display: block;
}
.p-tool__box__title::after {
  width: 195px;
  height: 6px;
  margin: 26px auto 0;
  background-image: url("/files/user/sports_hospitality/assets/images/img_spear-s.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 195px auto;
  display: block;
  content: "";
}
.p-tool__box__row {
  margin-top: 46px;
  display: flex;
}
.p-tool__box__item {
  width: calc(33.3333333333% + 38px);
  margin: 0 -19px;
}
.p-tool__box__item__head img {
  width: 100%;
  height: auto;
}
.p-tool__box__item__body {
  margin-top: 50px;
}
.p-tool__box__item__label {
  padding: 0 19px;
  color: var(--color-font-gold);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.p-tool__outro {
  margin-top: 80px;
  font-size: 32px;
  font-weight: 500;
  line-height: 2.18;
  text-align: center;
}
.p-tool__outro span {
  color: #A78F26;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .p-tool__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-tool__title {
    font-size: 16px;
    line-height: 2.18;
  }
  .p-tool__title__label {
    margin-top: 7px;
    font-size: 20px;
    letter-spacing: -0.05em;
    line-height: 1.75;
  }
  .p-tool__title__label::before {
    bottom: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 5%, white 50%, rgba(255, 255, 255, 0.9) 95%, rgba(255, 255, 255, 0) 100%);
  }
  .p-tool__title__label__wrap > span {
    font-size: 26px;
  }
  .p-tool__title__label__wrap > span::before {
    width: 8px;
    height: 8px;
  }
  .p-tool__title__label__wrap > span::after {
    position: absolute;
    bottom: 0;
    left: -20%;
    width: 140%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 1%, white 50%, rgba(255, 255, 255, 0.9) 99%, rgba(255, 255, 255, 0) 100%);
    border-radius: 50%;
    filter: blur(13px);
    content: "";
  }
  .p-tool__body {
    margin-top: 40px;
  }
  .p-tool__box {
    padding: 5px;
  }
  .p-tool__box::before, .p-tool__box::after {
    width: 26px;
    height: 26px;
    background-size: 26px auto;
  }
  .p-tool__box::before {
    top: -2px;
    left: -2px;
  }
  .p-tool__box::after {
    right: -2px;
    bottom: -2px;
  }
  .p-tool__box__inner {
    padding: 27px 27px 30px;
  }
  .p-tool__box__title {
    font-size: 24px;
    line-height: 1;
  }
  .p-tool__box__title span {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .p-tool__box__title::after {
    width: 148px;
    height: 5px;
    margin-top: 18px;
    background-size: 148px auto;
  }
  .p-tool__box__row {
    margin-top: 30px;
    flex-direction: column;
    gap: 30px;
  }
  .p-tool__box__item {
    width: 100%;
    margin: 0;
  }
  .p-tool__box__item__body {
    margin-top: 10px;
  }
  .p-tool__box__item__label {
    padding: 0;
    font-size: 16px;
  }
  .p-tool__outro {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.7;
  }
  .p-tool__outro span {
    font-size: 24px;
  }
}

.p-case {
  background-color: var(--color-bg-dark);
  background-image: url("/files/user/sports_hospitality/assets/images/bg_case.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.p-case::before {
  width: 100%;
  height: 5px;
  background: linear-gradient(to bottom, #DBC35D 0%, #A78F26 100%);
  display: block;
  content: "";
}
.p-case__container {
  padding-top: 150px;
  background: linear-gradient(to right, rgba(5, 15, 48, 0.7) 0%, rgba(15, 30, 75, 0) 50%, rgba(5, 15, 48, 0.7) 100%);
}
.p-case__inner {
  max-width: 880px;
  margin-inline: auto;
  padding-bottom: 85px;
}
.p-case__box {
  min-height: 315px;
  margin-top: 80px;
  padding: 50px;
  background-image: url("/files/user/sports_hospitality/assets/images/bg_box.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
}
.p-case__box__title {
  color: var(--color-font-gold);
  font-size: 32px;
  font-weight: 500;
  line-height: 2.6;
  text-align: center;
}
.p-case__box__row {
  margin-top: 27px;
  display: flex;
  gap: 40px;
}
.p-case__box__item {
  width: calc(50% - 40px + 20px);
}
.p-case__box__item__title {
  min-height: 2.8em;
  color: var(--color-font-gold);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-case__box__item__title::before, .p-case__box__item__title::after {
  width: 74.5px;
  height: 8.5px;
  background-image: url("/files/user/sports_hospitality/assets/images/h_deco_s.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 74.5px auto;
  flex-shrink: 0;
  content: "";
}
.p-case__box__item__title::after {
  transform: rotate(180deg);
}
.p-case__box__item__list {
  margin-top: 15px;
}
.p-case__box__item__list > li {
  position: relative;
  padding-left: 39px;
  color: var(--color-font-white);
  font-size: 20px;
}
.p-case__box__item__list > li::before {
  position: absolute;
  left: 0;
  width: 29px;
  height: 29px;
  background-image: url("/files/user/sports_hospitality/assets/images/icon_check.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 29px auto;
  content: "";
}
.p-case__box__item__list > li + li {
  margin-top: 11px;
}
.p-case__msg {
  position: relative;
  margin-top: 50px;
  padding: 62px 0;
}
.p-case__msg::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 236px;
  height: 236px;
  margin: auto;
  background-image: url("/files/user/sports_hospitality/assets/images/blur.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  content: "";
}
.p-case__msg__label {
  position: relative;
  color: var(--color-font-white);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
}
.p-case__msg__label span {
  color: var(--color-font-gold);
  font-size: 48px;
}
.p-case__elem {
  position: relative;
}
.p-case__elem::before {
  width: 100%;
  height: 5px;
  background: linear-gradient(to bottom, #DBC35D 0%, #A78F26 100%);
  display: block;
  content: "";
}
.p-case__elem::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(13, 80, 148, 0) 0%, rgba(13, 80, 148, 0) 20%, rgba(13, 80, 148, 0.7) 50%, rgba(13, 80, 148, 0) 80%, rgba(5, 15, 48, 0) 100%);
  content: "";
}
.p-case__elem__container {
  position: relative;
  padding-top: 80px;
  z-index: 1;
}
.p-case__elem__title {
  color: var(--color-font-gold);
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.p-case__elem__title::before, .p-case__elem__title::after {
  width: 180px;
  height: 14px;
  margin-top: 30px;
  background-image: url("/files/user/sports_hospitality/assets/images/h_deco.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 180px auto;
  flex-shrink: 0;
  content: "";
}
.p-case__elem__title::after {
  transform: rotate(180deg);
}
.p-case__elem__title__label span {
  margin-left: 20px;
  font-size: 76px;
  line-height: 1;
}
.p-case__elem__label {
  position: relative;
  margin-top: 80px;
  text-align: center;
  z-index: 1;
}
.p-case__elem__label__wrap {
  min-height: 86px;
  padding: 10px 45px;
  background-image: url("/files/user/sports_hospitality/assets/images/bg_label.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-case__elem__label__wrap > span {
  font-size: 28px;
  font-weight: 500;
}
.p-case__elem__label__wrap > span > span {
  margin-left: 0.5em;
  font-size: 24px;
}
.p-case__elem__heading {
  position: relative;
  min-height: 576px;
  margin-top: -43px;
  padding-top: 91px;
  padding-bottom: 82px;
  border-top: solid 1px var(--color-bg-gold);
  border-bottom: solid 1px var(--color-bg-gold);
}
.p-case__elem__heading__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-case__elem__heading__bg__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 54.84375vw;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-case__elem__heading__bg__img::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 343px;
  height: 100%;
  margin: auto;
  background: linear-gradient(to right, rgba(5, 15, 48, 0) 0%, rgba(5, 15, 48, 0.2) 20%, rgba(5, 15, 48, 0.6) 40%, rgba(5, 15, 48, 0.8) 80%, rgba(5, 15, 48, 0.8) 100%);
  content: "";
}
.p-case__elem__heading__bg span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, transparent 50%, #0f1e4b 50%);
}
.p-case__elem__heading__bg span::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(to right, #0f1e4b 0%, #050f30 100%);
  content: "";
}
.p-case__elem__heading .l-wrapper__outer {
  position: relative;
}
.p-case__elem__heading__title {
  color: var(--color-font-white);
  font-size: 35px;
  font-weight: 500;
  text-align: right;
  text-shadow: 0 3px 6px #000000;
}
.p-case__elem__heading__title span {
  color: var(--color-font-gold);
  font-size: 46px;
  display: block;
}
.p-case__elem__heading__use {
  margin-top: 70px;
  max-width: 397px;
  margin-right: 130px;
  margin-left: auto;
}
.p-case__elem__heading__use__label {
  padding-bottom: 17px;
  color: var(--color-font-gold);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  border-bottom: solid 1px var(--color-bg-gold);
}
.p-case__elem__heading__use__list {
  margin-top: 19.5px;
}
.p-case__elem__heading__use__list > li {
  position: relative;
  padding-left: 37px;
  color: var(--color-font-white);
  font-size: 24px;
}
.p-case__elem__heading__use__list > li::before {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: 8px;
  background-image: url("/files/user/sports_hospitality/assets/images/icon_list.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 24px auto;
  content: "";
}
.p-case__elem__heading__use__list > li + li {
  margin-top: 11px;
}
.p-case__elem__heading.-elem01 .p-case__elem__heading__bg {
  background: linear-gradient(110deg, transparent 54.84375vw, #0f1e4b 54.84375vw);
}
.p-case__elem__heading.-elem01 .p-case__elem__heading__bg .p-case__elem__heading__bg__img {
  background-image: url("/files/user/sports_hospitality/assets/images/img_case_01.jpg");
}
.p-case__elem__heading.-elem02 .p-case__elem__heading__bg {
  background: linear-gradient(110deg, transparent 54.84375vw, #0f1e4b 54.84375vw);
}
.p-case__elem__heading.-elem02 .p-case__elem__heading__bg .p-case__elem__heading__bg__img {
  background-image: url("/files/user/sports_hospitality/assets/images/img_case_02.jpg");
}
.p-case__elem__inner {
  max-width: 1020px;
  margin-top: 82px;
  margin-inline: auto;
  padding-bottom: 150px;
}
.p-case__elem__h {
  color: var(--color-font-white);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
.p-case__elem__labels {
  margin-top: 50px;
  display: flex;
  gap: 15px;
}
.p-case__elem__labels__item {
  width: calc(33.3333333333% - 15px + 5px);
}
.p-case__elem__labels__item__wrap {
  width: 100%;
  min-height: 84px;
  height: 100%;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 500;
  background-image: url("/files/user/sports_hospitality/assets/images/bg_label.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-case__elem__summary {
  margin-top: 50px;
  color: var(--color-font-white);
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width:1680px) {
  .p-case__elem__heading__bg__img {
    width: calc(54.84375vw + 200px);
  }
}
@media screen and (max-width: 767px) {
  .p-case__container {
    padding-top: 20px;
  }
  .p-case__inner {
    padding-bottom: 0;
  }
  .p-case__box {
    min-height: 446px;
    margin-top: 30px;
    padding: 36px 22px 45px;
    background-image: url("/files/user/sports_hospitality/assets/images/bg_box_sp.png");
  }
  .p-case__box__title {
    font-size: 20px;
    line-height: 1.4;
  }
  .p-case__box__row {
    margin-top: 30px;
    flex-direction: column;
    gap: 30px;
  }
  .p-case__box__item {
    width: 100%;
  }
  .p-case__box__item__title {
    min-height: auto;
    font-size: 16px;
    line-height: 1.5;
  }
  .p-case__box__item__title::before, .p-case__box__item__title::after {
    width: 55px;
    height: 6px;
    background-size: 55px auto;
  }
  .p-case__box__item__list {
    margin-top: 8px;
  }
  .p-case__box__item__list > li {
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.75;
  }
  .p-case__box__item__list > li::before {
    width: 24px;
    height: 24px;
    background-size: 24px auto;
  }
  .p-case__msg {
    margin-top: 0;
  }
  .p-case__msg::before {
    width: 190px;
    height: 190px;
  }
  .p-case__msg__label {
    font-size: 17px;
    letter-spacing: -0.05em;
    line-height: 1.7;
  }
  .p-case__msg__label span {
    font-size: 25px;
  }
  .p-case__elem__container {
    padding-top: 40px;
  }
  .p-case__elem__title {
    font-size: 15px;
    gap: 14px;
  }
  .p-case__elem__title::before, .p-case__elem__title::after {
    width: 88px;
    height: 7px;
    margin-top: 12px;
    background-size: 88px auto;
  }
  .p-case__elem__title__label span {
    margin-left: 10px;
    font-size: 36px;
  }
  .p-case__elem__label {
    margin-top: 40px;
  }
  .p-case__elem__label__wrap {
    min-height: 38px;
    padding: 4px 22px;
  }
  .p-case__elem__label__wrap > span {
    font-size: 14px;
  }
  .p-case__elem__label__wrap > span > span {
    font-size: 12px;
  }
  .p-case__elem__heading {
    position: relative;
    margin-top: -19px;
    padding-top: 0;
    padding-bottom: 39px;
    background-color: var(--color-bg-dark);
  }
  .p-case__elem__heading::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, #0f1e4b 0%, #050f30 100%);
    content: "";
  }
  .p-case__elem__heading__bg {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 385/216;
  }
  .p-case__elem__heading__bg__img {
    width: 100%;
  }
  .p-case__elem__heading__bg__img::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 45px;
    margin: auto;
    background: linear-gradient(to bottom, rgba(5, 15, 48, 0) 0%, rgba(5, 15, 48, 0.2) 20%, rgba(5, 15, 48, 0.6) 40%, rgba(5, 15, 48, 0.8) 80%, rgba(5, 15, 48, 0.8) 100%);
  }
  .p-case__elem__heading__bg span {
    top: auto;
    bottom: 0;
    background: linear-gradient(172deg, transparent 80%, #0f1e4b 20%);
  }
  .p-case__elem__heading__bg span::before {
    content: none;
  }
  .p-case__elem__heading .l-wrapper__outer {
    margin-top: -20px;
  }
  .p-case__elem__heading__title {
    font-size: 16px;
    letter-spacing: -0.05em;
  }
  .p-case__elem__heading__title span {
    font-size: 24px;
  }
  .p-case__elem__heading__use {
    margin-top: 30px;
    max-width: 100%;
    width: calc(100% - 40px);
    margin-right: auto;
  }
  .p-case__elem__heading__use__label {
    padding-top: 6.4px;
    padding-bottom: 6.4px;
    font-size: 15px;
    border-top: solid 1px var(--color-bg-gold);
  }
  .p-case__elem__heading__use__list {
    padding: 0 7px;
    margin-top: 17px;
  }
  .p-case__elem__heading__use__list > li {
    padding-left: 28px;
    font-size: 16px;
  }
  .p-case__elem__heading__use__list > li::before {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
  .p-case__elem__heading__use__list > li + li {
    margin-top: 13px;
  }
  .p-case__elem__inner {
    margin-top: 30px;
    padding-bottom: 60px;
  }
  .p-case__elem__h {
    font-size: 16px;
    line-height: 2.5;
  }
  .p-case__elem__labels {
    margin-top: 30px;
    flex-direction: column;
    gap: 10px;
  }
  .p-case__elem__labels__item {
    width: 100%;
    text-align: center;
  }
  .p-case__elem__labels__item__wrap {
    max-width: 335px;
    width: 100%;
    min-height: 50px;
    margin-inline: auto;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
  }
  .p-case__elem__summary {
    padding: 0 20px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 2.2;
  }
}

.p-service {
  background-image: url("/files/user/sports_hospitality/assets/images/bg_service.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.p-service::before {
  width: 100%;
  height: 5px;
  background: linear-gradient(to bottom, #DBC35D 0%, #A78F26 100%);
  display: block;
  content: "";
}
.p-service__container {
  padding-top: 83px;
  padding-bottom: 150px;
}
.p-service__summary {
  margin-top: 50px;
  font-size: 20px;
  text-align: center;
}
.p-service__row {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.p-service__item {
  width: calc(25% - 30px + 7.5px);
}
.p-service__item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-service {
    background-image: url("/files/user/sports_hospitality/assets/images/bg_service_sp.png");
  }
  .p-service__container {
    padding-top: 17px;
    padding-bottom: 60px;
  }
  .p-service__summary {
    margin-top: 30px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.7;
  }
  .p-service__row {
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
  }
  .p-service__item {
    width: 100%;
  }
}

.p-strengths {
  position: relative;
  background-color: var(--color-bg-dark);
  background-image: url("/files/user/sports_hospitality/assets/images/bg_case.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.p-strengths::before {
  position: relative;
  width: 100%;
  height: 5px;
  background: linear-gradient(to bottom, #DBC35D 0%, #A78F26 100%);
  display: block;
  z-index: 1;
  content: "";
}
.p-strengths::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(13, 80, 148, 0) 0%, rgba(13, 80, 148, 0) 20%, rgba(13, 80, 148, 0.7) 50%, rgba(13, 80, 148, 0) 80%, rgba(5, 15, 48, 0) 100%);
  content: "";
}
.p-strengths__container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 150px;
  background: linear-gradient(to right, rgba(5, 15, 48, 0.7) 0%, rgba(15, 30, 75, 0) 50%, rgba(5, 15, 48, 0.7) 100%);
  z-index: 1;
}
.p-strengths__container .u-heading .u-heading__en {
  position: relative;
  top: -30px;
  left: -100px;
}
.p-strengths__summary {
  margin-top: 50px;
  color: var(--color-font-white);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.p-strengths__body {
  margin-top: 80px;
}
.p-strengths__elem + .p-strengths__elem {
  margin-top: 78px;
}
.p-strengths__elem__body {
  margin-top: 20px;
  padding: 1px;
  background-color: var(--color-bg-gold);
  clip-path: polygon(30px 0%, calc(100% - 30px) 0%, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0% calc(100% - 30px), 0% 30px);
}
.p-strengths__elem__body__wrap {
  min-height: 530px;
  clip-path: polygon(29px 0%, calc(100% - 29px) 0%, 100% 29px, 100% calc(100% - 29px), calc(100% - 29px) 100%, 29px 100%, 0% calc(100% - 29px), 0% 29px);
}
.p-strengths__elem__inner {
  width: 44.0677966102%;
  margin-left: auto;
  padding-top: 46px;
  padding-bottom: 30px;
}
.p-strengths__elem__num {
  color: var(--color-font-gold);
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-strengths__elem__num::before, .p-strengths__elem__num::after {
  width: 71.5px;
  height: 11px;
  margin-top: 5px;
  background-image: url("/files/user/sports_hospitality/assets/images/h_deco_s.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 71.5px auto;
  flex-shrink: 0;
  content: "";
}
.p-strengths__elem__num::after {
  transform: rotate(180deg);
}
.p-strengths__elem__title {
  position: relative;
  padding-bottom: 36.5px;
  padding-right: 32px;
  padding-left: 22px;
  color: var(--color-font-gold);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.p-strengths__elem__title::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 110%;
  height: 1px;
  background-color: var(--color-bg-gold);
  content: "";
}
.p-strengths__elem__txt {
  margin-top: 30.5px;
  padding-right: 64px;
  padding-left: 22px;
}
.p-strengths__elem__h {
  margin-bottom: 30px;
  color: var(--color-font-gold);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}
.p-strengths__elem__label {
  max-width: 414px;
  width: 100%;
  min-height: 55px;
  height: 100%;
  margin: auto;
  padding: 4px 20px;
  font-weight: 500;
  background-image: url("/files/user/sports_hospitality/assets/images/bg_label.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-strengths__elem__label__text {
  font-size: 20px;
}
.p-strengths__elem__label__text span {
  font-size: 32px;
}
.p-strengths__elem__label__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.p-strengths__elem__label__date__text {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}
.p-strengths__elem__label__date__text span {
  font-size: 20px;
}
.p-strengths__elem__label__date > span:not([class]) {
  font-size: 10px;
  line-height: 1;
  text-align: right;
  display: block;
}
.p-strengths__elem__label + .p-strengths__elem__label {
  margin-top: 10.5px;
}
.p-strengths__elem__label + .p-strengths__elem__summary {
  margin-top: 19.5px;
}
.p-strengths__elem__label.-l {
  max-width: 419px;
  min-height: 86px;
  padding: 2px 34px;
  background-image: url("/files/user/sports_hospitality/assets/images/bg_label-l.png");
}
.p-strengths__elem__label.-l .p-strengths__elem__label__text {
  font-size: 16px;
}
.p-strengths__elem__bnr {
  max-width: 305px;
  margin: 19px auto;
}
.p-strengths__elem__bnr img {
  width: 100%;
  height: auto;
}
.p-strengths__elem__summary {
  color: var(--color-font-white);
  line-height: 1.6;
}
.p-strengths__elem.-elem01 .p-strengths__elem__body__wrap {
  background: linear-gradient(100deg, transparent 50%, #0f1e4b 50%), url("/files/user/sports_hospitality/assets/images/img_strengths_01.jpg");
  /* サイズを指定：1つ目がグラデーション(全画面)、2つ目が画像(幅50%) */
  background-size: 100% 100%, auto 100%;
  /* 位置を指定：画像は左側に配置 */
  background-position: center, left top;
  background-repeat: no-repeat;
}
.p-strengths__elem.-elem01 .p-strengths__elem__title {
  padding-top: 21px;
  padding-bottom: 63.5px;
  font-size: 32px;
}
.p-strengths__elem.-elem01 .p-strengths__elem__txt {
  margin-top: 49.5px;
}
.p-strengths__elem.-elem01 .p-strengths__elem__summary {
  line-height: 2;
}
.p-strengths__elem.-elem02 .p-strengths__elem__body__wrap {
  background: linear-gradient(100deg, transparent 50%, #0f1e4b 50%), url("/files/user/sports_hospitality/assets/images/img_strengths_02.jpg");
  /* サイズを指定：1つ目がグラデーション(全画面)、2つ目が画像(幅50%) */
  background-size: 100% 100%, auto 100%;
  /* 位置を指定：画像は左側に配置 */
  background-position: center, left top;
  background-repeat: no-repeat;
}
.p-strengths__elem.-elem03 .p-strengths__elem__body__wrap {
  background: linear-gradient(100deg, transparent 50%, #0f1e4b 50%), url("/files/user/sports_hospitality/assets/images/img_strengths_03.jpg");
  /* サイズを指定：1つ目がグラデーション(全画面)、2つ目が画像(幅50%) */
  background-size: 100% 100%, auto 100%;
  /* 位置を指定：画像は左側に配置 */
  background-position: center, left top;
  background-repeat: no-repeat;
}
.p-strengths .u-link {
  margin-top: 34.8px;
}
.p-strengths .u-link > a {
  color: var(--color-font-white);
  border-bottom: solid 1px var(--color-bg-gold);
}
@media screen and (max-width: 1160px) {
  .p-strengths__elem + .p-strengths__elem {
    margin-top: 20px;
  }
  .p-strengths__elem__body__wrap {
    position: relative;
    min-height: auto;
  }
  .p-strengths__elem__body__wrap::before {
    aspect-ratio: 67/44;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    content: "";
  }
  .p-strengths__elem__inner {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .p-strengths__elem__num {
    font-size: 36px;
  }
  .p-strengths__elem__num::before, .p-strengths__elem__num::after {
    width: 51px;
    height: 8px;
    margin-top: 5px;
    background-size: 51px auto;
  }
  .p-strengths__elem__title {
    padding-bottom: 31px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
    letter-spacing: -0.05em;
  }
  .p-strengths__elem__title::after {
    width: 100%;
  }
  .p-strengths__elem__txt {
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-strengths__elem__h {
    font-size: 20px;
    line-height: 1.5;
  }
  .p-strengths__elem__label {
    min-height: 60px;
  }
  .p-strengths__elem__label__text {
    font-size: 14px;
  }
  .p-strengths__elem__label__text span {
    font-size: 30px;
  }
  .p-strengths__elem__label__date__text {
    font-size: 45px;
    letter-spacing: -0.05em;
  }
  .p-strengths__elem__label__date__text span {
    margin-left: 5px;
    font-size: 18px;
  }
  .p-strengths__elem__label + .p-strengths__elem__label {
    margin-top: 10px;
  }
  .p-strengths__elem__label + .p-strengths__elem__summary {
    margin-top: 30px;
  }
  .p-strengths__elem__label.-l {
    width: calc(100% + 12px);
    min-height: 92px;
    padding: 2px 20px;
    background-image: url("/files/user/sports_hospitality/assets/images/bg_label-l_sp.png");
    transform: translateX(-6px);
  }
  .p-strengths__elem__label.-l .p-strengths__elem__label__text {
    font-size: 12px;
    letter-spacing: -0.05em;
  }
  .p-strengths__elem__bnr {
    margin: 20px auto;
  }
  .p-strengths__elem__summary {
    font-size: 14px;
    line-height: 2;
  }
  .p-strengths__elem.-elem01 .p-strengths__elem__body__wrap {
    background: var(--color-bg-dark);
  }
  .p-strengths__elem.-elem01 .p-strengths__elem__body__wrap::before {
    background-image: url("/files/user/sports_hospitality/assets/images/img_strengths_01.jpg");
  }
  .p-strengths__elem.-elem01 .p-strengths__elem__title {
    padding-top: 4px;
    padding-bottom: 31px;
    font-size: 24px;
  }
  .p-strengths__elem.-elem01 .p-strengths__elem__txt {
    margin-top: 30px;
  }
  .p-strengths__elem.-elem02 .p-strengths__elem__body__wrap {
    background: var(--color-bg-dark);
  }
  .p-strengths__elem.-elem02 .p-strengths__elem__body__wrap::before {
    background-image: url("/files/user/sports_hospitality/assets/images/img_strengths_02.jpg");
  }
  .p-strengths__elem.-elem03 .p-strengths__elem__body__wrap {
    background: var(--color-bg-dark);
  }
  .p-strengths__elem.-elem03 .p-strengths__elem__body__wrap::before {
    background-image: url("/files/user/sports_hospitality/assets/images/img_strengths_03.jpg");
  }
}
@media screen and (max-width: 767px) {
  .p-strengths__container {
    padding-top: 17px;
    padding-bottom: 80px;
  }
  .p-strengths__container .u-heading .u-heading__en {
    top: -10px;
    left: 0;
    font-size: 36px;
  }
  .p-strengths__container .u-heading .u-heading__jp {
    padding: 0;
  }
  .p-strengths__container .u-heading .u-heading__jp .u-heading__jp__label {
    padding: 11px 0;
  }
  .p-strengths__summary {
    margin-top: 30.5px;
    font-size: 16px;
    letter-spacing: -0.05em;
  }
  .p-strengths__body {
    margin-top: 30px;
  }
}

.u-heading {
  max-width: 680px;
  width: 100%;
  margin-inline: auto;
}
.u-heading__en {
  color: var(--color-font-gold);
  font-size: 78px;
  font-weight: 400;
  line-height: 1;
  transform: rotate(-10deg);
}
.u-heading__jp {
  background: linear-gradient(to right, rgba(15, 30, 75, 0) 0%, rgba(15, 30, 75, 0.9) 20%, #0f1e4b 50%, rgba(15, 30, 75, 0.9) 80%, rgba(15, 30, 75, 0) 100%);
}
.u-heading__jp::before, .u-heading__jp::after {
  width: 100%;
  height: 1px;
  background: linear-gradient(to bottom, #DBC35D 0%, #A78F26 100%);
  display: block;
  content: "";
}
.u-heading__jp__label {
  color: var(--color-font-gold);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.875;
  text-align: center;
}
.u-heading.-l {
  max-width: 880px;
}
.u-heading.-black .u-heading__en {
  position: relative;
  top: -20px;
  left: -50px;
  color: var(--color-font-primary);
}
.u-heading.-black .u-heading__jp {
  background: none;
}
.u-heading.-black .u-heading__jp::before, .u-heading.-black .u-heading__jp::after {
  background: #A78F26;
}
.u-heading.-black .u-heading__jp__label {
  color: var(--color-font-primary);
}
@media screen and (max-width: 767px) {
  .u-heading__en {
    font-size: 45px;
  }
  .u-heading__jp__label {
    padding: 7px 0;
    font-size: 18px;
    line-height: 1.6;
  }
  .u-heading.-black .u-heading__en {
    top: 0;
    left: 0;
  }
  .u-heading.-black .u-heading__jp__label {
    padding: 10px 0;
    line-height: 1.2;
  }
}

.u-link {
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.u-link + .u-link {
  margin-top: 40px;
}
.u-link::before, .u-link::after {
  width: 17px;
  height: 17px;
  background-image: url("/files/user/sports_hospitality/assets/images/icon_list.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 17px auto;
  content: "";
}
.u-link > a {
  padding: 0 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  border-bottom: solid 1px var(--color-bg-dark);
}
@media screen and (max-width: 767px) {
  .u-link {
    margin-top: 33.5px;
    gap: 10px;
  }
  .u-link > a {
    padding: 0;
  }
}

.u-pagetop {
  position: fixed;
  right: 20px;
  bottom: 35px;
  width: 48px;
  height: 48px;
  background-color: #333;
  background-image: url("/files/user/sports_hospitality/assets/images/page_top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
  border-radius: 100%;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s, background 0.4s, opacity 0.4s;
  cursor: pointer;
  z-index: 1000;
}
.u-pagetop.is-show {
  opacity: 1;
  pointer-events: auto;
}
@media (any-hover:hover) {
  .u-pagetop:hover {
    background-color: #cc0000;
  }
}
@media screen and (max-width: 767px) {
  .u-pagetop {
    display: none;
  }
}

/* Foundation
----------------------------------------------- */
/* Layout
----------------------------------------------- */
/* Object
----------------------------------------------- */
/* component */

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