@charset "UTF-8";
/*!  mixin,変数
================================================ */
/*!  footer
================================================ */
#footer .footerNav {
  background-color: #f2f2f2;
  padding: 30px 0; }
  @media (min-width: 640px) {
    #footer .footerNav {
      padding: 50px 0; } }
  #footer .footerNav .inner {
    margin-left: 15px;
    margin-right: 15px; }
    @media (min-width: 640px) {
      #footer .footerNav .inner {
        width: 1000px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  #footer .footerNav a {
    color: #333; }
    #footer .footerNav a:hover {
      text-decoration: underline; }
  #footer .footerNav .list {
    border-left: 1px solid #bbb;
    width: 33.33%;
    padding: 20px 30px 0; }
    #footer .footerNav .list:first-child {
      padding-left: 0;
      border: none; }
    #footer .footerNav .list .item {
      font-size: 14px;
      font-weight: 700;
      padding: 15px;
      color: #54B150;
      border: 1px solid #bbb;
      border: none;
      margin-bottom: 20px;
      padding: 0; }
      #footer .footerNav .list .item:before {
        font-family: 'font';
        content: "\e900";
        font-size: 10px;
        margin-right: 15px;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        display: inline-block;
        vertical-align: middle; }
  #footer .footerNav .sublist {
    padding-left: 40px; }
    #footer .footerNav .sublist .subitem {
      font-size: 12px;
      margin-top: 5px; }
      #footer .footerNav .sublist .subitem:before {
        content: '';
        width: 6px;
        height: 6px;
        margin-right: 10px;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        display: inline-block;
        background: url(../img/common/ico_sitemap.png) left top no-repeat;
        background-size: contain;
        vertical-align: middle; }
/*!  変更箇所
================================================ */
#footer .linkArea {
  padding: 30px 0;
    text-align: center;
  overflow: hidden;
}
 #footer .linkArea img:not(#facebook_btn){
   display: inline-flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   margin: 0 auto;}
  @media (min-width: 640px) {
    #footer .linkArea {
      padding: 70px 0; }}
   #footer .linkArea a {
      display: inline-block;
    padding: 0;
      margin-bottom: 20px; }

 #footer .linkArea>p>a:nth-of-type(2) img,
 #footer .linkArea>p>a:nth-of-type(3) img{
  width: 100px;
  margin: 0px 20px !important;
 }

#footer .copyright {
  display: block;
  position: relative;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 20px 0;
  border-top: solid 1px #bbb; }
  @media (min-width: 640px) {
    #footer .copyright {
      padding: 40px 0; } }

#footer .ftEntry {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
text-align:center;}
  @media (min-width: 640px) {
    #footer .ftEntry {
      display: none !important;
	  } }
  #footer .ftEntry a {
    display: inline-block;
	margin:0 1%;}
  #footer .ftEntry a.btn01{
    background: #f38440;
    width: 75%;
    border-radius: 5px;
  }
  #footer .ftEntry a.btn02{
    width: 15%;
    border-radius: 5px;
    overflow: hidden;
    background: #ccc;
  }
  #footer .ftEntry a.btn03{
    background: #1053e9;
    width: 75%;
    border-radius: 5px;
  }
  #footer .ftEntry img {
    max-height: 45px;
    width: auto;
    margin: 0 auto;
    display: block; }

  @media (min-width: 640px) {    
	.pagetopBtn {
    display:none;} 
	#page_top {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 20px;
    right: 20px;
} }

#contactList {
  background: #54B150;
  padding: 40px 0 30px;
  margin-bottom: 30px; }
  @media (min-width: 640px) {
    #contactList {
      margin-bottom: 0; } }
  #contactList .tit {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 700; }
    #contactList .tit:before {
      content: '';
      width: 23px;
      height: 24px;
      display: inline-block;
      background: url(../img/common/footer/ico_tel.png) left top no-repeat;
      background-size: contain;
      vertical-align: middle;
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
      margin-right: 10px; }
  #contactList .list {
    padding: 0 20px;
    margin-top: 20px; }
    @media (min-width: 640px) {
      #contactList .list {
        width: 1000px;
        padding: 0;
        margin: 30px  auto 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    #contactList .list .item {
      background-color: #555;
      border: 1px solid #fff;
      padding: 10px 15px;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 10px; }
      @media (min-width: 640px) {
        #contactList .list .item {
          width: 316px;
          height: 61px;
          font-size: 18px;
          margin-bottom: 0;
          padding: 0 15px; } }
      #contactList .list .item .tel {
        font-size: 20px;
        color: #fff; }
        @media (min-width: 640px) {
          #contactList .list .item .tel {
            font-size: 24px; } }
  #contactList .mail a {
    display: block;
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 15px 15px 15px 70px;
    margin: 20px;
    text-align: left; }
    @media (min-width: 640px) {
      #contactList .mail a {
        text-align: center;
        width: 400px;
        line-height: 50px;
        height: 50px;
        padding: 0;
        margin: 0 auto;
        -webkit-transition: all .3s;
        transition: all .3s;
        opacity: 1; }
        #contactList .mail a:hover {
          opacity: .7; } }
    #contactList .mail a:before {
      content: '';
      width: 34px;
      height: 26px;
      display: inline-block;
      background: url(../img/common/footer/ico_mail.png) left top no-repeat;
      background-size: contain;
      position: absolute;
      left: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 640px) {
        #contactList .mail a:before {
          width: 28px;
          height: 22px; } }
  #contactList .mail .icon {
    color: #f38440;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 26px; }

/*!  mixin,変数
================================================ */
/*!  header
================================================ */
#header {
  position: relative;
  height: 80px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.8); }
  @media (min-width: 640px) {
    #header {
      position: absolute;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(3, 3, 3, 0.21);
      box-shadow: 0px 0px 5px 0px rgba(3, 3, 3, 0.21);
      width: 100%;
      height: 83px; } }
  #header .logo {
    width: 200px;
    padding-top: 20px;
    padding-left: 15px; }
    @media (min-width: 640px) {
      #header .logo {
        width: 309px;
        padding-top: 15px;
        padding-left: 30px;
        float: left; } }
  #header .btnArea {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 10000;
    right: 15px;
    top: 15px; }
    #header .btnArea .btnMenu:before,
	#js-btn-menu:before {
      content: '';
      width: 50px;
      height: 50px;
      display: block;
      background: url(../img/common/header/btn_menu.png) left top no-repeat;
      background-size: contain;
      border-radius: 100%;
      vertical-align: middle; }
    #header .btnArea .btnMenu.open:before {
      background-image: url(../img/common/header/btn_close.png); }

@media (min-width: 640px) {
  #gNav {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #gNav .item {
      border-left: 1px solid #aaa; }
      #gNav .item a {
        -webkit-transition: all .3s;
        transition: all .3s;
        opacity: 1; }
        #gNav .item a:hover {
          opacity: .7; } }

#spNav {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 80px;
  width: 100%;
  background: #f38440;}
  #spNav:before{
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    content: "";
    height: 80px;
    position: absolute;
    top: -80px;
  }
  #spNav .item {
    border-bottom: 1px solid #fabf9b; }
    #spNav .item:last-child {
/* No.116      background: #ec5e23; */ }
    #spNav .item a,
    #spNav .item span {
      color: #fff;
      display: block;
      padding: 15px;
      font-weight: 600; }
    #spNav .item span {
      position: relative; }
      #spNav .item span:after {
        position: absolute;
        right: 15px;
        top: 18px;
        content: '';
        width: 20px;
        height: 20px;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        display: block;
        background: url(../img/common/header/ico_open.png) left top no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin:5px; }
      #spNav .item span.open:after {
        background-image: url(../img/common/header/ico_close.png);
        top: 25px; }
  #spNav .sublist {
    display: none;
    background: #fabf9b;
    padding: 5px 0 5px 20px; }
    #spNav .sublist .subitem a {
      color: #333;
      padding: 5px 15px;
      font-weight: normal; }
      #spNav .sublist .subitem a:before {
        content: '';
        width: 13px;
        height: 13px;
        margin-right: 10px;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        display: inline-block;
        background: url(../img/common/ico_sitemap.png) left top no-repeat;
        background-size: contain;
        vertical-align: middle; }

#entryBtn {
  position: fixed;
  right: 34px;
  top: 110px;
}
#entryBtn .entry01 {
  background: rgba(254,111,23,.8);
  border-radius: 50%;
  display: block;
  -webkit-transition: all .3s;
  overflow: hidden;
  transition: all .3s; }
  #entryBtn .entry01:hover {
    background: rgb(243,132,64); }
  #entryBtn .entry01:hover img {
    opacity: 1; }
  #entryBtn .entry01:after {
    opacity: 0;
    position: absolute;
    content: '';
    width: 166px;
    height: 166px;
    right: 70px;
    top: 155px;
    z-index: -1;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    display: block;
    background: url(../img/common/header/btn_entry_on.png) left top no-repeat;
    background-size: contain;
    vertical-align: middle;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #entryBtn .entry01:hover:after {
    opacity: 1; }

#entryBtn .entry02 {
  position: fixed;
  right: 0;
  top: 250px;
  display: none; }


#pageMenu .list {
  text-align: center; }
  #pageMenu .list .item {
    display: inline-block;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s; }
    #pageMenu .list .item:last-child {
      background-color: #f2f2f2; }
    #pageMenu .list .item:hover {
      cursor: pointer; }
    #pageMenu .list .item.active, #pageMenu .list .item.active a { /* a指定追加 */
      color: #88745E; }
      #pageMenu .list .item.active:before {
        position: absolute;
        left: 50%;
        bottom: 3px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 9px 11px 9px;
        border-color: transparent transparent #88745E transparent; }

#pageMenu .sublistWrap {
  position: relative;
  background-color: #BEA68B;
  height: 60px; }

#pageMenu .sublist {
  display: none;
  position: absolute;
  text-align: center;
  width: 1000px;
  height: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out; }
  #pageMenu .sublist.active {
    display: table;
    opacity: 1;
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fade-in;
    animation-name: fade-in; }

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
  #pageMenu .sublist .item {
    display: table-cell;
    width: auto; }
    #pageMenu .sublist .item a {
      display: block;
      padding: 20px 20px; /* 20px 40pxから変更 */
      color: #fff;
      font-size: 14px;
      -webkit-transition: all .3s;
      transition: all .3s; }
      #pageMenu .sublist .item a .icon {
        font-size: 80%;
        margin-left: 10px; }
      #pageMenu .sublist .item a:hover {
        color: #333;
        background-color: #dfd1c0;
        font-weight: 700;
		}
        #pageMenu .sublist .item a:hover .icon {
          color: #333; }

/*!  mixin,変数
================================================ */
/*!  #mainImg
================================================ */
#mainImg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px; }
  @media (min-width: 640px) {
    #mainImg {
      height: 400px;
      padding-top: 80px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  #mainImg .tit {
    color: #fff;
    font-size: 30px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3; }
    @media (min-width: 640px) {
      #mainImg .tit {
        font-size: 48px; } }
  #mainImg .sub {
    color: #fff;
    font-size: 18px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 10px; }
    @media (min-width: 640px) {
      #mainImg .sub {
        font-size: 24px;
        margin-top: 28px; } }

#mainImgTop {
  margin-top: -80px;
  position: relative;
  z-index: 1; }
  #mainImgTop .slide01,
  #mainImgTop .slide02,
  #mainImgTop .slide03 {
    background-position: center top;
    background-size: cover;
    position: relative;
    height: 450px; }
    @media (min-width: 640px) {
      #mainImgTop .slide01,
      #mainImgTop .slide02,
      #mainImgTop .slide03 {
        height: 745px; } }
  #mainImgTop .slide01 {
    background-image: url(../img/home/mainimg01.png); }
  #mainImgTop .slide02 {
    background-image: url(../img/home/mainimg02.png); }
  #mainImgTop .slide03 {
    background-image: url(../img/home/mainimg03.png); }
  #mainImgTop .tit {
    padding-top: 80px;
    white-space: nowrap;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 30px; }
    @media (min-width: 640px) {
      #mainImgTop .tit {
        top: 280px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 60px; } }
    #mainImgTop .tit em {
      font-size: 40px;
      display: inline-block;
      margin: 0 -0.8em; }
      @media (min-width: 640px) {
        #mainImgTop .tit em {
          font-size: 80px;
          margin: 0 -0.5em; } }
  #mainImgTop .sub {
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: 50px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 18px; }
    @media (min-width: 640px) {
      #mainImgTop .sub {
        font-size: 36px;
        top: 480px;
        right: 80px;
        bottom: auto; } }

/*!  ================================================ orangetop start　*/

#mainImg_orange{
	background-color: #f38440;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 135px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px; }
  @media (min-width: 640px) {
    #mainImg_orange {
      height: 280px;
      padding-top: 80px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  #mainImg_orange .tit {
    color: #fff;
    font-size: 30px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3; }
    @media (min-width: 640px) {
      #mainImg_orange .tit {
        font-size: 48px; } }
  #mainImg_orange .sub {
    color: #fff;
    font-size: 18px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 10px; }
    @media (min-width: 640px) {
      #mainImg_orange .sub {
        font-size: 24px;
        margin-top: 28px; } }

/*!  orangetop end ================================================ */

/*!  mixin,変数
================================================ */
/*!  #breadcrumb
================================================ */
#breadcrumb {
  background-color: #ffeac5; }
  #breadcrumb .list {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    #breadcrumb .list .item {
      font-size: 12px;
      display: inline-block;
      vertical-align: middle; }
      #breadcrumb .list .item:first-child a {
        color: #f38440; }
        #breadcrumb .list .item:first-child a:before {
          content: '';
          width: 12px;
          height: 12px;
          margin-right: 4px;
          -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
          display: inline-block;
          background: url(../img/common/ico_home.png) left top no-repeat;
          background-size: contain;
          vertical-align: middle; }
      #breadcrumb .list .item + .item:before {
        margin-right: 15px;
        margin-left: 15px;
        content: ">";
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px); }
      #breadcrumb .list .item a {
        color: #333; }
        #breadcrumb .list .item a:hover {
          text-decoration: underline; }

/*!  mixin,変数
================================================ */
/*!  #sidebar
================================================ */
@media (min-width: 640px) {
  #sidebar, #sidebar_nofixed {
    float: left;
    width: 260px;
    font-size: 14px;
    position: relative; }
    #sidebar.is-fixed {
      position: fixed;
      top: 50px;
      z-index: 2; } }

#sidebar a, #sidebar_nofixed a {
  color: #333; }

#sidebar .sideTitle,
#sidebar_nofixed .sideTitle {
  background-color: #54B150;
  color: #fff;
  padding: 16px 10px;
  text-align: center; }
  @media (min-width: 640px) {
    #sidebar .sideTitle, #sidebar_nofixed .sideTitle {
      padding: 26px 10px; } }
  #sidebar .sideTitle .tit, #sidebar_nofixed .sideTitle .tit {
    font-size: 18px;
    font-weight: bold; }
    @media (min-width: 640px) {
      #sidebar .sideTitle .tit, #sidebar_nofixed .sideTitle .tit {
        font-size: 22px; } }
  #sidebar .sideTitle .sub, #sidebar_nofixed .sideTitle .sub {
    font-size: 15px;
    font-weight: bold; }
    @media (min-width: 640px) {
      #sidebar .sideTitle .sub, #sidebar_nofixed .sideTitle .sub {
        font-size: 16px; } }

#sidebar .pageNav, #sidebar_nofixed .pageNav {
  border: 1px solid #bbbbbb;
  border-bottom: 0;
  margin-bottom: 20px; }
  @media (min-width: 640px) {
    #sidebar .pageNav, #sidebar_nofixed .pageNav {
      margin-top: 30px;
      margin-bottom: 50px;
      border-left: 0;
      border-right: 0; } }
  #sidebar .pageNav .item, #sidebar_nofixed .pageNav .item {
    display: block;
    border-bottom: 1px solid #bbbbbb;
    padding: 10px 15px 10px 35px;
    position: relative; }
    @media (min-width: 640px) {
      #sidebar .pageNav .item, #sidebar_nofixed .pageNav .item {
        padding: 15px 15px 15px 30px; } }
    #sidebar .pageNav .item:before,
    #sidebar_nofixed .pageNav .item:before {
      position: absolute;
      left: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%) scale(0.6);
      transform: translateY(-50%) scale(0.6);
      border-radius: 2px;
      font-family: 'font';
      content: "\e900";
      width: 14px;
      height: 14px;
      display: block;
      background: #54B150;
      color: #fff;
      font-size: 8px;
      padding: 4px;
      text-align: center; }
      @media (min-width: 640px) {
        #sidebar .pageNav .item:before,
        #sidebar_nofixed .pageNav .item:before {
          left: 0; } }
    #sidebar .pageNav .item.current,
    #sidebar_nofixed .pageNav .item.current {
      background-color: #e6f9e8;
      font-weight: bold;
      display: block;
      border-bottom: 1px solid #bbbbbb;
      padding: 10px 15px 15px 30px; }
      @media (min-width: 640px) {
        #sidebar .pageNav .item.current,
        #sidebar_nofixed .pageNav .item.current {
          padding: 15px 15px 15px 30px; } }
      #sidebar .pageNav .item.current:before,
      #sidebar_nofixed .pageNav .item.current:before {
        content: none; }
    #sidebar .pageNav .item a:hover,
    #sidebar_nofixed .pageNav .item a:hover {
      text-decoration: underline; }
    #sidebar .pageNav .item .localNav,
    #sidebar_nofixed .pageNav .item .localNav {
      border-top: 1px solid #bbbbbb;
      background: #fff;
      margin: 10px -15px -15px -30px; }
      @media (min-width: 640px) {
        #sidebar .pageNav .item .localNav,
        #sidebar_nofixed .pageNav .item .localNav {
          margin: 15px -15px -15px -30px; } }
      #sidebar .pageNav .item .localNav li,
      #sidebar_nofixed .pageNav .item .localNav li {
        border-bottom: 1px solid #bbbbbb; }
        #sidebar .pageNav .item .localNav li:last-child,
        #sidebar_nofixed .pageNav .item .localNav li:last-child {
          border: none; }
        #sidebar .pageNav .item .localNav li a,
        #sidebar_nofixed .pageNav .item .localNav li a {
          display: block;
          position: relative;
          padding: 10px 15px 10px 50px; }
          @media (min-width: 640px) {
            #sidebar .pageNav .item .localNav li a,
            #sidebar_nofixed .pageNav .item .localNav li a {
              padding: 15px 15px 15px 50px; } }
          #sidebar .pageNav .item .localNav li a:before,
          #sidebar_nofixed .pageNav .item .localNav li a:before {
            position: absolute;
            content: '';
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 0 6px 6px;
            left: 32px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border-color: transparent transparent transparent #73C470; }

#sidebar .btnList .item,
#sidebar_nofixed .btnList .item {
  margin-bottom: 10px; }
  @media (min-width: 640px) {
    #sidebar .btnList .item, #sidebar_nofixed .btnList .item {
      margin-bottom: 30px; } }
  #sidebar .btnList .item a, #sidebar_nofixed .btnList .item a {
    border: 1px solid #54B150;
    color: #54B150;
    font-size: 18px;
    display: block;
    font-weight: 700;
    padding: 13px 20px 13px 13px;
    text-align: left;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s; }
    #sidebar .btnList .item a:hover,
    #sidebar_nofixed .btnList .item a:hover {
      color: #fff;
      background: #54B150; }
    #sidebar .btnList .item a .icon,
    #sidebar_nofixed .btnList .item a .icon {
      position: absolute;
      font-size: 20px;
      right: 18px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

#sidebar.green .sideTitle {
  background-color: #05a41c; }

#sidebar.green .pageNav .item:before {
  background: #05a41c; }

#sidebar.green .pageNav .item.current {
  background-color: #ecfbf0; }

#sidebar.green .pageNav .localNav li a:before {
  border-color: transparent transparent transparent #05a41c; }

#sidebar.green .btnList .item a {
  border: 1px solid #05a41c;
  color: #05a41c; }
  #sidebar.green .btnList .item a:hover {
    color: #fff;
    background: #05a41c; }

#sidebar.blue .sideTitle {
  background-color: #1153e9; }

#sidebar.blue .pageNav .item:before {
  background: #1153e9; }

#sidebar.blue .pageNav .item.current {
  background-color: #ebf3fe; }

#sidebar.blue .pageNav .localNav li a:before {
  border-color: transparent transparent transparent #1153e9; }

#sidebar.blue .btnList .item a {
  border: 1px solid #1153e9;
  color: #1153e9; }
  #sidebar.blue .btnList .item a:hover {
    color: #fff;
    background: #1153e9; }
/*!  #sidebar2
 * fj_column専用
================================================ */
@media (min-width: 640px) {
  #sidebar2 {
    float: right;
    width: 260px;
    font-size: 14px;
    position: relative; }
        #sidebar2.is-fixed {
      position: fixed;
      top: 50px;
      z-index: 2; } }

#sidebar2 a {
  color: #333; }

#sidebar2 .sideTitle {
  background-color: #54b150;
  color: #fff;
  padding: 16px 10px;
  text-align: center; }
  @media (min-width: 640px) {
    #sidebar2 .sideTitle {
      padding: 26px 10px; } }
  #sidebar2 .sideTitle .tit {
    font-size: 18px;
    font-weight: bold; }
    @media (min-width: 640px) {
      #sidebar2 .sideTitle .tit {
        font-size: 22px; } }
  #sidebar2 .sideTitle .sub {
    font-size: 15px;
    font-weight: bold; }
    @media (min-width: 640px) {
      #sidebar2 .sideTitle .sub {
        font-size: 16px; } }

#sidebar2 .pageNav {
  border: 1px solid #bbbbbb;
  border-bottom: 0;
  margin-bottom: 20px; }
  @media (min-width: 640px) {
    #sidebar2 .pageNav {
      margin-top: 30px;
      margin-bottom: 50px;
      border-left: 0;
      border-right: 0; } }
  #sidebar2 .pageNav .item {
    display: block;
    border-bottom: 1px solid #bbbbbb;
    padding: 10px 15px 10px 35px;
    position: relative; }
    @media (min-width: 640px) {
      #sidebar2 .pageNav .item {
        padding: 15px 15px 15px 30px; } }
    #sidebar2 .pageNav .item:before {
      position: absolute;
      left: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%) scale(0.6);
      transform: translateY(-50%) scale(0.6);
      border-radius: 2px;
      font-family: 'font';
      content: "\e900";
      width: 14px;
      height: 14px;
      display: block;
      background: #73c470;
      color: #fff;
      font-size: 8px;
      padding: 4px;
      text-align: center; }
      @media (min-width: 640px) {
        #sidebar2 .pageNav .item:before {
          left: 0; } }
    #sidebar2 .pageNav .item.current {
      background-color: #fddcc8;
      font-weight: bold;
      display: block;
      border-bottom: 1px solid #bbbbbb;
      padding: 10px 15px 15px 30px; }
      @media (min-width: 640px) {
        #sidebar2 .pageNav .item.current {
          padding: 15px 15px 15px 30px; } }
      #sidebar2 .pageNav .item.current:before {
        content: none; }
    #sidebar2 .pageNav .item a:hover {
      text-decoration: underline; }
    #sidebar2 .pageNav .item .localNav {
      border-top: 1px solid #bbbbbb;
      background: #fff;
      margin: 10px -15px -15px -30px; }
      @media (min-width: 640px) {
        #sidebar2 .pageNav .item .localNav {
          margin: 15px -15px -15px -30px; } }
      #sidebar2 .pageNav .item .localNav li {
        border-bottom: 1px solid #bbbbbb; }
        #sidebar2 .pageNav .item .localNav li:last-child {
          border: none; }
        #sidebar2 .pageNav .item .localNav li a {
          display: block;
          position: relative;
          padding: 10px 15px 10px 50px; }
          @media (min-width: 640px) {
            #sidebar2 .pageNav .item .localNav li a {
              padding: 15px 15px 15px 50px; } }
          #sidebar2 .pageNav .item .localNav li a:before {
            position: absolute;
            content: '';
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 0 6px 6px;
            left: 32px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border-color: transparent transparent transparent #f38440; }

#sidebar2 .btnList .item {
  margin-bottom: 10px; }
  @media (min-width: 640px) {
    #sidebar2 .btnList .item {
      margin-bottom: 30px; } }
  #sidebar2 .btnList .item a {
    border: 1px solid #f38440;
    color: #f38440;
    font-size: 18px;
    display: block;
    font-weight: 700;
    padding: 13px 20px 13px 13px;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s; }
    #sidebar2 .btnList .item a:hover {
      color: #fff;
      background: #f38440; }
    #sidebar2 .btnList .item a .icon {
      position: absolute;
      font-size: 20px;
      right: 18px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

#sidebar2.green .sideTitle {
  background-color: #05a41c; }

#sidebar2.green .pageNav .item:before {
  background: #05a41c; }

#sidebar2.green .pageNav .item.current {
  background-color: #ecfbf0; }

#sidebar2.green .pageNav .localNav li a:before {
  border-color: transparent transparent transparent #05a41c; }

#sidebar2.green .btnList .item a {
  border: 1px solid #05a41c;
  color: #05a41c; }
  #sidebar2.green .btnList .item a:hover {
    color: #fff;
    background: #05a41c; }

#sidebar2.blue .sideTitle {
  background-color: #1153e9; }

#sidebar2.blue .pageNav .item:before {
  background: #1153e9; }

#sidebar2.blue .pageNav .item.current {
  background-color: #ebf3fe; }

#sidebar2.blue .pageNav .localNav li a:before {
  border-color: transparent transparent transparent #1153e9; }

#sidebar2.blue .btnList .item a {
  border: 1px solid #1153e9;
  color: #1153e9; }
  #sidebar2.blue .btnList .item a:hover {
    color: #fff;
    background: #1153e9; }


/*!  mixin,変数
================================================ */
/*!  base
================================================ */
html {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  @media (min-width: 640px) {
    html {
      min-width: 1140px;
      overflow: auto; } }

body {
  position: relative;
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  line-height: 1.6; }
  @media (min-width: 640px) {
    body {
      min-width: 1140px;
      font-size: 16px; } }

::-moz-selection {
  background: #fce8db; }

::selection {
  background: #fce8db; }

::-moz-selection {
  background: #fce8db; }

/* layout
-------------------------------------------------*/
#wrapper {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 640px) {
    #wrapper {
      padding: 70px 0; } }
  #wrapper.column {
    margin-left: 15px;
    margin-right: 15px; }
    @media (min-width: 640px) {
      #wrapper.column {
        width: 100%;
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 640px) {
      #wrapper.column #main {
        width: 820px;
        float: right; } }
  #wrapper.single {
    margin-left: 15px;
    margin-right: 15px; }
    @media (min-width: 640px) {
      #wrapper.single {
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }

/* for IE */
main {
  display: block; }

/* end for IE */
/* box-sizing
-------------------------------------------------*/
html, body, header, footer, h1, h2, h3, h4, h5, section, article, div, dl, dt, dd, ol, ul, li, p, a, span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents section, #contents article, #contents div, #contents dl, #contents dt, #contents dd, #contents ol, #contents ul, #contents li, #contents p, #contents a, #contents span {
  max-height: 100%; }

/* img
-------------------------------------------------*/
img {
  max-width: 100%;
  vertical-align: top; }

/* link
-------------------------------------------------*/
a {
  outline: none;
  text-decoration: none;
  color: #333; }
  @media (min-width: 640px) {
    a img {
    -webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
      -webkit-transition: all .3s;
      transition: all .3s;
      opacity: 1; }
      a img:hover {
        opacity: .7; } }

/* weight
-------------------------------------------------*/
span,
em {
  font-weight: inherit; }

/* form reset
-------------------------------------------------*/
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  border-radius: 50%; }

/* other
-------------------------------------------------*/
iframe {
  max-width: 100%; }

li {
  list-style: none; }

/* icon font
-------------------------------------------------*/
@font-face {
  font-family: 'font';
  src: url("../img/common/fonts/font.eot?6y4sge");
  src: url("../img/common/fonts/font.eot?6y4sge#iefix") format("embedded-opentype"), url("../img/common/fonts/font.ttf?6y4sge") format("truetype"), url("../img/common/fonts/font.woff?6y4sge") format("woff"), url("../img/common/fonts/font.svg?6y4sge#font") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow:before {
  content: "\e900"; }

/* searchBox
-------------------------------------------------*/
#searchBox {
  position: relative;
  z-index: 2;
  background-color: #fef5f6;
  padding-top: 40px; }
  @media (min-width: 640px) {
    #searchBox {
      background-color: rgba(0, 0, 0, 0.15);
      width: 100%;
      height: 200px;
      margin-top: -200px;
      padding-top: 20px; } }
  #searchBox .tit {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 640px) {
      #searchBox .tit {
        color: #fff;
        font-size: 22px;
        margin-bottom: 10px;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
        letter-spacing: 0.05em;
        font-weight: 500; } }
  #searchBox .link {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    margin-top: 12px;
    letter-spacing: 0.1em; }
  #searchBox .link:hover { /* 追加 */
    color: #f38440;}
  #searchBox .formBox {
    margin: 0 15px; }
    @media (min-width: 640px) {
      #searchBox .formBox {
        background-color: #fff;
        max-width: 800px;
        height: 100px;
        margin: 0 auto;
        border-radius: 80px;
        overflow: hidden;
        position: relative; } }
    #searchBox .formBox .list {
      border: 1px solid #f16b81;
      margin-bottom: 30px; }
      #searchBox .formBox .list:nth-of-type(1) dd,
      #searchBox .formBox .list:nth-of-type(2) dd {
        display: block; }
        @media (min-width: 640px) {
          #searchBox .formBox .list:nth-of-type(1) dd,
          #searchBox .formBox .list:nth-of-type(2) dd {
            display: table-cell; } }
      @media (min-width: 640px) {
        #searchBox .formBox .list {
          width: 100%;
          display: table;
          height: 50px;
          border: none;
          border-bottom: 1px solid #bbb;
          margin: 0; }
          #searchBox .formBox .list:nth-of-type(1) dt, #searchBox .formBox .list:nth-of-type(1) dd {
            padding-top: 3px; }
          #searchBox .formBox .list:nth-of-type(2) {
            border-bottom: 0; } }
      #searchBox .formBox .list dt {
        background-color: #f16b81;
        color: #fff;
        padding: 10px 20px;
        position: relative; }
        @media (min-width: 640px) {
          #searchBox .formBox .list dt {
            color: #333;
            font-weight: 700;
            font-size: 16px;
            width: 100px;
            background-color: #f3f3f3;
            height: 40px;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            padding: 0 0 0 20px; } }
        #searchBox .formBox .list dt:after {
          position: absolute;
          right: 15px;
          top: 13px;
          content: '';
          width: 20px;
          height: 20px;
          -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
          display: block;
          background: url(../img/common/header/ico_open.png) left top no-repeat;
          background-size: contain;
          vertical-align: middle; }
          @media (min-width: 640px) {
            #searchBox .formBox .list dt:after {
              content: none; } }
        #searchBox .formBox .list dt.open:after {
          background-image: url(../img/common/header/ico_close.png);
          top: 20px; }
      #searchBox .formBox .list dd {
        padding: 10px 20px;
        background-color: #fff;
        display: none; }
        @media (min-width: 640px) {
          #searchBox .formBox .list dd {
            height: 40px;
            display: table-cell;
            vertical-align: middle;
            padding: 0 0 0 30px; } }
    #searchBox .formBox .radio,
    #searchBox .formBox .checkbox {
      position: relative;
      display: inline-block;
      margin: 10px 30px 10px 0;
      padding-left: 25px; }
      @media (min-width: 640px) {
        #searchBox .formBox .radio,
        #searchBox .formBox .checkbox {
          margin: 0 30px 0 0; } }
      #searchBox .formBox .radio:hover,
      #searchBox .formBox .checkbox:hover {
        cursor: pointer; }
      #searchBox .formBox .radio input,
      #searchBox .formBox .checkbox input {
        display: none; }
        #searchBox .formBox .radio input + span:before,
        #searchBox .formBox .checkbox input + span:before {
          vertical-align: middle;
          content: "";
          position: absolute;
          width: 14px;
          height: 14px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          left: 0;
          top: 4px;
          display: inline-block;
          background: #f38440; }
        #searchBox .formBox .radio input:checked + span:after,
        #searchBox .formBox .checkbox input:checked + span:after {
          content: "";
          display: block;
          position: absolute;
          top: 4px;
          left: 4px;
          width: 5px;
          height: 8px;
          -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
          border-bottom: 2px solid #fff;
          border-right: 2px solid #fff; }
    #searchBox .formBox .radio input + span:before {
      vertical-align: middle;
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      left: -1px;
      top: 4px;
      display: inline-block;
      background: #f38440;
      border-radius: 100%; }
    #searchBox .formBox .radio input:checked + span:after {
      content: "";
      position: absolute;
      width: 7px;
      height: 7px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      left: 3px;
      top: 8px;
      display: inline-block;
      background: #fff;
      border-radius: 100%; }
    #searchBox .formBox .searchBtn {
      width: 250px;
      margin: 0 auto; }
      @media (min-width: 640px) {
        #searchBox .formBox .searchBtn {
          position: absolute;
          right: 0;
          top: 0;
          height: 80px;
          width: 80px;
          margin: 0; } }
      #searchBox .formBox .searchBtn label {
        background-color: #f38440;
        color: #fff;
        padding: 10px 10px 10px 0;
        display: block;
        text-align: center;
        -webkit-transition: all .3s;
        transition: all .3s;
        font-size: 18px; }
        @media (min-width: 640px) {
          #searchBox .formBox .searchBtn label {
            font-size: 14px;
            height: 80px; } }
        #searchBox .formBox .searchBtn label:hover {
          background-color: #f6a370;
          cursor: pointer; }
        #searchBox .formBox .searchBtn label:before {
          content: '';
          width: 20px;
          height: 20px;
          display: inline-block;
          background: url(../img/common/ico_search.png) center top no-repeat;
          background-size: contain;
          margin: 0 8px 0 0;
          -webkit-transform: translateY(3px);
          transform: translateY(3px); }
          @media (min-width: 640px) {
            #searchBox .formBox .searchBtn label:before {
              -webkit-transform: none;
              transform: none;
              display: block;
              margin: 5px auto;
              width: 27px;
              height: 27px; } }
      #searchBox .formBox .searchBtn input {
        display: none; }

.geotrustbtn img {
	padding-bottom: 16px;}

	
/*!  アコーディオン表示  -2025.02.20追記
================================================ */

html {
  scroll-behavior: smooth; /* スムーズスクロールの基本設定 */
}

.readmore {
  position: relative;
  margin: 50px auto 0;
  padding: 0 0 75px;
}

.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #f38440;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #f38440;
  background-color: #ffffff;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}

.readmore label::before{
  content: '↓続きを見る';
}

.readmore input[type="checkbox"]:checked ~ label::before {
  content: '↑元に戻す';
}

.readmore input[type="checkbox"]{
  display: none;
}

.readmore-content {
  position: relative;
  height: 150px;
  overflow: hidden;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
  display: none;
}


 /* 「fjjobs」投稿用 */
.job-title {
  text-align: right;
}
