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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.3vw;
  }
}

body {
  color: #3E3E3E;
  font-family: "Montserrat", sans-serif;
  background: #F3F3F3;
}

.preload {
  opacity: 0;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #3E3E3E;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

img {
  width: 100%;
  height: 100%;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: inherit;
  padding: 0 2.5rem;
  margin: 0 auto;
}
.l-inner .l-inner__mainVisual {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    min-width: 21.4375rem;
    padding: 0 1rem;
  }
}

.l-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: rgb(50, 94, 157); /* 透明度を指定 */
  -webkit-box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; /* 背景色のトランジション効果を追加（オプション） */
}

header {
  color: #ffffff;
}

.l-about {
  margin-top: 3.75rem;
}

.l-soccerGround {
  padding: 6.25rem 5rem;
  background: url(../img/soccerGround/img_soccerGround.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .l-soccerGround {
    padding: 3.75rem 0;
  }
}

.l-access .l-inner {
  margin: 0 auto;
}

.l-contact {
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding: 1.25rem;
  }
}

.l-footer {
  background: #325E9D;
}

.c-section__title {
  font-size: 2.25rem;
  line-height: 0;
  letter-spacing: 0em;
  font-weight: 700;
  color: #325E9D;
  padding: 1.875rem 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    font-size: 1.125rem;
    line-height: 0;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.c-section__title::before {
  position: absolute;
  content: "";
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.75rem;
  height: 0.25rem;
  background: #325E9D;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .c-section__title::before {
    bottom: 0.3125rem;
  }
}
.c-section__title span {
  font-size: 3rem;
  line-height: 0;
  letter-spacing: 0em;
  font-weight: 700;
  color: #3E3E3E;
  display: block;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-section__title span {
    font-size: 1.75rem;
    line-height: 0;
    letter-spacing: 0em;
    font-weight: 700;
    margin-top: 1.875rem;
  }
}

.c-btn-contact {
  background: #F18900;
  border-radius: 0.625rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
.c-btn-contact a {
  font-size: 1.25rem;
  line-height: 0;
  letter-spacing: 0em;
  font-weight: 700;
  display: block;
  color: #fff;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-btn-contact a {
    padding: 0.3125rem 0.625rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.c-btn-contact:hover {
  opacity: 0.7;
}

.c-btnLink {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #325E9D;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 500;
  color: #325E9D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .c-btnLink {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.c-btnLink a {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 500;
  display: block;
  color: #325E9D;
  padding-top: 1rem;
  padding-right: 7.1875rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-btnLink a {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
    padding-top: 0.625rem;
    padding-right: 7.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 1.5rem;
  }
}
.c-btnLink a:hover {
  background-color: #325E9D;
  color: #ffffff;
}
.c-btnLink::before { /* くの字の表示設定 */
  position: absolute;
  content: "";
  top: 1.3125rem;
  bottom: 0;
  right: 2.0625rem;
  width: 0.75rem;
  border-top: 2px solid #325E9D; /* くの字の太さと色 */
  -webkit-transform: matrix(0.87, 0.49, -0.59, 0.81, 0, 0);
          transform: matrix(0.87, 0.49, -0.59, 0.81, 0, 0);
}
@media screen and (max-width: 767px) {
  .c-btnLink::before {
    top: 1rem;
    bottom: 0;
    right: 1.9375rem;
    width: 0.75rem;
    border-top: 2px solid #325E9D; /* くの字の太さと色 */
  }
}
.c-btnLink::after { /* 棒の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  width: 1.6875rem;
  height: 0.125rem;
  background: #325E9D;
}
.c-btnLink:hover::before {
  border-top: 2px solid #ffffff; /* くの字の太さと色 */
}
.c-btnLink:hover::after {
  background: #ffffff;
}

.c-btnSubmit {
  display: block;
  margin: 0 auto;
}
.c-btnSubmit .submit,
.c-btnSubmit .reset {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  color: #ffffff;
  padding: 0.625rem 1.25rem;
  text-decoration: none;
}
.c-btnSubmit .submit.-active {
  background: #F18900;
}
.c-btnSubmit .reset {
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .c-btnSubmit .reset {
    margin-top: 0.625rem;
  }
}
.c-btnSubmit .submit:hover,
.c-btnSubmit .submit:focus,
.c-btnSubmit .reset:hover,
.c-btnSubmit .reset:focus {
  outline: none;
  opacity: 0.7;
}
.c-btnSubmit .submit::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .to-top {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.to-top a {
  color: #ffffff;
  background: #F18900;
  padding: 0.625rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .to-top a {
    padding: 0.3125rem;
  }
}
.to-top a:hover {
  opacity: 0.7;
}

.p-header__wrapper {
  margin: o auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 0.625rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__wrapper {
    padding: 0.625rem 0;
  }
}
.p-header__wrapper .p-header__logo {
  max-width: 3.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__wrapper .p-header__logo {
    max-width: 2.5rem;
  }
}

.p-header__nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.8125rem;
     -moz-column-gap: 2.8125rem;
          column-gap: 2.8125rem;
}

.p-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  color: #ffffff;
}

.p-nav__item {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #ffffff;
}
.p-nav__item a {
  color: #ffffff;
  padding: 0.625rem;
  position: relative;
}
.p-nav__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-nav__item a:hover::after, .p-nav__item a.is-active::after {
  background: #F18900;
}

.p-header__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.p-header__contact .p-contact__item {
  position: relative;
}
.p-header__contact .p-contact__item a {
  color: #ffffff;
  padding: 0.625rem;
}
.p-header__contact .p-contact__item .phone {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  color: #F18900;
  position: absolute;
  top: 50%;
  left: -1.875rem;
  margin-top: -0.5rem;
}

.p-mainVisual1,
.p-mainVisual2,
.p-mainVisual3 {
  width: 100%;
  height: calc(100vh - 6.25rem);
  margin-top: 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mainVisual1,
  .p-mainVisual2,
  .p-mainVisual3 {
    height: calc(100dvh - 3.75rem);
    margin-top: 3.75rem;
  }
}
.p-mainVisual1 .p-mainVisual__content,
.p-mainVisual2 .p-mainVisual__content,
.p-mainVisual3 .p-mainVisual__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-mainVisual1 .p-mainVisual__content,
  .p-mainVisual2 .p-mainVisual__content,
  .p-mainVisual3 .p-mainVisual__content {
    padding: 0;
  }
}

.p-mainVisual1 {
  background: url(../img/mainVisual/img_entrance.jpg) no-repeat center center/cover;
}

.p-mainVisual2 {
  background: url(../img//mainVisual/img_soccerGround.jpg) no-repeat center center/cover;
}

.p-mainVisual3 {
  background: url(../img//mainVisual/img_nightView.jpg) no-repeat center center/cover;
}

.p-mainVisual__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-mainVisual__content .c-btn-contact {
  position: absolute;
  bottom: -6.25rem;
  left: 25%;
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content .c-btn-contact {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -3.125rem;
  }
}
.p-mainVisual__content .c-btn-contact a {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content .c-btn-contact a {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.p-mainVisual__textarea {
  display: inline-block;
  font-family: "Intel", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
  padding: 0.9375rem;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .p-mainVisual__textarea {
    text-align: center;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-mainVisual__textarea .mainVisual__title {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  color: #ffffff;
  -webkit-filter: drop-shadow(0rem 0.3125rem 0.3125rem rgba(0, 0, 0, 0.75));
          filter: drop-shadow(0rem 0.3125rem 0.3125rem rgba(0, 0, 0, 0.75));
}
@media screen and (max-width: 767px) {
  .p-mainVisual__textarea .mainVisual__title {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-mainVisual__textarea .mainVisual__lead1,
.p-mainVisual__textarea .mainVisual__lead2 {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  color: #ffffff;
  -webkit-filter: drop-shadow(0rem 0.3125rem 0.3125rem rgba(0, 0, 0, 0.75));
          filter: drop-shadow(0rem 0.3125rem 0.3125rem rgba(0, 0, 0, 0.75));
}
@media screen and (max-width: 767px) {
  .p-mainVisual__textarea .mainVisual__lead1,
  .p-mainVisual__textarea .mainVisual__lead2 {
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-mainVisual__textarea .mainVisual__lead1 {
  margin-top: 1.25rem;
}
.p-mainVisual__textarea .mainVisual__lead2 {
  margin-top: 0.625rem;
}

.p-about__wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__wrapper {
    padding: 1.25rem;
  }
}

.about-mainSwiper {
  max-width: 100%;
  padding-bottom: 1.875rem;
  margin-top: 2.5rem;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .about-mainSwiper {
    margin-top: 1.25rem;
  }
}
.about-mainSwiper .swiper-pagination-bullet {
  opacity: 1;
  background: #b5b5b5;
  width: 0.625rem;
  height: 0.625rem;
}
.about-mainSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5DB1DE;
}
.about-mainSwiper .swiper-slide .p-slide__content:hover .slide__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.about-mainSwiper .swiper-slide .slide__img {
  overflow: hidden;
}
.about-mainSwiper .swiper-slide .slide__img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.about-mainSwiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .about-mainSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.625rem;
}
.about-mainSwiper .swiper-horizontal > .swiper-pagination-bullets, .about-mainSwiper .swiper-pagination-bullets.swiper-pagination-horizontal, .about-mainSwiper .swiper-pagination-custom, .about-mainSwiper .swiper-pagination-fraction {
  bottom: -3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-mainSwiper .c-btnLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.about-swiper-thumbnail {
  max-width: 100%;
  padding: 1.25rem 0;
  background: #ffffff;
}
.about-swiper-thumbnail .swiper-slide {
  width: 14.2857142857%;
  overflow: hidden;
  position: relative;
}
.about-swiper-thumbnail .swiper-slide:hover slide__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.about-swiper-thumbnail .swiper-slide img {
  aspect-ratio: 4/3;
  height: auto;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.about-swiper-thumbnail .swiper-slide::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.about-swiper-thumbnail .swiper-slide .swiper-wrapper:hover .swiper-slide:not(:hover)::after {
  opacity: 1;
}

.swiper-slide .p-slide__content:hover .slide__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.swiper-slide .slide__img {
  overflow: hidden;
}
.swiper-slide .slide__img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.about-swiper-thumbnail {
  max-width: 100%;
  padding: 1.25rem 0;
  background: #ffffff;
}
.about-swiper-thumbnail .swiper-slide {
  width: 14.2857142857%;
  overflow: hidden;
  position: relative;
}
.about-swiper-thumbnail .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.about-swiper-thumbnail .swiper-slide img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.about-swiper-thumbnail .swiper-slide::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.about-swiper-thumbnail .swiper-slide .swiper-wrapper:hover .swiper-slide:not(:hover)::after {
  opacity: 1;
}

.p-slide__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.2);
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 5px #888;
  position: relative;
}
.p-slide__content::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.p-slide__content .slide__img img {
  height: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-slide__content .slide__img img {
    height: 11.25rem;
  }
}
.p-slide__content .slide__textarea {
  height: 15rem;
  overflow: hidden;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-slide__content .slide__textarea {
    padding: 0.9375rem;
  }
}
.p-slide__content .slide__textarea .slide__title {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  color: #325E9D;
}
@media screen and (max-width: 767px) {
  .p-slide__content .slide__textarea .slide__title {
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-slide__content .slide__textarea .slide__lead {
  color: #3E3E3E;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-slide__content .slide__textarea .slide__lead {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.p-item__content {
  max-width: 25rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-item__content .item__textarea {
  margin-top: 0.625rem;
  padding: 0.625rem;
}
.p-item__content .item__textarea .item__title {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 700;
  color: #325E9D;
  text-align: center;
}
.p-item__content .item__textarea .item__lead {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 1rem;
}

.p-soccerGround__wrapper {
  padding-top: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 3.75rem;
  padding-left: 2.5rem;
  background-color: rgba(249, 242, 242, 0.8);
}
@media screen and (max-width: 767px) {
  .p-soccerGround__wrapper {
    padding: 1.25rem;
  }
}

.p-soccerGround__items {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-soccerGround__items {
    margin-top: 1.25rem;
  }
}

.p-soccerGround__item1,
.p-soccerGround__item2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-soccerGround__item1,
  .p-soccerGround__item2 {
    display: block;
  }
}
.p-soccerGround__item1 .item__textarea,
.p-soccerGround__item2 .item__textarea {
  -webkit-box-flex: 3.75rem;
  -webkit-flex: 3.75rem;
      -ms-flex: 3.75rem;
          flex: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-soccerGround__item1 .item__textarea,
  .p-soccerGround__item2 .item__textarea {
    text-align: center;
  }
}
.p-soccerGround__item1 .item__textarea .item__title,
.p-soccerGround__item2 .item__textarea .item__title {
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-soccerGround__item1 .item__textarea .item__title,
  .p-soccerGround__item2 .item__textarea .item__title {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-soccerGround__item1 .item__textarea .item__address,
.p-soccerGround__item2 .item__textarea .item__address {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-soccerGround__item1 .item__textarea .item__address,
  .p-soccerGround__item2 .item__textarea .item__address {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    margin-top: 0.625rem;
  }
}
.p-soccerGround__item1 .iframe__wrapper,
.p-soccerGround__item2 .iframe__wrapper {
  margin-inline: auto; /* 中央揃え */
}
@media screen and (max-width: 767px) {
  .p-soccerGround__item1 .iframe__wrapper,
  .p-soccerGround__item2 .iframe__wrapper {
    width: 100%;
    margin-top: 0.625rem;
  }
}
.p-soccerGround__item1 .iframe__wrapper iframe,
.p-soccerGround__item2 .iframe__wrapper iframe {
  aspect-ratio: 4/3;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-soccerGround__item1 .iframe__wrapper iframe,
  .p-soccerGround__item2 .iframe__wrapper iframe {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-soccerGround__item1 .iframe__wrapper iframe,
  .p-soccerGround__item2 .iframe__wrapper iframe {
    max-width: 31.25rem;
  }
}

.p-soccerGround__item2 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-soccerGround__item2 {
    margin-top: 1.25rem;
  }
}

.p-access__wrapper {
  background: #ffffff;
  padding: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-access__wrapper {
    padding: 1.25rem;
  }
}

.p-access__content1,
.p-access__content2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .p-access__content1,
  .p-access__content2 {
    display: block;
    margin-top: 1.25rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-access__content1 .subTitle,
.p-access__content2 .subTitle {
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-access__content1 .subTitle,
  .p-access__content2 .subTitle {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    text-align: center;
  }
}
.p-access__content1 .description,
.p-access__content2 .description {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-access__content1 .description,
  .p-access__content2 .description {
    margin-top: 0.625rem;
  }
}
.p-access__content1 .c-btnLink,
.p-access__content2 .c-btnLink {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-access__content1 .c-btnLink,
  .p-access__content2 .c-btnLink {
    margin-top: 0rem;
    margin: 0 auto;
  }
}
.p-access__content1 .iframe__wrapper,
.p-access__content2 .iframe__wrapper {
  margin-inline: auto; /* 中央揃え */
}
@media screen and (max-width: 767px) {
  .p-access__content1 .iframe__wrapper,
  .p-access__content2 .iframe__wrapper {
    width: 100%;
    margin-top: 0.625rem;
  }
}
.p-access__content1 .iframe__wrapper iframe,
.p-access__content2 .iframe__wrapper iframe {
  aspect-ratio: 4/3;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-access__content1 .iframe__wrapper iframe,
  .p-access__content2 .iframe__wrapper iframe {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-access__content1 .iframe__wrapper iframe,
  .p-access__content2 .iframe__wrapper iframe {
    max-width: 34.375rem;
  }
}

.p-access__content2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-access__content2 {
    display: block;
  }
}

.p-contact__wrapper .contact__lead {
  margin-top: 3.125rem;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__wrapper .contact__lead {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.p-contact-form {
  background: #ffffff;
  padding: 3.75rem 6.25rem;
  margin: 2.5rem 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form {
    margin: 1.25rem 0;
    padding: 1.25rem;
  }
}
.p-contact-form .c-btnSubmit {
  margin-top: 1.25rem;
}

.p-form__wrapper {
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  color: #555;
}

.p-formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.p-formTable td,
.p-formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}
.p-formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 767px) {
  .p-form__wrapper {
    width: 95%;
    margin: 0 auto;
  }
  .p-formTable th,
  .p-formTable td {
    width: auto;
    display: block;
  }
  .p-formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  form input[type=text], form textarea {
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  form input[type=submit], form input[type=reset], form input[type=button] {
    display: block;
    width: 100%;
    height: 40px;
  }
  .c-btnSubmit {
    margin-top: 1.25rem;
  }
}
.p-contact-form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}
.p-contact-form__row:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__row {
    display: block;
  }
}
.p-contact-form__row .contact-form__label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5rem;
      -ms-flex: 0 0 12.5rem;
          flex: 0 0 12.5rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__row .contact-form__label {
    width: 100%;
    margin-top: 0;
  }
}
.p-contact-form__row .contact-form__label label.is-required {
  position: relative;
}
.p-contact-form__row .contact-form__label label.is-required::after {
  position: absolute;
  content: "必須";
  top: 0;
  left: calc(100% + 0.625rem);
  font-size: 0.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 700;
  color: #ffffff;
  background: #FF4646;
  text-align: center;
  border-radius: 0.125rem;
  padding: 0.125rem 0.1875rem;
  display: inline-block;
  margin-left: 0.75rem;
  width: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__row .contact-form__label label.is-required::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(100% + 1.25rem);
    width: 2.5rem;
  }
}
.p-contact-form__row .contact-form__input {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (max-width: 767px) {
  .p-contact-form__row .contact-form__input {
    width: 100%;
    margin-top: 0.3125rem;
  }
}
.p-contact-form__row .contact-form__input [type=text],
.p-contact-form__row .contact-form__input [type=email],
.p-contact-form__row .contact-form__input [type=tel] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-bottom: solid 1px #3E3E3E;
  background: #ffffff;
  padding-top: 0.5rem;
  padding-right: 0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact-form__row .contact-form__input [type=text],
  .p-contact-form__row .contact-form__input [type=email],
  .p-contact-form__row .contact-form__input [type=tel] {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0.3125rem;
    padding-left: 0rem;
  }
}
.p-contact-form__row .contact-form__input [type=text]:hover, .p-contact-form__row .contact-form__input [type=text]:focus {
  border-color: #4973ff;
  outline: none;
}
.p-contact-form__row .contact-form__input [type=text]:hover .contact-form__focus-line, .p-contact-form__row .contact-form__input [type=text]:focus .contact-form__focus-line {
  opacity: 1;
}
.p-contact-form__row .contact-form__input [type=email]:hover, .p-contact-form__row .contact-form__input [type=email]:focus {
  border-color: #4973ff;
  outline: none;
}
.p-contact-form__row .contact-form__input [type=email]:hover .contact-form__focus-line, .p-contact-form__row .contact-form__input [type=email]:focus .contact-form__focus-line {
  opacity: 1;
}
.p-contact-form__row .contact-form__input [type=tel]:hover, .p-contact-form__row .contact-form__input [type=tel]:focus {
  border-color: #4973ff;
  outline: none;
}
.p-contact-form__row .contact-form__input [type=tel]:hover .contact-form__focus-line, .p-contact-form__row .contact-form__input [type=tel]:focus .contact-form__focus-line {
  opacity: 1;
}
.p-contact-form__row .contact-form__input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #3E3E3E;
  background: #ffffff;
  padding-top: 0.75rem;
  padding-right: 2.5rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  color: inherit;
  font-family: inherit;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.p-contact-form__row .contact-form__input select:hover {
  -webkit-box-shadow: 0rem 0rem 0.5rem rgba(73, 115, 255, 0.5019607843);
          box-shadow: 0rem 0rem 0.5rem rgba(73, 115, 255, 0.5019607843);
}
.p-contact-form__row .contact-form__input textarea {
  min-height: 12.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #707070;
  background: #ffffff;
  padding: 0.625rem 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 0.875rem;
  width: 100%;
  resize: vertical;
  margin-top: 0.5rem;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, border-color 0.2s;
  transition: box-shadow 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
}
.p-contact-form__row .contact-form__input textarea:hover, .p-contact-form__row .contact-form__input textarea:focus {
  border-color: rgba(73, 115, 255, 0.5019607843);
  -webkit-box-shadow: 0rem 0rem 0.5rem rgba(73, 115, 255, 0.5019607843);
          box-shadow: 0rem 0rem 0.5rem rgba(73, 115, 255, 0.5019607843);
}
@media screen and (max-width: 767px) {
  .p-contact-form__row .contact-form__input textarea {
    padding-left: 0;
    margin-top: 1rem;
  }
}

.p-contact-form__textarea {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 1.25rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-contact-form__textarea {
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
    margin-top: 0.625rem;
  }
}
.p-contact-form__textarea ol {
  padding-left: 2.5rem;
}
.p-contact-form__textarea ol li {
  list-style-type: decimal;

  .allergy {
    text-decoration: underline;
    font-weight: bold;
  }

  .allergy:hover {
    text-decoration: none;
  }

  .underline {
    text-decoration: underline;
    font-weight: bold;
  }
}
.p-contact-form__textarea ol li:not(:first-child) {
  margin-top: 0.3125rem;
}

.p-footer__content {
  padding: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__content {
    padding: 1.25rem;
  }
}
.p-footer__content .p-footerNav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
.p-footer__content .p-footerNav__item {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-footer__content .p-footerNav__item {
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-footer__content .p-footerNav__item a {
  color: #fff;
  padding: 0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-footer__content .p-footerNav__item a:hover {
  color: #F18900;
}
.p-footer__content .p-footer__logo {
  display: block;
  max-width: 3rem;
  width: 100%;
  margin-top: 1.25rem;
}
.p-footer__content .p-footer__logo img {
  width: 100%;
}
.p-footer__content .p-contact__item {
  color: #ffffff;
  margin-top: 1.25rem;
  text-align: center;
  position: relative;
}
.p-footer__content .p-contact__item a {
  color: #ffffff;
}
.p-footer__content .p-contact__item .footer__tel {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #ffffff;
}
.p-footer__content .p-contact__item .footer__tel:hover {
  color: #F18900;
}
@media screen and (max-width: 767px) {
  .p-footer__content .p-contact__item .footer__tel {
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-footer__content .p-contact__item .phone {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 600;
  position: absolute;
  top: -0.125rem;
  left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__content .p-contact__item .phone {
    top: 0.125rem;
    left: -1.25rem;
  }
}
.p-footer__content .p-contact__item .footer__fax {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__content .p-contact__item .footer__fax {
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-footer__content .p-contact__item .footer__email {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 0.625rem;
}
.p-footer__content .p-contact__item .footer__email:hover {
  color: #F18900;
}
@media screen and (max-width: 767px) {
  .p-footer__content .p-contact__item .footer__email {
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-footer__content .p-contact__item .email {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  position: absolute;
  top: 5rem;
  left: -2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__content .p-contact__item .email {
    top: 4.25rem;
    left: -1.875rem;
  }
}

.p-footer__copyright {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  background: #3E3E3E;
  text-align: center;
  padding: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.p-pageTitle__wrapper {
  padding: 9.375rem 6.25rem 3.125rem;
  background: url(../img/img_soccerGround.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-pageTitle__wrapper {
    padding: 6.25rem 0rem 2.5rem;
  }
}

.p-pageTitle__content {
  text-align: center;
  padding: 6.25rem;
}
.p-pageTitle__content .pageTitle__title {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  color: #ffffff;
  -webkit-filter: drop-shadow(0rem 0.3125rem 0.3125rem rgba(0, 0, 0, 0.75));
          filter: drop-shadow(0rem 0.3125rem 0.3125rem rgba(0, 0, 0, 0.75));
}
@media screen and (max-width: 767px) {
  .p-pageTitle__content .pageTitle__title {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-pageTitle__content .pageTitle__subTitle {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  color: #ffffff;
  -webkit-filter: drop-shadow(0rem 0.3125rem 0.3125rem rgba(0, 0, 0, 0.75));
          filter: drop-shadow(0rem 0.3125rem 0.3125rem rgba(0, 0, 0, 0.75));
}
@media screen and (max-width: 767px) {
  .p-pageTitle__content .pageTitle__subTitle {
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.p-aboutItem__list {
  width: 58.125rem;
  max-width: 90%;
  margin: 4.6875rem auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 15rem);
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  row-gap: 4.375rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-message__wrapper {
  padding: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-message__wrapper {
    padding: 1.25rem;
  }
}
.p-message__wrapper .p-message__textarea {
  background: #ffffff;
  padding: 1.25rem 2.5rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-message__wrapper .p-message__textarea {
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
    padding: 1.25rem 1.875rem;
  }
}
.p-message__wrapper .p-message__textarea .message__title {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-message__wrapper .p-message__textarea .message__title {
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 0.625rem;
  }
}
.p-message__wrapper .p-message__textarea ul {
  padding-left: 1.25rem;
}
.p-message__wrapper .p-message__textarea ul li {
  list-style-type: disc;
}
.p-message__wrapper .p-message__textarea .message__email span {
  border-bottom: 0.0625rem solid;
}

.p-grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 1.875rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-grid-container {
    padding: 1.875rem 0;
  }
}
@media (max-width: 480px) {
  .p-grid-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.875rem 0.625rem;
  }
}
.p-grid-container .p-grid__item {
  width: 30%;
  -webkit-box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
          box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}
@media screen and (max-width: 767px) {
  .p-grid-container .p-grid__item {
    width: 45%;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 1.25rem;
  }
}
@media (max-width: 480px) {
  .p-grid-container .p-grid__item {
    width: 100%;
  }
}
.p-grid-container .p-grid__item .item__img img {
  height: 15.625rem;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-grid-container .p-grid__item .item__img img {
    height: 9.375rem;
  }
}
@media (max-width: 480px) {
  .p-grid-container .p-grid__item .item__img img {
    height: 12.5rem;
  }
}
.p-grid-container .p-grid__item:hover .item__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-grid-container .item__img {
  overflow: hidden;
}
.p-grid-container .item__img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.p-grid-container .item__textarea {
  margin-top: 1.25rem;
  padding: 0 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-grid-container .item__textarea {
    margin-top: 0.625rem;
    padding: 0 0.625rem 0.625rem;
  }
}
.p-grid-container .item__title {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  color: #325E9D;
}
@media screen and (max-width: 767px) {
  .p-grid-container .item__title {
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-grid-container .item__lead {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-grid-container .item__lead {
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

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

@media (min-width: 768px) {
  .u-flex--pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .u-flex--sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.u-text-left {
  text-align: left;
}
@media (min-width: 768px) {
  .u-text-left--pc {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .u-text-left--sp {
    text-align: left;
  }
}

.u-text-right {
  text-align: right;
}
@media (min-width: 768px) {
  .u-text-right--pc {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .u-text-right--sp {
    text-align: right;
  }
}

.u-text-center {
  text-align: center;
}
@media (min-width: 768px) {
  .u-text-center--pc {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .u-text-center--sp {
    text-align: center;
  }
}

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

.u-text-large {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .u-text-large--sp {
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .u-text-large--pc {
    text-transform: uppercase;
  }
}

.u-text-transform-capita {
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .u-text-transform-capita--sp {
    text-transform: capitalize;
  }
}
@media (min-width: 768px) {
  .u-text-transform-capita--pc {
    text-transform: capitalize;
  }
}

.u-event--none {
  pointer-events: none;
}