@charset "UTF-8";


/* ====================================================
20210225追加
==================================================== */

/*タイトル*/

.ttlcomp-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

@media screen and (max-width: 834px) {
  .ttlcomp-04 {
    margin-bottom: 30px;
  }
}

.ttlcomp-04 span {
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
}


/*プライバシーポリシー*/

.sec-privacy .txt-basic {
  line-height: 1.75;
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .sec-privacy .txt-basic {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 834px) {
  .sec-privacy .txt-basic {
    margin-bottom: 30px;
  }
}




/*事業内容*/

.sec-service-biz {
  padding: 0 0 200px;
}

@media screen and (max-width: 834px) {
  .sec-service-biz {
    padding: 25px 0 100px;
  }
}

.sec-value-page .txt-basic {
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .sec-value-page .txt-basic {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 834px) {
  .sec-value-page .txt-basic {
    margin-bottom: 30px;
  }
}

.value-top .pic {
  padding: 0 120px;
  overflow-wrap: break-word;
}

@media screen and (max-width: 834px) {
  .value-top .pic {
    padding: 0;
  }
}

/*事業内容　サービス一覧*/
.service-list-biz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1152px;
  margin: 0 auto 75px;
}

@media screen and (max-width: 1024px) {
  .service-list-biz {
    margin: 0 -7px;
  }
}

.service-list-biz .item {
  width: 50%;
  padding: 0 17px;
  margin-bottom: 28px;
}

@media screen and (max-width: 1024px) {
  .service-list-biz .item {
    padding: 0 7px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 834px) {
  .service-list-biz .item {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .service-list-biz .item {
    width: 100%;
  }
}

.service-list-biz .item .block {
  display: block;
  background: white;
  color: black;
  position: relative;
  padding: 30px 40px 30px;
  -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 1024px) {
  .service-list-biz .item .block {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 834px) {
  .service-list-biz .item .block {
    padding: 15px 15px 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.service-list-biz .service-list__img {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}

@media screen and (max-width: 834px) {
  .service-list-biz .service-list__img {
    width: 100px;
    height: 100px;
    margin-bottom: 0;
  }
}

.service-list-biz .service-list__img img {
  max-height: 73px;
}

@media screen and (max-width: 834px) {
  .service-list-biz .service-list__img img {
    max-height: 40px;
  }
}

.service-list-biz .service-list__txt {
  padding: 0 0;
}

@media screen and (max-width: 834px) {
  .service-list-biz .service-list__txt {
    width: calc(100% - 100px);
  }
}

.service-list-biz .service-list__txt .ttl {
  display: block;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
  margin-bottom: 22px;
}

@media screen and (max-width: 834px) {
  .service-list-biz .service-list__txt .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-align: left;
  }
}


.service-list-biz2 .item .block {
  max-width: 580px;
  margin: 0 auto;
  display: block;
  background: white;
  color: black;
  position: relative;
  padding: 30px 40px 30px;
  -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 1024px) {
  .service-list-biz2 .item .block {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 834px) {
  .service-list-biz2 .item .block {
    padding: 15px 15px 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}


/*お問い合わせ*/

.sec-service-top .content {
  max-width: 763px;
  margin: 0 auto 200px;
  background: #fff;
  padding: 45px 0 30px;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .sec-service-top .content {
    padding: 20px 0;
  }
}

.sec-service-top .content .txt-contact {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .sec-service-top .content .txt-contact {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 374px) {
  .sec-service-top .content .txt-contact {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-service-top .content .tel {
  font-family: YuMincho, "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 500;
  font-size: 39px;
  font-size: 3.9rem;
}

@media screen and (max-width: 834px) {
  .sec-service-top .content .tel {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 374px) {
  .sec-service-top .content .tel {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec-service-top .content .tel a {
  font-size: 52px;
  font-size: 5.2rem;
  color: #222222;
  letter-spacing: -1px;
}

@media screen and (max-width: 834px) {
  .sec-service-top .content .tel a {
    letter-spacing: 0;
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 374px) {
  .sec-service-top .content .tel a {
    font-size: 30px;
    font-size: 3rem;
  }
}

.sec-service-top .content .time {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .sec-service-top .content .time {
    font-size: 12px;
    font-size: 1.2rem;
  }
}


/* ====================================================
Blog style　happykajiからcopy
==================================================== */

@media only screen and (max-width: 767px) {
  .plsp-00 {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .prsp-00 {
    padding-right: 0 !important;
  }
}


/* ====================================================
bottan
==================================================== */

.btn-wrap {
  display: block;
  text-align: center;
}

.btn-style01 {
  font-size: 15px;
  font-size: 1.5rem;
  border: 1px solid #ffffff;
  text-align: center;
  padding: 9px 20px 8px;
  width: 100%;
  max-width: 210px;
  display: inline-block;
  position: relative;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .btn-style01 {
    padding: 10px 10px;
  }
}

.btn-style01:after {
  content: '';
  background: url("../images/common/ico_arr-style01.png") no-repeat center/cover;
  height: 9px;
  width: 9px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn-style01:hover {
  background: #FFF;
  color: #060001;
  opacity: 1;
}

.btn-style01:hover::after {
  background-image: url("../images/common/ico_arr-style01_on.png");
}

.btn-style02 {
  color: #444444;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #444444;
  text-align: center;
  padding: 15px 30px;
  width: 100%;
  max-width: 300px;
  display: inline-block;
  position: relative;
  background: #ffffff;
  border-radius: 30px;
}

@media only screen and (max-width: 767px) {
  .btn-style02 {
    padding: 10px 5px;
  }
}

.btn-style02:after {
  content: '';
  /*background: url("../images/common/ico_arr-style02.png") no-repeat center/cover;*/
  height: 20px;
  width: 21px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .btn-style02:after {
    right: 5px;
  }
}

.btn-style02:hover {
  opacity: 1;
  background: #444444;
  color: #FFF;
}

.btn-style03 {
  color: #444444;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #444444;
  text-align: center;
  padding: 15px 30px;
  width: 100%;
  max-width: 300px;
  display: inline-block;
  position: relative;
  background: #ffffff;
  border-radius: 30px;
}

@media only screen and (max-width: 767px) {
  .btn-style03 {
    padding: 10px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.btn-style03:after {
  content: '';
  /*background: url("../images/common/ico_arr-style02.png") no-repeat center/cover;*/
  height: 20px;
  width: 21px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-style03:hover {
  opacity: 1;
  background: #444444;
  color: #FFF;
}

.btn-style04 {
  color: #000000;
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #060001;
  text-align: center;
  padding: 6px 20px;
  width: 100%;
  max-width: 240px;
  display: inline-block;
  position: relative;
  background: #ffffff;
}

.btn-style04:hover {
  opacity: 1;
  background: #060001;
  color: #FFF;
}

/* ====================================================
title
==================================================== */

#blog h1 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #blog h1 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
}

#blog .category-wrap {
  margin-bottom: 20px;
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
}



#blog .category-wrap span.label {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  padding: 4px 6px;
  color: #ffffff;
  background: #555555;
  margin-bottom: 10px;
}

#blog .category-wrap span.date{
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}



.ttl-style01 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 25px;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .ttl-style01 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.ttl-style01 span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
}

.ttl-style02 {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}

.ttl-style02 span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

.ttl-style03 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .ttl-style03 {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
  }
}

.ttl-style03 span {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .ttl-style03 span {
    display: block;
    margin-left: 0;
  }
}

.ttl-style04 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  margin-bottom: 5px;
}

.ttl-style04 span {
  color: #333333;
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}


/* ====================================================
Blog 
==================================================== */

#article .article-inner .article-content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
}



#article .article-inner .article-content p {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #article .article-inner .article-content {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  #article .article-inner .article-content p {
    margin-bottom: 20px;
  }
}

#article .article-inner h2 {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  border-left: 2px solid #ff6666;
  padding: 3px 10px;
  margin-bottom: 40px;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  #article .article-inner h2 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

#article .article-inner h3 {
  color: #ff6666;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #article .article-inner h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

#article .article-inner h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #article .article-inner h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}


/* ====================================================
Blog Archive
==================================================== */

#new-article {
  padding-top: 20px;
  padding-bottom: 160px;
}

@media only screen and (max-width: 767px) {
  #new-article {
    padding-top: 20px;
    padding-bottom: 75px;
  }
}

/* PCブロック・SP1横列 */

.listNew-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -10px 10px;
}

.listNew-article .listItem {
  padding: 0px 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% / 4);
  position: relative;
  background: #ffffff;
}

.listNew-article .listItem a {
  display: block;
}

.listNew-article .listItem .img {
  position: relative;
  overflow: hidden;
}

.listNew-article .listItem .img::after {
  content: "";
  display: block;
  padding-top: 70%;
}

.listNew-article .listItem .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  width: 100%;
  max-width: inherit;
}

.listNew-article .listItem img {
  width: 100%;
}

.listNew-article .listItem .categorized {
  position: absolute;
  top: 0px;
  left: 10px;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 3px 10px;
}

@media only screen and (max-width: 767px) {
  .listNew-article .listItem .categorized {
    font-size: 10px;
    font-size: 1rem;
  }
}

.listNew-article .listItem .txt-content {
  /*padding: 20px 25px 20px;*/
  padding: 5px 5px 30px;
  background: #ffffff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.listNew-article .listItem .txt-content .title {
  /*padding: 20px 25px 20px;*/
  padding: 5px 5px 30px;
  background: #ffffff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}


@media only screen and (max-width: 767px) {
  .listNew-article .listItem .txt-content {
    font-size: 14px;
    font-size: 1.4rem;
  }
}


.listNew-article .listItem .txt-content .category-name {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 10px;
  color: #555555;
}

@media only screen and (max-width: 767px) {
  .listNew-article .listItem {
	  margin-bottom: 20px;
	  padding-bottom: 20px;
	  border-bottom: 1px solid #cccccc;
    width: 100% !important;
  }
  .listNew-article .listItem .img {
    width: 35%;
  }
  .listNew-article .listItem .img::after {
    content: "";
    display: block;
    padding-top: 80%;
  }
  .listNew-article .listItem .img img {
    height: 100%;
    width: auto;
  }
  .listNew-article .listItem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #fff;
  }
  .listNew-article .listItem a .categorized {
    left: 0;
    right: 50%;
    max-width: 35%;
  }
  .listNew-article .listItem a .txt-content {
    padding: 10px;
    width: 65%;
  }
}

.listNew-article.col3 .listItem {
  width: calc(100% / 3);
}

.listNew-article.col3 .listItem .txt-content {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .listNew-article .listItem .txt-content {
    font-size: 13px;
    font-size: 1.3rem;
  }
}



/* PC・SP1横列 */

.listNew-article02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -10px 10px;
}

.listNew-article02 .listItem {
	  margin-bottom: 20px;
	  padding-bottom: 20px;
	  border-bottom: 1px solid #cccccc;
    width: 100% !important;
}

.listNew-article02 .listItem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #fff;
}

.listNew-article02 .listItem .img {
    width: 35%;
}

.listNew-article02 .listItem .img::after {
    content: "";
    display: block;
}

.listNew-article02 .listItem .img img {
    height: 100%;
    width: auto;
}


.listNew-article02 .listItem .categorized {
  position: absolute;
  top: 0px;
  left: 10px;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 3px 10px;
}

@media only screen and (max-width: 767px) {
  .listNew-article02 .listItem .categorized {
    font-size: 10px;
    font-size: 1rem;
  }
}

.listNew-article02 .listItem .txt-content {
  padding: 10px 0 0 20px;
    width: 65%;
  background: #ffffff;
}

.listNew-article02 .listItem .title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.listNew-article02 .listItem .bodytxt {
  padding: 20px 0 0 0;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
}



@media only screen and (max-width: 767px) {
  .listNew-article02 .listItem .title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .listNew-article02 .listItem .bodytxt {
    display: none;
  }
    
}


.listNew-article02 .listItem .txt-content .category-name {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 10px;
  color: #555555;
}

@media only screen and (max-width: 767px) {
  .listNew-article02 .listItem {
  }
  .listNew-article02 .listItem .img {
  }
  .listNew-article02 .listItem .img::after {
  }
  .listNew-article02 .listItem .img img {
  }
  .listNew-article02 .listItem a {
  }
  .listNew-article02 .listItem a .categorized {
    left: 0;
    right: 50%;
    max-width: 35%;
  }
  .listNew-article02 .listItem a .txt-content {
  }
}



/* ====================================================
2Column
==================================================== */

.main-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .main-wrap-inner {
    display: block;
  }
}

#main {
  width: calc(100% - 25%);
}

@media only screen and (max-width: 767px) {
  #main {
    width: 100%;
  }
}


/* ====================================================
sidebar
==================================================== */

#sidebar {
  margin-left: 70px;
  width: 25%;
}

@media only screen and (max-width: 767px) {
  #sidebar {
    width: 100%;
    margin-left: 0;
  }
}

#sidebar .listCategory {
  margin-bottom: 40px;
}

#sidebar .listCategory li {
  border-top: 0px solid #cccccc;
  border-left: 0px solid #cccccc;
  border-right: 0px solid #cccccc;
  padding-left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

#sidebar .listCategory li:last-child {
  border-bottom: 0px solid #cccccc;
}

#sidebar .listCategory li:hover {
  background: #f1f1f1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#sidebar .listCategory li:hover a {
  opacity: 1;
}

#sidebar .listCategory li a {
  padding: 10px 15px 10px 5px;
  display: block;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
}

#sidebar .listCategory li a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  font-size: 2.2rem;
}


#sidebar .listRecently {
  margin-bottom: 40px;
}

#sidebar .listRecently .listItem {
  border-top: 0px solid #cccccc;
  border-left: 0px solid #cccccc;
  border-right: 0px solid #cccccc;
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

#sidebar .listRecently .listItem:last-child {
  border-bottom: 1px solid #cccccc;
}

#sidebar .listRecently .listItem:hover {
  background: #f1f1f1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#sidebar .listRecently .listItem:hover a {
  opacity: 1;
}

#sidebar .listRecently .listItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
}

#sidebar .listRecently .listItem a > img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}

#sidebar .listRecently .listItem a .txt-content {
  width: calc(100% - 75px);
}

#sidebar .listRecently .listItem .img {
  position: relative;
  width: 80px;
  /*height: 80px;
				overflow: hidden;
				object-fit: cover;
				object-position: center;
				display: inline-flex;*/
  margin-right: 15px;
}

#sidebar .listRecently .listItem .img img {
  /*position: absolute;
					top: 50%;
					left: 50%;
					-webkit-transform: translate(-50%, -50%);
					-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
					width: auto;
					height: 100%;
					max-width: 250px;*/
  width: 100%;
}





#sidebar .listTags {
  margin: 15px -5px 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#sidebar .listTags .listItem {
  width: auto;
}

#sidebar .listTags a {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 2px 10px 2px;
}

#sidebar .banner-wrap img {
  display: block;
  margin: 0px auto 10px;
}

@media only screen and (max-width: 767px) {
  #sidebar .banner-wrap img {
    margin: 0px auto 20px;
  }
}


.listTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 750px;
  margin: 0px auto 30px;
}

.listTags .listItem {
  display: inline-block;
  text-align: center;
  margin: 0 5px 10px;
}

.listTags .listItem:hover a {
  opacity: 1;
  background: #666666;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.listTags .listItem a {
  padding: 6px 10px 5px;
  display: block;
  background: #f8f7f0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .listTags .listItem a {
    padding: 5px 5px;
  }
}





/* ====================================================
News
==================================================== */


#news h1 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

@media only screen and (max-width: 767px) {
  #blog h1 {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

#news .category-wrap {
  margin-bottom: 30px;
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
}



#news .category-wrap span.label {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  padding: 4px 6px;
  text-align: center;
  color: #004499;
  border: 1px solid #004499;
  padding: 5px;
  width: 120px;
}


#news .category-wrap span.date{
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #004499;
}


/* ====================================================
tab
==================================================== */

.tab_content_box .tab_content {
  display: none;
}

.tab_content_box .active {
  display: block;
}

.sec_news {
  padding: 0 0 80px;
}

@media screen and (max-width: 768px) {
  .sec_news {
    padding: 0 0 40px;
  }
}

.sec_news .tab_menu {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px;
}

.sec_news .tab_menu li {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0;
  width: 25%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  background: #f4f4f4;
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .sec_news .tab_menu li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571;
  }
}

.sec_news .tab_menu li:last-child {
  border-right: 1px solid #dbdbdb;
}

.sec_news .tab_menu li.on {
  background: #fff;
  border-top: 2px solid #0051a2;
  border-bottom: 0;
}

.sec_news .tab_content ul li div {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 25px 1%;
  border-bottom: 1px solid #dbdbdb;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.sec_news .tab_content ul li div .date {
  display: table-cell;
  width: 120px;
  box-sizing: border-box;
}

.sec_news .tab_content ul li div .category {
  display: table-cell;
  width: 100px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
}

.sec_news .tab_content ul li div .category span {
  display: block;
  width: 75px;
  background: #00a685
}

.sec_news .tab_content ul li div .category span.tag_or,
.sec_news .tab_content ul li div .category span.recruit{
  background: #ffae00;
}

.sec_news .tab_content ul li div .category span.tag_bl,
.sec_news .tab_content ul li div .category span.news{
  background: #6dba44;
}

.sec_news .tab_content ul li div .category span.tag_bl,
.sec_news .tab_content ul li div .category span.other{
  background: #459cd9;
}


.sec_news .tab_content ul li div p {
  display: table-cell;
}

@media screen and (max-width: 640px) {
  .sec_news .tab_content ul li div {
    display: block;
    padding: 15px 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.53846;
  }
  .sec_news .tab_content ul li div span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .sec_news .tab_content ul li div .date {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
    width: auto;
  }
  .sec_news .tab_content ul li div .tag {
    display: inline-block;
    width: 70px;
    margin-bottom: 5px;
    width: auto;
  }
  .sec_news .tab_content ul li div p {
    display: block;
  }
}

.sec_news .btn_more_lists {
  margin: 15px 0 0;
  text-align: right;
}

.sec_news .btn_more_lists a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571;
}

.sec_news .btn_more_lists a .fa {
  margin-right: 5px;
  color: #ff2a60;
  font-size: 18px;
}


/*==================================================
faq
==================================================*/

/* 枠　後でcolumnの下に
-----------------------------------------------------*/
.faq-article {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
.faq-article {
    padding: 40px 0;
  }
}



/* faq　Accordion
-----------------------------------------------------*/

#acMenu{
border: 1px solid #d5d5d5;
padding: 2.5% 2% 2.5% 4%;
}

#acMenu dt:hover{
	cursor: pointer;
}

#acMenu {
	margin-bottom: 15px;
}

#acMenu dt{
	color: #222222;
	font-weight: bold;
}

#acMenu dt p{
	background: url("../img/icn_q.png") no-repeat left 5px;
	padding: 10px 10px  10px 35px;
}

#acMenu dd p{
	background: url("../img/icn_a.png") no-repeat left 5px;
	padding: 10px 10px  10px 35px;
}
 
#acMenu dd p em{
	font-weight: bold;
}
 

#acMenu dd {
    display: none;
	background: url(../../news/img/line_pc.png) repeat-x left top;
	padding-top: 10px;
}

#acMenu dt img, #acMenu dd img{
	width: 30px;
	height: 30px;
}

.index section{
	margin-bottom: 50px;
}

footer .sp_contact{
	margin-top: 70px;
}



@media screen and (min-width :481px){

.box3 .btn2{
	bottom: 8%;
}

	
}

@media screen and (min-width :768px){

.main_ttl{
	background: url(../../news/img/img_main.jpg) no-repeat center center;
}

section h2{
	font-size: 2.8em;
	margin: 0 auto 30px;
	line-height: 1.4;
}

section h3.ttl_line{
	margin-bottom: 30px;
}

.lead_txt{
	margin: 0 0 60px;
	font-size: 1.07em;
}

#acMenu{
	padding: 1.2% 2%;
}

#acMenu dt{
	color: #231815;
	font-weight: bold;
	font-size: 1.35em;
}

#acMenu dt p{
	background: url("../img/icn_q.png") no-repeat left 8px;
}

#acMenu dd p{
	background: url("../img/icn_a.png") no-repeat left 8px;
	font-size: 1.07em;
}


}


@media screen and (min-width :890px){


}


@media screen and (min-width :1000px){
.pd3{
	padding: 0;
}





}



/*# sourceMappingURL=maps/styles.css.map */
