<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@media screen and (max-width: 1366px) {
.student3{
	width: 250px;
	height: 384px;
	position: absolute;
	left:0;
	top: -4em;
	z-index: 1
}
.student4{
	width: 270px;
	height: 407px;
	position: absolute;
	right:0em;
	top: -4em;
	z-index: 1
}

}

/* -----------------------------------------------
 1200px以下
-------------------------------------------------- */

@media screen and (max-width: 1200px) {
#cover #cover_btn{
	bottom: -10px;
}
.student3{
	width: 200px;
	height: 307px;
	position: absolute;
	left:0em;
	top: -3em;
	z-index: 1
}
.student4{
	width: 210px;
	height: 316px;
	position: absolute;
	right:0em;
	top: -2.5em;
	z-index: 1
}
ul.list_menu li{
	width: 32.5%;
}
}

/* -----------------------------------------------
 991px以下
-------------------------------------------------- */

@media screen and (max-width: 991px) {
h1, h2, h3, h4, h5 { margin-bottom:1.5em;}

/*タブレット以下縦書きを横書きに変更*/
.tategaki{
 position: absolute;
  display: block;
    top:0;
    left:45%;
  writing-mode: lr-tb; /* IE独自仕様 */
  writing-mode: horizontal-tb;
  -moz-writing-mode: horizontal-tb;
  -o-writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
    padding-top: 0;
    line-height: 2;
	letter-spacing: 3px;
	white-space: nowrap;
    font-weight: bold;
    font-size: 18px
}
h2 #top_contact{
    left: 8em;
    top: 0;
}
h2 #top_requirements{
    left: 8em;
    top: 0;
}
.student1,
.student2{
	display: none;
}
.mail_01,.mail_02,.mail_03,.mail_04{
		display: none;
	}	
#cover3 #ttl h1{
    font-size: 3em;
}
.box_dc h4{
	font-size: 30px;
	margin-bottom: .4em;
}
.student3{
	width: 130px;
	height: 200px;
	position: absolute;
	left:-0.5em;
	top: 6em;
	z-index: 1
}
.student4{
	width: 140px;
	height: 211px;
	position: absolute;
	right:-0.5em;
	top: 6em;
	z-index: 1
}
}

/* -----------------------------------------------
 768px以下（tablet）
-------------------------------------------------- */

 @media screen and (max-width: 768px) {
body { padding-bottom: 0px; }
.no_br br{display: none;}



/** --- top --- **/
h2[ttl] {
    margin-bottom: 1em;
    font-size: 30px;
    letter-spacing: 0;
} 
h2 span{font-size: 22px;
}
.box_dc h4{
	margin-bottom: .35em;
}
.box_dc h4 span.gf{
	font-size: .4em;
}
 .container .text_bold{
	font-size: 1em;
	 line-height: 1.4;
}

a.button,
a.button_zoom,
a.button_oocph,
a.button_oocpr,
a.button_ooctw{
	font-size: .9em;
	padding:1.2em 1em;
	width: 100%;
}
.tabContent a.button2 {
	font-size: .9em;
	padding:.7em 1em;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.sp{ display: block !important;}
.pc{ display: none !important; }
	 
/* --- 写真の左右をセンターに --- */
.imgleft {float: none; margin: 5px auto; text-align: center}
.imgright {float: none; margin: 5px auto; text-align: center}

/* --- タブ --- */	 
ul.tab {
	width:100%;
	list-style: none;
	position: relative;
	overflow: hidden;	
   display: inline-block;
   margin-bottom:-5px;
}
ul.tab li {
	float: left;
	width:49%;
	padding:15px 0;
	text-align:center;
	cursor: pointer;
	background-color: #efefef;
	font-size: 1.1em;
	margin-right: 1%;
	margin-bottom: 1%;
}
ul.tab li.ml_0 {
	width:50%;
	margin-right: 0;
}	 

ul.tab li.active.ko,
ul.tab li.ko:hover{
   color: #FFF;
	background-color: #ed7b3d;
}
ul.tab li.active.kyo,
ul.tab li.kyo:hover{
   color: #FFF;
	background-color: #e55b7b;
}
ul.tab li.active.ri,
ul.tab li.ri:hover{
   color: #FFF;
	background-color: #87c639;
}
ul.tab li.active.iga,
ul.tab li.iga:hover{
   color: #FFF;
	background-color: #53a9cc;
}
ul.tab li.active.jo,
ul.tab li.jo:hover{
   color: #FFF;
	background-color: #9f5fff;
}	 
	 
ul.tab li.active:visited {
   color: #FFF;
   background-color: #236ebb;
}
div.tabContent {
	display: none;
	margin-bottom:0;
}

div.tabContent.active {
	display: block;
	width: 100%;
}


div.tabContent a {
	color:#1c6a97;
}
div.tabContent a:hover {
	color:#5b9abe;
}

h3.kokushi[ttl],
h3.kyoiku[ttl],
h3.riko[ttl],
h3.igaku[ttl]{
	display: none;
}


ul.list_ko &gt; li {
    display: table-cell;
    float: left;
    width: 50%;
	text-align: left;
}
#cover3 #ttl h1{
    width: auto;
    font-size: 2.3em;
    margin-bottom: 0;
    letter-spacing: 0;
} 
#main2 {
	margin-top: 200px;
}
/*---cover3---*/
#cover3{
	height: 200px;
}
.student3{
	width: 140px;
	height: 398px;
	position: absolute;
	left:-0.5em;
	top: -7em;
	z-index: 1
}
.student4{
	width: 130px;
	height: 399px;
	position: absolute;
	right:-0.5em;
	top: -7em;
	z-index: 1
}
ul.list_menu li{
	display: inline-block;
	width: 49%;
	text-align: center;
	border-top:1px solid #000;
	border-right: 1px solid #000;
	padding: 1.3em 0;
	margin: 0;
}
ul.list_menu li a{
	font-size: .9em;
	 }
	 
ul.list_menu li.rb_none{
	border-right: 1px solid #000;	
}
ul.list_menu li.rb_none2{
	border-right:none;	
}
div.kikaku {
  width: 100%;
}

.y_txt{
  writing-mode:lr-tb;
    text-align: center;
    height: auto;
}
}

/* -----------------------------------------------
smartPhone
-------------------------------------------------- */

@media (max-width: 576px) {
html {font-size: 14px;}
body { line-height: 1.5;}
.container-fluid{
	padding-top: 40px;
	padding-bottom: 30px
}
.row {padding: 0 15px}

h1{ font-size:28px; font-size:1.75rem;}
h2{font-size:24px; font-size:1.5rem;}
h3{ font-size:20px; font-size:1.25rem;}
h4 ,h5 { font-size:15px;}
p,li,dl,dt{ font-size:14px; font-size:1rem;}

/*---cover---*/

#cover #ttl h1{
     font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 5px;
	margin-top: -3em;
}
#cover #ttl h1 img{
    margin-bottom: 10px;
    margin-left: -10px
		
}
       
#cover2 #catch{
    position: absolute;
    bottom:25%;
    left:3%;
    font-size: 24px;
    color: #fff
}
#cover2 #name{
    position: absolute;
    bottom:20%;
    left:3%;
    font-size: 18px;
    color: #fff
}
.yt_video::before { /* FontAwesomeで再生ボタンを画像上に。あっても無くても可 */
	position: absolute;
	content:"\f167";
	font-family: "Font Awesome 5 Brands";
	font-weight:900;
	color: #fc0d1c;
	font-size: 45px;
	top: 50%;
	left: 50%;
	transform : translate(-50%,-50%);
	opacity: .90;
	transition:.5s;
}
.sp_br{
	display: block;
}
.student3{
	width: 120px;
	height: 342px;
	position: absolute;
	left:-0.5em;
	top: -4.5em;
	z-index: 1
}
.student4{
	width: 110px;
	height: 338px;
	position: absolute;
	right:-0.5em;
	top: -4.5em;
	z-index: 1
}
}
/* -----------------------------------------------
PRINT Module
-------------------------------------------------- */
@media print {
* {color: #666 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
body { width: 100%; }
@page  { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
thead { display: table-header-group; }
tr,img { page-break-inside: avoid; }
li { content: "? "; }
}</pre></body></html>