/*============================
BASE
============================*/
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴシック", sans-serif;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
img,
svg {
  width: 100%;
  vertical-align: bottom;
}
.wrap {
  overflow: hidden;
}
.overflow {
  overflow: hidden;
}
/*============================
TITLE
============================*/
.page-title {
  text-align: center;
}
.coach-intro {
  font-size: 3.4rem;
  letter-spacing: 0.2em;
  padding: 15px 0;
  margin: 20px 0 30px;
  background: url(../images/underline.jpg) center bottom no-repeat;
  background-size: 120px 3px;
}
/*============================
CONTENT
============================*/
.content-wrapper {
  width: 900px;
  margin: 0 auto 40px;
}
.img-wrapper,
.img-wrapper2 {
  height: 530px;
  background-color: rgb(237, 237, 237);
  position: relative;

  box-shadow: 3px 3px 6px #333;
}
.img-wrapper::before,
.img-wrapper2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。*/
  border-width: 40px 0 0 708px;
  /*transparentで余分な線を消す*/
  border-color: transparent transparent transparent #333;

  opacity: 0;
  transform: translateX(200px);
  transition: all 0.7s;
}
.tri::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。*/
  border-width: 40px 0 0 708px;
  /*transparentで余分な線を消す*/
  border-color: transparent transparent transparent #333;

  opacity: 1;
  transform: translateY(0);
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.img-coach {
  flex-basis: 280px;
}
.katagaki {
  font-weight: bold;
  font-size: 2.2rem;
  padding-right: 15px;
}
.name {
  font-size: 2rem;
}
.name-wrapper {
  margin-bottom: 5px;
}
.effect1,
.effect2 {
  color: rgb(237, 237, 237);

  opacity: 0.8;
  font-size: 0.4rem;
  background-image: -webkit-linear-gradient(left, transparent 50%, #333 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #333 50%);
  background-image: linear-gradient(left, transparent 50%, #333 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: all 0.8s ease;
  padding-bottom: 10px;
}
.effect1.active,
.effect2.active {
  background-position: -100% 0.5em;
}

.main-sentence {
  width: 450px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.wrap {
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact {
  height: 14vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.btn-circle i {
  font-size: 150%;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1 FontAwesome; /*Font Awesomeのフォントファミリー*/
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.button {
  width: 10vw;
  height: 2vw;
  font-size: 1vw;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 800;
  color: #333;
  background-color: #ffffee;
  border: none;
  border-radius: 25px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}
.contact img {
  width: 25%;
}

.button:hover {
  background-color: #555555;
  box-shadow: 0px 2px 2px #555555;
  color: #fff;
  transform: translateY(-7px);
}

.m_stripeTable {
  border-collapse: collapse;
  font-size: 2vw;
  width: 80%;
}

.m_stripeTable tr {
  height: 5vw;
  border-bottom: 2px solid #ddd;
}
.m_stripeTable th {
  text-align: center;
}
.m_stripeTable td {
  padding: 0 10vw;
}
.content-table {
  width: 70vw;
  margin: 4vw auto 5vw;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-circle {
  font-size: 1.3vw;
  width: 10vw;
  height: 10vw;
  padding: 2vw 0 0;
  border-radius: 50%;
  color: #fff;
  background: #cc3366;
  -webkit-box-shadow: 2px 0.5vw 0 #cc0033;
  box-shadow: 2px 0.5vw 0 #cc0033;
}

a.btn-circle i {
  font-size: 1.3vw;
}

.fa-position-bottom {
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 0.5rem);
}

a.btn-circle:hover {
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
  color: #fff;
  -webkit-box-shadow: 0 3px 0 #cc0033;
  box-shadow: 0 0px 0 #cc0033;
}

.fa-angle-down::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f063";
}

.br {
  height: 4vw;
}
#cmap-body {
  background-color: #333;
  color: #ddd;
}

@media (max-width: 940px) {
  .button {
    display: none;
  }
  a.btn-circle {
    font-size: 0.5vw;
    width: 15vw;
    height: 15vw;
    padding: 3px 0 0;
  }
  /*============================
  TITLE_TB
  ============================*/
  .coach-intro {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    padding: 10px 0;
    margin: 10px 0 20px;
    background-size: 70px 2px;
  }
  /*============================
  CONTENT_TB
  ============================*/
  .content-wrapper {
    max-width: 600px;
    width: 100%;
    margin-bottom: 30px;
  }
  .padding {
    padding: 0 4vw;
  }
  .img-wrapper {
    height: 560px;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .img-wrapper2 {
    height: 420px;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .img-wrapper::before,
  .img-wrapper2::before {
    /*ここで三角形のサイズを決める。*/
    border-width: 30px 0 0 400px;
  }
  .tri::before {
    /*ここで三角形のサイズを決める。*/
    border-width: 30px 0 0 400px;
  }
  .sentence-wrapper {
    padding: 0 4vw;
  }
  .flex {
    flex-direction: column;
    justify-content: space-around;
  }
  .img-coach {
    width: 180px;
  }
  .katagaki {
    font-size: 1.6rem;
    padding-right: 5px;
  }
  .name {
    font-size: 1.6rem;
  }
  .syozoku-wrapper {
    font-size: 1.3rem;
  }
  .main-sentence {
    max-width: 400px;
    font-size: 1.2rem;
  }
  .m_stripeTable td {
    padding: 0 0;
  }
}

@media (max-width: 520px) {
  /*============================
  CONTENT_SP
  ============================*/
  .img-wrapper {
    height: 660px;
  }
  .img-wrapper2 {
    height: 480px;
  }
  .img-wrapper::before,
  .img-wrapper2::before {
    border-width: 30px 0 0 330px;
  }
  .main-sentence {
    max-width: 300px;
    font-size: 1.2rem;
  }
}
