@charset "utf-8";
/* CSS Document */

/* -------------------------
@common
--------------------------*/

.content h1.title_juku, .title_juku2 {
	width: 100%;
    margin-bottom: 0;
    padding: 0;
    background: none;  
	display: flex;
	justify-content: center;
}

.content h1.title_juku img, .title_juku2 img {
	position: absolute;
}

.content h1.title_juku img.president {
	text-align: center;
	width: 85px;
	margin: 0 auto;
}

@media (max-width: 569px){
	.content h1.title_juku img, .title_juku2 img {
		width: 68%;
	}
	.content h1.title_juku img.president {
		display: none;
	}
}

@media (max-width: 459px){
	.content h1.title_juku img, .title_juku2 img {
		width: 68%;
	}
}



.content h2{
	background-color: #fbebe2 !important;
	margin-top: 40px !important;
	padding: 13px 18px !important;
}

.content h3{
	border-bottom: 3px solid #f9d4c9 !important;
	margin-top: 25px !important;
	padding-bottom: 6px !important;
}

.content h4 {
	border-left: 3px solid #f9d4c9 !important;
	color: #f96249 !important;
}

.content p {
	line-height:1.7 !important;
}
.content {
	background: none;
}

.outline {
	background: #ffffff;
}

.clearfix,.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/* ----- subpage ---------*/

.content h1.h1title_cat {
	margin-top: 1.5em;
	background-color: #fbebe2;
}

.content h2.h2title_cat {
	background: none !important;
	border-bottom: 3px solid #f9d4c9;
    margin: 25px 0 20px 0;
    padding: 0 9px 6px !important;
}


/* -------------------------
@header
--------------------------*/

.juku_header {
	display: flex;
	gap: 300px;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
}

.head_inr {
	margin: 0 auto;
    flex: 1;
}

.juku_header .catch_img img {
	width: 200px;
}

.juku_header .chara img {
	width: 120px;
}

@media (max-width: 767px){
	.content h1.title_juku img, .title_juku2 img {
		position: unset;
	}
	.juku_header {
		display: flex;
		gap: 20px;
		justify-content: center;
		align-items: flex-start;
		text-align: center;
		margin: 2em 2em 0;
	}
	.head_inr {
		margin: unset;
		flex: unset;
	}
	.juku_header .head_inr img {
		width: 100% !important;
	}
	.juku_header .catch_img {
		max-width: 200px;
	}
	.juku_header .chara {
		max-width: 120px;
	}
}



/* -------------------------
@keyframe
--------------------------*/


@keyframes fuwafuwa {
	0% {
	  transform: translateY(0px);
	}
	50% {
	  transform: translateY(-5px);
	}
	100% {
	  transform: translateY(5px);
	}
}
  
.anime_fw {
	animation: fuwafuwa 3s ease-in-out infinite alternate;
}

@keyframes pikopiko1 {
	0% {
	  transform: rotate(-7deg);
	}
	to {
	  transform: rotate(3deg);
	}
}

.anime_piko1 {
	animation: pikopiko1 1.5s steps(2, start) infinite;
}

@keyframes pikopiko2 {
	0% {
	  transform: rotate(10deg);
	}
	to {
	  transform: rotate(-5deg);
	}
}

.anime_piko2 {
	animation: pikopiko2 1.5s steps(2, start) infinite;
}

@keyframes yurayura {
	0% {
	  transform: rotate(-8deg);
	}
	100% {
	  transform: rotate(8deg);
	}
}

@keyframes yurayura {
	0% {
	  transform: rotate(-8deg);
	}
	100% {
	  transform: rotate(8deg);
	}
}

.anime_yura {
	animation: yurayura 1s ease-in-out infinite alternate;
}



/* -------------------------
@button
--------------------------*/

.btn_set {
	text-align: center;
	margin: 1.5em auto 3em;
	max-width: 300px;
}

.btn_set a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
    color: #ef715c;
}

.btn_set .btn_right {
	position: relative;
	max-width: 300px;
	padding: 1em;
	margin: 0 auto;
	border: 2px solid #f39f91;
	border-radius: 50vh;
	box-shadow: 0px 4px 0px 0px #f39f91;
	transition: all 0.3s;
}

.btn_right::after {
	content: "";
	position: absolute;
	background: url(../img/icon_arrow1_r.png) no-repeat;
	width: 14px;
	height: 12px;
	top: calc(50% - 7px);
    right: 13px;
}

.btn_right:hover {
	box-shadow: 0px 1px 0px 0px #f39f91;
	transform: translateY(3px);
}


/* ------ @button small -------------*/

.btn_set2 {
	text-align: center;
	margin: auto 1.3em 1.3em;
	max-width: 250px;
}

.btn_set2 a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
    color: #ef715c !important;
}

.btn_set2 .btn_right {
	position: relative;
	max-width: 250px;
	padding: 10px;
	margin: 0 auto;
	border: 2px solid #f39f91;
	border-radius: 50vh;
	box-shadow: 0px 4px 0px 0px #f39f91;
	transition: all 0.3s;
}


/* -------------------------
@menu
--------------------------*/

.menu {
	margin: 2.5em 5px;
}
.menu, .menu_half {
	display: flex;
	gap: 15px;
}
.menu .menu_btn, .menu .menu_half {
	width: 100%;
}
.menu .menu_btn {
	position: relative;
	display: table;
	padding: 1.1em 0.5em 0.9em;
	border-radius: 50vh;
	transition: all 0.3s;
}
.menu .mbtn_off {
	border: 3px solid #f39f91;
	box-shadow: 0px 5px 0px 0px #f39f91;
}
.menu .mbtn_off:hover {
	box-shadow: 0px 1px 0px 0px #f39f91;
	transform: translateY(4px);
}

.menu .menu_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.menu .menu_btn p {
    display: table-cell;
    vertical-align: middle;
	text-align: center;   
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 1.3 !important;
}
.menu .menu_btn p.txt_off {
	color: #ef715c;
}

.menu .menu_btn span {
    font-size: .95rem;
    font-weight: normal;
	display: block;
}

.menu .mbtn_on {
	background: #f9aea0;
    border: 3px solid #f38572;
    box-shadow: 0px 5px 0px 0px #f38572;
}
.menu .menu_btn p.txt_on {
    color: #ffffff;
}


@media (max-width: 767px){
	.menu {
		display: block;
	}
	.menu_half {
		margin-bottom: 1.5em;
	}
}



/* -------------------------
@contents/program menu
--------------------------*/

.select_wrap {
	display: flex;
	justify-content: center;
    gap: 50px;
	padding: 0 0 0.5em;
}

.select_wrap a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
    color: #ef715c;
}
.select_wrap a:hover {
	text-decoration: underline;
}

.select_wrap img {
	margin-right: 5px;
}

@media (max-width: 600px){
	.select_wrap {
		display: block;
	}
	.select_list {
		margin: 0 1em .8em;
	}
	.select_wrap .select_list:last-of-type {
		margin-bottom: 0;
	}
}


/* ------------------------
affの記事 もっと見る
--------------------------*/
.link_more{
	display:flex;
	width: 100%;
}

.link_more .w75{
	width: 75%;
}

.link_more .w25{
	width: 25%;
	text-align: center;
}

.link_more .w25 img{
	width: 100%;
	max-width: 100px;
}


/* -------------------------
TOPへ戻る＆アンケートボタン
--------------------------*/

.jukufoot2 {
display: flex;
padding-right: 40px;
    margin-top: 4em;
}

.q-btn {
	text-align: center;
	cursor: pointer;
}
.q-btn img {
	background-color: #fbebe2;
	border-bottom: 6px solid #f39f91;
	padding: 0.5rem 4rem;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 10px;
	margin-right:30px;
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}
.q-btn img:hover {
	margin-top: 4px;
	background: #fbebe2;
	border-bottom: 2px solid #f39f91;
}
.jukufoot2 .q-btn:first-of-type {
margin-right: 20px;
}
.jukufoot2 a[href^="https://"] {
    padding: 0px !important;
}

@media (max-width: 767px){
.jukufoot2 {
display: block;
}
.jukufoot2 .q-btn:first-of-type {
margin-right: 0px;
}
}


/* -------------------------
@footer illust
--------------------------*/

.end_illust {
background-image: url("../img/footer_illust.png");
	height: 27px;
	opacity: 0.7;
	margin-top: 40px;
}




/* -------------------------
@contents text
--------------------------*/

ul.juku_list {
        padding: 0;
        display: inline-block;
        vertical-align: top;
}


ul.juku_list li{
	background-image: none !important;
        font-size: 0.9em !important;
}

ul.juku_list li p {
        margin: 25px 0 5px 0px;
        padding: 0;
        font-size: 1.1em !important;
        font-weight: bold;
        line-height: 1.5em;
}

ul.juku_list_left {
        width: 44%;
        margin: 0 25px 0 40px;
}

ul.juku_list_right {
        width: 43%;
        margin: 0 0 0 40px;
}


@media (max-width:761px) {
ul.juku_list {
        width: auto;
}
}


/* -------------------------
@open event tile
--------------------------*/

.tile_set {
	margin-bottom: 3em;
}

.tile_set ul.tile {
    display: flex;
    gap: 20px;
	flex-wrap: wrap;
}

.tile_set ul.tile li.box {
	display: flex;
	flex-direction: column;
    background-image: none;
    margin: 0;
    padding: 0 0 9px 0;
	width: 31%;
    border: 1px solid #cecece;
}

.tile_set ul.tile li.box .image img{
	width: 100%;
}

.tile_set ul.tile p {
	text-align: justify;
	line-height: 1.4 !important;
}

ul.tile .title {
	padding: 10px 15px;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
}

ul.tile .text {
	padding: 0 15px;
    font-size: 0.9em;
	margin-bottom: 1em;
}

@media (max-width: 767px){
	.tile_set ul.tile li.box {
		width: 48%;
	}
}
@media (max-width: 600px){
	.tile_set ul.tile li.box {
		width: 46%;
	}
}
@media (max-width: 480px){
	.tile_set ul.tile li.box {
		width: 100%;
	}
}

.tile_set .link {
	padding: 0 15px;
	margin-bottom: 0.4em;
}

.tile_set .link a {
	color: #eb482d;
}

.tile_set .link img {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}




/* -------------------------
@contents oubobutton
--------------------------*/

.oubobtn a {
 	display: flex;
 	justify-content: space-between;
	align-items: center;
	margin: 0 auto 2em !important;
	padding: .5em 1em .5em 2.5em !important;
	width: 240px;
	color: #44a575;
	font-size: 1.3em;
	font-weight: 700;
	border: 3px solid #93cdb0;
        border-radius: 7px;
        text-decoration: none !important;
}

.oubobtn a::after {
	content: '';
 	width: 8px;
	height: 8px;
	border-top: 2px solid #44a575;
	border-right: 2px solid #44a575;
	transform: rotate(45deg);
}

.oubobtn a:hover {
	color: #ffffff;
	text-decoration: none !important;
	background-color: #93cdb0;
}

.oubobtn a:hover::after {
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

.content .oubobtn a[href^="https://"] {
	background-image: none !important;
}


/* -------------------------
@comment
--------------------------*/

.jukucho,.jukucho_fav {
       display: flex;
       justify-content: center;
       align-items: center;
}

.jukucho .left,.jukucho_fav .left {
       width:40%;
       margin-bottom: 12px;
}

.jukucho .left img,.jukucho_fav .left img {
       width:80%;
	margin-bottom: 0.5em;
}

.jukucho .right,.jukucho_fav .right {
       width:55%;
	line-height:1.7 !important;
}

.jukucho .right .say,.jukucho_fav .right .say {
       font-size: 1.4em;
       font-weight: bold;
}

img.jump {
	display: none;
}
@media (max-width:569px) {
img.jump {
	display: block;
        width:45%;
        margin: 0 auto;        
}
}

@media (max-width:599px) {
.jukucho {
       display: flex;
       justify-content: center;
       flex-direction: column;
}
.jukucho_fav .left {
       width:55%;
}
.jukucho_fav .right {
       width:40%;
}
.jukucho_fav .left {
       width:55%;
}
.jukucho .left,.jukucho .right {
       width:90%;
}
}

/* -------------------------
@about Page
--------------------------*/

.schoolsong {
       width: 80%;
       margin: 0 auto;
}

@media (max-width:599px) {
.schoolsong {
       width: 100%;
}
}

.schoolrule{
       margin:0 auto 2rem;
       padding: 0 100px;
       display: flex;
       align-items: center;
       -ms-writing-mode: tb-rl;
       writing-mode: vertical-rl;
       text-orientation: upright;
       line-height: 2rem;
       border-radius: 10px;
       background: #e8f5ee;
}
.schoolrule h3 {
	margin: 20px 0;
	padding: 0 9px 10px;
	font-size: 2em;
	border-bottom: none !important;
	font-weight: bold;
	color: #1e3e4d;
}
.schoolrule ol.kanji {
       list-style-type:japanese-informal;
       padding: revert;
       font-size: large;
       font-weight: bold;
       margin: 30px 0px;
}
.schoolrule ol.kanji li{
	margin-left: 0.15em;
	color: #1e3e4d;
}

@media (max-width:599px) {
.schoolrule{
       width: 98%;
       padding: 0;
       margin:0 auto 2rem;
       line-height: 1.5rem;
}
}


/* -------------------------
@press-conf Page
--------------------------*/
.linkbtn {
       margin: 1em 0;
       text-align: center;
}
.btn--offer,a.btn--offer {
       color: #000000;
       background-color: #ffd700;
       padding: .8em 2em !important;
       font-weight: bold;
       font-size: 1rem;
       background-image: none !important;
}
.btn--offer:hover,a.btn--offer:hover {
       color: #000000;
       background: #fccf00;
}
a.btn--radius {
       border-radius: 100vh;
}
.channel{	
	width:48%;
	padding: 6px;
	display:inline-block;
    	vertical-align: top;
	font-size: 1em;
}
.channel img{
	width: 100%;
	margin: auto;
}
.channel img.list{
	width: 12px;
	margin: 0 6px 0 0;
}
.channel a:hover{
	opacity:.7;
}
.channel a[href^="http://"],.channel a[href^="https://"],.channel a[href^="http://"],.channel a[href^="https://"]{
	background-image:none;
	background-size: 0;
	background-position: right 0;
	margin: 0;
	padding: 0;
}

.channel p{
	font-size: 1em;
	margin: 10px 6px;
	padding: 0px;
}
.channel span.cap{
	font-size: .6em;
	padding: 0;
}
.channel ul li{
	font-size: .9em;
}
.channel .comingsoon{
	 position: relative;
}

@media (max-width:767px) {
.menuContainer{
	display: inline-block;
}
.channel{	
	width:98%;
	padding: 0;
	margin-right: 1%;
	display:inline-block;
	font-size: 1em;
}
.channel img{
	width: 100%;
}
.channel a[href^="http://"],.channel a[href^="https://"]{
	background-image:none;
	background-size: 0;
	background-position: right 0;
	margin: 0;
	padding: 0;
}
.channel .txt{
	width: 100%;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.channel p{
	font-size: 1em;
	margin: 0;
	padding: .3em .6em .8em;
}
}

/* -------------------------
@drill
--------------------------*/

.drillimg{
	text-align: center;
}

.drillimg  a[href$=".pdf"]{
	background-image:none !important;
	background-size: 0;
	background-position: right 0;
	margin: 0;
	padding: 0;
}


/* -------------------------
@studybook_answer
--------------------------*/

.answer_top .column-item {
	width: 70% !important;
}
.answer_top .is_column-item {
	width: 20% !important;
	float: left !important;
	text-align: center;
}
.answer_top .jyukucho {
	max-width: 130px;
	margin-bottom: 20px;
}

@media (max-width:767px) {
	.answer_top .column-item, .answer_top .is_column-item {
		width: 100% !important;
	}
}


.ans_box {
	margin-bottom: 4em;
}
.answer1 {
	margin-bottom: 5px !important;
	font-weight: bold;
}



/* -------------------------
@topイラスト入り
--------------------------*/

.clm_txt {
	width: 70% !important;
}
.clm_img {
	width: 20% !important;
	float: left !important;
	text-align: center;
}
.clm_img .jyukucho {
	max-width: 130px;
	margin-bottom: 20px;
}

@media (max-width:767px) {
	.clm_txt, .clm_img {
		width: 100% !important;
	}
}




/* -------------------------
page mokuji
--------------------------*/

.mokuji_box {
	width: 100%;
	border: 2px solid #f9d4c9;
	box-sizing: border-box;
	margin: 3em 0 1.5em;
}
.mokuji_box h2.mokuji {
	box-sizing: border-box;
	padding: 5px 25px 0px 25px !important;
	line-height: 1.8em;
	margin: 0 !important;
	border: none;
}

.mokuji_box h1.mokuji {
	font-size: 1.35em;
    background-color: #fbebe2;
    margin: 0;
}

.mokuji_list {
	padding: 20px 20px 10px;
    display: flex;
	gap: 10px;
    flex-wrap: wrap;
}
.mokuji_list .inner {
	margin-bottom: 0.5em;
}
.mokuji_list .inner a {
	text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    color: #ef715c;
}
.mokuji_list img {
	margin-right: 5px;
}
.mokuji_list .inner a:hover {
	text-decoration: underline;
}



/* -------------------------
@juku contents tile
--------------------------*/
#jukutile_main {
    margin:0 12px;
}


/* -------------------------
@jukutile_categorypage
--------------------------*/

.content ul.jukutile {
	display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0;
	padding: 0 20px;
    justify-content: flex-start;
}

.tilecol {
	position: relative;
    width: 31%;
	background-image: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tilecol h3 {
	background: none !important;
	color: #333333;
	font-size: 1em;
	line-height: 1.5;
	margin: 0.3em 0 !important;
	padding: 5px 10px;
	border-bottom:none !important;
	text-align: justify;
}

.tilecol p{
	padding: 0 0.7em;
	font-size: 0.9em;
	text-align: justify;
}

.tilecol img{
	width: 100%;
	border: 1px solid #cecece;
}

@media (max-width: 959px){
	#jukutile_categorypage {
		float: none;
		margin: 0 2%;
	}
	.content ul.jukutile li {
		margin: 0 1% 20px 0;
	}
	.tilecol {
		width:48%;
	}
	.tilecol h3{
		font-size: 1em;
	}
	.tilecol img{
		width: 100%;
		margin: auto;
	}
}

@media (max-width: 600px){
	.tilecol {
		width: 46%;
	}
}
@media (max-width: 480px){
	.tilecol {
		width: 100%;
	}
}



/* -------------------------
@jukutile_categorytag btn
--------------------------*/

.cattagbtn {
	margin-right: 0.6em;
	line-height: 1 !important;
	border-radius: 50vh;
}

.cattagbtn a {
	align-items: center;
	margin: 0 auto;
	padding: 0.4em 1em 0.5em;
	color: #474956 !important;
	font-size: .8em;
	font-weight: bold;
	text-decoration: unset !important;
}

.type01 {
	background: #c5f5f5;
}
.type02 {
	background: #e2f5f5;
}
.type03 {
	background: #e3eeef;
}
.type04 {
	background: #ede8d9;
}
.type05 {
	background: #e0f1ca;
}
.type06 {
	background: #dceaff;
}
.type07 {
	background: #fde7de;
}
.type08 {
	background: #fbe4f3;
}
.type09 {
	background: #e9e6fb;
}
.type10 {
	background: #fdedbc;
}

.cattagbtn a:hover {
	opacity: 0.7 ;
}


/* 
@media (max-width: 699px){
.cattagbtn{
	display:none;
}
}
*/

