/* CSS Document */

.adv01 {
	margin-bottom: 100px;
}

.adv01 .head {
	margin-bottom: 50px;
}

.titleBOX {
	background: #00b6c9;
	max-width: 900px;
	padding: 50px;
	box-sizing: border-box;
	margin: auto;
	margin-top: -130px;
	position: relative;
	z-index: 1;
}
.titleBOX h3 {
	text-align: center;
	font-size: clamp(2rem, 3vw, 3.6rem) ;
	color:#fff;
	font-weight: 600;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
.titleBOX h3 span {
	text-align: center;
	font-size: clamp(1.3rem, 1.5vw, 1.6rem) ;
	color:#fff;
	font-weight: normal;
	display: block;
}

.titleBOX .dis {
	font-size: clamp(1.4rem, 1.5vw, 1.8rem) ;
	line-height: 1.6;
	text-align: center;
	color:#fff;
	
}

.goukaku {
	font-size: clamp(1.6rem, 2.1vw, 2.4rem) ;
	text-align: center;
	line-height: 1.5;
}
.goukaku  span {
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: clamp(5rem, 7.1vw, 8rem);
	color:#00b6c9;
}
.tlsBOX {
	 display: flex;
	justify-content: space-between;
margin-bottom:40px;
}

.tlsBOX li {
	width: 32%;
	box-shadow: 0 0 30px rgba(200,200,200,0.5);
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	
}
.tlsBOX li .eng {
	font-family: "Poppins", sans-serif;
	font-size: clamp(1.6rem, 1.8vw, 1.8rem) ;
	text-align: center;
	position: absolute;
	background: #f5eb4a;
	padding: 5px 30px 5px 20px;
	box-sizing: border-box;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	color:#00b6c9;

	
}
.tlsBOX figure {
	margin-bottom: 15px;
	
}
.tlsBOX li h3 {
	font-size: clamp(1.8rem, 2.1vw, 2.4rem) ;
	text-align: center;
	margin-bottom: 10px;
	color:#00b6c9;
	
}

.elimg {
	
	max-width: 1000px;
	margin: auto;
	margin-bottom: 20px;
}


.seminarFLOW {
	display: flex;
	justify-content: space-between;
}
.seminarFLOW .f01 {
	width: 24%;
	background: #fbf1f2;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
  display: inline-block;
}
.seminarFLOW .f01 h3 {
	font-size: clamp(1.7rem, 1.9vw, 2rem) ;
	text-align: center;
	color:#d85d63;
	margin-bottom: 10px;
}
.seminarFLOW .f02 {
	width: 24%;
	background: #fbf6eb;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
  display: inline-block;
}
.seminarFLOW .f02 h3 {
	font-size: clamp(1.7rem, 1.9vw, 2rem) ;
	text-align: center;
	color:#de6e01;
	margin-bottom: 10px;
}
.seminarFLOW .f03 {
	width: 24%;
	background: #e6f3ee;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
  display: inline-block;
}
.seminarFLOW .f03 h3 {
	font-size: clamp(1.7rem, 1.9vw, 2rem) ;
	text-align: center;
	color:#15a192;
	margin-bottom: 10px;
}
.seminarFLOW .f04 {
	width: 24%;
	background: #eaf2f5;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
  display: inline-block;
}
.seminarFLOW .f04 h3 {
	font-size: clamp(1.7rem, 1.9vw, 2rem) ;
	text-align: center;
	color:#0275ab;
	margin-bottom: 10px;
}
.seminarFLOW .f01 ul,
.seminarFLOW .f02 ul,
.seminarFLOW .f03 ul,
.seminarFLOW .f04 ul {
	margin-left: 20px;
}
.seminarFLOW .f01 li,
.seminarFLOW .f02 li,
.seminarFLOW .f03 li,
.seminarFLOW .f04 li {
	list-style-type: disc;
	line-height: 1.4;
	font-size: clamp(1.4rem, 1.4vw, 1.5rem) ;
}

.seminarFLOW .f01:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fbf1f2;
}
.seminarFLOW .f02:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fbf1f2;
}
.seminarFLOW .f03:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #e6f3ee;
}

.zu {
	max-width: 700px;
	margin: auto;
	margin-bottom: 20px;
}


.fldBOX {
	 display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.fldBOX .item {
	width: 32%;
	box-shadow: 0 0 30px rgba(200,200,200,0.3);
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 15px;
	
}

.fldBOX .item h3 {
	font-size: clamp(1.8rem, 2vw, 2rem) ;
	text-align: center;
	margin-bottom: 10px;
	color:#fff;
	background: #00b6c9;
	padding: 5px;
	box-sizing: border-box;
	font-weight: 600;
	
}

.fldBOX .item figure {
	margin-bottom:0px;
	
}
.fldBOX .item ul {
	margin-left: 20px;
	
}
.fldBOX .item li {
	list-style-type: disc;
	font-size: clamp(1.4rem, 1.4vw, 1.5rem) ;
	line-height: 1.6;
	margin-bottom: 5px;
	
}

.labo {
	max-width: 400px;
	margin: auto;
	margin-bottom: 30px;
}



@media screen and (max-width: 834px){
	
.adv01 {
	margin-bottom: 50px;
}

.adv01 .head {
	margin-bottom: 25px;
}

.titleBOX {
	background: #00b6c9;
	max-width: 900px;
	padding: 20px;
	box-sizing: border-box;
	margin: auto;
	margin-top: 0px;
	position: relative;
	z-index: 1;
}
.titleBOX h3 {
	text-align: center;
	font-size: clamp(2rem, 3vw, 3.6rem) ;
	color:#fff;
	font-weight: 600;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
.titleBOX h3 span {
	text-align: center;
	font-size: clamp(1.2rem, 1.5vw, 1.6rem) ;
	color:#fff;
	font-weight: normal;
	display: block;
}

.titleBOX .dis {
	font-size: clamp(1.4rem, 1.5vw, 1.8rem) ;
	line-height: 1.6;
	text-align: center;
	color:#fff;
	
}

.goukaku {
	font-size: clamp(1.6rem, 2.1vw, 2.4rem) ;
	text-align: center;
	line-height: 1.5;
}
.goukaku  span {
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: clamp(5rem, 7.1vw, 8rem);
	color:#00b6c9;
}
.tlsBOX {
	 display: flex;
	flex-direction: column;
	justify-content: space-between;
margin-bottom:20px;
}

.tlsBOX li {
	width: auto;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 15px;
	
}
.tlsBOX li .eng {
	font-family: "Poppins", sans-serif;
	font-size: clamp(1.6rem, 1.8vw, 1.8rem) ;
	text-align: center;
	position: absolute;
	background: #f5eb4a;
	padding: 5px 30px 5px 20px;
	box-sizing: border-box;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	color:#00b6c9;

	
}
.tlsBOX figure {
	margin-bottom: 10px;
	
}
.tlsBOX li h3 {
	font-size: clamp(1.8rem, 2.1vw, 2.4rem) ;
	text-align: center;
	margin-bottom: 10px;
	color:#00b6c9;
	
}

.elimg {
	max-width: 1000px;
	margin: auto;
	margin-bottom: 20px;
}


.seminarFLOW {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.seminarFLOW .f01 {
	width: auto;
	background: #fbf1f2;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
  display: inline-block;
	margin-bottom: 20px;
}
.seminarFLOW .f01 h3 {
	font-size: clamp(1.8rem, 1.9vw, 2rem) ;
	text-align: center;
	color:#d85d63;
	margin-bottom: 10px;
}
.seminarFLOW .f02 {
	width: auto;
	background: #fbf6eb;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
  display: inline-block;
	margin-bottom: 20px;
}
.seminarFLOW .f02 h3 {
	font-size: clamp(1.8rem, 1.9vw, 2rem) ;
	text-align: center;
	color:#de6e01;
	margin-bottom: 10px;
}
.seminarFLOW .f03 {
	width: auto;
	background: #e6f3ee;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
  display: inline-block;
	margin-bottom: 20px;
}
.seminarFLOW .f03 h3 {
	font-size: clamp(1.8rem, 1.9vw, 2rem) ;
	text-align: center;
	color:#15a192;
	margin-bottom: 10px;
}
.seminarFLOW .f04 {
	width: auto;
	background: #eaf2f5;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
  display: inline-block;
}
.seminarFLOW .f04 h3 {
	font-size: clamp(1.8rem, 1.9vw, 2rem) ;
	text-align: center;
	color:#0275ab;
	margin-bottom: 10px;
}
.seminarFLOW .f01 ul,
.seminarFLOW .f02 ul,
.seminarFLOW .f03 ul,
.seminarFLOW .f04 ul {
	margin-left: 20px;
}
.seminarFLOW .f01 li,
.seminarFLOW .f02 li,
.seminarFLOW .f03 li,
.seminarFLOW .f04 li {
	list-style-type: disc;
	line-height: 1.4;
	font-size: clamp(1.4rem, 1.4vw, 1.5rem) ;
}

.seminarFLOW .f01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
	margin-top: -0;
  border: 15px solid transparent;
  border-top: 15px solid #fbf1f2;
}
.seminarFLOW .f02:before {
	 content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
	margin-top: -0;
  border: 15px solid transparent;
  border-top: 15px solid #fbf1f2;

}
.seminarFLOW .f03:before {
	content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
	margin-top: -0;
  border: 15px solid transparent;
  border-top: 15px solid #e6f3ee;

}

.zu {
	max-width: 700px;
	margin: auto;
	margin-bottom: 20px;
}


.fldBOX {
	 display: flex;

	flex-wrap: wrap;
	justify-content: space-between
}

.fldBOX .item {
	width: 49%;
	box-shadow: 0 0 30px rgba(200,200,200,0.3);
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
	
}

.fldBOX .item h3 {
	font-size: clamp(1.4rem, 2vw, 2rem) ;
	text-align: center;
	margin-bottom: 5px;
	color:#fff;
	background: #00b6c9;
	padding: 5px;
	box-sizing: border-box;
	font-weight: 600;
	
}

.fldBOX .item figure {
	margin-bottom:0px;
	
}
.fldBOX .item ul {
	margin-left: 20px;
	
}
.fldBOX .item li {
	list-style-type: disc;
	font-size: clamp(1.2rem, 1.4vw, 1.5rem) ;
	line-height: 1.6;
	margin-bottom: 5px;
	
}

.labo {
	max-width: 80%;
	margin: auto;
	margin-bottom: 15px;
}
	
}






















