@charset "UTF-8";
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css);
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.red {
  color: #9c1a11;
  font-weight: bold;
}

.gold {
  background: -webkit-gradient(linear, left bottom, left top, from(#826429), to(#d1a169));
  background: linear-gradient(0deg, #826429, #d1a169);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0%, #ffff99));
  background: linear-gradient(transparent 55%, #ffff99 0%);
  display: inline;
  padding: 0 !important;
  font-weight: bold;
}

img {
  line-height: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}

ul {
  padding-bottom: 25px !important;
}

li {
  text-indent: -1em;
  padding: 5px 10px 5px 1em;
}
li:first-child {
  padding-top: 25px !important;
}

body {
  background: #fef6f0;
}

.wrapper {
  margin: auto;
  max-width: 750px;
  background: #f5e9df;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2784313725);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2784313725);
  padding-bottom: 50px;
}

.content {
  width: 93%;
  margin: 0 auto;
}

.sub-copy {
  background-color: #00022f;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  position: relative;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .sub-copy {
    font-size: 2.4rem;
  }
}
.sub-copy::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/quote.png);
  background-size: contain;
  position: absolute;
  width: 6%;
  padding-top: 5.390625%;
  z-index: 100;
  left: 6%;
  top: 16%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  opacity: 0.4;
}
.sub-copy::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/quote.png);
  background-size: contain;
  position: absolute;
  width: 6%;
  padding-top: 5.390625%;
  z-index: 100;
  right: 6%;
  bottom: 16%;
  opacity: 0.4;
}

.video-copy {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .video-copy {
    font-size: 2.2rem;
  }
}

/*! 埋め込み動画をレスポンシブ対応させる */
.video {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-cover {
  position: relative;
}
.video-cover::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/movie-line.png);
  background-size: contain;
  position: absolute;
  width: 100%;
  padding-top: 2.8838659392%;
  z-index: 100;
  left: 0;
  top: 0;
  background-color: #fff;
}
.video-cover::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/movie-line.png);
  background-size: contain;
  position: absolute;
  width: 100%;
  padding-top: 2.8838659392%;
  z-index: 100;
  left: 0;
  bottom: 0;
  background-color: #fff;
}

.video {
  position: relative;
  padding: 20px 20px 56.25%;
}
.video::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Kitahara-play_btn.png);
  background-size: contain;
  position: absolute;
  width: 17%;
  padding-top: 17.1486880466%;
  z-index: 100;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}
.video::before {
  content: "";
  background: radial-gradient(transparent, #e65d53);
  -webkit-animation: spread-bubble 0.8s linear;
          animation: spread-bubble 0.8s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border-radius: 50%;
  opacity: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 300;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes spread-bubble {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(2, 2);
            transform: translate(-50%, -50%) scale(2, 2);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(4, 4);
            transform: translate(-50%, -50%) scale(4, 4);
    opacity: 0;
  }
}

@keyframes spread-bubble {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(2, 2);
            transform: translate(-50%, -50%) scale(2, 2);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(4, 4);
            transform: translate(-50%, -50%) scale(4, 4);
    opacity: 0;
  }
}
.video.play::after, .video.play::before {
  display: none;
}

.video-copy {
  margin-bottom: 10px;
}

.point ul {
  margin-top: 25px;
  padding-bottom: 10px !important;
}
.point li {
  position: relative;
  padding: 10px 10px 10px 40px !important;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  background: #fff9f4;
  margin-bottom: 20px;
  margin-left: 20px;
  text-indent: 0;
}
@media screen and (min-width: 768px) {
  .point li {
    margin-bottom: 25px;
    font-size: 2rem;
  }
}
.point li:nth-child(1)::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Point1.png);
  background-size: contain;
  position: absolute;
  width: 13%;
  z-index: 100;
  top: 50%;
  left: -5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-top: 16.476744186%;
}
@media screen and (min-width: 768px) {
  .point li:nth-child(1)::before {
    width: 9%;
    padding-top: 11.4069767442%;
  }
}
.point li:nth-child(2)::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Point2.png);
  background-size: contain;
  position: absolute;
  width: 13%;
  z-index: 100;
  top: 50%;
  left: -5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-top: 16.476744186%;
}
@media screen and (min-width: 768px) {
  .point li:nth-child(2)::before {
    width: 9%;
    padding-top: 11.4069767442%;
  }
}
.point li:nth-child(3)::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Point3.png);
  background-size: contain;
  position: absolute;
  width: 13%;
  z-index: 100;
  top: 50%;
  left: -5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-top: 16.476744186%;
}
@media screen and (min-width: 768px) {
  .point li:nth-child(3)::before {
    width: 9%;
    padding-top: 11.4069767442%;
  }
}

.recommend li {
  text-indent: -1em;
  padding: 5px 10px 5px 1em;
}
.recommend h2 {
  margin-bottom: 25px;
}

.recommend,
.message,
.introduction,
.contents,
.seminar {
  background: #fff;
}
.recommend ul,
.message ul,
.introduction ul,
.contents ul,
.seminar ul {
  background: #ffffee;
  margin-left: 20px;
  margin-right: 20px;
}
.recommend p,
.message p,
.introduction p,
.contents p,
.seminar p {
  padding: 0 20px 30px 20px;
}
.recommend ul,
.message ul,
.introduction ul,
.contents ul,
.seminar ul {
  padding: 0 5px 0 5px;
  margin-bottom: 30px;
}
.recommend h2 + p,
.message h2 + p,
.introduction h2 + p,
.contents h2 + p,
.seminar h2 + p {
  background: #87838e;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .recommend h2 + p,
.message h2 + p,
.introduction h2 + p,
.contents h2 + p,
.seminar h2 + p {
    font-size: 2rem;
  }
}

.signature {
  width: 45%;
  margin-left: auto;
  margin-right: 7%;
  padding-bottom: 25px;
}

.message-img {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.introduction li {
  text-indent: -2.3em;
  padding: 5px 10px 5px 2.3em;
}
.introduction li::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Noto Sans JP", sans-serif;
  content: "\f00c";
  padding-left: 15px;
  padding-right: 8px;
  font-weight: 700;
  color: #9c1a11;
}

.contents-02 li {
  text-indent: -2.3em;
  padding: 5px 10px 15px 2.3em;
  font-weight: 500;
  position: relative;
}
.contents-02 li::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Noto Sans JP", sans-serif;
  content: "\f303";
  padding-left: 15px;
  padding-right: 10px;
  font-weight: 700;
}
.contents-02 li::after {
  content: "";
  display: block;
  width: 90%;
  height: 2px;
  position: absolute;
  bottom: 5px;
  left: 15px;
  background-image: linear-gradient(to right, #878787, #878787 5px, transparent 2px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.contents-03 li {
  text-indent: -2.3em;
  padding: 5px 10px 15px 2.3em;
  font-weight: 500;
  position: relative;
}
.contents-03 li::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Noto Sans JP", sans-serif;
  content: "\f075";
  padding-left: 15px;
  padding-right: 10px;
  font-weight: 700;
}
.contents-03 li::after {
  content: "";
  display: block;
  width: 90%;
  height: 2px;
  position: absolute;
  bottom: 5px;
  left: 15px;
  background-image: linear-gradient(to right, #878787, #878787 5px, transparent 2px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.contents-05 li {
  text-indent: -2.3em;
  padding: 5px 10px 5px 2.3em;
  font-weight: 500;
}
.contents-05 li::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Noto Sans JP", sans-serif;
  content: "\f303";
  padding-left: 15px;
  padding-right: 10px;
  font-weight: 700;
}

.contents-img {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

.seminar h2::before {
  content: "参加無料";
  margin: 0 8px 0 0;
  padding: 0px 8px 1px;
  color: #00022f;
  font-size: 1.8rem;
  background: linear-gradient(181deg, #f2cd83, #d1a169);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: none;
  -webkit-box-shadow: 0 -1px 0 #fad98d;
          box-shadow: 0 -1px 0 #fad98d;
}

.cta03 {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  -webkit-animation: fuwafuwa 1s ease-out infinite;
          animation: fuwafuwa 1s ease-out infinite;
}

@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.question {
  font-weight: 700;
  position: relative;
}
.question::first-letter {
  font-size: 2.2rem;
}

.answer {
  background: #f4f4f4;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 25px;
}
.answer::first-letter {
  font-size: 2rem;
}

.qa-item {
  padding-bottom: 15px;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  color: #363636;
  text-align: justify;
  overflow-x: hidden;
  font-size: 1.7rem;
  line-height: 1.7;
}

.font-bg {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .font-bg {
    font-size: 2.8rem;
  }
}

.font-italic {
  font-style: italic;
  padding-right: 0.7rem;
}

.bold {
  font-weight: bold;
}

h2 {
  background-color: #00022f;
  color: #fff;
  padding: 20px 10px;
  font-size: 2rem;
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.6rem;
  }
}

h3 {
  font-size: 2rem;
  font-weight: bold;
  padding: 15px 20px 30px 20px;
  position: relative;
}
h3::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #cfcfcf;
  position: absolute;
  bottom: 17px;
  left: 20px;
}

h4 {
  background: #9c1a11;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0;
  font-size: 1.8rem;
  font-weight: bold;
}