@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  body {
    margin-top: 50px;
  }
}

.header {
  font-family: 'Noto Sans JP', sans-serif;
  color: #1D1D1D;
  box-sizing: border-box;
  transition: 1s;
  font-size: 16px;
  line-height: 1.5;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 1000;
}
.header *,
.header *:before,
.header *:after {
  box-sizing: inherit;
}
.header img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.header a {
  color: inherit;
}
@media screen and (min-width: 961px) {
  .header .disp_sp {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (max-width: 960px) {
  .header .disp_pc {
    display: none !important;
    visibility: hidden !important;
  }
}
.header .wrap01 {
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .header .wrap01 {
    width: 600px;
  }
}
.header .wrap-r {
  max-width: calc(100% - (50% - (1100px/2)));
  width: calc(100% - 5%);
  margin-right: 0;
  margin-left: auto;
}
.header .wrap-l {
  max-width: calc(100% - (50% - (1100px/2)));
  width: calc(100% - 5%);
  margin-right: auto;
  margin-left: 0;
}
.header__container {
  display: flex;
  justify-content: flex-end;
  height: 80px;
  align-items: center;
  padding-right: 5%;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .header__container {
    height: 50px;
    padding: 0 5%;
  }
}
.header__logo {
  margin-right: auto;
  margin-left: 0;
  width: 80px;
  margin-left: 5%;
}
@media screen and (max-width: 960px) {
  .header__logo {
    margin-left: 0;
    width: 50px;
  }
}
.header__logo__a {
  display: inline-block;
  transition: all ease .3s;
}
.header__logo__a:hover {
  opacity: 0.8;
}
.header__menu02 {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-right: 28px;
}
.header__menu02__a {
  position: relative;
  font-size: 13px;
  padding: 10px 0;
}
.header__menu02__a:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #000;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transition: all ease .5s;
}
.header__menu02__a:hover:before {
  transform: scaleX(1);
}
.header__menu02__ul {
  column-gap: min(1.5vw, 30px);
  align-items: center;
}
@media screen and (max-width: 960px) {
  .header__menu02__ul {
    align-items: flex-start;
    grid-row-gap: 30px;
  }
}
.header__menu02__li {
  font-weight: bold;
  font-size: min(1.5vw, 16px);
}
@media screen and (max-width: 960px) {
  .header__menu02__li {
    font-size: 16px;
  }
}
.header__menu02__btn {
  margin-left: min(1vw, 20px);
  height: 80px;
  font-size: min(1.6vw, 20px);
}
@media screen and (max-width: 960px) {
  .header__menu02__btn {
    font-size: 20px;
    height: auto;
    margin-left: auto;
    margin-top: 20px;
  }
}
.header__menu02__btn a {
  color: #fff;
}
.header__menu02__btn__a {
  display: flex;
  height: 100%;
  padding: 0 1em;
  align-items: center;
  justify-content: center;
  background-color: #0029C8;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .header__menu02__btn__a {
    padding: 0.5em 1em;
  }
}
.header__menu-btn {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header__menu-btn span {
  width: 25px;
  height: 2px;
  background-color: #0029C8;
  margin-bottom: 6px;
  display: block;
  transform: rotate(0deg) translate(0);
  transition: all ease .5s;
  transform-origin: center;
}
.header__menu-btn span:last-of-type {
  margin-bottom: 0;
}
.header__menu-btn.active span {
  margin-bottom: 0;
}
.header__menu-btn.active span:first-of-type {
  transform: rotate(-45deg);
  transform-origin: center;
  margin-bottom: -4px;
}
.header__menu-btn.active span:nth-of-type(2) {
  background-color: transparent;
}
.header__menu-btn.active span:last-of-type {
  transform: rotate(45deg);
  transform-origin: center;
}
.header__btn {
  margin-top: 0.5em;
  margin-right: -10px;
}
.header__btn a {
  color: #fff;
}
.header__btn__a {
  letter-spacing: 0.06em;
  background-color: #03203A;
  display: block;
  position: relative;
  border-radius: 100px;
  padding: 0.8em 0;
  display: inline-block;
  width: 14em;
  font-size: min(1.3vw, 16px);
  font-weight: bold;
  text-align: center;
}
.header__btn__img {
  position: absolute;
  right: 0;
  left: 0;
  top: -30%;
  margin: auto;
  width: 90%;
}
.header__beginner_menu_btn {
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.header__beginner_menu_btn__txt01 {
  display: inline-block;
  border-radius: 106px;
  background-color: #ED742F;
  padding: 0.3em 1.1em;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .header__beginner_menu_btn__txt01 {
    font-size: 21px;
  }
}
.header__beginner_menu_btn__txt02 {
  display: inline-block;
  background-color: #0029C8;
  border-radius: 100px;
  padding: 0.5em 1.1em;
  font-size: 32px;
  margin-top: -0.4em;
}
@media screen and (max-width: 960px) {
  .header__beginner_menu_btn__txt02 {
    font-size: 24px;
  }
}
.header__recmedi {
  margin-right: 20px;
}
.header__recmedi__a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
}

.header__menu {
  letter-spacing: 0.06em;
  transform: rotateY(0) translateY(-100%);
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background-color: #F1FAFF;
  z-index: -1;
  transition: all ease .5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 100px;
  overflow: auto;
}
@media screen and (max-width: 960px) {
  .header__menu {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
.header__menu__child .header__menu__a {
  padding-left: 40px;
}
.header__menu.open {
  visibility: visible;
  transform: scaleY(1) translateY(0);
}
.header__menu__inner {
  width: 726px;
  max-width: 90%;
}
.header__menu__ttl {
  color: #0029C8;
  font-weight: bold;
  margin-top: 2.5em;
  margin-bottom: 1em;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .header__menu__ttl {
    font-size: 18px;
  }
}
.header__menu__ul {
  background-color: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
}
.header__menu__a {
  display: block;
  padding: 18px 30px;
  border-bottom: solid 1px #F1FAFF;
  position: relative;
}
.header__menu__a:before {
  width: 0.7em;
  height: 0.7em;
  border-top: solid 2px #0029C8;
  border-right: solid 2px #0029C8;
  transform: rotate(45deg);
  display: block;
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header__menu__a:after {
  display: block;
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #0029C8;
  transition: all ease .5s;
}
.header__menu__a:hover:after {
  width: 100%;
}
.header__menu__forbiz {
  text-align: right;
  color: #0029C8;
  margin-top: 1.5em;
}
.header__menu__forbiz__a {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  column-gap: 0.5em;
  transition: all ease .3s;
}
.header__menu__forbiz__a:hover {
  opacity: 0.7;
}
.header__menu__forbiz__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  border: solid 2px #0029C8;
}
