@charset "UTF-8";
.mw1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.mw980 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.mw860 {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.mw800 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1280px) {
  .mw1000 {
    width: 71.42vw;
  }
  .mw980 {
    width: 76.56vw;
  }
  .mw860 {
    width: 67.18vw;
  }
  .mw800 {
    width: 62.5vw;
  }
}
@media (max-width: 768px) {
  .mw1000 {
    width: 78.66vw;
  }
  .mw980 {
    width: 90vw;
  }
  .mw860 {
    width: 80.26vw;
  }
  .mw800 {
    width: 75.46vw;
  }
}
/*アニメーションcss*/
.left.fadein-before {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s, transform 1s;
}

.right.fadein-before {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s, transform 1s;
}

.fadein-after {
  opacity: 1 !important;
  transform: translate(0) !important;
}

.animate, .animate2, .animate3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}

.animate.deactive, .animate2.deactive, .animate3.deactive {
  opacity: 0;
  transition: 0s;
  transform: translateY(20px);
}

.fade__Up {
  opacity: 0;
  transform: translate(0%, 100px);
  transition: all 0.75s ease-out;
}

.fade__left {
  opacity: 0;
  transform: translate(-70px, 0px);
  transition: all 1.5s ease-out;
}

.fade__right {
  opacity: 0;
  transform: translate(90px, 0px);
  transition: all 1.5s ease-out;
  /*transition-delay: 0.4s;*/
}

.fade__in {
  opacity: 0;
  transform: translate(0%, 0px);
  transition: all 1s ease-out;
}

.fadeUp__on {
  opacity: 1;
  transform: translate(0%, 0px);
}

.btn {
  transition: 0.5s;
  opacity: 1;
  opacity: 1;
  transition: 0.3s;
}
.btn:hover {
  transition: 0.5s;
  opacity: 0.7;
  opacity: 0.7;
  transition: 0.3s;
}

/*ボタン機能*/
.ani-btn {
  transform: scale(0.95);
  transition: all 0.1s ease;
  /* ホバー時のアニメーション効果を追加する場合は、トランジションを設定します */
  opacity: 1;
}
.ani-btn:hover {
  transform: scale(1);
  /* ホバー時のサイズを1に変更します */
  transition: all 0.1s ease;
  opacity: 0.7;
}

.btnList {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: -5vw;
  z-index: 999;
}

/*レスポンシブ*/
@media (min-width: 1400px) {
  .pc-2 {
    display: block;
  }
  .pc_ex {
    display: none;
  }
}
@media (max-width: 1400px) {
  .pc {
    display: block;
  }
  .pc-2 {
    display: none;
  }
}
@media (max-width: 770px) {
  .pc {
    display: none;
  }
}
@media (min-width: 771px) {
  .sp {
    display: none;
  }
}
/* ========================================
   #header
======================================== */
#header {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .wrap01 {
  display: flex;
  align-items: center;
}
#header .wrap01 .logo {
  width: 248px;
}
#header .wrap01 .list {
  display: flex;
}
#header .wrap01 .list li {
  margin-right: 2em;
  font-size: 18px;
  font-weight: 700;
}
#header .wrap01 .list li:first-child {
  margin-left: 2.5em;
}
#header .wrap01 .list li:last-child {
  margin-right: 0;
}
#header .wrap02 .btn_list {
  display: flex;
  align-items: center;
}
#header .wrap02 .btn_list li {
  width: 180px;
  margin-right: 10px;
}
#header .wrap02 .btn_list li:last-child {
  margin-right: 0;
}

/* タブレット用（最大1280px） */
@media (max-width: 1280px) {
  #header .wrap01 .logo {
    width: 17.7vw;
  }
  #header .wrap01 .list li {
    font-size: 1.28vw;
  }
  #header .wrap02 .btn_list li {
    width: 12.8vw;
    margin-right: 0.71vw;
  }
}
/* スマホ用（最大770px） */
@media (max-width: 770px) {
  #header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #header .wrap01 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #8C3291;
  }
  #header .wrap01 .logo {
    width: 41vw;
    margin-left: 4.55vw;
    margin-right: 9vw;
    min-height: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .wrap01 .header_icon._01 {
    width: 12vw;
    margin-right: 3.33vw;
  }
  #header .wrap01 .header_icon._02 {
    width: 10.66vw;
  }
  #header .wrap01 .humBtn {
    width: 16vw;
    min-height: 16vw;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 250;
  }
  #header .wrap01 .list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: auto;
    background: rgba(30, 30, 30, 0.8);
    z-index: 200;
    display: block;
    opacity: 0;
    transition: transform 1s ease, opacity 0.5s ease;
    transform: translateY(-100%);
  }
  #header .wrap01 .list.show {
    display: block;
    opacity: 1;
    transition: transform 1s ease, opacity 0.3s ease;
    transform: translateY(0);
  }
  #header .wrap01 .list li {
    width: 78.66vw;
    margin-left: auto;
    margin-right: auto;
    border-bottom: #FFF 2px solid;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  #header .wrap01 .list li:first-child {
    padding-top: 21.2vw;
    margin-left: auto;
  }
  #header .wrap01 .list li:last-child {
    margin-right: auto;
    margin-bottom: 13.33vw;
  }
  #header .wrap01 .list li a {
    font-size: 4.26vw;
    font-weight: 700;
    color: #FFF;
    padding-left: 1.2em;
    letter-spacing: 0.14em;
  }
}
.sec_ttl {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* デスクトップ用（1400px以上） */
@media (min-width: 1400px) {
  .sec_ttl {
    max-width: 2560px;
    width: 120%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ========================================
   #mv
======================================== */
#mv {
  background: url(../img/img_trainer_mv_bg_01.jpg) no-repeat;
  background-size: cover;
  height: 300px;
  text-align: center;
}
#mv h1 {
  width: 360px;
  display: inline-block;
  margin-top: 10rem;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9));
}

/* スマホ用（最大770px） */
@media (max-width: 770px) {
  #mv {
    height: auto;
    background-position: right;
  }
  #mv h1 {
    width: 70%;
    margin: 0;
    padding: 12rem 0rem 8rem;
  }
}
/* ========================================
   #about
======================================== */
#about .trainer {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
#about .trainer_contents {
  width: 290px;
  line-height: 2em;
}
#about .photo p {
  margin-bottom: 2rem;
}
#about .name {
  border-bottom: 2px solid #8C3291;
  margin: 2rem auto;
  padding-bottom: 1rem;
}
#about .name_sub {
  margin-top: 35px;
}
#about .name span {
  display: block;
  width: 150px;
}
#about .name h2 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.5em;
}
#about .license {
  height: 20rem;
}
#about .license dt {
  font-weight: normal;
  font-size: 2rem;
}
#about .license dd:before {
  content: "●";
  color: #8C3291;
}
#about .message {
  background: #f5f3ea;
  border-radius: 20px;
  padding: 2rem;
  height: 55rem;
}
#about .message dt {
  text-align: center;
  position: relative;
  margin-bottom: 1em;
}
#about .message dt:before {
  content: "";
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 100px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
#about .message span {
  font-weight: bold;
  color: #e55634;
}

/* タブレット用（最大1280px） */
@media (max-width: 1280px) {
  #about .trainer_contents {
    width: 30%;
  }
  #about .license {
    height: 30rem;
  }
  #about .message {
    height: auto;
  }
}
/* スマホ用（最大770px） */
@media (max-width: 770px) {
  #about .trainer {
    flex-direction: column;
    margin-top: 0rem;
  }
  #about .trainer_contents {
    width: 100%;
    margin-top: 5rem;
  }
  #about .photo {
    width: 85%;
    margin: 0 auto;
  }
  #about .name_sub {
    margin-top: auto;
  }
  #about .name h2 {
    font-size: 3.5rem;
  }
  #about .license {
    height: auto;
    margin-bottom: 2rem;
  }
  #about .message {
    height: auto;
  }
  #about .message dd {
    font-size: 1.4rem;
  }
}
/* ========================================
   #access
======================================== */
#access {
  margin-top: 130px;
}
#access .sec_ttl {
  margin-bottom: 48px;
}
#access .conte {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#access .conte .map_wrap {
  width: 490px;
}
#access .conte .map_wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#access .conte .txt_wrap {
  width: 490px;
}
#access .conte .txt_wrap ul li {
  font-size: 20px;
  border-bottom: 2px solid #1E1E1E;
  padding: 1em 0;
}
#access .conte .txt_wrap ul li .wrap {
  padding-left: 1em;
}
#access .conte .txt_wrap ul li:first-child {
  padding-top: 0;
}
#access .conte .txt_wrap ul li .weight {
  font-weight: 500;
}
#access .conte .txt_wrap ul li .note {
  font-size: 16px;
  text-indent: -1em;
  margin-left: 1em;
  display: block;
  padding-top: 0.2em;
  line-height: 1.8;
}
#access .conte .txt_wrap ul li a {
  color: #E85634;
}
#access .conte .txt_wrap ul li .icon {
  width: 20px;
  display: inline-block;
  margin-left: 5px;
}

/* デスクトップ用（1400px以上） */
@media (min-width: 1400px) {
  #access {
    overflow: hidden;
  }
}
/* タブレット用（最大1280px） */
@media (max-width: 1280px) {
  #access {
    margin-top: 9.28vw;
  }
  #access .sec_ttl {
    margin-bottom: 3.42vw;
  }
  #access .conte .map_wrap {
    width: 35vw;
  }
  #access .conte .txt_wrap {
    width: 35vw;
  }
  #access .conte .txt_wrap ul li {
    font-size: 1.42vw;
  }
  #access .conte .txt_wrap ul li .note {
    font-size: 1.14vw;
  }
  #access .conte .txt_wrap ul li .icon {
    width: 1.42vw;
    margin-left: 0.35vw;
  }
}
/* スマホ用（最大770px） */
@media (max-width: 770px) {
  #access {
    margin-top: 12.26vw;
  }
  #access .sec_ttl {
    margin-bottom: 5.73vw;
  }
  #access .conte {
    display: block;
  }
  #access .conte .map_wrap {
    width: 100%;
    height: 58.4vw;
  }
  #access .conte .map_wrap iframe {
    border-radius: 20px;
  }
  #access .conte .txt_wrap {
    width: 100%;
  }
  #access .conte .txt_wrap ul li {
    font-size: 3.73vw;
    line-height: 1.8;
  }
  #access .conte .txt_wrap ul li .wrap {
    padding-left: 0;
  }
  #access .conte .txt_wrap ul li:first-child {
    padding-top: 2em;
  }
  #access .conte .txt_wrap ul li .note {
    font-size: 2.93vw;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.4;
  }
  #access .conte .txt_wrap ul li .icon {
    width: 4vw;
    margin-left: 1vw;
  }
}
/* ========================================
   #footer
======================================== */
#footer {
  margin-top: 100px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 20px;
}

/* タブレット用（最大1280px） */
@media (max-width: 1280px) {
  #footer {
    margin-top: 7.14vw;
    margin-bottom: 5.71vw;
    font-size: 1.42vw;
  }
}
/* スマホ用（最大770px） */
@media (max-width: 770px) {
  #footer {
    margin-top: 8vw;
    margin-bottom: 9.33vw;
    font-size: 2.93vw;
  }
}/*# sourceMappingURL=trainer.css.map */