@charset "utf-8";
/* CSS Document */


/* -------------------------------
 　section01
---------------------------------*/

#section01 > .wrapper{
	width: 100%;
	height: auto;
	padding-top: 1rem;
	padding-right: 1rem;
	padding-bottom: 5rem;
	padding-left: 1rem;
	margin: 0 auto;
}

@media screen and (max-width: 960px) {

#section01,#section01_02{
	margin-top: 0;
	}	
	
#section01 > .wrapper{
	padding-top: 2rem;
	padding-bottom: 3rem;
}
}

@media screen and (max-width: 539px) {
h2.section_ti{
	font-size: clamp(0.9rem, 0.576rem + 1.85vw, 1.2rem);
	margin-top: 2rem;
}
	
#section01_02{
	margin-top: -8rem;
}
	
#section01_02 > h2.section_ti{
	margin-top: 0;
}	
}

#section01 > .sliderWrap{
	width: 100%;
	max-height: 500px;
	padding-top: 5rem;
}

#section01 .sliderWrap h3.cont_ti{
	padding-top: 0;
	padding-bottom: 1rem;
	text-align: center;
}

#workshopSlider .splide__track {
	height: auto;
	max-height: 600px; /* 最大の高さ */
	min-height: 320px; /* 最小の高さ */
}

#workshopSlider .splide__slide img {
  opacity: .3; /* 左右のスライドを薄くする */
  transform: scale(.8); /* 左右のスライドを小さくする */
  transition: .7s; /* ゆっくり小さくさせる */
}

#workshopSlider .splide__slide.is-active img {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}

#workshopSlider .splide__slide img {
  height: auto;
  width: 100%;
}

.splide__pagination{
	bottom:-0.5rem;
}

.splide__arrow--prev{
	top:40%;
	left:0.5em
}

.splide__arrow--next{
	top:40%;
	right:0.5em
}

@media screen and (max-width: 1024px) {
#section01 .sliderWrap h3.cont_ti{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
}

@media screen and (max-width: 768px) {
#section01 .sliderWrap{
	max-height: 400px;
	padding-top: 5rem;
}
#section01 .sliderWrap h3.cont_ti{
	padding-top: 0;
	padding-bottom: 1rem;
}
}

/* -------------------------------
 　section02
---------------------------------*/

#section02 .wrapper ul{
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 32px;
	grid-row-gap: 32px;
	padding-bottom: 2rem;
}

#section02 .wrapper ul li{
	width: 100%;
	height: auto;
	margin-right: 3rem;
}

#section02 > .wrapper ul li .imgCont{
	width: 100%;
	margin: 0;
}


#section02 > .wrapper ul li .textCont{
	width: 98%;
	margin: 0 auto;
	padding: 1rem 0;
	text-align: center;
}

#section02 > .wrapper ul li .textCont h2{
	font-size: clamp(1rem, 0.771rem + 0.36vw, 1.2rem);
	line-height: clamp(1.4rem, 1.133rem + 0.56vw, 1.8rem);
	font-weight: 500;
	text-align: center;
	padding-bottom: 0.5rem;
	border-bottom: dotted 1px #CCCCCC;
}

#section02 > .wrapper ul li .textCont h3{
	font-size: clamp(0.8rem, 0.666rem + 0.28vw, 1rem);
	line-height: 0.8rem;
	font-weight: 300;
	font-family: "regular";
	text-align: center;
	padding-top: 0.7rem;
}

#section02 > .wrapper ul li .textCont h3:nth-of-type(2){
	padding-bottom: 0.7rem;
	border-bottom: dotted 1px #CCCCCC;
}

#section02 > .wrapper ul li .textCont h3{
  white-space: pre-wrap;
}

#section02 > .wrapper ul li .textCont h3 span{
  color: #FF0033;
}

#section02 >.wrapper ul li .textCont p{
	font-weight: 300;
	font-size: 0.8rem;
	line-height: clamp(1.4rem, 1.171rem + 0.36vw, 1.6rem);
	text-align: left;
	display: inline-block;
	padding-top: 0.7rem;
}

.buttonCont{
	width: 100%;
	display: table;
}

.buttonCont li.buttonObject{
	width: 49%;
	display: table-cell;
}

@media screen and (max-width: 1024px) {
#section02 > .wrapper ul li .textCont h2{
	font-size: clamp(0.8rem, 0.571rem + 0.36vw, 1rem);
	line-height: clamp(1.4rem, 1.133rem + 0.56vw, 1.8rem);
}

#section02 >.wrapper ul li .textCont p{
	font-size: clamp(0.6rem, 0.509rem + 0.45vw, 0.8rem);
	line-height: clamp(1.4rem, 1.133rem + 0.56vw, 1.8rem);
}
}


@media screen and (max-width: 539px) {

#section02 .wrapper ul{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-content: flex-start;
	padding-bottom: 3rem;
}

#section02 .wrapper ul li{
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
}

#section02 .wrapper ul li:last-child{
	margin-bottom: 0;
}

#section02 > .wrapper ul li .imgCont{
	width: 75%;
	margin: 0 auto;
}
	
#section02 >.wrapper ul li .textCont p{
	font-size: 0.9rem;
}	
}

/*--------------------------------
 　section03
---------------------------------*/
#section03{
	margin-top : 0;
}

#section03 > .wrapper .textCont{
	width: 80%;
	margin: 0 auto;
	padding-bottom : 2rem;
	text-align: center;
}

#section03 >.wrapper .textCont p{
	font-weight: 300;
	font-size: clamp(0.9rem, 0.556rem + 0.54vw, 1rem);
	line-height: clamp(1.6rem, 1.142rem + 0.72vw, 2rem);;
	text-align: left;
	display: inline-block;
}

@media only screen and (min-width: 1025px) {
#section03 > .wrapper h3.cont_ti{
	padding-top: 3rem;
	padding-bottom: 1rem;
	text-align: center;
}
}

#section03 .wrapper ul{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 97%;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #CCCCCC;
}

@media only screen and (min-width: 1600px) {
#section03 .wrapper ul{
	width: 70%;
}
}

 #section03 .wrapper ul > .titleCont{
	 width: 40%;
	 padding: 1rem;
	 text-align: left;
	 border-right: dotted 1px #CCCCCC;
	 word-break: break-all;
}

 #section03 .wrapper ul > .textCont{
	 width: 60%;
	 padding: 1rem;
	 text-align: left;
	 display: inline-block;
	 word-break: break-all;
}

#section03 .wrapper ul > .titleCont h4,#section03 .wrapper ul > .textCont h4{
	line-height: 2rem;
	content: "\A";
	white-space: pre;
	text-align: center;	
}

#section03 .wrapper ul > .titleCont p,#section03 .wrapper ul > .textCont p{
	text-align: left;
	display: inline-block;
}

 #section03 .wrapper ul > .titleCont p, #section03 .wrapper ul > .textCont p{
	font-size: clamp(0.9rem, 0.833rem + 0.14vw, 1rem);
	line-height: clamp(1.6rem, 1.142rem + 0.72vw, 2rem);
}

 #section03 .wrapper ul > .titleCont p span{
	 font-size: 0.8rem;
}

 #section03 .wrapper ul > .titleCont span::before {
	 content:"\A";
	 white-space: pre;
}


@media screen and (max-width:1024px) {
	
#section03{
	margin-top: 0;
}	
	
#section03 .wrapper{
	padding-top: 3rem;
	padding-bottom: 5rem;
}	
}

@media screen and (max-width: 960px) {
	
#section03 .wrapper{
	padding-top: 1rem;
	padding-bottom: 3rem;
}	
}

@media screen and (max-width: 768px) {
#section03 .wrapper ul{
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: 97%;
	margin: 0 auto;
	margin-bottom: 3rem;
}
#section03 .wrapper ul li{
	width: 98%;
	margin: 0 auto;
}
	
 #section03 .wrapper ul >.titleCont{
	 width: 100%;
	 padding: 1rem;
	 text-align: center;
	 border-bottom: dotted 1px #CCCCCC;
	 border-bottom-width: 90%; 
}
	
 #section03 .wrapper ul >.textCont{
	 width: 100%;
	 padding: 1rem;
	 text-align: left;
	 display: inline-block;
}
	
 #section03 .wrapper ul > .titleCont p, #section03 .wrapper ul > .textCont p{
	font-size: 0.8rem;
	line-height: 1.6rem;
}
}

@media screen and (max-width: 768px) and (min-width: 540px){

#section03{
	margin-top: 6rem;
}
	
#section03 > ul li.textCont p{
	text-align: left;
	display: inline-block;
}
}

@media screen and (max-width: 539px) {

#section03{
	margin-top: -1rem;
}
		
 #section03 .wrapper ul .imgCont{
	width: 100%;
	padding-top: 2rem;
}	
}


/*--------------------------------
 　section06
---------------------------------*/
#section06 .wrapper{
	width: 100%;
	min-height: 600px;
	padding-top: 3rem;
	background-image: url("../../images/section06_bg_img.jpg");
	background-size: cover;
}

.infoCont{
	width: 65%;
	max-width: 768px;
	float: right;
	padding: 2rem 2rem 2rem 3rem;
	background-color: rgba(255,255,255,0.7);

}

.infoCont h3.cont_ti{
	width: 100%;
	text-align: center;
}

.infoCont h3.cont_ti p{
	letter-spacing: 0.2rem;
	font-size: clamp(0.9rem, 0.556rem + 0.54vw, 1.2rem);
	line-height: clamp(1.6rem, 1.142rem + 0.72vw, 2rem);
}

.infoCont h3.cont_ti p:before {
	content: "\A" ;
	white-space: pre ;
	display: contents;
	padding-top: 0;
	padding-bottom: 0;
}

.infoCont p{
	letter-spacing: 0.2rem;
	font-size: clamp(0.8rem, 0.722rem + 0.23vw, 1rem);
	line-height: clamp(1.6rem, 1.142rem + 0.72vw, 2rem);
}

.infoCont p span.block{
	display: block;
	padding-top: 0.5rem;
	padding-bottom: 1rem;
}

#section06 .buttonWrap{
	width: 25%;
    margin: 0 auto;
	text-align: center;
	padding-top: 1rem;
}

#section06 .snsWrap{
	width: 25%;
    margin: 0 auto;
	text-align: center;
	padding-top: 1.6rem;
}

@media screen and (min-width: 1600px) {
#section06 .snsWrap{
	width: 20%;
}
}
	
#section06 .snsWrap ul{
	width: 100%;
    margin: 0 auto;
	padding: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	text-align: center;
}

#section06 .snsWrap ul li{
	width: 50%;
	padding: 0 1rem;
}

@media screen and (max-width: 820px) {
	
#section06 .wrapper {
	padding: 2rem 0;
}

.infoCont{
	width: 100%;
	padding: 2rem 2rem 2rem 3rem;
}	
	
.infoCont h3 .cont_ti p{
	font-size: clamp(0.9rem, 0.785rem + 0.18vw, 1rem);
	line-height: clamp(1rem, 0.68rem + 1.6vw, 1.5rem);
}

.infoCont ul li p{
	font-size: 0.8rem;
	line-height: clamp(1.2rem, 1.018rem + 0.91vw, 1.6rem);
	padding-bottom: 1.6rem;
}	
}

@media screen and (max-width: 767px) {
	
.infoCont h3.cont_ti p{
	text-align: left;
	display: inline-block;
}	
	
#section06 .buttonWrap{
	width: 33%;
}
	
#section06 .snsWrap{
	width: 33%;
    margin: 0 auto;
	text-align: center;
}
}

@media screen and (max-width: 540px) {
	
.infoCont{
	width: 100%;
	max-width: 768px;
	margin: 0;
	padding: 1.6rem;
}
	
	
#section06 .buttonWrap{
	width: 45%;
}	
	
#section06 .snsWrap{
	width: 45%;
    margin: 0 auto;
	text-align: center;
	padding-top: 0.6rem;
}
	
.infoCont p{
	letter-spacing: 0.1rem;
	font-size: 0.8rem;
	line-height: 1.4rem;
}	
}