@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/************************************
** 共通設定　2024.12作成
************************************/

/* ボタン非表示　コンテンツ追加後消す */
.invisible_btn{
	display: none;
}
:root{
	--font-heading: "Noto Sans JP", sans-serif;
	--font-body: "Noto Sans JP", sans-serif;
	--font-num: "Noto Sans", sans-serif;
	--font-deco-num: "Noto Sans JP", sans-serif;
	--font-deco-en: "Noto Sans JP", sans-serif;
}

p {
	line-height: 1.7;
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    line-height: 1.45;
}

.font-heading {
	font-family: var(--font-heading);
}

.font-body {
	font-family: var(--font-body);
}
.font-num {
	font-family: var(--font-num);
}
.font-deco-num {
	font-family: var(--font-deco-num);
}
.font-deco-en {
	font-family: var(--font-deko-en);
}

.content {
    margin-top: 0!important;
}

@media screen and (max-width: 834px) {
    .content {
        margin-top: 0 !important;
    }
}

.date-tags{
	margin-bottom: 0 !important;
}

#main{
	padding: 0;
}
.entry-content {
	margin: 0;
}
.single .entry-content{
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
}
@media screen and (max-width: 834px) {
    .article ul, .article ol {
		padding-left: 0;
    }
}

@media screen and (min-width: 834px) {
	.br_sp{
		display: none;
	}
}

.article.post {
	padding: 20px;
}

.fz_25{
	font-size: 25px !important;
	font-weight: 700 !important;
}

.fz_20{
	font-size: 20px !important;
	font-weight: 700 !important;
	margin-bottom: 1em !important;
}
/************************************
** デザインガイドライン準拠
************************************/

/*変数*/
:root {

/*色*/
--main-color: #;
--red-color: #CC0C39;
--faq-color: #E3E6E6;
--btn-color: #FFCA00;
--text-color: #333333;
--border-color: #E3E6E6;
--gray-color:#F0F2F2;

/*コンテンツ幅*/
--max-width: 652px;
--max-width-content: 1100px;

/*ボタンサイズ*/
--btn_width: 450px;
--btn_height: clamp(45px, 22.723px + 4.95vw, 55px);
--btn_font-size: clamp(16px, 2.634px + 2.97vw, 22px);

/*見出しサイズ*/
--h2_font-size: clamp(24px, 17.793px + 1.655vw, 36px);
--h2_height: clamp(55px, 41.034px + 3.724vw, 82px);
--h3_font-size: 22px;

/*マージン設定*/
--margin-bottom_L: clamp(73px, -85.168px + 35.149vw, 144px);
--margin-bottom_M: clamp(45px, 26.897px + 4.828vw, 80px);
--margin-bottom_S: 24px;
--margin-bottom_btn: 13px;
/*---------------*/
/*--共通設定------*/
/*---------------*/

.content-wrap {
width: 100%;
max-width: var(--max-width-content);
margin: 0 auto var(--margin-bottom_M);
}
.margin-bottom_L {
margin: 0 auto var(--margin-bottom_L);
}
.margin-bottom_M {
margin: 0 auto var(--margin-bottom_M);
}
.inner-wrap {
width: 90%;
max-width: var(--max-width);
margin: 0 auto;
}
.mainColor {
color: var(--main-color);
}
.textColor {
color: var(--text-color);
}
.redColor {
color: var(--red-color);
}
	
/*-----------------*/
/*--見出しスタイル--*/
/*-----------------*/

.h2 {
	font-size: var(--h2_font-size);
	font-weight: bold;
	text-align: center;
	color: var(--main-color);
	margin-bottom: var(--margin-bottom_S);
}
.h2-sml {
	font-size: clamp(16px, 13.931px + 0.552vw, 20px);
	font-weight: bold;
	text-align: center;
	color: var(--main-color);
}
.h2--style01 {
font-size: clamp(16px, 13.931px + 0.552vw, 20px);
font-weight: bold;
color: var(--main-color);
text-align: center;
position: relative;
margin-bottom: var(--margin-bottom_S);
max-width: var(--wp--style--global--wide-size) !important;
}
.h2--style01-big {
font-size: var(--h2_font-size);
font-weight: bold;
color: var(--main-color);
text-align: center;
position: relative;
margin-bottom: var(--margin-bottom_S);
max-width: var(--wp--style--global--wide-size) !important;
}
.h2--style01::before {
position: absolute;
content: "";
width: 100%;
height: 1px;
background-color: var(--main-color);
top: 50%;
left: 0;
transform: translateY(-50%);
}
.h2--style01-big::before {
position: absolute;
content: "";
width: 100%;
height: 1px;
background-color: var(--main-color);
top: 50%;
left: 0;
transform: translateY(-50%);
}
span.bg-white {
background-color: #fff;
position: relative;
padding: 0 20px;
display: inline-block;
}
.h2--style02 {
font-size: var(--h2_font-size);
color: #fff;
text-align: center;
background-color: var(--main-color);
margin-bottom: var(--margin-bottom_S);
height: auto;
min-height: var(--h2_height);
display: flex;
justify-content: center;
align-items: center;
line-height: 1;
padding: 10px 0;
}
.h2--style02 .h2-bigSize {
font-size: clamp(1.5rem, -0.066rem + 7.83vw, 3.125rem);
color: #fff;
}
.h3 {
font-size: 22px;
}
.h3--style01 {
border: none;
background-color: var(--main-color);
border-radius: 10px 10px 0 0;
color: #fff;
font-weight: bold;
height: 94px;
padding: 0;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
	text-align: center;
}
.h3--style02{
	font-size:22px;
	font-weight: bold;
	text-align: center;
	color: var(--main-color);
	margin-bottom: var(--margin-bottom_S);	
}
.h4 {
	font-size: 20px;
	margin-bottom: var(--margin-bottom_S);
}
/*---------------*/
/*--申込みボタン--*/
/*---------------*/

.cta_btn--wrap a {
width: 90%;
max-width: var(--btn_width);
height: var(--btn_height);
background-color: var(--btn-color);
border-radius: 30px;
display: flex;
justify-content: center;
align-items: center;
font-size: var(--btn_font-size);
text-decoration: none;
color: var(--text-color);
margin: 0 auto;
border-style: none;
font-weight:normal;
}
.cta_btn--wrap a:hover {
filter: brightness(90%);
}

button.cta_btn--wrap {
width: 90%;
max-width: var(--btn_width);
height: var(--btn_height);
background-color: var(--btn-color);
border-radius: 30px;
display: flex;
justify-content: center;
align-items: center;
font-size: var(--btn_font-size);
text-decoration: none;
color: var(--text-color);
margin: 0 auto;
border-style: none;
font-weight:normal;
}
button.cta_btn--wrap:hover {
filter: brightness(90%);
}

/*---------------*/
/*--白ボタン--*/
/*---------------*/
.white_btn--wrap a {
	width: 90%;
    max-width: var(--btn_width);
    height: var(--btn_height);
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--btn_font-size);
    text-decoration: none;
    color: var(--text-color);
    margin: 0 auto;
    border-style: none;
    font-weight: normal;
	border: 1px solid #898D8D;
	transition: all 0s;
}
.white_btn--wrap a:hover {
filter: brightness(95%) !important;
	color: var(--text-color) !important;
	transition: all 0s;
}

/*ポータルTOP画像*/
.rjc-portal-slider {
    position: relative;
    width: 100% !important;
    max-width: 1277px !important;
    height: 700px;
    margin: 0 auto !important;
    overflow: hidden;
}
.rjc-portal-slide {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: blur(5px); 
    transition: opacity 2000ms ease-in-out, filter 2000ms ease-in-out;
}
.rjc-portal-slide.is-active {
    opacity: 1;
    filter: blur(0px); 
    z-index: 2;
}
.rjc-portal-topimg-pc{
    display: block;
    width: 100% !important;
    max-width: 1277px !important;
    height: 100% !important;
    object-fit: cover;
    margin: 0 auto !important;
}
.rjc-portal-img-pc { 
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.rjc-portal-img-sp { 
    display: none; 
}
.rjc-portal-fade-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%; 
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 5;
    pointer-events: none;
}
.rjc-portal-fade-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 5;
    pointer-events: none;
}
@media (max-width: 767px) {
    .rjc-portal-slider { 
        height: 400px; 
    }
    .rjc-portal-topimg-pc,.rjc-portal-img-pc { display: none; }
    .rjc-portal-img-sp { display: block; width: 100%; height: 100%; object-fit: cover; }
    .rjc-portal-fade-left,
    .rjc-portal-fade-right {
        display: none; 
    }
}

/*社外ポータルTOPコンテンツ*/
.rjc-about-card {
    box-sizing: border-box;
    margin: 40px auto;
    padding: 60px 80px;
    background-color: #f5f9fb;
    border-radius: 24px;
    position: relative;
    background-image: url(https://www.rjc-potal.jp/wp-content/uploads/2026/05/rjc_logo.png);
    background-repeat: no-repeat;
    background-position: right 80px center;
    background-size: auto 160px;
}
.rjc-business-section {
    box-sizing: border-box;
    margin: 60px auto;
}
h2.rjc-business-main-title {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 40px 0;
    padding-bottom: 15px;
    padding: 0;
    background-color: initial;
}
h3.rjc-business-sub-title {
    font-size: clamp(16px, 1.01rem + 0.73vw, 22px);
    font-weight: bold;
    color: #333333;
    margin: 0 0 30px 0;
    border: none;
}
.rjc-business-flex-wrap {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    border-left: 2px solid #707070;
}
.rjc-gyosei-box {
    padding-right: 40px;
}
.rjc-sharoushi-box {
    border-left: 2px solid #707070;
}
.rjc-business-box {
    flex: 1;
}
h2.rjc-about-title {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 24px 0;
	padding: 0;
    line-height: 1.4;
	background-color: initial;
}
h4.rjc-business-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px 0;
    border: none;
}
.rjc-top-bluefont{
    font-size: clamp(16px, 1.01rem + 0.73vw, 22px);
    color: #39498b;
    font-weight: bold;
}
.rjc-business-gary {
    background-color: #f0f2f2;
    border-radius: 5px;
    padding: 20px;
    margin: 20px !important;
    text-align: center;
}
h3.rjc-recruit-title {
    font-size: clamp(16px, 1.01rem + 0.73vw, 22px);
    font-weight: bold;
    color: #333333;
    margin: 0 0 30px 0;
	padding: 0;
	border: none;
}
.rjc-recruit-title::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #404040;
    border-right: 2px solid #404040;
    transform: rotate(45deg);
    margin-left: 15px;
    margin-bottom: 2px;
}
.rjc-recruitment-section {
    background-color: #f5f9fb;
    border-radius: 24px;
    padding: 40px;
    max-width: 1100px;
    margin: 0 auto;
}
.rjc-recruit-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.rjc-recruit-box {
    margin: 0 0 1.8em !important;
}
.rjc-recruit-title a {
    color: #333;
    text-decoration: none;
}
.news-list a {
    color: #39498b;
    font-weight: bold;
    text-decoration: none;
}
.news-list a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #3A477B;
    border-right: 2px solid #3A477B;
    transform: rotate(45deg);
    margin-left: 15px;
    margin-bottom: 2px;
}
@media (max-width: 767px) {
    .rjc-about-card {
        padding: 40px 24px; 
        border-radius: 16px;
        background-position: right 16px top 40px;
        background-size: auto 80px; 
    }
    h2.rjc-about-title {
        font-size: 24px; 
        margin-bottom: 20px;
    }
    .rjc-business-section {
        margin: 40px auto;
    }
    .rjc-business-main-title {
        font-size: 24px;
        margin-bottom: 30px;
        border-bottom: none;
        padding-bottom: 0;
    }
    .rjc-business-sub-title {
        margin-bottom: 24px;
    }
    .rjc-business-flex-wrap {
        flex-direction: column;
        gap: 0px;
    }
    .rjc-gyosei-box {
        padding-right: 0;
        padding-left: 15px;
        margin: 10px !important;
    }
    .rjc-sharoushi-box {
        padding-left: 15px;
        margin: 10px !important;
        border-left: none;
    }
    .rjc-business-flex-wrap {
        border-left: 2px solid #707070;
    }
    .rjc-business-gary {
        padding: 20px 0;
        margin-left: -20px !important;
        margin-right: -10px !important;
        width: auto;
    }
    h2.rjc-business-main-title.content-wrap,.rjc-recruit-content, .rjc-office-box {
        width: auto;
    }
	.sp-w90{
    width: 90% !important;
    }
}
/*社外ポータル　組合の理念と行動指針*/
.guideline-container {
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #F5F9FB;
}
.guideline-title {
    font-size: clamp(1.5rem, 1.318rem + 0.78vw, 2.25rem) !important;
    color: #333;
    margin-bottom: 50px !important;
    padding: 0 !important;
    background-color: transparent;
}
.guideline-grid {
    display: grid;
    grid-template-columns: repeat(2, 260px);
    justify-content: center;
    gap: 0 74px;
}
.guideline-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 250px;
    height: 64px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    color: #39498B;
    font-weight: bold;
    transition: all 0.3s ease;
	padding-bottom: 10px;
}
.guideline-btn a {
    color: #39498B;
    text-decoration: none;
	text-align: center;
}
.btn-text {
    display: block;
    line-height: 0;
	font-size: clamp(1rem, 0.909rem + 0.39vw, 1.375rem);
}
.arrow-down {
    border: solid #39498B;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(45deg);
    margin-top: 2px;
}
h2.mv-section-title {
    font-size: clamp(1.5rem, 1.318rem + 0.78vw, 2.25rem);
    background-color: transparent;
    margin-bottom: 40px;
    margin: 64px 0 !important;
    padding: 0;
}
.mv-lead-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    margin: 0 auto 40px;
    background-color: #F0F2F2;
    color: #39498B;
    font-weight: bold;
    border-radius: 5px;
    font-size: clamp(1rem, 0.909rem + 0.39vw, 1.375rem);
}
.mv-diagram-container {
    display: flex;
    justify-content: center;
    margin: 90px 0 !important;
}
.mv-diagram-img {
    width: 100%;
    max-width: 380px;
    height: auto;
    display: block;
}
.expert-grid {
    display: flex;
    justify-content: center;
    gap: 46px;
}
.expert-card {
    max-width: 320px;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
	height: 295px;
}
.expert-profile {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.expert-img {
    width: 145px;
    height: 145px;
    object-fit: cover;
    border-radius: 5px;
    margin: 0 !important;
}
.expert-name {
    font-size: 20px;
    margin: 0 !important;
}
.expert-kana {
    font-size: 12px;
}
.expert-info p {
    font-size: 12px;
    line-height: 1.6;
    color: #707070;
    margin: 0 !important;
}
@media (max-width: 767px) {
    .guideline-container {
        padding: 40px 15px;
    }
    .guideline-grid {
		grid-template-columns: repeat(2, 163px);
        gap: 0 18px;
    }
	.guideline-btn {
	    width: 163px;
        height: 55px;
        padding-bottom: 5px;
	}
	h2.mv-section-title {
        margin: 36px 0 21px !important;
    }
	.mv-lead-badge {
        margin: 0 auto 36px;
        height: 30px;
    }
	.mv-diagram-container {
        margin: 0 0 45px !important;
    }
	.expert-slider-wrapper {
    overflow-x: auto;
    padding: 0 20px 20px 20px;
    }
	.expert-grid {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    width: max-content; 
	}
}
/*社外ポータル　会社概要ページ*/
.company-top-mv {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 500px;
    background-image: url(https://www.rjc-potal.jp/wp-content/uploads/2026/05/マスクグループ-110@2x-scaled.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: calc((100vw - 1200px) / 2 + 40px);
}
.company-top-mv__title {
    font-size: clamp(1.5rem, 1.318rem + 0.78vw, 2.25rem) !important;
    color: #ffffff !important;
    letter-spacing: 0.1em;
    margin: 0px 0px 55px 50px !important;
    background: none !important;
}
.timeline-list {
    position: relative;
    margin: 40px auto;
    padding: 0;
}
.timeline-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px !important;
}
.timeline-content {
    flex: 1;
    padding: 25px 30px;
    background-color: #F0F2F2;
    border-radius: 5px;
    margin-left: 65px !important;
	margin-top: 15px;
}
.timeline-date {
    font-size: clamp(1.125rem, 0.943rem + 0.78vw, 1.875rem);
    font-weight: bold;
    color: #39498B;
    width: calc(8.5rem + 2vw);
    text-align: right;
    flex-shrink: 0;
}
.timeline-item::before {
    content: "";
    position: absolute;
    top: 20px;
    width: 2px;
    height: calc(100% + 40px);
    background-color: #39498B;
    z-index: 1;
    left: calc(8.5rem + 2vw + 25px);
}
.timeline-item:last-child::before {
    height: 100%;
}
.timeline-item::after {
    content: "";
    position: absolute;
    top: 15px;
    left: calc(8.5rem + 2vw + 18px);
    width: 16px;
    height: 16px;
    background-color: #39498B;
    border-radius: 50%;
    z-index: 2;
}
.timeline-text {
    font-size: clamp(1rem, 0.909rem + 0.39vw, 1.375rem);
    font-weight: bold;
    line-height: 1.9375;
    margin: 0px 25px !important;
}
@media screen and (max-width: 767px) {
    .company-top-mv {
        height: 380px;
        background-image: url('https://www.rjc-potal.jp/wp-content/uploads/2026/05/グループ-7646@2x-e1779845946250.png'); 
    }
    .company-top-mv__title {
        margin: 0px 0px 55px 0px !important;
    }
	.timeline-item {
        flex-direction: column;
        padding-left: 30px;
    }
    .timeline-item::before {
        top: 20px !important;
        left: 6px !important;
    }
    .timeline-item::after {
        top: 10px !important;
        left: 0 !important;
        width: 14px !important;
        height: 14px !important;
    }
    .timeline-date {
        width: 100% !important;
        text-align: left !important;
		margin-bottom: 0;
    }
    .timeline-content {
        width: 100%;
        margin-left: 0 !important;
        padding: 20px !important;
    }
	.timeline-text {
    margin: 0px!important;
    }
}
/*労災保険特別加入一覧*/
.enrollment-title{
    font-size: clamp(1.5rem, 1.318rem + 0.78vw, 2.25rem) !important;
    color: #333;
    margin-bottom: 0px !important;
    padding: 0 !important;
    background-color: transparent;
}
h2.enrollment-title {
    background-color: transparent;
}
.enrollment-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.enrollment-box a, .enrollment-box p {
    margin-top: 15px !important;
    color: #333;
    font-size: clamp(0.875rem, 0.754rem + 0.52vw, 1.375rem);
    font-weight: bold;
    text-decoration: none;
}
.enrollment-box img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.enrollment-container figure {
    margin-bottom: 0 !important;
}
.prep-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    align-items: start;
}
.prep-card {
    background: #ffffff;
    border: 1px solid #E3E6E6;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    width: 189px;
}
.prep-img {
    background-color: #E3E6E6;
    color: #333;
    padding: 30px 10px;
    font-size: clamp(1rem, 0.803rem + 0.84vw, 1.813rem);
    font-weight: bold;
    margin-bottom: 0 !important;
}
.prep-label {
    margin: 0;
    padding: 10px;
    font-size: clamp(1rem, 0.909rem + 0.39vw, 1.375rem);
    color: #333;
    position: relative;
    font-weight: bold;
}
.prep-label::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    transform: rotate(45deg);
    margin-left: 15px;
    margin-bottom: 3px;
}
.coming-wrap {
    background-color: #F5F9FB;
    padding: 100px 0;
}
.contact-box {
    background: #ffffff;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    border-radius: 5px;
    text-align: center;
}
.contact-box h3 {
    margin: 0 !important;
    font-size: clamp(1.5rem, 1.454rem + 0.19vw, 1.688rem);
    border: none;
}
.campaign-badge {
    font-size: clamp(1rem, 0.909rem + 0.39vw, 1.375rem);
    font-weight: bold;
    background: #F0F2F2;
     padding: 15px;
    border-radius: 5px;
    width: 40%;
}
.tel_btn a {
    width: 90%;
    max-width: var(--btn_width);
    height: var(--btn_height);
    background-color: var(--btn-color);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--btn_font-size);
    text-decoration: none;
    color: var(--text-color);
    margin: 0 auto;
    border-style: none;
    font-weight: normal;
}
@media (max-width: 767px) {
  .enrollment-container {
    grid-template-columns: repeat(2, 1fr); /
    gap: 16px;
  }
  .prep-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .prep-img {
    padding: 20px 5px;
  }
  .prep-label {
    padding: 8px 5px;
  }
  .prep-card {
    width: 104px;
  }
  .prep-label::after {
    margin-left: 0px;
    margin-bottom: 2px;
  }
  .campaign-badge {
    width: 70%;
  }
}
/*ヘッダー、フッター、メニュー*/
.footer {
    margin-top: 20px;
    padding: 60px 0px;
    background-color: #F4F5F9;
}
.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}
.footer_menu_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer_menu_list li {
    margin-bottom: 20px;
    font-size: 14px;
}
.footer_menu_list li a {
    color: #333333;
    text-decoration: none;
    transition: color 0.3s;
}
li.footer_menu_title {
    font-weight: bold;
    font-size: clamp(1rem, 0.909rem + 0.39vw, 1.375rem) !important;
    color: #333333;
    margin-bottom: 24px !important;
}
.footer-center .footer_menu_list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-center .footer_menu_title {
    width: 100%;
}

.footer-center .footer_menu_list li:not(.footer_menu_title) {
    width: 47%;
    box-sizing: border-box;
}
.footer-center {
    flex: 0 0 540px;
	margin-right: 50px;
}
@media screen and (max-width: 768px) {
    .footer-widgets, 
    .footer-inner,
    footer .widget {
        display: block !important;
    }
    .footer_menu_list:has(.footer_menu_title) li:not(.footer_menu_title) {
        width: 100% !important;
        margin-right: 0 !important;
    }
}
/*お知らせ・一覧ページ*/
.category-3 #main {
    width: 100%;
    max-width: var(--max-width-content);
    margin: 0 auto;
    padding: 10px 0 clamp(45px, 26.897px + 4.828vw, 80px);
}
.category-3 div#content-in.content-in.wrap {
    background-color: #fff !important;
}
.category-3 h1#archive-title {
    border-bottom: 3px solid #39498B;
}
h1.entry-title {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0 15px;
    border-bottom: 3px solid #39498B;
    position: relative;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
	.category-3 #main{
    width: 90% !important;
    }
}