@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&family=Shippori+Mincho+B1:wght@400;500&display=swap");
body {
  text-align: left;
  color: #000;
  text-align: justify;
  overflow-x: hidden;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

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

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

@media screen and (max-width: 640px) {
  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: 640px) {
  .sp img {
    max-width: 90%;
  }
  .sp02 img {
    max-width: 100%;
  }
  .sp03 img {
    max-width: 70%;
  }
}

.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

.ov_hd {
  overflow: hidden;
}

.bg_none {
  background-image: none !important;
}

a.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.line_0 {
  line-height: 0;
}

.zindex {
  z-index: 200;
}

input[type=radio] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

input[type=image]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

    text

---------------------------------------------------- */
em {
  text-decoration: underline;
  font-style: normal;
}

.bd_red {
  border-bottom: 1px solid #FF0004;
  padding-bottom: 2px;
}

.bd_red02 {
  border-bottom: 3px solid #FF0004;
  padding-bottom: 0px;
}

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

.yellow {
  background-color: #ffff00;
}

.gray {
  color: #666666;
}

.black {
  color: #000 !important;
}

.bold {
  font-weight: bold;
  font-size: 22px;
}

.bold2 {
  font-weight: bold;
  font-size: 20px;
  color: #b22a25;
}

@media screen and (max-width: 767px) {
  .bold2 {
    font-size: 18px;
  }
}

strong {
  font-weight: bold;
}

.strike {
  text-decoration: line-through;
}

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

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

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

.bold {
  font-weight: bold !important;
}

.font10 {
  font-size: 10px !important;
}

.font11 {
  font-size: 11px !important;
}

.font12 {
  font-size: 12px !important;
}

.font13 {
  font-size: 13px !important;
}

.font14 {
  font-size: 14px !important;
}

.font15 {
  font-size: 15px !important;
}

.font16 {
  font-size: 16px !important;
}

.font17 {
  font-size: 17px !important;
  line-height: 150%;
}

.font18 {
  font-size: 18px !important;
}

.font19 {
  font-size: 19px !important;
}

.font20 {
  font-size: 20px !important;
}

.font21 {
  font-size: 21px !important;
}

.font22 {
  font-size: 22px !important;
  letter-spacing: 0;
}

.font23 {
  font-size: 23px !important;
}

.font24 {
  font-size: 24px !important;
}

.font25 {
  font-size: 25px !important;
}

.font26 {
  font-size: 26px !important;
}

.font27 {
  font-size: 27px !important;
}

.font28 {
  font-size: 28px !important;
}

.font29 {
  font-size: 29px !important;
}

.font30 {
  font-size: 30px !important;
}

.font32 {
  font-size: 32px !important;
}

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

    float

---------------------------------------------------- */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.clear {
  clear: both;
}

img {
  line-height: 0;
  padding: 0;
  margin: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

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

/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */
img {
  width: 100%;
  height: auto;
}

header .header_img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  header .header_img {
    width: 100%;
  }
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

/* 幅設定
============================*/
.w-80 {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .w-80 {
    width: 80%;
  }
}

/* 背景設定
============================*/
.bg01 {
  background-image: url(../images/Tsuzumi_Bill-bg01.jpg);
  background-size: 100%;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .bg01 {
    padding-bottom: 50px;
  }
}

.bg02 {
  background-image: url(../images/Tsuzumi-bil_bg02.jpg);
  background-size: 100%;
  padding-bottom: 30px;
  max-width: 900px;
  margin: 0 auto;
}

/* テキスト部分
 ============================*/
.sec0301_txt {
  width: 70%;
  margin: 0 auto;
  background: #fff;
  padding: 40px 50px;
  margin-top: 85px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .sec0301_txt {
    width: 85%;
    margin-top: 35px;
    padding: 30px 20px;
  }
}

.sec0301_txt ul {
  list-style: none;
  padding: 25px 0;
}

.sec0301_txt li {
  position: relative;
  line-height: 1.8;
  padding-left: 23px;
  font-family: 'Shippori Mincho B1', serif;
  letter-spacing: -.03em;
}

.sec0301_txt li::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 18px;
  height: 8px;
  border-left: 3px solid #2c2b2b;
  border-bottom: 3px solid #2c2b2b;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sec07-02_txt {
  width: 70%;
  margin: 0 auto;
  background: #fff;
  padding: 40px 50px;
  margin-top: 85px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .sec07-02_txt {
    width: 85%;
    margin-top: 35px;
    padding: 30px 20px;
  }
}

.sec07-02_txt ul {
  list-style: none;
  padding: 25px 0;
}

.sec07-02_txt li {
  padding-left: 20px;
  line-height: 1.6em;
  background: url(../images/check01.png) left 0px top 3px no-repeat;
  background-size: 15px auto;
  margin-bottom: 15px;
  font-weight: bold;
}

ol {
  counter-reset: my-counter;
  list-style: none;
  margin: 0;
  padding: 25px 0;
}

ol li {
  background: none !important;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px !important;
  position: relative;
}

ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #333;
  border: 1px solid;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/* FV
============================*/
.fv {
  width: 95%;
  margin: 0 auto;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .fv {
    margin-top: 10px;
  }
}

.fv img {
  width: 85%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .fv img {
    width: 100%;
  }
}

.sec02-01 {
  padding: 0px 0px 0px 0;
}

.tokuten {
  margin-bottom: 30px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .tokuten {
    margin-top: 25px;
  }
}

.sec03 {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding-top: 0px;
  }
}

/* ５ステップ講座の内容
 ============================*/
.sec04 {
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .sec04 {
    margin-top: 70px;
  }
}

.sec04-01 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .sec04-01 {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}

.sec0402 {
  position: relative;
}

.sec0402:after {
  content: "";
  background: url(../images/Day1-item.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 40%;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -25px;
  background-position: right;
}

@media screen and (max-width: 767px) {
  .sec0402:after {
    padding-bottom: 46%;
  }
}

.sec0403 {
  position: relative;
}

.sec0403:after {
  content: "";
  background: url(../images/Day2-item.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 29%;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: -15px;
  background-position: left;
}

@media screen and (max-width: 767px) {
  .sec0403:after {
    padding-bottom: 32%;
  }
}

.sec0404 {
  position: relative;
}

.sec0404:after {
  content: "";
  background: url(../images/Day3-item.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 27%;
  display: inline-block;
  position: absolute;
  right: -17px;
  top: -35px;
  background-position: right;
}

@media screen and (max-width: 767px) {
  .sec0404:after {
    padding-bottom: 32%;
  }
}

.sec0405 {
  position: relative;
}

.sec0405:after {
  content: "";
  background: url(../images/Day4-item.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 25%;
  display: inline-block;
  position: absolute;
  left: -23px;
  bottom: -35px;
  background-position: left;
}

@media screen and (max-width: 767px) {
  .sec0405:after {
    padding-bottom: 32%;
  }
}

.sec0406 {
  position: relative;
}

.sec0406:after {
  content: "";
  background: url(../images/Day5-item.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 25%;
  display: inline-block;
  position: absolute;
  right: -10px;
  bottom: -35px;
  background-position: right;
}

@media screen and (max-width: 767px) {
  .sec0406:after {
    padding-bottom: 30%;
  }
}

.step {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .step {
    width: 85%;
  }
}

.sec04-triangle {
  width: 40%;
  margin: 0 auto;
  margin-top: 75px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .sec04-triangle {
    margin-bottom: 35px;
    margin-top: 0;
    width: 50%;
  }
}

.sec0407 {
  width: 65%;
  margin: 0 auto;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .sec0407 {
    width: 80%;
  }
}

.sec0408 {
  width: 25%;
  margin: 0 auto;
  margin-top: 135px;
  margin-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .sec0408 {
    width: 28%;
    margin-top: 75px;
    margin-bottom: 70px;
  }
}

.sec0501 {
  margin-top: 35px;
  margin-bottom: 50px;
}

.movie {
  width: 75%;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .movie {
    margin-bottom: 20px;
    width: 90%;
    margin-top: 35px;
  }
}

.sec0502_txt,
.sec0503_txt,
.sec0504_txt {
  width: 65%;
  margin: 0 auto;
  margin-bottom: 55px;
  margin-top: 10px;
  background: #fff;
  padding: 20px 10px;
}

@media screen and (max-width: 767px) {
  .sec0502_txt,
  .sec0503_txt,
  .sec0504_txt {
    width: 80%;
  }
}

.sec0502_txt p,
.sec0503_txt p,
.sec0504_txt p {
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 8px 100%,  100% 2.5em;
  line-height: 2.5em;
  padding: 0px 15px 0px 15px;
}

.sec0601 {
  margin-bottom: 40px;
  margin-top: 180px;
}

@media screen and (max-width: 767px) {
  .sec0601 {
    margin-top: 90px;
  }
}

.sec0602 {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
  background: #fffffffa;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .sec0602 {
    width: 90%;
    padding: 20px 15px;
  }
}

.photo {
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .photo {
    width: 90%;
  }
}

.voice-ttl {
  font-size: 24px;
  letter-spacing: .001em;
  margin-top: 35px;
  margin-bottom: 0;
  color: #b22a25;
  text-align: center;
}

.strong {
  font-size: 26px;
  letter-spacing: .001em;
  margin-top: 35px;
  margin-bottom: 40px;
  color: #b22a25;
  text-align: left;
  position: relative;
}

.strong::after {
  content: "";
  display: block;
  width: 95%;
  height: 2px;
  background-color: #b22a25;
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 15px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .youtube {
    margin-bottom: 20px;
  }
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.voice {
  width: 85%;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .voice {
    width: 95%;
  }
}

.voice_job {
  text-align: center;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .voice_job {
    font-size: 16px;
  }
}

.voice_name {
  text-align: center;
  font-size: 38px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .voice_name {
    font-size: 23px;
  }
}

.voice_name::after {
  content: "";
  display: block;
  width: 55%;
  height: 2px;
  background-color: #d5bb92;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.voice_txt {
  width: 90%;
  margin: 0 auto;
  margin-top: 35px;
}

.voice_copy {
  text-align: center;
  font-size: 42px;
  padding-top: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .voice_copy {
    font-size: 28px;
  }
}

.small {
  padding: 15px 0 0 0;
  font-size: 12px;
}

.sec0604-txt {
  background: transparent;
  color: #fff;
  text-align: left;
  background: transparent;
  color: #fff;
  text-align: left;
  width: 75%;
  margin: 0 auto;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sec0604-txt {
    width: 85%;
  }
}

.sec07 {
  margin-top: 145px;
}

@media screen and (max-width: 767px) {
  .sec07 {
    margin-top: 65px;
  }
}

.sec0700 {
  background: url(../images/Tsuzumi-bill_bg05.jpg);
  background-size: cover;
  background-position: center;
  padding: 25px 10%;
}

@media screen and (max-width: 767px) {
  .sec0700 {
    padding: 25px 2%;
  }
}

.sec0701 {
  width: 70%;
  margin: 0 auto;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .sec0701 {
    width: 85%;
  }
}

.sec0702_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec0702_img {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 15px;
}

.sec0703_img {
  width: 55%;
  margin: 0 auto;
  margin-bottom: 35px;
}

.sec07-link {
  text-align: center;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:visited {
  color: #ffffff;
}

.list_check {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.list_check > li {
  position: relative;
  padding: 0px 0px 0px 28px;
  margin: 0px;
  font-family: 'Shippori Mincho B1', serif;
  letter-spacing: -.03em;
  font-weight: 600;
}

.list_check > li br {
  display: none;
}

@media screen and (max-width: 767px) {
  .list_check > li br {
    display: block;
  }
}

.list_check > li::before,
.list_check > li::after {
  position: absolute;
  top: 16px;
  height: 1em;
  content: "";
}

.list_check > li::before {
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  border: 1px solid #2b2b2b;
}

.list_check > li::after {
  left: 0.5em;
  -webkit-transform: translateY(-75%) rotate(45deg);
          transform: translateY(-75%) rotate(45deg);
  width: 0.5em;
  border-bottom: 3px solid #2b2b2b;
  border-right: 3px solid #2b2b2b;
}

.list_check > li + li {
  margin: 1em 0px 0px;
}

.profile-name {
  width: 80%;
  margin-bottom: 0;
}

.profile-txt {
  width: 80%;
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .profile-txt {
    font-size: 14px;
  }
}

/*CTAボタン 
============================*/
.cta01 {
  width: 65%;
  margin: auto;
  margin-top: 55px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cta01 {
    width: 95%;
    margin-top: 10px;
  }
}

.cta-txt {
  color: #fff;
}

.cta02,
.cta03,
.cta04 {
  width: 65%;
  margin: 0 auto;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .cta02,
  .cta03,
  .cta04 {
    width: 90%;
  }
}

.cta04 {
  margin-bottom: 65px;
}

.footer {
  text-align: center;
  background: #000;
  padding: 8px 0px;
  margin-top: 0px;
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
}

/* animation
============================*/
.cta-button {
  -webkit-animation: anime_cvbtn01 0.5s ease 0s infinite alternate;
          animation: anime_cvbtn01 0.5s ease 0s infinite alternate;
}

.cta-button2 {
  -webkit-animation: anime_cvbtn02 0.5s ease 0s infinite alternate;
          animation: anime_cvbtn02 0.5s ease 0s infinite alternate;
}

@-webkit-keyframes anime_cvbtn01 {
  from {
    -webkit-transform: translateX(-50%) scale(0.9, 0.9);
            transform: translateX(-50%) scale(0.9, 0.9);
  }
  to {
    -webkit-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1);
  }
}

@keyframes anime_cvbtn01 {
  from {
    -webkit-transform: translateX(-50%) scale(0.9, 0.9);
            transform: translateX(-50%) scale(0.9, 0.9);
  }
  to {
    -webkit-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1);
  }
}

@-webkit-keyframes anime_cvbtn02 {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes anime_cvbtn02 {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

body {
  font-family: 'Noto Serif JP', serif;
  color: #2b2b2b;
  line-height: 1.7;
  font-weight: 600;
}

.cta-txt {
  color: #fff;
  font-size: 12px;
  margin-top: 20px;
}

.cta-txt ul {
  padding: 30px 0px;
}
