/*導入
=======================================================*/
.intro{
  padding: 100px 0;
}
.intro-logo{
  display: block;
  margin: 0 auto;
}
.intro-txt{
  text-align: center;
  font-family: "ZenOldMincho Regular";
  font-size: 17px;
  margin-top: 30px;
}
.class-banner-slide{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.class-banner-slide .prev-arrow{
  cursor: pointer;
  order: 1;
  margin-left: 61%;
  width: fit-content;
}
.class-banner-slide .prev-arrow svg{
  font-size: 20px;
  border: #000 1px solid;
  padding: 5px;
  border-radius: 20px;
  aspect-ratio: 1 / 1;
}
.class-banner-slide .next-arrow{
  cursor: pointer;
  float: right;
  width: fit-content;
  margin-bottom: -37px;
  margin-left: 65%;
  margin-top: 10px;
}
.class-banner-slide .next-arrow svg{
  font-size: 20px;
  border: #000 1px solid;
  padding: 5px;
  border-radius: 20px;
  aspect-ratio: 1 / 1;
}
.class-banner-slide .slick-slide img{
  width: 90%;
}

@media screen and (max-width: 768px){
  .intro{
    padding: 50px 0;
  }
  .intro-logo{
    width: 20%;
  }
  .intro-txt{
    width: 90%;
    margin: 30px auto 0;
  }
  .class-banner-slide .prev-arrow{
    margin-left: 52%;
  }
  .class-banner-slide .prev-arrow svg{
    font-size: 17px;
  }
  .class-banner-slide .next-arrow{
    margin-bottom: -35px;
  }
  .class-banner-slide .next-arrow svg{
    font-size: 17px;
  }
}

/*01CLASSとは？
=======================================================*/
.about-ttl{
  background: url(/wp-content/themes/ichijohajime_hp/img/mv.png) no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  z-index: -1;
}
.about-ttl::before{
  content: "";
  background:rgba(0,28,92,0.4);
  position: absolute;
  top:0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.about-ttl h2{
  color: #fff;
  font-size: 70px;
  text-align: center;
  font-family: "ZenOldMincho Black";
  padding-bottom: 10vh;
}
img.about-ttl-img{
  margin: 0 auto;
  display: block;
  padding-top: 50vh;
  padding-bottom: 1vh;
  width: 20%;
}
.about-intro{
  background: #fff;
  padding: 50px;
  margin-top: -180px;
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.about-intro ul li{
  font-family: "ZenOldMincho Black";
  font-size: 25px;
}
.about-intro ul li::before{
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 23px;
  font-weight: 900;
  margin-right: 10px;
}
.about-box1{
  display: flex;
  align-items: center;
  margin-top: 50px;
}
img.about-box1-img{
  padding: 0 50px;
}
.about-box1-txt{
  font-size: 17px;
}
.about-box2{
  font-size: 17px;
  margin-top: 50px;
}
.about-contact{
  background: #535353;
}
.about-contact-box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}
.about-contact-txt{
  color: #fff;
  font-family: "NotoSansJP Bold";
  font-size: 17px;
}
a.about-contact-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #535353;
  width: 40%;
}
a.about-contact-btn::before{
  content: "";
  width: 30%;
  height: 1px;
  background: #fff;
}
a.about-contact-btn span{
  background: #fff;
  padding: 5px 20px;
  border-radius: 40px;
  font-family: "NotoSansJP Bold";
  display: flex;
  align-items: center;
  font-size: 17px;
  border: 1px solid #fff;
}
a.about-contact-btn span::before{
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-size: 23px;
  font-weight: 900;
  color: #535353;
  margin-right: 10px;
}
a.about-contact-btn span:hover{
  background: #535353;
  color: #fff;
}
a.about-contact-btn span:hover::before{
  color: #fff;
}

@media screen and (max-width: 1000px){
  .about-contact-box{
    width: 90%;
  }
}
@media screen and (max-width: 768px){
  img.about-ttl-img{
    padding-top: 20vh;
  }
  .about-ttl h2{
    font-size: 7vw;
    padding-bottom: 15vh;
  }
  .about-intro{
    margin-top: -20vh;
    padding: 30px;
  }
  .about-intro ul li{
    font-size: 4.5vw;
  }
  .about-intro ul li::before{
    font-size: 20px;
  }
  .about-box1{
    flex-wrap: wrap;
  }
  img.about-box1-img{
    padding: 0;
    margin: 0 auto 40px;
    width: 40%;
  }
  .about-box1-txt{
    font-size: 3.8vw;
  }
  .about-box2{
    font-size: 3.8vw;
    margin-top: 30px;
  }
  .about-contact-box{
    flex-wrap: wrap;
  }
  a.about-contact-btn{
    width: 100%;
  }
  a.about-contact-btn span{
    font-size: 3.5vw;
  }
}

/*講習メニュー
=======================================================*/
h2.menu-ttl{
  font-family: "ZenOldMincho Black";
  font-size: 25px;
  text-align: center;
  position: relative;
}
h2.menu-ttl span{
  font-size: 35px;
  display: block;
  margin-bottom: 10px;
}
h2.menu-ttl::before{
  content: "MENU";
  color: rgba(0,0,0,0.1);
  font-family: "ZenOldMincho Black";
  font-size: 65px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
h2.menu-ttl::after{
  content: "";
  height: 60px;
  width: 1px;
  background: #000;
  display: block;
  margin: 20px auto 0;
}
.menu-intro{
  font-size: 17px;
  margin-top: 20px;
}

@media screen and (max-width: 768px){
  h2.menu-ttl{
    font-size: 5vw;
  }
  h2.menu-ttl span{
    font-size: 7vw;
  }
  h2.menu-ttl::before{
    font-size: 13vw;
  }
  .menu-intro{
    font-size: 3.5vw;
  }
}

/*講習内容
=======================================================*/
.course1{
  background: #F9F9F9;
}
.course-ttl-sub{
  font-family: "ZenOldMincho Bold";
  color: rgba(83,83,83,0.5);
  font-size: 45px;
  line-height: 1.2;
  width: 30%;
}
.course-intro{
  display: flex;
}
.course-ttl{
  font-family: "ZenOldMincho Bold";
  font-size: 25px;
  width: 30%;
  line-height: 1.4;
}
span.course-ttl-step{
  display: block;
  font-size: 17px;
}
span.course-ttl-num{
  font-size: 25px;
  margin-left: 5px;
}
.course-intro-box{
  font-size: 17px;
}
.course1-intro{
  background: url(/wp-content/themes/ichijohajime_hp/img/01class/course1-intro-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: -1;
  padding: 50px;
  margin: 50px 0;
}
.course1-intro::before{
  content: "";
  background:rgba(83,83,83,0.6);
  position: absolute;
  top:0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.course1-intro-txt{
  padding: 40px;
  background: #fff;
  width: 55%;
  margin-left: auto;
  font-size: 17px;
}
.course1-record h3{
  font-family: "ZenOldMincho Bold";
  text-align: center;
  font-size: 25px;
}
.course1-record-wrap{
  margin-top: 50px;
  display: flex;
  gap: 30px;
}
.course1-record-box{
  background: #fff;
  width: calc(100% / 3);
  padding: 20px;
}
.course1-record-box h4{
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.course1-record-box h4 span{
  display: block;
  font-family: "ZenOldMincho Regular";
  font-size: 25px;
}
.course1-record-box ul li{
  line-height: 2.2;
}
.course1-movie{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}
.course1-movie-box{
  width: 25%;
}
.course1-movie-ttl{
  font-family: "ZenOldMincho Bold";
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.course1-movie-txt{
  font-family: "ZenOldMincho Bold";
  font-size: 16px;
}
.course1-movie-img{
  object-fit: contain;
}
.course1-btn-wrap{
  margin-top: 100px;
}
.course1-btn-txt{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "NotoSansJP Bold";
  font-size: 20px;
  margin-bottom: 20px;
}
.course1-btn-txt::before{
  content: "";
  height: 20px;
  width: 1px;
  background: #000;
  transform: rotate(-30deg);
  margin-right: 10px;
}
.course1-btn-txt::after{
  content: "";
  height: 20px;
  width: 1px;
  background: #000;
  transform: rotate(30deg);
  margin-left: 10px;
}
.course1-btn-wrap .line-btn{
  margin: 0 auto;
}
.course1-btn-wrap .line-btn::before{
  font-size: 30px;
}
.course1-btn-wrap .line-btn .course1-btn-detail{
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
  margin: 10px;
}
.course1-btn-wrap .line-btn .course1-btn-detail span{
  display: block;
  font-size: 23px;
}
.course1-step{
  width: fit-content;
  display: block;
  margin: -15px auto 0;
  padding-bottom: 80px;
}
img.course1-step-img{
  display: block;
  margin: 0 auto 50px;
}
.course1-step-txt{
  text-align: center;
  font-family: "ZenOldMincho Bold";
  font-size: 17px;
}
.course2{
  background: url(/wp-content/themes/ichijohajime_hp/img/01class/course2-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.course2-intro{
  margin-top: 50px;
}
.course2-intro-ttl{
  font-family: "ZenOldMincho Bold";
  color: rgba(83, 83, 83, 0.6);
  font-size: 45px;
  line-height: 1.2;
}
.course2-intro-txt{
  font-size: 17px;
  margin-top: 10px;
}
.course2-wrap{
  margin-top: 30px;
}
.course2-box{
  background: #fff;
  display: flex;
  padding: 30px;
  margin-bottom: 20px;
  gap:20px;
}
.course2-box:last-child{
  margin-bottom: 0;
}
.course2-box-ttl{
  width: 40%;
}
.course2-box-ttl h3{
  font-family: "ZenOldMincho Regular";
  font-size: 30px;
  line-height: 1.3;
}
.course2-box-ttl h3 span{
  display: block;
  font-size: 35px;
}
.course2-box-ttl-sub{
  font-size: 22px;
  line-height: 1.5;
  margin-top: 10px;
}
.course2-box-ttl-name{
  margin-top: 20px;
  line-height: 1.5;
}
.course2-box-txt{
  width: 60%;
}
.course2-box-txt-detail{
  font-size: 16px;
}
.course2-box-txt-step{
  margin-top: 20px;
}
.course2-box-txt-step dl{
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
.course2-box-txt-step dl:last-child{
  margin-bottom: 0;
}
.course2-box-txt-step dl dt{
  background: #535353;
  color: #fff;
  width: 26%;
  padding: 10px;
  font-size: 16px;
}
.course2-box-txt-step dl dd{
  background: #EFEFEF;
  text-align: center;
  padding: 10px;
  width: 30%;
  font-size: 16px;
}

@media screen and (max-width: 768px){
  .course-ttl-sub{
    font-size: 8vw;
    width: 100%;
  }
  .course-intro{
    flex-wrap: wrap;
  }
  .course-ttl{
    width: 100%;
    font-size: 6vw;
    margin-bottom: 20px;
    margin-top: -30px;
  }
  span.course-ttl-step{
    font-size: 3.5vw;
  }
  span.course-ttl-num{
    font-size: 7vw;
  }
  .course-intro-box{
    font-size: 3.5vw;
  }
  .course1-intro-txt{
    width: 100%;
    font-size: 3.5vw;
    padding: 20px;
  }
  .course1-intro{
    padding: 150px 20px 20px;
  }
  .course1-record h3{
    font-size: 7vw;
  }
  .course1-record-wrap{
    flex-wrap: wrap;
  }
  .course1-record-box{
    width: 100%;
  }
  .course1-record-box h4{
    font-size: 5vw;
  }
  .course1-record-box h4 span{
    font-size: 6vw;
  }
  .course1-movie{
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .course1-movie-box{
    width: 100%;
    margin-bottom: 20px;
  }
  .course1-movie-ttl{
    font-size: 7vw;
  }
  .course1-btn-wrap{
    margin-top: 50px;
  }
  .course1-btn-txt{
    font-size: 4vw;
  }
  .course1-btn-wrap .line-btn .course1-btn-detail{
    font-size: 3vw;
    margin: 10px 0;
  }
  .course1-btn-wrap .line-btn .course1-btn-detail span{
    font-size: 5vw;
  }
  img.course1-step-img{
    margin: 0 auto 30px;
  }
  .course1-step{
    padding-bottom: 50px;
  }
  .course2-intro-ttl{
    font-size: 8vw;
  }
  .course2-intro-txt{
    font-size: 3.5vw;
  }
  .course2-box{
    flex-wrap: wrap;
    padding: 20px;
  }
  .course2-box-ttl{
    width: 100%;
  }
  .course2-box-ttl h3{
    font-size: 7vw;
  }
  .course2-box-ttl h3 span{
    font-size: 7vw;
    line-height: 1.2;
  }
  .course2-box-ttl-sub{
    font-size: 5vw;
  }
  .course2-box-ttl-name{
    font-size: 3vw;
  }
  .course2-box-txt{
    width: 100%;
  }
  .course2-box-txt-detail{
    font-size: 3.5vw;
  }
  .course2-box-txt-step dl dt{
    width: 50%;
    font-size: 4vw;
  }
  .course2-box-txt-step dl dd{
    width: 50%;
    font-size: 4vw;
  }
}

/*講習参加までの流れ
=======================================================*/
.flow-ttl{
  font-family: "ZenOldMincho Black";
  font-size: 45px;
  margin-right: 10px;
  line-height: 1.5;
}
.flow-ttl span{
  font-family: "ZenOldMincho Regular";
  display: flex;
  align-items: center;
  font-size: 20px;
}
.flow-ttl span::before{
  content: "";
  height: 1px;
  width: 100px;
  background: #000;
  margin-right: 10px;
}
.flow-wrap{
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
  gap: 70px;
}
.flow-box{
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  position: relative;
}
.flow-box::before{
  content: "";
  background: url(/wp-content/themes/ichijohajime_hp/img/01class/arrow2.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  position: absolute;
  right: -45px;
  top: 20px;
}
.flow-box:last-child::before{
  content: unset;
}
.flow-box-ttl{
  font-family: "ZenOldMincho Black";
  font-size: 20px;
  display: flex;
  align-items: center;
}
.flow-box-ttl span{
  color: #C2C2C2;
  margin-right: 20px;
  font-size: 35px;
}
.flow-box-txt{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 14px;
}
img.flow-img{
  display: block;
  width: 80%;
  margin: auto auto;
  object-fit: contain;
}
.place-txt{
  font-size: 17px;
  margin-top: 30px;
}
.place-box{
  background: url(/wp-content/themes/ichijohajime_hp/img/01class/place-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 40px;
  position: relative;
  z-index: -1;
  padding: 50px 50px 150px;
}
.place-box::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background:rgba();
}
.place-box-inner{
  width: fit-content;
  margin-left: auto;
  color: #fff;
}
.place-box-ttl{
  font-family: "NotoSansJP Bold";
  font-size: 25px;
}

@media screen and (max-width: 768px){
  .flow-ttl{
    font-size: 7vw;
  }
  .flow-ttl span{
    font-size: 5vw;
  }
  .flow-wrap{
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .flow-box{
    width: 100%;
  }
  .flow-box::before{
    right: auto;
    top: auto;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
  }
  .flow-box-txt{
    margin-bottom: 30px;
    font-size: 3.5vw;
    margin-top: 0;
  }
  img.flow-img{
    width: 50%;
  }
  .place-txt{
    font-size: 3.5vw;
  }
  .place-box{
    padding: 50px 50px 50px;
  }
  .place-box-inner{
    margin-left: 0;
  }
  .place-box-ttl{
    font-size: 5vw;
  }
}

/*講師紹介
=======================================================*/
.instructor-box{
  display: flex;
  position: relative;
  margin-bottom: 50px;
}
.instructor-box:last-child{
  margin-bottom: 0;
}
img.instructor-img{
  object-fit: cover;
  width: 35%;
  height: 450px;
}
.instructor-detail{
  width: 65%;
  background: linear-gradient(180deg,rgba(245,245,245,1) 0%, rgba(245,245,245,1) 100%);
  position: relative;
  padding: 40px 0 40px 40px;
}
.instructor-detail::before{
  content: "";
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(180deg,rgba(245, 245, 245, 1) 0%, rgba(245,245,245,1) 100%);
  left: -100px;
  display: block;
}
h2.instructor-detail-ttl{
	font-family: "ZenOldMincho Black";
  font-size: 45px;
}
h2.instructor-detail-ttl span{
  font-family: "ZenOldMincho Regular";
  font-size: 20px;
  display: flex;
  align-items: center;
}
h2.instructor-detail-ttl span::before{
  content: "";
  height: 1px;
  width: 100px;
  background: #000;
  margin-right: 10px;
}
.instructor-detail-txt{
  margin-right: calc(65vw - (100vw / 2));
  margin-top: 20px;
  font-size: 17px;
}
.instructor-btn-wrap{
  width: 1000px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}
.instructor-btn{
  background: #fff;
  border: 1px solid #535353;
	font-family: "NotoSansJP Bold";
  padding: 10px 50px;
  border-radius: 50px;
  margin-left: auto;
  width: fit-content;
  display: block;
}
.instructor-box:nth-child(even) img.instructor-img{
  order: 2;
}
.instructor-box:nth-child(even) .instructor-detail::before{
  content: unset;
}
.instructor-box:nth-child(even) .instructor-detail::after{
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(180deg,rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 1) 100%);
  right: -100px;
  display: block;
}
.instructor-box:nth-child(even) .instructor-btn{
  margin-left: unset;
}
.instructor-box:nth-child(even) .instructor-detail-txt{
  margin-right: unset;
}
.instructor-box:nth-child(even) .instructor-detail{
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: calc(65vw - (100vw / 2));
}

@media screen and (max-width: 1000px){
  .instructor-btn-wrap{
    width: 90%;
  }
}
@media screen and (max-width: 768px){
  .instructor-box{
    flex-wrap: wrap;
  }
  img.instructor-img{
    width: 45%;
  }
  h2.instructor-detail-ttl{
    font-size: 6vw;
    line-height: 1.5;
  }
  h2.instructor-detail-ttl span{
    font-size: 4vw;
  }
  h2.instructor-detail-ttl span::before{
    width: 40px;
  }
  .instructor-detail{
    width: 55%;
    padding: 20px;
  }
  .instructor-detail::before{
    width: 40px;
    left: -39px;
  }
  .instructor-detail-txt{
    margin-right: 0;
    font-size: 3.3vw;
  }
  .instructor-box:nth-child(even) .instructor-detail{
    padding: 20px;
  }
  .instructor-box:nth-child(even) .instructor-detail::after{
    width: 40px;
    right: -39px;
  }
  .instructor-btn{
    padding: 5px 50px;
  }
}

/*メリット
=======================================================*/
.merit h2{
  font-family: "ZenOldMincho Black";
  font-size: 55px;
}
.merit-wrap{
  margin-top: 50px;
}
.merit-wrap h3{
  font-family: "ZenOldMincho Black";
  font-size: 25px;
  display: flex;
  align-items: center;
}
.merit-wrap h3::before{
  content: "";
  height: 1px;
  width: 100px;
  background: #000;
  margin-right: 10px;
}
.merit-box{
  margin-bottom: 20px;
}
.merit-box:last-child{
  margin-bottom: 0;
}
.merit-box h4{
  font-size: 20px;
  display: flex;
  align-items: self-end;
  margin-bottom: 10px;
}
.merit-box h4 span{
  color: #D9D9D9;
  font-family: "ZenOldMincho Black";
  font-size: 55px;
  margin-right: -25px;
  line-height: 1.5;
  display: block;
  width: fit-content;
}

@media screen and (max-width: 768px){
  .merit h2{
    font-size: 10vw;
  }
  .merit-wrap {
    margin-top: 50px;
  }
  .merit-wrap:first-of-type{
    margin-top: 30px;
  }
  .merit-wrap h3{
    font-size: 5vw;
  }
  .merit-box h4{
    position: relative;
    flex-wrap: wrap;
    font-size: 4.5vw;
    margin-top: 50px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .merit-box h4 span{
    font-size: 12vw;
    position: absolute;
    z-index: -1;
    top: -40px;
  }
  .merit-box-txt{
    font-size: 3.5vw;
  }
}

/*受講生の声
=======================================================*/
.voice{
  background: #EDEEF0;
}
h2.voice-ttl{
  font-family: "ZenOldMincho Black";
  font-size: 55px;
  display: flex;
}
h2.voice-ttl span{
  color: #AEAEAE;
  font-size: 75px;
  margin-top: 10px;
  margin-left: -30px;
  position: relative;
  z-index: -1;
}
.voice-wrap{
  margin-top: 40px;
}
.voice-img1{
  display: block;
}
.voice-img2{
  display: block;
  margin-left: auto;
  margin-top: 50px;
}

@media screen and (max-width: 768px){
  h2.voice-ttl{
    flex-wrap: wrap;
    font-size: 10vw;
  }
  h2.voice-ttl span{
    font-size: 10vw;
    margin-top: 20px;
  }
  .voice-img2{
    margin-top: 30px;
  }
}

/*宮本医師
=======================================================*/
.famous-wrap{
  margin-bottom: 40px;
}
.famous-wrap:last-child{
  margin-bottom: 0;
}
.famous-box1{
  display: flex;
  gap:20px;
}
.famous-img{
  width: 40%;
  height: 500px;
  object-fit: cover;
}
.famous-box1-txt{
  margin-top: 20px;
  width: 60%;
}
.famous-box1-txt-ttl{
  font-size: 30px;
  font-family: "ZenOldMincho Bold";
}
.famous-box1-txt-intro{
  font-size: 17px;
}
.famous-box1-txt-intro span{
  font-weight: bold;
}
.famous-box1-txt-intro span.fs-l{
  font-size: 20px;
}
.famous-box2{
  background: #F4F4F4;
  margin-top: 20px;
  padding: 20px;
  display: flex;
}
.famous-box2-right{
  width: 20%;
}
.famous-box2-right-name{
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.8;
}
.famous-box2-right-name span{
  display: block;
  font-size: 20px;
}
.famous-box2-right svg{
  font-size: 30px;
  margin-right: 10px;
}
.famous-box2-left p{
  margin-bottom: 20px ;
  font-size: 13px;
}
.famous-box2-left p:last-child{
  margin-bottom: 0;
}

@media screen and (max-width: 768px){
  .famous-img{
    height: auto;
  }
  .famous-box1-txt-ttl{
    font-size: 4vw;
    font-family: "ZenOldMincho Bold";
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .famous-box1-txt-intro{
    font-size: 3vw;
  }
  .famous-box1-txt-intro span.fs-l {
    font-size: 2.5vw;
  }
  .famous-box2{
    flex-wrap: wrap;
  }
  .famous-box2-right{
    width: 100%;
  }
  .famous-box2-left{
    margin-top: 10px;
  }
  .famous-box2-left p{
    margin-bottom: 15px;
    font-size: 3.2vw;
  }
}

/*サポーター募集
=======================================================*/
.supporter{
  background: #E2EDFF;
}
.supporter-wrap h2{
  font-family: "ZenOldMincho Black";
  font-size: 45px;
  line-height: 1.5;
}
.supporter-wrap{
  margin-bottom: 50px;
}
.supporter-wrap:last-child{
  margin-bottom: 0;
}
.supporter-wrap h2 span{
  display: flex;
  align-items: center;
  font-family: "ZenOldMincho Regular";
  font-size: 20px;
}
.supporter-wrap h2 span::before{
  content: "";
  height: 1px;
  width: 100px;
  background: #000;
  margin-right: 10px;
}
.supporter-txt{
  margin-top: 30px;
  font-size: 17px;
}
ul.supporter-list{
  margin-top: 30px;
}
ul.supporter-list li{
  font-size: 17px;
}
ul.supporter-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  margin-right: 10px;
}
a.supporter-btn{
  background: linear-gradient(173deg,rgba(99, 165, 252, 1) 0%, rgba(91, 134, 191, 1) 100%);
  margin: 0 auto;
  display: block;
  width: fit-content;
  color: #fff;
  padding: 10px 30px;
  border-radius: 40px;
  font-family: "NotoSansJP Bold";
  font-size: 23px;
  margin-top: 40px;
}

@media screen and (max-width: 768px){
  .supporter-wrap h2{
    font-size: 7vw;
  }
  .supporter-wrap h2 span{
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  ul.supporter-list li{
    font-size: 3.5vw;
  }
  ul.supporter-list li::before{
    font-size: 17px;
  }
  .supporter-txt{
    font-size: 3.5vw;
  }
  a.supporter-btn{
    font-size: 4vw;
  }
}