@charset "UTF-8";
/* CSS Document */

.header {
  width: 100%;
  height: 70px;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

/*ヘッダースクロール後背景色変更う*/
.header.change-color {
  background-color: rgba(224, 233, 239, 0.9);
  /*スクロールしたあとのヘッダー背景色*/
  transition: 3s;
}

.header-logo__img-sp {
  width: 51.5px;
  height: 50px;
}

.header__content-wrapper {
  padding-top: 10px;
}

.header__nav-content-wrapper {
  display: none;
}

@media(max-width:1160px) {
  .open-button {
    display: block;
    position: absolute;
    right: 25px;
    top: 26px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .open-button span,
  .open-button span:before,
  .open-button span:after {
    position: absolute;
    height: 2px;
    width: 30px;
    background: #333;
    display: block;
    content: "";
  }

  .open-button span:before {
    bottom: -6px;
  }

  .open-button span:after {
    bottom: -12px;
  }

  .header__nav-content-wrapper {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 80%;
    height: 100%;
    padding-top: 10px;
  }

  .header__nav-content-wrapper-logo {
    display: block;
    width: 51.5px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 124px;
  }

  .header__nav-content-wrapper ul {
    padding-top: 137px;
  }

  .header nav ul li a {
    display: block;
    padding-left: 70px;
    line-height: 48px;
    text-align: left;
    text-decoration: none;
    color: #333;
    font-size: 2.0rem;
    padding-bottom: 20px;
  }

  .tooglrmenu-lesson-linkbtn-area img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    height: 70px;
    object-fit: cover;
  }

  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    font-size: 30px;
    padding: 20px;
  }
}

@media(min-width:1160px) {
  .header {
    height: 100px;
  }

  .header-logo__img-sp {
    display: none;
  }

  .close-button {
    display: none;
  }

  .tooglrmenu-lesson-linkbtn-area {
    display: none;
  }

  .header__content-wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    align-items: center;
  }

  .header__nav-content-wrapper {
    display: block;
  }

  .header__nav-content-wrapper img {
    width: 63.5px;
    height: 61px;
    position: absolute;
    left: 0;
  }

  .header nav {
    display: block;
    text-align: right;
  }

  .header nav ul {
    display: flex;
    justify-content: flex-end;
  }

  .header nav ul a {
    display: block;
    padding: 18px 24px 0;
    color: #333;
    text-decoration: none;
  }
}

/*ここからmain*/
main {
  background-color: #fff;
}

.top-circle {
  background-image: url("../images/about/about-top-circle750px.png");
  background-position: bottom;
  height: 22.6vw;
  background-size: 182%;
}

.main-title-area {
  padding-top: 122px;
}

.main__title-bg-sp {
  width: 106px;
}

.main__title-bg-pc {
  display: none;
}

.main__subtitle {
  font-size: 1.6rem;
  margin-bottom: 50px;
  font-weight: 400;
}

@media(min-width: 768px) {
  .main__title-bg-sp {
    display: none;
  }

  .main__title-bg-pc {
    display: inline-block;
    width: 173px;
  }
}

/*ここからプロフィールk*/
.profile-top-wrapper {
  padding: 130px 25px 0;
  margin-bottom: 50px;
  margin: 0 auto;
}

.profile-top__img {
  width: 325px;
  height: 312px;
  object-fit: cover;
  margin-bottom: 10px;
}

.profile-career-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.profile-position {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 50px;
}

.profile-career__text {
  text-align: left;
  margin-bottom: 50px;
}

@media(min-width: 960px) {
  .profile-top-wrapper {
    max-width: 960px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
  }

  .profile-top__img {
    width: 404px;
    height: 388px;
  }

  .profile-career-wrapper {
    width: 391px;
    margin: 0;
    margin-right: 80px;
  }

  .profile-position {
    font-size: 2.4rem;
    margin-top: 75px;
    margin-bottom: 30px;
  }

  .u-pc-only {
    display: none;
  }

  .profile-career__text {
    line-height: 4.0rem;
  }
}

/*ここから大切にしている事*/
.important {
  margin-bottom: 60px;
}

.important__title-bg {
  width: 284px;
  height: 40px;
  object-fit: contain;
}

.important__title-content {
  margin-bottom: 50px;
}

.important h2 {
  font-size: 2.0rem;
  font-family: 'Noto Serif JP', serif;
  margin-top: -25px;
}

.important h3 {
  font-weight: 400;
}

.important p {
  font-size: 1.6rem;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.important-content1-bg {
  width: 375px;
  height: 419px;
  position: relative;
  margin: 0 auto 7px;
}

.important-content1-bg--g {
  background-image: url("../images/profile/G.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 44px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 52px;
}

.important-content1 {
  position: absolute;
  top: 26px;
  left: 0;
}

/* profile-feature-img左から 

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

.flipLeftTrigger　{
  opacity: 0;
}
*/
.important-content1 img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.important-content1__text-bg {
  width: 325px;
  height: 325px;
  background-color: #EEEEEE;
  position: absolute;
  top: 27px;
  left: 25px;
  z-index: 1;
  padding-top: 60px;
  padding-left: 45px;
}

.important-content1__text h3 {
  display: inline-block;
  line-height: 28.8px;
  position: absolute;
  left: 155px;
}

.important-content1__text p {
  width: 233px;
  text-align: left;
  position: absolute;
  top: 157px;
}

.important-content1-bg--o {
  background-image: url("../images/profile/O.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 37px;
  height: 39px;
  position: absolute;
  bottom: 0;
  right: 65px;
}

.important-content2-bg {
  width: 375px;
  height: 408px;
  position: relative;
  margin: 0 auto;
}

.important-content2-bg--e {
  background-image: url("../images/profile/E.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 44px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 40px;
}

.important-content2 {
  position: absolute;
  top: 40px;
  right: 25px;
}

.important-content2 img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  position: absolute;
  top: -37px;
  right: -25px;
  z-index: 2;
}

.important-content2__text-bg {
  width: 325px;
  height: 325px;
  background-color: #EEEEEE;
}

.important-content2__text h3 {
  display: inline-block;
  line-height: 28.8px;
  position: absolute;
  left: 17px;
  top: 55px;
}

.important-content2__text p {
  width: 233px;
  text-align: left;
  position: absolute;
  top: 172px;
  left: 46px;
}

.important-content2-bg--r {
  background-image: url("../images/profile/R.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 28px;
  position: absolute;
  bottom: 0;
  left: 37px;
}

.important-content3-bg {
  width: 375px;
  height: 440px;
  position: relative;
  margin-top: -22px;
  margin: 0 auto 60px;
}

.important-content3-bg--u {
  background-image: url("../images/profile/U.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 43px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 65px;
}

.important-content3 {
  position: absolute;
  top: 26px;
  left: 0;
}

.important-content3 img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  position: absolute;
  object-position: right;
  top: 0;
  left: 0;
  z-index: 2;
}

.important-content3__text-bg {
  width: 325px;
  height: 325px;
  background-color: #EEEEEE;
  position: absolute;
  top: 37px;
  left: 25px;
  z-index: 1;
  padding-top: 60px;
  padding-left: 45px;
}

.important-content3__text h3 {
  display: inline-block;
  line-height: 28.8px;
  position: absolute;
  right: 0;
  top: 34px;
}

.important-content3__text p {
  width: 233px;
  text-align: left;
  position: absolute;
  top: 157px;
}

.important-content3-bg--t {
  background-image: url("../images/profile/T.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 35px;
  height: 32px;
  position: absolute;
  bottom: 0;
  right: 73px;
}

@media(min-width:960px) {
  .important-inner {
    max-width: 960px;
    margin: 0 auto;
  }

  .important__title-bg {
    width: 527px;
    height: 74px;
  }

  .important h2 {
    font-size: 2.4rem;
    margin-top: -35px;
  }

  .important-content1-bg {
    width: 960px;
    height: 473px;
    margin-bottom: 22px;
  }

  .important-content1-bg--g {
    width: 74px;
    height: 70px;
    top: 0;
    right: 137px;
  }

  .important-content1-bg--o {
    width: 74px;
    height: 78px;
    bottom: -65px;
    right: 348px;
  }

  .important-content1 img {
    width: 270px;
    height: 270px;
  }

  .important-content1__text-bg {
    background: -moz-linear-gradient(left, #FFFFFF, #EEEEEE);
    background: -webkit-linear-gradient(left, #FFFFFF, #EEEEEE);
    background: linear-gradient(to right, #FFFFFF, #EEEEEE);
    width: 817px;
    height: 310px;
    top: 96px;
    left: 143px;
  }

  .important-content1__text h3 {
    font-size: 2.4rem;
    left: 226px;
    top: 58px;
  }

  .important-content1__text p {
    line-height: 3.0rem;
    left: 226px;
    top: 137px;
    width: 380px;
  }

  .u-sp-only {
    display: none;
  }

  .important-content2 {
    left: 0
  }

  .important-content2-bg {
    width: 960px;
    height: 431px;
    margin-bottom: 51px;
  }

  .important-content2 img {
    width: 270px;
    height: 270px;
  }

  .important-content2__text-bg {
    background: -moz-linear-gradient(right, #FFFFFF, #EEEEEE);
    background: -webkit-linear-gradient(right, #FFFFFF, #EEEEEE);
    background: linear-gradient(to left, #FFFFFF, #EEEEEE);
    width: 817px;
    height: 310px;
  }

  .important-content2-bg--e {
    width: 56px;
    height: 37px;
    top: 460px;
    left: 331px;
  }

  .important-content2-bg--r {
    width: 72px;
    height: 57px;
    bottom: -522px;
    left: 90px;
  }

  .important-content2__text h3 {
    font-size: 2.4rem;
    left: 176px;
    top: 58px;
  }

  .important-content2__text p {
    line-height: 3.0rem;
    left: 176px;
    top: 134px;
    width: 380px;
  }

  .important-content3-bg {
    width: 960px;
    height: 452px;
  }

  .important-content3 img {
    width: 270px;
    height: 270px;
  }

  .important-content3__text-bg {
    background: -moz-linear-gradient(left, #FFFFFF, #EEEEEE);
    background: -webkit-linear-gradient(left, #FFFFFF, #EEEEEE);
    background: linear-gradient(to right, #FFFFFF, #EEEEEE);
    width: 817px;
    height: 310px;
    top: 73px;
    left: 143px;
  }

  .important-content3-bg--u {
    width: 57px;
    height: 46px;
    top: -130px;
    right: 100px;
  }

  .important-content3-bg--t {
    width: 70px;
    height: 64px;
    bottom: 0;
    top: -556px;
    left: 100px;
    z-index: 3;
  }

  .important-content3__text h3 {
    font-size: 2.4rem;
    left: 0;
    top: 58px;
  }

  .important-content3__text p {
    line-height: 3.0rem;
    left: 245px;
    top: 137px;
    width: 380px;
  }
}

/*ここから講師メッセージ*/
.message {
  margin-bottom: 70px;
}

.message-inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 25px;
}

.message__h2-before {
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #333;
  margin-right: 14px;
  margin-bottom: 8px;
}

.message__h2-after {
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #333;
  margin-left: 14px;
  margin-bottom: 8px;
}

.message__title-content h2 {
  font-weight: 400;
  margin-bottom: 30px;
}

.message__text p {
  font-size: 1.6rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: left;
  line-height: 2.4rem;
  margin-bottom: 23px;
}

.message__text-wrapper img {
  display: none;
}

@media(min-width:960px) {
  .message-inner {
    max-width: 960px;
    padding: 0;
  }

  .message__title-content h2 {
    margin-bottom: 50px;
  }

  .message__text-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .message__text {
    width: 608px;
    margin-right: 36px;
  }

  .message__text-wrapper img {
    display: block;
    width: 270px;
    height: 270px;
    object-fit: cover;

  }
}