@charset "utf-8";
/* CSS Document */
body {
  background-color: #DAEEFF;
}
.top-image {
  background-image: url("../images/coach/coach_top_img.png");
  background-position: center;
  background-size: 120%;
  background-repeat: no-repeat;
  height: 28vh;
  margin: 0 auto;
  /*max-width: 1100px;*/
}
.top-image_filter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FDFEFF;
  font-size: 2.6rem;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.40);
}
.section-profile h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDFEFF;
  font-size: 2.2rem;
  height: 50px;
  background-color: #144DA0;
}
.section-profile h2::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0px 0 0 -30px;
  border: 20px solid transparent;
  border-top-color: #144DA0;
  content: '';
}
.section-profile_container {
  width: 90%;
  max-width: 750px;
  padding: 0 20px 40px;
  margin: 40px auto 50px;
  border-radius: 30px 0 30px 0;
  box-shadow: 12px 12px 0 -1px rgba(20, 77, 160, 0.4);
  background-color: #FDFEFF;
}
.section-profile_img {
  width: 40%;
  max-width: 250px;
  padding-top: 40px;
}
.profile_img_right {
  font-size: 1.4rem;
  font-weight: 600;
}
.profile_name {
  font-size: 1.8rem;
  font-weight: 600;
}
.profile_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.profile_name_wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.section-profile_description {
  font-size: 1.4rem;
  text-align: left;
  padding-top: 10px;
}
.section-personal h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDFEFF;
  font-size: 2.2rem;
  height: 50px;
  background-color: #144DA0;
}
.section-personal h2::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0px 0 0 -30px;
  border: 20px solid transparent;
  border-top-color: #144DA0;
  content: '';
}
.section-personal_container {
  background-color: #FDFEFF;
  padding: 4% 3% 5%;
  border-radius: 30px 0 30px 0;
  box-shadow: 12px 12px 0 -1px rgba(20, 77, 160, 0.4);
  max-width: 760px;
  margin: 40px auto 50px;
  width: 90%;
}
.personal_img {
  width: 100%;
  max-width: 300px;
  padding-top: 14px;
}
.section-personal h3 {
  font-size: 1.6rem;
  text-align: left;
  padding: 6px 0 3px;
}
.section-personal_description {
  font-size: 1.4rem;
  text-align: left;
}
@media (min-width:500px) {
  .personal_img {
    float: right;
    padding: 20px 10px 10px;
  }
}
.section-think {
  position: relative;
  height: 100%;
}
.section-think h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDFEFF;
  font-size: 2.2rem;
  height: 50px;
  background-color: #144DA0;
}
.section-think h2::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0px 0 0 -30px;
  border: 20px solid transparent;
  border-top-color: #144DA0;
  content: '';
}
.section-think_container {
  text-align: left;
  background-color: #FDFEFF;
  width: 90%;
  max-width: 760px;
  /*height: 100%;
  padding: 10px 10px 50px;*/
  margin: 40px auto 50px;
  border-radius: 30px 0 30px 0;
  box-shadow: 12px 12px 0 -1px rgba(20, 77, 160, 0.4);
  overflow: hidden;
  transition: all .3s ease-in;
}
.section-think h3 {
  position: relative;
  font-size: 1.6rem;
}
.section-think h3::after {
  position: absolute;
  top: 65%;
  left: 30px;
  margin: 0px 0 0 -30px;
  border: 4px solid rgba(104, 183, 255, 0.4);
  content: '';
  width: 160px;
}
.think_headline {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
}
.think_headline::after {
  position: absolute;
  top: 65%;
  left: 30px;
  margin: 0px 0 0 -30px;
  border: 4px solid rgba(104, 183, 255, 0.4);
  content: '';
  width: 230px;
}
.section-think_description {
  padding: 6px 0 24px;
}
.section-think__image {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  box-sizing: border-box;
  /*float: left;*/
}
.section-think__img {
  width: 100%;
  padding-right: 10px;
}
.section-think__image__bone__img {
  width: 100%;
}
.section-think__image__bone {
  width: 310px;
  max-width: 100%;
  box-sizing: border-box;
  /*float: left;*/
  margin: 0 auto;
}
.section-think_img {
  width: 90%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}
.course-button_center {
  text-align: center;
}
.lead__container {
  /*font-size: 1.4rem;
  
  position: relative;*/
  height: 100%;
  overflow: hidden;
}
.section-think__lead {
  font-size: min(5.5vw, 1.5rem);
  width: 90%;
  margin: 0 auto;
}
.section-think__lead__second {
  font-size: min(5.5vw, 1.5rem);
  width: 100%;
  margin: 0 auto;
  padding: 0px 5%;
}
.list_toggle a.open_link {
  text-decoration: none;
  position: relative;
  bottom: 128px;
  display: inline-block;
  max-width: 706px;
  width: 84%;
  height: 57px;
  padding: 12px 0 9px;
  margin-bottom: 20px;
  background-color: #101841;
}
.list_toggle a.open_link:before {
  content: "続きを読む ▼";
  color: #ffffff;
  display: inline;
}
.list_toggle a.close_link {
  text-decoration: none;
  position: relative;
  bottom: 25px;
  display: inline-block;
  max-width: 350px;
  width: 100%;
  height: 57px;
  padding: 12px 0 9px;
  margin-bottom: 20px;
  background-color: #101841;
}
.list_toggle a.close_link:before {
  content: "閉じる ▲";
  display: inline;
  color: #ffffff;
}
.reserve-button {
  margin: 0 auto 30px;
  display: block;
}
.reserve-button a {
  text-decoration: none;
  color: #ffffff;
}
.reserve-button_innner {
  padding-left: 7px;
}
@media (max-width:500px) {
  .section-think {
    position: relative;
    height: 100%;
  }
  .section-think__image__bone {
    float: none;
    margin: 0 auto;
  }
}