@charset "UTF-8";
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

p {
  line-height: 28.8px;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.l-blogDetail {
  width: 100%;
  margin: 200px auto 0;
}
@media (max-width: 1060px) {
  .l-blogDetail {
    margin: 69px auto 0;
  }
}
@media (max-width: 600px) {
  .l-blogDetail {
    margin: 65px auto 0;
  }
}
.l-blogDetail .top-inner {
  background-image: url("https://q2one.co.jp/system_panel/uploads/images/4291464_m.jpg");
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.l-blogDetail .top-inner .l-sub-h1 {
  margin: auto;
  padding-top: 109px;
  text-align: center;
}
.l-blogDetail .top-inner .l-sub-h1 .sub-h1 {
  font-size: 56px;
  color: #ff911e;
  letter-spacing: 0.08em;
  font-weight: 800;
  line-height: 83.16px;
  color: #ff911e;
  margin: 0;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
@media (max-width: 600px) {
  .l-blogDetail .top-inner .l-sub-h1 .sub-h1 {
    font-size: 52px;
  }
}
@media (max-width: 414px) {
  .l-blogDetail .top-inner .l-sub-h1 .sub-h1 {
    font-size: 48px;
  }
}
@media (max-width: 320px) {
  .l-blogDetail .top-inner .l-sub-h1 .sub-h1 {
    font-size: 43px;
  }
}

/* ----------------------- */
/* ブログ一覧
/* ----------------------- */
.l-blogPage.common-pad {
  margin: 140px 0 100px;
}
@media (max-width: 740px) {
  .l-blogPage.common-pad {
    margin: 100px 0 60px;
  }
}
@media (max-width: 414px) {
  .l-blogPage.common-pad {
    margin: 80px 0 60px;
  }
}

.l-blogPage .blogInner {
  width: 83.33333%;
  margin: auto;
  max-width: 1200px;
}
.l-blogPage .blogInner .blogPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-blogPage .blogInner .blogPage .mainBlock {
  width: 75%;
  border: 1px solid #ff911e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  padding: 3.4% 5%;
}
.l-blogPage .blogInner .blogPage .rightBlock {
  width: 20%;
}

@media (max-width: 1030px) {
  .l-blogPage .blogInner {
    width: 90.27778%;
  }
}
@media (max-width: 740px) {
  .l-blogPage .blogInner .blogPage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1030px) {
  .l-blogPage .blogInner .blogPage .mainBlock {
    width: 75%;
  }
}
@media (max-width: 740px) {
  .l-blogPage .blogInner .blogPage .mainBlock {
    width: auto;
  }
}
@media (max-width: 740px) {
  .l-blogPage .blogInner .blogPage .rightBlock {
    width: auto;
    margin-top: 20px;
  }
}
/* ----------------------- */
/* newsdate
/* ----------------------- */
.l-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
}
.l-info p {
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
}

a {
  color: #fff;
}
a:hover {
  color: rgba(0, 0, 0, 0);
}

h2.tit {
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 33px;
  padding: 14px 0 21px 0;
  color: #333;
  font-weight: 800;
  border-bottom: 1px solid #ff911e;
}
@media (max-width: 414px) {
  h2.tit {
    font-size: 22px;
  }
}

.news-text p {
  margin-top: 23px;
  font-size: 18px;
  color: #333 !important;
}

/**********メインブロックのスタイル*********/
/****日付****/
.article p {
  color: #ff911e;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media (max-width: 414px) {
  .article p {
    font-size: 16px;
  }
}

/****日付****/
/*articleタグのstyle*/
.news,
.cf {
  margin: 20px 10px 20px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 30%;
  background: #fff;
}

.news.cf:hover {
  -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media (max-width: 1200px) {
  .news,
.cf {
    width: 46%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media (max-width: 800px) {
  .news,
.cf {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 555px) {
  .news,
.cf {
    width: auto;
    margin: 0 0 20px 0;
  }
}
.webgene-item-info {
  background: #ff911e;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #fff;
  letter-spacing: 8%;
  padding-left: 15px;
  padding-right: 12px;
  display: inline-block;
  margin-bottom: 20px;
  cursor: default;
  font-weight: 400;
}
.webgene-item-info time {
  display: none;
}

@media (max-width: 600px) {
  .webgene-item-info {
    font-size: 15px;
    padding-top: 2px;
    margin-bottom: 18px;
  }
}
@media (max-width: 500px) {
  .webgene-item-info {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
@media (max-width: 414px) {
  .webgene-item-info {
    font-size: 13px;
    margin-bottom: 14px;
  }
}
.webgene-item h2 {
  color: #333;
  padding: 10px 0;
  letter-spacing: 0.08em;
  font-size: 24px;
  border-bottom: 1px solid #ff911e;
  margin-bottom: 30px;
  font-weight: 700;
}

@media (max-width: 600px) {
  .webgene-item h2 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .webgene-item h2 {
    font-size: 17px;
  }
}
@media (max-width: 414px) {
  .webgene-item h2 {
    font-size: 16px;
  }
}
.webgene-item-main-image {
  border: 1px solid rgba(189, 158, 126, 0.4);
}

.webgene-item-content {
  letter-spacing: 0.08em;
  font-size: 18px;
  line-height: 50px;
}

@media (max-width: 740px) {
  .webgene-item-content {
    font-size: 16px;
    line-height: 40px;
  }
}
@media (max-width: 500px) {
  .webgene-item-content {
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.09em;
  }
}
@media (max-width: 414px) {
  .webgene-item-content {
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.webgene-item-main-image {
  width: 100%;
  border-radius: 8px;
}

/*タイトル*/
p.newsTag {
  font-size: 16px;
  background: #ff911e;
  color: #fff;
  letter-spacing: 10%;
  display: inline-block;
  text-align: center;
  padding: 4px 17px 4px 18px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 414px) {
  p.newsTag {
    font-size: 14px;
  }
}

.news_inner.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/******右サイドブロック********/
/*カテゴリタイトル*/
.category-h2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 10px;
  background: #ff911e;
  border-radius: 4px;
}
.category-h2.mt-3 {
  margin-top: 10px !important;
  background: #ff911e;
  border-radius: 4px;
}

/*アーカイブタイトル*/
/*右サイドブロックに挿入される記事*/
.webgene-item.mt-2 {
  margin-top: 0 !important;
}
.webgene-item.mt-2 a {
  display: block;
  padding: 10px 0;
  color: #333;
  font-weight: bold;
}
.webgene-item.mt-2 a:hover {
  /* background: rgba(78, 84, 70, .2);*/
  background: #fff1e3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}

/*記事内のaタグ*/
@media (max-width: 1030px) {
  .webgene-item.mt-2 a {
    font-size: 13px;
  }
}
#wgc-1626074824290 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-news-btn-pad {
  padding-right: 20%;
  margin: 0 auto 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 740px) {
  .main-news-btn-pad {
    padding-right: 0;
  }
}
@media (max-width: 414px) {
  .main-news-btn-pad {
    margin: 0 auto 20px;
  }
}
.main-news-btn-pad .button {
  width: 320px;
  height: 56px;
  background: #ff911e;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .main-news-btn-pad .button {
    width: 270px;
  }
}
@media (max-width: 414px) {
  .main-news-btn-pad .button {
    width: 220px;
  }
}
.main-news-btn-pad .button .btn {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  background: transparent;
  border: 2px solid #ff911e;
  border-radius: 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-news-btn-pad .button .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  overflow: hidden;
  color: #ff911e;
}
.main-news-btn-pad .button .btn:hover .btn-text {
  color: #ff911e;
  border-radius: 40px;
  overflow: hidden;
}
.main-news-btn-pad .button .btn:hover {
  color: #ff911e;
  border-radius: 40px;
  overflow: hidden;
}
.main-news-btn-pad .button .btn:hover::before {
  color: #ff911e;
  border-radius: 40px;
  overflow: hidden;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.main-news-btn-pad .button .btn .btn-text {
  color: #fff;
  margin: 0;
}
@media (max-width: 600px) {
  .main-news-btn-pad .button .btn .btn-text {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .main-news-btn-pad .button .btn .btn-text {
    font-size: 12px;
  }
}
/*# sourceMappingURL=blogDetail.css.map */