@charset "UTF-8";

.hero {
	position: relative;
	width: 100%;
	min-height: 95vh;

	/* 背景画像 */
	background-image:
		linear-gradient(
			rgba(255, 255, 255, 0.45),
			rgba(255, 255, 255, 0.45)
		),
		url("../../images/training/heroPC.jpg");

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	/* titleを上下中央に */
	display: flex;
	align-items: center;
	
}

/* タイトルエリア */
.hero .title {
	width: min(1200px, 90%);
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 2;
	margin-top: -100px;
}



.hero .logo img {
	display: block;
	width: 100%;
	height: auto;
}

/* メインコピー */
.hero h2 {
	margin: 0 0 25px;
	font-size: clamp(3rem, 5vw, 6rem);
	line-height: 1.3;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	color:#716caa;
	letter-spacing: 0.5rem;
}

/* 説明 */
.hero h3 {
	margin: 0;
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
	line-height: 2;
	font-weight: 400;
	width: 50%;
}


.tokucyoBOX {
	background:rgba(255,255,255,0.9);
	padding: 30px;
	box-sizing: border-box;
	border-radius: 10px;
	position: absolute;
	bottom:50px;
	width: 70%;
	right: 5%;
}
.tokucyoBOX .inner{
	display: flex;
	justify-content: space-between;
}

.tokucyoBOX .inner li  {
	width: 24.2%;
	padding: 0 15px;
	border-right: 1px solid #c6c3e0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.tokucyoBOX .inner li:last-child  {
	border-right: 0px ;
}
.tokucyoBOX .inner li figure  {
	max-width:25%;
}

.tokucyoBOX .inner li .text  {
width: 70%;
}
.tokucyoBOX .inner li h4  {
	margin-bottom: 5px;
	font-weight: 500;
	 font-size: clamp(1.2rem, 1.2vw, 1.8rem);
	color:#393081;
	 
}


.tokucyoBOX .inner li .text p  {
	font-size: clamp(1.2rem, 1.2vw, 1.4rem);
	line-height: 1.4;
	padding: 0;
}


.training01 h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	color:#716caa;
	text-align: center;
	font-size: clamp(3rem, 5vw, 5rem);
	line-height: 1.3;
	margin-bottom: 30px;
}
.training01 h3 {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	text-align: center;
	font-size: clamp(1.8rem, 1.8vw, 2.8rem);
	line-height: 1.3;
	margin-bottom: 100px;
}



.aboutBOX02 {
	display: flex;
	justify-content: space-between;
}
.aboutBOX02 .text {
	width: 30%;
	display: flex;
	flex-direction: column;
  justify-content: center;
}
.aboutBOX02 .step {
	width: 65%;
}

.aboutBOX02 .text .eng {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;
	margin-bottom: 15px;
}

.aboutBOX02 .text h4 {
	margin: 0 0 25px;
	font-size: clamp(1.8rem, 2vw,3.2rem);
	font-weight: 400;
	margin-bottom: 20px;
	font-family: "Noto Serif JP", serif;
}
.aboutBOX02 .text p {
	font-size: clamp(1.2rem, 1.4vw,1.7rem);
}

.aboutBOX02 .step .eng {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;
	margin-bottom: 15px;
	margin-bottom: 50px;
}

.stepFLOW {
	width: min(1400px, 94%);
	margin: 0 auto;

	display: flex;
	align-items: center;
	gap: 2%;
}

.stepITEM {
	flex: 1 1 0;
	min-width: 0;
}

.stepCIRCLE {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #f3f2fc;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 10%;
	box-sizing: border-box;
}

.stepARROW {
	flex: 0 0 2.5%;
	position: relative;
	aspect-ratio: 1;
}
.stepARROW::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 20px solid #666;
}

.stepICON {
	width: 45%;
	margin-bottom: 3px;
}

.stepTEXT {
	font-size: clamp(1rem, 1vw,1.4rem);
	line-height: 1.2;
	text-align: center;
}




.training02 h2 {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 60px;
}


.programBOX {
	display: flex;
	justify-content: space-between;
}
.programBOX .programITEM {
	width: 49%;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(113,110,170,0.1);
}

.programBOX .programITEM h5 {
	text-align: center;
	font-size: clamp(1.6rem, 2vw, 3rem);
	font-weight: 400;
	line-height: 1.2;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
	margin-bottom: 25px;
	
}
.programBOX .programITEM h5 span {
	font-family: "Google Sans", sans-serif;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	color:#716caa;
	
}
.programBOX .programITEM .box {
	display: flex;
	justify-content: space-between;
}
.programBOX .programITEM .box .Left {
	width: 55%;
}
.programBOX .programITEM .box .Right {
	width: 40%;
}
.programBOX .programITEM .box .Right img {
	border-radius: 5px;
}

.programBOX .programITEM .box .Left ul  {
	margin-bottom: 15px;
}

.programBOX .programITEM .box .Left ul li  {
	font-size: clamp(1.2rem, 1.2vw, 1.5rem);
    margin-bottom: 5px;
	display: flex;
	align-items: center;
	gap: 10px;
	line-height: 1.6;
}

.programBOX .programITEM .box .Left ul li::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	background: url("../../images/drskill/check.png")no-repeat;
	background-position: left top;
	background-size: contain;
}
.programBOX .programITEM .box .Left p {
	font-size: clamp(1.2rem, 1.2vw, 1.5rem);
	padding: 0;
}

.kensyuBLOCK  {
	display: flex;
	justify-content: space-between;
}
.kensyuBLOCK .kensyuITEM {
	width: 49%;
	background: #716caa;
	border-radius: 10px;
	box-sizing: border-box;
	color:#fff;
	
}
.kensyuBLOCK .kensyuITEM a {
	display: block;
	padding: 20px;
	color:#fff;
}
.kensyuBLOCK .kensyuITEM figure {
	margin-bottom: 15px;
}
.kensyuBLOCK .kensyuITEM h6 {
	font-size: clamp(1.4rem, 1.4vw, 2rem);
	margin-bottom: 0px;
	padding-bottom:0px;
	border-bottom: 0px solid #fff;
	text-align: center;
	font-weight: 500;
}
.kensyuBLOCK .kensyuITEM p {
	font-size: clamp(1.2rem, 1.2vw, 1.5rem);
	padding: 0;
}

/* ===================================
programITEM
=================================== */

.programITEM {
	cursor: pointer;
}


/* ===================================
モーダル
=================================== */

.programMODAL {
	position: fixed;
	z-index: 9999;
	inset: 0;

	display: flex;
	align-items: center;
	justify-content: center;

	padding: 60px 30px;

	opacity: 0;
	visibility: hidden;

	transition:
		opacity .35s ease,
		visibility .35s ease;
}

.programMODAL.is-active {
	opacity: 1;
	visibility: visible;
}


/* 背景 */

.programMODALbg {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .65);
}


/* モーダル本体 */

.programMODALinner {
	position: relative;
	z-index: 2;

	width: min(1200px, 100%);
	max-height: calc(100vh - 120px);

	overflow-y: auto;

	background: #fff;

	padding: 70px 60px;

	box-sizing: border-box;
}


/* ===================================
閉じるボタン
=================================== */

.programMODALclose {
	position: absolute;
	top: 0px;
	right: 0px;
    
	width: 50px;
	height: 50px;

	border: 0;
	padding: 0;

	background: #1F1753;

	cursor: pointer;
}

.programMODALclose span {
	position: absolute;
	top: 50%;
	left: 50%;

	width: 35px;
	height: 1px;

	background: #fff;
}

.programMODALclose span:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.programMODALclose span:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}





/* ===================================
モーダル表示時
背景スクロール禁止
=================================== */

body.is-modal-open {
	overflow: hidden;
}

.seminarboxHEAD  {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.seminarboxHEAD .Left {
	width: 49%;
	display: flex;
  justify-content: center;
	flex-direction: column;
}
.seminarboxHEAD .Right {
	width: 49%;
}

.seminarboxHEAD .Left h2 {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;
	margin-bottom: 15px;
	font-weight: 400;
	margin-bottom: 30px;
}

.videoBOX {
    width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.videoBOX video {
  width: 100%;
  height: 100%;

}


.seminarLIST ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.seminarLIST ul li {
	width: 24%;
	margin-bottom: 20px;
}
.seminarLISTX ul li figure {
	margin-bottom: 0px;
}
.seminarLIST ul li figure img {
	border-radius: 5px;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.seminarLIST ul li .tag {

}
.seminarLIST ul li .tag .kol {
background: #716caa;
	color:#fff;
	font-size: clamp(1rem, 1vw, 1.2rem);
	display: inline-block;
	padding: 1px 10px;
	box-sizing: border-box;
	line-height: 1.5;
	border-radius: 3px;
}
.seminarLIST ul li .date {
	color:#959595;
	font-size: clamp(1rem, 1.2vw, 1.4rem);
	line-height: 1.3;
	margin-bottom: 3px;
}
.seminarLIST ul li p {
	font-size: clamp(1rem, 1.2vw, 1.4rem);
	line-height: 1.3;
	padding: 0;
	margin: 0;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}





.network {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.network .text {
	width: 30%;
	display: flex;
	flex-direction: column;
  justify-content: center;
}
.network .ph {
	width: 60%;
}
.network .ph img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.network .text .eng {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;
	margin-bottom: 20px;

}

.network .text h2 {
	margin: 0 0 25px;
	font-size: clamp(2.4rem, 3vw,4rem);
    font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.2;
}
.network .text p {
	font-size: clamp(1.2rem, 1.4vw,1.7rem);
}


.training05  {
	padding: 60px 0%;
	box-sizing: border-box;
	background-image: linear-gradient(#ffffff, #c6c3e080) !important;
}


.training05 h2 {
	text-align: center;
	color:#716caa;
	margin: 0 0 25px;
	font-size: clamp(2.4rem, 3vw,4rem);
    font-family: "Google Sans", sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.2;
}
.training05 h3 {
	font-size: clamp(1.2rem, 1.4vw,1.7rem);
	font-weight: 500;
	text-align: center;
	margin-bottom:30px;
}


/* 001 */
.mailBUTTON {
	max-width: 450px;
	margin: auto;
}

.mailBUTTON a {
	border: 1px solid #716caa;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin: 0 auto;
	width: 100%;
	padding: 10px 55px;
	color: #fff;
	transition: 0.3s ease-in-out;
	font-weight: 400;
	box-sizing: border-box;
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	background: #716caa;
	border-radius: 6px;
}

/* メールアイコン */
.mailBUTTON a::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	background: url("../../images/training/mail.png") no-repeat center;
	background-size: contain;
}

/* 右矢印 */
.mailBUTTON a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 10px;
	height: 10px;
	border-top: solid 1px currentColor;
	border-right: solid 1px currentColor;
	transform: translateY(-50%) rotate(45deg);
	transition: right 0.3s;
}

.mailBUTTON a:hover::after {
	right: 1.4rem;
}

.contactBANNER {
	max-width: 1000px;
	margin: auto;
	box-shadow: 0 0 30px rgba(113,110,170,0.1);
}
.contactBANNER img {
	border-radius: 15px;
}






@media screen and (max-width: 834px){
	
.hero {
	position: relative;
	width: 100%;
	min-height: auto;
	margin-top: 50px;

	/* 背景画像 */
	background-image:
		linear-gradient(
			rgba(255, 255, 255, 0.45),
			rgba(255, 255, 255, 0.45)
		),
		url("../../images/training/heroPC.jpg");

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	/* titleを上下中央に */
	display: flex;
	flex-direction: column;
	padding-bottom: 50px;
	
	
}

/* タイトルエリア */
.hero .title {
	width: min(1200px, 90%);
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 2;
	margin-top: 50px;
}



.hero .logo img {
	display: block;
	width: 100%;
	height: auto;
}

/* メインコピー */
.hero h2 {
	margin: 0 0 15px;
	font-size: clamp(3rem, 5vw, 6rem);
	line-height: 1.3;
	font-weight: 400;
	color:#716caa;
	letter-spacing: 0.5rem;
}

/* 説明 */
.hero h3 {
	margin: 0;
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
	line-height: 1.7;
	font-weight: 400;
	width: auto;
	margin-bottom: 20px;
}


.tokucyoBOX {
	padding: 0px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	bottom:auto;
	width: auto;
	right: auto;
	margin: 0 5%;
}
.tokucyoBOX .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tokucyoBOX .inner li  {
	width: 49%;
	background:rgba(255,255,255,0.9);
	padding: 15px;
	border-right: 0px solid #c6c3e0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content:center;
	margin-bottom: 10px;
	border-radius: 5px;
}
.tokucyoBOX .inner li:last-child  {
	border-right: 0px ;
}
.tokucyoBOX .inner li figure  {
	max-width:35%;
	margin: auto;
	margin-bottom: 10px;
}

.tokucyoBOX .inner li .text  {
width: auto;
}
.tokucyoBOX .inner li h4  {
	margin-bottom: 5px;
	font-weight: 500;
	 font-size: clamp(1.4rem, 1.2vw, 1.8rem);
	color:#393081;
	text-align: center;
	 
}


.tokucyoBOX .inner li .text p  {
	font-size: clamp(1.2rem, 1.2vw, 1.4rem);
	line-height: 1.4;
	padding: 0;
	text-align: center;
}


.training01 h2 {
	font-family: "Google Sans", sans-serif;
	font-weight: 400;
	color:#716caa;
	text-align: center;
	font-size: clamp(2.5rem, 5vw, 5rem);
	line-height: 1.3;
	margin-bottom: 15px;
}
.training01 h3 {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	text-align: center;
	font-size: clamp(1.6rem, 1.8vw, 2.8rem);
	line-height: 1.3;
	margin-bottom: 30px;
}



.aboutBOX02 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.aboutBOX02 .text {
	width: auto;
	display: flex;
	flex-direction: column;
  justify-content: center;
	margin-bottom: 15px;
}
.aboutBOX02 .step {
	width: auto;
}

.aboutBOX02 .text .eng {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}

.aboutBOX02 .text h4 {
	margin: 0 0 15px;
	font-size: clamp(1.8rem, 2vw,3.2rem);
	font-weight: 400;
	margin-bottom: 10px;
}
.aboutBOX02 .text p {
	font-size: clamp(1.4rem, 1.4vw,1.7rem);
}

.aboutBOX02 .step .eng {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;
	margin-bottom: 15px;
	margin-bottom: 20px;
}

.stepFLOW {
	width: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	gap: 2%;
}

.stepITEM {
	flex:none;
	width: 28%;
	min-width:80px;
}

.stepCIRCLE {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #f3f2fc;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 10%;
	box-sizing: border-box;
}

.stepARROW {
	flex: 0 0 2.5%;
	position: relative;
	aspect-ratio: 1;
}
.stepARROW::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #666;
}

.stepICON {
	width: 45%;
	margin-bottom: 3px;
}

.stepTEXT {
	font-size: clamp(1rem, 1vw,1.4rem);
	line-height: 1.2;
	text-align: center;
}




.training02 h2 {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 30px;
}


.programBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.programBOX .programITEM {
	width: auto;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(113,110,170,0.1);
	margin-bottom: 15px;
}

.programBOX .programITEM h5 {
	text-align: center;
	font-size: clamp(1.6rem, 2vw, 3rem);
	font-weight: 400;
	line-height: 1.2;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
	margin-bottom: 25px;
	
}
.programBOX .programITEM h5 span {
	font-family: "Google Sans", sans-serif;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	color:#716caa;
	
}
.programBOX .programITEM .box {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	
}
.programBOX .programITEM .box .Left {
	width: auto;
}
.programBOX .programITEM .box .Right {
	width: auto;
}
.programBOX .programITEM .box .Right img {
	border-radius: 5px;
	height: 180px;
	object-fit: cover;
	object-position: top;
	margin-bottom: 10px;
}

.programBOX .programITEM .box .Left ul  {
	margin-bottom: 10px;
}

.programBOX .programITEM .box .Left ul li  {
	font-size: clamp(1.4rem, 1.2vw, 1.5rem);
    margin-bottom: 5px;
	display: flex;
	align-items: center;
	gap: 10px;
	line-height: 1.6;
}

.programBOX .programITEM .box .Left ul li::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	background: url("../../images/drskill/check.png")no-repeat;
	background-position: left top;
	background-size: contain;
}
.programBOX .programITEM .box .Left p {
	font-size: clamp(1.4rem, 1.2vw, 1.5rem);
	padding: 0;
}

.kensyuBLOCK  {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.kensyuBLOCK .kensyuITEM {
	width: auto;
	background: #716caa;
	border-radius: 10px;
	box-sizing: border-box;
	color:#fff;
	margin-bottom: 10px;
}
.kensyuBLOCK .kensyuITEM a {
	display: block;
	padding: 15px;
	color:#fff;
}
.kensyuBLOCK .kensyuITEM figure {
	margin-bottom: 15px;
}
.kensyuBLOCK .kensyuITEM h6 {
	font-size: clamp(1.5rem, 1.4vw, 2rem);
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-bottom: px solid #fff;
	text-align: center;
	font-weight: 500;
}
.kensyuBLOCK .kensyuITEM p {
	font-size: clamp(1.4rem, 1.2vw, 1.5rem);
	padding: 0;
}

/* ===================================
programITEM
=================================== */

.programITEM {
	cursor: pointer;
}


/* ===================================
モーダル
=================================== */

.programMODAL {
	position: fixed;
	z-index: 9999;
	inset: 0;

	display: flex;
	align-items: center;
	justify-content: center;

	padding: 60px 30px;

	opacity: 0;
	visibility: hidden;

	transition:
		opacity .35s ease,
		visibility .35s ease;
}

.programMODAL.is-active {
	opacity: 1;
	visibility: visible;
}


/* 背景 */

.programMODALbg {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .65);
}


/* モーダル本体 */

.programMODALinner {
	position: relative;
	z-index: 2;

	width: min(1200px, 100%);
	max-height: calc(100vh - 120px);
	overflow-y: auto;
	background: #fff;
	padding: 20px 20px 20px;

	box-sizing: border-box;
}


/* ===================================
閉じるボタン
=================================== */

.programMODALclose {
	position:fixed;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;

	border: 0;
	padding: 0;

	background: #1F1753;

	cursor: pointer;
}

.programMODALclose span {
	position: absolute;
	top: 50%;
	left: 50%;

	width: 35px;
	height: 1px;

	background: #fff;
}

.programMODALclose span:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.programMODALclose span:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}





/* ===================================
モーダル表示時
背景スクロール禁止
=================================== */

body.is-modal-open {
	overflow: hidden;
}

.seminarboxHEAD  {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 20px;
}
.seminarboxHEAD .Left {
	width:auto;
	display: flex;
  justify-content: center;
	flex-direction: column;
}
.seminarboxHEAD .Right {
	width: auto;
}

.seminarboxHEAD .Left h2 {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;
	margin-bottom: 15px;
	font-weight: 400;
	margin-bottom: 20px;
}

.videoBOX {
    width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.videoBOX video {
  width: 100%;
  height: 100%;

}


.seminarLIST ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.seminarLIST ul li {
	width: 49%;
	margin-bottom: 20px;
}
.seminarLISTX ul li figure {
	margin-bottom: 0px;
}
.seminarLIST ul li figure img {
	border-radius: 5px;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.seminarLIST ul li .tag {

}
.seminarLIST ul li .tag .kol {
background: #716caa;
	color:#fff;
	font-size: clamp(1rem, 1vw, 1.2rem);
	display: inline-block;
	padding: 1px 10px;
	box-sizing: border-box;
	line-height: 1.5;
	border-radius: 3px;
}
.seminarLIST ul li .date {
	color:#959595;
	font-size: clamp(1.2rem, 1.2vw, 1.4rem);
	line-height: 1.3;
	margin-bottom: 3px;
}
.seminarLIST ul li p {
	font-size: clamp(1.2rem, 1.2vw, 1.4rem);
	line-height: 1.3;
	padding: 0;
	margin: 0;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}





.network {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 00px;
}
.network .text {
	width: auto;
	display: flex;
	flex-direction: column;
  justify-content: center;
	margin-bottom: 10px;
}
.network .ph {
	width: auto;
}
.network .ph img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.network .text .eng {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;
	margin-bottom: 10px;

}

.network .text h2 {
	margin: 0 0 25px;
	font-size: clamp(2.4rem, 3vw,4rem);
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1.2;
}
.network .text p {
	font-size: clamp(1.4rem, 1.4vw,1.7rem);
}


.training05  {
	padding: 30px 0%;
	box-sizing: border-box;
	background-image: linear-gradient(#ffffff, #c6c3e080) !important;
}


.training05 h2 {
	text-align: center;
	color:#716caa;
	margin: 0 0 25px;
	font-size: clamp(2.4rem, 3vw,4rem);
    font-family: "Google Sans", sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 1.2;
}
.training05 h3 {
	font-size: clamp(1.4rem, 1.4vw,1.7rem);
	font-weight: 500;
	text-align: center;
	margin-bottom:20px;
}


/* 001 */
.mailBUTTON {
	max-width: 80%;
	margin: auto;
}

.mailBUTTON a {
	border: 1px solid #716caa;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin: 0 auto;
	width: 100%;
	padding: 10px 55px;
	color: #fff;
	transition: 0.3s ease-in-out;
	font-weight: 400;
	box-sizing: border-box;
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	background: #716caa;
	border-radius: 6px;
}

/* メールアイコン */
.mailBUTTON a::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	background: url("../../images/training/mail.png") no-repeat center;
	background-size: contain;
}

/* 右矢印 */
.mailBUTTON a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 10px;
	height: 10px;
	border-top: solid 1px currentColor;
	border-right: solid 1px currentColor;
	transform: translateY(-50%) rotate(45deg);
	transition: right 0.3s;
}

.mailBUTTON a:hover::after {
	right: 1.4rem;
}

.contactBANNER {
	max-width: 1000px;
	margin: auto;
	box-shadow: 0 0 30px rgba(113,110,170,0.1);
}
.contactBANNER img {
	border-radius: 15px;
}
	

}