@charset "UTF-8";
.mainVisualArea {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #f3f5ef;
}
.mainVisual li {
  position: relative;
}
.mainVisual a {
  display: block;
  position: relative;
}
.mainVisual .txtBox {
  width: 1000px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  color: #333333;
  font-weight: bold;
}
.mainVisual .txtBox .ttl {
  font-size: 4rem;
}
.mainVisual .txtBox .subTtl {
  font-size: 2rem;
  margin-bottom: 10px;
}
.mainVisual .txtBox .lead {
  font-size: 1.6rem;
}

/*====================
 Slider 
 ====================*/
.slick-slider {
  position: relative;
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow {
  display: none;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 28px;
  z-index: 10;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: '';
  text-align: center;
  background: #fff;
  border: 1px solid #93c609;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #93c609;
}
.mainCont {
  padding: 40px 0 0;
}
.content {
  margin: 0 auto 40px;
  background: #fff;
  box-shadow: 0 0 10px rgba(144, 144, 144, 0.3);
}
.pickUpBox {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  border: 1px solid #f1901f;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.pickUpBox .ttl {
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-flex;
  width: 180px;
  height: 180px;
  text-align: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  background: #f1901f;
}
.pickUpBox .ttl span {
  display: block;
  width: 100%;
  text-align: center;
}
.pickUpList {
  min-height: 193px;
  padding: 20px 20px 20px 180px;
  background: #fff;
  box-shadow: 0px 0px 20px 5px rgba(241, 144, 31, 0.2) inset;
}
.pickUpList ul {
  padding: 20px;
}
.pickUpList ul .txtLink {
  display: block;
}
.pickUpList .label {
  display: inline-block;
  margin-left: 10px;
  padding: 0 3px;
  border-radius: 2px;
  color: #fff;
  font-size: 1.4rem;
  background: #f1901f;
}
/* tab ------------------------------*/
#tabArea {
  margin: 40px auto;
}
.tab {
  width: 1000px;
  margin: 0 auto 8px;
  letter-spacing: -0.4rem;
}
.tab li {
  position: relative;
  display: inline-block;
  width: 32.8%;
  margin-right: 5px;
  color: #94c509;
  font-weight: bold;
  font-weight: 18px;
  background: #fcfcfc;
  border-top: 2px solid #94c509;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.tab li:last-child {
  margin-right: 0;
}
.tab li span {
  display: inline-block;
  padding: 20px 10px 20px 80px;
}
.tab li.know span {
  background: url(/n_common/img/icon_light.png)no-repeat left 17px center;
}
.tab li.study span {
  background: url(/n_common/img/icon_memo.png)no-repeat left 17px center;
}
.tab li.counsel span {
  background: url(/n_common/img/icon_balloon.png)no-repeat left 17px center;
}
.tab li:hover {
  background: #fffbf4;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.tab li.current {
  padding-top: 8px;
  border-top: #fff;
  color: #333;
  background: #fff;
}
.tab li.current::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 8px;
  background: #fff;
}
.tabContList {
  background: #fff;
  box-shadow: 0 0 10px rgba(144, 144, 144, 0.3);
}
.tabContItem {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}
.tabContItem .linkBtnList.colm3 .linkBtn {
  max-width: 100%;
}
.linkArea .col.sizeL {
  display: inline-block;
  vertical-align: top;
  width: 278px;
  /* height: 258px; */
  margin-right: 20px;
  padding: 20px;
  border: 2px solid #94c509;
}
.linkArea .col.sizeL .txt {
  margin-bottom: 48px;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2;
}
.linkArea .col.border {
  padding: 20px;
  border: 2px solid #94c509;
}
.linkArea .col .linkBtnList .linkNormal {
  display: block;
  width: 100%;
}
.linkArea .linkBtnList .linkNormal .inr {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.linkArea .col:last-child {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 305px);
}
.linkArea .col .linkBtnList li,
.linkArea .col .linkBtnList li.forPC {
  display: inline-block!important;
  vertical-align: top;
  width: 47%;
}
.linkArea .col .linkBtnList li {
  margin-bottom: 10px;
}
.linkArea .col .linkBtnList li:nth-child(2n) {
  margin-left: 2%;
}
.linkArea .col .linkBtnList li.sizeL {
  width: 96.7%;
}
/* newsList ------------------------------*/
#updateInfo {
  margin-bottom: 60px;
}
#news .contInr,
#updateInfo .contInr {
  padding: 20px 25px;
}
.ttlLv2 {
  margin-bottom: 20px;
  padding: 6px 0 6px 60px;
  font-size: 20px;
  font-weight: bold;
}
#news .ttlLv2 {
  margin-top: 10px;
  background: url(/n_common/img/icon_news.png)no-repeat center left;
  border-bottom: none;
}
#news .ttlLv2::after,
#updateInfo .ttlLv2::after {
  display: none;
}
#news .ttlLv2 a.rssIcon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/n_common/img/icon_signal_wave.png)no-repeat center right;
}
#news .ttlLv2 a.rssIcon:hover {
  opacity: 0.7;
}
#updateInfo .ttlLv2 {
  margin-top: 10px;
  background: url(/n_common/img/icon_info.png)no-repeat center left;
  border-bottom: none;
}
.newsList li {
  display: table;
  width: 100%;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #d7e2c0;
}
.newsList li span {
  display: table-cell;
  vertical-align: top;
}
.newsList li .date {
  width: 150px;
}
/* workArea ------------------------------*/
#workArea {
  padding: 60px 0;
  background: #94c509;
}
#workArea .ttl {
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#workArea a.linkBtn {
  margin-top: 40px
}
.linkPanel .col {
  border: 2px solid transparent;
  transition: all 0.2s linear;
}
.linkPanel .col:hover {
  border: 2px solid #118226;
  transition: all 0.2s linear;
}
.panelInr {
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.linkPanel .col img {
  width: 100%;
}
.linkPanel .col .linkTxt {
  position: relative;
  height: 90px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 20px 12px;
  font-weight: bold;
}
.linkPanel .col .linkTxt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 1em;
  height: 1em;
  margin: auto;
  background: #94c509;
}
.linkPanel .col .linkTxt::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* panelArea ------------------------------*/
#panelArea {
  padding: 60px 0 20px;
}
#panelArea .linkPanel {
  text-align: center;
}
#panelArea .linkPanel .col a {
  height: 170px;
  width: 100%;
  padding: 10px;
  text-align: center;
}
#panelArea .linkPanel .col .linkTxt {
  padding: 10px 35px 0 10px;
  height: 64px;
  display: flex;
  width: 100%;
  align-items: center;
  text-align: left;
}
#panelArea .linkPanel .panelInr.noImg .linkTxt {
  height: 100%;
  padding: 20px 0;
  text-align: center;
}
#panelArea .linkPanel .panelInr.noImg .linkTxt span {
  width: 100%;
  padding: 10px;
  border: 1px solid #94c509;
}
#panelArea .linkPanel .panelInr.noImg .linkTxt::before,
#panelArea .linkPanel .panelInr.noImg .linkTxt::after {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
#panelArea .linkPanel .panelInr.noImg .linkTxt::after {
  bottom: 4px;
  right: 4px;
}
.linkBtn.jili .inr {
  background: url(/n_common/img/icon_jili.png)no-repeat center left;
}
.linkBtn.guidance .inr {
  background: url(/n_common/img/icon_guidance.png)no-repeat center left;
}
.linkBtn.receiving .inr {
  background: url(/n_common/img/icon_women.png)no-repeat center left;
}
/*------------------------------
 SP
------------------------------*/
@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
  .mainCont {
    min-width: 0;
    padding: 40px 0 0;
  }
  .mainVisual .txtBox {
    width: 100%;
    min-height: 100px;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .mainVisual a {
    display: block;
  }
  .mainVisual .txtBox .ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .mainVisual .txtBox .subTtl {
    font-size: 1.4rem;
  }
  .mainVisual .txtBox .lead {
    font-size: 1.2rem;
  }
  .slick-slide img {
    width: 100%;
  }
  .slick-dots {
    bottom: -5px;
  }
  .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
  .pickUpArea {
    padding: 0 10px;
  }
  .pickUpBox {
    width: 100%;
  }
  .pickUpBox .ttl {
    height: 50px;
    bottom: auto;
    top: -25px;
    left: 0;
    right: 0;
    font-size: 2rem
  }
  .pickUpList {
    padding: 10px 15px 15px;
    min-height: auto;
  }
  .pickUpList ul {
    padding: 30px 0 0 0;
  }
  .tab,.tabContItem {
    width: 100%;
  }
  .tabContItem {
    padding: 10px;
  }
  .tab {
    text-align: center;
    margin-bottom: 4px
  }
  .tab li {
    width: 31%;
    height: 55px;
    vertical-align: top;
    text-align: center;
    position: relative;
  }
  .tab li.current span {
    padding: 0 10px;
  }
  .tab li.current::after {
    content: "";
    width: 100%;
    height: 4px;
    background: #fff;
    left: 0;
    top: -4px;
  }
  .tab li.current::before {
    content: "";
    width: 100%;
    height: 4px;
    background: #fff;
    left: 0;
    bottom: -4px;
    display: block;
    position: absolute;
  }
  .tab li span {
    padding: 10px;
    background: none;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .tab li.know span, .tab li.study span,.tab li.counsel span {
    background: none;
  }
  .tabContItem .linkBtnList.colm3 {
    margin: 15px;
  }
  .tabContItem .linkBtnList.colm3 .linkBtn {
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 14px;
  }
  .linkArea .col.sizeL {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px;
    overflow: hidden;
  }
  .linkArea .col.sizeL .txt,
  .linkArea .col.sizeL .linkBtn {
    display: inline-flex;
    width: 49%;
    margin: 0;
    vertical-align: top;
    line-height: 1.7;
    font-size: 1.4rem;
  }
  .linkArea .col.sizeL .txt {
    width: 44%;
    margin-right: 4%;
    float: left;
  }
  .linkArea .col.sizeL .linkBtn {
    float: right;
  }
  .linkArea .col.border {
    padding: 10px;
  }
  .linkArea .col.border .linkBtnList .linkNormal {
    margin-bottom: 15px;
  }
  .linkArea .col .linkBtnList .linkNormal img {
    width: 12px;
    height: 12px;
  }
  .linkArea .col:last-child {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .linkArea .col:last-child .linkBtnList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .linkArea .col .linkBtnList li {
    margin-bottom: 0;
  }
  .linkArea .col .linkBtnList li:last-child {
    margin-bottom: 0;
  }
  .linkArea .col .linkBtnList li.sizeL {
    width: 100%;
  }
  .linkArea .col .linkBtnList li {
    width: 47%;
  }
  .linkArea .col .linkBtnList li.forPC {
    display: none!important;
  }
  .linkArea .col .linkBtnList li:nth-child(2n) {
    float: right;
  }
  .linkArea .col .linkBtnList li a{
    height: 60px;
    font-size: 12px;
  }
  #news, #updateInfo {
    width: 94%;
    padding: 0;
  }
  #news .contInr, #updateInfo .contInr {
    padding: 20px;
  }
  .newsList li span {
    display: block;
  }
  #news a.linkBtn , #workArea a.linkBtn {
    width: 200px;
  }
  #workArea {
    padding: 40px 0;
  }
  #workArea .content {
    margin-bottom: 0;
  }
  #workArea .ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  #workArea .linkPanel .col .linkTxt {
    padding: 10px 20px 10px 10px;
    height: 68px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    font-size: 13px;
  }
  #workArea .linkPanel .col .linkTxt::before {
    right: 5px;
  }
  #workArea .linkPanel .col .linkTxt::after {
    right: 10px;
  }
  #workArea a.linkBtn {
    margin-top: 0;
  }
  #panelArea {
    padding: 20px 0 10px;
  }
  #panelArea .content {
    margin-bottom: 0px;
  }
  #panelArea .column_4col>.col {
    margin-bottom: 10px;
  }
  #panelArea .linkPanel .col a {
    display: table;
    width: 100%;
    height: auto;
  }
  #panelArea .linkPanel .col a img {
    display: none;
  }
  #panelArea .linkPanel .col a .linkTxt {
    display: table-cell;
    height: 46px;
    vertical-align: middle;
    padding: 0 0 0 60px;
    text-align: left;
  }
  #panelArea .linkPanel .col:nth-child(2) a .linkTxt {
    background: url(/img/img_link_panel_other02_sp.png)no-repeat center left;
    background-size: 50px;
  }
  #panelArea .linkPanel .col:nth-child(3) a .linkTxt {
    background: url(/img/img_link_panel_other03_sp.png)no-repeat center left;
    background-size: 50px;
 }
  #panelArea .linkPanel .col:nth-child(4) a .linkTxt {
    background: url(/img/img_link_panel_other07_sp.png)no-repeat center left;
    background-size: 50px;
  }
  #panelArea .linkPanel .panelInr.noImg .linkTxt {
    padding: 0;
  }
  #panelArea .linkPanel .panelInr.noImg .linkTxt span {
    padding: 0;
    border: none;
  }
  #panelArea .linkPanel .panelInr.noImg .linkTxt::before,
  #panelArea .linkPanel .panelInr.noImg .linkTxt::after {
    top: 0;
    bottom: 0;
    right: 10px;
    left: auto;
  }
  #panelArea .linkPanel .panelInr.noImg .linkTxt::after {
    right: 16px;
  }
  #gFooter .footerInr {
    display: block;
    max-width: 100%;
    padding: 20px 10px 10px;
  }
  #gFooter .footerItem .item {
    display: none;
  }
  #gFooter .footerItem .item.sns {
    display: block;
  }
  #gFooter .footerItem .item.sns ul {
    display: flex;
  }
  #gFooter .footerItem .item.sns ul li:first-child {
    margin-right: 15px;
  }
  .footerInr .column_3col>.col {
    margin-bottom: 5px;
  }
  .footerInr .column_3col>.col:nth-of-type(n+4) {
    margin-top: 0;
  }
}