@charset "utf-8";
/*
Theme Name: Aoba Regal
Vresion: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&family=Zen+Old+Mincho&display=swap');
/*
*{
	outline: 1px solid magenta;
}
*/
:root{
	--maincolor: #8dc44a;
	--secondcolor: #0e3b73;
	--thirdcolor: #41a029;
	--sectionbgcolor: #e8fbe8;
}

html {
	scroll-padding-top: 15% !important;
	scroll-behavior: smooth !important;
}

body{
	width: 100%;
	min-height: 100vh;
	font-size: 16px;
	color: #000;
	/*font-family: 'Noto Sans JP', YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic medium", Meiryo, "sans-serif";*/
	/*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" ;*/
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
	line-break: strict;
	word-wrap: break-word;
	overflow-x: hidden;
}
/* HEADER */
.home header{
	width: 100%;
	position: fixed;
	z-index: 99;
}

header{
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 99;
}

#header-nav{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	background-color: rgba(255,255,255,.5);
	gap: 16px;
	padding: 1rem;
}

.header-nav_inner:nth-of-type(1){
	flex: 2;
	padding: .5rem 0 0;
}

.header-nav_inner:nth-of-type(2){
	flex: 5;
}

.header-nav_inner:nth-of-type(3){
	flex: 1;
}

.header-nav_inner img{
	max-width: 300px; /* 20241120 */
	height: auto;
	aspect-ratio: auto;
}
/* GLOBAL NAV */
#nav{
	width: 100%;
	z-index: 999;
}

ul#menu-gnav{
	/*width: 100%;*/
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	gap: 16px;
}

ul#menu-gnav li.menu-item{
	position: relative;
	flex: 1;
}

ul#menu-gnav li.menu-item a{
	display: block;
	text-align: center;
}
/*
ul#menu-gnav li.current-menu-item > a{
	color: var(--thirdcolor);
}
*/
ul#menu-gnav li.menu-item ul.sub-menu{
	position: absolute;
    top: 32px;
    background-color: var(--thirdcolor);
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
	visibility: hidden;
    opacity: 0;
	padding: .5rem;
}

ul#menu-gnav li.menu-item:hover ul.sub-menu{
    visibility: visible;
    opacity: 1;
}

ul#menu-gnav li.menu-item ul.sub-menu > li.menu-item a{
	color: #fff;
}
/* SNS */
ul#menu-sns,
ul#menu-sns-1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	gap: 16px;
}

ul#menu-sns li.menu-item,
ul#menu-sns-1 li.menu-item{
	width: calc(100% / 4 - 16px);
}

ul#menu-sns li.menu-item a,
ul#menu-sns-1 li.menu-item a{
	display: block;
	font-size: 150%;
	text-align: center;
}
/* MAIN VISUAL */
#main-visual {
	position: relative;
	width: 100%;
}

#main-visual img,
#main-visual video{
	width: 100vw;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	object-fit: cover;
	object-position: bottom;
}

.main-visual__message {
	/*width: 40%;*/
	max-width: 640px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.main-visual__message img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
}

@media only screen and (max-width:767px){
.main-visual__message {
	transform: translate(-50%,-75%);
	}
}
/* IMAGE HEADER */
.img-header{
	position: relative;
	width: 100vw;
	min-height: 300px;
	background-color: var(--maincolor);
}
/* CONTENTS */
section{
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 4rem 0;
}

.section_bg{
	background-color: var(--sectionbgcolor);
}

section .inner{
	max-width: 1280px; /* 20241120 */
	margin: 0 auto;
}

#main{
	width: 100%;
	/*max-width: 1024px;*/
	margin: 0 auto;
}

.page-child #main{ /* 20241120 */	
	width: 100%;	
	max-width: 1280px;	
	margin: 0 auto;	
}

#container{
	width: 100%;
	max-width: 1024px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-start;
	gap: 16px;
	margin: 0 auto 4rem;
}

#main-conts{
	width: calc(100% - 256px);
}

#side-conts{
	width: 240px;
}
/* POST LIST */
#new-post-list{
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 4rem 0;
}

#new-post-list_inner{
	max-width: 1024px;
	margin: 0 auto;
}

ul.post-list{
	list-style: none;
}

ul.post-list li{
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	border-bottom : solid 2px #e5e5e5;
	padding: .5rem 0;
}

ul.post-list li time.post-data{
	display: block;;
}

ul.post-list li span.post-title{
	display: block;
}
/* FOOTER */
#footer{
	background-color: var(--thirdcolor);
}

#footer_inner{
	width: 100%;
	max-width: 1280px; /* 20241120 */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-end;
	align-items: flex-end;
	gap: 16px;
	margin: 0 auto;
	padding: 2rem 0;
}

.footer__inner{
	width: calc(100% / 3 - 16px);
}

.footer__inner,
.footer__inner a{
	color: #fff !important;
}

#copyright{
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
	text-align: right;
}
/* TITLE */
h1{
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
	line-height: 150%;
	color: #000;
}

footer .site-name{
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
	color: #fff;
}

.img-header h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: clamp(1.75rem, 1.659rem + 0.45vw, 2rem);
	line-height: 150%;
	color: #fff;
	text-align: center;
	margin: 0 0 1rem;
}

.home h2{
	position: static;
	transform: none;
	font-size: clamp(1.5rem, 1.45rem + 0.25vw, 1.75rem);
	line-height: 150%;
	color: var(--secondcolor);
	text-align: center;
	margin: 1rem 0;
	letter-spacing: .1rem;
}

.home h2 span{
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
	color: var(--thirdcolor);
}

h2 {	
	font-size: clamp(1.75rem, 1.659rem + 0.45vw, 2rem);	
	line-height: 150%;	
	color: #000;	
	margin: 0 0 1rem;	
	}

h3 {
	font-size: clamp(1.5rem, 1.45rem + 0.25vw, 1.75rem);
	line-height: 150%;
	color: #000;
	margin: 1rem 0;
}

.topics h3{	
	border-left: 6px solid var(--maincolor);	
	background-color: #f2f2f2;	
	padding: .5rem .75rem;	
	}

h4{
	font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
	line-height: 150%;
	color: #000;
	margin: 1rem 0;
}

.topics h4{	
	border-top: 3px solid var(--maincolor);	
	}

h5{
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
	line-height: 150%;
	color: #000;
	margin: 1rem 0;
}

.topics h5{	
	border-bottom: 3px dotted #8dc44a;	
	padding:0 0 .25rem;	
	}

h6{
	font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
	line-height: 150%;
	color: #000;
	margin: 1rem 0;
}
/* COMMON */
.non-pad{
	padding: 0 !important;
}

.pos-rel{
	position: relative;
}

.ltr-sc_s{
	letter-spacing: -.15rem;
}

.txt_wrap{
	padding: 0 0 2rem;
}

.align1{
	text-align: center;
}

.align2{
	text-align: right;
}

.align3{
	text-align: left;
}

.txt-color1{
	color: var(--maincolor);
}

.txt-color2{
	color: var(--secondcolor);
}

.txt-color3{
	color: var(--thirdcolor);
}

.txt-color4{
	color: var(--fourthcolor);
}

.txt-bold{
	font-weight: 600;
}

.txt-75{
	font-size: 75%;
}

.txt-110{
	font-size: 110%;
}

.txt-125{
	font-size: 125%;
}

.txt-150{
	font-size: 150%;
}

.txt-tel a::before{
	content: '\f098';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	padding: 0 .25rem 0 0;
}

.txt-bread::before{
	font-weight: 600;
	content: '\f098';
	font-family: "Font Awesome 6 Free";
	padding: 0 .25rem 0 0;
}
/* LAYOUT */
.flex-box_wrap{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	gap: 16px;
}

.flex-box_wrap .flex-box__inner{
	width: calc(100% / 2 - 16px);
}

.flex-box_wrap .flex-box___inner{
	width: calc(100% / 3 - 32px);
}

.flex-box_wrap .flex-box____inner{
	width: calc(100% / 4 - 48px);
}

.outside-left{
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: 2rem;
}

.outside-left img{
	border-radius: 0 20px 20px 0;
}

.outside-right{
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 2rem;
}

.outside-right img{
	border-radius: 20px 0 0 20px;
}

@media only screen and (max-width:767px){
#consult .flex-box_wrap{ /* 20241120 */	
	flex-flow: column	
	}	
	.outside-left{ /* 20241120 */	
	margin-left: 0;	
	margin-right: 0;	
	}	
	.outside-left img{ /* 20241120 */	
	border-radius: 20px;	
	}	
	.outside-right{ /* 20241120 */	
	margin-right: 0;	
	margin-left: 0;	
	}

.flex-box__inner,
.flex-box___inner{
	width: 100% !important;
	}	
}

.flex-box____inner{
	width: calc(100% / 4 - 16px);
}

.img_radius img{
	border-radius: 20px;
}

ul.list-bullet li{
	list-style-position: inside;
	list-style: none;
	text-indent: -1.5rem;
	padding-left: 1.5rem;
}

ul.list-bullet li::before{
	content: "\f0c8";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	font-size: .75rem;
	color: var(--maincolor);
	margin: 0 .75rem 0 0;
}

ul.list-bullet li > ul li::before{
	content: "\f111";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	font-size: .75rem;
	color: var(--secondcolor);
	margin: 0 .75rem 0 0;
}
/* MAP */
.iframe-wrap {
	position: relative;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.iframe-wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.disp_conts{
	display: contents;
}

@media only screen and (max-width:767px){
.iframe-wrap {
	padding-bottom: 56.25%;
	}
}
/* TABLE */
table{
	width: 100%;
	margin: 1rem 0;
}

tr{
	border: 1px solid #e5e5e5;
}

th,
td{
	border: 1px solid #e5e5e5;
	padding: .5rem;
}

th{
	width: 20%;
	font-weight: normal;
	text-align: left;
	background-color: #e5e5e5;
}

td{
	background-color: rgba(255,255,255,.75);
}
/* SIDEBAR */
.sidebar{
	font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);	
	line-height: 200%;
	margin: 0 0 2rem;
}

.sidebar select,
.sidebar input{
	width: 100%;
	border: 1px solid #e5e5e5;
	margin: .5rem 0 0;
	padding: .25rem .5rem;
}

.sidebar_ttl{
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--maincolor);
	border-top: .2rem solid var(--maincolor);
}
/* WIDGET */
.widget_recent_entries ul{
	margin: .5rem 0 0;
}

.widget_recent_entries li{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	margin: 0 0 .5rem;
}

.widget_recent_entries li a{
	width: 100%;
	order: 2;
}

.widget_recent_entries li span.post-date{
	width: 100%;
	order: 1;
}

.wp-calendar-table caption{
	text-align: left;
}

.wp-calendar-table tr,
.wp-calendar-table th,
.wp-calendar-table td{
	width: auto;
	text-align: center;
}

.wp-calendar-table td#today{
	background-color: var(--maincolor);
}

.wp-calendar-nav{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);	
	line-height: 200%;
}

.widget_search input[type="submit"]{
	width: 5rem;
	display: block;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
	color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: .25rem;
	background-color: var(--maincolor);
	margin: 1rem auto 0;
	padding: .25rem;
}
/* BREAD CRUMB */
.breadcrumb{
	max-width: 1024px;
	margin: 0 auto;
	padding: 1rem 0;
}

.breadcrumb-item {
	display: inline-block;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}

.breadcrumb-item:nth-child(n + 2)::before{
	display: inline-block;
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
	content: '\f101';
}
/* ARCHIVE */
.arc_wrap {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

.arc_wrap::after{
	content: "";
	width: 32%;
	display: block;
}
 
.arc_inner{
	width: 32%;
	margin-bottom: 1rem;
}

.arc-img {
	position: relative;
	margin: 0 0 .5rem;
}

.arc-img img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.arc-label{
	width: 25%;
	height: 25%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--maincolor);
	padding: .75rem .5rem .5rem;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	z-index: 99;
}

.arc-data{
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
	line-height: 120%;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	color: #fff;
}

.arc-cat a{
	display: inline-block;
	font-size: clamp(0.5rem, 0.409rem + 0.45vw, 0.75rem);
}

.arc-title{
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	line-height: 150%;
	font-weight: 600;
}

.arc-txt{
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
	line-height: 150%;
}

.arc-label2{	
	display: flex;	
	flex-wrap: wrap;	
	justify-content: flex-start;	
	align-items: center;	
	align-content: center;	
	gap: 1rem;	
	margin: 0 0 2rem;	
}	
.arc-data2{	
	line-height: 120%;	
	font-family: "Roboto", sans-serif;	
	font-weight: 600;	
	font-style: normal;	
	color: var(--secondcolor);	
}
	
/* PAGER */
.nav-links {
	position: relative;
	width: 100%;
    display: block;
	padding: 4rem 0 2rem;
}

.nav-links ul{
	display: flex;
	justify-content: center;
	gap: 16px;
	list-style: none;
}

.nav-links li > * {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
	height: 48px;
}

.nav-links li > *:not(.dots){
	width: 48px;
	color: rgba(255,255,255,1);
	background-color: #e5e5e5;
	border-radius: 50%;
	transition: color 0.3s ease, background 0.3s ease;
}

.nav-links li > .current,
.nav-links li > a:hover{
	color: rgba(255,255,255,1);
	background-color: #b2b2b2;
}

.nav-next{
	position: absolute;
	width: 32px;
	right: 0;
}

.nav-previous{
	position: absolute;
	width: 32px;
	left: 0;
}

.nav-previous a,
.nav-next a{
	display: block;
	color: var(--maincolor);
	text-align: center;
	border: solid 1px var(--maincolor);
	padding: .5rem;
}

.nav-previous a:hover,
.nav-next a:hover{
	color: #fff;
	background-color: var(--maincolor);
}
/* FORM */
#form{
	width: 93.75%;
	margin: 2rem auto;
}

#form tr{
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	border-left: none;
	border-right: none;
}

#form th{
	width: 20%;
	text-align: left;
	background-color: #fff;
	border: 0;
	padding: 2rem 0;
	vertical-align: top;
}

#form td{
	border: 0;
	padding: 2rem 0;
}

.wpcf7 .wpcf7-spinner{
	display: none !important; /* 送信ボタンの不要なマージン削除 */
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea{
	border: solid 1px rgba(225,225,225,1);
	border-radius: .25rem;
	padding: .5rem;
}

.wpcf7 #form input[name="your-name"],
.wpcf7 #form input[name="your-furigana"],
.wpcf7 #form input[name="your-email"],
.wpcf7 #form textarea[name="your-message"]{
	display: inline-block;
	width: 50%;
}

.wpcf7 #form input[name="zip"],
.wpcf7 #form input[name="pref"],
.wpcf7 #form input[name="city"]{
	display: block;
	width: 25%;
}

.wpcf7 input[type="submit"] ,
.wpcf7 input[type="button"] {
	display: block;
	color: rgba(255,255,255,1);
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	border: solid 2px rgba(255,51,51,1);
	border-radius: .25rem;
	background-color: rgba(255,51,51,1);
	margin: 0 auto;
	padding: .5rem 3rem;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="button"]:hover{
	color: rgba(255,51,51,1);
	border: solid 2px rgba(255,51,51,1);
	background-color: rgba(255,255,255,1);
}

.must{
	background-color: rgba(255,51,51,1);
}

.free{
	background-color: #ccc;
}

.must,
.free{
	color: rgba(255,255,255,1);
	font-size: 75%;
	margin: 0 .5em 0 0;
	padding: .25rem .5rem;
	border-radius: .25rem;
}

.accept{
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	text-align: center;
	margin: 2rem auto;
}
/* CONTACT */
.contact_bg{
	color: #fff;
	background-image: url("images/contact_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

#contact{	
	max-width: 1280px; /* 20241120 */	
	margin: 0 auto;	
	padding: 4rem;	
	}	
	

/*.contact_bg #contact{
	max-width: 1440px;
	background-color: rgb(255,255,255,.15);
	margin: 0 auto;
	padding: 4rem;
}*/

.contact_bg h3{
	color: #fff;
	padding: 0 0 1rem;
}

.contact_btn{
	width: 50%; /* 33.3% */
	font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
	color: #fff;
	text-align: center;
	margin: 2rem auto 1rem;
}

@media only screen and (max-width:767px){
.contact_btn{
	width: 100% !important;
	}
}

.contact_btn a{
	display: block;
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
	color: #fff;
	background-color: var(--secondcolor);
	border-radius: 30px;
	padding: .75rem; 
}

.contact_btn a:hover{
	background-color: var(--maincolor);
	opacity: 1;
}

.contact_btn a::before{
	font-weight: 400;
	content: '\f0e0';
	font-family: "Font Awesome 6 Free";
	font-size: 175%;
	padding: 0 .5rem 0 0;
	vertical-align: bottom;
}

.contact_txt{
	font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
	color: #fff;
	text-align: center;
}
/* FEAATURES */
.bg-circle_h{
	position: relative;
	padding-top: 100%;
	height: 0;
	/*background-color: var(--maincolor);*/
	border-radius: 50%;
	box-shadow: 0px 0px 15px -5px #565656;
}

.bg-circle_h .circle_in-img{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.bg-circle_h .circle_in-img img{
	width: 100%;
	object-fit: contain;
	object-position: center;
}

.bg-circle_h .circle_in-ttl{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: clamp(1.15rem, 1.08rem + 0.35vw, 1.5rem); /* clamp(1.15rem, 1.13rem + 0.1vw, 1.25rem) 20241120 */
	font-weight: 600;
	line-height: 150%;
	color: #fff;
	text-shadow: 2px 3px 3px rgba(0, 0, 0,.35);
	text-align: center;
	z-index: 1;
}

.circle_in-txt{
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem); /* clamp(0.875rem, 0.85rem + 0.13vw, 1rem) 20241120 */
	line-height: 175%;
	color: #000;
	/*letter-spacing: -.05rem;*/
	margin: 1rem 0 0;
}
/* HISTORY */
.history_bg{
	background-image: url("images/history_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.history_bg #history{
	max-width: 1440px;
	background-color: rgb(255,255,255,.5);
	border-radius: 20px;
	margin: 0 auto;
	padding: 2rem;
}
/* CONSULT */
#consult,
#message{
	position: relative;
	z-index: 1;
}

.ill_right{
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(50%,0%); /* 20241120 */
	z-index: -1;
}

/*.ill_right img{
	width: 85%;
}*/

#history h4{
	color: var(--secondcolor);
}
/* 20241120
#history .history_date {
	text-indent: -1rem;
	margin: 0;
	padding: 0 0 .5rem;
}*/

#history ul li{
	color: #000;
}

.txt-sign{
	text-align: right;
	padding: 2rem 0 0;
}

@media (max-width: 767px) {
	.txt-125 {
		font-size: 100%;
		padding-bottom: 1rem;
	}

	.list-bullet li {
		font-size: 100%; /* 0.875rem */
	}
}
/* WORK */
.work_bg {
	background-image: url("images/work_bg.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	object-fit: cover;
	background-size: contain;
}

@media (min-width: 2000px) {	
	.work_bg {	
	background-size: cover;	
	}
}

/* PROFILE */
.profile_bg {
	background-image: url("images/profile_bg-wave.png");
	background-position: top;
	background-repeat: no-repeat;
	object-fit: cover;
	background-size: cover;
}

/* ----------------------
Common
---------------------- */
body.no-transition .header-nav_nav-menu {
    transition: none;
}

.sp-only {
	display: none;
}

section {
	overflow: hidden;
	width: 100%;
	margin: 0;
}

section .inner{
	padding: 0 0.5rem;
}

@media(max-width:767px) {
	.sp-only {
		display: block;
	}

	.pc-only { /* 20241120 */	
		display: none;	
		}

	.txt_wrap {
		padding: 0;
	}
}

/* ----------------------
Header
---------------------- */
#header {
	height: 4.375rem;
}

#header-nav {
	height: inherit;
	padding: 0 1rem;
	background-color: rgba(255,255,255,.7);
}

.header-nav_inner {
	height: inherit;
}

.header-nav_inner a {
	display: block;
	height: inherit;
}

.header-nav_inner h1 {
	min-width: 15.625rem;
	display: flex;
	align-items: center;
	height: inherit;
}

#nav {
	height: inherit;
}

.menu-gnav-container {
	height: inherit;
}

ul#menu-gnav {
	height: inherit;
}

ul#menu-gnav a:hover {
	background-color: #e8fbe8;
}

ul#menu-gnav li.menu-item {
	width: 100%;
	height: inherit;
}

ul#menu-gnav li.menu-item a {
	width: 100%;
	height: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

ul#menu-gnav-1 {
	display: none;
}

.header-nav_inner:nth-of-type(1) {
	flex: auto;
}

@media(max-width:1200px) {
	.header-nav_inner:nth-of-type(2) {
		display: none;
	}

	.header-nav_nav-menu .menu-gnav-container {
		padding: 10rem 0 15rem;
		height: auto;
	}

	.header-nav_nav-menu {
		position: fixed;
		top: 0;
		right: 0;
		width: 50%;
		height: 100vh;
		background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(232, 251, 232));
		transform: translateX(100%); /* 右側に隠す */
		transition: transform 0.7s ease; /* アニメーション */
		z-index: 1000;
		overflow-y: scroll;
	}

	/* ドロワーメニューが開いたとき */
	.js-drawer.is-open {
		transform: translateX(0); /* メニューを表示 */
	}

	/* ドロワーメニュー内のリンクのスタイル */
	.js-drawer a {
		display: block;
		text-decoration: none;
	}

	/* ドロワーメニューのリンクにホバーしたときのスタイル */
	.js-drawer a:hover {
		background-color: #e8fbe8;
	}

	ul#menu-gnav-1 {
		display: block;
	}

	ul#menu-gnav-1 li.menu-item {
		width: 100%;
		text-align: center;
	}

	ul#menu-gnav-1 li.menu-item a {
		font-size: 1.7rem;
        padding: 1.25rem;
	}
}

@media(max-width:767px) {
	/*#header {
		height: 2.5rem; 
	}*/ /* 20241120 */

	.header-nav_nav-menu .menu-gnav-container {
		padding: 5rem 0;
	}
	
	ul#menu-gnav-1 li.menu-item a {
		font-size: 1.2rem;
	}

	.header-nav_nav-menu{
		width: 100%;
	}
}

/*　Hamburger */ 
.hamburger {
	display: none;
}

@media(max-width:1200px) {
	.hamburger {
		display: block;
		position: absolute;
		z-index: 9999;
		display: inline-block;
		width: 60px;
		height: 60px;
		top: 0.6rem;
		right: 1rem;
		background-color: transparent;
		cursor: pointer;
	}
	
	.hamburger span {
		position: absolute;
		display: inline-block;
		width: 100%;
		height: 6px;
		background-color: var(--maincolor);
		border-radius: 10px;
	}
	
	.hamburger span:first-child {
		top: 0;
		transition: rotate, 0.5s;
	}
	
	.hamburger span:nth-child(2) {
		top: 1rem;
		transition: opacity, 0.5s;
	}
	
	.hamburger span:nth-child(3) {
		top: 2rem;
		transition: rotate, 0.5s;
	}
	
	.hamburger.is-active span:first-child {
		top: 1rem;
		transform: rotate(-45deg);
	}
	
	.hamburger.is-active span:nth-child(2) {
		opacity: 0;
	}
	
	.hamburger.is-active span:nth-child(3) {
		top: 1rem;
		transform: rotate(45deg);
	}
}

@media(max-width:767px) {
	.hamburger {
		position: absolute;
		width: 50px;/*20241126*/
		height: 50px;/*20241126*/
		/*top: 0.3rem;*/
		right: 0.5rem;
	}
	
	.hamburger span {
		position: absolute;
		left: 0;
		display: inline-block;
		width: 100%;
		/*height: 4px;*/
		border-radius: 10px;
	}
	
	.hamburger span:first-child {
		top: 0;
		transition: rotate, 0.5s;
	}
	
	.hamburger span:nth-child(2) {
		/*top: 0.7rem;*/
		transition: opacity, 0.5s;
	}
	
	.hamburger span:nth-child(3) {
		/*top: 1.4rem;*/
		transition: rotate, 0.5s;
	}
	
	.hamburger.is-active span:first-child {
		top: 1rem;
		transform: rotate(-45deg);
	}
	
	.hamburger.is-active span:nth-child(2) {
		opacity: 0;
	}
	
	.hamburger.is-active span:nth-child(3) {
		top: 1rem;
		transform: rotate(45deg);
	}
}

/* ----------------------
Page-top
---------------------- */
.page-top-button {
	position: fixed;
	z-index: 9000;
	right: 4.75rem; /* 2rem */
	bottom: 1.25rem;
	width: 4.25rem; /* 6.25 */
	height: 4.25rem; /* 6.25 */
	cursor: pointer;
	background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(232, 251, 232));
	border-radius: 10px;
	transition: opacity 0.5s;
	box-shadow: 3px 3px 10px rgba(0,0,0, 0.3);
}

.page-top-button::after {
    position: absolute;
    top: 44%;
    left: 53%;
    width: 15px;
    height: 15px;
    content: "";
    transform: rotate(-45deg) translate(-50%, -50%);
    border-top: 4px solid var(--maincolor);
    border-right: 4px solid var(--maincolor);
}

.page-top-button:hover {
	opacity: 0.8;
}

@media(max-width:767px) {
	.page-top-button {
		 right: .25rem;
	}

	.page-top-button::after {
		position: absolute;
		top: 45%;
		left: 55%;
		width: 10px;
		height: 10px;
		border-top: 2px solid var(--maincolor);
		border-right: 2px solid var(--maincolor);
	}
}

/* ----------------------
News
---------------------- */
#new-post-list {
	position: relative;
	padding: 2rem 0 6rem;
}

#new-post-list_inner {
	padding: 0 1rem;
}

.post-title a {
	display: block;
	width: 100%;
}

.work_wave-bg {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.work_wave-bg svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
}

.work_wave-bg .shape-fill {
    fill: #E8FBE8;
}

@media(max-width:767px) {
	.work_wave-bg svg {
		height: 30px;
	}
}

/* ----------------------
Consult
---------------------- */
@media(max-width:767px) {
	.ill_right {
		transform: none;
		text-align: right;
	}

	.ill_right img {
		width: 40%;
	}
}

@media (min-width: 2000px) { /* 例えば、1200px以上の画面幅にする */
    .outside-left {
        width: auto; /* 固定幅ではなく、親要素に収まるように */
        max-width: 1008px; /* インナーの最大幅を指定 */
        margin: 0 auto; /* 中央揃え */
    }

	.outside-left img {
		border-radius: 20px;
		max-width: 37.5rem;
	}
}

/* ----------------------
Work
---------------------- */
section.work_bg {
	position: relative;
	padding-bottom: 24rem; /* 20241120 */
}

.flex-box_wrap .flex-box____inner {
	width: calc(100% / 4 - 16px);
}

.message_wave-bg {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.message_wave-bg svg {
    position: relative;
    display: block;
    width: calc(150% + 1.3px);
    height: 100px;
}

.message_wave-bg .shape-fill {
		fill: #E8FBE8;
}

@media(max-width:767px) {
	section.work_bg {
		position: relative;
		padding-bottom: 6rem; /* 20241120 */
	}

	.flex-box_wrap .flex-box____inner {
		width: calc(100% / 2 - 16px) !important;
	}

	.message_wave-bg svg {
		height: 40px;
	}
}

@media(max-width:399px) {
	section.work_bg {
		position: relative;
		padding-bottom: 4rem;
	}

	.flex-box_wrap .flex-box____inner {
		width: 80%;
        margin: 0 auto;
	}
}

/* ----------------------
Message
---------------------- */
.section_bg {
	position: relative;
}

@media (max-width: 767px) {
	.flex-box__inner.img_radius {
		max-width: 21.875em;
		margin: 0 auto;
	}

	.txt-sign p,
	.txt-wrap p {
		font-size: 0.875rem
	}
}

/* ----------------------
History
---------------------- */
section.history_bg {
	background-attachment: fixed;
	position: relative;
	padding-bottom: 10rem;
}

.history_bg h2 {
	font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
}

.history_date {/* 20241120 */
	font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
	/*line-height: 150%;*/
	color: #000;
	font-weight: 300;
	text-align: right;
	/*margin: 1rem 0;*/
}

@media(max-width:767px) {
	section.history_bg {
		background-attachment: initial;
		padding-bottom: 7rem;
	}

	.flex-box_wrap .flex-box__inner:nth-of-type(2) ul {
		padding-left: 1rem;
	}

	#history ul li {
		font-size: 0.875rem;
	}
}

@media (max-width: 399px) {
    section.history_bg {
        background-attachment: scroll; /* パララックス効果を無効に */
    }
}


/* ----------------------
Profile
---------------------- */
.profile_bg {
	position: relative;
	margin-top: -1px;
	margin-top: -6rem;
}

.profile_bg .inner {
	padding: 4rem 0.5rem;
}

.profile_br-sp {
	display: none;
}

@media(max-width:767px) {
	th, td {
		display: block;
		width: 100%;
		/*font-size: 0.750rem;*/
	}
}

@media(max-width:399px) {
	.profile_br-sp {
		display: block;
	}
}

/* ----------------------
Map
---------------------- */
.non-pad {
	position: relative;
}

.non-pad .inner {
	padding: 0;
}

/* ----------------------
Footer
---------------------- */
#footer {
	position: relative;
	background-color: var(--thirdcolor);
	margin-top: -1px;
}

#footer_inner {
	padding: 2rem 1rem;
}

.footer_wave-img {
    position: absolute;
	top: -32px;
    left: 0;
	z-index: 10;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.footer_wave-img svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 33px;
}

.footer_wave-img .shape-fill {
    fill: #41A029;
}

#footer_inner .footer__inner:nth-of-type(2) li {
	text-align: center;
}

#copyright {
	font-size: 0.688rem;
}

@media(max-width:767px) {
	.footer__inner {
		text-align: center;
	}
}
/* ----------------------
Animation
---------------------- */
.js-scroll-trigger {
	opacity: 0;
}

.fade-in.is-active {
	animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.fade-in2.is-active {
	animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	animation-delay: 0.3s;
}

.fade-in3.is-active {
	animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	animation-delay: 0.6s;
}

.fade-in4.is-active {
	animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	animation-delay: 0.9s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

/* reCAPTCHA */	
.grecaptcha-badge {	
	margin-bottom: .75rem;	
	}	
	@media(max-width:768px) {	
	.grecaptcha-badge {	
	margin-bottom: 5rem;	
	}	
	}	
	/* History 20241120 */	
	#history ul.list-bullet li::before{	
	color: var(--secondcolor);	
	}	
@media (max-width: 767px) {	
	#history ul.list-bullet li{	
	font-size: 100%;	
	}	
}

dl{	
	display: flex;	
	flex-flow: row wrap;	
	justify-content: space-between;	
	align-content: flex-start;	
	align-items: flex-start;	
	}	
	dt{	
	width: 15%;	
	font-weight: 600;	
	color: #fff;	
	background-color: var(--maincolor);	
	border-radius: 20px;	
	margin: 0 .5rem .5rem 0;	
	padding: .25rem .5rem .25rem 1rem;	
	}	
	dd{	
	width: 82.5%;	
	padding: .25rem 0;	
	}	
@media (max-width: 767px) {	
	dl{	
	flex-flow: column;	
	}	
	dt{	
	width: 100%;	
	text-align: center;	
	margin: .5rem 0rem 0rem 0;	
	}	
	dd{	
	width: 100%;	
	}	
}	