main {
  overflow: hidden;
}
.concept {}
.concept_slider {}
.concept_slider .slick-slide {
  margin: 0 8px;
}
.concept_slider img {
  border-radius: 15px;
}
.concept_txt {
  position: relative;
  text-align: left;
  width: 85%;
  margin: 0 auto 1.5em;
}
.concept_txt div {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin: 0 auto 0.5em;
}
.concept_txt p {
  line-height: 1.8;
}
.concept_txt::before {
  position: absolute;
  content: '';
  top: -80px;
  right: -80px;
  display: block;
  width: 200px;
  height: 200px;
  background-image: url("/img/common/circle_gray.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.concept_link {
  margin: 2em auto 0;
}
.concept_link > p {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3rem;
}
.concept_link > p::first-letter {
  color: #FFEB04;
}
.concept_link ul {
  width: calc(85% + 10px);
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em 8%;
  justify-content: center;
}
.concept_link ul li {
  margin: 1em 5px 0em;
  width: calc(100% / 2 - 10px);
  background: #FFEB04;
  border-radius: 10px;
  padding: 0 0 15px;
}
.concept_link ul li img {
  border-radius: 10px 10px 0 0;
}
.concept_link ul li p {
  padding: 15px 0 10px;
}
.concept_link ul li p span {
  display: block;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.2;
}
.concept_link ul li .btn {
  width: 90%;
  box-sizing: border-box;
  margin: auto;
  text-align: left;
  padding: 8px 0px 8px 20px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
}
.concept_link ul li .btn:hover {
  border: 0.5px solid #000;
}
.concept_link ul li .btn::after {
  top: calc(50% - 10px);
  right: 10px;
  transform: rotate(90deg);
}
.concept_link ul li .btn:hover::after {
  right: 10px;
  background-image: url("/img/common/arrow_black.webp");
}
.contents_ttl {
  position: relative;
  width: 90%;
  margin: auto;
}
.contents_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #FFEB04;
  mix-blend-mode: multiply;
  border-radius: 15px;
}
.contents_ttl::after {
  position: absolute;
  content: '';
  top: -3em;
  left: -5%;
  display: block;
  width: 150px;
  height: 150px;
  background-image: url("/img/concept/circle_ttl.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.contents_ttl img {
  border-radius: 15px;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.contents_ttl h2 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.contents_ttl h2::first-letter {
  color: #fff;
}
/* program */
.program {}
.program > li {
  position: relative;
  text-align: left;
  background: #fff;
  border-radius: 0 15px 15px 15px;
  padding: 20px;
  margin: 4em 5% 0 10%;
}
.program > li:nth-child(2) {
  margin: 4em 10% 0 5%;
}
.program_tab {
  display: inline-block;
  bottom: 100%;
  left: 0;
  position: absolute;
  background: #fff;
  border-radius: 10px 10px 0 0;
  font-weight: 500;
  padding: 6px 15px;
  font-size: 1.2rem;
}
.program_en {
  position: absolute;
  top: -1em;
  left: -40px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 2px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
}
.program_en::first-letter {
  color: #FFEB04;
}
.program > li:nth-of-type(even) .program_en {
  left: auto;
  top: 0;
  right: -40px;
}
.program_txt {}
.program_txt01 {}
.program_txt01 h3 {
  position: relative;
  padding: 0 0 0 65px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 auto 0.5em;
}
.program_txt01 h3 span {
  display: block;
  font-weight: 700;
  font-size: 2.3rem;
}
.program_txt01 h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '01';
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
  line-height: 38px;
  padding: 0 0 0 2px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 10px solid #FFEB04;
  box-sizing: border-box;
}
.program > li:nth-child(2) .program_txt01 h3::before {
  content: '02';
}
.program_txt01 div {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.program_txt01 div span {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.program_txt01 div span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: #FF7F00;
  border-radius: 8px;
  z-index: -1;
}
.program_txt01 p {
  margin: 0.5em auto 0;
  line-height: 1.8;
}
.program_txt02 {
  position: relative;
  padding: 0 25px;
  margin: 1em auto 1.5em;
  font-weight: 500;
}
.program_txt02::before, .program_txt02::after {
  position: absolute;
  content: '';
  top: calc(50% - 55px);
  display: block;
  width: 20px;
  height: 123px;
  background-image: url("/img/concept/kakko.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.program_txt02::before {
  left: -5px;
}
.program_txt02::after {
  right: -5px;
  transform: scale(-1, 1);
}
.program_txt02 div {
  font-weight: 500;
  font-size: 1.5rem;
}
.program_txt02 ul {
  margin: 0.3em auto 0;
}
.program_txt02 ul li {
  background: #FFEB04;
  display: inline-block;
  border: 0.5px solid #000;
  border-radius: 5px;
  margin: 5px 5px 0 0;
  padding: 1px 5px;
}
.program_txt > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}
.program_txt > ul li {
  width: 48%;
}
.program_txt > ul li .btn {
  border: 0.5px solid #000;
  font-size: 1.2rem;
  padding: 12px 0px 12px 15px;
}
.program_img {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em auto 0em;
  justify-content: space-between;
}
.program_img img {
  border-radius: 10px;
  width: 48%;
  margin: 0.8em 0 0;
}
.program_img img:first-child {
  width: 100%;
}
.course_wrap {
  margin: 3em auto 0;
  position: relative;
}
.course_wrap h2::first-letter {
  color: #FFEB04;
}
.course_wrap::before {
  position: absolute;
  content: '';
  top: 0px;
  right: -60px;
  display: block;
  width: 200px;
  height: 200px;
  background-image: url("/img/common/circle_gray.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.course_wrap > p {
  position: relative;
  z-index: 1;
  padding: 5px 0;
  margin: 1em auto 0;
  width: 300px;
  background: #000;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
}
.course_wrap > p span {
  display: inline-block;
}
.course_wrap ul {
  position: relative;
  z-index: 1;
  width: 85%;
  margin: auto;
}
.course_wrap ul li {
  margin: 1.5em auto 0;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
}
.course_wrap ul li h3 {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3rem;
  margin: 0 auto 0.5em;
}
.course_wrap ul li h3::first-letter {
  color: #FFEB04;
}
.course_wrap ul li h3 span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1;
  margin: -0.3em auto 0;
}
.course_wrap ul li img {
  border-radius: 15px;
}
.course_wrap ul li p {
  text-align: left;
  margin: 1em auto 0;
}
.course_wrap ul li p span {
  display: block;
  font-weight: 500;
  margin: 0 auto 0.3em;
  font-size: 1.6rem;
  text-align: center;
}
/* Trainer */
.trainer_bg {
  position: relative;
  padding: 3em 0;
}
.trainer_bg::before {
  position: absolute;
  content: '';
  top: -80px;
  left: -80px;
  display: block;
  width: 250px;
  height: 250px;
  background-image: url("/img/concept/circle_yellow.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.trainer_bg::after {
  position: absolute;
  content: '';
  top: 32%;
  right: -120px;
  display: block;
  width: 250px;
  height: 250px;
  background-image: url("/img/common/circle_gray.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.trainer01 {}
.trainer01_txt {
  width: 80%;
  margin: auto;
  text-align: left;
}
.trainer01_txt div {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin: 1em auto 0.5em;
}
.trainer01_txt p {
  line-height: 1.8;
}
.trainer01_img {
  width: 90%;
  margin: 1.5em auto 0;
}
.trainer02 {
  margin: 4em auto 0;
  width: 80%;
  position: relative;
}
.trainer02_en {
  position: absolute;
  top: -1.7em;
  right: 0.5em;
  color: #FFEB04;
  z-index: 1;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
}
.trainer02_img {}
.trainer02_img img {
  border-radius: 15px;
}
.trainer02_txt {
  background: #F7F7F7;
  border-radius: 15px;
  padding: 20px;
  text-align: left;
}
.trainer02_txt h3 {
  font-weight: 400;
  font-size: 1.3rem;
}
.trainer02_txt h3 span {
  display: block;
  font-weight: 500;
  font-size: 2rem;
}
.trainer02_txt > p {
  line-height: 1.8;
}
.trainer02_txt ul {
  margin: 1em auto;
  border-top: 1px solid #FF7F00;
  border-bottom: 1px solid #FF7F00;
}
.trainer02_txt ul li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 7px 0 7px 20px;
  font-weight: 500;
}
.trainer02_txt ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: '';
  width: 15px;
  height: 15px;
  border: 4px solid #FF7F00;
  box-sizing: border-box;
  border-radius: 50%;
}
.trainer02_txt ul li dt {
  width: 90px;
}
.trainer02_txt ul li dd {
  width: calc(100% - 90px);
}
/* strength */
.strength_ttl {
  font-weight: 500;
  margin: 1em auto 0;
  font-size: 1.5rem;
}
.strength_ttl span {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.strength_ttl span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;
  background: #FFEB04;
  border-radius: 8px;
  z-index: -1;
}
.strength {
  width: 80%;
  margin: auto;
}
.strength li {
  margin: 2em auto 0;
  position: relative;
  counter-increment: mycounter;
}
.strength li::before {
  position: absolute;
  top: -15px;
  left: -15px;
  content: counter(mycounter, decimal-leading-zero);
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  line-height: 38px;
  padding: 0 0 0 2px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 10px solid #000;
  background: #fff;
  box-sizing: border-box;
  z-index: 1;
}
.strength li:nth-of-type(even)::before {
  left: auto;
  right: -15px;
}
.strength_img {}
.strength_img img {
  border-radius: 15px;
  height: 180px;
  object-fit: cover;
}
.strength_txt {
  background: #fff;
  border-radius: 15px;
  text-align: left;
  padding: 20px;
}
.strength_txt h3 {
  font-weight: 500;
  font-size: 1.7rem;
  display: inline-block;
  background: #FF7F00;
  color: #fff;
  border-radius: 40px;
  padding: 3px 15px;
}
.strength_txt div {
  font-weight: 500;
  margin: 0.5em auto 0.5em;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
/* Gym info */
.info_bg {
  padding: 3em 0;
  position: relative;
}
.info_bg::before {
  position: absolute;
  content: '';
  top: -60px;
  left: -30px;
  display: block;
  width: 250px;
  height: 250px;
  background-image: url("/img/concept/circle_yellow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.info {
  margin: 0 auto 2em;
}
.info_txt {
  width: 80%;
  margin: auto;
  text-align: left;
}
.info_txt div {
  font-weight: 700;
  margin: 1.5em auto 0;
  font-size: 1.6rem;
}
.info_txt div span {
  display: inline-block;
  font-size: 2.3rem;
  border-bottom: 3px solid #FF7F00;
}
.info_txt p {
  margin: 1em auto 0;
}
.info_img {
  width: 90%;
  margin: 2em 0 0 auto;
}
.info_img img {
  border-radius: 10px 0 0 10px;
  height: 230px;
  object-fit: cover;
}
.info_slider img {
  width: 250px;
  height: auto;
  border-radius: 15px;
}
.info_slider .slick-slide {
  margin: 0 10px;
}
.info_slider li {
  position: relative;
  padding: 0 0 10px;
}
.info_slider li p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  display: inline-block;
  width: 200px;
  padding: 3px 0;
  background: #FFEB04;
  border-radius: 30px;
  font-weight: 500;
  z-index: 1;
}
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute;
  z-index: 3;
  top: calc(50% - 30px);
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/img/common/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-prev {
  left: calc(50% - 150px);
  transform: scale(-1, 1);
}
.slick-next {
  right: calc(50% - 150px);
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 8px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
}
.slick-dots .slick-active button {
  background: #000;
}
.info_slider_txt {
  margin: 0.5em auto 0;
  display: inline-block;
  font-weight: 500;
  border-top: 1px solid #FFEB04;
  border-bottom: 1px solid #FFEB04;
  padding: 5px 0;
}
.info_contents {
  width: 80%;
  margin: 3em auto 0;
}
.info_contents > li {
  margin: 3em auto 0;
}
.info_contents > li h3 {
  text-align: left;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1;
  color: #FFEB04;
}
.info_contents > li:nth-of-type(even) h3 {
  text-align: right;
}
.info_shop {
  margin: 1em auto 0;
}
.info_shop img {
  border-radius: 15px;
}
.info_shop ul {
  margin: 1em auto 0;
}
.info_shop ul li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 0.5px solid #000;
  text-align: left;
}
.info_shop ul li::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #FFEB04;
  content: '';
  width: 60px;
  height: 2px;
}
.info_shop ul li dt {
  width: 80px;
  font-weight: 500;
}
.info_shop ul li dd {
  width: calc(100% - 80px);
}
.info_map {
  margin: 1em auto 0;
}
.info_map iframe {
  border-radius: 15px;
  filter: grayscale(1);
}
/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .concept {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .concept_slider {
    width: 50%;
  }
  .concept_slider .slick-slide {
    margin: 0 8px;
  }
  .concept_slider img {
    border-radius: 30px;
  }
  .concept_txt {
    width: 35%;
    margin: 0;
    padding: 0 10% 0 5%;
  }
  .concept_txt div {
    font-size: 3rem;
    line-height: 1.6;
  }
  .concept_txt p {
    line-height: 2;
  }
  .concept_txt::before {
    top: 50%;
    right: -120px;
    width: 450px;
    height: 450px;
  }
  .concept_link {
    margin: 4em auto 0;
  }
  .concept_link > p {
    font-size: 6rem;
  }
  .concept_link ul {
    width: calc(90% + 30px);
    max-width: calc(1200px + 30px);
    margin: auto;
  }
  .concept_link ul li {
    margin: 0 15px 0em;
    width: calc(100% / 4 - 30px);
    border-radius: 20px;
    padding: 0 0 25px;
  }
  .concept_link ul li img {
    border-radius: 20px 20px 0 0;
  }
  .concept_link ul li p {
    padding: 20px 0 10px;
  }
  .concept_link ul li p span {
    font-size: 3.5rem;
  }
  .concept_link ul li .btn {
    width: 160px;
    padding: 8px 0px 8px 25px;
    font-size: 1.4rem;
  }
  .contents_ttl {}
  .contents_ttl::before {
    border-radius: 30px;
  }
  .contents_ttl::after {
    top: -5em;
    left: -7%;
    width: 350px;
    height: 350px;
  }
  .contents_ttl img {
    border-radius: 30px;
    height: 370px;
  }
  /* program */
  .program {}
  .program > li {
    border-radius: 0 30px 30px 30px;
    padding: 50px;
    margin: 8em 5% 0 13%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .program > li:nth-child(2) {
    margin: 6em 13% 0 5%;
  }
  .program_tab {
    font-size: 1.7rem;
    padding: 10px 30px;
    border-radius: 20px 20px 0 0;
  }
  .program_en {
    top: -0.8em;
    left: -120px;
    font-size: 6rem;
    letter-spacing: 2px;
  }
  .program > li:nth-of-type(even) .program_en {
    left: auto;
    top: 0;
    right: -120px;
  }
  .program_txt {
    width: 45%;
  }
  .program_txt01 {}
  .program_txt01 h3 {
    padding: 0 0 0 90px;
    font-size: 2rem;
    margin: 0 auto 0.5em;
  }
  .program_txt01 h3 span {
    font-size: 3.8rem;
  }
  .program_txt01 h3::before {
    top: 3px;
    font-size: 2.5rem;
    line-height: 50px;
    width: 80px;
    height: 80px;
    border: 15px solid #FFEB04;
  }
  .program_txt01 div {
    font-size: 2.8rem;
    line-height: 1.6;
  }
  .program_txt01 p {
    margin: 1em auto 0;
    line-height: 2;
  }
  .program_txt02 {
    padding: 0 35px;
    margin: 1em auto 2em;
  }
  .program_txt02::before, .program_txt02::after {
    top: calc(50% - 55px);
    width: 20px;
    height: 123px;
  }
  .program_txt02::before {
    left: 0px;
  }
  .program_txt02::after {
    right: 0px;
  }
  .program_txt02 div {
    font-size: 2rem;
  }
  .program_txt02 ul {
    margin: 0.3em auto 0;
  }
  .program_txt02 ul li {
    margin: 5px 5px 0 0;
    font-size: 1.7rem;
  }
  .program_txt > ul {
    max-width: 400px;
  }
  .program_txt > ul li {
    width: 48%;
  }
  .program_txt > ul li .btn {
    font-size: 1.4rem;
    padding: 15px 0px 15px 20px;
  }
  .program_img {
    width: 50%;
    margin: 0;
  }
  .program_img img {
    border-radius: 15px;
  }
  .program_img img:first-child {
    margin: 0;
  }
  .course_wrap {
    margin: 4em auto 0;
  }
  .course_wrap::before {
    top: 0px;
    right: -150px;
    width: 500px;
    height: 500px;
  }
  .course_wrap > p {
    padding: 5px 0;
    margin: 1.5em auto 0;
    width: 750px;
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  .course_wrap ul {
    max-width: 1300px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 2.5em auto 0em;
    justify-content: space-between;
  }
  .course_wrap ul li {
    margin: 0 10px;
    width: calc(100% / 3 - 60px);
    border-radius: 30px;
    padding: 20px 20px 40px;
  }
  .course_wrap ul li h3 {
    font-size: 5rem;
    margin: 0 auto 0.5em;
  }
  .course_wrap ul li h3 span {
    font-size: 1.8rem;
    margin: -0.6em auto 0;
  }
  .course_wrap ul li img {
    border-radius: 30px;
  }
  .course_wrap ul li p {
    line-height: 2;
  }
  .course_wrap ul li p span {
    margin: 0 auto 0.3em;
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 1.5;
  }
  /* Trainer */
  .trainer_bg {
    padding: 7em 0 7em;
  }
  .trainer_bg::before {
    top: -200px;
    left: -200px;
    width: 500px;
    height: 500px;
  }
  .trainer_bg::after {
    top: 45%;
    right: -230px;
    width: 450px;
    height: 450px;
  }
  .trainer01 {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .trainer01_txt {
    width: 35%;
    margin: 0;
    padding: 0 5% 0 5%;
  }
  .trainer01_txt div {
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin: 1em auto 0.5em;
  }
  .trainer01_txt p {
    line-height: 2;
  }
  .trainer01_img {
    width: 55%;
    margin: 0;
  }
  .trainer02 {
    margin: 4em auto 0;
    max-width: 1300px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .trainer02_en {
    top: -0.5em;
    right: 1em;
    font-size: 5rem;
  }
  .trainer02_img {
    width: calc(100% - 720px);
  }
  .trainer02_img img {
    border-radius: 20px;
    height: 440px;
    object-fit: cover;
  }
  .trainer02_txt {
    width: 720px;
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
  }
  .trainer02_txt h3 {
    font-weight: 400;
    font-size: 1.7rem;
  }
  .trainer02_txt h3 span {
    font-size: 2.5rem;
  }
  .trainer02_txt > p {
    line-height: 1.8;
  }
  .trainer02_txt ul {
    margin: 1em auto;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .trainer02_txt ul li {
    width: calc(100% - 350px);
    padding: 3px 0 3px 20px;
    box-sizing: border-box;
  }
  .trainer02_txt ul li:nth-of-type(even) {
    width: 350px;
  }
  .trainer02_txt ul li:last-child {
    margin: -27px 0 0;
  }
  /* strength */
  .strength_ttl {
    margin: 1em auto 0;
    font-size: 2.5rem;
    letter-spacing: 3px;
  }
  .strength {
    width: 90%;
    max-width: 1200px;
    margin: auto;
  }
  .strength li {
    margin: 3em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .strength li:nth-of-type(even) {
    flex-direction: row;
  }
  .strength li::before {
    top: -15px;
    left: -15px;
    font-size: 3rem;
    line-height: 62px;
    width: 90px;
    height: 90px;
    border: 15px solid #000;
  }
  .strength li:nth-of-type(even)::before {
    left: auto;
    right: -15px;
  }
  .strength li::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 53%;
    height: 100%;
    content: '';
    background: #fff;
    border-radius: 20px;
  }
  .strength li:nth-of-type(even)::after {
    left: auto;
    right: 0;
  }
  .strength_img {
    width: 47%;
  }
  .strength_img img {
    border-radius: 20px;
    height: auto;
  }
  .strength_txt {
    position: relative;
    z-index: 1;
    background: none;
    width: 43%;
    padding: 0 5%;
  }
  .strength_txt h3 {
    font-size: 3rem;
    padding: 3px 25px;
  }
  .strength_txt div {
    margin: 0.5em auto 0.5em;
    font-size: 2.5rem;
    line-height: 1.6;
    letter-spacing: 2px;
  }
  .strength_txt p {}
  /* Gym info */
  .info_bg {
    padding: 7em 0 5em;
  }
  .info_bg::before {
    top: -150px;
    left: -100px;
    width: 600px;
    height: 600px;
  }
  .info {
    margin: 0 auto 3em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-end;
  }
  .info_txt {
    width: 480px;
    margin: 0;
  }
  .info_txt h2 span {
    font-size: 2.3rem;
    margin: -0.7em auto 0;
  }
  .info_txt div {
    margin: 1.5em auto 0;
    font-size: 2.4rem;
  }
  .info_txt div span {
    font-size: 3.5rem;
    line-height: 1.4;
    border-bottom: 4px solid #FF7F00;
  }
  .info_txt p {
    margin: 2em auto 0em;
    padding: 0 50px 0 0;
    line-height: 2;
  }
  .info_img {
    width: calc(90% - 480px);
    margin: 0;
  }
  .info_img img {
    border-radius: 20px 0 0 20px;
    height: 500px;
  }
  .info_slider img {
    width: 700px;
    border-radius: 20px;
  }
  .info_slider .slick-slide {
    margin: 0 20px;
  }
  .info_slider li {
    padding: 0 0 20px;
  }
  .info_slider li p {
    width: 300px;
    font-size: 1.8rem;
    padding: 3px 0;
  }
  .slick-prev, .slick-next {
    top: calc(50% - 40px);
    width: 40px;
    height: 40px;
  }
  .slick-prev {
    left: calc(50% - 400px);
  }
  .slick-next {
    right: calc(50% - 400px);
  }
  /*ドットナビゲーションの設定*/
  .slick-dots {
    margin: 10px 0 0 0;
  }
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots button {
    width: 8px;
    height: 8px;
  }
  .info_slider_txt {
    margin: 0.5em auto 0;
    padding: 5px 15px;
    font-size: 1.8rem;
  }
  .info_contents {
    width: 90%;
    max-width: 1100px;
    margin: 5em auto 5em;
  }
  .info_contents > li {
    margin: 3em auto 0;
  }
  .info_contents > li h3 {
    font-size: 6rem;
  }
  .info_shop {
    margin: 1em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .info_shop img {
    width: 45%;
    border-radius: 20px;
  }
  .info_shop ul {
    margin: 0;
    width: 50%;
  }
  .info_shop ul li {
    padding: 17px 0;
  }
  .info_shop ul li::before {
    width: 70px;
  }
  .info_shop ul li dt {
    width: 100px;
  }
  .info_shop ul li dd {
    width: calc(100% - 100px);
  }
  .info_map {
    margin: 1em auto 0;
  }
  .info_map iframe {
    border-radius: 30px;
  }
}