@charset "UTF-8";
/*
========================================
shared
========================================
*/
@media(min-width: 741px){
	.j-cont{
		font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","M PLUS Rounded 1c", sans-serif;
	}
	.hideAtPC {
		display: none;
	}
	#contents1{
		width: 100%;
		max-width: 1200px;
		margin: auto;
	}
	.breadcrumb{
		max-width: 960px;
    width: 100%;
    margin: 20px auto 20px;
    color: #333333;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
	}
	.j-cont a:hover{
		text-decoration: none !important;
	}
	img {
		max-width: 100% !important;
	}
	.jiyukenkyu__kv--150 {
		width: 400px;
	}
}

/*
========================================
mian visual
========================================
*/
@media(min-width: 741px){
	.kv{
		font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","M PLUS Rounded 1c", sans-serif;
		background-image: url(/jiyukenkyu/_share21/img/kv_bg-pc.jpg);
		background-size: cover;
    background-position: center;
    background-repeat: repeat;
    height: 198px;
		margin-bottom: 20px;
	}
	.kv-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
		position: relative;
	}
  .kv__main {
    text-align: center;
    padding-top: 15px;
    position: relative;
  }
  .kv__main::before{
    content: "";
    background-image: url(/jiyukenkyu/_assets22/img/221125/kv_h1_bg-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 919px;
    height: 149px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 55px;
    left: 50%;
    position: absolute;
  }
  .kv__main-img {
    width: 336px;
    height: 195px;
  }
}
/*
========================================
title
mian shared
========================================
*/
@media(min-width: 741px){
	.title{
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding-left: 8.8%;
		color: #000000;
		max-width: 960px;
    margin: 0 auto 45px;
	}
	.title__grade{
		display: block;
		font-size: 12px;
		font-weight: 300;
		line-height: 18px;
	}
	.title__main{
		font-size: 30px;
		font-weight: 600;
		line-height: 45px;
	}

	.j-cont-main{
		max-width: 650px;
		width: 95%;
		margin: auto;
	}
}
/*
========================================
main listarea
========================================
*/
@media(min-width: 741px){
	.main-listarea{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.main-list{
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.main-list:nth-of-type(1){
		margin-bottom: 20px;
		width: 100%;
	}
	.main-list:nth-of-type(3){
		margin-left: 25px;
	}
	/* 一部のデザイン変更点 shougaku/151、153、154、155-------------------------------------------- */
	.main-list__name--sub {
		color: #0070CB;
	}
	.grade-type {
		display: flex;
		align-items: baseline;
	}
	.grade-sho {
		display: flex;
		margin-right: 10px;
	}
	.grade-chu {
		display: flex;
	}
	.main-list--sub:nth-of-type(2) {
		margin-bottom: 20px;
		width: 100%;
		position: relative;
    left: 70px;
	}
	.main-list--sub:nth-of-type(3){
		margin-left: 0;
	}
	.main-list--sub:nth-of-type(4){
		margin-left: 25px;
	}
	/* 一部のデザイン変更点-------------------------------------------- */
	.main-list__name,
	.main-list__item{
		font-size: 12px;
		font-weight: 600;
		line-height: 18px;
	}
	.main-list__name{
		margin-right: 18px;
	}
	.main-list__name > a{
		color: #000000 !important;
	}
	.main-list__item{
		-webkit-transition: background .4s ease-out;
		-o-transition: background .4s ease-out;
		transition: background .4s ease-out;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		border-radius: 5px;
		-webkit-box-shadow: #000 0px 2px 2px -2px;
		        box-shadow: #000 0px 2px 2px -2px;
		font-weight: bold;
		border: 2px solid;
	}
	.main-list__item > a{
		-webkit-transition: color .4s ease-out;
		-o-transition: color .4s ease-out;
		transition: color .4s ease-out;
		color: #ffffff !important;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding: 5px 8px 3px;
		display: block;
	}
	.main-list__item--grade{
		border-color:#0070CB;
	}
	.main-list__item--grade > a{
		color: #0070CB !important;
	}
	.main-list__item--10min{
		border-color:#EF5679;
		background-color: #EF5679;
		pointer-events: none;
	}
	.main-list__item--30min{
		border-color:#63D1F8;
		background-color: #63D1F8;
		pointer-events: none;
	}
	.main-list__item--1hour{
		border-color:#42C6F5;
		background-color: #42C6F5;
		pointer-events: none;
	}
	.main-list__item--1day{
		border-color:#7DC4FD;
		background-color: #7DC4FD;
	}
	.main-list__item--3day{
		border-color:#229BFD;
		background-color: #229BFD;
	}
	.main-list__item--1week{
		border-color:#1C8AE3;
		background-color: #1C8AE3;
	}
	.main-list__item--category{
		border-color:#A5BCC3;
		background-color: #A5BCC3;
	}
	.main-list__item:hover{
		background-color: #ffffff;
	}
	.main-list__item--grade:hover{
		background-color:#0070CB;
	}
	.main-list__item--grade:hover > a{
		color: #ffffff !important;
	}
	.main-list__item--10min:hover> a{
		color: #EF5679 !important;
	}
	.main-list__item--30min:hover> a{
		color: #63D1F8 !important;
	}
	.main-list__item--1hour:hover> a{
		color: #42C6F5 !important;
	}
	.main-list__item--1day:hover> a{
		color: #7DC4FD !important;
	}
	.main-list__item--3day:hover> a{
		color: #229BFD !important;
	}
	.main-list__item--1week:hover> a{
		color: #1C8AE3 !important;
	}
	.main-list__item--category:hover> a{
		color: #A5BCC3 !important;
	}
	.main-list__item:not(:last-of-type){
		margin-right: 10px;
	}

}
/*
========================================
main box
========================================
*/
@media(min-width: 741px){
	#box1{
		border-radius: 10px;
		border: 4px #F4F3F0 solid;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 20px 30px 40px;
		margin-bottom: 40px;
	}
	.t18b_b{
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
		margin-bottom: 12px;
		color: #000000;
	}
	#box1 > p {
		color: #000000;
		font-size: 14px;
		font-weight: 300;
		line-height: 21px;
		margin-bottom: 15px;
		word-wrap: break-word;
	}
	#box1 > p > img{
		max-width: 100%;
		display: inline-block;
	}
}
/*
========================================
btm-link
========================================
*/
@media(min-width: 741px){
	.btm-linkarea{
		margin-bottom: 30px;
	}
	.btm-link{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.btm-link:not(:last-of-type){
		margin-bottom: 25px;
	}
	.btm-link__btn{
		text-align: center;
		position: relative;
		-webkit-transition: background .4s ease-out;
		-o-transition: background .4s ease-out;
		transition: background .4s ease-out;
		-webkit-transition: color .4s ease-out;
		-o-transition: color .4s ease-out;
		transition: color .4s ease-out;
		-webkit-transition: border .4s ease-out;
		-o-transition: border .4s ease-out;
		transition: border .4s ease-out;
		background-color:#0070CB;
		border-radius: 5px;
		color: #ffffff !important;
		border: #0070CB 2px solid;
		width: 112px;
		padding: 10px 0px 8px;
		font-weight: bold;
		font-size: 14px;
		-webkit-box-shadow: #000000 0px 10px 25px -15px;
		        box-shadow: #000000 0px 10px 25px -15px;
	}
	.btm-link__btn--preview{
		margin-right: 20px;
	}
	.btm-link__btn-arrow{
		width: 20px;
		height: 20px;
		stroke-width: 3;
		fill: none;
		-webkit-transition: stroke .4s ease-out;
		-o-transition: stroke .4s ease-out;
		transition: stroke .4s ease-out;
		stroke: #ffffff;

		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.btm-link__btn:hover{
		border-color: #0070CB;
		color: #0070CB !important;
		background-color: #ffffff;
	}
	.btm-link__btn:hover .btm-link__btn-arrow{
		stroke: #0070CB;
	}
	.btm-link__btn--preview .btm-link__btn-arrow{
		left: 0px;
	}
	.btm-link__btn--preview > span{
		padding-left: 10px;
	}
	.btm-link__btn--next .btm-link__btn-arrow{
		right: 0px;
	}
	.btm-link__btn--next > span {
		padding-right: 10px;
	}
	.btm-link__txtlink{
		color: #000000 !important;
		position: relative;
		width: 155px;
		font-size: 16px;
		text-align: left;
		font-weight: bold;
	}
	.btm-link__txtlink:not(:last-of-type){
		margin-right: 45px;
	}
	.btm-link__txtlink:hover{
		opacity: 0.7;
		color: #0070CB !important;;
	}
	.btm-link__txtlink .btm-link__btn-arrow{
		stroke: #000000;
		width: 20px;
		height: 20px;
		top: 54%;
	}
  .btm-link__txtlink:hover .btm-link__btn-arrow{
		stroke: #0070CB;
	}

}

/*
========================================
bnr-area
========================================
*/
/* pc */
@media(min-width:741px){
	.bnr-area{
		text-align: center;
		margin-bottom: 30px;
	}
	.bnr-area__link{
		width: 360px;
		height: 85px;
		display: block;
		margin: auto;
	}
	.bnr-area__link:hover{
		opacity: 0.7;
	}
	.bnr-area__link-img{
		width: 100%;
		height: 100%;
		display: block;
	}
}

/*
========================================
kv nav
========================================
*/
/* pc */
@media(min-width:741px){
	.kv__nav-outer{
		position: relative;
		margin-bottom: 20px;
	}
  .kv__nav{
		font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","M PLUS Rounded 1c", sans-serif;
    max-width: 960px;
    width: 100%;
    margin: 16px auto 0;
  }
  .kv__nav-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 882px;
    margin: auto;
  }
  .kv__nav-item{
    position: relative;
    width: 124.545px;
    height: 80.226px;
  }
  .kv__nav-link{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    position: relative;
    transition:transform .2s ease-out;
  }
  .kv__nav-bg-shape{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
		top: 0;
    right: -6px;
  }
  .kv__nav-bg-shape > path{
    fill: #fafaf8;
  }
  .kv__nav-txt{
    color: #000 !important;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
		width: 100%;
  }
  .kv__nav-arrow{
    width: 14.142px;
    height: 9.193px;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
    position: absolute;
    right: 5px;
  }
  .kv__nav-arrow > g > rect{
    fill: #7ec41e;
    width: 3px;
    height: 10px;
  }
  .kv__nav-link::after{
    content: "";
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    opacity: 0;
    background-image: url(/jiyukenkyu/_assets21/img/210601/blur.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: -10px;
    z-index: -2;
    width: 150px;
    height: 150px;
  }
	.kv__nav-link:hover,
  .kv__nav-link:focus,
  .kv__nav-link:active {
    text-decoration: none;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
  }
  .kv__nav-link:hover::after, 
  .kv__nav-link:focus::after,
  .kv__nav-link:active::after {
    opacity: 1;
  }
}

/* IE */
@media all and (-ms-high-contrast: none) {
  .kv__nav-link{
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}