@charset "utf-8";
/* CSS Document */
@media print {
    /*印刷用CSSで適用させる定義を記述*/
    .to_top {
        display: none;
    }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: min(1.08vw, 1.0rem);/*16*/
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
  font-weight: 400;
  color: #222;
  background: #fff;
  overflow-x: hidden;
}

body.scroll-lock {
  overflow: hidden;
}

/* ========================================
   Typography
======================================== */

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: .7;
}

ul, ol {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

dl {
  display: block;
}

dd {
  margin-left: 0;
}

/* ========================================
   Form Reset (safe)
======================================== */

input,
textarea,
select,
button {
  font: inherit;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem; /* 16px */
  line-height: 1.7;
  font-weight: 400;
  color: #222;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

input[type="submit"],
input[type="button"] {
  appearance: none;
  border-radius: 0;
}

/* ========================================
   WordPress Content Safe Area
======================================== */

/* 投稿エリアを限定的に整える */
.entry-content {
  font-size: 1rem;
  line-height: 1.8;
}

.entry-content h2 {
  font-size: 1.5rem;
  margin-top: 2em;
}

.entry-content h3 {
  font-size: 1.25rem;
  margin-top: 1.6em;
}

.entry-content img {
  margin: 1.5em 0;
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
}

.entry-content th,
.entry-content td {
  border: 1px solid #ddd;
  padding: .75em;
}

.entry-content iframe {
  max-width: 100%;
}

/* WPのalign系対応 */

.aligncenter {
  display: block;
  margin: 1.5em auto;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ========================================
   Utility
======================================== */

.pcHide {
  display: none !important;
}

/* ========================================
   Accessibility
======================================== */

:focus-visible {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}

/* ========================================
   Scrollbar (optional)
======================================== */

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
}

/*---------------------------------------*/
/*フォント*/

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.reem-kufi {
  font-family: "Reem Kufi", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*---------------------------------------*/
/*リンク（横幅・高さ指定無し）*/

a.normal{
	width: 100%;
	height: 100%;
	border: 2px solid #8cb74f;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background-color: #fff;
	color: #333;
	font-weight: 700;
	position: relative;
	padding-left: 25px;
}
a.normal::before{
    content: '';
    background: url("../image/common/megaIconArrow.svg") 0 center / contain no-repeat;
    width: 10px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;
    right: 14px;
}
a.normal:hover{
	background-color: #8cb74f;
	color: #fff;
	opacity: 1.0;
}
a.normal:hover::before{
    background: url("../image/common/utilityIcon05h.svg") 0 center / contain no-repeat;
}

a.kadomaru{
	border-radius: 20px;
}

/*---------------------------------------*/
/*アンカーリンクの着地地点を調整*/ :root {
	--header-h: 192px;/*headerの高さ*/
}
[id] {
    scroll-margin-top: var(--header-h);
}
/*---------------------------------------*/
/*ヘッダー*/

body.menu-open {
    overflow: hidden;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
	box-shadow: 0 10px 15px -5px rgba(200,224,232,0.45);
    transition: transform 0.3s ease;
}
/*ログインしているときは位置を調整*/
.admin-bar .site-header {
    top: 32px;
}
.site-header.is-hidden {
    transform: translateY(-100%);
}

body {
    /*padding-top: 120px; /* ヘッダー高さに合わせる */
}

/* ===============================
   ユーティリティ
================================ */
.header-top{
	max-width: 1510px;
	padding: 0 30px;
	margin: 0 auto;
}
.header-top .header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
	padding-top: 15px;
}
.header-inner .leftColumns{
}
.header-inner .rightColumns{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 15px 0;
}
.header-inner .rightColumns .column{
	display: flex;
	align-items: center;
	gap: 0 26px;
}
.header-inner .rightColumns .column .fontSize > dl{
	display: flex;
	align-items: center;
	gap: 0 10px;
}
.header-inner .rightColumns .column .fontSize > dl dt{
	font-size: 0.88rem;/*14*/
	color: #4d4d4d;
	line-height: 100%;
}
.header-inner .rightColumns .column .fontSize > dl dd{
	display: flex;
	gap: 0 20px;
	position: relative;
}
.header-inner .rightColumns .column .fontSize > dl dd::before{
    content: '';
    background: url("../image/common/utilityIcon01.webp") 0 center / contain no-repeat;
    width: 10px;
    height: auto;
    aspect-ratio: 10 / 27;
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;
    right: 63px;
}
.header-inner .rightColumns .column .fontSize > dl dd button{
	min-height: 30px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 100%;
	border: 1px solid #c5c5c5;
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
	transition: 0.3s;
}
.header-inner .rightColumns .column .fontSize > dl dd button:nth-of-type(2){
	font-size: 1.13rem;/*18*/
}
.header-inner .rightColumns .column .fontSize > dl dd button:hover {
 	background: #f0f0f0;
}
.header-inner .rightColumns .column .search form{
	border: 1px solid #87c13f;
	background-color: #f9f5ed;
	border-radius: 16px;
	position: relative;
}
.header-inner .rightColumns .column .search form input[type="text"]{
	height: 34px;
	border: 0;
	background-color: #f9f5ed;
	font-size: 0.88rem;/*14*/
	border-radius: 18px;
	padding: 0 0px 0 15px;
}
.header-inner .rightColumns .column .search form input[type="image"]{
	position: absolute;
	top: -1px;
	right: -1px;
	width: 36px;
	height: 36px;
}
.header-inner .rightColumns .column .telInfo{
	width: 282px;
	height: 40px;
	position: relative;
}
.header-inner .rightColumns .column .telInfo > a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.06rem;/*17*/
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.05em;
	background-color: #29a6dd;
	border-radius: 18px;
	position: relative;
}
.header-inner .rightColumns .column .telInfo > a::before{
    content: '';
    background: url("../image/common/utilityIcon03.svg") 0 center / contain no-repeat;
    width: 26px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;
    left: 31px;
	z-index: 1;
}
.header-inner .rightColumns .column .telInfo > a::after{
    content: '';
    background: url("../image/common/utilityIcon04.svg") 0 center / contain no-repeat;
    width: 8px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;
    right: 31px;
	z-index: 1;
}
.header-inner .rightColumns .column .telInfo > a:hover{
	opacity: 1.0;
}
.header-inner .rightColumns .column .telInfo:hover a::after {
	transform: scale(1, -1);
}

.header-inner .rightColumns .column .telInfo .telMenu {
	display: none;/*動作チェック*/
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	border-radius: 18px;
	border: 3px solid #dfeef4;
	box-sizing: border-box;
	padding: 13px 7px;
	width: 100%;
	box-shadow: 0 4px 6px rgba(31,90,119,0.55);
	z-index: 100;
	transition: all 0.3s ease;
}
.header-inner .rightColumns .column .telInfo:hover .telMenu {
	display: block;
}
.header-inner .rightColumns .column .telInfo .telMenu dl.tel > dt{
	font-size: 1.13rem;/*18*/
	font-weight: 700;
	border-bottom: 2px solid #29a6dd;
	padding-bottom: 5px;
	text-align: center;
}
.header-inner .rightColumns .column .telInfo .telMenu dl.tel:not(:first-of-type){
	margin-top: 10px;
}
.header-inner .rightColumns .column .telInfo .telMenu dl.tel > dd ul.address{
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 0 5px;
}
.header-inner .rightColumns .column .telInfo .telMenu dl.tel > dd ul.address > li{
	display: flex;
	align-items: center;
	gap: 0 10px;
}
.header-inner .rightColumns .column .telInfo .telMenu dl.tel > dd ul.address > li .label{
	width: 105px;
	height: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.94rem;/*15*/
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
}
.header-inner .rightColumns .column .telInfo .telMenu dl.tel > dd ul.address > li .label.green{
	background-color: #61a01f;
}
.header-inner .rightColumns .column .telInfo .telMenu dl.tel > dd ul.address > li .label.orange{
	background-color: #f28e1e;
}
.header-inner .rightColumns .column .telInfo .telMenu dl.tel > dd ul.address > li > a{
	font-size: 1.19rem;/*19*/
	font-weight: 700;
	color: #000;
	letter-spacing: 0.05em;
	pointer-events: none;
}
.header-inner .rightColumns .column .telInfo .telMenu dl.tel > dd > dl.reception{
	margin-top: 5px;
	background-color: #ebf5f7;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	gap: 0 10px;
	font-size: 0.88rem;/*14*/
	font-weight: 500;
	line-height: 121.4%;
}

.header-inner .rightColumns .column ul.links{
	display: flex;
	list-style-type: none;
	gap: 0 10px;
}
.header-inner .rightColumns .column ul.links > li{
	width: 148px;
	height: 30px;
}
.header-inner .rightColumns .column ul.links > li > a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #87c13f;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 14px;
	font-weight: 500;
	position: relative;
}
.header-inner .rightColumns .column ul.links > li:not(.lang) > a::before{
    content: '';
    background: url("../image/common/utilityIcon05.svg") 0 center / contain no-repeat;
    width: 8px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;
    right: 11px;
	z-index: 1;
}
.header-inner .rightColumns .column ul.links > li > a:hover{
	background-color: #87c13f;
	color: #fff;
	opacity: 1.0;
}
.header-inner .rightColumns .column ul.links > li:not(.lang) > a:hover::before{
    background: url("../image/common/utilityIcon05h.svg") 0 center / contain no-repeat;
}

.header-inner .rightColumns .column ul.links > li.lang > a{
	border: 1px solid #dae3ea;
	gap: 0 10px;
}
.header-inner .rightColumns .column ul.links > li.lang > a:hover{
	background-color: #dae3ea;
	color: rgb(34, 34, 34);
	opacity: 1.0;
}
.header-inner .rightColumns .column ul.links > li.lang > a::before{
    content: '';
	display: inline-block;
    background: url("../image/common/utilityIcon06.svg") 0 center / contain no-repeat;
    width: 22px;
    height: auto;
    aspect-ratio: 1 / 1;
	z-index: 1;
}

/* ===============================
   ハンバーガー
================================ */
.hamburger {
    display: none;
    width: 30px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
}
.hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #333;
    transition: 0.3s;
}
.hamburger span:nth-child(1) {
    top: 0;
}
.hamburger span:nth-child(2) {
    top: 10px;
}
.hamburger span:nth-child(3) {
    bottom: 0;
}
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 10px;
}
/* ===============================
   グローバルナビ（PC）
================================ */
.header-bottom{
	max-width: 1230px;
	padding: 0 30px;
	margin: 15px auto 7px;
}
.global-nav {
	position: relative;
}
.gnav {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.gnav-item {
    position: static;
	width: calc( 100% / 5 );
}
.gnav-item > a {
    display: flex;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 70px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
	line-height: 137.5%;
	text-align: center;
	position: relative;
}
.gnav-item:first-child > a::before{
    content: '';
	width: 2px;
	height: 100%;
	background-color: #c7c7c7;
	position: absolute;
	top: 0;
	left: 0;
}
.gnav-item > a::after{
    content: '';
	width: 2px;
	height: 100%;
	background-color: #c7c7c7;
	position: absolute;
	top: 0;
	right: 0;
}
.gnav-item > a:hover{
    opacity: 1.0;
}
.gnav-item > a > span{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 10px;
}
.gnav-item.is-open > a > span::after{
	 content:'';
	 position:absolute;
	 bottom:0;
	 left:0;
	 width:100%;
	 height:6px;
}
.gnav-item.is-open.is-open:nth-child(2) > a > span::after{
	background-color: #29a6dd;
}
.gnav-item:nth-child(3) > a > span::after{
	background-color: #82b326;
}
.gnav-item.is-open:nth-child(4) > a > span::after{
	background-color: #f6ab3b;
}
.gnav-item.is-open:nth-child(5) > a > span::after{
	background-color: #ea132d;
}
.gnav-item.is-open:nth-child(6) > a > span::after{
	background-color: #e887b8;
}

.gnav-item > a > span::before{
	content: '';
}
.gnav-item:nth-child(2) > a > span::before{
	content: '';
	display: block;
	background: url("../image/common/gnaviIcon01.svg") 0 0 / contain no-repeat;
	width: 37px;
	height: 29px;
}
.gnav-item:nth-child(3) > a > span::before{
	content: '';
	display: block;
	background: url("../image/common/gnaviIcon02.svg") 0 0 / contain no-repeat;
	width: 37px;
	height: 31px;
}
.gnav-item:nth-child(4) > a > span::before{
	content: '';
	display: block;
	background: url("../image/common/gnaviIcon03.svg") 0 0 / contain no-repeat;
	width: 38px;
	height: 38px;
}
.gnav-item:nth-child(5) > a > span::before{
	content: '';
	display: block;
	background: url("../image/common/gnaviIcon04.svg") 0 0 / contain no-repeat;
	width: 49px;
	height: 41px;
}
.gnav-item:nth-child(6) > a > span::before{
	content: '';
	display: block;
	background: url("../image/common/gnaviIcon05.svg") 0 0 / contain no-repeat;
	width: 41px;
	height: 38px;
}

/* ===============================
   メガメニュー（PC）
================================ */
.mega-menu {
    position: absolute;
    top: calc( 100% + 10px );
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: transparent;
	/**/
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:.25s;
}
.mega-menu.active{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

.mega-menu::before {
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
}
.mega-inner {
	max-width: 1200px;
	margin: 0 auto;
}
.mega-content-area {
	min-height: 250px;
    display: flex;
    align-items: stretch;
    background: #fff;
    color: #000;
}

/*見出し部分*/
h2.mega-hd{
	width: 24.8%;/*297*/
    display: flex;
	justify-content: center;
	align-items: center;
    flex-direction: column;
	text-align: center;
}
h2.mega-hd > dl{
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
h2.mega-hd > dl > dt{
	display: flex;
	justify-content: center;
}
h2.mega-hd > dl > dd{
	font-size: 1.44rem;/*23*/
	color: #fff;
	line-height: 130.4%;
}

/*親メニュー*/
.mega-left {
    width: 36.8%;/*441*/
}
.mega-category {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mega-category li {
	min-height: 92px;
	display: flex;
	align-items: center;
	gap: 0 22px;
    padding: 0 30px;
    cursor: pointer;
    border-bottom: 1px solid #aeaeae;
	font-size: 1.19rem;/*19*/
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
}
.mega-category li:hover, .mega-category li.active {
    background: #fcf9eb;
}
li.gnav-item .mega-category li::before{
	content: '';
	display: block;
	width: 60px;
	height: fit-content;
	aspect-ratio: 1 / 1;
}
li.gnav-item .mega-category li::after{
	content: '';
	display: block;
	background: url("../image/common/megaIconArrow.svg") 0 center / contain no-repeat;
	width: 12px;
	height: auto;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
}

/*子メニュー*/
.mega-right {
    width: 38.5%;/*462*/
	padding: 20px 35px;
	display: flex;
    flex-direction: column;
	border-left: 4px solid #ede6ca;
	box-sizing: border-box;
}
.mega-content {
    display: none;
	flex: 1;
}
.mega-content.active {
    display: block;
}
.mega-right .mega-content > ul{
    list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}
.mega-right .mega-content > ul > li > a{
	font-size: 1.06rem;/*17*/
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
}
.mega-right .mega-content > ul > li > a > span{
	border-bottom: 1px solid #000;
}

.mega-right .mega-content > ul > li > a::before{
    content: '▶';
	display: inline-block;
	color: #f28e1e;
	font-size: 0.63rem;/*10*/
	line-height: 175%;
}

/*メガメニュー下インフォメーション*/
.mega-banner {
	margin-top: 10px;
}
.mega-banner .mega-banner-area{
	width: calc( 100% - 24.8% );
	margin: 0 0 0 auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 18px 35px;
}
.mega-banner-area dl.bannerHd{
	display: flex;
	align-items: center;
	gap: 0 20px;
}
.mega-banner-area dl.bannerHd dt{
	font-size: 1.50rem;/*24*/
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
	display: flex;
	align-items: center;
	gap: 0 10px;
}
.mega-banner-area dl.bannerHd dt:before{
	content: '';
	display: block;
	width: 24px;
	height: fit-content;
	aspect-ratio: 1 / 1;
}
.mega-banner-area dl.bannerHd dd{
	font-size: 1.13rem;/*18*/
	font-weight: 500;
	letter-spacing: 0.05em;
}
.mega-banner-area > .address{
	margin-top: 5px;
	display: flex;
	gap: 0 25px;
}
.mega-banner-area > .address > dl{
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 0 12px;
}
.mega-banner-area > .address > dl dt{
	width: fit-content;
	padding: 0 18px;
	height: 37px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.38rem;/*22*/
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.mega-banner-area > .address > dl dt.green{
	background-color: #61a01f;
}
.mega-banner-area > .address > dl dt.orange{
	background-color: #f28e1e;
}
.mega-banner-area > .address > dl dd > a{
	font-size: 1.75rem;/*28*/
	font-weight: 700;
	letter-spacing: 0.05em;
	pointer-events: none;
}

/*知りたい*/
li.gnav-item.blue h2.mega-hd{
	background-color: #29a6dd;
}
li.gnav-item.blue .mega-category li:nth-child(1)::before{
	background: url(../image/common/mega01Icon02.webp) 0 center / contain no-repeat;
}
li.gnav-item.blue .mega-category li:nth-child(2)::before{
	background: url(../image/common/mega01Icon03.webp) 0 center / contain no-repeat;
}
li.gnav-item.blue .mega-banner .mega-banner-area{
	border: 10px solid #29a6dd;
}
li.gnav-item.blue .mega-banner .mega-banner-area dl.bannerHd dt:before{
	background: url(../image/common/mega01Icon02.svg) 0 center / contain no-repeat;
}
li.gnav-item.blue .mega-content {
    display: block;
}
li.gnav-item.blue .mega-banner-area dl.bannerHd dt{
	font-size: 1.38rem;/*22*/
}

/*相談*/
li.gnav-item.green h2.mega-hd{
	background-color: #81b327;
}
li.gnav-item.green .mega-category li:nth-child(1)::before{
	background: url(../image/common/mega02Icon02.webp) 0 center / contain no-repeat;
}
li.gnav-item.green .mega-category li:nth-child(2)::before{
	background: url(../image/common/mega02Icon03.webp) 0 center / contain no-repeat;
}
li.gnav-item.green .mega-banner .mega-banner-area{
	border: 10px solid #81b327;
}
li.gnav-item.green .mega-banner .mega-banner-area dl.bannerHd dt:before{
	background: url(../image/common/mega02Icon04.svg) 0 center / contain no-repeat;
}

/*支援*/
li.gnav-item.orange h2.mega-hd{
	background-color: #f28e1e;
}
li.gnav-item.orange .mega-category li:nth-child(1)::before{
	background: url(../image/common/mega03Icon02.webp) 0 center / contain no-repeat;
}
li.gnav-item.orange .mega-category li:nth-child(2)::before{
	background: url(../image/common/mega03Icon03.webp) 0 center / contain no-repeat;
}
li.gnav-item.orange .mega-banner .mega-banner-area{
	border: 10px solid #f28e1e;
}
li.gnav-item.orange .mega-banner .mega-banner-area dl.bannerHd dt:before{
	background: url(../image/common/mega03Icon04.svg) 0 center / contain no-repeat;
}

/*寄付*/
li.gnav-item.red h2.mega-hd{
	background-color: #dd5454;
}
li.gnav-item.red .mega-category li:nth-child(1)::before{
	background: url(../image/common/mega04Icon02.svg) 0 center / contain no-repeat;
}
li.gnav-item.red .mega-category li:nth-child(2)::before{
	background: url(../image/common/mega04Icon03.svg) 0 center / contain no-repeat;
}
li.gnav-item.red .mega-banner .mega-banner-area{
	border: 10px solid #dd5454;
}
li.gnav-item.red .mega-banner .mega-banner-area dl.bannerHd dt:before{
	background: url(../image/common/mega04Icon04.svg) 0 center / contain no-repeat;
}

/*ペアレンツハウス*/
li.gnav-item.pink h2.mega-hd{
	background-color: #ed699c;
}
li.gnav-item.pink .mega-category li:nth-child(1)::before{
	background: url(../image/common/mega05Icon02.svg) 0 center / contain no-repeat;
}
li.gnav-item.pink .mega-category li:nth-child(2)::before{
	background: url(../image/common/mega05Icon03.svg) 0 center / contain no-repeat;
}
li.gnav-item.pink .mega-banner .mega-banner-area{
	border: 10px solid #ed699c;
}
li.gnav-item.pink .mega-banner .mega-banner-area dl.bannerHd dt:before{
	background: url(../image/common/mega05Icon04.svg) 0 center / contain no-repeat;
}

/*2026.04.24追加*/
.mega-inner{
	position:relative;
}
.mega-close{
	position:absolute;
	top:20px;
	right:22px;
	z-index:50;
	width:46px;
	height:46px;
	border:0;
	background:none;
	cursor:pointer;
}
.mega-close::before{
	content: '閉じる';
	width: 55px;
	text-align: center;
	position: absolute;
	bottom: -16px;
	right: -5px;
}
.mega-close span{
	position:absolute;
	left:10px;
	top:23px;
	width:28px;
	height:2px;
	background:#222;
}
.mega-close span:first-child{
  transform:rotate(45deg);
}
.mega-close span:last-child{
  transform:rotate(-45deg);
}
.menu-overlay{
	position:fixed;
	inset:0;
	display:none;
	z-index:20;
}
.menu-overlay.active{
	display:block;
}
.mega-menu{
	z-index:30;
}

/*※メガメニューを開いている間はスクロールさせない*/
body.mega-open{
	overflow:hidden;
	padding-right:var(--scrollbar-width);
}

/* ===============================
   オーバーレイ
================================ */
.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(163,152,126,0.54);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 90;
}
.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/*---------------------------------------*/
/*コアページ*/
/*---------------------------------------*/
#pageTitle{
	margin-top: var(--header-h);
	width: 100%;
	max-height: 160px;
	height: auto;
	aspect-ratio: 1480 / 235;
	background-color: #fffbee;
	position: relative;
}
#pageTitle::before{
    content: '';
    background: url("../image/common/pageTitleParts01.webp") 0 center / contain no-repeat;
    width: 725px;
    height: auto;
    aspect-ratio: 725 / 153;
    position: absolute;
    top: 0;
    left: 0;
}
#pageTitle::after{
    content: '';
    background: url("../image/common/pageTitleParts02.webp") 0 center / contain no-repeat;
    width: 633px;
    height: auto;
    aspect-ratio: 633 / 146;
    position: absolute;
    bottom: 0;
    right: 0;
}

#pageTitle h2.pageHd{
    max-width: 1020px;
	height: 100%;
    margin: 0 auto 0;
    padding: 0 30px 0;
	position: relative;
	z-index: 1;
	font-size: 218.75%;/*35*/
	font-weight: 700;
	display: flex;
	align-items: center;
}

nav.breadcrumb{
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
    max-width: 1020px;
    padding: 0 30px 0;
	z-index: 2;
}
nav.breadcrumb ul{
	list-style: none;
	display: flex;
	gap: 0 20px;
}
nav.breadcrumb ul li {
	font-size: 81.25%;/*13*/
	position: relative;
}
nav.breadcrumb ul li:not(:last-child)::before{
	content: '>';
	font-family: 'Noto Sans JP', sans-serif;
	position: absolute;
	top: 1px;
	right: -13px;
}

#pageWrap, #searchWrap, #postWrap{
    max-width: 1020px;
    margin: 35px auto 70px;
    padding: 0 30px 0;
}

/*---------------------------------------*/
/*フッター*/
/*---------------------------------------*/
#footer_wrap {
	background-color: #8cb74f;
	padding: 45px 0;
}
#footer_wrap > .inner{
	max-width: 1240px;
	padding: 30px 70px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
}

#footer_wrap .info{
	width: 38.5%;/*370*/
}
#footer_wrap .info .logo{
	width: 87.8%;/*325*/
	height: auto;
}
#footer_wrap .info .logo img{
	width: 100%;
	height: auto;
}
#footer_wrap .info .address{
	margin-top: 20px;
	font-size: 0.94rem;/*15*/
	font-weight: 500;
	color: #000;
}
#footer_wrap .info .address dl{
	display: flex;
	flex-direction: column;
	gap: 5px 0;
}
#footer_wrap .info .address dl dt{
	display: flex;
	align-items: center;
}
#footer_wrap .info .address dl dt span{
	font-size: 0.88rem;/*14*/
}
#footer_wrap .info .address dl dd{
	line-height: 120.0%;
}

#footer_wrap .sitemaps{
	width: 54.2%;/*520*/
}
#footer_wrap .sitemaps ul{
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	gap: 10px 0;
	justify-content: space-between;
}
#footer_wrap .sitemaps ul li{
	display: flex;
	align-items: center;
}
#footer_wrap .sitemaps ul li::before{
    content: '';
	display: block;
    background: url("../image/common/utilityIcon05.svg") center / contain no-repeat;
    width: 17px;
    height: auto;
    aspect-ratio: 1 / 1;
	margin-right: 10px;
}
#footer_wrap .sitemaps ul li a{
	font-size: 1.06rem;/*17*/
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
}
#footer_wrap .sitemaps ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background:#008d45;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}
#footer_wrap .sitemaps ul li a:hover{
	opacity: 1.0;
	color: #008d45;
}
#footer_wrap .sitemaps ul li a:hover::after{
	transform: scale(1, 1);
}

#footer_wrap > .copyright{
	margin-top: 25px;
	font-size: 0.81rem;/*13*/
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}

/*---------------------------------------*/
#pagetop {
    position: fixed;
    right: 3%;
    bottom: 5%;
    z-index: 10;
}
#pagetop img{
	filter: drop-shadow(0 0 5px rgba(116,184,209,0.55));
}

#sidebnrLeft{
	position: fixed;
    left: 3%;
    bottom: 5%;
	z-index: 4;
	max-width: 175px;
}
#sidebnrLeft img{
	width: 100%;
	height: auto;
	filter: drop-shadow(0 0 10px rgba(242,149,65,0.70));
}

#sidebnrRight{
	position: fixed;
	top: 215px;
	right: 15px;
}
#sidebnrRight ul li{
 	width: 50px;
	list-style-type: none;
}
#sidebnrRight ul li:not(:first-child){
 	margin-top: 10px;
}
#sidebnrRight ul li a {
	width: 100%;
	min-height: 240px;
	display: flex;
	align-items: center;
	writing-mode: vertical-rl;
	text-orientation: upright;
	border-radius: 16px;
	border: 2px solid #fff;
	box-sizing: border-box;
	padding: 30px 0 0;
	font-size: 1.13rem;/*18*/
	font-weight: bold;
	color: #fff;
	position: relative;
}
#sidebnrRight ul li a::before{
    content: '';
    background: url("../image/common/iconSidebnrRight.webp") 0 center / contain no-repeat;
    width: 10px;
    height: auto;
    aspect-ratio: 10 / 11;
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	margin: auto;
}
#sidebnrRight ul li a.red {
	background-color: #ec5a24;
}
#sidebnrRight ul li a.green {
	background-color: #8cb74f;
}

/*---------------------------------------*/
/*アニメーション*/
/*フェードアップ*/
.fadeUpTrigger, .afterloadfadeUp {
    opacity: 0;
}
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*---------------------------------------*/
/*---------------------------------------*/
/*ipad横向き時*/
@media screen and (max-width: 1500px) and (orientation: landscape) {} /*ここまで*/
/*ipad縦向き時*/
@media screen and (min-width: 820px) and (orientation: portrait) {} /*ここまで*/
/*---------------------------------------*/
/*---------------------------------------*/
/*---------------------------------------*/
/*---------------------------------------*/
/*---------------------------------------*/
/*---------------------------------------*/
/*---------------------------------------*/
/*---------------------------------------*/
/*---------------------------------------*/
/*---------------------------------------*/
/*---------------------------------------*/
