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


.fvMAIN {
    position: relative;
    margin-top: 0px;
    height: 1050px;
    overflow: hidden;
}
.fvMAIN::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(242,244,250,.35);
    z-index: 1;
}


/* 背景動画 */
.fvVIDEO {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* 背景動画の上に配置するコンテンツ */
.fvCONTENT {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 30px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
}

/* 左右のレイアウト */
.fvBOX {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
	
}

/* 重ねる動画 */
.fvBOX .movie {
    position: relative;
    width: 43%;
    overflow: hidden;
    border-radius: 20px;
   
}

/* 重ねる動画本体 */
.fvBOX .movie video {
    display: block;
    width: 100%;
    
    object-fit: cover;
}

/* タイトル */
.fvBOX .TITLE {
    width: 50%;
    font-family: "Google Sans", sans-serif;
}

.fvBOX .TITLE .eng {
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    line-height: 1.5;
    margin-bottom: 20px;
    color: #1f1753;
}

.fvBOX .TITLE h2 {
    font-size: clamp(4rem, 5vw, 5.5rem);
    font-family: "Noto Serif JP", serif;
    color: #474094;
    margin: 0 0 30px;
    line-height: 1.4;
	font-weight: 500;
}

.fvBOX .TITLE h3 {
    font-size: clamp(1.5rem, 1.7vw, 2rem);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #1f1753;
    margin: 0;
}

.aboutBOX  {
	position: absolute;
	bottom:20px;
	right: 0;
  left: 0;
  margin: 0 auto;
    z-index: 1;
	background:rgba(255,255,255,0.9);
	padding: 30px;
	box-sizing: border-box;
	border-radius: 10px;
	max-width: 1400px;
    margin: 0 auto;
}
.aboutBOX .inner  {
	 display: flex;
	justify-content: space-between;
	
}
.aboutBOX .inner li  {
	width: 24.2%;
	display: flex;
	border-right: 1px solid #c6c3e0;
	box-sizing: border-box;
	
}
.aboutBOX .inner li:last-child  {
	border-right: 0px ;
}
.aboutBOX .inner li figure  {
	width: 19%;
	margin-right: 15px;
}

.aboutBOX .inner li .text  {
	width: 75%;
}
.aboutBOX .inner li .text h4  {
	 font-family: "Google Sans", sans-serif;
	font-weight: 400;
	 font-size: clamp(1.3rem, 1.4vw, 1.6rem);
	color:#393081;
	 
}
.aboutBOX .inner li .text .num  {
	font-family: "Spectral", serif;
	font-weight: 400;
	font-size: clamp(4rem, 5vw, 6rem);
	color:#393081;
	line-height: 1.2;
	font-weight: 400;
}
.en {
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
	font-family: "Google Sans", sans-serif;
	position: relative;
	margin-left: 10px;
}
.aboutBOX .inner li .text p  {
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
}


@media screen and (max-width: 1450px){
.fvMAIN {
    position: relative;
    margin-top: 0px;
    height: 1050px;
    overflow: hidden;

}
.fvMAIN::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(242,244,250,.35);
    z-index: 1;
}


/* 背景動画 */
.fvVIDEO {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* 背景動画の上に配置するコンテンツ */
.fvCONTENT {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 30px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
}

/* 左右のレイアウト */
.fvBOX {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
		
	
}

/* 重ねる動画 */
.fvBOX .movie {
    position: relative;
    width: 43%;
    overflow: hidden;
    border-radius: 20px;
   
}

/* 重ねる動画本体 */
.fvBOX .movie video {
    display: block;
    width: 100%;
    
    object-fit: cover;
}

/* タイトル */
.fvBOX .TITLE {
    width: 50%;
    font-family: "Google Sans", sans-serif;
}

.fvBOX .TITLE .eng {
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    line-height: 1.5;
    margin-bottom: 20px;
    color: #1f1753;
}

.fvBOX .TITLE h2 {
    font-size: clamp(3rem, 3.8vw, 5.5rem);
    font-family: "Noto Serif JP", serif;
    color: #474094;
    margin: 0 0 30px;
    line-height: 1.4;
}

.fvBOX .TITLE h3 {
    font-size: clamp(1.5rem, 1.7vw, 2rem);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #1f1753;
    margin: 0;
}

.aboutBOX  {
	position: absolute;
	bottom:20px;
	right: 0;
  left: 0;
  margin: 0 auto;
    z-index: 1;
	background:rgba(255,255,255,0.9);
	padding: 30px;
	box-sizing: border-box;
	border-radius: 10px;
	max-width: 1400px;
    margin: 0 2%;
	
}
.aboutBOX .inner  {
	 display: flex;
	justify-content: space-between;
	
}
.aboutBOX .inner li  {
	width: 24.2%;
	display: flex;
	border-right: 1px solid #c6c3e0;
	box-sizing: border-box;
	
}
.aboutBOX .inner li:last-child  {
	border-right: 0px ;
}
.aboutBOX .inner li figure  {
	width: 19%;
	margin-right: 15px;
}

.aboutBOX .inner li .text  {
	width: 75%;
}
.aboutBOX .inner li .text h4  {
	 font-family: "Google Sans", sans-serif;
	font-weight: 400;
	 font-size: clamp(1.3rem, 1.4vw, 1.6rem);
	color:#393081;
	 
}
.aboutBOX .inner li .text .num  {
	font-family: "Spectral", serif;
	font-weight: 400;
	font-size: clamp(4rem, 5vw, 6rem);
	color:#393081;
	line-height: 1.2;
	font-weight: 400;
}
.en {
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
	font-family: "Google Sans", sans-serif;
	position: relative;
	margin-left: 10px;
}
.aboutBOX .inner li .text p  {
	font-size: 1.4rem;
}
}

@media screen and (max-width: 834px){
	
.fvMAIN {
    position: relative;
    margin-top: 0px;
    height: auto;
    overflow: hidden;

}
.fvMAIN::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(242,244,250,.35);
    z-index: 1;
}


/* 背景動画 */
.fvVIDEO {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* 背景動画の上に配置するコンテンツ */
.fvCONTENT {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 5% 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

/* 左右のレイアウト */
.fvBOX {
    display: flex;
	flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
		
	
}

/* 重ねる動画 */
.fvBOX .movie {
    position: relative;
    width: 90%;
    overflow: hidden; 
	margin-bottom: 10px;
}

/* 重ねる動画本体 */
.fvBOX .movie video {
    display: block;
    width: 100%;
    object-fit: cover;
}

/* タイトル */
.fvBOX .TITLE {
    width: auto;
    font-family: "Google Sans", sans-serif;
}

.fvBOX .TITLE .eng {
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    line-height: 1.5;
    margin-bottom: 10px;
    color: #1f1753;
}

.fvBOX .TITLE h2 {
    font-size: 2.6rem;
    font-family: "Noto Serif JP", serif;
    color: #474094;
    margin: 0 0 10px;
    line-height: 1.4;
}

.fvBOX .TITLE h3 {
    font-size: clamp(1.5rem, 1.7vw, 2rem);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #1f1753;
    margin: 0;
}

.aboutBOX  {
	position: relative;
	bottom:0px;
	right: 0;
  left: 0;
  margin: 0 auto;
    z-index: 1;
	background:none;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 10px;
	max-width: 1400px;
    margin: 0 0%;
	
}
.aboutBOX .inner  {
	 display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.aboutBOX .inner li  {
	width: 49%;
	display: flex;
	flex-direction: column;
	border-right: 0px solid #c6c3e0;
	box-sizing: border-box;
	background:rgba(255,255,255,0.9);
	padding: 15px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 5px;
	
	
}
.aboutBOX .inner li:last-child  {
	border-right: 0px ;
}
.aboutBOX .inner li figure {
    width: 40px;   /* 固定サイズがおすすめ */
    margin: 0 auto 15px;
}

.aboutBOX .inner li figure img {
    width: 100%;
    display: block;
}

.aboutBOX .inner li .text  {
	width: auto;
}
.aboutBOX .inner li .text h4  {
	 font-family: "Google Sans", sans-serif;
	font-weight: 400;
	 font-size: clamp(1.2rem, 1.4vw, 1.6rem);
	color:#393081;
	 
}
.aboutBOX .inner li .text .num  {
	font-family: "Spectral", serif;
	font-weight: 400;
	font-size: 3rem;
	color:#393081;
	line-height: 1.2;
	font-weight: 400;
}
.en {
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
	font-family: "Google Sans", sans-serif;
	position: relative;
	margin-left: 10px;
}
.aboutBOX .inner li .text p  {
	font-size: 1.3rem;
	line-height: 1.4;
	margin-bottom: 0;
	padding: 0;
}


}

.contentWrap {
	max-width: 1400px;
	margin: auto auto;
	box-sizing: border-box;
}

	
@media screen and (max-width: 834px){	
	
.contentWrap {
	max-width: 1120px;
	margin: auto 5%;
}
}	




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

topContent01 

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

.topContent01 {
	background: #fff;
	padding: 50px 0%;
	box-sizing: border-box;
}

.topContent01 h2 {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(2.2rem, 3.6vw, 4rem);
	font-weight: 400;
	text-align: center;
  position: relative;
  display: block;
  margin-bottom: 20px;
	letter-spacing: 0.2rem;
	color:#1f1753;
}
.topContent01 h3 {
	font-size: clamp(1.5rem, 1.8vw, 2rem);
	font-weight: 400;
	text-align: center;
  position: relative;
  display: block;
  margin-bottom: 30px;
	letter-spacing: 0.1rem;
	color:#1f1753;
}

.serviceBOX {
	display: flex;
	justify-content: space-between;
}
.serviceBOX .item {
	width: 33.2%;
}
.serviceBOX .item figure {
	position: relative;
	overflow: hidden;
}

.serviceBOX .item figure::before {
	content: "";
	position: absolute;
	inset: 0;
	  background-image: linear-gradient(125deg, #ffffff1a, #ffffffb3 25%, #ffffff);
	z-index: 1;
	pointer-events: none;
}

.serviceBOX .item figure img {
	display: block;
	width: 100%;
	transition: transform .5s ease;
}

.serviceBOX .item:hover figure img {
	transform: scale(1.08);
}


	.serviceBOX .item figure .textBOX {
		position: absolute;
	top: 50%;
	left: 50%;
		transform: translate(-50%, -50%);
	width: 100%;
		text-align: center;
		z-index: 2; /* グラデーションより前面 */
		
	}
.serviceBOX .item figure h4 {
    font-family: "Noto Serif JP", serif;
	font-size: clamp(2rem, 2.5vw, 3rem);
	font-weight: 400;
	margin-bottom: 10px;
}
.serviceBOX .item figure h4 span {
	font-size: clamp(2.5rem, 3vw, 4.8rem);
	font-weight: 400;
	text-align: center;
	color:#716caa;
	font-style: italic;
	font-family: "Spectral", serif;
	margin-right: 15px;
	margin-top: 5px;
	position: relative;
	top:5px;
}

.serviceBOX .item figure .textBOX .eng {
  width: min(1200px, 40%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
	
}

.serviceBOX .item figure .textBOX .eng::before,
.serviceBOX .item figure .textBOX .eng::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #716caa;
}

.serviceBOX .item figure .textBOX .eng  span {
  margin: 0;
font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #716caa;

  white-space: nowrap;
}
.serviceBOX .item figure .textBOX .com {
font-family: "Google Sans", sans-serif;
  font-weight: 400;
 font-size: clamp(2rem, 2.5vw, 3rem);
  letter-spacing: 0.05em;
  color: #666666;
}


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

topContent02 

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

.topContent02 {
	background-color: #f3f4fa;
	background-image: url("../../images/top/ph01.jpg");
	background-repeat: no-repeat;
	background-position: left -200px top;

	padding: 50px 2%;
	box-sizing: border-box;
}

.topContent02 .contentBOX {
	display: flex;
	justify-content: space-between;
}
.topContent02 .contentBOX .itemL {
	width: 50%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
	
}
.topContent02 .contentBOX .itemR {
	width: 50%;
	background-color: #f3f4fa;
}

.topContent02 .contentBOX .itemL h2 {
	color: #322777;
	font-size: clamp(2.2rem, 3vw,3.6rem);
	font-family: "Noto Serif JP", serif;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 400;
	line-height: 1.6;
}


/* 001 */
.singleBUTTON a {
    border: 1px solid #322777;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 350px;
    padding: 13px 25px;
    color: #322777;
    transition: 0.3s ease-in-out;
    font-weight: 400;
	box-sizing: border-box;
	font-size: clamp(1.4rem, 1.4vw,1.8rem);
}
.singleBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 10px;
  height: 10px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.singleBUTTON a:hover {
}
.singleBUTTON a:hover:after {
  right: 1.4rem;
}

.topContent02 .contentBOX .itemR .inner {
	position: relative;
	  background-image: linear-gradient(119deg, #fdfdfeb3, #fdfdfecc 49%, #fdfdfe);
	padding: 50px;
	box-sizing: border-box;
	z-index: 1;
}

.topContent02 .contentBOX .itemR .inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 100vw;
	height: 100%;
	background-image: linear-gradient(90deg, #fdfdfe, #fdfdfebf 35%, #fdfdfe80);
	z-index: -1;
}

.topContent02 .contentBOX .itemR h4 {
	color: #322777;
	font-size: clamp(2rem, 2.5vw,3rem);
	font-family: "Noto Serif JP", serif;
	margin-bottom: 20px;
	font-weight: 400;
}
.topContent02 .contentBOX .itemR p {
	font-size: clamp(1.5rem, 1.7vw,1.9rem);;
	margin-bottom: 0px;
}





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

topContent03 

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

.topContent03 {
	background: #fff;
	padding: 50px 5%;
	box-sizing: border-box;
}

.topContent03 h2 {
	 font-family: "Google Sans", sans-serif;
	color:#1f1753;
	font-size: clamp(2rem, 2.5vw,3.2rem);
	font-weight: 400;
	margin-bottom: 20px;
}

.infoBOX {
	display: flex;
	justify-content: space-between;
	align-items: stretch; /* 追加 */
}
.infoBOX .news,
.infoBOX .seminar {
	width: 49%;
	display: flex;
	flex-direction: column;
}

.infoBOX .news .newsLIST {
border-top: 1px solid #d0d6eb;
	padding-top: 15px;
}

.infoBOX .news .newsLIST li {
margin-bottom: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid #d0d6eb;
}
.infoBOX .news .newsLIST li a {
    display: flex;
	justify-content: space-between;
}
.infoBOX .news .newsLIST li a figure {
    width: 25%;
}
.infoBOX .news .newsLIST li a figure img {
    width: 100%;
	height: 80px;
	object-fit: cover;
}
.infoBOX .news .newsLIST li a .text {
    width: 73%;
	display: flex;
	flex-direction: column;
  justify-content: center;
}
.infoBOX .news .newsLIST li a .text .head {
    display: flex;
	margin-bottom: 5px;
}
.infoBOX .news .newsLIST li a .text .head .tag {
	 font-family: "Google Sans", sans-serif;
    background: #463f93;
	color:#fff;
	padding: 5px 10px;
	width: 80px;
	text-align: center;
	box-sizing: border-box;
	line-height: 1;
	font-size: clamp(1rem, 1.2vw,1.4rem);
	margin-right: 10px;
	font-weight: 400;
}
.infoBOX .news .newsLIST li a .text .head .date {
    font-family: "Google Sans", sans-serif;
	font-size: clamp(1rem, 1.2vw,1.4rem);
	line-height: 1;
	color:#463f93;
	position: relative;
	top:5px;
	font-weight: 400;
}
.infoBOX .news .newsLIST li a .text h4 {
   font-size: clamp(1.4rem, 1.6vw,1.8rem);
	color:#1f1753;
	font-weight: 400;
}

.seminarBOX {
	display: flex;
	justify-content: space-between;
	background: #d0d6eb;
	flex: 1; /* 残りの高さを埋める */
}

.seminarBOX figure {
    width: 40%;
}
.seminarBOX figure img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}

.seminarBOX .text {
    width: 55%;
	display: flex;
	flex-direction: column;
  justify-content: center;
	position: relative;
}
.seminarBOX .head {
    display: flex;
	margin-bottom: 5px;
}
.seminarBOX .head .tag {
	 font-family: "Google Sans", sans-serif;
    background: #463f93;
	color:#fff;
	padding: 5px 10px;
	width: 80px;
	text-align: center;
	box-sizing: border-box;
	line-height: 1;
	font-size: clamp(1rem, 1.2vw,1.4rem);
	margin-right: 10px;
	font-weight: 400;
}
.seminarBOX .head .date {
    font-family: "Google Sans", sans-serif;
	font-size: clamp(1rem, 1.2vw,1.4rem);
	line-height: 1;
	color:#463f93;
	position: relative;
	top:5px;
	font-weight: 400;
}
.seminarBOX .text h4 {
   font-size: clamp(2rem, 2.5vw,3.2rem);
	color:#1f1753;
	font-weight: 400;
}

/* 001 */
.moreBUTTON a {
    border: 1px solid #322777;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #322777;
    transition: 0.3s ease-in-out;
    font-weight: 400;
	box-sizing: border-box;
	font-size: clamp(1.2rem, 1.4vw,1.6rem);
}
.moreBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 10px;
  height: 10px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.moreBUTTON a:hover {
}
.moreBUTTON a:hover:after {
  right: 1.4rem;
}


.seminarBOX .text .moreBUTTON {
	position: absolute;
   bottom:15px;
	right:15px;
	
}
.seminarBOX .text .moreBUTTON a {
	width: 280px !important;
	box-sizing: border-box !important;
}














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

topContent04 

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

.topContent04 {
	background: #f6f5f7;
	padding: 50px 5%;
	box-sizing: border-box;
}

.topContent04 h2 {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(2.2rem, 3.6vw, 4rem);
	font-weight: 400;
	text-align: center;
  position: relative;
  display: block;
  margin-bottom: 20px;
	letter-spacing: 0.2rem;
	color:#1f1753;
}


.bannerBOX {
	display: flex;
	justify-content: center;
}

.bannerBOX li {
	width: 16%;
	margin: 0 0.5%;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
}


@media screen and (max-width: 834px){	
/*------------------------------------

topContent01 

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

.topContent01 {
	background: #fff;
	padding: 30px 0;
	box-sizing: border-box;
}

.topContent01 h2 {
	font-size: clamp(2.2rem, 3.6vw, 4rem);
	font-weight: 400;
	text-align: center;
  position: relative;
  display: block;
  margin-bottom: 10px;
	letter-spacing: 0.2rem;
	color:#1f1753;
}
.topContent01 h3 {
	font-size: clamp(1.5rem, 1.8vw, 2rem);
	font-weight: 400;
	text-align: center;
  position: relative;
  display: block;
  margin-bottom: 15px;
	letter-spacing: 0.1rem;
	color:#1f1753;
}

.serviceBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.serviceBOX .item {
	width: auto;
	margin-bottom: 5px;
}
.serviceBOX .item figure {
	position: relative;
	overflow: hidden;
	height: 150px;
}

.serviceBOX .item figure::before {
	content: "";
	position: absolute;
	inset: 0;
	  background-image: linear-gradient(125deg, #ffffff1a, #ffffffb3 25%, #ffffff);

	z-index: 1;
	pointer-events: none;
}

.serviceBOX .item figure img {
	display: block;
	width: 100%;
	transition: transform .5s ease;
}

.serviceBOX .item:hover figure img {
	transform: scale(1.08);
}

	.serviceBOX .item figure .textBOX {
		position: absolute;
	top: 50%;
	left: 50%;
		transform: translate(-50%, -50%);
	width: 100%;
		text-align: center;
		z-index: 2; /* グラデーションより前面 */
		
	}
.serviceBOX .item figure h4 {

	font-size:1.8rem;
	font-weight: 400;
	
}
.serviceBOX .item figure h4 span {
	font-size: 4rem;
	font-weight: 400;
	text-align: center;
	color:#716caa;
	font-style: italic;
	font-family: "Spectral", serif;
	margin-right: 15px;
	margin-top: 5px;
	position: relative;
	top:5px;
}






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

topContent02 

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

.topContent02 {
	background-color: #f3f4fa;
	background-image: url("../../images/top/ph01sp.jpg");
	background-repeat: no-repeat;
	background-position: left -300px top;
	padding: 25px 0%;
	box-sizing: border-box;
}

.topContent02 .contentBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.topContent02 .contentBOX .itemL {
	width: auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
	margin-bottom: 20px;
	
	
}
.topContent02 .contentBOX .itemR {
	width: auto;
	background-color: #f3f4fa;
}

.topContent02 .contentBOX .itemL h2 {
	color: #322777;
	font-size: clamp(2.2rem, 3vw,3.6rem);
	font-family: "Noto Serif JP", serif;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 1.6;
}


/* 001 */
	.singleBUTTON {
		margin: 0 auto;
    width: 80%;
	}
.singleBUTTON a {
    border: 1px solid #322777;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 13px 25px;
    color: #322777;
    transition: 0.3s ease-in-out;
    font-weight: 400;
	box-sizing: border-box;
	font-size: clamp(1.4rem, 1.8vw,2rem);
}
.singleBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 10px;
  height: 10px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.singleBUTTON a:hover {
}
.singleBUTTON a:hover:after {
  right: 1.4rem;
}

.topContent02 .contentBOX .itemR .inner {
	position: relative;
	  background-image: linear-gradient(119deg, #fdfdfeb3, #fdfdfecc 49%, #fdfdfe);
	padding: 20px;
	box-sizing: border-box;
	z-index: 1;
}

.topContent02 .contentBOX .itemR .inner::after {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100vw;
	height: 100%;
	background-image: linear-gradient(90deg, #fdfdfe, #fdfdfebf 35%, #fdfdfe80);
	z-index: -1;
}

.topContent02 .contentBOX .itemR h4 {
	color: #322777;
	font-size: 1.8rem;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 10px;
	font-weight: 400;
}
.topContent02 .contentBOX .itemR p {
	font-size: 1.4rem;
	margin-bottom: 0px;
}





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

topContent03 

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

.topContent03 {
	background: #fff;
	padding: 25px 0 20px;
	box-sizing: border-box;
}

.topContent03 h2 {
	 font-family: "Google Sans", sans-serif;
	color:#1f1753;
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 10px;
}

.infoBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch; /* 追加 */
}
.infoBOX .news,
.infoBOX .seminar {
	width: auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.infoBOX .news .newsLIST {
border-top: 1px solid #d0d6eb;
	padding-top: 15px;
}

.infoBOX .news .newsLIST li {
margin-bottom: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid #d0d6eb;
}
.infoBOX .news .newsLIST li a {
    display: flex;
	justify-content: space-between;
}
.infoBOX .news .newsLIST li a figure {
    width: 35%;
}
.infoBOX .news .newsLIST li a figure img {
    width: 100%;
	height: 80px;
	object-fit: cover;
}
.infoBOX .news .newsLIST li a .text {
    width: 60%;
	display: flex;
	flex-direction: column;
  justify-content: center;
}
.infoBOX .news .newsLIST li a .text .head {
    display: flex;
	margin-bottom: 5px;
}
.infoBOX .news .newsLIST li a .text .head .tag {
	 font-family: "Google Sans", sans-serif;
    background: #463f93;
	color:#fff;
	padding: 5px 10px;
	width: 80px;
	text-align: center;
	box-sizing: border-box;
	line-height: 1;
	font-size: clamp(1rem, 1.2vw,1.4rem);
	margin-right: 10px;
	font-weight: 400;
}
.infoBOX .news .newsLIST li a .text .head .date {
    font-family: "Google Sans", sans-serif;
	font-size: clamp(1rem, 1.2vw,1.4rem);
	line-height: 1;
	color:#463f93;
	position: relative;
	top:5px;
	font-weight: 400;
}
.infoBOX .news .newsLIST li a .text h4 {
   font-size: clamp(1.4rem, 1.6vw,1.8rem);
	color:#1f1753;
	font-weight: 400;
}

.seminarBOX {
	display: flex;
	justify-content: space-between;
	background: #d0d6eb;
	flex: 1; /* 残りの高さを埋める */
}

.seminarBOX figure {
    width: 40%;
	
}
.seminarBOX figure img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}

.seminarBOX .text {
    width: 55%;
	display: flex;
	flex-direction: column;
  justify-content: center;
	position: relative;
	padding: 15px 10px;
	box-sizing: border-box;
}
.seminarBOX .head {
    display: flex;
	margin-bottom: 5px;
}
.seminarBOX .head .tag {
	 font-family: "Google Sans", sans-serif;
    background: #463f93;
	color:#fff;
	padding: 5px 10px;
	width: 80px;
	text-align: center;
	box-sizing: border-box;
	line-height: 1;
	font-size: clamp(1rem, 1.2vw,1.4rem);
	margin-right: 10px;
	font-weight: 400;
}
.seminarBOX .head .date {
    font-family: "Google Sans", sans-serif;
	font-size: clamp(1rem, 1.2vw,1.4rem);
	line-height: 1;
	color:#463f93;
	position: relative;
	top:5px;
	font-weight: 400;
}
.seminarBOX .text h4 {
   font-size: 1.8rem;
	color:#1f1753;
	font-weight: 400;
	margin-bottom: 40px;
}

/* 001 */
.moreBUTTON {
	width: 100%;	
}
.moreBUTTON a {
    border: 1px solid #322777;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
   width:80%;
    padding: 10px 25px;
    color: #322777;
    transition: 0.3s ease-in-out;
    font-weight: 400;
	box-sizing: border-box;
	font-size: clamp(1.5rem, 1.6vw,1.8rem);
}
.moreBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 10px;
  height: 10px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.moreBUTTON a:hover {
}
.moreBUTTON a:hover:after {
  right: 1.4rem;
}


.seminarBOX .text .moreBUTTON {
	position: relative;
   bottom:0;
	right:0;
	
}
	.seminarBOX .text .moreBUTTON {
		width:auto !important;
	}
.seminarBOX .text .moreBUTTON a {
	width:100% !important;
	box-sizing: border-box !important;
	padding: 7px 15px !important;
}














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

topContent04 

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

.topContent04 {
	background: #f6f5f7;
	padding: 25px 0;
	box-sizing: border-box;
}

.topContent04 h2 {
	font-family: "Google Sans", sans-serif;
	font-size: 2.2rem;
	font-weight: 400;
	text-align: center;
  position: relative;
  display: block;
  margin-bottom: 20px;
	letter-spacing: 0.2rem;
	color:#1f1753;
}


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

.bannerBOX li {
	width: 49%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 5px;
}
}




