@charset "UTF-8";
@media screen and (max-width: 767px), print {
  .p-swimming .pc {
    display: none;
  }
}
.p-swimming .c-inner {
  width: 1100px;
  margin-inline: auto;
}
@media screen and (max-width: 1280px) and (min-width: 768px), print {
  .p-swimming .c-inner {
    width: 900px;
  }
}
@media screen and (max-width: 767px), print {
  .p-swimming .c-inner {
    width: 100%;
    padding: 0 20px;
  }
}
.p-swimming .c-btn {
  position: relative;
  display: flex;
  width: 310px;
  background-color: #1D8D3C;
  padding: 20px 0;
  color: #fff;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px), print {
  .p-swimming .c-btn {
    width: 250px;
    font-size: 16px;
    margin-inline: auto;
    padding: 15px 0;
  }
}
.p-swimming .c-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  right: 20px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.p-swimming .heading {
  margin-bottom: 0;
  background: url(../images/main_img-swimming.jpg) no-repeat left top;
  background-size: cover;
  padding: 90px 0;
}
@media screen and (max-width: 767px), print {
  .p-swimming .heading {
    padding: 30px 0;
  }
}
.p-swimming .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-swimming .heading__txt {
    font-size: 30px;
  }
}
.p-swimming .heading__logo {
  display: grid;
  grid-template-columns: 104px 160px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .heading__logo {
    grid-template-columns: 83.2px 128px;
    margin: 15px auto 0;
  }
}
.p-swimming .s-top {
  padding: 80px 0 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-top {
    padding: 30px 20px;
  }
}
.p-swimming .s-top p {
  display: block;
  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-swimming .s-top p {
    text-align: left;
  }
}
.p-swimming .s-introduction {
  padding: 60px 0;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-introduction {
    padding: 30px 0;
  }
}
.p-swimming .s-introduction__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-introduction__container {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}
.p-swimming .s-introduction__item {
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-introduction__item {
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }
}
.p-swimming .s-introduction__item-logo {
  width: auto;
  height: 56px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-introduction__item-logo {
    height: 40px;
  }
}
.p-swimming .s-introduction__item-logo img {
  height: 100%;
}
.p-swimming .s-introduction__item-thum {
  width: 100%;
  height: 260px;
  margin-inline: auto;
  margin-top: 15px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-introduction__item-thum {
    width: 100%;
    height: 170px;
  }
}
.p-swimming .s-introduction__item-thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-swimming .s-introduction__item-wrap {
  display: flex;
  flex-direction: column;
}
.p-swimming .s-introduction__item-wrap-head {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-introduction__item-wrap-head:nth-of-type(1) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-introduction__item-wrap-head {
    margin-top: 10px;
    margin-left: 0;
  }
}
.p-swimming .s-introduction__item-wrap-head span {
  display: block;
  width: 12%;
  height: auto;
  margin-left: 10px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-introduction__item-wrap-head span {
    width: 17%;
  }
}
.p-swimming .s-introduction__item-wrap-head span img {
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-swimming .s-introduction__item-wrap-head span img.icon01 {
  width: 39px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-introduction__item-wrap-head span img.icon01 {
    width: 33px;
  }
}
.p-swimming .s-introduction__item-wrap-head span img.icon02 {
  width: 41px;
}
.p-swimming .s-introduction__item-wrap-head span img.icon03 {
  width: 47.5px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-introduction__item-wrap-head span img.icon03 {
    width: 35px;
  }
}
.p-swimming .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-swimming .s-introduction__item-wrap-head p {
    font-size: 18px;
    width: 70%;
  }
}
.p-swimming .s-introduction__item-wrap-txt {
  margin-top: 12px;
}
.p-swimming .s-introduction__item-wrap-txt b {
  font-weight: bold;
  font-size: 15px;
  margin: 3px 0 5px;
  display: block;
}
.p-swimming .s-introduction__item-wrap-txt p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  color: #000000;
}
.p-swimming .s-introduction__item-wrap:nth-of-type(n + 2) {
  border-top: 1px solid #1D8D3C;
  margin-top: 20px;
}
.p-swimming .s-content {
  padding-bottom: 70px;
  margin-top: 50px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-content {
    padding-bottom: 30px;
    margin-top: 30px;
  }
}
.p-swimming .s-content__ttl {
  position: relative;
}
.p-swimming .s-content__ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1D8D3C;
  left: 0;
  bottom: 0;
}
.p-swimming .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-swimming .s-content__ttl h2 {
    font-size: 22px;
  }
}
.p-swimming .s-content__container {
  margin-top: 60px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-content__container {
    margin-top: 40px;
  }
}
.p-swimming .s-content__container:nth-of-type(2) {
  margin-top: 40px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-content__container:nth-of-type(2) {
    margin-top: 20px;
  }
}
.p-swimming .s-content__container-head {
  width: 100%;
}
.p-swimming .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-swimming .s-content__container-head h3 {
    font-size: 20px;
  }
}
.p-swimming .s-content__container-head h3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #1D8D3C;
}
.p-swimming .s-content__container-head figure {
  display: flex;
  align-items: 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-swimming .s-content__container-head figure {
    width: 100%;
    height: 200px;
    margin-top: 20px;
  }
}
.p-swimming .s-content__container-head p {
  display: block;
  margin-top: 23px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #050505;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-content__container-head p {
    font-size: 16px;
    margin-top: 20px;
  }
}
.p-swimming .s-content__list {
  margin-top: 40px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-content__list {
    margin-top: 20px;
  }
}
.p-swimming .s-content__item {
  display: flex;
  align-items: start;
}
.p-swimming .s-content__item:nth-of-type(n + 2) {
  margin-top: 60px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-content__item {
    flex-direction: column;
  }
}
.p-swimming .s-content__item-left {
  width: 33%;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-content__item-left {
    width: 100%;
  }
}
.p-swimming .s-content__item-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-swimming .s-content__item-right {
  width: 60%;
  margin-left: 40px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-content__item-right {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
.p-swimming .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-swimming .s-content__item-right h4 {
    font-size: 20px;
  }
}
.p-swimming .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-swimming .s-content__item-right p {
    margin-top: 15px;
  }
}
.p-swimming .s-content__item-right-btn {
  text-align: left !important;
  margin-top: 20px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-content__item-right-btn {
    margin-top: 15px;
  }
}
.p-swimming .s-coach {
  background-color: #F7F7F7;
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-coach {
    padding: 30px 0 80px;
  }
}
.p-swimming .s-coach__ttl {
  position: relative;
}
.p-swimming .s-coach__ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1D8D3C;
  left: 0;
  bottom: 0;
}
.p-swimming .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-swimming .s-coach__ttl h2 {
    font-size: 22px;
  }
}
.p-swimming .s-coach__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
  height: 350px;
  padding-bottom: 20px;
  overflow: hidden;
  transition: 1s;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-coach__list {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
    height: 325px;
    transition: 0.5s;
  }
}
.p-swimming .s-coach__list.is-active {
  height: 700px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-coach__list.is-active {
    height: 1600px;
  }
}
.p-swimming .s-coach__item {
  width: 100%;
}
.p-swimming .s-coach__item figure {
  display: block;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin-inline: auto;
}
.p-swimming .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-swimming .s-coach__item h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  color: #1D8D3C;
  display: block;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-coach__item h3 {
    margin-top: 10px;
  }
}
.p-swimming .s-coach__item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #000000;
  display: block;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-coach__item p {
    text-align: center;
  }
}
.p-swimming .s-coach .accordion-trigger {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  transition: 0.3s;
  bottom: -10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  width: 200px;
}
.p-swimming .s-coach .accordion-trigger::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  bottom: -40px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transition: 0.3s;
}
.p-swimming .s-coach .accordion-trigger::after {
  position: absolute;
  content: "もっと見る";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px), print {
  .p-swimming .s-coach .accordion-trigger:hover {
    opacity: 0.4;
  }
}
.p-swimming .s-coach .accordion-trigger.is-active::before {
  transform: translateX(-50%) rotate(135deg);
  bottom: -46px;
}
.p-swimming .s-coach .accordion-trigger.is-active::after {
  position: absolute;
  content: "閉じる";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-swimming .s-feature {
  margin-top: 110px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-feature {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.p-swimming .s-feature__ttl {
  position: relative;
}
.p-swimming .s-feature__ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1D8D3C;
  left: 0;
  bottom: 0;
}
.p-swimming .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-swimming .s-feature__ttl h2 {
    font-size: 22px;
  }
}
.p-swimming .s-feature__list {
  margin-top: 40px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-feature__list {
    margin-top: 20px;
  }
}
.p-swimming .s-feature__item {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-feature__item {
    flex-direction: column;
  }
}
.p-swimming .s-feature__item:nth-of-type(n + 2) {
  margin-top: 50px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-feature__item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.p-swimming .s-feature__item:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-feature__item:nth-of-type(2) {
    flex-direction: column;
  }
}
.p-swimming .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-swimming .s-feature__item:nth-of-type(2) .s-feature__item-right {
    width: 100%;
  }
}
.p-swimming .s-feature__item-left {
  width: 42%;
  height: auto;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-feature__item-left {
    width: 100%;
  }
}
.p-swimming .s-feature__item-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-swimming .s-feature__item-right {
  width: 60%;
  margin-left: 50px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-feature__item-right {
    width: 100%;
    margin-left: 0;
  }
}
.p-swimming .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-swimming .s-feature__item-right h3 {
    font-size: 20px;
    margin-top: 20px;
  }
}
.p-swimming .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-swimming .s-feature__item-right p {
    font-size: 16px;
    margin-top: 10px;
  }
}
.p-swimming .s-info {
  background-color: #C3E5CC;
  padding: 50px 80px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-info {
    padding: 30px 0;
  }
}
.p-swimming .s-info__inner {
  padding: 0 20px;
}
.p-swimming .s-info__ttl {
  position: relative;
}
.p-swimming .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-swimming .s-info__ttl h2 {
    font-size: 22px;
  }
}
.p-swimming .s-info__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-info__list {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    row-gap: 20px;
  }
}
.p-swimming .s-info__item {
  width: 500px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-info__item {
    width: 100%;
  }
}
.p-swimming .s-info__item-logo {
  width: auto;
  height: 56px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-info__item-logo {
    height: 40px;
  }
}
.p-swimming .s-info__item-logo img {
  height: 100%;
}
.p-swimming .s-info__item-img {
  margin-top: 15px;
  width: 100%;
  height: 260px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-info__item-img {
    height: 170px;
  }
}
.p-swimming .s-info__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-swimming .s-info__item-ttl {
  margin-top: 16px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-info__item-ttl {
    margin-top: 10px;
  }
}
.p-swimming .s-info__item-ttl h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-info__item-ttl h3 {
    font-size: 20px;
  }
}
.p-swimming .s-info__item-txt {
  min-height: 96px;
  margin-top: 15px;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-info__item-txt {
    margin-top: 10px;
    min-height: inherit;
  }
}
.p-swimming .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-swimming .s-info__item-txt p {
    font-size: 14px;
  }
}
.p-swimming .s-info__item-btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  .p-swimming .s-info__item-btn {
    margin-top: 20px;
  }
}
.p-swimming .bg-glay {
  background-color: #F7F7F7;
}/*# sourceMappingURL=style.css.map */