@charset "UTF-8";


html{
font-size: 100%;
height: auto !important;
}

body {
	margin:0px;
	padding:0px;
	color:#222;
	font-family: Zen Old Mincho, sans-serif;
	line-height:1.8;
	text-align:left;
	background:#383838;
	scroll-behavior: smooth;
	
}


:root {
	/*color*/
	--main-color:#6eaf89;
	--main-orange:#F39800;
	--main-pink:#E3637B;
	--main-red:#e60012;
	--white: #fff;
	

	
	/*font 14px（SP基準での制作）*/	
	--font-10:0.714rem;
	--font-11:0.786rem;
	--font-12:0.857rem;
	--font-13:0.929rem;
	--font-14:1rem;
	--font-15:1.071rem;
	--font-16:1.143rem;;
	--font-18:1.286rem;
	--font-19:1.357rem;
	--font-20:1.429rem;
	--font-22:1.571rem;
	--font-24:1.714rem;
	--font-26:1.857rem;
	--font-28:2rem;
	--font-30:2.143rem;
	--font-32:2.286rem;
	--font-34:2.429rem;
	--font-36:2.571rem;
	--font-38:2.714rem;
	--font-40:2.857rem;
	--font-42:3.000rem;
	--font-44:3.143rem;
	--font-46:3.286rem;
	--font-48:3.429rem;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
	
:root {
	/*font 14px*/	
	/*--font-10:0.714rem;
	--font-11:0.786rem;
	--font-12:0.857rem;
	--font-13:0.929rem;
	--font-14:1rem;
	--font-16:1.143rem;;
	--font-18:1.286rem;
	--font-20:1.429rem;
	--font-22:1.571rem;
	--font-24:1.714rem;
	--font-26:1.857rem;
	--font-28:2rem;
	--font-30:2.143rem;
	--font-32:2.286rem;
	*/
	
}
	
}



@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
	
html{
font-size: 87.5%;
}
	
		
}



img {
  vertical-align: top;
}


section {
	width:100%;
	margin:0 auto 0;
	padding: 0px;
}

.section_b{
	padding-bottom: 50px;
}


.font_kome{
	font-size:var(--font-12);
	vertical-align:top;
	line-height: 160%;
}

.font_add{
	font-size:var(--font-14);
	line-height: 1.5;
}

.font_add12{
	font-size:var(--font-12);
	line-height: 1.5;
}


.font-pink{
	color:var(--main-pink);
	}

.font_serif{
	font-family: "Times New Roman", Times, "YuMincho", "Yu Mincho", serif;
  font-weight: 400;
}

		
/*==テキスト==*/
.text_c{text-align:center !important;}
.text_l{text-align:left !important;}
.text_r{text-align:right !important;}
.text_cl{text-align:center!important;}

.float_l{float:left;}
.float_r{float:right;}
.clearBoth{clear:both}

.fl_pc{float:left;}
.fr_pc{float:right;}



.indent1{margin-left: 1em; text-indent: -1em}

.indent2{text-indent: 1em;}

.img100 img{
	width:100%;
}


.flex_wrap{
	display: flex;
	flex-direction: row;
	justify-content: space-between;	
	flex-wrap: wrap;
	
	  }	


.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}



@media screen and (min-width: 769px) {
/* 768px以上の幅の場合に適応される */

.br-sp { display:none; }
.pc_none { display:none; }

}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.text_wrap{
	width:95%;
	margin:0 auto;
}

.fl_pc{float:none;}
.fr_pc{float:none;}

.sp_none{
	 display:none; 
	 }
	
}


  	

/* wrap */


.common_contents_wrap{
	width:100%;
	background:#fff;
}

.common_contents{
	width:896px;
	margin:0 auto;
	padding:0 0 0 0;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */

.mainimg_wrap{
	width:100%;
}

.mainimg_wrap2{
	width:100%;
}
	
.common_contents_wrap{
	
}	

.common_contents{
	width:82%;
}	
	
}


/*==トップボタン==*/

.spToTopBtn {
  position: fixed;
  right: 10px;  /* 右端からの距離（調整してください） */
  bottom: 10px; /* 下端からの距離（調整してください） */
  display: none; /* 最初は隠しておく */
  z-index: 10;   /* 他の要素より上に表示 */
  cursor: pointer; /* マウスを乗せた時に指のマークにする */
}

/*==header==*/
.header-section {
  background-color: #fff;
  display: flex;
}

.site-logo-box {
	display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 21px;
  margin-left: 27px;
  text-decoration: none;
}

.logo-mark {
  width: 50px;
}

.logo-mark-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.logo-header-text {
  color: #133b7e;
  letter-spacing: .05em;
  margin-left: 13px;
  font-family: Zen Old Mincho, sans-serif;
  font-size:var(--font-18);
  font-weight: 500;
  line-height: 1em;
}



@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
	
 .site-logo-box {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 20px;
  }

  .logo-mark {
    width: 30px;
  }
	
  .logo-header-text {
    margin-left: 8px;
    padding-top: 2px;
  }	

}


/*==mainimg==*/


/* 背景が固定されるセクションのスタイル */

.parallax-section{
  position: relative;
	padding-top: 100px;
	padding-bottom: 80px;
  /*height: 64vh;
  min-height: 500px;*/
  color:#fff;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:hidden; 
}


#hero-background {
	background-image: url('../images/hero-bg-image-01.jpg'); 
    background-attachment: fixed; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
}


@media (prefers-reduced-motion: reduce) { 

html, body {
	scroll-behavior: auto; 
	} 
#hero-background {
	background-attachment: scroll;
	}
}


/* iOS（iPhone/iPad）で fixed の代替レイヤーを使う */
@supports (-webkit-touch-callout: none) {
  body { background: transparent; }

  body::before{
    content:"";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;

    /* まず互換用に vh、その後 svh で上書き（対応ブラウザは svh が効く） */
    height: 100vh;
    height: 100svh;

    background: url('../images/hero-bg-image-01.jpg') center/cover no-repeat;
    z-index: -1;
    pointer-events: none;
  }

  #hero-background{
    background-image: none !important;
    background-attachment: scroll !important;
  }
}


/* 背景画像上のコンテンツのスタイル */
.hero-content_w {
    z-index: 1; /* 背景よりも手前に表示 */
	width:550px;

}

.hero-content {
    background-color:rgba(110, 175, 137, 0.8);
    padding: 60px 0 50px;
    border-radius: 4px;
	display: flex;
	justify-content:center;
	align-items: center;
	
}

.title-subbox {
  color:var(--main-color);
  background-color: #fff;
  padding: 4px 12px;
  font-size: var(--font-20);
  line-height: 30px;
}


.lead-txt-wrapper {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
	
}

.h1-title {
  color: #fff;
  margin-top:20px;
  margin-bottom: 0;
  font-family: Zen Old Mincho, sans-serif;
  font-size:var(--font-40);
  font-weight: 500;
  line-height: 1.7;
}

.t-lead {
  color: #222;
   font-size: var(--font-16);
}



/* 通常のスクロールコンテンツのスタイル */
.content-section {
    background-color: #f0f0f0;
    padding: 50px 20px;
    min-height: 500px; /* スクロール可能にするために高さを確保 */
    max-width: 800px; /* コンテンツの幅を制限 */
    margin: 0 auto; /* 中央寄せ */
    line-height: 1.8;
}

.content-section h2 {
    color: #4CAF50;
    margin-bottom: 20px;
    text-align: center;
}





@media screen and (max-width: 768px) {

	
/* 背景が固定されるセクションのスタイル */
.parallax-section {
    position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	color:#fff;
    display: flex; 
    justify-content: center;
    align-items: center; 
    overflow: hidden; 
}


/* 背景画像上のコンテンツのスタイル */
.hero-content_w {
	width: 88%;

}

.hero-content {
    padding: 45px 10px 35px;
    border-radius: 4px;
	
}

.title-subbox {
  padding: 4px 12px;
  font-size: var(--font-18);
}


.lead-txt-wrapper {
  margin-top: 20px;
 background-color: #fff6;
	font-weight: 600;
/* padding-left: 10px;
  padding-right: 10px;*/
	padding: 10px;
	
}

.h1-title {
  color: #fff;
  margin-top:10px;
  font-size:var(--font-32);
}
	
}



/*footer*/
.footer {
  background-color: #163d7a;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.footer-main-col {
  width: 35%;
  min-width: 280px;
  padding-top: 42px;
  padding-left: 40px;
}

.footer-link-columns {
  justify-content: flex-end;
  align-items: flex-start;
  width: 65%;
  max-width: 65%;
  padding-top: 42px;
  padding-bottom: 42px;
  padding-right: 40px;
  display: flex;
}

.footer-link-col {
  border-left: 1px solid var(--white);
  width: 33%;
  max-width: 240px;
  margin-left: 20px;
}

.footer-logo-box {
  margin-bottom: 20px;
}

.footer-address-box {
  margin-bottom: 32px;
}

.footer-logo-main {
  color: var(--white);
  margin-bottom: 8px;
  font-size:var(--font-22);
  font-weight: 500;
}

.text-block {
  color: var(--white);
  font-size:var(--font-12);
  line-height: 12px;
}

.footer-address {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size:var(--font-12);
}

.footer-sns-link-box {
  width: 20px;
  margin-right: 20px;
}

.sns-image {
  width: 14px;
}

.footer-link-wrapper {
  padding-left: 14px;
}

.footer-link-box {
  color: var(--white);
  flex-flow: row;
  margin-bottom: 10px;
  font-size:var(--font-12);
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.footer-link-box:hover {
  text-decoration: underline;
}

.footer-link-txt {
  color: var(--white);
  max-width: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 18px;
}

.footer-link-txt.outlink {
  background-image: url('../images/outicon-wht.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-right: 20px;
}


@media screen and (max-width: 991px) {


}


@media screen and (max-width: 768px) {
	
  .footer {
    flex-flow: column;
  }
	
  .footer-main-col {
	  width: 93%;
    padding-top: 32px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .footer-link-columns {
	 flex-flow: column;
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-left: 14px;
    padding-right: 14px;
  }
	
.footer-link-col {
    border-bottom: 1px solid var(--white);
    border-left-style: none;
    width: 93%;
    max-width: 93%;
    margin-bottom: 24px;
    margin-left: 0;
    padding-bottom: 24px;
    display: flex;
  }	


	
  .footer-address-box {
	 border-bottom: 1px solid var(--white);
    margin-bottom: 0;
    padding-bottom: 32px;
  }

  .footer-logo-main {
    margin-bottom: 2px;
  }

  .text-block {
    line-height: 10px;
  }

  .footer-link-wrapper {
	width: 50%;
    padding-left: 10px;
  }

  .footer-link-txt.outlink {
    background-position: 100% 3px;
  }

 }

/*contents*/

.main-cont {
  width: 768px;
	margin: 0 auto;
  padding: 50px 0;
}

.h2_t{
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size:var(--font-30);
  font-weight: 500;
	line-height: 2;
	text-align: center;
	
}

span.h2_marker {
    background-image: repeating-linear-gradient(-45deg,
        var(--main-color) 0, var(--main-color) 3px,
        transparent 3px, transparent 6px);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 15%;
	padding-bottom: 10px;
}

.p-lead {
  font-size:var(--font-16);
	margin-top: 40px;
}


.point_w{
	display: flex;
	flex-direction: row;
	justify-content: space-between;	
	flex-wrap: wrap;
	margin-top: 40px;
	padding: 20px 30px;
	background: #f7f7f7;
	border-radius: 8px;
}

.point_l{
	width: 22%;
}

.point_r{
	width: 78%;
	padding-left:20px;
	border-left:  var(--main-color) 1px solid;
}

.point_t1{
	margin-top: 10px;
	font-size:var(--font-22);
}

.point_t2{
	margin-top: 20px;
	background: var(--main-color);
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 8px 4px;
}

.point_t2 a{
	color: #FFFFFF;
	text-decoration: none;
}

.point_t2 a:hover{
	color: #307B4F;
	text-decoration:underline;
}



.point_ul{
	
}

.point_ul li{
    list-style: none;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.point_ul li:before{
    color: var(--main-color);
    content:"■ "
}

.point_ul li a{
color:#222;
text-decoration: none;
}

.point_ul li:hover {
 color:var(--main-color);
	text-decoration:underline;
}

.point_ul li a:hover {
 color: var(--main-color);
}


@media screen and (max-width: 768px) {
	
.main-cont {
	width:96%;
	margin:0 auto;
  padding: 30px 0;
}	
	
	
.h2_t{
  font-size:var(--font-22);
}
	
.p-lead {
	margin-top: 30px;
}

	
	
.point_w{
	margin-top: 30px;
	padding: 15px 20px;
}

.point_l{
	width:100%;
}

.point_r{
	width: 100%;
	padding-left:0px;
	border-left: none;
}

.point_t1{
border-bottom:  var(--main-color) 1px solid;
	
}

.point_ul li{
    list-style: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

	
}


/************コンテンツ************/



.h3_t {
	color: var(--main-color);
	font-size:var(--font-28);
  font-weight: 500;
    position: relative;
    padding: .3em 0 .1em 1em;
    border-bottom: 2px solid var(--main-color);
}

.h3_t::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background:var(--main-color);
    content: '';
}

.h3_t::after {
     position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background:var(--main-color);
    content: '';
}

.h4_keisen{
margin: 40px 0;
border-top: 4px solid #000;
	width: 60px;
}


.h4_t{
font-size:var(--font-24);
font-weight: 500;
}

.h4_t:before{
    color: var(--main-color);
    content:"■ "
}

.h4-lead {
	margin-top: 20px;
}


.dl_aim{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 40px;
}


.dl_aim dt{
  width: 15%;
	padding: 20px 0 20px;
	font-weight: normal;
}

.dl_aim dd{
  width: 80%;
	padding: 10px 0 20px;
	display: flex;
	align-items: center;
}

.dl_aim_border{
 padding:8px 12px;
border: 1px solid #333;
}

.dl_aim_date{
  font-size:var(--font-24);
}

.decoration_circle1 {
  position: relative;
  padding-left: 20px; 
  line-height: 1.5;
}

.decoration_circle1::before {
  content: "●"; 
  color:var(--main-color); 
  position: absolute;
  left: 0;
  top: 0.4em; 
  font-size:var(--font-10);
}


/* 選考方法テーブルの設定 */
.method-table {
  border-collapse: collapse; /* 罫線を結合 */
  width: 100%;
	margin-top: 30px;
}

.method-table th, .method-table td {
  border: 1px solid #ccc;
padding: 10px 10px;
  vertical-align:middle;
  text-align:center;
	line-height: 1.5;
}

.method-table_th {
	background: #f7f7f7;
}

.faculty-table_th {
	background:#C6D8E9;
	width:34%;
}

.faculty-table_td {
	width:32%;
}

.method-table_notes {
  margin-top: 20px;
	font-size:var(--font-12);
}



/*加点の設定*/

.katen_h5 {
  color:var(--main-color); 
	font-weight: bold;
	margin-top: 30px;
}

.katen_p1 {
	font-weight: bold;
	margin-top: 20px;
}

.katen_p2 {
	color: #FF3D40;
	margin-top: 20px;
}



.katen-table1 {
  border-collapse: collapse; /* 罫線を結合 */
  width: 100%;
	margin-top: 30px;
}


.katen-table1 th, .katen-table1 td {
  border: 1px solid #ccc;
padding: 10px 10px;
  vertical-align:middle;
  text-align:center;
	line-height: 1.5;
}

.katen-table_th {
	background: #f7f7f7;
}

.test-table_th {
	background:#C6D8E9;
	width: 40%;
}



.katen-table2{
	border-collapse: collapse;
  width: 100%;
	margin-top: 30px;
}


.katen-table2 th,.katen-table2 td {
  /* セルに枠線とパディングを追加 */
  border: 1px solid #ccc;
  padding: 15px 10px;
  text-align: left;
	line-height: 1.5;
	vertical-align: middle;
}

.katen-table2 th {
  background-color: #f7f7f7;
	width: 38%;
}


/*今後の公開スケジュール紹介*/

.schedule-table{
	margin-top: 40px;
  width:100%;
  border:1px solid #ccc;
  border-collapse:collapse;
}

.schedule-table th{
  border:1px solid #ccc;
  text-align:center;
  vertical-align:middle;
}

.schedule-table td{
  border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
  text-align:center;
  vertical-align:middle;
}

.schedule-table thead th{
  background:#f7f7f7;
  font-weight:700;
  padding:14px 10px;
}

.schedule-table tbody td{
  padding:16px 10px;
}

.schedule-cell-body{
  display:flex;
  justify-content:center;
  align-items:center;
}


.schedule_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px; 
  padding: 8px 34px;            
  background: var(--main-color); 
  color: #fff;
  font-size:var(--font-18);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s ease;
}

.schedule_btn2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px; 
  padding: 4px 20px;            
  background: var(--main-color); 
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s ease;
}

.schedule_btn:hover,
.schedule_btn:focus,
.schedule_btn2:hover,
.schedule_btn2:focus{
  background: #307B4F;
}

/* キーボード操作時にフォーカスリングを出す */

/* すべてのリンク/ボタンにフォーカスリング */


.schedule_btn:focus-visible ,.schedule_btn2:focus-visible {
  outline: 3px solid #164e63;
  outline-offset: 3px;
}


/* columns */

.columns2_wrap1 {
display: flex;
	flex-direction: row;
	justify-content: space-between;	
	flex-wrap: wrap;
}


.columns2_box-l1 {
	margin-top: 40px;
width: 50%;
}

.columns2_box-r1 {
margin-top: 40px;
width: 45%;
}

.columns2_box-r1 img{
width:100%;
}




@media screen and (max-width: 768px) {
	
	
/************コンテンツ************/


.h3_t {

	font-size:var(--font-22);
}

.h4_t{
font-size:var(--font-20);
}		
	
.h4_keisen{
margin: 20px 0;
}
	
.dl_aim{
	margin-top: 30px;
}
	
.dl_aim dt{
  width: 50%;
	padding: 10px 0 10px;
}

.dl_aim dd{
  width: 100%;
	padding: 10px 0 20px;
}
	
	
	
/*選考方法テーブルの設定*/
	
.method-table {
	margin-top: 20px;
}
	
.method-table thead {
    display:none;
  }
	
.method-table th,.method-table td{
    display: block;
    width: 100%;
  }	
	
.method-table th:before{
	
    content: attr(data-label);
	/*display: inline;*/
    display: block; 
	color:#fff;
    background-color:var(--main-color);
    margin-bottom: 5px;
    /*float: left;*/
	border-radius: 2px;
	font-weight: normal;
	font-size:var(--font-12);
	/*min-width: 100px;*/
	padding: 2px 10px;
	text-align: left; 
    width: 100%; /* 親要素(th/td)の幅いっぱいに広げる */
  }		
	
.method-table td:before{
	
    content: attr(data-label);
    /*display: inline;*/
    display: block; 
	color:#fff;
    background-color: #565656;
    margin-bottom: 5px;
    /*float: left;*/
	border-radius: 2px;
	font-size:var(--font-12);
	/*min-width: 100px;*/
	/*min-width: 100px;*/
	padding: 2px 10px;
  }

	
/*加点方法テーブルの設定*/
	
.katen-table1 {
margin-top: 20px;
}
	
.katen-table1 thead {
    display:none;
  }
	
.katen-table1 th,.katen-table1 td{
    display: block;
    width: 100%;
  }	
	
.katen-table1 th:before{
	
    content: attr(data-label);
	/*display: inline;*/
    display: block; 
	color:#fff;
    background-color:var(--main-color);
    margin-bottom: 5px;
    /*float: left;*/
	border-radius: 2px;
	font-weight: normal;
	font-size:var(--font-12);
	/*min-width: 100px;*/
	padding: 2px 10px;
	text-align: left; 
    width: 100%; /* 親要素(th/td)の幅いっぱいに広げる */
  }		
	
.katen-table1 td:before{
	
    content: attr(data-label);
    /*display: inline;*/
    display: block; 
	color:#fff;
    background-color: #565656;
    margin-bottom: 5px;
    /*float: left;*/
	border-radius: 2px;
	font-size:var(--font-12);
	/*min-width: 100px;*/
	/*min-width: 100px;*/
	padding: 2px 10px;
  }	
	
	
.katen-table2{
	margin-top: 20px;
}	
	
.katen-table2 th,.katen-table2 td {
	display: block;
	width: 100%;
}
	
/*今後の公開スケジュール紹介*/
	
.schedule-table{
	margin-top: 30px;
}	
	
    
  .schedule-table,
  .schedule-table tbody,
  .schedule-table tr,
  .schedule-table td{
    display:block;
    width:100%;
  }

  /* ヘッダー行は隠す（見出しは td::before で出す） */
  .schedule-table thead{
    display:none;
  }


  /* 各“カード” = td */
  .schedule-table tbody td{
    padding:0;
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:1px solid #ccc;
    background:transparent;
  }
	
  .schedule-table tbody td:last-child{
    border-bottom:none;
  }

  /* 見出し（添付の上段） */
  .schedule-table tbody td::before{
    content: attr(data-label);
    display:block;
    padding:10px 0px;
    font-weight:bold;
    border-bottom:1px solid #ccc;
	  background:#f7f7f7;
  }

  /* ボタン領域（添付の下段） */
  .schedule-cell-body{
    padding:16px 0px;

  }
	
.schedule_btn {
  padding: 5px 24px;            
}
	
	
/* columns */

.columns2_box-l1 {
margin-top: 30px;
width:100%;
}

.columns2_box-r1 {
margin: 30px auto 0;
width: 90%;
}

	

}

