/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.mv {
  margin: 70px auto 0;
  position: relative;
  width: 100%;
  padding: 30px 0 0px;
  overflow: hidden;
}
.mv::before {
  position: absolute;
  content: '';
  top: -80px;
  right: -80px;
  display: block;
  width: 200px;
  height: 200px;
  background-image: url("/img/top/mv_circle.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.mv_inner {}
.mv_txt {
  position: relative;
  z-index: 5;
  text-align: left;
  width: 90%;
  margin: auto;
}
.mv_txt p {
  font-weight: 500;
  font-size: 1.5rem;
}
.mv_txt div {
  margin: 0.3em auto 0;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  font-size: 3.7rem;
  line-height: 1;
}
.mv_txt div::first-letter {
  color: #FFEB04;
}
.mv_txt img {
  display: block;
  margin: 1em auto 0 0;
  width: auto;
  height: 44px;
}
.mv_slider {
  width: 90%;
  margin: 1em auto 0 0;
  position: relative;
  z-index: 1;
  height: 350px;
}
/*　背景画像設定　*/
.slider-item01 {
  background: url("/img/top/mv01.webp");
}
.slider-item02 {
  background: url("/img/top/mv02.webp");
}
.slider-item03 {
  background: url("/img/top/mv03sp.webp");
}
.mv_slider .slider-item {
  position: relative;
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0 15px 15px 0;
}
.mv_slider .slick-slide {
  min-height: 350px !important;
}
.slider-item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1)100%);
  z-index: 3;
  border-radius: 0 15px 15px 0;
}
.slick-prev, .slick-next {
  position: absolute;
  z-index: 3;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  content: '';
  top: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/img/common/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-prev {
  left: -50px;
  transform: scale(-1, 1);
}
.slick-next {
  right: -200px;
}
/*ドットナビゲーションの設定*/
.slick-dots {
  position: absolute;
  z-index: 5;
  bottom: 0px;
  left: -50px;
}
.slick-dots li {
  display: block;
  margin: 5px 0;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: none;
  border: 1px solid #000;
}
.slick-dots .slick-active button {
  background: #000;
}
.scrolldown {
  position: absolute;
  bottom: 0px;
  right: 5%;
  z-index: 3;
}
.scrolldown span {
  position: absolute;
  left: -7px;
  bottom: 165px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FF7F00;
  animation:
    circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  z-index: 10;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 125px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 160px;
  background: #000;
}
.slider-item_inner {
  position: absolute;
  z-index: 10;
  bottom: 15px;
  left: 15px;
  text-align: left;
  width: calc(100% - 30px);
}
.slider-item_inner div {
  display: inline-block;
  background: #FF7F00;
  color: #fff;
  font-weight: 500;
  border-radius: 0 30px 30px 0;
  padding: 2px 10px 2px 50px;
  font-size: 1.4rem;
  margin: 0 auto 0 -45px;
}
.slider-item_inner p {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0.3em auto 0.5em;
}
.slider-item_inner ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: flex-start;
  border-top: 1px solid #fff;
  padding: 10px 0 0;
}
.slider-item_inner ul li {
  font-weight: 500;
  line-height: 1.5;
  color: #FFEB04;
  margin: 0 5px 0 0;
  font-size: 1.2rem;
}
.slider-item_inner02 {
  position: absolute;
  z-index: 10;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slider-item_inner02_ttl {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
.slider-item_inner02_ttl img {
  border-radius: 0 15px 0 0;
}
.slider-item_inner02_txt {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
}
.slider-item_inner02_txt div {
  position: absolute;
  left: 0px;
  bottom: 90%;
  width: 35%;
}
.slider-item_inner02_txt picture {
  position: relative;
  z-index: 1;
}
/* concept */
.concept_bg {
  position: relative;
  padding: 3em 0 0;
}
.concept_bg::before, .concept_bg::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.concept_bg::before {
  top: -100px;
  right: -100px;
  width: 200px;
  height: 200px;
  background-image: url("/img/common/circle_gray.webp");
}
.concept_bg::after {
  bottom: 40%;
  left: -80px;
  width: 180px;
  height: 180px;
  background-image: url("/img/common/circle_yellow.webp");
}
.concept_bg h2 {
  text-align: left;
  width: 80%;
  margin: auto;
  font-size: 4.5rem;
}
.concept {
  overflow: hidden;
  margin: 0.5em auto 2em;
}
.concept_img {}
.concept_img img {
  border-radius: 10px;
}
.concept_img img:first-of-type {
  width: 80%;
  margin: auto;
}
.concept_img div {
  position: relative;
  margin: 1em auto 0;
}
.concept_img div img:first-of-type {
  width: 50%;
  margin: 2em 35% 0 15%;
}
.concept_img div img:last-of-type {
  position: absolute;
  top: 0;
  right: -15px;
  width: 30%;
}
.concept_txt {
  text-align: left;
  width: 80%;
  margin: 1.5em auto 0;
}
.concept_txt div {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 2px;
}
.concept_txt p {
  margin: 1em auto;
}
.concept_txt .btn {
  width: 200px;
  margin: 0 auto 0 0;
}
.concept_line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.concept_line_inner {
  display: flex;
  animation: loop-text 10s linear infinite;
}
.double-content {
  display: inline-block;
  font-size: 7vw;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  white-space: nowrap;
  margin: 0 5px;
}
.double-content span {
  color: #FFEB04;
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* program */
.program_bg {
  position: relative;
  overflow: hidden;
  padding: 3em 0 5em;
}
.program_wrap {
  width: 95%;
  margin: 0 0 0 auto;
}
.program_wrap h2 {
  text-align: left;
}
/*エリアの表示非表示と形状*/
.tab_area {
  padding: 30px 20px;
  background: #FFEB04;
  border-radius: 10px 0 0 10px;
  position: relative;
}
.program {}
.program > li {
  position: relative;
  text-align: left;
  background: #fff;
  border-radius: 0 15px 15px 15px;
  padding: 20px;
  margin: 4em auto 0;
}
.program > li:first-child {
  margin: 2em auto 0;
}
.program > li::before {
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  display: block;
  width: 140px;
  height: 140px;
  background-image: url("/img/top/program_bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.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 {
  text-align: right;
  position: absolute;
  top: -1.2em;
  right: 10px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.program_en::first-letter {
  color: #fff;
}
.program_no {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #FFEB04;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
}
.program h3 {
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 4px;
  line-height: 1.4;
  margin: 0 auto 0.5em;
}
.program h3 span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.program_hash_tag {
  font-weight: 500;
  display: inline-block;
  padding: 2px 15px;
  background: #FF7F00;
  color: #fff;
  border-radius: 30px;
  letter-spacing: 2px;
  font-size: 1.3rem;
}
.program_img {}
.program_img img {
  margin: 1em auto 0;
  border-radius: 10px;
  height: 250px;
  object-fit: cover;
}
.program_txt {
  text-align: left;
  margin: 1em auto 0;
}
.program_txt h3 {
  display: none;
}
.program_txt div {
  display: none;
}
.program_txt p {
  margin: 1em auto;
}
.program_txt p span {
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  margin: 0 auto 0.3em;
}
.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_other {
  margin: 2em auto 0;
}
.program_other > p {
  font-weight: 500;
}
.program_other ul {}
.program_other ul li {
  margin: 1.5em auto 0;
  background: #fff;
  border-radius: 100px;
  border: 0.5px solid #000;
}
.program_other ul li a {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.program_other ul li img {
  width: 130px;
  margin: 0;
}
.program_other ul li p {
  text-align: left;
  width: calc(100% - 150px);
  padding: 0 10px;
  display: inline-block;
  font-size: 1.2rem;
}
.program_other ul li p span {
  font-weight: 500;
  display: block;
  font-size: 1.6rem;
  margin: 0 auto 0.3em;
}
/* trainer */
.trainer_bg {
  position: relative;
  overflow: hidden;
  padding: 0 0 3em;
}
.trainer_wrap {
  width: 80%;
  margin: auto;
}
.trainer_wrap h2 {
  text-align: left;
}
.trainer {
  background: #000;
  color: #fff;
  box-sizing: border-box;
  padding: 25px;
  border-radius: 15px;
}
.trainer_img {}
.trainer_img img {
  border-radius: 10px;
}
.trainer_txt {
  margin: 1em auto 0;
  text-align: left;
}
.trainer_ttl {
  color: #FFEB04;
  font-weight: 500;
}
.trainer_prof {
  margin: 0.5em auto 1em;
}
.trainer_prof div {
  font-weight: 500;
  font-size: 1.9rem;
}
.trainer_prof div span {
  color: #FFEB04;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 0 0 10px;
}
.trainer_prof p {}
.trainer_txt > p {
  line-height: 1.8;
  margin: 0 auto 1em;
}
.trainer_txt .btn {
  width: 150px;
  margin: 0 auto 0 0;
  background: #FFEB04;
  border: 0.5px solid #FFEB04;
}
.trainer_txt .btn span {
  color: #000;
}
.trainer_txt .btn:hover span {
  color: #FFEB04;
}
.trainer_txt .btn::before {
  background: #000;
}
.trainer_txt .btn::after {
  background-image: url("/img/common/arrow_black.webp");
}
.trainer_txt .btn:hover::after {
  background-image: url("/img/common/arrow.webp");
}
/* info */
.info_bg {
  position: relative;
}
.info_bg::before {
  position: absolute;
  content: '';
  top: 40%;
  left: -80px;
  display: block;
  width: 200px;
  height: 200px;
  background-image: url("/img/common/circle_gray.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.info {
  margin: 0 auto 1.5em;
}
.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 {
  font-weight: 500;
  font-size: 1.4rem;
  margin: 1em auto;
}
.info_txt .btn {
  width: 150px;
  margin: 0 auto 0 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_list {
  width: calc(85% + 10px);
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em 8%;
  justify-content: center;
}
.info_list li {
  margin: 1em 5px 0em;
  width: calc(100% / 2 - 10px);
  background: #FFEB04;
  border-radius: 10px;
  padding: 0 0 15px;
}
.info_list li img {
  border-radius: 10px 10px 0 0;
}
.info_list li p {
  padding: 15px 0 10px;
}
.info_list 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;
}
.info_list 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;
}
.info_list li .btn:hover {
  border: 0.5px solid #000;
}
/* ig */
.instagram {
  width: 90%;
  margin: 0 auto 1em;
}
/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .mv {
    padding: 50px 0 0px;
  }
  .mv::before {
    top: -250px;
    left: -250px;
    width: 500px;
    height: 500px;
  }
  .mv_inner {
    width: 95%;
    margin: 0 auto 0;
    padding: 0 0 0 5%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .mv_txt {
    width: 380px;
    margin: 0;
  }
  .mv_txt {}
  .mv_txt p {
    font-size: 2.5rem;
  }
  .mv_txt div {
    margin: 0.3em auto 0;
    line-height: 1.2;
    font-size: 6rem;
  }
  .mv_txt img {
    margin: 1.5em auto 0 0;
    width: auto;
    height: 68px;
  }
  .mv_slider {
    width: calc(100% - 430px);
    height: 65vh;
    min-height: 700px;
    margin: 0 50px 0 0;
  }
  .mv_slider::before {
    height: 50%;
    border-radius: 20px;
  }
  .slider-item03 {
    background: url("/img/top/mv03.webp");
  }
  .mv_slider .slider-item {
    height: 65vh;
    min-height: 700px;
    border-radius: 20px;
  }
  .slider-item::before {
    border-radius: 20px;
  }
  .mv_slider .slick-slide {
    min-height: 700px !important;
  }
  .slick-prev {
    left: -20px;
  }
  .slick-next {
    right: -20px;
  }
  .slick-dots {
    left: -20px;
    bottom: 0px;
  }
  .scrolldown {
    right: 2%;
  }
  .scrolldown span {
    bottom: 170px;
  }
  .slider-item_inner {
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
  }
  .slider-item_inner div {
    padding: 2px 15px 2px 50px;
    font-size: 2rem;
  }
  .slider-item_inner p {
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: 4px;
    margin: 0.3em auto 0.6em;
  }
  .slider-item_inner ul {
    padding: 15px 0 0;
  }
  .slider-item_inner ul li {
    line-height: 1.3;
    font-size: 1.7rem;
    margin: 0px 14px 0 0;
  }
  .slider-item_inner02_ttl {
    width: 50%;
    max-width: 400px;
  }
  .slider-item_inner02_ttl img {
    border-radius: 0 20px 0 0;
  }
  .slider-item_inner02_txt {
    bottom: 25px;
    left: 25px;
    width: calc(100% - 50px);
  }
  .slider-item_inner02_txt div {
    bottom: 87%;
    width: 35%;
    max-width: 300px;
  }
  /* concept */
  .concept_bg {
    padding: 5em 0 0;
  }
  .concept_bg::before {
    top: -200px;
    right: -70px;
    width: 500px;
    height: 500px;
  }
  .concept_bg::after {
    bottom: 20%;
    left: -180px;
    width: 350px;
    height: 350px;
  }
  .concept_bg h2 {
    position: absolute;
    top: 0.5em;
    left: calc(50% - 600px);
    width: auto;
    margin: 0;
    font-size: 9rem;
  }
  .concept {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
    margin: 0em auto 2em;
  }
  .concept_img {
    width: 50%;
  }
  .concept_img img {
    border-radius: 10px;
  }
  .concept_img img:first-of-type {
    width: 85%;
    margin: 0 15% 0 0;
  }
  .concept_img div {
    margin: 2em auto 0;
  }
  .concept_img div img:first-of-type {
    width: 60%;
    margin: 2em 32% 0 8%;
  }
  .concept_img div img:last-of-type {
    right: 0px;
    width: 25%;
  }
  .concept_txt {
    width: 35%;
    margin: 0;
    padding: 0 5% 0 10%;
  }
  .concept_txt div {
    font-size: 3.7rem;
    letter-spacing: 3px;
    line-height: 1.5;
  }
  .concept_txt p {
    margin: 1em auto 2em;
    line-height: 2;
    font-size: 1.7rem;
  }
  .concept_txt .btn {
    width: 250px;
  }
  .concept_line_inner {
    animation: loop-text 15s linear infinite;
  }
  .double-content {
    font-size: 8vw;
    letter-spacing: 2px;
    margin: 0 15px;
  }
  /* program */
  .program_bg {
    padding: 5em 0 8em;
  }
  .program_wrap {
    width: 90%;
    margin: 0 0 0 auto;
  }
  .program_wrap h2 {
    position: absolute;
    top: 0;
    left: -100px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    width: auto;
    margin: 0;
    line-height: 1;
  }
  .tab_area {
    padding: 50px 50px 80px;
    border-radius: 20px 0 0 20px;
  }
  .program > li::before {
    right: 0px;
    width: 320px;
    height: 320px;
  }
  .program > li {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 6em auto 0em;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 20px 20px 20px;
    padding: 40px;
  }
  .program > li:first-child {
    margin: 2em auto 0;
  }
  .program_tab {
    font-size: 1.7rem;
    padding: 10px 30px;
    border-radius: 20px 20px 0 0;
  }
  .program_en {
    font-size: 4rem;
    right: 80px;
    top: -1.25em;
  }
  .program_no {
    top: 25px;
    right: 65px;
    font-size: 9rem;
  }
  .program h3 {
    font-size: 4rem;
  }
  .program h3 span {
    font-size: 2rem;
  }
  .program_hash_tag {
    padding: 2px 25px;
    font-size: 1.8rem;
  }
  .program_img {
    width: 50%;
  }
  .program_img img {
    margin: 0;
    border-radius: 20px;
    height: 550px;
  }
  .program_img h3, .program_img div {
    display: none;
  }
  .program_txt {
    width: 45%;
    margin: 0;
    padding: 0;
  }
  .program_txt h3 {
    display: block;
  }
  .program_txt div {
    display: inline-block;
  }
  .program_txt p {
    margin: 1.5em auto 1em;
    line-height: 2;
    letter-spacing: 2px;
  }
  .program_txt p span {
    font-size: 2.4rem;
    margin: 0 auto 0.3em;
  }
  .program_txt ul {
    justify-content: flex-start;
  }
  .program_txt ul li {
    width: 180px;
    margin: 10px 10px 0 0;
  }
  .program_txt ul li .btn {
    padding: 15px 0px 15px 25px;
    font-size: 1.5rem;
  }
  .program_other {
    margin: 4em auto 0;
  }
  .program_other > p {
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  .program_other ul {
    width: calc(100% + 26px);
    margin: 0em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
  }
  .program_other ul li {
    margin: 1.5em 8px 0em;
    width: calc(100% / 3 - 16px);
    min-width: calc(350px - 16px);
    border-radius: 100px;
    box-sizing: border-box;
  }
  .program_other ul li img {
    width: 160px;
    margin: 0;
  }
  .program_other ul li p {
    width: calc(100% - 180px);
    padding: 0 10px;
    font-size: 1.4rem;
  }
  .program_other ul li p span {
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 2rem;
  }
  /* trainer */
  .trainer_bg {
    padding: 0 0 8em;
  }
  .trainer_wrap {
    width: 80%;
    max-width: 1200px;
    position: relative;
  }
  .trainer_wrap h2 {
    position: absolute;
    top: 0;
    right: -100px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    width: auto;
    margin: 0;
    line-height: 1;
  }
  .trainer {
    padding: 50px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .trainer_img {
    width: 48%;
  }
  .trainer_img img {
    border-radius: 20px;
  }
  .trainer_txt {
    margin: 0;
    width: 48%;
  }
  .trainer_ttl {
    font-size: 2rem;
  }
  .trainer_prof {
    margin: 0.5em auto 1.5em;
  }
  .trainer_prof div {
    font-size: 3rem;
  }
  .trainer_prof div span {
    font-size: 1.8rem;
  }
  .trainer_prof p {
    font-size: 2rem;
    line-height: 1.4;
  }
  .trainer_txt > p {
    line-height: 2;
    margin: 0 auto 1.5em;
  }
  .trainer_txt .btn {
    width: 200px;
  }
  /* info */
  .info_bg::before {
    top: 40%;
    left: -180px;
    width: 400px;
    height: 400px;
  }
  .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 {
    font-size: 1.8rem;
    letter-spacing: 2px;
    margin: 1em auto 2em;
  }
  .info_txt .btn {
    width: 200px;
  }
  .info_img {
    width: calc(90% - 480px);
    margin: 0;
  }
  .info_img img {
    border-radius: 20px 0 0 20px;
    height: 500px;
  }
  .info_list {
    width: calc(90% + 30px);
    max-width: calc(1200px + 30px);
    margin: auto;
  }
  .info_list li {
    margin: 0 15px 0em;
    width: calc(100% / 4 - 30px);
    border-radius: 20px;
    padding: 0 0 25px;
  }
  .info_list li img {
    border-radius: 20px 20px 0 0;
  }
  .info_list li p {
    padding: 20px 0 10px;
  }
  .info_list li p span {
    font-size: 3.5rem;
  }
  .info_list li .btn {
    width: 160px;
    padding: 8px 0px 8px 25px;
    font-size: 1.4rem;
  }
  /* ig */
  .instagram {
    max-width: 1200px;
    margin: 0 auto 2em;
  }
}