@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-family: "メイリオ", "Meiryo", sans-serif;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 8vh;
  background-color: #2f2e33;
  z-index: 30;
  position: relative;
}
header nav .nav-links {
  display: flex;
  justify-content: space-around;
  width: 55%;
  margin: 0;
  transition: all 0.5s ease-in-out;
  z-index: 30;
}
header nav .nav-links li {
  list-style: none;
}
header nav .nav-links li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  text-align: center;
}
header nav .nav-links.nav-active {
  transform: translateX(0%) !important;
  display: block;
}
header nav .burger {
  display: none;
  cursor: pointer;
}
header nav .burger div {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 5px;
  transition: all 0.5s ease-in-out;
}
header nav .burger.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
header nav .burger.toggle .line2 {
  opacity: 0;
}
header nav .burger.toggle .line3 {
  transform: rotate(405deg) translate(-5px, -6px);
}

@keyframes navLinksFade {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.top .wrap {
  height: 450px;
  background-color: rgba(213, 214, 210, 0.5);
  position: relative;
  z-index: 3;
}
.top .wrap .inner-box {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background-image: url(../../img/top01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.top .wrap .inner-box div {
  margin-bottom: 0;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.7);
}
.top .wrap .inner-box div h2 {
  font-family: "Raleway", sans-serif;
}
.top .wrap .inner-box div h3 {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}
.top .wrap .inner-box div h3.pop-title {
  position: relative;
  padding: 0.6em;
  background: #3a5199;
  color: white;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.top .wrap .inner-box div h3.pop-title:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #3a5199;
  width: 0;
  height: 0;
}

.introduction .wrap {
  height: 675px;
  width: 100%;
  background-color: white;
  text-align: center;
}
.introduction .wrap h2 {
  height: 140px;
  line-height: 140px;
  color: white;
  font-size: 40px;
  font-weight: 600;
  color: #3a5199;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
}
.introduction .wrap p {
  font-size: 20px;
  color: #2f2e33;
  background-color: #d5d6d2;
  width: 80%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 24px auto;
  font-family: "メイリオ", "Meiryo", sans-serif;
}

.about-coaching .wrap {
  height: 100%;
  width: 100%;
  position: relative;
  color: white;
  background-color: #3a5199;
}
.about-coaching .wrap .content-text {
  margin: 0 auto;
  width: 60%;
  font-size: 20px;
  line-height: 1.5em;
  padding-bottom: 20px;
}
.about-coaching .wrap .content-text > h2 {
  height: 140px;
  line-height: 140px;
  font-size: 40px;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Raleway", sans-serif;
}
.about-coaching .wrap .content-text p {
  font-family: "メイリオ", "Meiryo", sans-serif;
}

.situation .wrap {
  background-color: white;
  height: 100%;
}
.situation .wrap h2 {
  height: 140px;
  line-height: 140px;
  display: block;
  text-align: center;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 0;
  color: #3a5199;
  font-family: "Raleway", sans-serif;
}
.situation .wrap .boxes {
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-around;
}
.situation .wrap .boxes .box {
  width: 25%;
  text-align: center;
}
.situation .wrap .boxes .box .box-icon {
  border: #3a5199 1px solid;
  border-radius: 50%;
  padding: 50px;
  display: inline-block;
}
.situation .wrap .boxes .box .box-icon > img {
  width: 80px;
}
.situation .wrap .boxes .box h4.box-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}
.situation .wrap .boxes .box p.box-text {
  color: #2f2e33;
  text-align: left;
  font-family: "メイリオ", "Meiryo", sans-serif;
}

.tokuten .wrap {
  background-color: #3a5199;
  height: 100%;
}
.tokuten .wrap h2 {
  height: 140px;
  line-height: 140px;
  display: block;
  text-align: center;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 0;
  color: white;
  font-family: "Raleway", sans-serif;
}
.tokuten .wrap p.note {
  margin: 0;
  padding: 2em 0.5em;
  text-align: center;
}
.tokuten .wrap .boxes {
  margin-top: 0;
  display: flex;
  justify-content: space-around;
}
.tokuten .wrap .boxes .box {
  width: 25%;
  text-align: center;
}
.tokuten .wrap .boxes .box .box-icon {
  border: #2f2e33 1px solid;
  background-color: white;
  border-radius: 50%;
  padding: 50px;
  display: inline-block;
}
.tokuten .wrap .boxes .box .box-icon > img {
  width: 80px;
}
.tokuten .wrap .boxes .box h4.box-title {
  text-align: center;
  color: white;
  font-size: 20px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}
.tokuten .wrap .boxes .box p.box-text {
  color: white;
  text-align: left;
  font-family: "メイリオ", "Meiryo", sans-serif;
}

.self-introduction .wrap {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #d5d6d2;
}
.self-introduction .wrap .img-content {
  width: 60%;
  text-align: center;
}
.self-introduction .wrap .text-content {
  width: 100%;
}
.self-introduction .wrap .text-content h2 {
  font-size: 40px;
  color: #3a5199;
  margin: 40px 0 0 0;
  font-family: "Raleway", sans-serif;
}
.self-introduction .wrap .text-content h3 {
  font-size: 24px;
  color: #2f2e33;
  font-weight: 600;
  margin: 4px 0 0 0;
  font-family: "Raleway", sans-serif;
}
.self-introduction .wrap .text-content p {
  margin: 4px 0;
  width: 80%;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
.self-introduction .wrap .text-content .book-content {
  display: flex;
  width: 80%;
}
.self-introduction .wrap .text-content .book-content h4 {
  color: #2f2e33;
  font-size: 20px;
}
.self-introduction .wrap .text-content .book-content p {
  color: red;
  margin-bottom: 40px;
}
.self-introduction .wrap .text-content .book-content p a {
  text-decoration: none;
}
.self-introduction .wrap .text-content .book-content p a img {
  height: 200px;
}

.ctr {
  background-color: white;
  padding-bottom: 40px;
}
.ctr .wrap {
  height: 100%;
  margin-top: 0;
  color: white;
}
.ctr .wrap > h2 {
  text-align: center;
  padding-top: 20px;
  font-size: 40px;
  color: #3a5199;
  font-family: "Raleway", sans-serif;
}
.ctr .wrap > div {
  background-color: rgba(58, 81, 153, 0.5);
  width: 70%;
  height: 100%;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
}
.ctr .wrap > div .content-box {
  margin: 0 auto;
  padding: 24px 0;
}
.ctr .wrap > div .content-box .step {
  display: inline-block;
  text-align: center;
  width: 200px;
  background-color: #3a5199;
  color: white;
  border-radius: 30px;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
.ctr .wrap > div .content-box p {
  margin: 8px 0;
  text-align: left;
}
.ctr .wrap > div .content-box p.title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  font-family: "Raleway", sans-serif;
}
.ctr .wrap > div .content-box p.text {
  font-size: 20px;
  width: 80%;
  margin: 0 auto;
  color: #2f2e33;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
.ctr .wrap > div .content-box p.text span {
  font-size: 0.8em;
}
.ctr .wrap > div .content-box .btn {
  margin: 40px 0 20px 0;
}
.ctr .wrap > div .content-box .btn a {
  text-decoration: none;
  cursor: pointer;
  color: #3a5199;
  font-weight: 600;
  background-color: white;
  border: 2px solid #3a5199;
  border-radius: 5px;
  padding: 1em;
}
.ctr .wrap > div .content-box .btn a:hover {
  color: white;
  background-color: #3a5199;
}
.ctr .wrap > div > img {
  height: 30px;
}

footer > nav {
  margin: 0;
  height: 80px;
  position: relative;
  background-color: #2f2e33;
}
footer > nav > img {
  height: 80px;
}
footer > nav > ul {
  display: inline-block;
  position: absolute;
  height: 80px;
  top: 0;
  right: 20px;
  margin: 0;
  line-height: 80px;
}
footer > nav > ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  color: white;
  font-size: 16px;
}
footer > nav > ul li > a {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  header nav .nav-links {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  header nav .nav-links {
    display: none;
    position: absolute;
    right: 0;
    height: 92vh;
    top: 8vh;
    background-color: #2f2e33;
    flex-direction: column;
    align-items: center;
    width: 50%;
    transform: translateX(105%);
  }
  header nav .nav-links li {
    opacity: 0;
    margin-bottom: 1em;
  }
  header nav .burger {
    display: block;
  }
  .introduction .wrap h2 {
    font-size: 32px;
  }
  .introduction .wrap p {
    font-size: 1em;
    width: 100%;
  }
  .about-coaching .wrap .content-text {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 20px;
  }
  .about-coaching .wrap .content-text > h2 {
    font-size: 32px;
  }
  .situation {
    width: 100%;
  }
  .situation .wrap {
    width: 100%;
  }
  .situation .wrap h2 {
    width: 100%;
    font-size: 24px;
    margin-bottom: 0;
  }
  .situation .wrap .boxes {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .situation .wrap .boxes .box {
    width: 80%;
    margin: 0 auto 40px auto;
    text-align: center;
  }
  .situation .wrap .boxes .box .box-icon {
    border: #3a5199 1px solid;
    border-radius: 50%;
    padding: 30px;
    display: inline-block;
  }
  .situation .wrap .boxes .box .box-icon > img {
    width: 80px;
  }
  .situation .wrap .boxes .box h4.box-title {
    text-align: center;
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .situation .wrap .boxes .box p.box-text {
    margin-top: 8px;
  }
  .tokuten {
    width: 100%;
  }
  .tokuten .wrap {
    width: 100%;
  }
  .tokuten .wrap h2 {
    width: 100%;
    font-size: 24px;
    margin-bottom: 0;
    height: 2em;
    line-height: 1.2em;
    padding: 2em 0 1em 0;
  }
  .tokuten .wrap p.note {
    padding: 0 0.5em 2em 0;
  }
  .tokuten .wrap .boxes {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .tokuten .wrap .boxes .box {
    width: 80%;
    margin: 0 auto 40px auto;
    text-align: center;
  }
  .tokuten .wrap .boxes .box .box-icon {
    border: #3a5199 1px solid;
    border-radius: 50%;
    padding: 30px;
    display: inline-block;
  }
  .tokuten .wrap .boxes .box .box-icon > img {
    width: 80px;
  }
  .tokuten .wrap .boxes .box h4.box-title {
    text-align: center;
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .tokuten .wrap .boxes .box p.box-text {
    margin-top: 8px;
  }
  .self-introduction .wrap {
    display: flex;
    flex-direction: column;
  }
  .self-introduction .wrap .img-content {
    margin-top: 20px;
    width: 60%;
    text-align: center;
  }
  .self-introduction .wrap .text-content {
    width: 100%;
    text-align: center;
  }
  .self-introduction .wrap .text-content h2 {
    font-size: 32px;
    margin: 20px 0 0 0;
  }
  .self-introduction .wrap .text-content h3 {
    font-size: 20px;
  }
  .self-introduction .wrap .text-content p {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .self-introduction .wrap .text-content .book-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .self-introduction .wrap .text-content .book-content p {
    margin: 10px 0;
    width: 33%;
    text-align: center;
  }
  .self-introduction .wrap .text-content .book-content p a {
    text-decoration: none;
  }
  .self-introduction .wrap .text-content .book-content p a img {
    height: 150px;
  }
  .ctr .wrap > h2 {
    font-size: 32px;
  }
  .ctr .wrap > div {
    width: 90%;
  }
  .ctr .wrap > div .content-box p.title {
    font-size: 20px;
  }
  .ctr .wrap > div .content-box p span {
    font-size: 0.8em;
  }
  .ctr .wrap > div .content-box p.text {
    font-size: 18px;
  }
  .ctr .wrap > div > img {
    height: 20px;
  }
}/*# sourceMappingURL=style.css.map */