@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;
    padding-bottom: 0;
  }
  #contents {
    width: 100%;
    float: none;
    padding: 0
  }
}
/* sp */
@media(max-width:740px){
  body.is-active{
		position: fixed;
    max-width: 100vw;
	}
  .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;
    padding-bottom: 0;
  }
}




/*
==================================
menu
==================================
*/
/* pc */
@media(min-width:741px){
  .g-navi__navi-area {
    box-shadow: 0px 3px 3px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
  }
  .g-navi__navigation {
    width: 1050px;
    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 a {
    color: #203C99;
  }
  .g-navi__items::after {
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/theme/_shared/img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 24px;
    position: absolute;
    bottom: 2px;
    margin-left: 10px;
  }
  .g-nav__navi-area {
    box-shadow: 0px 3px 3px 0px rgba(154, 154, 154, 0.1);
    position: relative;
    z-index: 2;
  }
  .g-nav__navigation {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .fixed {
    width: 960px;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 4;
    width: 100% !important;
    right: 0;
    left: 0;
  }
  .g-nav__items {
    width: 32%;
    font-size: 20px;
    text-align: center;
    color: #203C99;
    margin: 20px 0;
    position: relative;
    list-style: none;
    font-weight: 600;
    border-left: 2px solid #DDDDDD;
  }
  .g-nav__items:nth-of-type(1) {
    border-left: none;
  }
  .g-nav__items::after {
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/theme/_shared/img/arrow.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 3px;
    transform: rotate(-90deg);
    margin-left: 10px;
  }
  
}
/* sp */
@media(max-width:740px){
  .g-navi {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .g-navi__menu-btn {
    position: absolute;
    top: 5px;
    z-index: 9999;
    right: 0;
    cursor: pointer;
    width: 42px;
    height: 42px;
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/theme/_shared/img/humberger.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .g-navi__menu-btn.active{
		background-image: url(/jiyukenkyu/jiyukenkyu-labo/_shared/img/icon_menu_close.svg);
  }
  .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;
  }
  .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-labo2022/theme/_shared/img/arrow.png);
    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-link {
    color: #3EAAE9;
    font-size: 14.5px;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
  }
  .g-navi__navigation {
    display: none;
  }
  .g-nav-inner {
    position: relative;
  }
  .g-navi__menu {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background-color: rgb(82 190 229 / 60%);
    transition: all 0.6s;
  }
  .g-navi__menu .is-active {
    right: 0;
  }
  .g-nav__navi-area {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
  }
  .g-nav__navigation {
    position: absolute;
    z-index: 999;
    padding-left: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 120px;
    width: 100%;
    background-color: #fff;
  }
  .g-nav__items {
    list-style: none;
    position: relative;
  }
}




/*
==================================
kv
==================================
*/
/* pc */
@media(min-width:741px){
  .kv__inner-img{
    width: 100%;
  }
}
/* sp */
@media(max-width:740px){
  .kv__inner-img{
    width: 100%;
  }
}




/*
==================================
more__look
==================================
*/
/* pc */
@media(min-width:741px){
  .more__ttl {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
  .more__look {
    margin-top: 30px;
  }
  .more__look-txt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
  }
  .more__look-link {
    color: #3EAAE9 !important;
    background-color: #fff;
    width: 460px;
    margin: 0 auto;
    border-radius: 15px;
    border: 1px solid #AED7EF;
    display: block;
    padding: 20px 0;
    -webkit-box-shadow: 3px 3px 6px rgb(0 0 0 / 18%);
    box-shadow: 2px 2px 0px #AED7EF;
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
  }
  .more__look-link::after {
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/theme/_shared/img/arrow-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 24px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 10px;
    top: 50%;
  }
}
/* sp */
@media(max-width:740px){
  .more__ttl {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}
  .more__look {
    margin-top: 30px;
  }
  .more__look-txt {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
  }
  .more__look-link {
    color: #3EAAE9 !important;
    background-color: #fff;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 15px;
    border: 1px solid #AED7EF;
    display: block;
    padding: 10px 0;
    -webkit-box-shadow: 3px 2px 6px rgb(0 0 0 / 18%);
    box-shadow: 3px 2px 0px #AED7EF;
    position: relative;
    text-align: center;
    font-weight: 600;
  }
  .more__look-link::after {
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/theme/_shared/img/arrow-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 20px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 10px;
    top: 50%;
  }
}




/*
==================================
upmatome
==================================
*/
/* pc */
@media(min-width:741px){
  .upmatome{
    text-align: center;
    margin-top: 30px;
  }
  .upmatome__link{
    background-color: #fff;
    width: 460px;
    margin: 0 auto;
    border-radius: 15px;
    border: 1px solid #AED7EF;
    display: block;
    padding: 20px 0;
    -webkit-box-shadow: 3px 3px 6px rgb(0 0 0 / 18%);
    box-shadow: 2px 2px 0px #AED7EF;
    position: relative;
  }
  .upmatome__link::after{
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/theme/_shared/img/arrow-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 24px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 10px;
    top: 50%;
  }
  .upmatome__btn-txt{
    font-size: 20px;
    color: #3EAAE9;
    font-weight: 600;
  }
  .upmatome__btn-subtxt{
    color: #707070;
    font-size: 14px;
  }
}
/* sp */
@media(max-width:740px){
  .upmatome{
    text-align: center;
    margin: 30px 0px 40px;
  }
  .upmatome__link{
    background-color: #fff;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 15px;
    border: 1px solid #AED7EF;
    display: block;
    padding: 10px 0;
    -webkit-box-shadow: 3px 2px 6px rgb(0 0 0 / 18%);
    box-shadow: 2px 2px 0px #AED7EF;
    position: relative;

  }
  .upmatome__link::after{
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/theme/_shared/img/arrow-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 20px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 10px;
    top: 50%;
  }
  .upmatome__btn-txt{
    font-size: 14px;
    color: #3EAAE9;
    font-weight: 600;
  }
  .upmatome__btn-subtxt{
    color: #707070;
    font-size: 12px;
  }
}




/*
==================================
jiyukenkyu-labo__bottom-area
==================================
*/
/* pc */
@media(min-width:741px){
  .jiyukenkyu-labo__bottom-area {
    position: relative;
    background-color: #fff;
    z-index: 3;
    margin-top: 72px;
  }
  .jiyukenkyu-labo__desc {
    font-size: 20px;
    margin-bottom: 1em;
    font-weight: 600;
  }
  .jiyukenkyu-labo__desc--center {
    text-align: center;
  }
  .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-img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    max-width: 406px;
  }
  .jiyukenkyu-labo__bnr-img:nth-child(n + 3){
    margin-bottom: 0;
  }
}
/* sp */
@media(max-width:740px){
  .jiyukenkyu-labo__bottom-area {
    position: relative;
    background-color: #fff;
    z-index: 3;
  }
  .jiyukenkyu-labo__desc {
    font-size: 16px;
    margin-bottom: 0.8em;
    font-weight: 600;
  }
  .jiyukenkyu-labo__desc--center {
    text-align: center;
  }
  .jiyukenkyu-labo__link-area {
    width: auto;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
  }
  .jiyukenkyu-labo__bnr-link {
    display: block;
  }
  .jiyukenkyu-labo__bnr-img {
    width: 265px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .jiyukenkyu-labo__bnr-img:not(:last-child){
    margin-bottom: 0;
  }
}