@charset "UTF-8";
/* フッター全体の記述 */
.gfooter {
    margin-top: 0;
	padding-bottom: 40px;
}
.gfooter .footer_category {
    max-width: 510px;
    margin: auto;
    margin-top: 20px;
}
.gfooter .footer_category li {
    width: 25%;
}
@media (max-width: 480px) {
    .gfooter .footer_category li {
        width: 30%;
    }
}

/* フッター記載のバナー(2種類)に関する記述 */
.footer-banners {
    display: flex;
    justify-content: center;
    column-gap: 24px;
    margin: 30px auto 0;
    padding-bottom: 100px;
    max-width: 840px;
}

.polipoli-banner > img {
    vertical-align: bottom;
}

@media screen and (max-width: 768px) {
    .footer-banners {
        flex-direction: column;
        row-gap: 16px;
        align-items: center;
        margin: 0 auto;
        padding: 30px 20px 0;
    }

    .polipoli-banner {
        max-width: 385px;
    }
}

/* 利用規約やプライバシーポリシーページに関する記述 */
.alt-p {
    padding-top: 15px;
}

.custom-li-marker-num {
    counter-reset: numbers;
    list-style: none;
}

.custom-li-marker-num li {
    counter-increment: numbers;
}

.custom-li-marker-num li::before {
    content: "(" counter(numbers) ") ";
}

.custom-li-marker-alpha {
    counter-reset: alphabet;
    list-style: none;
}

.custom-li-marker-alpha li {
    counter-increment: alphabet;
}

.custom-li-marker-alpha li::before {
    content: "(" counter(alphabet, lower-alpha) ") ";
}

/* 記事個別ページ内のCTRに関する記述 */
.lead-cta-pc {
    display: block;
}

.lead-cta-sp {
    display: none;
}

@media screen and (max-width: 720px) {
    .lead-cta-pc {
        display: none;
    }

    .lead-cta-sp {
        display: block;
    }
}

#float-banner img {
    width: 100%;
}

.hamburger_menu_trigger_close {
    right: 0 !important;
}

.hamburger_menu_body {

    -webkit-transform: translate(85vw);
    -ms-transform: translate(85vw);
    transform: translate(85vw);
    right: 0;
}


@media screen and (max-width: 950px) {
    .base,
    .gheader_wrap {
        padding: 0 2%;
    }

    .gheader .link_company_interview {
        margin: 10px 30px 6px 10px;
    }

}

@media screen and (max-width: 785px) {

    .gheader .link_company_interview {
        font-size: 5px;
    }

    .gheader .link_company_interview {
        font-size: 10px;
    }
}

@media screen and (max-width: 805px) {
    .gnavi .gnavi_ul > li > .link {
        font-size: .7rem;
    }
}

@media screen and (max-width: 769px) {
    .gheader .link_company_interview {
        margin: 6px 65px 5px 0;

    }
}

.rpbt_shortcode .gallery-item{
    padding: 10px;
    width: 100%;
    margin: 10px 0 0 0;
    background: #fff;
    float: none;
}
.rpbt_shortcode .gallery-caption{
    width: 70%;
    float: none;
    display: block;
}

.header_search input {
    padding: 5px 20px;
    border-radius: 22px;
}

@media screen and (min-width: 769px) {
    .header_search {
        width: 95%;
        border-radius: 22px;
        max-width: 970px;
        margin: 20px auto;
    }

    .logo_wrap {
        display: flex;
    }

    .gheader .logo {
        margin: 0px 0 20px;
        line-height: 1;
    }

    .logo_wrap p {
        line-height: 1.4;
        font-size: 12px;
        text-align: left;
        padding-left: 34px;
        margin: 14px 0;
        font-feature-settings: "palt";
        color: #4d4d4d;
    }

    .gnavi {
        border-bottom: none;
    }

    .gheader .logo_wrap {
        width: auto;
    }
}

.gheader .link_company_interview {
    vertical-align: text-bottom;
    display: inline-block;
    background: #fff;
    color: #5778ff;
    line-height: 1.4;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 22px 0;
    border-radius: 26px;
    margin: 10px 0 6px;
    text-align: center;
    text-decoration: none;
    border: solid #5778ff 2px;
}

.link_company_interview:hover {
    background: #eff0f4;
    border: solid #3657de 2px;
}

.link_company_interview img {
    height: 22px;
    margin-top: 2px;
}

.gheader .link_polipoli {
    vertical-align: text-bottom;
    margin-left: 14px;
    display: inline-block;
    background: #e9536a;
    color: #fff;
    line-height: 1.4;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 30px 6px;
    border-radius: 26px;
    margin: 10px 0 6px 10px;
    text-align: center;
    text-decoration: none;
}

.link_polipoli:hover {
    background: #d8455b;
}

@media screen and (max-width: 810px) {
    .gheader .link_polipoli {
        display: none;
    }

}

@media screen and (max-width: 769px) {


    .gheader .link_company_interview {
        font-size: 8px;
        padding: 3px 14px;
        margin: 6px 70px 5px 0;
        min-width: 74px;
    }
    .link_company_interview img{
        height: 16px;
    }

}

.main_content {
    flex: 1;
    max-width: 950px;
}
.main_content.wide {
    max-width: 100%;
}

.side_content {
    width: 260px;
    margin-left: 60px;
}

@media screen and (max-width: 768px) {
    .side_content {
        width: 90%;
        margin: 40px auto;
    }
}

.side_polipoli_wrap {
    border: 2px solid #e9536a;
    border-radius: 16px;
    padding: 20px 16px;
}

.polipoli_ttl {
    text-align: center
}

.gov_ttl {
    text-align: center
}

.side_gov_wrap {
    border: 2px solid #35a18e;
    border-radius: 16px;
    padding: 20px 16px;
}

.side_polipoli_wrap .index {
    font-size: 14px;
    font-weight: bold;
    margin: 20px auto 14px;
    text-align: center;
}

.side_polipoli_wrap .more a {
    font-size: 13px;
    color: #666;
}

.politics-interview_wrap {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.politics-interview_list {
    margin: 30px 0 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    flex-basis: 48%;
    justify-content: space-between;
}

.politics-interview_list .h3 {
    font-size: 17px;
    text-align: center;
}

.politics-interview_list a {
    color: #222;
}

.main_layout {
    margin-top: 40px;
}

.politics-interview h2 {
    font-size: 32px;
    display: inline-block;
    border-bottom: 3px solid #E69C3F;
}

@media screen and (max-width: 768px) {
    .politics-interview h2 {
        font-size: 20px;
    }

    .politics-interview {
        padding: 0 20px;
    }

    .politics-interview_list {
        margin: 16px 0;
        padding-bottom: 16px;
    }

    .sp-none {
        display: none;
    }
}

.base {
    max-width: 950px;
}

#float-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none !important;
    line-height: 1;
    z-index: 1000;
}

#float-banner img {
    vertical-align: bottom;
}

.gfooter {
    position: relative;
}

.politics-interview .thumbnail {
    height: 180px;
    overflow: hidden;
    position: relative;
}

.politics-interview .thumbnail > img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.politics-interview .post_time {
    font-size: 14px;
    color: #222;
}
@media screen and (max-width: 768px) {
    .politics-interview .post_time {
        font-size: 12px;
    }
}

.politics-interview .kiji {
    margin-top: 14px;
}

.main_content {
    max-width: 710px;
}

.side_polipoli_wrap .title {
    font-size: 16px;
    color: #222;
}

.newsletter_list {
    margin-bottom: 20px;
}

.newsletter_ttl {
    line-height: 1.3;
    text-align: center;
    font-size: 20px;
    margin-bottom: 22px;
    background: #eee;
    padding: 12px 0;
    border-radius: 6px;
}

@media screen and (max-width: 768px) {
    .newsletter_list {
        border-bottom: 1px solid #e5e5e5;
        margin: 20px 0;
        padding: 0 20px 20px;
    }

    .newsletter_list a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .newsletter_list .thumbnail {
        min-width: 100px;
        max-width: 100px;
        max-height: 70px;
    }

    .newsletter_list .kiji {
        padding-left: 15px;
    }
}

.newsletter_list a {
    color: #222;
}

.newsletter_list .kiji {
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .gheader_wrap {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 1000;
    }

    body {
        margin-top: 70px;
    }
}

@media screen and (min-width: 768px) {
    .main_column {
        flex: 1;
    }
}

@media screen and (max-width: 963px) {
    .gheader{
        justify-content: space-around;
    }
    .politics-interview .thumbnail > img{
        margin: 0;
    }

    .archive_list .thumbnail{
        max-height: 100%;
    }
    .politics-interview .thumbnail{
        height: 140px;
    }
}

.politics-interview_wrap .tright{
    display: block;
    text-align: right;
    width: 100%;
    margin-top: 20px;
}

/* トップバナー */
/* .banner-list {
	display:flex;
	gap:15px;
	margin-bottom: 20px;
}
.banner-item {
	width: 100%;
}
.banner-list img {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: auto;
}
@media (max-width: 480px) {
	.banner-list {
		flex-direction:column;
		gap:5px;
	}
} */

/* 記事上・記事下バナー */
.post-banner {
	display: block;
	margin: 20px 0;
}

/* 見出しデザイン変更 */
.post_content h2 {
  padding: 0.5em;
  color: #494949;
  background: #fff2de;
  border-left: solid 5px #EAA63B;
  font-size: 22px;
  line-height: 1.5 !important;
}
.post_content h3 {
  border: none !important;
  border-bottom: double 5px #EAA63B !important;
  font-size: 17px;
  margin-bottom: 20px !important;
  line-height: 1.5;
}

.banner-list {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
}

/* 記事ページの動画サイズ変更 */
.post_content iframe {
	width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.post-person1 {
    margin-bottom: 30px;
}
.post-person1 .post-person1_img {
    display: block;
    width: 100%;
    height: auto;
}
.post-person1 .post-person1_main {
    padding: 20px 80px;
    text-align: center;
}
.post-person1 .post-person1_heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 32px !important;
    border: none;
    background: none;
}
.post-person1 .post-person1_text {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
}
.post-person1 .post-person1_furigana {
    display: block;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    white-space: nowrap;
}
.post-person1 .post-person1_name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: center;
    position: relative;
}
.post-person1 .post-person1_description {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 768px) {
    .post-person1 .post-person1_main {
        padding: 20px 40px;
    }
    .post-person1 .post-person1_furigana {
        font-size: 12px;
    }
    .post-person1 .post-person1_description {
        font-size: 14px;
    }
}
.post-person2 {
    margin-top: 30px;
    margin-bottom: 60px;
}
.post-person2 .post-person2_top {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.post-person2 .post-person2_empha {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    z-index: 2;
}
.post-person2 .post-person2_main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 40px;
    position: relative;
    z-index: 2;
}
.post-person2 .post-person2_heading {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0 !important;
}
.post-person2 .post-person2_heading span {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
}
.post-person2 .post-person2_furigana {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.post-person2 .post-person2_img {
    display: block;
    width: 45%;
    height: auto;
    position: relative;
    z-index: 1;
}
.post-person2 .post-person2_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    border: 1px solid #b5b5b5;
    margin-top: 0;
}
.post-person2 .post-person2_item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}
.post-person2 .post-person2_left {
    width: 100px;
    color: #fff;
    background-color: #f07b22;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
    white-space: nowrap;
}
.post-person2 .post-person2_right {
    width: calc(100% - 100px);
    font-size: 16px;
    line-height: 1.6;
    transform: translateY(2px);
}
@media (max-width: 960px) {
    .post-person2 .post-person2_heading {
        font-size: 32px;
    }
    .post-person2 .post-person2_furigana {
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .post-person2 .post-person2_main {
        padding-left: 20px;
    }
    .post-person2 .post-person2_heading {
        font-size: 24px;
    }
    .post-person2 .post-person2_furigana {
        font-size: 10px;
    }
    .post-person2 .post-person2_list {
        padding: 20px 10px;
        gap: 15px;
    }
    .post-person2 .post-person2_item {
        gap: 10px;
    }
    .post-person2 .post-person2_left {
        width: 80px;
    }
    .post-person2 .post-person2_right {
        width: calc(100% - 80px);
    }
}
@media (max-width: 480px) {
    .post-person2 .post-person2_heading {
        font-size: 18px;
    }
    .post-person2 .post-person2_heading span {
        font-size: 14px;
    }
    .post-person2 .post-person2_img {
        width: 40%;
    }
    .post-person2 .post-person2_empha {
        width: 75%;
    }
}

.blog-card {
    background: rgba(251, 140, 0, 0.02);
    border: 1px solid #fb8c00;
    word-wrap: break-word;
    max-width: 100%;
    border-radius: 5px;
    margin: 0px 10px 15px 10px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  
  .blog-card:hover {
    cursor: pointer;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  
  .blog-card:before {
    font-family: FontAwesome;
    position: absolute;
    padding: 2px 6px;
    content: "詳細を見る";
    background-color: #fb8c00;
    color: #fff;
    font-size: .8em;
    z-index: 1;
  }
  
  .blog-card a {
    text-decoration: none;
    display: block;
  }
  
  .blog-card-thumbnail {
    width: 35%;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 10px 0 10px;
  }
  
  .blog-card-thumbnail img {
    padding: 0;
  }
  
  .blog-card-content {
    display: table-cell;
    vertical-align: middle;
  }
  
  .blog-card-title {
    font-size: 1em;
    margin: 5px 10px 5px 0px;
    font-weight: bold;
    line-height: 1.4;
  }
  
  .blog-card-title:hover {
    text-decoration: underline;
  }
  
  .blog-card-excerpt {
    font-size: .74em;
    color: #4c4c4c;
    margin: 0 10px 5px 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .blog-card .clear {
    clear: both;
  }
  
  @media screen and (max-width: 500px) {
    .blog-card:before {
      font-size: .56em;
    }
    .blog-card-title {
      font-size: .70em;
    }
    .blog-card-excerpt {
      font-size: .60em;
    }
  }
.side_wrap3 {
    margin-top: 32px;
}
.side_wrap_category {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.side_wrap_category li {
    display: inline-block;
}
.side_wrap_category li a {
    display: block;
    color: #000;
    font-size: 12px;
    padding: 4px 12px;
    border: 2px solid #E69C3F;
    border-radius: 50px;
}

/* 20250924_カテゴリ一覧追加 */
.politics-category {
    margin-bottom: 40px;
}
.politics-category h2 {
    font-size: 32px;
    display: inline-block;
    border-bottom: 3px solid #E69C3F;
}
.politics-category .politics-category-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    gap: 8px;
}
.politics-category .politics-category-item {
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.politics-category .politics-category-item a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
    transition: .3s;
}
.politics-category .politics-category-item a:hover {
    opacity: .7;
}
.politics-category .politics-category-item:nth-child(-n+4) {
    width: calc(25% - 6px);
    text-align: center;
}
@media (max-width: 768px) {
    .politics-category .politics-category-item:nth-child(-n+4) {
        width: calc(50% - 4px);
    }
}
.politics-category .politics-category-item:nth-child(n+5) {
    width: calc(33% - 4px);
    text-align: center;
}
@media (max-width: 480px) {
    .politics-category .politics-category-item:nth-child(n+5) {
        width: calc(33% - 5px);
    }
}
.politics-category .politics-category-item:nth-child(1) {
    background-image: url(../img/politics1.png);
}
.politics-category .politics-category-item:nth-child(2) {
    background-image: url(../img/politics2.png);
}
.politics-category .politics-category-item:nth-child(3) {
    background-image: url(../img/politics3.png);
}
.politics-category .politics-category-item:nth-child(4) {
    background-image: url(../img/politics4.png);
}
.politics-category .politics-category-item:nth-child(5) {
    background-image: url(../img/politics5.png);
}
.politics-category .politics-category-item:nth-child(6) {
    background-image: url(../img/politics6.png);
}
.politics-category .politics-category-item:nth-child(7) {
    background-image: url(../img/politics7.png);
}