@charset "UTF-8";
/* reset css
------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  /* 追加 */
  /* font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  background: inherit;
  vertical-align: inherit; */
}

body {
  line-height: 1;
}

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

nav, ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* base
------------------------------- */
/* 全体の背景・フォントファミリー・リンクの色 */
/* * {
  font-size: 16px;
  font-family: "Noto Sans JP", "Yu Gothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  font-weight: normal;
  line-height: 1;
} */
*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

.wrap {
  background: #fff;
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

img,
svg {
  width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  user-select: none;
  vertical-align: bottom;
  backface-visibility: hidden;
}

a {
  color: inherit;
  transition: 0.3s;
  display: block;
}

a:visited {
  color: inherit;
}

a[href^="tel:"] {
  color: inherit;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  a {
    display: block;
  }
  a:hover {
    opacity: 1;
  }
}
.p-post__img img,
.p-card__thumb img {
  width: 100% !important;
  height: auto !important;
}

html {
  font-family: "Noto Sans JP", sans-serif;
}

/* main */
.l-main {
  overflow: hidden;
}

.c-hdg h2 {
  position: relative;
  top: 0;
  left: 36px;
  z-index: 1;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "ヒラギノ角コゴ ProN W3", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 1rem;
  margin: auto;
}
.c-hdg h2::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icon_circle.svg") no-repeat;
  position: absolute;
  left: -36px;
}
.c-hdg p {
  padding-left: 2.5rem;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .c-hdg h2 {
    font-size: clamp(1.5rem, 0.546rem + 4.07vw, 2.5rem);
    letter-spacing: 0.01em;
    gap: clamp(0.25rem, 0.011rem + 1.02vw, 0.5rem);
    align-items: start;
    left: clamp(1.125rem, 0.052rem + 4.58vw, 2.25rem);
  }
  .c-hdg h2::before {
    width: clamp(1rem, 0.523rem + 2.04vw, 1.5rem);
    height: clamp(1rem, 0.523rem + 2.04vw, 1.5rem);
    background-size: contain;
    margin-block-start: clamp(0.25rem, 0.011rem + 1.02vw, 0.5rem);
    left: clamp(-36px, -18px - (100vw - 350px) * 0.04306, -18px);
  }
  .c-hdg p {
    font-size: clamp(0.75rem, 0.034rem + 3.05vw, 1.5rem);
    line-height: 1;
    margin-top: clamp(0.094rem, 0.004rem + 0.38vw, 0.188rem);
    padding-left: clamp(1.188rem, 0.054rem + 4.83vw, 2.375rem);
  }
}

.c-btn--gradation {
  display: inline-block;
}
.c-btn--gradation a {
  position: relative;
  color: #fff;
  text-align: left;
  border-radius: 32px;
  background: linear-gradient(to right, #FB0475 0%, #0BE0E8 100%);
  font-size: 16px;
  display: inline-block;
  width: 192px;
  padding: 24px 24px;
  margin-left: 8.5px;
}
.c-btn--gradation a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/icon_arrow.svg) no-repeat center center;
  background-size: 32px 32px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-btn--gradation a {
    font-size: clamp(0.75rem, -0.204rem + 4.07vw, 1.75rem);
    width: 45vw;
    padding: 5vw 5vw;
    box-sizing: border-box;
    margin-left: 0;
    border-radius: 10vw;
  }
  .c-btn--gradation a::after {
    width: clamp(1.8rem, -0.299rem + 8.96vw, 4rem);
    height: clamp(1.8rem, -0.299rem + 8.96vw, 4rem);
    background-size: clamp(1.8rem, -0.299rem + 8.96vw, 4rem);
  }
}

/* head-bg */
.p-head__bg {
  background: linear-gradient(to right bottom, rgb(226, 253, 254) 0%, rgb(254, 226, 239) 100%);
}

/* t-section*/
/* -------------------------------------- */
.p-t-section {
  background: #fff;
}
.p-t-section__title {
  padding: 96px 14.286% 124px 14.286%;
}
@media screen and (max-width: 1199px) {
  .p-t-section__title {
    padding: 96px 6.666% 124px 6.666%;
  }
}
@media screen and (max-width: 768px) {
  .p-t-section__title-main {
    margin-inline-end: auto;
  }
}
.p-t-section__title-main br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-t-section__title-main br {
    display: inline;
  }
}
.p-t-section__btn {
  width: 100%;
  text-align: right;
  font-weight: 600;
  margin-top: 3rem;
}
.p-t-section__block {
  margin-block-start: 2.5rem;
  margin-inline-start: 2.5rem;
  max-width: 42rem;
}
@media screen and (max-width: 768px) {
  .p-t-section__block {
    margin-inline: clamp(1.25rem, 0.057rem + 5.09vw, 2.5rem);
  }
}
.p-t-section__block .p-t-section__disc-main {
  color: #FB0575;
  font-size: 1.2rem;
  margin-block-end: 0.5rem;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .p-t-section__block .p-t-section__disc-main {
    font-size: clamp(1rem, 0.046rem + 4.07vw, 2rem);
  }
}
.p-t-section__block .p-t-section__disc-sub {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 2;
  margin-block-start: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-t-section__block .p-t-section__disc-sub {
    font-size: clamp(0.75rem, 0.034rem + 3.05vw, 1.5rem);
    line-height: 2;
  }
}
.p-t-section__block .p-t-section__disc-sub-block {
  margin-block-end: clamp(1rem, 0.046rem + 4.07vw, 2rem);
}

@media screen and (max-width: 768px) {
  .p-t-section {
    margin-top: -48px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .p-t-section__title {
    padding: 48px 0 64px;
  }
  .p-t-section__title-main {
    padding-inline: 6.666%;
  }
  .p-t-section__btn {
    width: 100%;
    text-align: left;
    margin-top: 40px;
    font-weight: 600;
  }
}
/* csr sponsor */
/* HEADER*/
/* -------------------------------------- */
.p-csr,
.p-sponsor {
  padding: 150px 0 245px;
  text-align: center;
}
.p-csr__inner,
.p-sponsor__inner {
  margin: 0 auto;
}
.p-csr__hdg h2,
.p-sponsor__hdg h2 {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "ヒラギノ角コゴ ProN W3", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  gap: 6px;
  margin: auto;
}
.p-csr__hdg h2::before, .p-csr__hdg h2::after,
.p-sponsor__hdg h2::before,
.p-sponsor__hdg h2::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_circle.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.p-csr__hdg p,
.p-sponsor__hdg p {
  font-size: 16px;
  letter-spacing: 0.025em;
  font-weight: bold;
  margin-top: 5px;
}
.p-csr__txt,
.p-sponsor__txt {
  font-size: clamp(0.7rem, -0.063rem + 3.26vw, 1.5rem);
  line-height: clamp(2rem, 0.092rem + 8.14vw, 4rem);
  letter-spacing: 0.091em;
  padding-left: 34px;
  margin-top: 1rem;
  font-weight: bold;
}
.p-csr__breadcrumb,
.p-sponsor__breadcrumb{
  padding-left: 100px;
  top: 82px;
  text-align: left;
}



@media screen and (max-width: 768px) {
  .p-csr__hdg h2,
  .p-sponsor__hdg h2 {
    font-size: clamp(24px, 5.2vw, 40px);
    /* 24px ~ 40px */
    letter-spacing: 0.01em;
    width: min-content;
  }
  .p-csr__hdg h2::before, .p-csr__hdg h2::after,
  .p-sponsor__hdg h2::before,
  .p-sponsor__hdg h2::after {
    width: 43px;
  }
  .p-csr__hdg p,
  .p-sponsor__hdg p {
    font-size: clamp(12px, 3.2vw, 16px);
    margin-top: 3px;
  }
  .p-csr__txt,
  .p-sponsor__txt {
    font-size: clamp(14px, 3.733vw, 16px);
    /* 24px ~ 40px */
    line-height: 2.285;
    margin-top: 34.5px;
  }
  .p-csr__breadcrumb,
  .p-sponsor__breadcrumb{
    padding-left: 5vw;
    text-align: left;
  }
}

/* sponsorship */
/* -------------------------------------- */
.p-sponsorship__grid {
  margin-block-start: 50px;
}
.p-sponsorship__grid > ul {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-sponsorship__grid > ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-sponsorship__grid-card-name p {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-sponsorship__grid-card-name p {
    font-size: clamp(1rem, 0.046rem + 4.07vw, 2rem);
  }
}

.p-sponsorship__grid-card-img {
  width: 22vw;
  height: 12.375vw;
}
.p-sponsorship__grid-card-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-sponsorship__grid-card-img {
    width: 90vw;
    height: 50.625vw;
    font-size: 11vw;
  }
}

/* contribution */
/* -------------------------------------- */
.p-contribution {
  padding: 10rem 14.286%;
  text-align: center;
}
.p-contribution__inner {
  margin: 0 auto;
}
.p-contribution__hdg {
  margin-block-end: 2rem;
}
.p-contribution__hdg h2 {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "ヒラギノ角コゴ ProN W3", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  gap: 6px;
  margin: auto;
}
.p-contribution__hdg h2::before, .p-contribution__hdg h2::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_circle.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.p-contribution__copy {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.091em;
  display: flex;
  gap: 0.2rem;
  line-height: 1.5rem;
  justify-content: center;
  word-break: break-word;
  line-break: strict;
}
.p-contribution__copy span {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.091em;
  color: #FB0575;
  font-size: 1rem;
  margin-block-end: 0.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-contribution {
    padding: 64px 6.666% 64px;
  }
  .p-contribution__hdg h2 {
    font-size: clamp(1.25rem, 0.057rem + 5.09vw, 2.5rem);
    letter-spacing: 0.01em;
  }
  .p-contribution__hdg h2::before, .p-contribution__hdg h2::after {
    width: clamp(1.25rem, 0.057rem + 5.09vw, 2.5rem);
  }
  .p-contribution__hdg p {
    font-size: clamp(0.5rem, 0.023rem + 2.04vw, 1rem);
    margin-top: clamp(0.094rem, 0.004rem + 0.38vw, 0.188rem);
  }
  .p-contribution__copy {
    font-size: clamp(0.8rem, 0.13rem + 3.06vw, 1.6rem);
    line-height: clamp(1rem, 0.163rem + 3.83vw, 2rem);
  }
  .p-contribution__txt {
    font-size: clamp(0.5rem, 0.023rem + 2.04vw, 1rem);
    line-height: 2.285;
    margin-top: 34.5px;
  }
}
.p-contribution__grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 横2列 */
  grid-template-rows: 1fr 1fr; /* 縦2行 */
  margin-block-start: 3rem;
  gap: 2.5rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-contribution__grid {
    display: flex; /* 横並びに変更 */
    flex-direction: row;
    overflow-x: auto; /* 横スクロール可能に */
    gap: 1rem; /* 横方向の間隔 */
    scroll-snap-type: x mandatory; /* スナップさせたい場合（任意） */
    padding-bottom: 1rem;
  }
}
.p-contribution__grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
}
@media screen and (max-width: 1200px) {
  .p-contribution__grid-item {
    height: clamp(11rem, 1.931rem - 20.69vw, 8rem);
  }
}
@media screen and (max-width: 768px) {
  .p-contribution__grid-item {
    height: 85vw;
    flex: 0 0 auto; /* 折り返さない */
    width: 85vw; /* 1つのブロックの幅 */
    scroll-snap-align: start; /* スナップ位置（任意） */
  }
}
.p-contribution__grid-item-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #FB0575;
  border-radius: 0.5rem;
  padding:0.5rem 1rem;

}
@media screen and (max-width: 1200px) {
  .p-contribution__grid-item-block {
    padding-inline: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contribution__grid-item-block {
    flex-direction: column;
    height: auto;
    aspect-ratio: auto; /* 横スクロールに対応 */
    padding-inline: clamp(0.5rem, 0.023rem + 2.04vw, 1rem);
  }
}
.p-contribution__grid-item-block img {
  width: 6.5vw;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-contribution__grid-item-block img {
    padding-block-start: clamp(1.5rem, 0.069rem + 6.11vw, 3rem);
    width: clamp(145px, 43.803vw + 13.591px, 350px);
    height: clamp(145px, 43.803vw + 13.591px, 350px);
    object-fit: contain;
    display: block;
    margin-inline: auto;
  }
}
.p-contribution__grid-item-block-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-inline-start: 1.2rem;
  height: 70%;
}
@media screen and (max-width: 768px) {
  .p-contribution__grid-item-block-right {
    padding-block-start: clamp(1rem, 0.046rem + 4.07vw, 2rem);
    align-items: center;
    margin-inline-start: 0rem;
    height: auto;
  }
}
.p-contribution__grid-item-block-right h4 {
  font-size: 1.2rem;
  padding-block-end: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-contribution__grid-item-block-right h4 {
    font-size: 5vw;
  }
}
.p-contribution__grid-item-block-right h4 span {
  font-size: 0.83rem;
}
@media screen and (max-width: 768px) {
  .p-contribution__grid-item-block-right h4 span {
    font-size: 2vw;
  }
}
.p-contribution__grid-item-block-right p {
  font-size: 0.83rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-contribution__grid-item-block-right p {
    font-size: 3vw;
    line-height: 5vw;
    text-align: center;
  }
}

/* sports*/
/* -------------------------------------- */
.p-sports__block {
  margin-block-start: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-sports__block {
    padding-inline: 6.666%;
  }
}
.p-sports__block-sub {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 2;
  margin-block-start: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-sports__block-sub {
    font-size: clamp(0.75rem, 0.034rem + 3.05vw, 1.5rem);
  }
}
.p-sports__block-title {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-sports__block-title {
    font-size: clamp(0.9rem, 0.041rem + 3.66vw, 1.8rem);
  }
}
.p-sports__block-explanation {
  display: flex;
  margin-block-start: 3rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-sports__block-explanation {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}
.p-sports__block-explanation-img {
  width: clamp(15.75rem, 10.5rem + 10.84vw, 21rem);
  height: clamp(8.86rem, 5.907rem + 6.1vw, 11.813rem);
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FB0575;
  font-size: clamp(1rem, 1.5rem + 1.55vw, 3rem);
}
.p-sports__block-explanation-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-sports__block-explanation-img {
    width: 98%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.p-sports__block-explanation p {
  margin-inline-start: 1.5rem;
  align-content: center;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.3rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  .p-sports__block-explanation p {
    width: 98%;
    margin-inline-start: 0rem;
    font-size: 3vw;
    line-height: 5vw;
  }
}

.u-background__gray {
  background: #F9F9F9;
}

.u-contact__highlight {
  font-weight: 700;
}

.u-border-radius {
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
  margin-top: -120px;
}

@media screen and (max-width: 768px) {
  .u-sponsorship__button {
    padding-inline: 6.666%;
  }
}

.u-sponsorship-margin {
  max-width: none;
}

@media screen and (min-width: 769px) {
  .u-only--pc {
    display: block;
  }
  .u-only--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-only--pc {
    display: none;
  }
  .u-only--sp {
    display: block;
  }
}


