@charset "UTF-8";
.p-tennis .c-inner {
  width: 1100px;
  margin-inline: auto;
}

@media screen and (max-width: 1280px) and (min-width: 768px), print {
  .p-tennis .c-inner {
    width: 900px;
  }
}

@media screen and (max-width: 767px), print {
  .p-tennis .c-inner {
    width: 100%;
    padding: 0 20px;
  }
}

.p-tennis .c-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  background-color: #1D8D3C;
  padding: 20px 0;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px), print {
  .p-tennis .c-btn {
    width: 250px;
    margin-inline: auto;
    padding: 15px 0;
  }
}

.p-tennis .c-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  right: 30px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.p-tennis .heading {
  margin-bottom: 0;
  background: url(../images/main_img-tennis.jpg) no-repeat left top;
  background-size: cover;
  padding: 90px 0;
}

@media screen and (max-width: 767px), print {
  .p-tennis .heading {
    padding: 30px 0;
  }
}

.p-tennis .heading__txt {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px), print {
  .p-tennis .heading__txt {
    font-size: 30px;
  }
}

.p-tennis .heading__img {
  width: 230px;
  margin: 30px auto 0;
}

@media screen and (max-width: 767px), print {
  .p-tennis .heading__img {
    width: 50%;
    margin: 15px auto 0;
  }
}

.p-tennis .heading__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-tennis .s-top {
  padding: 80px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-top {
    padding: 30px 20px;
  }
}

.p-tennis .s-top p {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-top p {
    text-align: left;
  }
}

.p-tennis .s-introduction {
  padding: 60px 0;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-introduction {
    padding: 30px 0;
  }
}

.p-tennis .s-introduction__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-introduction__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-tennis .s-introduction__item {
  width: 48%;
  padding: 30px;
  background-color: #fff;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-introduction__item:nth-of-type(2) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-introduction__item {
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }
}

.p-tennis .s-introduction__item-logo {
  width: 125px !important;
  height: 50px !important;
  margin-inline: auto;
}

.p-tennis .s-introduction__item-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-tennis .s-introduction__item:nth-of-type(2) .s-introduction__item-logo {
  width: 155px !important;
  height: 50px !important;
}

.p-tennis .s-introduction__item-thum {
  width: 100%;
  height: 300px;
  margin-inline: auto;
  margin-top: 20px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-introduction__item-thum {
    width: 100%;
    height: 200px;
  }
}

.p-tennis .s-introduction__item-thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-tennis .s-introduction__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #1D8D3C;
  padding-bottom: 20px;
}

.p-tennis .s-introduction__item-wrap-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-introduction__item-wrap-head:nth-of-type(1) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-introduction__item-wrap-head {
    margin-top: 10px;
    margin-left: 0;
  }
}

.p-tennis .s-introduction__item-wrap-head span {
  display: block;
  width: 12%;
  height: auto;
  margin-left: 10px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-introduction__item-wrap-head span {
    width: 17%;
  }
}

.p-tennis .s-introduction__item-wrap-head span img {
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-tennis .s-introduction__item-wrap-head span img.icon01 {
  width: 39px;
}

.p-tennis .s-introduction__item-wrap-head span img.icon02 {
  width: 41px;
}

.p-tennis .s-introduction__item-wrap-head span img.icon03 {
  width: 22px;
}

.p-tennis .s-introduction__item-wrap-head p {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  width: 70%;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-introduction__item-wrap-head p {
    font-size: 18px;
    width: 70%;
  }
}

.p-tennis .s-introduction__item-wrap-txt {
  margin-top: 12px;
}

.p-tennis .s-introduction__item-wrap-txt b {
  font-weight: bold;
  font-size: 15px;
  margin: 3px 0 5px;
  display: block;
}

.p-tennis .s-introduction__item-wrap-txt p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  color: #000000;
}

.p-tennis .s-content {
  padding-bottom: 70px;
  margin-top: 50px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-content {
    padding-bottom: 30px;
    margin-top: 30px;
  }
}

.p-tennis .s-content__ttl {
  position: relative;
}

.p-tennis .s-content__ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1D8D3C;
  left: 0;
  bottom: 0;
}

.p-tennis .s-content__ttl h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 2;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-content__ttl h2 {
    font-size: 22px;
  }
}

.p-tennis .s-content__container {
  margin-top: 60px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-content__container {
    margin-top: 40px;
  }
}

.p-tennis .s-content__container:nth-of-type(2) {
  margin-top: 40px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-content__container:nth-of-type(2) {
    margin-top: 20px;
  }
}

.p-tennis .s-content__container-head {
  width: 100%;
}

.p-tennis .s-content__container-head h3 {
  position: relative;
  background-color: #C3E5CC;
  font-size: 24px;
  font-weight: 700;
  color: #050505;
  padding-left: 20px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-content__container-head h3 {
    font-size: 20px;
  }
}

.p-tennis .s-content__container-head h3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #1D8D3C;
}

.p-tennis .s-content__container-head figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 500px;
  height: 300px;
  margin-inline: auto;
  border: 1px solid #111111;
  margin-top: 30px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-content__container-head figure {
    width: 100%;
    height: 200px;
    margin-top: 20px;
  }
}

.p-tennis .s-content__container-head p {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 23px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #050505;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-content__container-head p {
    font-size: 16px;
    margin-top: 20px;
  }
}

.p-tennis .s-content__list {
  margin-top: 40px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-content__list {
    margin-top: 20px;
  }
}

.p-tennis .s-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-tennis .s-content__item:nth-of-type(n + 2) {
  margin-top: 60px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-tennis .s-content__item-left {
  width: 33%;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-content__item-left {
    width: 100%;
  }
}

.p-tennis .s-content__item-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-tennis .s-content__item-right {
  width: 60%;
  margin-left: 40px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-content__item-right {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

.p-tennis .s-content__item-right h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #1D8D3C;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-content__item-right h4 {
    font-size: 20px;
  }
}

.p-tennis .s-content__item-right p {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #000000;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-content__item-right p {
    margin-top: 15px;
  }
}

.p-tennis .s-content__item-right-btn {
  text-align: left !important;
  margin-top: 20px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-content__item-right-btn {
    margin-top: 15px;
  }
}

.p-tennis .s-coach {
  background-color: #F7F7F7;
  padding: 60px 0 80px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-coach {
    padding: 30px 0 80px;
  }
}

.p-tennis .s-coach__ttl {
  position: relative;
}

.p-tennis .s-coach__ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1D8D3C;
  left: 0;
  bottom: 0;
}

.p-tennis .s-coach__ttl h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 2;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-coach__ttl h2 {
    font-size: 22px;
  }
}

.p-tennis .s-coach__list {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
  height: 400px;
  padding-bottom: 20px;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-coach__list {
    margin-top: 20px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
    height: 325px;
    -webkit-transition: 2.5s;
    transition: 2.5s;
  }
}

.p-tennis .s-coach__list.is-active {
  height: 800px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-coach__list.is-active {
    height: 1800px;
  }
}

.p-tennis .s-coach__item {
  width: 100%;
}

.p-tennis .s-coach__item figure {
  display: block;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin-inline: auto;
}

.p-tennis .s-coach__item figure img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.p-tennis .s-coach__item h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  color: #1D8D3C;
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-coach__item h3 {
    margin-top: 10px;
  }
}

.p-tennis .s-coach__item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #000000;
  display: block;
  margin-top: 10px;
}

.p-tennis .s-coach .accordion-trigger {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  bottom: -10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  width: 200px;
}

.p-tennis .s-coach .accordion-trigger::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  bottom: -40px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-tennis .s-coach .accordion-trigger::after {
  position: absolute;
  content: "もっと見る";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px), print {
  .p-tennis .s-coach .accordion-trigger:hover {
    opacity: 0.4;
  }
}

.p-tennis .s-coach .accordion-trigger.is-active::before {
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  bottom: -46px;
}

.p-tennis .s-coach .accordion-trigger.is-active::after {
  position: absolute;
  content: "閉じる";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-tennis .s-feature {
  margin-top: 110px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-feature {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

.p-tennis .s-feature__ttl {
  position: relative;
}

.p-tennis .s-feature__ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1D8D3C;
  left: 0;
  bottom: 0;
}

.p-tennis .s-feature__ttl h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 2;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-feature__ttl h2 {
    font-size: 22px;
  }
}

.p-tennis .s-feature__list {
  margin-top: 40px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-feature__list {
    margin-top: 20px;
  }
}

.p-tennis .s-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-feature__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-tennis .s-feature__item:nth-of-type(n + 2) {
  margin-top: 50px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-feature__item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

.p-tennis .s-feature__item:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-feature__item:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-tennis .s-feature__item:nth-of-type(2) .s-feature__item-right {
  width: 60%;
  margin-right: 50px !important;
  margin-left: 0 !important;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-feature__item:nth-of-type(2) .s-feature__item-right {
    width: 100%;
  }
}

.p-tennis .s-feature__item-left {
  width: 42%;
  height: auto;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-feature__item-left {
    width: 100%;
  }
}

.p-tennis .s-feature__item-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-tennis .s-feature__item-right {
  width: 60%;
  margin-left: 50px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-feature__item-right {
    width: 100%;
    margin-left: 0;
  }
}

.p-tennis .s-feature__item-right h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1D8D3C;
  line-height: 1.6;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-feature__item-right h3 {
    font-size: 20px;
    margin-top: 20px;
  }
}

.p-tennis .s-feature__item-right p {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #000000;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-feature__item-right p {
    font-size: 16px;
    margin-top: 10px;
  }
}

.p-tennis .s-info {
  background-color: #C3E5CC;
  padding: 50px 80px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-info {
    padding: 30px 0;
  }
}

.p-tennis .s-info__inner {
  padding: 0 20px;
}

.p-tennis .s-info__ttl {
  position: relative;
}

.p-tennis .s-info__ttl h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 2;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-info__ttl h2 {
    font-size: 22px;
  }
}

.p-tennis .s-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-info__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}

.p-tennis .s-info__item {
  width: 500px;
  background-color: #fff;
  padding: 30px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-info__item {
    width: 100%;
  }
  .p-tennis .s-info__item:nth-of-type(2) {
    margin-top: 20px;
  }
}

.p-tennis .s-info__item-logo {
  width: 125px;
  height: 50px;
  margin-inline: auto;
}

.p-tennis .s-info__item-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-tennis .s-info__item-img {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.p-tennis .s-info__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-tennis .s-info__item-ttl {
  margin-top: 16px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-info__item-ttl {
    margin-top: 10px;
  }
}

.p-tennis .s-info__item-ttl h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  color: #000000;
  text-align: left;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-info__item-ttl h3 {
    font-size: 20px;
  }
}

.p-tennis .s-info__item-txt {
  margin-top: 20px;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-info__item-txt {
    margin-top: 10px;
  }
}

.p-tennis .s-info__item-txt p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #000000;
  text-align: left;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-info__item-txt p {
    font-size: 14px;
  }
}

.p-tennis .s-info__item-btn {
  margin-top: 40px;
  text-align: left !important;
}

@media screen and (max-width: 767px), print {
  .p-tennis .s-info__item-btn {
    margin-top: 20px;
  }
}

.p-tennis .bg-glay {
  background-color: #F7F7F7;
}
/*# sourceMappingURL=style.css.map */