@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

body .sp-item {
  display: none !important;
}

body .pc-item {
  display: block !important;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    height: 100%;
  }
  body .sp-item {
    display: block !important;
  }
  body .pc-item {
    display: none !important;
  }
  body .sp-item img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sp img {
    max-width: 90%;
  }
  .sp02 img {
    max-width: 100%;
  }
  .sp03 img {
    max-width: 70%;
  }
}
img {
  width: 100%;
  line-height: 0;
  padding: 0;
  margin: 0;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.content {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 2px #d6d6d6;
          box-shadow: 0 0 10px 2px #d6d6d6;
}
@media only screen and (min-width: 736px) {
  .content {
    width: 750px;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------

    color setting

---------------------------------------------------- */
.bg_yellow {
  background-color: #ffff00;
}

/* ここから書いていきましょう */
.container {
  max-width: 1056px;
  margin: 0 auto;
}

.home {
  background: url(../images/WM_top-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}
@media screen and (max-width: 767px) {
  .home {
    background-image: none;
  }
}
.home-copy {
  width: 55%;
  margin: 0 auto;
  padding-top: 3%;
  padding-bottom: 6%;
}
@media screen and (max-width: 767px) {
  .home-copy {
    width: 100%;
    padding: 0;
  }
}

.tokuten-lead {
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
.tokuten-img {
  width: 80%;
  margin: 0 auto;
  margin-top: 5%;
}
.tokuten-copy {
  text-align: center;
  margin-top: 5%;
}
.tokuten-copy p {
  font-size: 2.6rem;
  font-weight: 700;
  color: #d81e34;
}
@media screen and (min-width: 999px) {
  .tokuten-copy p {
    font-size: 3rem;
  }
}

.recommend {
  position: relative;
  padding: 80px 0;
  width: 100%;
  background-image: url(../images/WM_bg01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 6%;
}
@media screen and (max-width: 767px) {
  .recommend {
    padding: 40px 0 50px;
  }
}
.recommend-ttl {
  font-family: "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  color: #d81e34;
  text-align: center;
}
@media screen and (min-width: 999px) {
  .recommend-ttl {
    font-size: 6.8rem;
  }
}
.recommend-sub {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.recommend .chevron-down {
  margin-top: 3%;
  margin-bottom: 5%;
}
@media screen and (min-width: 999px) {
  .recommend-txt {
    margin: 0 auto;
    width: 50%;
  }
}
.recommend-txt ul {
  list-style-type: none;
  margin-left: 2em;
  font-size: 2rem;
}
@media screen and (min-width: 999px) {
  .recommend-txt ul {
    font-size: 2.4rem;
  }
}
.recommend-txt li {
  line-height: 1.8;
  position: relative;
  text-align: left;
}
.recommend-txt .fa-li {
  position: absolute;
  width: 2em;
  top: 50%;
  left: -1em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #d81e34;
}
.recommend-txt .txt-red {
  font-size: 2.3rem;
  color: #d81e34;
}

.reason-lead {
  background: #d81e34;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  padding: 30px 0 20px;
}
@media screen and (min-width: 999px) {
  .reason-lead {
    font-size: 3rem;
  }
}
.reason-border {
  border: solid 2px #d81f33;
  margin-bottom: 5rem !important;
}
.reason-border:last-child {
  margin-bottom: 3rem !important;
}
.reason-container {
  position: relative;
  padding: 60px 2% 0px;
}
.reason-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: #d81f33;
  top: -1px;
  -webkit-clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  left: 0;
}
.reason-sub {
  text-align: center;
  background: #1b1b1b !important;
  padding-top: 5.5rem !important;
  padding-bottom: 3rem !important;
}
.reason-sub-ttl {
  margin-top: -7.5rem;
  margin-bottom: 2rem;
}
.reason-sub-ttl p {
  color: #fff;
  display: inline-block;
  padding: 0.2em 0.5em;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  background: -webkit-gradient(linear, left top, right top, from(#4d61fc), color-stop(#995cea), color-stop(#c25ad7), color-stop(#dd5fc4), color-stop(#ef6ab4), color-stop(#f879a7), color-stop(#fc8b9f), to(#fc9d9d));
  background: linear-gradient(90deg, #4d61fc, #995cea, #c25ad7, #dd5fc4, #ef6ab4, #f879a7, #fc8b9f, #fc9d9d);
  font-weight: 900;
  font-size: 2rem;
}
@media screen and (min-width: 999px) {
  .reason-sub-ttl p {
    font-size: 2.6rem;
  }
}
.reason-sub-copy {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 999px) {
  .reason-sub-copy {
    font-size: 3rem;
  }
}
.reason-txt {
  padding: 1.5rem !important;
}
.reason-txt img, .reason-txt p:not(:last-child) {
  margin-bottom: 1em;
}
.reason-txt ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
  margin-bottom: 2rem;
}
.reason-txt li {
  position: relative;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.9;
}
.reason-txt .fa {
  color: #d81f33;
  font-weight: bold;
}

.step-lead {
  text-align: center;
  color: #000;
  font-size: 2.6rem;
  font-weight: 900;
  padding: 40px 0 0;
}
@media screen and (min-width: 999px) {
  .step-lead {
    font-size: 3.8rem;
    padding: 80px 0 0;
  }
}
.step-ttl {
  font-family: "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  color: #d81e34;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 999px) {
  .step-ttl {
    font-size: 6.5rem;
  }
}
.step-img {
  margin-top: 15px;
  margin-bottom: 33px;
}
@media screen and (min-width: 999px) {
  .step-img {
    margin-top: 35px;
    margin-bottom: 65px;
  }
}

.owner {
  margin-top: 40px;
}
@media screen and (min-width: 999px) {
  .owner {
    margin-top: 120px;
  }
}
.owner-ttl {
  font-size: 3.4rem;
  font-weight: 700;
  color: #d81e34;
  text-align: center;
}
@media screen and (min-width: 999px) {
  .owner-ttl {
    font-size: 6.6rem;
  }
}
.owner-ttl p:nth-child(2) {
  color: #000;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.owner-txt {
  margin-top: 20px;
}
@media screen and (min-width: 999px) {
  .owner-txt {
    margin-top: 40px;
  }
}

.instructor-lead {
  background: #d81e34;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  padding: 30px 0 20px;
}
@media screen and (min-width: 999px) {
  .instructor-lead {
    font-size: 3rem;
  }
}
.instructor-ttl {
  font-family: "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  color: #d81e34;
  text-align: center;
}
@media screen and (min-width: 999px) {
  .instructor-ttl {
    font-size: 6.8rem;
  }
}
.instructor-ttl p:nth-child(2) {
  color: #000;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.instructor-container {
  position: relative;
  padding: 20px 2% 40px;
}

.message {
  background-image: url(../images/WM_bg03.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: 30% 10%;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 6rem 1.5rem 9rem 1.5rem;
  font-weight: 600;
}
.message-ttl {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 999px) {
  .message-ttl {
    font-size: 3.2rem;
  }
}
.message-txt {
  text-align: left;
  font-weight: 400;
}
@media screen and (min-width: 999px) {
  .message-txt {
    text-align: center;
  }
}
.message-name {
  font-size: 2.6rem;
  margin-top: 45px;
  display: inline-block;
}
@media screen and (min-width: 999px) {
  .message-name {
    font-size: 3.8rem;
  }
}
.message-name p {
  position: relative;
  z-index: 0;
}
.message-name img {
  width: 200%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 8%);
          transform: translate(-50%, 8%);
  z-index: -1;
}

.footer {
  background-color: #d81f33;
  padding: 15px 0 35px;
  text-align: center;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer li {
  margin-bottom: 5px;
}
.footer p {
  color: #fff;
  margin-top: 15px;
}

html {
  font-size: 62.5%; /* -> 10px */
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  font-size: 1.7rem;
  text-align: left;
  color: #000;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 999px) {
  body {
    font-size: 2.4rem;
  }
}

/* ----------------------------------------------------

    text

---------------------------------------------------- */
.bg-txt {
  font-size: 6.6rem;
}
@media screen and (min-width: 999px) {
  .bg-txt {
    font-size: 7.8rem;
  }
}

.red {
  display: inline;
  background: #d81e34;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 999px) {
  .red {
    font-size: 3.2rem;
    line-height: 2;
  }
}

.gray {
  color: #666666;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

.al {
  text-align: left !important;
}

.cv01 {
  width: 95%;
  margin: 0 auto;
  margin-top: 3%;
  text-align: center;
  position: relative;
}
.cv01 .btn-lead-img {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 8px;
}
@media screen and (min-width: 999px) {
  .cv01 .btn-lead-img {
    width: 52%;
    margin-bottom: 13px;
  }
}
.cv01 .reflection {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cv01 .reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: reflection 2.5s ease-in-out infinite;
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.cv01 p {
  font-size: 1.5rem;
  margin-top: 5px;
}

.cv02 {
  width: 95%;
  margin: 0 auto;
  margin-top: 3%;
  text-align: center;
  position: relative;
}
.cv02 .btn-lead-img {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 8px;
}
@media screen and (min-width: 999px) {
  .cv02 .btn-lead-img {
    width: 52%;
    margin-bottom: 13px;
  }
}
.cv02 .reflection {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cv02 .reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: reflection 2.5s ease-in-out infinite;
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.cv02 p {
  font-size: 1.5rem;
  margin-top: 5px;
}