@charset "UTF-8";
body {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}
.header__logo {
  width: 150px;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__items {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.header__item--tel {
  width: 20px;
  display: inline-block;
  margin-right: 8px;
}
.header__item--tel img {
  width: 100%;
  height: auto;
}
.header__item--btn {
  display: inline-block;
  font-size: 10px;
  background-color: #003b86;
  text-decoration: none;
  color: #fff;
  width: 110px;
  border-radius: 15px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.fv {
  background-image: url(../image/background.png);
  height: 90vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fv__inner {
  padding: 0 32px;
}
.fv__box {
  padding-top: 50px;
  text-align: right;
}
.fv__box--txt {
  font-size: 20px;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
}

.voice__inner {
  padding: 48px 0;
}
.voice__box {
  display: flex;
  align-items: end;
  justify-content: end;
  margin-bottom: 24px;
}
.voice__box--image {
  width: 130px;
}
.voice__box--image img {
  width: 100%;
  height: auto;
}
.voice__box--ttl {
  background-color: #003b86;
  color: #ffffff;
  height: 100px;
  max-width: 260px;
  width: 100%;
  text-align: center;
  padding-top: 50px;
}
.voice__text {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  line-height: 2;
  margin-bottom: 48px;
  padding: 0 24px;
}
.voice__text--text {
  margin-bottom: 24px;
}
.voice__text--name {
  text-align: end;
}
.voice__image {
  padding: 0 24px;
}
.voice__image img {
  width: 100%;
  height: auto;
}

.support__inner {
  padding: 48px 24px;
}
.support__ttl {
  text-align: center;
  background-image: url(../image/support_ttl.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 20px;
  margin-bottom: 48px;
  position: relative;
}
.support__ttl::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 2px;
  background-color: #707070;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.support__text {
  text-align: center;
  font-size: 12px;
  color: #707070;
  margin-bottom: 24px;
}
.support__img {
  width: 100%;
}
.support__img img {
  width: 100%;
  height: auto;
}
.support__lists {
  padding: 0;
}
.support__list {
  list-style: none;
  font-size: 10px;
  color: #707070;
}
.support__table {
  border-collapse: separate;
  border-spacing: 0px 8px;
}
.support__table tr {
  border-bottom: solid 2px #0094ff;
}
.support__table tr th {
  width: 80px;
  height: 28px;
  background-color: #dbeff2;
  border-radius: 5px;
  font-size: 10px;
  font-weight: normal;
}
.support__table tr td {
  width: calc(100% - 88px);
  padding-left: 8px;
  font-size: 10px;
  color: #707070;
}

.curriculum__inner {
  padding: 24px 0;
  font-size: 10px;
}
.curriculum__ttl {
  background-color: #003b86;
  color: #ffffff;
  display: inline-block;
  padding: 8px;
  margin-bottom: 24px;
}
.curriculum__ttl--box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.curriculum__ttl--text {
  width: calc(48% - 24px);
}
.curriculum__ttl--text:nth-child(1) {
  margin-left: 24px;
}
.curriculum__ttl--text-img {
  width: 50px;
  margin-left: -25px;
}
.curriculum__ttl--text-img img {
  width: 100%;
  height: auto;
}
.curriculum__ttl--text-txt {
  margin-top: -16px;
  color: #707070;
}
.curriculum__ttl--img {
  margin-bottom: 48px;
}
.curriculum__ttl--img img {
  width: 100%;
  height: auto;
}
.curriculum__ttl--staff {
  width: 100%;
}
.curriculum__ttl--staff img {
  width: 100%;
  height: auto;
}

.line {
  background-color: #60c463;
  color: #ffffff;
  text-align: center;
  padding: 24px;
  margin-bottom: 48px;
}
.line a {
  text-decoration: none;
}

.environment {
  margin-bottom: 24px;
}
.environment__inner {
  position: relative;
}
.environment__img {
  width: 90%;
}
.environment__img img {
  width: 100%;
  height: auto;
}
.environment__text {
  position: absolute;
  right: 0;
  bottom: 16px;
  background-color: #003b86;
  color: #ffffff;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px;
}

.interview__inner {
  padding: 24px;
}
.interview__ttl {
  width: 105px;
  margin: 0 auto 24px;
}
.interview__ttl img {
  width: 100%;
  height: auto;
}
.interview__img {
  width: 80%;
  margin-left: auto;
  margin-bottom: 4px;
}
.interview__img img {
  width: 100%;
}
.interview__name {
  text-align: right;
  font-size: 10px;
  margin-right: 24px;
  margin-bottom: 24px;
}
.interview__qa {
  margin-bottom: 24px;
  font-size: 13px;
}
.interview__qa--q {
  color: #0099db;
  margin-bottom: 4px;
}
.interview__qa--q span {
  font-size: 12px;
  padding-right: 4px;
}
.interview__qa--a {
  color: #1a1311;
  line-height: 1.7;
}
.interview__qa--a span {
  font-size: 12px;
  color: #e8778d;
  padding-right: 4px;
}
.interview__staff {
  width: 100%;
  margin-bottom: 64px;
}
.interview__staff img {
  width: 100%;
}

.step {
  background-color: #dbeff2;
}
.step__inner {
  padding: 48px 24px;
}
.step__ttl {
  text-align: center;
  font-size: 20px;
  position: relative;
  margin-bottom: 24px;
}
.step__ttl::after {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #1a1311;
}
.step__ttl span {
  font-size: 36px;
  font-weight: bold;
}
.step__txt {
  font-size: 16px;
}
.step__txt span {
  font-size: 30px;
  font-weight: bold;
  color: #ddbf77;
  padding-right: 8px;
}
.step__txt--box {
  display: flex;
}
.step__txt--box-ttl {
  font-size: 30px;
  font-weight: bold;
}
.step__txt--box-txt {
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
  margin-left: 8px;
}
.step__txt--5 {
  display: flex;
}
.step__txt--5 span {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #ddbf77;
  padding-right: 8px;
}
.step__under {
  width: 15px;
  margin-left: 4px;
}
.step__under img {
  width: 100%;
  height: auto;
}

.qa__inner {
  padding: 48px 24px;
}
.qa__ttl {
  text-align: center;
  font-size: 20px;
  position: relative;
  margin-bottom: 24px;
}
.qa__ttl::after {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #1a1311;
}
.qa__qa {
  margin-bottom: 24px;
  font-size: 13px;
}
.qa__qa--q {
  color: #0099db;
  margin-bottom: 4px;
}
.qa__qa--q span {
  font-size: 12px;
  padding-right: 4px;
}
.qa__qa--a {
  color: #1a1311;
  line-height: 1.7;
}
.qa__qa--a span {
  font-size: 12px;
  color: #e8778d;
  padding-right: 4px;
}

.salon {
  background-color: #dbeff2;
}
.salon__inner {
  padding: 48px 24px;
}
.salon__ttl {
  text-align: center;
  font-size: 22px;
  color: #003b86;
  margin-bottom: 24px;
}
.salon__ttl span {
  font-size: 12px;
}
.salon__img {
  margin-bottom: 24px;
}
.salon__img img {
  width: 100%;
  height: auto;
}

.hair__inner {
  padding: 48px 24px;
}
.hair__ttl {
  text-align: center;
  font-size: 22px;
  color: #003b86;
  margin-bottom: 24px;
}
.hair__ttl span {
  font-size: 12px;
}
.hair__img {
  width: 100%;
  margin-bottom: 24px;
}
.hair__img img {
  width: 100%;
  height: auto;
}

.information {
  background-color: #f5f6ed;
}
.information__inner {
  padding: 48px 24px;
}
.information__ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.information__txt {
  background-color: #003b86;
  color: #ffffff;
  font-size: 10px;
  display: inline-block;
  padding: 4px;
}
.information table {
  margin-bottom: 24px;
}
.information table tr {
  font-size: 11px;
}
.information table tr th {
  font-weight: normal;
  text-align: left;
  padding-right: 16px;
  vertical-align: top;
  width: 96px;
}

.footer {
  background-color: #003b86;
  color: #ffffff;
  text-align: center;
  padding: 24px;
}
.footer__ttl {
  font-size: 16px;
}
.footer__address {
  font-size: 10px;
  margin-bottom: 24px;
}
.footer__box {
  font-size: 10px;
  width: 270px;
  margin: 0 auto 24px;
  text-align: left;
}
.footer__tel img {
  display: inline;
  width: 13px;
}
.footer__tel span {
  display: inline-block;
  margin-left: 8px;
}

.menu-btn {
  position: fixed;
  top: 21px;
  right: 10px;
  display: flex;
  height: 26px;
  width: 26px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  border-radius: 3px;
  background-color: #707070;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: rgba(0, 58, 134, 0.7294117647);
  transition: all 0.5s; /*アニメーション設定*/
}

.menu-content ul {
  padding: 70px 10px 0;
}

.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

#menu-btn-check:checked ~ .menu-content {
  left: 50%; /*メニューを画面内へ*/
}

.contact__text {
  text-align: center;
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */