/* CSS Document */

/*

		スタイル統合・再設定用 … 2025ver
		
		※古いスタイルは消しておく

*/
:root{
	--header-height-pc:100px;
	--header-height-sp:70px;
}

/*
========== header ==========
*/
header{
	width:100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index:50000;
	border-bottom: 1px solid #e4e4e4;
}
header,.header_inner,header .Tel{height:var(--header-height-pc);}
#MainContent{padding-top:var(--header-height-pc);}
.header_inner{
	width: max(90% , 1200px);
	max-width: calc(100% - 20px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.header_l,.header_r{display: flex; align-items: center;}
header .Logo a{
	display: block;
	width: 200px;/* 旧静的・旧WPver */
	/* width: 300px; ブログver */
}
.header_nav,
.header_nav .header_ul{display: flex; align-items: center;}
header .Logo a:hover,
.header_ul li a:hover{opacity: .8;}
.header_ul li a:hover{color: var(--main-color02);}
.panel{
	display: none;
	position: absolute; 
	background-color: var(--main-color01);
	top: var(--header-height-pc);
	left: max(0px,calc((0.9% - 12px) * 100));
	right: 0;
	margin: auto;
	padding: 30px 15px;
	/* width: max(90% , 1200px); */
	width: 1200px;
	max-width: calc(100% - 20px);
}
.js-dropdown.is-active{
	color: var(--main-color01) !important;
	/*	transition: transform 0.5s;*/
}
.dm-inner{width: 95%;margin: 0 auto;}
.dd-flexbox{display: flex; width:100%; gap:40px;}
.dd-flexbox img{display: block; max-width: 140px; max-height: 140px; width: 100%; height: 100%;margin: 10px 0 20px 0;}	
.dm-title{
	display: block;
	font-size: 3.5rem!important;
	color: #FFFFFF;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;	
}	
.whiteLine{border-bottom: 1px solid #FFFFFF;margin: 0 0 20px;}	
.title-span{font-family: "Noto Sans JP", serif; font-size: 1.5rem;color: #FFFFFF;font-weight: 400; padding-left: 3px;letter-spacing: 1px;}
.ddmenu-title{color: #FFFFFF;font-weight: 600;}	
.ddmenu-title a{color: #FFFFFF!important;font-weight: 600;}
.ddmenu-title a:hover{opacity: 0.8;}	
.ddmenu-list0{color: #FFFFFF!important;text-align: left;cursor: pointer;}	
.ddmenu-list0 li{padding: 8px 5px 8px 8px;font-size: 1.6rem!important;font-weight: 400!important;line-height: 1.3;}	
.ddmenu-list0 li a{color: #FFFFFF!important;}
.ddmenu-list0 li:hover{opacity: 0.8;}
.ddmenu-list{color: #FFFFFF !important; text-align: left;column-count: 2; cursor: pointer;}
.ddmenu-list li{padding: 8px 5px 8px 0;font-size: 1.6rem!important;font-weight: 400!important; line-height: 1.3;}	
.ddmenu-list li a {color: #FFFFFF !important;}
.ddmenu-list li:hover{opacity: 0.8;}

/* min-width: 769px ～ max-width 1154px */
header dl{display: block;}
@media print, screen and (min-width: 1155px){
	header nav.header_nav .header_ul{margin-right: 0!important; gap: 30px;}	
	header nav.header_nav .header_ul .header_li:not(:first-child){margin-left: 0!important;}
	.header_r{gap:35px; justify-content: space-between; width: 780px;}
	header dl{display: none;}
}
@media print, screen and (max-width: 1154px){
	header,.header_inner,header .Tel{height:var(--header-height-sp);}
	#MainContent{padding-top:var(--header-height-sp);}
	header .Logo a{width: 240px;}
	.header_nav{display: none;}
}
header dl dt{position:fixed; top: 0; right:0; cursor: pointer;}
header dl dt .toggle{
display:block;
height:50px; width:50px;
position: relative;
padding:0px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
background-color:var(--main-color01);
color: #FFFFFF;
padding-top:35px ;
font-family: "Jost", serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
font-size: 11.5px;
text-align:center; 	
margin: 10px 10px 0 0;		
}
header dl dt .toggle .line-btn{
display: block;
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%);
width: 25px;
height: 2px;
transition: .2s;
}
header dl dt .toggle .line-btn:before,
header dl dt .toggle .line-btn:after{
display: block;
content: "";
position: absolute;
top: -130%;
left: 0;
width: 25px;
height: 2px;
background: #fff;
transition: .3s;
}
header dl dt .toggle .open-btn{display: block; position: absolute; left: 8px; bottom: 2.5px;}
header dl dt .toggle.ToggleOpen .open-btn	{display: none;}
header dl dt .toggle .close-btn{display: none;}
header dl dt .toggle.ToggleOpen .close-btn {display: block; margin-bottom: 7px;position: absolute; left:7px; bottom: -7px;}
header dl dt .toggle .line-btn:before{margin-top: -8px;}
header dl dt .toggle .line-btn:after{margin-top: 2.5px;}
header dl dt .toggle.ToggleOpen .line-btn,
header dl dt .toggle.toggleFirst .line-btn{background: transparent;}
header dl dt .toggle.ToggleOpen .line-btn:before,
header dl dt .toggle.toggleFirst .line-btn:before{margin-top: 0;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
header dl dt .toggle.ToggleOpen .line-btn:after,
header dl dt .toggle.toggleFirst .line-btn:after{margin-top: 0;transform: rotate(-135deg);-webkit-transform: rotate(-135deg);}
header dl dd{
  z-index: 999;
  position: fixed;
  top: var(--header-height-sp);
  right: 0;
  width: 100%; /* 可変幅 */
  background: var(--main-color01);
  border-bottom: 1px solid #fff;
  height: auto; /* 固定値ではなく可変にする */
  max-height: calc(100vh - var(--header-height-sp)); /* 画面の高さを超えないようにする */
	max-height: calc(100dvh - var(--header-height-sp)); /* スマホ用画面高さ「dvh」 */
}
@media print, screen and (min-width: 769px){
	header dl dd{max-width: 310px; /* 最大幅を310pxに制限 */}
}
header dl dd ul li:first-child a{padding-top: 25px;}	
header dl dd ul li,
header dl dd ul li a{margin: 0;}
header dl dd ul li a{ 	
	position: relative;
	display: block; 
	border-bottom: 1px solid #FFFFFF; 
  padding: 5px 0;
	color: #FFFFFF !important;
	text-align: center;
	font-weight: 600;
}
header dl dd ul li a:hover{color:#0B0000 !important;}
header dl dd ul li a:hover::before{	border-right: 1px solid #fff;border-bottom: 1px solid #fff;}
header dl dd ul li:last-child a,
header dl dd ul li:nth-child(4) a{border-bottom: none;}
header dl dd ul li:last-child a{margin: 20px auto!important;}
.accordion_container{margin: 0 auto;}
.accordion_title{
color: #fff;
padding: 5px;
text-align: center;
position: relative;
z-index: +1;
cursor: pointer;
font-weight: 600;
transition-duration: 0.2s;
border-bottom:1px dotted rgba(255,255,255,0.5);	
}
.icon_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion_title.default .icon_wrap{
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.icon_wrap .icon{
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_title.default .icon_wrap .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion_title.default.open .icon_wrap .icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion_title.open .icon_wrap {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.accordion_title.default.open .icon_wrap {
  -webkit-transform: rotate(315eg);
  transform: rotate(315deg);
}
.icon_wrap .icon:before,
.icon_wrap .icon:after{
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.icon_wrap .icon:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.accordion_title.default .icon_wrap .icon:before {content: none;}
.accordion_title.open .icon_wrap .icon:before {content: none;}
.accordion_title.default.open .icon_wrap .icon:before {content: "";}
.accordion_title.open .icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion_title.default.open .icon_wrap .icon:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion_inner{
  display: none;
  box-sizing: border-box;
}
.accordion_inner.default{display: block;}
@media print, screen and (max-width: 1154px){
.dd-flexbox{gap:20px;column-count: 2; flex-wrap: wrap;}
.ddmenu-title{font-size: 1.4rem; padding: 0 20px;}
.ddmenu-title a{border-bottom: none!important;text-align: left!important;}	
.ddmenu-list0{column-count: 2;}	
.ddmenu{width: 100%;}
.ddmenu:first-child{margin-top: 20px;}	
.ddmenu::after{content: ""; border-bottom:1px dotted rgba(255,255,255,0.5); display: block;width: 100%; padding: 10px 0;}	
.last-dd::after{content: ""; border-bottom:none; display: block;width: 100%; padding: 10px 0;}		
.nav-line::before{content: ""; border-bottom:1px solid #FFFFFF!important; display: block;width: 100%; padding: 0 0;}
.ddmenu-list0 li{padding: 4px 20px;font-size: 1.1rem!important;}	
.ddmenu-list{padding: 0 20px; line-height: 1.3;}
.ddmenu-list li{padding: 4px 5px 4px 0;font-size: 1.1rem!important;}	
.ddmenu-list a{
	border-bottom: none!important; 
	font-weight: 400!important; 
	text-align: left!important;
	display: inline-block!important;
	padding: 0!important;
	line-height: 1.3;
	margin: 0!important;
}
.ddmenu-list:last-child a{margin: 0!important;}	
.ddmenu-list0 a{
	border-bottom: none!important; 
	font-weight: 400!important; 
	text-align: left!important;
	display: inline-block!important;
	padding: 0!important;
}	
.ddmenu-list0:last-child a{margin: 0!important;}
.contactBTN-togl{
	text-align: center!important;
	background-color: #FFFFFF;
	color: black !important;
	font-size: 1.4rem;
	max-width: 230px;
	width: 100%;
	padding: 7px 10px;
	letter-spacing: 0.3px;
	margin: 25px auto;
}

}/* @media print, screen and (max-width: 1154px) */


/* sp max-width 768px */
@media print, screen and (min-width: 769px){
}
@media print, screen and (max-width: 768px){
header .Logo{
	width: auto;
	max-width: 250px;
	display: flex;
	align-items: center;
	padding-left: 0 !important;
}
/*
未使用？
header div.HeaderInnerBox{
margin:0 auto;
height:60px;
width:100%;
}
header .ContactPhone a{
	position:absolute;
	top:10px;
	right:52px;
	display:block !important;
	height:40px;
	width:40px;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	color:#fff;
	font-size:2.1rem;
}
*/
header dl dd ul{
	width:100%;
	margin:0;
	height: auto;
  max-height: calc(100vh - var(--header-height-sp)); /* 画面の高さを超えないようにする */
	max-height: calc(100dvh - var(--header-height-sp)); /* スマホ用画面高さ「dvh」 */
	overflow-y: auto;
	font-size: 18px;
}

}/* @media print, screen and (max-width: 768px) */

.Content01 h3 a{color: inherit;}
.ListTitle_saervice.creative {
	color: #009600;
	background: #eaf5db;
}
@media print, screen and (min-width: 769px){
	.Content01 ul + h3{margin-top: auto;}
	.Content01 h3 + h3{margin-top: 35px;}
}
@media print, screen and (max-width: 768px){
	.Content01 h3 + h3{margin-top: 15px;}
}

/*
========== footer type_static ==========
*/
footer.type_static .footer_inner{
	margin:0 auto;
  padding: 90px 0 40px 0 !important;
	width: min(90%, 1200px);
}
footer.type_static .footer_logo{text-align: left;}
footer.type_static .footer_logo img{width: 250px;}
footer.type_static .footer_columns{
	margin-block: 2.5rem 7rem;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 52px;
}
footer.type_static .footer_column{flex-grow: 1;}
footer.type_static .footer_column-service{
  display: flex;
  flex-direction: row;
	flex-wrap: wrap;
  align-items: flex-start;
  gap: 47px;
}
footer.type_static .footer-menu_title{
  font-family: "Jost", serif;
  color: #009600;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 3.1rem;
  border-bottom: 1px solid #009600;
  letter-spacing: 1.2px;
}
footer.type_static .footer-menu_lists{
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer.type_static .footer-menu_list{}
footer.type_static .footer-menu_list li{white-space: nowrap;}
footer.type_static .footer-menu_link{
  margin-top: 10px;
  display: block;
  padding-bottom: 2px;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.3;
}
footer.type_static .footer-menu_link-bd{
  margin-top: 10px;
  display: block;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.3;
}
footer.type_static .footer-menu_link-service{margin-bottom: 4px;}
footer.type_static .footer_columns-blog{
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
footer.type_static .footer-copyright_wrapper{
  margin-top: 71px;
  text-align: center;
}
footer.type_static .footer-copyright{
  text-align: center;
  font-size: 11px;
  line-height: 1.8rem;
}
@media print, screen and (min-width: 1001px) and (max-width: 1154px){
	footer.type_static .footer_columns{flex-wrap: wrap;}
	footer.type_static .footer_column.footer_columns-blog{gap: 52px; flex-direction: row;}
	footer.type_static .footer_column.footer_columns-blog .footer_column-blog{flex-grow: 1;}
}
@media print, screen and (max-width: 1000px){
	footer.type_static .footer_logo{text-align: center;}
	footer.type_static .footer_columns{
    margin-block: 7rem 7rem;
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
  }
	footer.type_static .footer_column{width: 100%;}
	footer.type_static .footer-menu_title{
    text-align: left;
    width: 100%;
  }
  footer.type_static .footer_columns-blog{
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  footer.type_static .footer-copyright_wrapper{margin-top: 60px;}
}
@media screen and (max-width: 505px){
	footer.type_static .footer_column-service{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
	footer.type_static .footer-menu_link{
    display: block;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
  }
  footer.type_static .footer-menu_link-bd{
    display: block;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
  }
}


/* 印刷用CSS */
@media print{

}