@charset "utf-8";
/* CSS Document */

/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');*/

/*Regular
@font-face {
font-family: 'Noto Sans JP';
font-weight: 400;
font-style: normal;
}*/

/*Midium
@font-face {
font-family: 'Noto Sans JP';
font-weight: 500;
font-style: normal;
}*/

/*Bold
@font-face {
font-family: 'Noto Sans JP';
font-weight: 700;
font-style: normal;
}*/

@media screen and (min-width:768px) {

html {
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
}
/*
@font-face {
font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 900;
src: local('Noto Sans CJK JP Black'), local('NotoSansCJKjp-Black'), local('NotoSansJP-Black'), url('../fonts/NotoSansJP-Black.woff') format('woff');
}

@font-face {
font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 700;
src: local('Noto Sans CJK JP Bold'), local('NotoSansCJKjp-Bold'), local('NotoSansJP-Bold'), url('../fonts/NotoSansJP-Bold.woff') format('woff');
}
*/
/*タグ初期設定*/
section,
nav,
article,
figure,
aside,
header,
footer,
main,
picture{
display: block;
position:relative;

}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

img {
display: block;
width: 100%;
height: auto;
}

ul,
li {
list-style-type: none;
}

body {
padding: 0;
font-size: 1.4em;
color: #1e1e1e;
font-family: 'Noto Sans JP',
"Helvetica Neue",
Arial,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
Meiryo,
sans-serif;
}

.sp {
display: none !important; 
}	
	
.btn-wrap{
position:relative;
width:50%;
min-width:500px;
margin:20px auto 20px;
font-weight: 700;
text-align: center;
}
.btn-wrap span{
position:relative;
display:block;
margin:auto;
width:300px;
z-index:1;
text-align:center;
color: #1e1e1e;
font-size: 2.0rem;
background-color:#fff;
padding:0.8rem 2.0rem;
border-radius:100px;
}
.btn-orange{
position:relative;
top:-25px;
display:block;
color: #FFF;
font-size: 2.6rem;
letter-spacing: 0.075rem;
width:100%;
padding:3.6rem 0;
background-color:#F28130;
border:solid 4px #fff;
border-radius:100px;
box-shadow: 0px 0px 20px 0px rgba(147, 147, 147, 0.9);
text-decoration:none;
}
.btn-wrap span:has(+ .btn-orange) strong{
color:#F28130;
}

.btn-red{
position:relative;
top:-25px;
display:block;
color: #FFF;
font-size: 2.6rem;
letter-spacing: 0.075rem;
width:100%;
padding:3.6rem 0;
background-color:#ee5638;
border:solid 4px #fff;
border-radius:100px;
box-shadow: 0px 0px 20px 0px rgba(147, 147, 147, 0.9);
text-decoration:none;
}
.btn-wrap span:has(+ .btn-red) strong{
color:#ee5638;
}

.btn-green{
position:relative;
top:-25px;
display:block;
color: #FFF;
font-size: 2.6rem;
letter-spacing: 0.075rem;
width:100%;
padding:3.6rem 0;
background-color:#00c472;
border:solid 4px #fff;
border-radius:100px;
box-shadow: 0px 0px 20px 0px rgba(147, 147, 147, 0.9);
text-decoration:none;
}
.btn-wrap span:has(+ .btn-green) strong{
color:#00c472;
}


/***********************************/

#fv-area {
width: 100%;
position: relative;
padding-top: 50.695%;
}
#fv-area .fv-main{
	position: absolute;
  	top: -100%;
  	left: 0;
 	width: 100%;
	height: auto;
	padding-top: 50.695%;/*画像の幅に対する高さ比率*/

	}
	
#fv-area h1{
	position: absolute;
	top: 12%;
	left: 8%;
	font-weight: 700;
	font-size: clamp(40px,6.25vw,120px);
	line-height: 1.6;
	color: #000; 
 	box-decoration-break: clone;
	font-feature-settings: "palt" 1;
	width: 50%;
/*	background-color: aqua;*/
	}

#fv-area h1 .title1{
		background-color: #fff;
		padding: 0px 10px 5px 15px;
	}
#fv-area h1 .title2{
	font-size: clamp(15px,2vw,37px);
	line-height: 1.2;
	color: #fff;
	font-weight: 700;
	margin-top: 3%;
	display: block;
	}
#fv-area h1 .fv-medal{
	display: block;
	width: clamp(285px,37.5vw,710px);
	height: auto;
	margin-top: 3%;
	object-fit: cover;
	}
	
#fv-area .fv-btn{
	position: absolute;
	top: 5%;
	right: 7%;
/*	width: clamp(220px,22vw,400px);*/
	}
#fv-area .fv-btn a{
	text-decoration: none;
	background-color: #00d099;
	padding: 10px 20px;
	border-radius: 50px;
	color:#fff;
	font-weight: 700;
	font-size: clamp(12px,1.3vw,20px);
	box-shadow: 0px 0px 10px 0px rgba(147, 147, 147, 0.9);
	}
	
	
/*
#content5 a{
display: block;
margin: auto;
width: 60%;
height: auto;
}	*/
	

	
#content7{
position: relative;
}

#content7 .btn-wrap{
position: absolute;
bottom: 80px;
left: 25%;
}	
	
#content10 {
width: 100%;
height: auto;
position: relative;

}

#content10 .btn-wrap{
position: absolute;
bottom: 0px;
left: 25%;
}	

#content12 {
width: 100%;
height: auto;
position: relative;
}

#content12 .btn-wrap{
position: absolute;
bottom: 50px;
left: 25%;
}		


.content1,
#content2,
#content3,
#content5,
#content6,
#content7,
#content8,
#content9,
#content14,
#content15{
width: 100%;
/*
max-width: 1440px;
min-width: 1000px;
*/
margin: auto;
padding: 40px 0;
}
#content2{
	padding-top: 0;
	}
#content3,#content8{
	background-color: #f3f8ff;	
	}
#content3 h2 picture{
	width: 51.4%;
	height: auto;
	margin: auto;
	}
	
#content4{
width: 100%;
padding: 40px 0 0;
}
#content4 picture{
	width: 68.3%;
	height: auto;
	margin: auto;
	}
	
#content5{
	padding: 0;
	}
	
#content7{
	padding-top: 0;
	}
#content7 picture{
	width: 76.38%;
	height: auto;
	margin: auto;
	}	

#content8{
	width: 100%;
	padding: 40px 0 80px;	
	background-color: #f3f8ff;
	}
	
#content8 h2{
	width: 36.52%;
	height: auto;
	margin: auto;
	}
	
/*---------------↓20260312中本追加--------------	*/	
#content9{
	margin: 40px auto 80px;
	background-color: #e7f6fc;
	padding: 80px 0;
	}
/*	------------------↑ここまで------------------*/
#content9 h2{
	width: 42.64%;
	height: auto;
	margin: auto;
}
	
#content9 .course{
	width: 76.38%;
	height: auto;
	display: flex;
	margin: 40px auto 0;
	justify-content: space-between;
	
	}
#content9 .course  li{
		width: 31.8%;
		height: auto;
	}

#content10,#content11,#content12{
	width: 100%;
	height: auto;
}
	
/*---------------20260312中本追加--------------	*/
	#content10 ul{
	display: flex;
	width: 60.4%;
	height: auto;
	margin: 40px auto;
	justify-content: space-between;
	}
#content10 ul li{
	list-style-type: none;
	max-width: 210px;
    min-width: 190px;
	}
/*------------------↑ここまで------------------*/
	

/*
#content11 ul{
	display: flex;
	width: 60.4%;
	height: auto;
	margin: 40px auto;
	justify-content: space-between;
	}
#content11 ul li{
	list-style-type: none;
	max-width: 210px;
    min-width: 190px;
	}
*/

#content11 div{
	width: 63.8%;
	height: auto;
	margin: 0 auto 70px;
	}

#content13{
	width: 76.38%;
	height: auto;	
	margin: -150px auto 0;
	}
#content14{
	background-color: #efefef;
	margin: 70px 0;
	padding: 60px 0;
	
	}	
	#content14 picture{
		width: 76.38%;
		margin: auto;
	}

	#content15{
		padding: 0;
	}
	
#content15 picture{
	width: 55.55%;
	height: auto;
	margin: auto;
	padding: 0 0 80px;
	}
	
	
	
#content_price{
width: 100%;
margin:0 auto 0;
}
#content_price img:nth-child(2){
width: 80%;
display:block;
margin:auto;
}
#content_price img:nth-child(3){
margin: 0 auto 30px;
width:90%;
max-width: 1280px;
min-width: 1080px;
}
	
/*----------20251119　中本追加------------*/			
	
.popup-bnr{
position: fixed;
z-index: 20;
bottom: -100px;
transform: translateY(100%) translateX(-50%) ;
width: 94%;
text-align: center;
font-size: 1.8rem;
font-weight: bold;
line-height: 130%;
left: 50%;
opacity: 0;
visibility: hidden;
transition: opacity 0.4s, transform 0.4s;

}
	
.popup-bnr.is-visible {
	opacity: 1;
	visibility: visible;
	 transform: translateY(-50%) translateX(-50%) ;
	pointer-events: auto;
 	 display: block; 
	margin: auto;
	left: 50%;
}
	
.popup-bnr span{
	position: relative;
    display: block;
    margin: auto;
    width: 400px;
    z-index: 1;
    text-align: center;
    color: #1e1e1e;
    font-size: 1.8rem;
    background-color: #fff;
    padding: 1rem 2.0rem;
    border-radius: 100px;
	border: 1px solid #1e1e1e;
}
	
.popup-bnr a{
display: block;
height: auto;
padding: 3rem 0 2rem;
text-decoration: none;
color:#fff;
filter: drop-shadow(0 0 6px rgba(0,67,118,0.2));
transition: all 0.3s ease;
border-radius: 100px;
background: linear-gradient(90deg, rgb(56, 186, 240), rgb(8, 6, 123));
margin: auto;
width: 69.5%;
position:relative;
top:-25px;
font-size: 2rem;
line-height: 3rem;
letter-spacing: 0.075rem;
border:solid 2px #fff;
box-shadow: 0px 0px 20px 0px rgba(147, 147, 147, 0.9);
}
.popup-bnr a strong{
font-size: 3.4rem;
	}	


	
	
/*-----------------------------------------*/	

footer{
width: 100%;
background: #1e1e1e;
text-align: center;
color: #fff;
font-size: 1.4rem;
padding: 3% 0 12%;

}


.shine {
  overflow: hidden;
}

.shine::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.75) 32%, rgba(255, 255, 255, 0.75) 78%, rgba(255, 255, 255, 0) 82%);
  animation: shine-loop 2.2s linear infinite;
mix-blend-mode:screen;
}
	
	
	
/*----------20260105　中本追加------------*/		
 /* --- 共通アニメーション --- */
       .fade-in { animation: fadeIn 0.5s ease-out forwards; }
       @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }


       .slide-in { animation: slideIn 0.3s ease-out forwards; }
       @keyframes slideIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } }


       /* --- 講師ブロック（スタックカード）用スタイル --- */
       .card-stack {
           position: relative;
           width: 100%;
           max-width: 340px;
           height: 480px; /* カード全体が見えるように調整 */
           margin: 0 auto;
           perspective: 1000px;
       }


       .stack-card {
           position: absolute;
           top: 0;
           left: 0;
           width: 100%;
           height: 100%;
           background: white;
           border-radius: 1.5rem;
           box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 0 10px 20px -5px rgba(0, 0, 0, 0.08);
           border: 1px solid rgba(226, 232, 240, 0.8);
           transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
           transform-origin: center center;
           cursor: pointer;
           overflow: hidden;
           display: flex;
           flex-direction: column;
           user-select: none;
       }


       /* スタックの状態クラス */
       .stack-card:nth-last-child(1) {
           z-index: 7;
           transform: scale(1) translate(0, 0) rotate(0deg);
           box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
       }
       .stack-card:nth-last-child(2) {
           z-index: 6;
           transform: scale(0.96) translate(-8px, 20px) rotate(-3deg);
           opacity: 0.95;
       }
       .stack-card:nth-last-child(3) {
           z-index: 5;
           transform: scale(0.92) translate(8px, 40px) rotate(2deg);
           opacity: 0.9;
       }
       .stack-card:nth-last-child(n+4) {
           z-index: 0;
           opacity: 0;
           transform: scale(0.88) translate(0, 60px) rotate(0deg);
           pointer-events: none;
       }


       /* カードアニメーション */
       .stack-card.fly-out-right {
           transform: translateX(150%) translateY(50px) rotate(30deg) !important;
           opacity: 0 !important;
       }
       .stack-card.fly-out-left {
           transform: translateX(-150%) translateY(50px) rotate(-30deg) !important;
           opacity: 0 !important;
       }


       .instructor-placeholder {
           width: 100%;
           height: 100%;
           background-color: #cbd5e1;
           display: flex;
           flex-direction: column;
           align-items: center;
           justify-content: center;
           color: white;
           object-fit: cover;
       }


       @keyframes tap {
           0%, 100% { transform: translateY(0); }
           50% { transform: translateY(-5px); }
       }
       .animate-tap { animation: tap 1.5s infinite; }




       /* --- コースブロック（スライダー）用スタイル --- */
       .scrollbar-hide::-webkit-scrollbar {
           display: none;
       }
       .scrollbar-hide {
           -ms-overflow-style: none;
           scrollbar-width: none;
       }


       @keyframes shine {
           0% { transform: translateX(-100%) skewX(-15deg); }
           50%, 100% { transform: translateX(200%) skewX(-15deg); }
       }
       .animate-shine {
           position: absolute; top: 0; left: 0; width: 100%; height: 100%;
           background: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent);
           transform: skewX(-15deg);
           animation: shine 3s infinite;
       }
       .glow-text {
           text-shadow: 0 0 10px rgba(147, 197, 253, 0.5);
       }


 /* ------------ 診断アプリ用スタイル ------------ */
       .choice-btn:hover {
           transform: translateY(-2px);
           box-shadow: 0 10px 20px -5px rgba(59, 130, 246, 0.3);
       }
	

	
	#diagnosis-app{
		margin: 80px 0 120px;
	}
	.rounded-3xl{
		border-radius: 5px!important;
	}
	.border-slate-200{
		border: #dcdcdc solid 1px!important;
	}
	
	.shadow-xl{
		box-shadow: 5px 5px 5px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)!important ;
	}
	.px-4{
		margin-top: 40px!important;
	}
	.bg-blue-100{
		background-color:#f3f8ff!important;
	}
	
	.w32 .h32{
		width: 10rem!important;
	}
	.searchicon{
		width: 60%;
	}
	.diagnosistitle{
		font-feature-settings: "palt" 1!important;
		font-size: 2.8rem!important;
		line-height: 2.8rem !important;
	}
	.text-slate-800{
		color: #1e1e1e!important;
	}
	.mb-2{
		margin-bottom: 2rem!important;
	}
	.max-w-lg{
		max-width: 100%!important;
	}
	
	.text-slate-600{
		font-size: 1.6rem!important;
		color: #1e1e1e!important;
		font-feature-settings: "palt" 1 !important;
	}
	.md\:p-12{
		padding: 2rem!important;
	}
	.bg-blue-600{
		background: linear-gradient(90deg, rgb(8, 6, 123), rgb(31, 117, 204));
	}
	.diagnosisstart{
		font-size: 2.8rem;
	}
	.diagnosisstartrounded{
		border-radius: 4.8rem!important;
	}
	
	.text-xs{
		font-size: 1.4rem!important;
		color: #1e1e1e!important;
		line-height: 2rem!important;
	}
	
	
	.question{
		background-color: #1d2085!important;
		font-size: 1.4rem!important;
		padding: 10px!important;
		border-radius: 3.4rem!important;
		color: #fff!important;
	}
	#q-number{
		background-color: #1d2085!important;
	}
	
	#q-text{
		margin-top: 30px !important;
    	font-size: 2.2rem!important;
    	color: #1e1e1e !important;
	}
	.leading-tight{
		line-height: 1!important;
	}
	.text-slate-700{
		color: #1e1e1e!important;
	}
	#a-text,#b-text{
		font-size: 1.6rem!important;
		color: #1e1e1e!important;
		font-weight: 400!important;
	}
	.py-4{
		padding: 1.5rem 1.5rem 1.5rem 3rem!important;
	}
	.rounded-xl{
		border-radius: 4.6rem!important;
	}
	#back-btn{
		margin-top: 50px!important;
		font-size: 1.6rem!important;
	}
	.bg-slate-100{		
		background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1))!important;
		height: 10px !important;
	}
	.text-sm{
		font-size: 1.6rem!important;
		line-height: 2.6rem!important;
	}
	.jobtype{
		margin-bottom: 0.5rem!important;
	}
	.md\:text-3xl {
    font-size: 2.5rem!important;
    line-height: 2.5rem!important;
  }
	.rounded-2xl{
		border-radius: 5px!important;
	}
	.bg-white\/10{
		background-color: #fff!important;
	}
	.text-\[10px\]{
		font-size: 1.4rem!important;
	}
	
	.opacity-70{
		opacity: 1!important;
		color: #1f75cc!important;
	}
	
	.salary{
		color: #1e1e1e!important;
	}
	
	.column-orange{
		border-radius: 5px!important;
	}
	.lightball{
		width: 40px!important;
		height: auto!important;
	}
	
	.text-lg{
		font-size: 2rem!important;
		line-height: 2.5rem!important;
	}
	.text-white{
		color: #fff!important;
	}
	.bg-slate-800{
		background-color: #1d2085!important;
	}
	
	.hover\:bg-slate-700:hover{
		background-color: #1f75cc!important;
	}
	
	.re-diagnosis{
		margin-top: 2rem!important;
	}
	
/*----------------↓講師紹介--------------------*/
	
	.stack-card{
		border-radius: 5px!important;
	}
	.instructor-placeholder{
		background-color: #fff!important;
		padding: 2rem 0 1rem 0!important;
		height: 200px!important;
	}
	.instructor-placeholder img{
		width: auto!important;
		height: 100%!important;
	}
	
	.cardtextarea{
		padding: 0 2.5rem 2.5rem!important;
	}
	.instructor-introduction{
		font-size: 1.4rem!important;
		line-height: 2.4rem!important;
	}
	.border-t{
		border-color: #1e1e1e!important;
		margin-top: 20px !important;
	}
	
	.text-\[9px\]{
		font-size: 1.4rem!important;
		font-weight: 400!important;
		margin-top: 10px!important;
	}
	
	.text-blue-600{
		color: #1f75cc!important;
	}
	.bg-blue-50{
		background-color: #f3f8ff!important;
	}
	
	.right-4{
		right: 2rem!important;
   		 display: flex;
	}
	.right-4 img{
		width: 22px;
		height: auto;
	}
	.bottom-4{
		bottom: 2rem!important;
	}
	
/*------------------------------------------*/	
	
	
	

@keyframes shine-loop {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(200%);
  }
}
		
}




