@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* CSS Document */

/* 共通 */

*{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-style: normal;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
}

/* font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;  */

.container {
  max-width: 880px;
  padding: 0 40px;
  margin: 0 auto;
}

h1 {
	font-size: 28px;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	font-weight: bold;
    text-align: center;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

h5 {
	font-size: 24px;
	font-weight: bold;
}

p {
	font-size: 16px;
}

.f14{
	font-size: 14px;
}

.step {
	font-size: 32px;
	color: #f9901c;
}

.text_red {
	color: red; 
}

.text_blue {
	color: #03a0e6;
}

.text_orange{
	color: #f9901c;
}

.bold {
	font-weight: bold;
}

.text_cap{
	margin-top: 15px;
}
a:hover {
  opacity: 0.6;
}

.br-sp {display: none; }

/* pagetop fade */

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #03a0e6;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}

/* ヘッダー */

header > .container {
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding: 0 40px;
}

.area_logo_header img {
  height: 65px;
  vertical-align: bottom;
}

.btn_univlink_header img {
  height: 31px;
 }

.headder_line {
	height: 3px;
	background-color: #03a0e6;
	border: none;
	margin: 0;
} 

/* トップビュー */

/* 2026年版からこちらを使用 */
.top_main2026 picture,
.top_main2026 img {
  display: block;
  width: 100%;
  height: auto;
}


/* 以下は2025年版 */
.top_view {
	max-width: 100%;
	background: url("/guidance_jc/common/img/jc_main_photo_2025.jpg") no-repeat bottom center;
	background-size: cover;
}

.top_view > .container {
  height: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top_view img {
	height: 135px
}

.sp_top_view {
	background: url("/guidance_jc/common/img/sp_jc_main_photo_2024.jpg") no-repeat bottom center;
	background-size: cover;
}

.sp_top_view > .container {
  height: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sp_top_view {display: none; }
/* 以下は2025年版ここまで */

/* トップ選択ボタン1段目 */
/* セクション全体のスタイル */
.select_btn_01 .container {
  display: flex;
  justify-content: center;   /* 中央寄せ */
  align-items: center;
  gap: 20px;                 /* ボタン同士の余白 */
  flex-wrap: wrap;           /* 画面が狭い時に折り返し許可 */
  margin: 20px auto;
}

/* ボタン画像を均等に調整 */
.select_btn_01 .container img {
  width: 315px;
  height: auto;
  flex: 1 1 300px;  /* 最小幅300px、均等に伸縮 */
  display: block;
}

/* トップ選択ボタン2段目 */
/* セクション背景色と余白 */
#select_btn_02 {
  background-color: #fefcde;
  padding: 30px 0;   /* 上下70px */
}

/* PC時：3列（1行目3つ、2行目2つ） */
#select_btn_02 .container {
  display: grid;
  grid-template-columns: repeat(2, auto); /* 3列 */
  justify-content: center;                 /* 左揃え */
  gap: 20px 20px;                         /* 行間20px / 列間30px */
}

/* 画像はこのセクション内だけ対象にする（他のボタンに影響させない） */
#select_btn_02 > .container > a img {
  width: 255px;
  height: auto;
  max-width: 100%;
  /* 念のためのリセット（他所の display 指定の影響を切る） */
  display: block;
}

@media (max-width: 768px) {
#select_btn_02 .container {
    grid-template-columns: repeat(2, auto); /* 2列 */
    justify-content: start;                 /* 左揃え */
    gap: 16px 20px;                          /* 行間16px / 列間20px */
  }
}

/* 入学手続きの進め方 */

section {
	margin-top: 50px; 
}

.lineyellow {
height: 2px;
background-color: #fac922;
border: none;
}

.linegray {
max-width: 100%;
height: 2px;
background-color: #ccc;
border: none;
margin-top: -18px; 
margin-left: 150px;
}

.cover img {
	height: 310px;
	display: block;
	margin: 50px auto 20px;
	vertical-align: bottom;
}

.cap {
	font-size: 14px;
	text-align: center;
}

.alart {
	color: #d92d6a;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}

.btn_schedule {
	width: 320px;
	height: 80px;
	background-color: #d92d6a;
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn_schedule a{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}


/* 手続きの流れ */

.ttl {
	width: 100%;
	padding: 15px 0px 15px 20px;
	background-color: #f3f3f3;
	border-left: 4px solid #03a0e6;
}

.box1{
	width: 100%;
	margin-top: 20px;
	border: 1px solid gray;
}

.sttl {
	width: 100%;
	background-color: #f9901c;
	padding: 20px;
}

.topics{
	margin: 30px 30px 0 30px;
}

.topics_last {
	margin: 30px 30px 40px 30px;
}

.text_normal {
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding-left: 20px;
}

.btn_area {
	width: 100%;
	display: flex;
	margin-top: 10px;
}

.red_btn {
	width: 230px;
	height: 40px;
	background-color: #d92d6a;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.red_btn a{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.white_btn {
	width: 230px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #313131;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.white_btn a {
	font-size: 14px;
}

.white_btn_long {
	width: 280px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #313131;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.white_btn_long a {
	font-size: 14px;
}

.white_btn_long2 {
	width: 320px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #313131;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.white_btn_long2 a {
	font-size: 14px;
}

.gray_btn {
	width: 230px;
	height: 40px;
	background-color: #ccc;
	border: 1px solid #313131;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gray_btn a {
	font-size: 14px;
}

.icon_pdf {
	margin-left: 5px;
}

/* 入学される方へ */

.link_list {
	margin: 30px 30px 40px 30px;
}

.link_list li{
	margin-bottom: 20px;
}

.link_list a {	
	font-weight: bold;
	color: #03a0e6;
	text-decoration: underline;
	margin-bottom: 30px;
}

.link_list .icon_link {
	margin-left: 7px;
}

/* お問い合わせ */

/* お問い合わせ */

.contact_list {
	height: 200px;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.contact_list li{
	margin-bottom: 20px;
}


.btn_privacy {
	width: 230px;
	height: 50px;
	background-color: #21344a;
	margin: 100px auto 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn_privacy a{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.adobe{
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}

.icon_acrobat img {
	margin-right: 20px;
}

.adobe_text{
	font-size: 12px;
}


/* フッター */

.footer_line {
	height: 3px;
	background-color: #fac922;
	border: none;
	margin: 0;
} 

.footer_link{
	margin: 30px auto 30px;
	display: flex;
	justify-content: center;
}

.footer_link li {
	font-size: 12px;
	margin-right: 20px;
}

.footer_logo {
	width: 219px;
	margin: auto;
}

.footer_logo img {
	height: 35px;
}

address {
	font-size: 12px;
	text-align: center;
	margin-top:  10px;
}

.btn_univlink_footer {
	width: 167px;
	margin: 30px auto;
}

.btn_univlink_footer img {
  height: 31px;
 }

.copyright{
	font-size: 12px;
	text-align: center;
	margin: 30px auto 30px;
}



/* SP ********************************************************* */

@media screen and (max-width: 480px) {
	

/* 共通 */
	
	h1{
		font-size: 22px;
	}
	
	h2{
		font-size: 20px;
	}
	
	.br-sp {display: block; }
	
	.container{
		  padding: 0 20px;
	}
	
/* ヘッダー */
	
	.area_logo_header{
		margin: 0 auto 0px;
	}
	
	.btn_univlink_header{
	display: none;
	}
	
/* トップビュー */
    
/* 2026年版以降はPC用CSSで制御 */    

/* 以下は2025年版 */        
.sp_top_view img {
	width:  300px;
	height: auto;
}

.top_view {display: none; }
.sp_top_view {display: block; }

/* 入学手続きの進め方 */

	.btn_schedule{
		max-width: 100%;
	}
	
/* 手続きの流れ */
	
	.section-1 h4{
		text-indent: -1.5em;
		padding-left: 1.5em;
	}
	
	.text_normal {
}
	
	.btn_area {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px auto;
}
	.red_btn {
		margin-bottom: 10px;
		}
	.white_btn {
		margin-bottom: 10px;
		}
	
/* 入学される方へ */

.link_list li {
	text-indent: -1em;
	padding-left: 1em;
	}
	
/* お問い合わせ */
	
	.adobe{
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}
	.icon_acrobat img {
	width: 200px;
	display: block;
	margin: 0 auto 20px;
}
	
	.contact_list {
	height: auto;
	display: block;
}

/* フッター */

.footer_link{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	max-height: 100%;
	margin: 20px 0 30px 20px;
	height: 50px;
}
	
	.footer_logo{
		width: auto;
	}
	
	}

/* 開始前アラート */

.comment{
    text-align: center;
	margin-top:  100px;
    margin-bottom: 300px;
	font-size: 24px;
	font-weight: bold;
}