@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
    word-break: break-all;
}

html { 
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

:root {	
	--bg-color: #ffffff;	
	--text-color: #333333; /* 白背景に対して十分なコントラスト */	
	--link-color: #0056b3; /* リンク色もコントラストを確保 */	
	--focus-color: #ff9900;	
}

body {
  font-family: "BIZ UDPGothic", sans-serif;
	font-optical-sizing: auto;
  font-weight: 700;
	font-style: normal;
	font-size: 1.35rem;
	/*-webkit-text-size-adjust: none;*/
	line-height: 1.5;
	color: var(--text-color);
	background: var(--bg-color);
	overflow-x: hidden;
	overflow-y: auto;
	
	/* ▼ サイト全体の句読点・記号の行頭落ちを防ぐ設定 */
    line-break: strict;
    word-break: normal;
}

html.is-open {
	overflow: hidden;
}

/* BIZ UDPGothic (Boldのみ) */
.font-biz {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
}

/* Noto Sans JP (各種ウェイト) */
.font-noto-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.font-noto-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.font-noto-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

h2, h3:not(.title), h4, h5, h6{
	transform: rotate(0.05deg);
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	/*overflow: hidden;*/
	outline: none;
	color: var(--link-color);
	text-decoration: underline; /* 1.4.1 色の使用: 色以外でもリンクと分かるようにする */
	opacity: 1;
}
.pc_hide {
}

.sp_hide {
	display: none !important;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}


select::-ms-expand {
    display: none;
}

/* 2.4.1 ブロックスキップ: メインコンテンツへのスキップリンク（視覚的には隠し、フォーカス時に表示） */
.skip-link {
	position: absolute;
	top: -100px;
	left: 0;
	padding: 12px 16px;
	background: #000;
	color: #fff;
	z-index: 10000;
	text-decoration: none;
}

.skip-link:focus,
.skip-link:focus-visible {
	top: 0;
}

.skip-link {
	transform: translateY(-120%);
	transition: transform 0.2s;
}

.skip-link:focus-visible {
	transform: translateY(0);
}


h1,h2,h3,h4{
	font-weight: 500;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

#all_wrap,
#contents{
	overflow: hidden;
}

ol, ul {
    list-style: none;
	box-sizing: border-box;
}

#wrapper{
	position: relative;
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

/* 2.4.7 フォーカスの可視化: キーボード操作時のフォーカス状態を視覚的に明確にする */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
	outline: 2px solid var(--focus-color);
	outline-offset: -1px;
}


:where(figure){
	margin-bottom: 0 !important;
}


#accessibility-ssvw-root button{
	margin-bottom: 115px
}

/*===================================
	仕様
=====================================*/

.fadeUpTrigger{
	opacity: 0;
}


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(75px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*===================================
	header
=====================================*/

header{
	position: fixed; /* ★追加：メガメニューの絶対配置の基準点にする */
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	transition: transform 0.3s ease, visibility 0.3s;
	z-index: 10000;
/*	z-index: 1000000000;*/
}

/* ログイン時（管理バーがある時）の調整 */
body.customize-support header {
	top: 46px;
}


header.is-hide {
	transform: translateY(-100%);
	visibility: hidden; 
}

header .head_inner{
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .head_inner h1{
	width: 68.06%;/*490*/
	margin-left: 3.47%;/*25*/
}

header .head_inner h1 img{
	width: 100%;
	height: auto;
}


/* ハンバーガーボタンのスタイリング */
header .head_inner .sp-menu-toggle {
	display: block;
	width: 70px;
	height: 100%;
	background: #ea6f00;
	border: none;
	border-bottom-left-radius: 20px;
	cursor: pointer;
	position: relative;
	z-index: 1001; /* メニューより前面に */
}

header .head_inner .sp-menu-toggle::before {
	content: 'メニュー';
	width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
	font-size: 100%;
	line-height: 1;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 16px;
	left: 0;
}

header .head_inner .sp-menu-toggle[aria-expanded="true"]::before {
	content: '閉じる';
}

header .head_inner .sp-menu-toggle .hamburger-line {
	display: block;
	position: absolute;
	top: 21px;
	left: 50%;
	transform: translateX(-50%);
	width: 44.29%;
	height: 2px;
	background: #fff;
	transition: background-color 0.3s ease;
}

header .head_inner .sp-menu-toggle .hamburger-line::before,
header .head_inner .sp-menu-toggle .hamburger-line::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: transform 0.3s ease;
}

header .head_inner .sp-menu-toggle .hamburger-line::before {
	top: -9px;
}

header .head_inner .sp-menu-toggle .hamburger-line::after {
	top: 9px;
}

/* ==========================================
   ボタン展開時の三本線の形状変化（✕印に変形）
   ========================================== */

/* 中央の線を透明にする */
header .head_inner .sp-menu-toggle[aria-expanded="true"] .hamburger-line {
	background-color: transparent !important;
}

header .head_inner .sp-menu-toggle[aria-expanded="true"] .hamburger-line::before {
	transform: translateY(9px) rotate(45deg);
}

header .head_inner .sp-menu-toggle[aria-expanded="true"] .hamburger-line::after {
	transform: translateY(-9px) rotate(-45deg);
}

/* ナビゲーションメニュー：スマホ時は全画面オーバーレイ */
header .head_inner nav {
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: calc(100vh - 70px);
	background: #ebf7f4;
	padding: 0 0 135px;
	box-sizing: border-box;
	overflow-y: auto;
	z-index: 1000;
	
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}

/* ナビゲーション展開時 */
.sp-menu-open header .head_inner nav {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* 背景固定用のクラス（メニューが開いている時は背後のコンテンツをスクロールさせない） */
body.is-menu-open {
	overflow: hidden;
}

/**/

header .head_inner nav ul.menu-root{
	list-style: none;
}

header .head_inner nav ul.menu-root li.menu-item-has-child{
	width: 100%;
	border-top: 1px solid rgba(22,155,129,0.5);
	box-sizing: border-box;
}

header .head_inner nav ul.menu-root li.menu-item-has-child:last-child{
	border-bottom: 1px solid rgba(22,155,129,0.5);
}

header .head_inner nav ul.menu-root li.menu-item-has-child button.menu-trigger{
	display: flex;
	align-items: center;
	width: 100%;
	height: 70px;
	background-color: #fff;
	background-image: url("images/common/nav_ico01.svg");
	background-repeat: no-repeat;
	background-size: 11.67% auto;/*84*/
	background-position: left 5.28% center;/*38*/
	border: none;
	font-size: 122.22%;/*16.5*/
	line-height: 1;
	letter-spacing: 0.05em;
	color: #333333;
	padding-left: 21.53%;/*155*/
	box-sizing: border-box;
	position: relative;
}

header .head_inner nav ul.menu-root li.menu-item-has-child:nth-child(2) button.menu-trigger{
	background-image: url("images/common/nav_ico02.svg");
}

header .head_inner nav ul.menu-root li.menu-item-has-child:nth-child(3) button.menu-trigger{
	background-image: url("images/common/nav_ico03.svg");
}

header .head_inner nav ul.menu-root li.menu-item-has-child:nth-child(4) button.menu-trigger{
	background-image: url("images/common/nav_ico04.svg");
}

header .head_inner nav ul.menu-root li.menu-item-has-child:nth-child(5) button.menu-trigger{
	background-image: url("images/common/nav_ico07.svg");
}

header .head_inner nav ul.menu-root li.menu-item-has-child:nth-child(6) button.menu-trigger{
	background-image: url("images/common/nav_ico05.svg");
}

header .head_inner nav ul.menu-root li.menu-item-has-child button.menu-trigger::before,
header .head_inner nav ul.menu-root li.menu-item-has-child button.menu-trigger::after {
	content: '';
	width: 6.39%;/*46*/
	height: 3px;
	background-color: #169b81;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5.14%;/*37*/
	transition: transform 0.3s ease, background-color 0.3s ease; 
}

/* ::beforeを「横線」、::afterを「縦線」として十字（＋）を作ります */
header .head_inner nav ul.menu-root li.menu-item-has-child button.menu-trigger::before {
	transform: translateY(-50%) rotate(0deg);
}

header .head_inner nav ul.menu-root li.menu-item-has-child button.menu-trigger::after {
	transform: translateY(-50%) rotate(90deg);
}

header .head_inner nav ul.menu-root li.menu-item-has-child button.menu-trigger[aria-expanded="true"]::before {
	transform: translateY(-50%) rotate(180deg); 
}

header .head_inner nav ul.menu-root li.menu-item-has-child button.menu-trigger[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(180deg); 
}

/**/

header .head_inner nav ul.menu-root li.menu-item-has-child .mega-menu {
	width: 100%;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: 
		max-height 0.33s cubic-bezier(0.25, 1, 0.5, 1), 
		opacity 0.25s ease, 
		visibility 0.25s ease;
}

header .head_inner nav ul.menu-root li.menu-item-has-child .mega-menu.is-show {
	opacity: 1;
	visibility: visible;
}

header .head_inner nav ul.menu-root li.menu-item-has-child .mega-menu .mega-menu-inner {
	width: 100%;
	border-top: 1px solid rgba(22,155,129,0.5);
	box-sizing: border-box;
	transform: translateY(-8px);
	transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

header .head_inner nav ul.menu-root li.menu-item-has-child .mega-menu.is-show .mega-menu-inner {
	transform: translateY(0);
}

header .head_inner nav ul.menu-root li.menu-item-has-child .mega-menu .mega-menu-inner h2.megamenu_midashi{
	display: none;
}

header .head_inner nav ul.menu-root li.menu-item-has-child .mega-menu .mega-menu-inner ul.link_list{
	width: 100%;
	list-style: none;
}

header .head_inner nav ul.menu-root li.menu-item-has-child .mega-menu .mega-menu-inner ul.link_list li{
	width: 100%;
	box-sizing: border-box;
}

header .head_inner nav ul.menu-root li.menu-item-has-child .mega-menu .mega-menu-inner ul.link_list li + li{
	border-top: 1px solid rgba(22,155,129,0.5);
}

header .head_inner nav ul.menu-root li.menu-item-has-child .mega-menu .mega-menu-inner ul.link_list li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 60px;
	background: url("images/common/link_ico_col06.svg")no-repeat #fffbee right 5.56% center;/*40*/
	background-size: 5.56% auto;/*40*/
	font-size: 111.11%;/*15*/
	line-height: 1;
	letter-spacing: 0.05em;
	color: #754c24;
	text-decoration: none;
	padding-left: 5.56%;/*40*/
	box-sizing: border-box;
}

header .head_inner nav ul.menu-root li.menu-item-has-child > a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 70px;
	background: url("images/common/link_ico_col06.svg")no-repeat #fff right 5.56% center;/*40*/
	background-size: 5.56% auto;/*40*/
	font-size: 122.22%;/*16.5*/
	line-height: 1;
	letter-spacing: 0.05em;
	color: #333333;
	text-decoration: none;
	padding-left: 7.78%;/*56*/
	box-sizing: border-box;
}

header .head_inner nav ul.sp_menu_root{
	width: 100%;
	list-style: none;
}

header .head_inner nav ul.sp_menu_root li{
	width: 100%;
	border-top: 1px solid rgba(22,155,129,0.5);
	box-sizing: border-box;
}

header .head_inner nav ul.sp_menu_root li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 70px;
	background: url("images/common/link_ico_col06.svg")no-repeat #fff right 5.56% center;/*40*/
	background-size: 5.56% auto;/*40*/
	font-size: 122.22%;/*16.5*/
	line-height: 1.30;
	letter-spacing: 0.05em;
	color: #333333;
	text-decoration: none;
	padding-left: 7.78%;/*56*/
	box-sizing: border-box;
}

/**/

.sp_contact_wrap{
	width: 100%;
/*	padding-top: 16px;*/
	background: #fff;
}

.sp_contact_wrap p.contact_midashi{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 28px;
	background: #876239;
	font-size: 100%;
	line-height: 1;
	color: #fff;
}

.sp_contact_wrap ul.contact_list{
	list-style: none;
	display: flex;
}

.sp_contact_wrap ul.contact_list li{
	width: 36.81%;/*265*/
	box-sizing: border-box;
	background: #fff;
}

.sp_contact_wrap ul.contact_list li:first-child{
	border: 1px solid #00a498;
	border-right: none;
}

.sp_contact_wrap ul.contact_list li:nth-child(2){
	border: 1px solid #f28e1e;
}

.sp_contact_wrap ul.contact_list li:last-child{
	border: 1px solid #06c755;
	border-left: none;
}

.sp_contact_wrap ul.contact_list li:last-child{
	width: 26.38%;/*190*/
}

.sp_contact_wrap ul.contact_list li a{
	text-decoration: none;
	display: flex;
	width: 100%;
	height: 65px;
	justify-content: center;
	align-items: center;
	gap: 0 8.30%;/*22*/
}

.sp_contact_wrap ul.contact_list li a .ico{
	width: 31.70%;/*84*/
}

.sp_contact_wrap ul.contact_list li:last-child a .ico{
	width: 44.21%;/*84*/
}

.sp_contact_wrap ul.contact_list li a .ico img{
	width: 100%;
	height: auto;
}

.sp_contact_wrap ul.contact_list li a p{
	font-size: 140.74%;/*19*/
	line-height: 1;
	letter-spacing: 0.2em;
	color: #333333;
}

.sp_contact_wrap ul.contact_list li:nth-child(2) a p{
	letter-spacing: 0;
}

/**/

header .head_inner nav .sp_search_wrap{
	padding: 20px 0;
}

header .head_inner nav .sp_search_wrap form{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 2.78%;/*20*/
}

header .head_inner nav .sp_search_wrap form input[type="text"]{
	/* 2. サイズと余白（タップ領域を広く確保：アクセシビリティ準拠） */
	display: block;
	width: 61.11%;/*440*/
	height: 45px;
	padding: 0 4.31%;/*31*/
	box-sizing: border-box;

	background-color: #f4f4f4;
	border: 1px solid #6297b7;
	border-radius: 10px;
	
	/* 4. 文字のスタイリング */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	font-size: 118.52%;/*16*/
	color: #333333;
	line-height: 1;

	/* 5. アニメーション（フォーカスしたときの心地よい変化） */
	transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;	
}

header .head_inner nav .sp_search_wrap form input::placeholder {
	color: #939393;
	opacity: 1;
}

header .head_inner nav .sp_search_wrap form button{
	width: 25.0%;/*180*/
	border: none;
	font-size: 111.11%;/*15*/
	line-height: 1;
	letter-spacing: 0.2em;
	color: #fff;

	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 10px;
	font: inherit;
}

header .head_inner nav .sp_search_wrap form button p{
	display: flex;
	align-items: center;
	width: 100%;
	height: 45px;
	border-radius: 10px;
	background: url("images/common/search_ico.webp")no-repeat #4587af right 15.0% center;/*27*/
	background-size: 18.89% auto;/*34*/
	font-size: 111.11%;/*15*/
	line-height: 1;
	letter-spacing: 0.2em;
	color: #fff;
	padding-left: 16.67%;/*30*/
	box-sizing: border-box;
}

/**/

header .head_inner nav .sp_policy_link{
	width: fit-content;
	padding: 45px 0 1px 0;
	margin-left: 7.64%;/*55*/
	border-bottom: 1px solid #333;
}

header .head_inner nav .sp_policy_link a{
	display: flex;
	align-items: center;
	font-size: 111.11%;/*15*/
	line-height: 1;
	color: #333333;
	text-decoration: none;
}

/* 🌟修正：文字の「＞」を消し、CSSで図形として矢印を描画 */
header .head_inner nav .sp_policy_link a::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-top: 1.5px solid #333333;  /* 矢印の太さ */
	border-right: 1.5px solid #333333; /* 矢印の太さ */
	transform: rotate(45deg); /* 🌟45度回転させて「＞」の形にする */
	margin-right: 15px; /* 🌟文字との間の余白（1em相当） */
	flex-shrink: 0; /* スマホで矢印が潰れるのを防ぐガード */
}

/*===================================
	footer
=====================================*/

footer{
	width: 100%;
	padding-top: 12px;
	padding-bottom: calc(85px + env(safe-area-inset-bottom)) !important;
}

footer .foot_inner{
	width: 83.33%;/*600*/
	margin: 0 auto;
}

footer .foot_inner .sns-share-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px 0;
	width: 88.33%;/*530*/
	height: 90px;
	margin: 0 auto;
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

footer .foot_inner .sns-share-container p.sns-share-title{
	font-size: 100%;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #754c24;
}

footer .foot_inner .sns-share-container ul.sns-share-list{
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 0 8.87%;/*47*/
}

footer .foot_inner .sns-share-container ul.sns-share-list li{
	width: 13.21%;/*70*/
}

footer .foot_inner .sns-share-container ul.sns-share-list li img{
	width: 100%;
	height: auto;
}

/**/

footer .foot_inner .foot_container {
	width: 100%;
	padding: 22px 0 33px;
	position: relative;
}

/* 画面いっぱいの薄黄色背景（上側に40pxはみ出させる設定） */
footer .foot_inner .foot_container::before {
	content: '';
	background: #fffbee; /* 薄黄色 */
	width: 100vw;
	height: calc(100% + 31px);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -2;
}

/* ★修正：画面いっぱいに広げ、背景の「一番上」にぴったり合わせる */
footer .foot_inner .foot_container::after {
	content: '';
	position: absolute;
	
	bottom: calc(100% + 31px - 17px); /* 背景の高さの天辺から、円の半径（34px）分だけ下にずらす */
	left: 50%;
	width: 100vw;
	height: 34px;
	transform: translateX(-50%);
	z-index: -1;
	

	background-image: radial-gradient(#fffbee 70%, transparent 71%);
	background-size: 34px 34px;
	background-repeat: repeat-x;
	background-position: center top;
}

footer .foot_inner .foot_container .foot_area01{
	width: 100%;
}

footer .foot_inner .foot_container .foot_area01 .foot_logo{
	width: 79.67%;/*478*/
	margin: 0 auto;
}

footer .foot_inner .foot_container .foot_area01 .foot_logo img{
	width: 100%;
	height: auto;
}

footer .foot_inner .foot_container .foot_area01 .contact_area{
	width: 100%;
	margin-top: 16px;
}

footer .foot_inner .foot_container .foot_area01 .contact_area .area_lv01{
	width: 100%;
	text-align: center;
}

footer .foot_inner .foot_container .foot_area01 .contact_area .area_lv01 .koumoku p{
	font-size: 111.11%;/*15*/
	line-height: 1;
	letter-spacing: 0.05em;
	color: #754c24;
}

footer .foot_inner .foot_container .foot_area01 .contact_area .area_lv01 .naiyou{
	margin-top: 5px;
}

footer .foot_inner .foot_container .foot_area01 .contact_area .area_lv01 .naiyou p.txt_lv1{
	font-size: 103.70%;/*14*/
	line-height: 1.54;
	letter-spacing: 0.05em;
	color: #333333;
}

footer .foot_inner .foot_container .foot_area01 .contact_area .area_lv01 .naiyou p.txt_lv2{
	margin-top: 11px;
	font-size: 85.19%;/*11.5*/
	line-height: 1.96;
	letter-spacing: 0.05em;
	color: #333333;
}

footer .foot_inner .foot_container .foot_area01 .contact_area .area_lv01 .naiyou p.txt_lv2 a.tel-link{
	text-decoration: none;
	color: #333;
}

footer .foot_inner .foot_container .foot_area01 .contact_area .area_lv01 .naiyou p.txt_lv2 span{
	font-size: 91.30%;/*10.5*/
}

footer .foot_inner .foot_container .foot_area01 .contact_area .area_lv01 + .area_lv01{
	margin-top: 18px;
}

/**/

footer .foot_inner .foot_container .foot_area02{
	display: none;
}


/**/

footer .foot_inner .foot_container .foot_area03{
	width: 100%;
	margin-top: 27px;
}

footer .foot_inner .foot_container .foot_area03 .ft_bnr_list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 21px 0;
}

footer .foot_inner .foot_container .foot_area03 .ft_bnr_list li{
	width: 46.17%;/*277*/
}

footer .foot_inner .foot_container .foot_area03 .ft_bnr_list li a{
	display: block;
	text-decoration: none;
}

footer .foot_inner .foot_container .foot_area03 .ft_bnr_list li a .bnr_img{
	width: 100%;
}

footer .foot_inner .foot_container .foot_area03 .ft_bnr_list li a .bnr_img img{
	width: 100%;
	height: auto;
	filter: drop-shadow(0px 0px 2.5px rgba(119, 119, 119, 0.45));
}

footer .foot_inner .foot_container .foot_area03 .ft_bnr_list li a p.link_txt{
	margin-top: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 4.33%;/*12*/
	font-size: 74.07%;/*10*/
	line-height: 1;
	color: #333333;
}

footer .foot_inner .foot_container .foot_area03 .ft_bnr_list li a p.link_txt::after{
	content: '';
	background: url("images/common/ex_ico_col01.webp")no-repeat;
	background-size: 100% auto;
	width: 9.75%;/*27*/
	height: auto;
	aspect-ratio: 20 / 19;
}

footer .foot_inner .foot_container .foot_area03 .ft_bnr_list li:last-child{
	margin: 0 auto;
}

/**/

footer .foot_inner .copy_area{
	padding: 7px 0 20px;
	background: #dff4ee;
	position: relative;
}

footer .foot_inner .copy_area::before{
	content: '';
	background: #dff4ee;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -2;
}

footer .foot_inner .copy_area::after {
	content: '';
	position: absolute;
	
	bottom: calc(100% - 17px);
	left: 50%;
	
	width: 100vw;
	height: 34px;
	transform: translateX(-50%);
	z-index: -1;
	
	background-image: radial-gradient(#dff4ee 70%, transparent 71%);
	background-size: 34px 34px;
	background-repeat: repeat-x;
	background-position: center top;
}

footer .foot_inner .copy_area p{
	font-size: 74.07%;/*10*/
	line-height: 1;
	letter-spacing: 0.05em;
	color: #333333;
	text-align: center;
}


/*===================================
	.totop
=====================================*/

.totop{
	display: none;
	width: 10.69%;/*77*/
	max-width: 34px;
	position: fixed;
	bottom: 100px;
	right: 4px;
	z-index: 100;
}

.totop img{
	width: 100%;
	height: auto;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
}

/*===================================
	.floatingBnr
=====================================*/

.floatingBnr {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 9999;
        
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px); /* 🌟 ほんの少し下から浮き上がらせるリッチな演出 */
        
/* 🌟表示・非表示のスピードを調整。
           消えるときは一瞬（0.15s）、現れるときはじわっと（0.4s）させるのが心地よいUIのコツです */
        transition: 
            opacity 0.4s ease, 
            visibility 0.4s ease, 
            transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .floatingBnr.is-show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0); /* 元の位置にする */
    }

.floatingBnr.is-show.is-scrolling {
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px); /* 🌟少し下に引っ込むように隠す */
        
        /* 消えるときはユーザーを待たせないよう、アニメーションを「一瞬（0.15s）」にする */
        transition: 
            opacity 0.15s ease, 
            visibility 0.15s ease, 
            transform 0.15s ease;
    }


/*===================================
	.page_title_wrap
=====================================*/

section.page_title_wrap{
	margin-top: 101px;
	background: #fffbee;
	padding: 21px 0 17px;
	margin-bottom: 17px;
	position: relative;
}

/* ── 上の装飾（54pxはみ出す） ── */
section.page_title_wrap::before {
    content: '';
    position: absolute;
    
    /* 天辺から54px上に配置 */
    top: -17px; 
    left: 50%;
    width: 100vw;
    height: 34px; /* 円の直径 */
    transform: translateX(-50%);
    z-index: -1;

    background-image: radial-gradient(#fffbee 70%, transparent 71%);
    background-size: 34px 34px;
    background-repeat: repeat-x;
    background-position: center top;
}

/* ── 下の装飾（45pxはみ出す） ── */
section.page_title_wrap::after {
    content: '';
    position: absolute;
    
    /* 底辺から45px下に配置 */
    bottom: -17px; 
    left: 50%;
    width: 100vw;
    height: 34px; /* 円の直径 */
    transform: translateX(-50%);
    z-index: -1;

    background-image: radial-gradient(#fffbee 70%, transparent 71%);
    background-size: 34px 34px;
    background-repeat: repeat-x;
    background-position: center top; 
}

section.page_title_wrap .tit_inner {
	width: 83.33%;/*600*/
	margin: 0 auto;
}

section.page_title_wrap .tit_inner h2.page_title{
	padding-bottom: 16px;
	font-size: 148.15%;/*20*/
	line-height: 1;
	letter-spacing: 0.05em;
	color: #754c24;
	text-align: center;
	position: relative;
}

section.page_title_wrap .tit_inner h2.page_title::before{
	content: '';
	background: url("images/common/tit_parts01.webp")no-repeat;
	background-size: 100% auto;
	width: 12.67%;/*76*/
	height: auto;
	aspect-ratio: 76 / 11;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

section.page_title_wrap .tit_inner nav.bread_crumb{
	display: none;
}

/*===================================
	.共通パーツ
=====================================*/

.sec-inner{
	width: 83.33%;/*600*/
	margin: 0 auto;
}


h2.h2_midashi{
	width: 100%;
	min-height: 44px;
	padding: 9px 0 0 0;
	border-bottom: 1.5px solid #c7c7c7;
	box-sizing: border-box;
	font-size: 122.22%;/*16.5*/
	line-height: 1.36;
	letter-spacing: 0.05em;
	color: #754c24;
	position: relative;
}

h2.h2_midashi::before{
	content: '';
	background: url("images/common/tit_parts01.svg")no-repeat;
	background-size: 100% auto;
	width: 12.67%;/*76*/
	height: auto;
	aspect-ratio: 76 / 11;
	position: absolute;
	bottom: 0;
	transform: rotate(-90deg);
	transform-origin: bottom left;
	left: -5.0%;/*-30*/
	z-index: 1;
}


h3.h3_midashi, section.single .contentsInner h3.wp-block-heading{
	width: 100%;
	padding: 15px 3.0% 14px 4.33%;/*18 26*/
	box-sizing: border-box;
	font-size: 111.11%;/*15*/
	line-height: 1.33;
	letter-spacing: 0.05em;
	color: #603813;
	position: relative;
}

h3.h3_midashi::before, section.single .contentsInner h3.wp-block-heading::before{
	content: '';
	background: #f28e1e;
	width: calc(5px / 2);
	height: calc(100% - 28px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;;
	z-index: 1;
}

h3.h3_midashi::after, section.single .contentsInner h3.wp-block-heading::after{
	content: '';
	background: #fffbee;
	width: 108.33%;
	height: 100%;
	border-radius: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

h4.h4_midashi, section.single .contentsInner h4.wp-block-heading{
	width: 100%;
	padding: 0 0 11px 6.33%;/*38*/
	border-bottom: 1.5px solid #f28e1e;
	box-sizing: border-box;
	font-size: 111.11%;/*15*/
	line-height: 1.33;
	letter-spacing: 0.05em;
	color: #603813;
	position: relative;
}

h4.h4_midashi::before, section.single .contentsInner h4.wp-block-heading::before{
	content: '';
	background: #f28e1e;
	width: 3.33%;/*20*/
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 1;
}

.dl_btn, .is-style-dl_btn{
	width: 100%;
}

.dl_btn a, .is-style-dl_btn a{
	display: flex;
	width: 100%;
	min-height: 60px;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	background-image: url("images/common/dl_ico.webp");
	background-repeat: no-repeat;
	background-size: 7.5% auto;/*45*/
	background-position: right 5.0% center;/*30*/
	padding: 12px 13.33% 12px 21.33%;/*80 128*/
	box-sizing: border-box;
	font-size: 85.19%;/*11.5*/
	line-height: 1.74;
	letter-spacing: 0.05em;
	color: #333333;
	text-decoration: none;
	position: relative;
}

.dl_btn a::before, .is-style-dl_btn a::before{
	content: '';
	background: url("images/common/pdf_ico.webp")no-repeat;
	background-size: 100% auto;
	width: 10.33%;/*62*/
	height: auto;
	aspect-ratio: 33 / 40;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5.67%;/*34*/
	z-index: 1;
}

.pdf_btn{
	width: 100%;
}
.pdf_btn a{
	display: flex;
	width: 100%;
	min-height: 60px;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	background-image: url("images/common/ex_ico.webp");
	background-repeat: no-repeat;
	background-size: 7.5% auto;/*45*/
	background-position: right 5.0% center;/*30*/
	padding: 12px 13.33% 12px 21.33%;/*80 128*/
	box-sizing: border-box;
	font-size: 85.19%;/*11.5*/
	line-height: 1.74;
	letter-spacing: 0.05em;
	color: #333333;
	text-decoration: none;
	position: relative;
}
.pdf_btn a::before{
	content: '';
	background: url("images/common/pdf_ico.webp")no-repeat;
	background-size: 100% auto;
	width: 10.33%;/*62*/
	height: auto;
	aspect-ratio: 33 / 40;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5.67%;/*34*/
	z-index: 1;
}

.external_link_btn, .is-style-external_link_btn{
	width: 100%;
}

.external_link_btn a, .is-style-external_link_btn a{
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 67px;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	background-image: url("images/common/ex_ico.svg");
	background-repeat: no-repeat;
	background-size: 7.5% auto;/*45*/
	background-position: right 5.0% bottom 13px;/*30*/
	padding: 6px 16.67% 6px 14.5%;/*100 87*/
	box-sizing: border-box;
	font-size: 85.19%;/*11.5*/
	line-height: 1.96;
	letter-spacing: 0.05em;
	color: #333333;
	position: relative;
}

.external_link_btn a:hover, .is-style-external_link_btn a:hover{
	text-decoration: underline;
}

.external_link_btn a::before, .is-style-external_link_btn a::before{
	content: '';
	background: #6bbf97;
	width: 4.83%;/*29*/
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 4.83%;/*29*/
}

/*===================================
	pager
=====================================*/

section .pager {
    margin: 51px auto 0;
	border-top: 2px solid #e1e1e1;
}
section.archive .pager {
    margin: 51px auto 0;
}
section.single .pager {
    margin: 70px auto 0;
}

section .pager .wp-pagenavi {
    width: calc(100% - 20px);
	margin: 0 auto;
	padding: 25px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 7px;
    position: relative;
}

section .pager .wp-pagenavi a{
	text-decoration: none;
}
section .pager .wp-pagenavi a.page, section .pager .wp-pagenavi span{
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
	font-size: 92.59%;
	border-radius: 30px;
	background-color: #fffbee;
	color: #876239;
}
section .pager .wp-pagenavi span.current {
    background-color: #876239;
    color: #fff;
}
section .pager .wp-pagenavi a.previouspostslink, section .pager .wp-pagenavi a.nextpostslink {
    position: absolute;
    top: 16px;
    font-size: 112.50%; /*18*/
    font-weight: 500;
    display: flex;
	flex-direction: column;
	align-items: center;
    gap: 9px 0;
	font-size: 85.19%;
	color: #000;
	letter-spacing: 0.1em;
}
section .pager .wp-pagenavi a.previouspostslink {
    left: 0;
}
section .pager .wp-pagenavi a.nextpostslink {
    right: 0;
}
section .pager .wp-pagenavi a.previouspostslink::before, section .pager .wp-pagenavi a.nextpostslink::before{
    content: '';
    display: block;
    background: url("./images/common/arrow_pager.svg") 0 center / contain no-repeat;
    width: 42px;
    height: auto;
    aspect-ratio: 1 / 1;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.15));
}
section .pager .wp-pagenavi a.nextpostslink::before {
	transform: scale(-1, 1);
}

section .pager .wp-pagenavi a.toarchivelink{
	width: 140px;
	height: 45px;
	border: 2px solid #f28e1e;
	box-sizing: border-box;
	border-radius: 23px;
	display: flex;
	align-items: center;
	font-size: 96.30%; /*13*/
	background-color: #fff;
	color: #333;
	letter-spacing: 0.1em;
	position: relative;
	padding-left: 20px;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.15));
}
section .pager .wp-pagenavi a.toarchivelink::before{
    content: '';
    display: block;
    background: url("./images/common/archivelink_ico.svg") 0 center / contain no-repeat;
    width: 22px;
    height: auto;
    aspect-ratio: 1 / 1;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
}

/*===================================
	nav.page_sub_menu
=====================================*/

nav.page_sub_menu{
	position: relative;
}

nav.page_sub_menu::before{
	content: '';
	background: #fffbee;
	width: 100%;
	height: 105px;
	position: absolute;
	bottom: 89px;
	left: 0;
	z-index: -1;
}

nav.page_sub_menu .nav-inner{
	width: 100%;
	padding: 0 25px;
	box-sizing: border-box;
	margin: 0 auto;
}

nav.page_sub_menu .nav-inner ul.sub_menu_list{
	width: 93.33%;/*672*/
	margin: 0 auto;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 19px 0;
	position: relative;
}


/* ── 上の装飾 ── */
nav.page_sub_menu .nav-inner ul.sub_menu_list::before {
    content: '';
    position: absolute;
    
    /* 天辺から30px下に配置 */
    top: 30px; 
    left: 50%;
    width: 100vw;
    height: 34px; /* 円の直径 */
    transform: translateX(-50%);
    z-index: -1;

    background-image: radial-gradient(#fffbee 70%, transparent 71%);
    background-size: 34px 34px;
    background-repeat: repeat-x;
    background-position: center top;
}

/* ── 下の装飾 ── */
nav.page_sub_menu .nav-inner ul.sub_menu_list::after {
    content: '';
    position: absolute;
    
    /* 底辺から21px下に配置 */
    bottom: -21px; 
    left: 50%;
    width: 100vw;
    height: 34px; /* 円の直径 */
    transform: translateX(-50%);
    z-index: -1;

    background-image: radial-gradient(#fffbee 70%, transparent 71%);
    background-size: 34px 34px;
    background-repeat: repeat-x;
    background-position: center top; 
}


nav.page_sub_menu .nav-inner ul.sub_menu_list li{
	width: 47.92%;/*372*/
}

nav.page_sub_menu .nav-inner ul.sub_menu_list li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 66px;
	border-radius: 10px;
	background: #fff;
	background-image: url("images/common/link_ico_col03.svg");
	background-repeat: no-repeat;
	background-size: 8.06% auto;/*30*/
	background-position: right 6.18% bottom 10px;/*23*/
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	font-size: 96.30%;/*13*/
	line-height: 1.27;
	color: #333333;
	text-decoration: none;
	padding-left: 29.03%;/*108*/
	box-sizing: border-box;
	position: relative;
}

nav.page_sub_menu .nav-inner ul.sub_menu_list li a::before{
	content: '';
	background: url("images/common/sub_menu_ico08.svg")no-repeat;
	background-size: 100% auto;
	width: 20.70%;/*77*/
	height: auto;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 6.45%;/*24*/
	z-index: 1;
}

nav.page_sub_menu .nav-inner ul.sub_menu_list li:nth-child(2) a::before{
	background: url("images/common/sub_menu_ico09.svg")no-repeat;
	background-size: 100% auto;
	left: 4.57%;/*17*/
}

nav.page_sub_menu .nav-inner ul.sub_menu_list li:nth-child(3) a::before{
	background: url("images/common/sub_menu_ico10.svg")no-repeat;
	background-size: 100% auto;
	left: 5.38%;/*20*/
}

nav.page_sub_menu .nav-inner ul.sub_menu_list li:nth-child(4) a::before{
	background: url("images/common/sub_menu_ico11.svg")no-repeat;
	background-size: 100% auto;
	left: 4.03%;/*15*/
}

	
	
/**/	
	#list_refer{
		background: #FFFBEE;
		    margin-bottom: 8.9rem;
	}
	#list_refer .sec-inner{
		   width: 93.3%;
		height: 19rem;
	}
	#list_refer ul{
		   display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem 1.5rem;
		    transform: translateY(-4.75rem);}
		
	#list_refer ul li a{
	
        display: flex;
        align-items: center;
        width: 100%;
           height: 6.6rem;
        border-radius: 1rem;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        font-size: 1.3rem;
        line-height: 1.27;
        color: #333333;
        text-decoration: none;
        box-sizing: border-box;
        position: relative;
	
	font-weight: bold;
		padding-left: 1.2rem;
		font-family: "Noto Sans JP", sans-serif;
	}
	
#list_refer ul li a span.icon {
  display: block;
  width: 2.9rem;
  height: 3.2rem;
  /*background: red;*/
  margin-right: 1rem;
  background-size: 110% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

#list_refer ul li a span.text .break {
  display: block;
}

#list_refer ul li a[href*="inspection/"] span.icon {
  background-image: url("../images/common/sub_menu_ico01.svg");
}

#list_refer ul li a[href*="inspection/"] span.text {
  width: 10rem;
}

#list_refer ul li a[href*="db/"] span.icon {
  background-image: url("../images/common/sub_menu_ico02.svg");
}

#list_refer ul li a[href*="db/"] span.text {
  width: 6em;
}

#list_refer ul li a[href*="system/"] span.icon {
  background-image: url("../images/common/sub_menu_ico03.svg");
}

#list_refer ul li a[href*="type/"] span.icon {
  background-image: url("../images/common/sub_menu_ico04.svg");
}

#list_refer ul li a[href*="tool/"] span.icon {
  background-image: url("../images/common/sub_menu_ico05.svg");
}

#list_refer ul li a[href*="tool/"] span.text {
  width: 6rem;
}
	#list_refer ul li a span.arrow{
		content: "";
		display: block;
		position: absolute;
		
        background-image: url("../images/common/link_ico_col01.svg");
        background-repeat: no-repeat;
		    background-size: auto;
		width: 1.5rem;
		height: 1.5rem;
		margin-left: auto;
		
		right: 1.2rem;
		bottom: 1rem;
		
	}


.grecaptcha-badge {
    bottom: 150px !important; /* デフォルトより上に移動 */
}

#accessibility-ssvw-root button{
	margin-bottom: 80px !important;
}