@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #fff;
    --color-font: #333;
    --color-primary: #97C639;
    --color-primary-shade: #111;
    --color-primary-tint: #666;
    --color-secondary: #aaa;
    --color-secondary-tint: #eee;
    --color-table-border: #ccc;
	--body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem); /* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1230px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #fff;
    --header-color-font: #444;
    --header-color-primary: #97C639;
    --header-color-primary-shade: #799e2e;
    --header-color-primary-tint: #acd161;
	/*------▼フッター設定▼------*/
	--footer-background: #F3F8FE;
    --footer-color-font: #fff;
    --footer-color-primary: #111;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
	--font-family03: "Libre Baskerville", serif;
	--font-family04: "Zen Old Mincho", serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.home {
    .post {
        h2 {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: var(--px20);
            margin-bottom: var(--px80);
            &::after {
                display: none;
            }
            .primary-ttl__en {
                color: #4A4A54;
                font-size: min(calc(3.5rem + (1vw - 1.92rem) * 0.6472), 3.5rem);
                font-family: var(--font-family03);
                font-weight: 400;
                font-style: italic;
                letter-spacing: .1em;
            }
            .primary-ttl__ja {
                color: #97C639;
                font-size: var(--rem36);
                font-family: var(--font-family04);
                font-weight: 600;
                letter-spacing: .1em;
                @media screen and (max-width: 768px) {
                    font-size: 2rem;
                }
            }
        }
        p {
            color: #333;
            line-height: 2;
        }
    }
}
#foot-contact_pt01 {
    h2 {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--px20);
        margin-bottom: var(--px40);
        &::after {
            display: none;
        }
        .primary-ttl__en {
            color: #4A4A54;
            font-size: min(calc(3.5rem + (1vw - 1.92rem) * 0.6472), 3.5rem);
            font-family: var(--font-family03);
            font-weight: 400;
            font-style: italic;
            letter-spacing: .1em;
        }
        .primary-ttl__ja {
            color: #97C639;
            font-size: var(--rem36);
            font-family: var(--font-family04);
            font-weight: 600;
            letter-spacing: .1em;
        }
    }
    .f-contact-read {
        p {
            color: #4A4A54;
            font-size: var(--rem18);
        }
    }
}

/**/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }

/**/
.post .linkBtn {
	border-radius: 0;
	background: var(--color-primary);
}

.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}
#content:has(.fw_contents), body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;
}

/*-----------------------------
fullwide01
------------------------------*/
.fullwide01 {
	position: relative;
	background: transparent;
	padding: 0;
}
.fullwide01_wrap {
    background: transparent;
	width: 94%;
    margin: 0 auto;
    padding: 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.fullwide01_inner {
    max-width: 960px;
}

/*-----------------------------
fullwide03
------------------------------*/
.fullwide03 {
	position: relative;
	background: transparent;
	padding: var(--px80) 0
}
.fullwide03:before {
    content: "";
    background: #aaa;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.fullwide03_wrap {
    background: #eee;
	position: relative;
	z-index: 1;
    max-width: 1400px;
	width: 94%;
    margin: 0 auto;
    padding: var(--px80);
	display: flex;
    justify-content: center;
    align-items: center;
}
.fullwide03_inner {
    max-width: 960px;
}

/*--カラムリスト--------------------------------------------*/

/*---------coln02-----------*/
  
.post .col2_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col2_list > li {
    width: 49%;
	margin-bottom: 2%;
}
@media print, screen and (max-width: 414px) {
	.post .col2_list > li {
		width: 100%;
	}
	.post .col2_list > li:last-child {
		margin-bottom: 0;
	}
}

/*-----------------------------
card
------------------------------*/
.sec01 {
  background: #aaa;
}
.toptxtarea {
  max-width: 960px;
  width: 94%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.card01_wrap {
  position: relative;
  margin: var(--px60) 0 0;
}
.card01_inner {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
}
.card01_list > li {
  position: relative;
  background: transparent;
}
.card01_list .imgarea {
  width: 100%;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  line-height: 0;
}
.card01_list .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card01_list .txtarea {
  padding: 20px 0 0 0;
  line-height: 1.6;
  text-align: left;
  background: transparent;
}
  
/*---------txtstyle02 -----------*/
  
.post .txtstyle02, .txtstyle02 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
    color: #111;
    line-height: 1.4;
  padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
  content: none;
}
.post .card01_list .txtstyle02, .card01_list .txtstyle02 {
  font-size: var(--rem20);
  margin: 0 0 1rem;
}
  
/*---------column04-----------*/
  
.col4_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: var(--px40);
}
.col4_list {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col4_list::before {
  content:"";
  display: block;
  width: calc(100% / 4 - var(--px40));
  order: 1;
}
.col4_list:after {
    content: "";
    display: block;
    width: calc((100% - (var(--px40) * 3)) / 4);
  order: 2;
}
.col4_list > li {
    width: calc((100% - (var(--px40) * 3)) / 4);
}
  
@media print, screen and (max-width: 768px) {
  .col4_list > li {
    width: calc((100% - (var(--px40)* 1)) / 2);
  }
}
@media print, screen and (max-width: 414px) {
  .col4_list > li {
    width: 100%;
  }
}

/*-----------------------------
.cardstyle
------------------------------*/

/*---------style05-------------*/

.cardstyle05 > li {
    padding-bottom: 30px;
}
.card01_list.cardstyle05 > li .imgarea {
    position: relative;
}
.card01_list.cardstyle05 > li .txtarea {
    position: relative;
    background: #fff;
    padding: 20px 20px 30px 20px;
    max-width: 90%;
    margin: -30px auto;
}

/*-----------------------------
以下アウトラインデザイン
------------------------------*/
.sec01 {
  background: #aaa;
}
.card01_wrap {
  position: relative;
  margin: var(--px60) 0 0;
}
.card01_inner {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
}
.cardstyle01 > li {
  position: relative;
  background: transparent;
}
.card01_list .imgarea {
  width: 100%;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  line-height: 0;
}
.card01_list .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card01_list .txtarea {
  padding: 20px 0 0 0;
  line-height: 1.6;
  text-align: left;
  background: transparent;
}
  
/*---------txtstyle02 -----------*/
  
.post .txtstyle02, .txtstyle02 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
    color: #111;
    line-height: 1.4;
  padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
  content: none;
}
.post .card01_list .txtstyle02, .card01_list .txtstyle02 {
  font-size: var(--rem20);
  margin: 0 0 1rem;
}


/*-----------------------------
button
------------------------------*/
/* 通常ボタン */
.linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 240px;
	font-size: var(--rem16);
    color: #fff;
    line-height: 1.8;
    text-align: left;
    background: #97C639;
	font-weight: 700;
    text-align: center;
    padding: var(--rem20) 30px var(--rem20) 20px;
    margin: var(--px40) auto 0;
	border: solid 1px #97C639;
    border-radius: 0;
    transition: all .3s;
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
    border-color: #fff;
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover {
    border: solid 1px #97C639;
	background: #fff;
	color: #97C639;
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
    border-color: #97C639;
}
/* .subimitarea > .linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
} */
.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}
/* ボタン large */
.linkBtn.linkBtn--large, .post .linkBtn.linkBtn--large, a.linkBtn.linkBtn--large {
    max-width: 390px;
}
/*　お問い合わせ送信ボタン */
.wpcf7-form {
    .linkBtn {
        /* position: relative;
        display: inline-block;
        width: 100%;
        max-width: 500px;
        color: #fff;
        line-height: 1.8;
        text-align: center;
        background: var(--color-primary);
        padding: 20px 30px 20px 10px;
        margin: 0 auto;
        border-radius: 5px;
        transition: all .3s; */
        &:hover {
            input[type="submit"] {
                color: #97C639;
            }
        }
    }
    .subimitarea .linkBtn input[type="submit"] {
        font-weight: 700;
        padding: 0;
        transition: all .3s;
    }
}

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
    #header {
        height: 100px;
    }
    #header .logo img {
        max-width: 364px;
        max-height: none;
    }
    #header a.head_btn.mail_btn::before {
        display: none;
    }
    .header__contact a {
        font-size: var(--rem14);
    }
    #header a.head_btn {
        padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) var(--px40);
    }
    nav#mainNav ul li a {
        transition: all .3s;
    }
    #header ul.header__contact {
        margin-left: var(--px30);
    }
    .home {
		nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li.current-menu-parent a b {
			color: #444;
			&:hover {
				color: var(--header-color-primary);
			}
		}
    }
}

/*================================================
				　フッター
================================================*/
#footer {
    font-size: var(--rem12);
    padding: var(--px60) var(--px60) var(--px30);
	background: #97C639;
}
#footer .footer__logo:not(:last-child) {
    margin-bottom: 30px;
}
#footer .footer__logo:not(:last-child) {
    text-align: left;
}
#footer .footer__logo img {
    max-width: 459px;
	width: 100%;
    max-height: none;
}
#footer .socialicon ul, .socialicon ul {
    justify-content: flex-start;
}
#footer .footnav ul {
    justify-content: flex-start;
}
#footer .inner {
    width: 100%;
    max-width: unset;
}
.footer__container {
	display: flex;
	align-items: flex-end;
}
.footer__add {
	font-size: var(--rem16);
}
#footer .footnav ul li a {
    color: #fff;
	font-size: var(--rem14);
}
#copyright {
	width: 50%;
    color: #fff;
    margin: 0 0 0 auto;
	text-align: right;
	background: transparent;
}
@media screen and (max-width: 768px) {
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
    .footer__container {
		flex-direction: column;
	}
	#footer .footnav ul {
		justify-content: center;
	}
	#copyright {
		width: 100%;
		margin: 10px auto 0;
		text-align: center;
	}
	#footer .socialicon ul, .socialicon ul {
		justify-content: center;
	}
}
/* フッター調整用 */
#footer address {
    color: #fff;
    font-size: var(--rem18);
    line-height: 1.4;
    margin-bottom: var(--px200);
}

/*--------------------------------------------------
	TOPページ
--------------------------------------------------*/
.home #wrapper, .inner {
    max-width: calc(1600px + 6%);
}

/* CONTENT01 */
.top_about {
    margin-top: var(--px160);
    .top_about__bg {
        aspect-ratio: 1920 / 715;
        &::before {
            background: url(/wp-content/uploads/top_about-bg_01.png) no-repeat center / cover;
        }
    }
}

/* CONTENT02 */
.top_activities {
    &::before {
        background: url(/wp-content/uploads/top_activities_bg_01.png) no-repeat center / cover;
    }
    .fullwide03 {
        padding: var(--px160) 0;
        &::before {
            display: none;
        }
    }
    .fullwide03_wrap {
        max-width: none;
        background: rgba(255, 255, 255, 0.95);
        padding: var(--px120) var(--px100);
        @media screen and (max-width: 1023px) {
            padding: var(--px120) var(--px40);
        }
    }
    .fullwide03_inner {
        max-width: none;
    }
}
.activities-list {
    display: flex;
    justify-content: center;
    gap: var(--px50);
    @media screen and (max-width: 1023px) {
        flex-direction: column;
    }
    .activities-list__ttl {
        color: #fff;
        font-family: var(--font-family04);
        font-size: min(calc(2.6rem + (1vw - 1.92rem) * 0.6472), 2.6rem);
        font-weight: 700;
        text-align: center;
        background: #B9D08B;
        border: none;
        padding: 4px var(--px50);
        margin-bottom: var(--px30);
        @media screen and (max-width: 1023px) {
            padding: 4px var(--px30);
        }
    }
    .list_disc {
        font-size: var(--rem18);
        line-height: 2;
    }
}

/* CONTENT03 */
.top_menu-list {
    padding-top: var(--px160);
    .top_menu-list__link {
        &:hover {
            .txtarea {
                background: #f6ffe4 !important;
            }
        }
    }
    .card01_list.cardstyle05 > li .imgarea {
        aspect-ratio: 800 / 347;
    }
    .card01_list.cardstyle05 > li .txtarea {
        position: relative;
        background: #F2FFD8;
        padding: 20px 40px 40px;
        max-width: 80%;
        transition: all .3s;
        @media screen and (max-width: 1023px) {
            max-width: 90%;
            padding: 20px 20px 40px;
        }
    }
    .post .card01_list .txtstyle02, .card01_list .txtstyle02 {
        position: relative;
        color: #444;
        font-family: var(--font-family04);
        font-size: var(--rem36);
        font-weight: 600;
        text-align: right;
        letter-spacing: .1em;
        border-bottom: 2px solid #97C639;
        margin: 0;
        padding-right: var(--px120);
        padding-bottom: 10px;
        &::after {
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
            content: "";
            width: 14px;
            height: 16px;
            background: url(/wp-content/uploads/ico_arrow_01.png) no-repeat center / contain;
        }
        @media screen and (max-width: 1023px) {
            padding-right: var(--px80);
            font-size: 2rem
        }
    }
    .col2_list {
        gap: var(--px50);
        @media screen and (max-width: 1023px) {
            flex-direction: column;
        }
    }
    .col2_list > li {
        width: calc((100% - var(--px50)) / 2);
        margin-bottom: 0;
        @media screen and (max-width: 1023px) {
            width: 100%;
        }
    }
}

/* CONTENT04 */
.top_related {
    &::before {
        background: #FBFFF2;
    }
    .fullwide03 {
        padding: min(calc(6.5rem + (1vw - 1.92rem) * 2.1359), 6.5rem) 0;
        &::before {
            display: none;
        }
    }
    .fullwide03_wrap {
        max-width: none;
        background: #fff;
        padding: var(--px96) var(--px80);
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.09);
        @media screen and (max-width: 1023px) {
            padding: var(--px96) var(--px40);
        }
    }
}
.related-list {
    display: flex;
    justify-content: center;
    gap: var(--px150);
    @media screen and (max-width: 1023px) {
        flex-direction: column;
        gap: var(--px50);
    }
    .related-list__item {
        width: calc((100% - var(--px150)) / 2);
        @media screen and (max-width: 1023px) {
            width: 100%;
        }
    }
    .related-list__ttl {
        color: #4A4A54;
        font-family: var(--font-family04);
        font-size: var(--rem36);
        font-weight: 600;
        letter-spacing: .1em;
        margin-bottom: var(--px30);
        padding-left: 0;
        padding-bottom: 10px;
        @media screen and (max-width: 768px) {
            font-size: 2rem;
        }
    }
    .external {
        &::after {
            content: "";
            width: 18px;
            height: 15px;
            background: url(/wp-content/uploads/ico_external_01.png) no-repeat center / contain;
        }
    }
}

/* newslist */
.top-news {
	max-width: 1240px;
	width: 94%;
	margin: 0 auto var(--px120);
}
.postlist {
    .post_text { padding: 26px 0; }
    li {
        border-bottom: 1px solid #ccc;
    }
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    background: #B9D08B;

}

/*--------------------------------------------------
	CTA
--------------------------------------------------*/
#foot-contact_pt01 {
	clear: both;
	position: relative;
	background: #FFF;
	/*margin-top: min(calc(180px + (1vw - 19.2px) * 3.8835), 180px);*/
	margin-left: calc(((100vw - 100%) / 2) * -1);
	/*margin-bottom: max(calc(-180px + (1vw - 19.2px) * -3.8835), -180px);*/
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(90px + (1vw - 19.2px) * 1.9417), 90px) calc((100vw - 100%) / 2);
}
#foot-contact_pt01::before, #foot-contact_pt01::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 55%;
	top: 0;
	left: 0;
}
#foot-contact_pt01::before {
	background: url(/wp-content/uploads/cta_bg_01.png) no-repeat center / cover;
	z-index: 1;
}
#foot-contact_pt01::after {
	background: url(/wp-content/uploads/bg_contact.jpg) no-repeat center / cover;
}
#foot-contact_pt01.front_contact {
	background: none;
}
#foot-contact_pt01 .contactTtl {
	position: relative;
	color: #FFF;
	font-size: min(calc(2rem + (1vw - 19.2px) * 0.3883), 2rem);
	font-weight: 500;
	letter-spacing: .1rem;
	line-height: 1.6;
	text-align: center;
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);
	z-index: 20;
}
#foot-contact_pt01 .contactTtl .en_ttl {
	display: block;
	font-size: min(calc(5.2rem + (1vw - 19.2px) * 1.5534), 5.2rem);
	font-family: var(--body-font-family-en);
	font-weight: 500;
	line-height: 1.2;
}
#foot-contact_pt01 .wrapper_content {
    z-index: 1;
	background: #FBFFF2;
	max-width: 1600px;
	padding: min(calc(8.5rem + (1vw - 1.92rem) * 2.7832), 8.5rem) min(calc(40px + (1vw - 19.2px) * 0.9709), 40px);
	/* box-shadow: 0 3px 6px rgba(0, 0, 0, .15); */
}
#foot-contact_pt01 .f-contact-read {
	position: relative;
	color: #FFF;
	line-height: 1.8;
	font-weight: 500;
	text-align: center;
	letter-spacing: .1rem;
	z-index: 10;
	margin-bottom: var(--px50);
}
#foot-contact_pt01 .f-contact-read .emTxt {
	font-size: calc(2.5rem + (1vw - 19.2px) * 0.4531);
	font-weight: 800;
	margin-bottom: 1em;
}
#foot-contact_pt01 a.f-contact_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	color: #FFF;
	background: var(--color-primary);
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	padding: min(calc(20px + (1vw - 19.2px) * 0.5178), 20px) min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	border: 1px solid var(--color-primary);
	transition: .3s;
}
#foot-contact_pt01 a.f-contact_btn:hover {
	color: var(--color-primary);
	background: #FFF;
}
#foot-contact_pt01 a.f-contact_btn::after {
	content: none;
}
#foot-contact_pt01 a.f-contact_btn .ico::before {
	display: inline-block;
	font-size: min(calc(3rem + (1vw - 19.2px) * 0.5825), 3rem);
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: .4em;
}
#foot-contact_pt01 a.f-contact_btn.telBtn .ico {
	display: block;
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.4531), 3.2rem);
}
#foot-contact_pt01 a.f-contact_btn .ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: var(--rem20);
}
#foot-contact_pt01 a.f-contact_btn.telBtn .ico::before {
	content: '\f095';
}
#foot-contact_pt01 a.f-contact_btn.lineBtn .ico::before {
	content: '\f3c0';
	font-family: 'Font Awesome 6 Brands';
	font-weight: 400;
}
#foot-contact_pt01 a.f-contact_btn.mailBtn .ico::before {
	content: '\f0e0';
}
#foot-contact_pt01 a.f-contact_btn .note {
	font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem);
	font-weight: 500;
}
#foot-contact_pt01 a.f-contact_btn .note > b {
	font-weight: 500;
}
#foot-contact_pt01 a.f-contact_btn .note > b::after {
	content: '｜';
}
#foot-contact_pt01 ul.contactbtn_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	gap: min(calc(15px + (1vw - 19.2px) * 0.6472), 15px);
	max-width: 800px;
	margin: min(calc(40px + (1vw - 1.92rem) * 1.2945),40px) auto;
	z-index: 10;
}
#foot-contact_pt01 ul.contactbtn_list > li {
	width: 100%;
}
#foot-contact_pt01 ul.contactbtn_list > li a.f-contact_btn {
	width: 100%;
	max-width: 407px;
	min-width: inherit;
    font-size: var(--rem20);
    font-weight: 700;
    border-radius: 50vw;
}
#foot-contact_pt01 ul.contactbtn_list:first-child {
	margin-top: 0;
}
#foot-contact_pt01 ul.contactbtn_list:last-child {
	margin-bottom: 0;
}
/*レスポンシブ対応*/
@media print, screen and (min-width: 641px) {
	#foot-contact_pt01 ul.contactbtn_list > li {
		width: calc((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2);
	}
}
/*FireFox対応*/
@-moz-document url-prefix() {
	@media print, screen and (min-width: 641px) {
		#foot-contact_pt01 ul.contactbtn_list > li {
			width: calc(((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2) - 1px);
		}
	}
}
/* CTA調整用 */
.home #foot-contact_pt01.footer-top_cta {
    display: none;
}

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
h1.title:first-child, .post h1:first-child, #front-sectionPost h1:first-child, .post h2:first-child, .post h3:first-child, .post h3.col-in-h3:first-child, .post h4:first-child {
    margin-top: 0 !important;
}
body:not(.home) {
    #thumbImg::before, header#h1Header::before {
        display: none;
    }
    h1.title, .post h1, header#h1Header h1.title {
        color: #4A4A54;
        font-size: var(--rem48);
        font-family: var(--font-family04);
        letter-spacing: .15em;
    }
    .post {
        h2 {
            color: #4A4A54;
            margin-top: min(calc(22rem + (1vw - 1.92rem) * 7.1197), 22rem);
            margin-bottom: var(--px100);
        }
        h3 {
            color: #4A4A54;
            font-size: var(--rem28);
            font-weight: 700;
            line-height: 2;
            letter-spacing: .1em;
        }
        p {
            line-height: 2;
        }
        table th {
            color: #fff;
            text-align: center;
            background: #97C639;
        }
        table, table th, table td {
            border-color: var(--color-table-border);
        }
        table th, table td {
            padding: var(--rem40) var(--rem16);
        }
    }
}
.dl-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--rem36) min(calc(5.7rem + (1vw - 1.92rem) * 1.8770), 5.7rem);
    padding: 0 var(--px50);
        @media screen and (max-width: 768px) {
            padding: 0;
        }
    .dl-list__link {
        position: relative;
        display: flex;
        max-width: 336px;
        width: 100%;
        align-items: center;
        color: #fff;
        font-size: var(--rem18);
        background: #333;
        padding: 22px 30px 22px 21px;
        transition: all .3s;
        &:hover {
            opacity: .6;
        }
        &::before {
            content: "";
            width: 30px;
            height: 30px;
            background: url(/wp-content/uploads/ico_pdf_01_white.png) no-repeat center / contain;
            margin-right: 1rem;
        }
        &::after {
            position: absolute;
            right: 15px;
            content: "";
            width: 11px;
            height: 11px;
            background: url(/wp-content/uploads/ico_arrow_02_white.png) no-repeat center / contain;
        }
        &.dl-list__link--other-file {
            &::before {
                background: url(/wp-content/uploads/ico_file_01.png) no-repeat center / contain;
            }
        }
    }
}
.flexbox .dl-list {
    padding: 0;
}

/* dl-list　エディター用CSS */
#editor-style {
    .dl-list {
        flex-direction: column;
            @media screen and (max-width: 768px) {
                padding: 0;
            }
        .dl-list__link {
            width: fit-content;
            color: #000;
            background: transparent;
            padding: 0;
            
            &::before {
                content: "【PDF】";
                width: auto;
                height: auto;
                background: none;            }
            &::after {
                display: none;
            }
            &.dl-list__link--other-file {
                &::before {
                    display: none;
                }
            }
        }
    }
}

/*--------------------------------------------------
	活動報告
--------------------------------------------------*/
.post .page-activities {
    .flexbox {
        margin-bottom: min(calc(13rem + (1vw - 1.92rem) * 3.2362), 13rem);
    }
    .gap {
        gap: var(--px50);
    }
    .w50 h3 {
        font-size: var(--rem24);
        border: none;
    }
    @media screen and (min-width: 769px) {
        .flexbox {
            align-items: center;
        }
    }
}

/*--------------------------------------------------
	加盟介護保険事業所
--------------------------------------------------*/
.post .page-affiliation {
    @media screen and (min-width: 769px) {
        .flexbox {
            align-items: center;
        }
    }
}

/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
body:not(.home) .post {
    .wpcf7-form {
        .must {
            background: #97C639;
        }
        .any {
            font-size: 75%;
            color: #fff;
            font-weight: bold;
            margin-left: 0.8em;
            font-size: 85%;
            padding: 0.2em 0.6em;
            float: right;
            opacity: 0;
        }
        table, table th, table td {
            border-left: none;
            border-right: none;
        }
        table th {
            color: #333;
            font-size: var(--rem18);
            font-weight: 400;
            background-color: transparent;
            @media screen and (max-width: 768px) {
                text-align: left;
            }
        }
        table td {
            color: #333;
            font-size: var(--rem18);
            font-weight: 400;
            padding-left: var(--px40);
        }
        .form-flex {
            display: flex;
            justify-content: center;
            flex-direction: column;
            width: 80%;
            & + .must {
                position: relative;
                top: -40px;
            }
            @media screen and (max-width: 768px) {
                display: inline;
                & + .must {
                    position: unset;
                    top: unset;
                }
            }
        }
    }
}
