/* CSS Document */


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

aboutContent01 

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

.flag {
     /* 好きなサイズに調整 */
  border-radius: 10px;   /* 角丸 */
  overflow: hidden;      /* 角丸をはみ出さないように */
	padding: 12px;
	box-sizing: border-box;
	margin-bottom: 20px;
	

  /* 2×2 のブロックをグラデーションで作る */
  background:
    /* 上段（左:青 / 右:黄） */
    linear-gradient(90deg, #00a8d3 50%, #fff200 50%) 0 0 / 100% 50% no-repeat,
    /* 下段（左:黄 / 右:青） */
    linear-gradient(90deg, #fff200 50%, #00a8d3 50%) 0 100% / 100% 50% no-repeat;
}



.flag .inner {
	background: #e6f4f7;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
}



.flag  .title {
	display: flex;
	justify-content: space-between;
	max-width: 600px;
	margin: auto;
	margin-bottom: 40px;
}
.flag  .title .step {
	width: 50%;
	background: #222;
	color:#fff;
	font-size: clamp(1.8rem, 2vw, 2.2rem);
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	padding: 10px;
	box-sizing: border-box;
	line-height: 1.5;
}
.flag  .title .sub {
	width: 50%;
	background: #14add0;
	color:#fff;
	font-size: clamp(1.8rem, 2vw, 2.2rem);
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	padding: 10px;
	box-sizing: border-box;
	line-height: 1.5;
}

.Lflow {
	display: flex;
	justify-content: center;
}
.Lflow li {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	width: 32%;
	margin: 0 10px;
	position: relative;
	
}

.Lflow figure {
	margin-bottom: 15px;
}


.Lflow p {
	font-size: clamp(1.7rem, 1.8vw, 2rem);
	color:#14add0;
	text-align: center;
	margin: 0;
	padding: 0;
	
}
.tagsa  {
	background: #25a588;
	text-align: center;
	color:#fff;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	border-radius: 40px;
	position: absolute;
	top:-15px;
	width: 80%;
	right: 0;
  left: 0;
  margin: 0 auto;
	box-sizing: border-box;
}


.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;
}



.btm40 {
	margin-bottom: 40px;
}





@media screen and (max-width: 834px){
	
.flag {
     /* 好きなサイズに調整 */
  border-radius: 10px;   /* 角丸 */
  overflow: hidden;      /* 角丸をはみ出さないように */
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	

  /* 2×2 のブロックをグラデーションで作る */
  background:
    /* 上段（左:青 / 右:黄） */
    linear-gradient(90deg, #00a8d3 50%, #fff200 50%) 0 0 / 100% 50% no-repeat,
    /* 下段（左:黄 / 右:青） */
    linear-gradient(90deg, #fff200 50%, #00a8d3 50%) 0 100% / 100% 50% no-repeat;
}



.flag .inner {
	background: #e6f4f7;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}



.flag  .title {
	display: flex;
	justify-content: space-between;
	max-width: 600px;
	margin: auto;
	margin-bottom: 20px;
}
.flag  .title .step {
	width: 30%;
	background: #222;
	color:#fff;
	font-size: clamp(1.5rem, 2vw, 2.2rem);
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	padding: 10px;
	box-sizing: border-box;
	line-height: 1.5;
}
.flag  .title .sub {
	width: 70%;
	background: #14add0;
	color:#fff;
	font-size: clamp(1.5rem, 2vw, 2.2rem);
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	padding: 10px;
	box-sizing: border-box;
	line-height: 1.5;
}

.Lflow {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.Lflow li {
	background: #fff;
	padding: 15px;
	border-radius: 6px;
	box-sizing: border-box;
	width:auto;
	margin: 0 0px;
	position: relative;
	margin-bottom: 15px;
	
}

.Lflow figure {
	width: 80%;
	margin: auto;
	margin-bottom: 15px;
}


.Lflow p {
	font-size: clamp(1.7rem, 1.8vw, 2rem);
	color:#14add0;
	text-align: center;
	margin: 0;
	padding: 0;
	
}
.tagsa  {
	background: #25a588;
	text-align: center;
	color:#fff;
	font-size: clamp(1.3rem, 1.5vw, 1.6rem);
	border-radius: 40px;
	position: absolute;
	top:-10px;
	width: 80%;
	right: 0;
  left: 0;
  margin: 0 auto;
	box-sizing: border-box;
}

.btm40 {
	margin-bottom: 20px;
}


.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;

}


	
}





















