@charset "utf-8";
/* CSS Document */
section{background: #fcf8eb;}



/*各コンテンツ大見出し*/
.inner_ttl {
  display: flex;
  margin-bottom: 35px;
}
.more_btn {
  color: #000000;
  font-size: 30px;
  position: relative;
  margin-left: auto;
  display: flex;
  align-items: center;
  padding-right: 70px;
  font-weight: bold;
}

.more_btn:before {
  content: '';
  width: 52px;
  height: 52px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 80px;
  bottom: 0;
  margin: auto;
}
.more_btn:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 90px;
  right: 18px;
  bottom: 0;
  margin: auto;
}


@media screen and (max-width: 768px) {
	.img_pc {display: block;}
	.img_sp {display: none;}
}

@media screen and (max-width: 750px) {
  .inner_ttl {
    display: block;
    max-width: 100%;
  }
  .more_btn{
    font-size: 24px;
    display: inline-block;
    padding-right: 52px;
  }
  .more_btn::before{
    width: 30px;
    height: 30px;
  }
  .more_btn::after{
    left: 94px;
    right: inherit;
    border-width: 4px 0 4px 5px;
  }
	
	.img_pc {display: none;}
	.img_sp {display: block;}
	
}

/*************************************

#mv

**************************************/

#mv{
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 920px;
  background: #fcf8eb url(../img/img/header_mv.jpg) top center /100% no-repeat;
}

#mv h2{
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 76px;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  z-index: 11;
  text-shadow: 0 0 6px #808080;
}

.sec02{height: 100vh;}

.mv_box{
  width: 48%;
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
}

.top_news{
  background: #f6ae5f;
  border-radius: 16px;
  padding: 12px;
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 50px;
}
.top_news div{
  background: #ffffff;
  border-radius: 8px;
  color: #f37e00;
  text-align: center;
  width: 160px;
  padding: 20px;
  font-weight: bold;
  font-size: 18px;
}
.top_news a{
  color: #000000;
  font-weight: bold;
  width: 100%;
  position: relative;
  display: block;
  padding-right: 60px;
}
.top_news a::after {
  content: "";
  display: inline-block;
  background: url(../img/common/head_arrow_hover.svg)top center/contain no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.top_news em {
  color: #ffffff;
  font-weight: bold;
  background: #cf3810;
  border-radius: 5px;
  padding: 0 10px;
  margin-left: 10px;
	display: inline-block;
}

.top_news span{margin-right: 20px;}

#mv>img{
  width: 34%;
  position: absolute;
  top: 52%;
  right: 5%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1600px) {
	#mv{height: 100vh;}
}

@media screen and (max-width: 1400px) {
	#mv{/*height: 82vh;*/height: clamp(650px, 82vh, 720px);}
	.mv_box{top: 54%;}
	#mv>img{
		width: 41%;
		right: 3%;
		top: 54%;
	}
}
@media screen and (max-width: 1000px) {
	/*#mv{height: 72vh;}*/
	#mv{height: clamp(520px, 82vh, 600px);}
	.top_news{
		display: block;
		margin-top: 30px;
	}
	.top_news a{width: calc(100% - 60px);}
	.top_news div{
		width: calc(100% - 40px);
		padding: 6px 20px;
		margin-bottom: 12px;
		font-size: 16px;
	}
}

@media screen and (max-width: 750px) {
	#mv{height: 100%;padding: 120px 0 70px;}
	.mv_box {
	  width: 100%;
	  max-width: 90%;
	  margin: 0 auto;
	  position: inherit;
      top: inherit;
      left: inherit;
      transform: initial;
	}
}

@media screen and (max-width: 500px) {
	#mv{
		padding: 120px 0 60px;
		height: 74vh;
	}
}

/*画面幅が900px以下 かつ 画面の高さが1200px以下のときだけ適用(ipad air)*/
/*@media screen and (max-width: 900px) and (max-height: 1200px) {
  #mv{height: 47vh;}
}*/

/*画面幅が900px以下 かつ 画面の高さが1050px以下のときだけ適用(ipad mini)*/
/*@media screen and (max-width: 900px) and (max-height: 1050px) {
  #mv{height: 54vh;}
}*/

/*画面幅が560px以下 かつ 画面の高さが900px以下のときだけ適用*/
@media screen and (max-width: 560px) and (max-height: 1000px) {
  #mv{height: 100%;}
}

/*画面幅が400px以下 かつ 画面の高さが700px以下のときだけ適用*/
/*@media screen and (max-width: 500px) and (max-height: 700px) {
  #mv{height: 70vh;}
}*/



/*************************************

#message

**************************************/

.bubble_bg{
  background: #fcf8eb url(../img/img/messaga_bg.png)top center /cover no-repeat;
	position: relative;
}
.bubble_bg .workshop_link{
	width: 140px;
	position: absolute;
	top: -70px;
	right: 2%;
	z-index: 11;
}

#message {padding-bottom: 180px;}

#message p{
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  color: #e56c36;
  text-align: center;
  font-weight: bold;
  line-height: 2.2;
  padding: 80px 0;
  font-size: 20px;
  background: url(../img/img/message_bg.png)center/contain no-repeat;
  position: relative;
}

#message p::after{
  content: "";
  position: absolute;
  background: url(../img/img/message_img.png)center/contain no-repeat;
  width: 253px;
  height: 196px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  #message p{font-size: 18px;}
  #message p::after{
    width: 223px;
    height: 176px;
  }
}

@media screen and (max-width: 768px) {
	.bubble_bg {
      background: #fcf8eb url(../img/img/messaga_bg_sp.png)top center /cover no-repeat;
    }
	#message {
		padding-bottom: 80px;
		width: 90%;
		margin: 0 auto;
    }
	#message p {
		background: url(../img/img/message_bg_sp.png)center/contain no-repeat;
		line-height: 2;
		font-size: 16px;
		padding: 60px 30px;
		width: calc(100% - 60px);
	}
	#message p::after{
		width: 133px;
		height: 108px;
		bottom: -30px;
	}
}

@media screen and (max-width: 700px) {

	.bubble_bg .workshop_link{
		width: 120px;
		top: -40px;
	}

}

@media screen and (max-width: 500px) {
	#message p {
      background: url(../img/img/message_bg_sp2.png)center/contain no-repeat;
    }
}

/*************************************

#dekiru

**************************************/

#dekiru{padding-bottom: 100px;}

#dekiru .small_inner{
  margin-bottom: 80px;
  font-weight: 500;
  text-align: center;
}

#dekiru h2 {
  max-width: 79%;
  margin: 0 auto 60px;
  font-size: 0;
}

#dekiru .small_inner p{font-size: 18px;}

#dekiru ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

#dekiru li{
  width: calc(44% - 60px);
  background: #ffffff url(../img/img/dekiru_box_bg.png)top right /99px no-repeat;
  border-radius: 30px;
  padding: 50px 30px 40px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

#dekiru li img{
  width: 90%;
  margin: 0 auto;
  display: block;
}

#dekiru h3{
  font-size: 18px;
  margin: 22px auto 10px;
}

@media screen and (max-width: 1024px) {
  #dekiru h2{margin: 0 auto 40px;}
  #dekiru .small_inner{margin-bottom: 50px;}
  #dekiru ul{gap: 20px;}
  #dekiru li{width: calc(44% - 40px);}
  #dekiru h3{line-height: 1.4;}
}

@media screen and (max-width: 768px) {
	#dekiru h2 {
		width: 408px;
		max-width: 62%;
		margin: 0 auto 20px;
	  }
}

@media screen and (max-width: 700px) {
  #dekiru{padding-bottom: 70px;}

  #dekiru .small_inner{margin-bottom: 30px;}
	
	#dekiru .small_inner p{font-size: 16px;}
	
  #dekiru ul{display: block;}
  #dekiru li{
    width: calc(100% - 40px);
    padding: 40px 20px 30px;
    margin-bottom: 20px;
  }
  #dekiru li:last-child{margin-bottom: 0;}
  #dekiru ul img{
    width: 84%;
    margin: 0 auto;
    display: block;
  }
  #dekiru h3{margin: 20px auto 10px;}

}

/*************************************

#link_btn

**************************************/

#link_btn {
  background: #f1d51b;
  padding: 20px 0;
}

#link_btn .middle_inner{
  background: #ffffff;
  border-radius: 20px;
  width: calc(1200px - 60px);
  padding: 30px;
  max-width: 83%;
  position: relative;
  color: #ee7e09;
  font-size: 18px;
  font-weight: bold;
	text-align: center;
}
#link_btn .middle_inner::after {
  content: "";
  position: absolute;
  background: url(../img/img/link_btn.png)center/contain no-repeat;
  width: 144px;
  height: 147px;
  bottom: -25px;
  right: -30px;
}

#link_btn a {
  background: #ee7e09 url(../img/common/head_arrow.svg)center right 20px no-repeat;
  border-radius: 10px;
  padding: 12px 74px 12px 28px;
  color: #ffffff;
  display: inline-block;
	margin-left: 10px;
}

@media screen and (max-width: 1000px) {
	
  #link_btn .middle_inner::after{
    width: 114px;
    height: 117px;
  }
	#link_btn a{
		margin: 12px auto 0;
		display: block;
		width: 47%;
	}

}

@media screen and (max-width: 700px) {
	#link_btn .middle_inner{
		width: calc(90% - 40px);
		max-width: 100%;
		padding: 36px 20px 40px;
	}
	#link_btn .middle_inner::after {
		right: 0;
		width: 93px;
		height: 96px;
	}
	#link_btn a{
		width: calc(100% - 102px);
	}
}

/*************************************

#step

**************************************/
#step {
  padding: 120px 0 140px;
}

#step h2 {
  width: 1069px;
  max-width: 72.7%;
  margin: 0 auto 80px;
  font-size: 0;
}

#step>ul{
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: end;
}

#step>ul>li{
  width: 48%;
}

#step ul {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}

#step .step_box{
  background-image: linear-gradient(to bottom, #dc590f, #dc590f 3px, transparent 3px, transparent 10px);
  background-size: 3px 10px;
  background-position: left 34px top;
  background-repeat: repeat-y;
}

#step .step_box li{
  padding-left: 102px;
  height: 72px;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

#step .step_box li:nth-child(1)::before,
#step .step_box li:nth-child(2)::before,
#step .step_box li:nth-child(3)::before,
#step .step_box li:nth-child(4)::before,
#step .step_box li:nth-child(5)::before,
#step .step_box li:nth-child(6)::before{
    content: "";
    position: absolute;
    width: 72px;
    height: 72px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#step .step_box li:nth-child(1)::before{background: url(../img/img/step_1.svg)center/contain no-repeat;}
#step .step_box li:nth-child(2)::before {background: url(../img/img/step_2.svg)center/contain no-repeat;}
#step .step_box li:nth-child(3)::before {background: url(../img/img/step_3.svg)center/contain no-repeat;}
#step .step_box li:nth-child(4)::before {background: url(../img/img/step_4.svg)center/contain no-repeat;}
#step .step_box li:nth-child(5)::before {background: url(../img/img/step_5.svg)center/contain no-repeat;}
#step .step_box li:nth-child(6)::before {background: url(../img/img/step_6.svg)center/contain no-repeat;}

#step .step_box li:last-child{margin-bottom: 0;}

/*CMS書き出し場所*/
#step .meister_box{
  background:#ffffff;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  justify-content: space-around;
  width: 44%;
	position: relative
}
#step .meister_box::before{
  content: "";
  background: url("../img/img/step_illust.png")bottom center/100% no-repeat;
  width: 562px;
  max-width: 76%;
  height: 282px;
  position: absolute;
	top: -85%;
  /*top: -272px;*/
}

#step .meister_box>img{
  width: 36%;
  object-fit: contain;
}
#step .meister_box>ul {
  width: 52%;
}
#step #certified-ttl {
  background: #f1d51b;
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-align: center;
}
#step .fukuoka_area{
  display: flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: space-between;
  line-height: 1em;
  margin: 0 auto 12px auto;
  width: 80%;
}
#step .total{
  border-top: 2px solid #000;
  padding-top: 16px;
  margin-bottom: 0;
  width: 80%;
  padding: 16px 10% 0;
}
#step .member_box{
	font-size: 20px;
}
#step .member_box em{
	font-size: 16px;
}
#member_date{
  text-align: right;
    margin-top: 14px;
    font-size: 14px;
}


.last_step{
	width: 800px;
	max-width: 70%;
	margin: 0 auto 20px;
	padding-top: 140px;
	background: url("../img/img/last_arrow.png")top 50px center /39px no-repeat;
}

.step_link a{
	display: block;
	width: 98.5%;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	#step h2{margin: 0 auto 60px;}
	.step_link a{width: 99%;}
}

@media screen and (max-width: 1024px) {

  #step>ul{justify-content:space-between;}
  #step>ul>li{width: 47%;}
  #step .step_box{background-position: left 24px top;}
  #step .step_box li{
    padding-left: 72px;
    height: 52px;
  }

  #step .step_box li:nth-child(1)::before,
  #step .step_box li:nth-child(2)::before,
  #step .step_box li:nth-child(3)::before,
  #step .step_box li:nth-child(4)::before,
  #step .step_box li:nth-child(5)::before,
  #step .step_box li:nth-child(6)::before{
      width: 52px;
      height: 52px;
  }

  #step .meister_box{padding: 30px 20px;}
}

@media screen and (max-width: 1000px) {
	
	#step>ul{display: block;}
	#step>ul>li{width: 100%;}
	.step_box ul{margin-bottom: 30px;}
	
	#step .meister_box{width: calc(100% - 40px);}
	
	#step .step_box li{line-height: 1.4;}

	#step .meister_box::before{display: none;}
	
	.last_step{
		padding-top: 100px;
		background: url("../img/img/last_arrow.png")top 40px center /26px no-repeat;
	}
}

@media screen and (max-width: 768px) {
  #step {padding: 50px 0 70px;}
  #step h2{
	  margin: 0 auto 30px;
	      max-width: 72.7%;
	}
}

@media screen and (max-width: 700px) {
.step_link a{width: 100%;}
}
@media screen and (max-width: 500px) {
	#step .meister_box{
		display: block;
		padding: 20px;
	}
	#step .meister_box > img{display: none;}
	#step #certified-ttl{padding: 6px 20px;}
	#step .meister_box > ul{width: 100%;}
	
	.last_step{max-width: 90%;}
}

/*************************************

#link_btn2

**************************************/
#link_btn2{padding: 0 0 30px 0;}
#link_btn2 ul{
  display: flex;
  justify-content: center;
  gap: 30px;
}
#link_btn2 li{
  width: 48%;
  font-size: 0;

}
@media screen and (max-width: 750px) {
  #link_btn2{padding: 0 0 16px 0;}
  #link_btn2 ul{display: block;}
  #link_btn2 li{width: 100%;}
  #link_btn2 li:nth-child(1){margin-bottom: 16px;}
}

/*************************************

footer

**************************************/

footer{margin-top: 0;}

