@charset "UTF-8";

/*
========================================
shared
========================================
*/
/* pc */
@media(min-width:741px){
  body {
    min-width: 1114px;
    overflow-x: auto;
  }
  .article-body *,.article-body *:after, .article-body *:before{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .article-body {
    overflow: hidden;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","M PLUS Rounded 1c", sans-serif, "Hiragino Maru Gothic StdN", "Noto Sans JP";
  }
  .article-body a {
    text-decoration: none !important;
    color: inherit;
    outline: none !important;
  }
  .article-body a:hover img,
  .article-body a:active img,
  .article-body a:focus img{
    opacity: 0.85;
  }
  .breadcrumb{
    max-width: 960px;
    width: 95%;
    margin: 20px auto 10px;
  }
  .sp{
    display: none !important;
  }
  #main{
    width: 100%;
    padding-top: 0;
  }
  #contents {
    width: 100%;
    float: none;
    padding: 0
  }
}
/* sp */
@media(max-width:740px){
  .article-body *,.article-body *:after, .article-body *:before{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .article-body {
    padding-bottom: 15px;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","M PLUS Rounded 1c", sans-serif, "Hiragino Maru Gothic StdN", "Noto Sans JP";
  }
  .article-body a {
    text-decoration: none !important;
    outline: none !important;
  }
  .article-body a:focus img,
  .article-body a:active img,
  .article-body a:hover img{
    opacity: 0.85;
  }
  .pc{
    display: none !important;
  }
  #contents {
    width: auto;
    float: none;
    padding: 0
  }
  #main{
    padding-top: 0;
  }
}


/* pc */
@media(min-width:741px){
	.jiyukenkyu-labo__desc{
		font-size: 20px;
		margin-bottom: 1em;
		font-weight: 600;
	}
	.jiyukenkyu-labo__desc--orange{
		color: #fd8333;
	}
	.jiyukenkyu-labo__desc--center{
		text-align: center;
	}
	.jiyukenkyu-labo__desc--small{
		font-size: 80%;
	}
}
/* sp */
@media(max-width:740px){
	.jiyukenkyu-labo__desc{
		font-size: 16px;
		margin-bottom: 0.8em;
		font-weight: 600;
	}
	.jiyukenkyu-labo__desc--orange{
		color: #fd8333;
	}
	.jiyukenkyu-labo__desc--center{
		text-align: center;
	}
	.jiyukenkyu-labo__desc--small{
		font-size: 80%;
	}
}

/*
========================================
g-navi
========================================
*/
/* pc */
@media(min-width:741px){
	.g-navi__kv{
		background-image: url(/jiyukenkyu/jiyukenkyu-labo/_shared/img/kv-pc.svg);
		background-size: 1419px 109px;
		background-repeat: no-repeat;
		background-position-x: center;
		background-color: #FAFCFF;
		min-height: 109px;
	}
	.g-navi{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		width: 960px;
		margin: 0 auto;
	}
	.g-navi__name{
		font-size: 14px;
		color: #203C99;
		text-align: end;
	}
	.g-navi__button-txt{
		font-size: 35px;
		color: #fff;
		background-color:#203C99;
		padding: 4px 20px;
		margin-bottom: 10px;
		border-radius: 40px;
		font-weight: 600;
	}
	.g-navi__button-txt--yellow{
		color: #FFF67C;
	}
	.g-navi__navi-area{
		box-shadow: 0px 4px 3px 4px rgba(0,0,0,0.1);
		position: relative;
		z-index: 2;
	}
	.g-navi__navi-area.fixed{
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 4;
    width: 100%;
	}
	.g-navi__navi-area.fixed + section,
	.g-navi__navi-area.fixed + div{
		margin-top: 70px;
	}
	.g-navi__navigation{
		width: 960px;
		margin: 0 auto;
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;

	}
	.g-navi__items{
		font-size: 20px;
		width: 32%;
		text-align: center;
		color: #203C99;
		margin: 20px 0;
		position: relative;
		border-left: 2px solid #DDDDDD;
		list-style: none;
		font-weight: 600;
	}
	.g-navi__items:nth-of-type(1){
		border-left: none;
	}
	.g-navi__items::after{
		content: "";
		background-image: url(/jiyukenkyu/jiyukenkyu-labo/_shared/img/arrows/arrow01.svg);
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
		position: absolute;
		bottom: 5px;
		transform: rotate(-90deg);
		margin-left: 10px;
	}
	.g-navi__items a{
		color: #203C99;
	}
	.jiyukenkyu-labo__logo{
		display: block;
		width: 234px;
		height: 71px;
		margin-bottom: 10px;
		margin-right: 5px;
	}
	.pc-none{
		display: none;
	}
}
/* sp */
@media(max-width:740px){
	.g-navi__kv{
		background-image: url(/jiyukenkyu/jiyukenkyu-labo/_shared/img/kv-sp.png);
		background-size: 100%;
		background-repeat: no-repeat;
		height: 120px;
		box-shadow: 2px 2px 4px 3px rgba(0,0,0,0.1);
	}
	.hamburger-menu {
		position: absolute;
		top: 10px;
		right: 15px;
		float: right;
		height: 30px;
		width: 30px;
		z-index: 2;
		background-color: red;
		border-radius: 9px;
	}
	.g-navi{
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding-bottom: 5px;
	}
	.g-navi__name{
		font-size: 14px;
		color: #203C99;
		text-align: center;
	}
	.g-navi__button-txt{
		font-size: 17px;
		width: 98%;
		font-weight: 600;
		margin: 0 auto;
		color: #fff;
		text-align: center;
		background-color: #203C99;
		padding: 4px 1px;
		border-radius: 40px;
		height: 32px;
		position: absolute;
		transform: translateY(330%);
		bottom: 0;
		left: 3px;
	}
	.g-navi__button-txt--yellow{
		color: #FFF67C;
	}
	.g-navi__navigation{
		display: none;
	}
	.jiyukenkyu-labo__logo{
		display: block;
		margin: 0 auto;
		width: 50%;
		margin-bottom: 10px;
	}
	.sp-none{
		display: none;
	}
}

/*
========================================
bottom
========================================
*/
/* pc */
@media(min-width:741px){
	.jiyukenkyu-labo__bottom-area{
		position: relative;
		background-color: #fff;
    z-index: 3;
	}
	.jiyukenkyu-labo__bottom-area::before{
		content: "";
		background-image: url(/jiyukenkyu/jiyukenkyu-labo/_shared/img/wave-white-pc.svg);
		background-size: cover;
		width: 100vw;
    height: 8vw;
    min-height: 87px;
    max-height: 100px;
		position: absolute;
		transform: translateY(-99%);
		top: 1px;
    z-index: -1;
	}
	.jiyukenkyu-labo__link-area{
		width: 860px;
		margin: 0 auto;
		margin-bottom: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.jiyukenkyu-labo__bnr-link{
		display: block;
	}
	.jiyukenkyu-labo__bnr-link:hover{
		opacity: 0.5;
	}
	.jiyukenkyu-labo__bnr-img{
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
}
/* sp */
@media(max-width:740px){
	.jiyukenkyu-labo__bottom-area{
		position: relative;
		background-color: #fff;
		padding-top: 25px;
    z-index: 3;
	}
	.jiyukenkyu-labo__bottom-area::before{
		content: "";
		background-image: url(/jiyukenkyu/jiyukenkyu-labo/_shared/img/wave-white-sp.svg);
		background-size: cover;
		width: 100%;
		height: 22%;
    min-height: 22%;
    max-height: 22%;
		position: absolute;
		transform: translateY(-99%);
		top: 0;
    z-index: -1;
	}
	.jiyukenkyu-labo__link-area{
		width: auto;
		margin: 0 auto;
		margin-bottom: 30px;
		display: block;
	}
	.jiyukenkyu-labo__bnr-link{
		display: block;
	}
	.jiyukenkyu-labo__bnr-link:hover{
		opacity: 0.5;
	}
	.jiyukenkyu-labo__bnr-img{
		width: 265px;
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}
/* 4K */
@media(min-width:1700px){
	.jiyukenkyu-labo__bottom-area::before{
		max-height: 150px;
	}
}


/*
==================================
menu
==================================
*/
/* sp */
@media(max-width:740px){
	body.is-active{
		position: fixed;
	}
  .g-navi__menu{
    position:fixed;
    z-index: 999;
    top:0;
    right: -120%;
    width:100%;
    height: 100vh;
    background-color: rgba(32,60,153,0.6);
    transition: all 0.6s;
  }
  .g-navi__menu.is-active{
    right: 0;
  }
  .g-navi__menu.is-active .g-navi__menu-inner{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .g-navi__menu-list{
    position: absolute;
    z-index: 999;
    padding-left: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 120px;
    width: 100%;
    background-color: #fff;
  }
  .g-navi__menu-list-item{
    list-style: none;
    position: relative;
  }
  .g-navi__menu-list-item::before{
	content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/point/_assets/img/210702/icon_arrow-pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 24px;
    position: absolute;
    -webkit-transform: translateX(270px);
        -ms-transform: translateX(270px);
            transform: translateX(270px);
	left: 0;
	bottom: 10px;
  }
  .g-navi__menu-list-item:not(:last-of-type)::after{
    content: "";
    width: 290px;
    height: 1px;
    background-color: #DDDDDD;
    position: absolute;
  }
  .g-navi__menu-list-link{
    font-size: 14.5px;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
  }
	a.g-navi__menu-list-link {
    color: #203C99;
	}
  .g-navi__menu-btn{
    position: fixed;
    z-index: 9999;
    top: 140px;
    right: 0;
    cursor: pointer;
    width: 42px;
    height: 42px;
		background-image: url(/jiyukenkyu/jiyukenkyu-labo/_shared/img/icon_menu_open.svg);
		background-repeat: no-repeat;
		background-size: contain;
  }
	.g-navi__menu-btn {
    position: absolute;
    top: 5px;
	}
	.g-navi__menu-btn.active{
		background-image: url(/jiyukenkyu/jiyukenkyu-labo/_shared/img/icon_menu_close.svg);
  }
}

/* iPhone5 / se */
@media(max-width:320px){
	.g-navi__menu-list-item::before{
		content: "";
		background-image: url(/jiyukenkyu/jiyukenkyu-labo/point/_assets/img/210702/icon_arrow-pc.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 12px;
		height: 24px;
		position: absolute;
		-webkit-transform: translateX(240px);
			-ms-transform: translateX(240px);
				transform: translateX(240px);
		left: 0;
		bottom: 10px;
	}
}