@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;900&family=Sonsie+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


body {
	margin:0;
	padding:0;
	font-family: 'Noto Sans JP', sans-serif;
/*	font-family: 'BIZ UDPGothic', sans-serif; */
	font-size:17px;
	line-height:1.4;
	color:#222;
	background:#fff;
	overflow-y:scroll;
}

.grecaptcha-badge { visibility: hidden; }

.btnimghv { display:none; }
a:hover .btnimghv { display:inline-block; }
a:hover .btnimg { display:none; }


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

.checkbtn input[type=checkbox] {
	display:none;
}

.checkbtn:before {
	content: "\f0c8";
	font-family: "Font Awesome 6 Free";
	font: var(--fa-font-regular);
	color:#999;
	font-size:1.1em;
	margin-right:0.2em;
}

.checkbtn-check:before {
	content: "\f14a";
	font-family: "Font Awesome 6 Free";
	font: var(--fa-font-solid);
	font-size:1.1em;
	color:#009;
}


.radiobtn:before {
	content: "\f111";
	font-family: "Font Awesome 6 Free";
	font: var(--fa-font-regular);
	color:#999;
	margin-right:0.2em;
}

.radiobtn-check:before {
	content: "\f058";
	font-family: "Font Awesome 6 Free";
	font: var(--fa-font-solid);
	color:#009;
}



nav {
	margin: 0;
	padding: 0;
}

p {
	display:inline;
	margin:0;
	padding:0;
}

img {
	pointer-events:none;
	max-width:100%;
	max-height:100%;
}

.dnone {
	display:none;
}


input::placeholder,
textarea::placeholder {
	color:#ccc !important;
}


.textindent {
	text-indent:-1em;
	padding-left:1em;
}

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

.font-eb {
	font-family: "EB Garamond", serif;
}

.w1000 { width:1000px; }
.w800 { width:800px; }
.w600 { width:600px; }

.flex1 { flex:1; }
.flex2 { flex:2; }
.flex3 { flex:3; }
.flex4 { flex:4; }
.flex5 { flex:5; }
.flex6 { flex:6; }

/*menubar
---------------------------------------------------------------------------*/
#menubar {
	position:fixed;
	top:0;
	left:-100vw;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow: auto;
	padding: 0;
	text-align: center;
	opacity:0;
	transition: 0.3s;
}

#menubar.db {
	left: 0px;
	opacity:1;
	background: rgba(0,20,40,0.8);
	color: #fff;
}

#menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menubar a {
	display:block;
	text-align:left;
	color: #fff;
	padding: 15px 0 15px 15px;
	border-bottom:1px solid #444;
	transition: 0.3s;
}

#menubar a img {
	width:1.8em;
	margin-right:0.3em;
}

#menubar ul ul a {
	padding: 15px 0 15px 35px;
}

#menubar ul ul a:before {
	font: var(--fa-font-solid);
	content:"\f105";
	margin-right:0.5em;
}

#menubar a:hover {
	background-color:rgba(120,120,120,0.8);
	text-decoration:none;
}

/*３本バーアイコン
---------------------------------------------------------------------------*/
#menubar_hdr {
	position: fixed;
	z-index: 200;
	cursor: pointer;
	right: 0;
	top: 0;
	padding: 16px 14px;
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	order: 0;
	background: rgba(0,0,0,0.5);
}

#menubar_hdr span {
	display: block;
	transition: 0.3s;
	border-top: 2px solid #fff;
}

#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;
	width: 26px;
}

#menubar_hdr.ham span:nth-of-type(1){
	transform: rotate(45deg) translate(6px, 6px);
}

#menubar_hdr.ham span:nth-of-type(3){
	transform: rotate(-45deg) translate(6px, -6px);
}

#menubar_hdr.ham span:nth-of-type(2){
	opacity:0;
}

#main {
	background-color:#fff;
	min-height: calc(100svh - 400px);
}

/* ---  #HEADER -----------------------------------------------------------------------*/
#header {
	position:fixed;
	display:flex;
	justify-content:space-between;
	top:0;
	left:0;
	width:100%;
	height:60px;
	min-width:1200px;
	padding:5px 10px 5px 70px;
	background-color:#fff;
	z-index:10;
}

#header .headerlogoimg {
	width:360px;
}


/* ---  #MENU -------------------------------------------------------------------------*/
#menu {
	padding:10px 20px 0 10px;
}

#menu ul {
	display:flex;
	align-items:center;
	list-style:none;
	font-size:0.9em;
	margin:0;
	padding:0;
}

#menu ul li {
	position:relative;
	margin:0 5px;
}

#menu ul li a {
	position:relative;
	display:block;
	padding:0 6px;
	text-align:center;
	white-space:nowrap;
	font-size:0.9em;
	color:#333;
	font-weight:700;
	transition: all 0.5s;
	cursor:pointer;
}

#menu ul li a:after {
	content:"";
	position:absolute;
	bottom:-3px;
	left:10px;
	width: calc(100% - 20px);
	border-top:2px solid #080;
	opacity:0;
	transition: all 0.5s;
}

#menu ul li a img {
	width:2.2em;
}

#menu ul li a:hover {
	text-decoration:none;
	transition: all 0.5s;
}

#menu ul li a:hover:after {
	content:"";
	opacity:1;
}

#menu ul li a .junbi {
	position:absolute;
	top:-0.8em;;
	right:-0.8em;
	padding:0.2em 0.8em;
	font-size:0.7em;
	color:#fff;
	background-color:rgba(255,0,0,0.5);
	border-radius:0.8em;
}

#menu ul ul {
	display:none;
	position:absolute;
	top:100%;
	left:50%;
	list-style:none;
	margin:0;
	margin-left:-125px;
	padding:0;
	width:250px;
	z-index:10;
}

#menu ul ul li {
	display:block;
	margin:0;
	padding:0;
}

#menu ul ul li a {
	display:block;
	text-align:center;
	white-space:nowrap;
	padding:10px 20px;
	color:#fff;
	border-bottom:1px solid #fff;
	background-color:#1b98ca;
	transition: all 0.4s;
}

#menu ul li > a.menu::after {
	content:'';
	position:absolute;
	left:0;
	bottom:-2px;
	margin-left:10px;
	width: calc(100% - 20px);
	height:2px;
	background-color:rgba(255,255,255,0);
	transform: scale(0.5,1);
	transform-origin: center top;
	transition: all 0.5s;
}

#menu ul li > a.menu:hover {
	color:#fff;
}

#menu ul li > a.menu:hover::after {
	background-color:rgba(255,255,255,1);
	transform: scale(1, 1);
}

#menu ul ul li a:hover {
	color:#fff;
	background-color:#1bca98;
}

#menu ul li:hover > ul {
	display:block;
	animation: menuanim 0.5s ease 0s;
	opacity:1;
}

#menu ul li .headertel {
	display:block;
	padding:0.2em 1.2em;
	font-family: "EB Garamond", serif;
	font-size:1.2em;
	font-weight:400;
	color:#fff;
	background-color:#000;
	line-height:1;
	border-radius:1em;
}

.menu-icon {
	font-size:9vw;
}

@keyframes menuanim {
	0% {
		margin-top:-10px;
		opacity:0;
	}
	100% {
		margin-top:0;
		opacity:1;
	}
}



/* --- icatch ------------------------------------------------------------------------ */
.icatch {
	position:relative;
	padding-top:65px;
	width:100%;
	height:350px;
	overflow:hidden;
}


.header-img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:350px;
	background-color:#000;
	z-index:-1;
}


.header-img img {
	width:100%;
	object-fit:cover;
	object-position: 50% 50%;
	opacity:0.7;
}

.header-waku {
	display:flex;
	align-items:center;
	position:absolute;
	top:120px;
	left:50%;
	margin-left:-600px;
	width:1200px;
}

.header-title {
	font-size:2em;
	font-weight:600;
	color:#fff;
	margin-top:80px;
	text-align:center;
	transition: 1.2s all 0.3s;
	text-shadow:0 0 10px #555;
	letter-spacing:0.1em;
}

.header-title-style {
	margin-top:0;
	opacity:1;
}

.header-subtitle {
	font-size:1.4rem;
	font-weight:500;
}

.header-cmt {
	position:absolute;
	left:50%;
	top:150px;
	margin-left:-500px;
}

.header-cmt .text1 {
	font-size:2em;
	font-weight:bold;
	color:#fff;
	text-shadow: 0 0 5px #555;
}

.header-cmt .text2 {
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	text-shadow: 0 0 5px #555;
}


#container {
	width:100%;
	min-width:1200px;
}

.contents {
	width:100%;
	max-width:1200px;
	margin:10px auto;
}


.abtn {
	display:block;
	position:relative;
	font-size:1.2rem;
	padding:1.2em;
	color:#ddd;
	font-weight:bold;
	text-align:center;
	background-color:#000;
	transition:all 0.3s;
}

.abtn:hover {
	color:#fff;
	text-decoration:none;
}

.abtn:after {
	content:"→";
	position:absolute;
	top: calc(50% - 0.8em);
	right:1.5em;
	transition:all 0.3s;
}

.abtn:hover:after {
	right:1em;
}


.bg1 {
	background-color:#efefef;
}

.bg2 {
	background-color:#efefff;
}

h2 {
	font-size:1.6em;
	font-weight:bold;
	color:#555;
	margin-bottom:1.5em;
}

h2 span.line {
	position:relative;
}

h2 span.line:after {
	content:"";
	position:absolute;
	left:5px;
	bottom:-0.5em;
	width: calc(100% - 10px);
	border-top:3px dotted #080;
}

h2 span.line2 {
	position:relative;
}

h2 span.line2:after {
	content:"";
	position:absolute;
	left:5px;
	bottom:-0.5em;
	width: calc(100% - 10px);
	border-top:3px dotted #00a;
}

a.news {
	display:block;
	color:#000;
	padding:3px;
}

a.news:hover {
	text-decoration:none;
	color:#000;
	box-shadow:0 0 5px #aaa;
}

a.newstoggle {
	color:#000;
}

a.newstoggle:hover {
	color:#000;
}

.newstitle {
	width:400px;
	padding:0 1em;
}

.newsdata {
	flex:1;
}

.newsdl {
	display:flex;
	margin:0;
	padding:0.8em 0;
	border-bottom:1px solid #888;
}

.newsdl dt {
	display:block;
	width:160px;
	font-weight:400;
	text-align:center;
}

.newsdl dd {
	flex:1;
	display:block;
	margin-left:1em;
}


.kigyotitle div {
	display:inline-block;
	background-color:#e3e3e3;
	padding:0 0.4em 0.1em 0.4em;
	border-radius:0.5em;
}


.bnimg {
	width:280px;
}

.footer_menu {
	margin:10px auto;
	width:1200px;
}


#footer {
	background-color:#888;
	color:#fff;
}

#footData {
	max-width:1200px;
	margin:0 auto;
	padding:20px 0;
}

.footerlogoimg {
	width:200px;
}

.footermenu {
	display:flex;
	justify-content:center;
}

.footermenu ul {
	display:flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footermenu ul li {
	display:block;
	margin:0;
	padding:5px 0 5px 10px;
}

.footermenu ul li a {
	display:block;
	font-size:0.9em;
	padding:0.2em 1.2em;
	font-weight:bold;
	color:#ccc;
	transition: all 0.5s;
}

.footermenu ul li a:hover {
	color:#fff;
	text-decoration:none;
}

.footer-icon {
	font-size:1.7em;
}

#footer a {
	color:#fff;
}


.copyright {
	text-align:center;
	padding:10px 0;
	font-size:0.8em;
	background-color:#444;
	color:#ddd;
}

.copyright a {
	color:#ddd;
}

.pankuzu ul {
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	font-size:0.8em;
	color:#555;
}

.pankuzu ul li {
	position:relative;
	display:block;
	margin:0;
	padding:0 0 0 10px;
}

.pankuzu ul li:not(:first-child):before {
	content: "》"
	
}

.pankuzu ul li a {
	color:#55a;
}


#pageTop {
	display:none;
	position:fixed;
	bottom:50px;
	right:50px;
	z-index:1000;
}


/* --- パソコン ---------------------------------------------------------------------- */
@media screen and (min-width: 576px) {
	.sp {
		display:none;
	}
	
	#menubar,
	#menubar_hdr {
		display:none;
	}
}

/* --- スマホ ------------------------------------------------------------------------ */
@media screen and (max-width: 575px) {
	body {
		font-size:3.9vw;
	}
	
	.pc {
		display:none;
	}
	
	.w1000 { width:100%; }
	.w800 { width:100%; }
	.w600 { width:100%; }
	
	#header {
		min-width:100%;
		padding:0 10px 0 5px;
		height:50px;
	}
	
	#header .headerlogoimg {
		width:260px;
	}
	
	#menu {
		display:none;
	}
	
	#main {
		padding:0 10px;
		background-color:#fff;
		min-height: calc(100svh - 300px);
	}
	
	#container {
		min-width:100%;
	}
	
	.icatch {
		padding-top:0;
		width:100%;
		height:200px;
	}
	
	.header-img img {
		height:200px;
	}
	
	.header-waku {
		top:100px;
		left:5px;
		margin-left:0;
		width:100%;
	}
	
	.header-title {
		margin-top:100px;
		font-size:1.5em;
		color:#fff;
		margin-left:0;
	}
	
	.header-cmt {
		position:absolute;
		left:0;
		top:80px;
		margin-left:10px;
	}
	
	.header-cmt .text1 {
		font-size:1.8em;
		font-weight:bold;
		color:#fff;
		text-shadow: 0 0 5px #555;
	}
	
	
	
	
	
	
	.section {
		width:100%;
	}
	
	.newsdl {
		display:block;
	}
	
	.newsdl dt {
		display:block;
		width:100%;
		padding-left:0.4em;
		font-weight:bold;
		text-align:left;
	}
	
	.newstitle {
		width:100%;
	}
	
	.newsdata {
		width:100%;
	}
	
	.bnimg {
		width:70%;
	}
	
	#footercontact {
		display:flex;
		align-items:center;
		justify-content:center;
		background-size:cover;
		width:100%;
		height:auto;
		aspect-ratio:5 / 6;
	}
	
	.footer-tel {
		margin:0.5em 1em;
	}
	
	.footer-contact {
		font-size:1.2em;
		padding:0.5em 1.2em;
	}
	
	
	/* inview用 */
	
	#pageTop {
		bottom:20px;
		right:20px;
	}
	
}


/* --- inview -------------------------------------------------------------------*/
/*upスタイル
---------------------------------------------------------------------------*/
/*待機*/
.up {
	position: relative;
	opacity: 0;
	bottom: -40px;
	transition: 1s;
}

/*アクション*/
.upstyle {
	bottom: 0px;
	opacity: 1;
}

/*downスタイル
---------------------------------------------------------------------------*/
/*待機*/
.down {
	position: relative;
	opacity: 0;
	top: -30px;
	transition: 1s;
}

/*アクション*/
.downstyle {
	top: 0px;
	opacity: 1;
}

/*leftスタイル
---------------------------------------------------------------------------*/
/*待機*/
.left {
	position: relative;
	opacity: 0;
	left: -30px;
	transition: 1s;
}

/*アクション*/
.leftstyle {
	left: 0px;
	opacity: 1;
}


/*rightスタイル
---------------------------------------------------------------------------*/
/*待機*/
.right {
	position: relative;
	opacity: 0;
	right: -30px;
	transition: 1s;
}

/*アクション*/
.rightstyle {
	right: 0px;
	opacity: 1;
}
