@charset "UTF-8";

body {
  color: #0d0d0d;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.fv .pc {
  background: url(../images/fv_bg.webp) no-repeat center;
  background-size: cover;
  padding: 20px 0 65px;
}

.fv .pc img:second-child {
  width: 886px;
}

.cta {
  background: #f6e9e6;
  padding: 65px 0 50px;
}

.cta .youtube {
  max-width: 807px;
  margin: 0 auto;
}

.cta .youtube iframe.youtube-16-9 {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 806px;
  display: block;
  margin: auto;
}

.cta .form {
  width: 625px;
  margin: 0 auto;
  padding: 33px 0 0;
}

.cta .form p {
  font-size: 20px;
  font-weight: bold;
  color: #27292e;
}

.cta .form input[type=text] {
  -webkit-appearance: none;
  font-size: 18px;
  border-radius: 0;
  width: 625px;
  height: 60px;
  border: 2px solid #27292e;
  margin-bottom: 10px;
}

.cta .form .cv_btn {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center;
}

@keyframes anime1 {
  from {
    transform: scale(0.96, 0.96);
  }

  to {
    transform: scale(1, 1);
  }
}

.merit .pc {
  padding: 65px 0 150px;
  background: url(../images/merit_bg.webp) no-repeat bottom;
  background-size: cover;
}

.example_pc {
  background: url(../images/example_bg.webp) no-repeat bottom;
  background-size: 1704px;
}

.answer .answer01 {
  background: url(../images/answer_bg01.webp) no-repeat top;
  background-size: cover;
  padding: 120px 0 0;
}

.answer .answer02 {
  background: url(../images/answer_bg02.webp) no-repeat bottom;
  background-size: cover;
  margin-top: -260px;
  padding-bottom: 100px;
}

.skill .pc {
  background: url(../images/skill_bg.webp) no-repeat center;
  background-size: cover;
  margin-top: -50px;
}

.adsense .adsense_01 {
  background: url(../images/adsense_bg01.webp) no-repeat top;
  background-size: cover;
}

.adsense .adsense_02 {
  background: url(../images/adsense_bg02.webp) no-repeat top;
  background-size: cover;
  margin-top: -300px;
}

.adsense .adsense_03 {
  background: url(../images/adsense_bg03.webp) no-repeat top;
  background-size: cover;
}

.adsense .adsense_04 {
  background: url(../images/adsense_bg04.webp) no-repeat top;
  background-size: cover;
  position: relative;
  padding: 210px 0 0;
  margin-top: -220px;
}

.adsense .adsense_05 {
  padding-bottom: 35px;
}

.cta_bottom {
  padding-bottom: 0;
}

.cta_bottom .profile_position {
  position: relative;
  bottom: -49px;
}

.profile .pc {
  background: url(../images/profile_bg.webp) no-repeat top;
  background-size: cover;
  padding: 180px 0 130px;
}

.profile .pc .profile_box {
  max-width: 1152px;
  margin: 0 auto;
}

.profile .pc .profile_box img:nth-child(2) {
  margin: 0;
}

footer {
  background: #383838;
  padding: 65px 0;
  text-align: center;
}

footer a {
  text-decoration: none;
}

footer a p {
  color: #fff;
  font-size: 16px;
  padding: 0 1em;
}

footer ._box {
  display: flex;
  max-width: 433px;
  margin: 0 auto 10px;
  justify-content: space-between;
}

footer ._box .border {
  position: relative;
  top: 4px;
  background: #fff;
  width: 1.5px;
  height: 15px;
}

footer small {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 1090px) {
  .answer .answer02 {
    margin-top: -26%;
  }

  .adsense .adsense_04 {
    padding: 18% 0 0;
    margin-top: -20%;
  }
}

@media screen and (max-width: 640px) {
  .cta .form {
    width: 90%;
    margin: 0 auto;
    padding: 33px 0 0;
  }

  .cta .form p {
    font-size: 20px;
  }

  .cta .form input[type=text] {
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    height: 50px;
    border: 1px solid #27292e;
  }

  .cta .form .cv_btn input[type=image] {
    -webkit-appearance: none;
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .fv .sp {
    background: url(../images/fv_bg_sp.webp) no-repeat center;
    background-size: cover;
    padding: 15px 15px 35px;
  }

  .cta {
    padding: 35px 15px 20px;
  }

  .cta .form {
    width: 100%;
  }

  footer {
    padding: 35px 0;
  }

  footer a p {
    font-size: 13px;
    padding: 0;
  }

  footer ._box {
    max-width: 310px;
  }
}

/*# sourceMappingURL=style.css.map */