@font-face {
	font-family: Kosugi_Maru;
	src: url('../fonts/KosugiMaru-Regular.ttf') format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: ronde;
	src: url('../fonts/ronde_square/Ronde-B_square.otf') format("truetype");
	font-weight: 100;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: doramatic;
	src: url('../fonts/XinyugongPBT/doramatic.ttf') format("truetype");
	font-display: block;
	font-weight: 900;
}
@font-face {
	font-family: MPLUS1-ExtraBold;
	src: url('../fonts/M_PLUS_1/static/MPLUS1-ExtraBold.ttf') format("truetype");
	font-display: block;
	font-weight: 900;
}
@font-face {
	font-family: MPLUS1-Medium;
	src: url('../fonts/M_PLUS_1/static/MPLUS1-Medium.ttf') format("truetype");
	font-display: block;
	font-weight: 900;
}
* {
	margin: 0;
	padding: 0;
	position: relative;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
}
body {
	width: 100%;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
	z-index: 100;
	background-image: url('../images/bg.png');
	overflow: hidden;
}
#content {
	flex-grow: 1;
}
section {
	overflow: visible;
	margin: 0;
	z-index: 1;
}
.section-margin {
	height: min(24px, 10vw);
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 16px;
	font-family: MPLUS1-ExtraBold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-family: MPLUS1-Medium;
}
h3 {
	font-size: min(36px, 5vw);
	height: 60px;
	line-height: 60px;
	margin: 15px auto;
}
h4 {

}
h5 {}
h6 {}

.page-title {
	font-size: min(60px, 6vw);
	margin: 0 auto;
	height: min(360px, 50vw);
	//line-height: min(72px, 7.2vw);
	padding: 0 10px;
	white-space: pre-wrap;
	word-break: break-all;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
}

.page-title .h1-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	opacity: .75;
	height: 100%;
	width: 100%;
	margin: auto;
	display: flex;
	z-index: -1;
}

p {
	text-align: left;
	max-width: 768px;
	font-size: min(18px, 3.5vw);
	margin: 0 auto;
	font-family: MPLUS1-Medium;
}
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
select,
textarea {
	border: 2px solid #ccc;
	padding: 5px;
	outline: none;
	height: 42px;
	border-radius: 10px;
	background-color: #fff;
}
input[type="checkbox"] {
	width: 24px;
	height: 24px;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="checkbox"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
	border: 2px solid #007bff;
	box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
option {}
textarea {
	min-width: 280px;
	min-height: 160px;
}
button,
input[type="submit"] {
	height: 60px;
	line-height: 60px;
	background-color: #007bff;
	color: #fff;
	border-radius: 12px;
	padding: 0px 15px;
	margin: 0 auto;
	border: 2px solid #FFF;
	vertical-align: middle;
	font-size: 16px;
}
ul {}
li {
	list-style: none;
}
label {}
abbr {
	color: #f55;
}
a {
	text-decoration: none;
}
details {}
details .details-content {}
details[open] .details-content {}
.outer {
	width: 100%;
	z-index: 2;
	overflow: visible;
	min-height: 160px;
	padding-top: min(60px, 5vw);
	margin: 0 auto;
}
.outer.bg-blue,
.outer.bg-orange,
.outer.bg-green,
.outer.bg-pink {
	background-image: url('../images/stripe-white-left-top.png'), url('../images/stripe-white-right-bottom.png');
	background-position: left top, right bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 45%, 45%;
	margin: -1px 0;
}
.outer.bg-blue {
	background-color: #e0effa;
	border: 10px solid #e0effa;
}
.outer.bg-orange {
	background-color: #FFDEC5;
	border: 10px solid #FFDEC5;
}
.outer.bg-green {
	background-color: #DFFFC5;
}
.outer.bg-pink {
	background-color: #ffe4fa;
	border: 10px solid #ffe4fa;
}
.bg-default {
	background-image: url('../images/bg.png');
}
.inner {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
	z-index: 100;
}
.more {
	display: block;
	text-decoration: underline;
}
.bg-blue .section-h2-svg {
	fill: #006699;
}
.bg-orange .section-h2-svg {
	fill: #a04801;
}
.bg-green .section-h2-svg {
	fill: #008000;
}
.bg-pink .section-h2-svg {
	fill: #8a0151;
}
.bg-default .section-h2-svg {
	fill: #333;
}
.header-margin {
	min-height: 70px;
}
#fixed-header {
	box-shadow: 0 1px 4px rgba(68, 34, 0, 0.2);
	position: fixed;
	width: 100%;
	height: 72px;
	z-index: 1000;
}
#fixed-header .inner {
	padding: 5px 10px;
}
.fixed-btn {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.logo {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	flex-wrap: no-wrap;
	gap: 10px;
}
.logo img {
	width: 54px;
	aspect-ratio: 1 / 1;
	height: 100%;
}
.logo .logo-text {
	text-align: left;
	font-family: MPLUS1-ExtraBold;
	color: #442200;
	font-size: 24px;
	line-height: 28px;
}

.logo a {
	display: flex;
	align-items: center;
	flex-wrap: no-wrap;
}
.logo .logo-text small {
	font-size: 80%;
}
.svg-container {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0;
}
.svg-container svg {
	width: 100%;
	height: 100%;
}
.svg-container svg text {
	width: 100%;
	height: 100%;
	font-family: MPLUS1-ExtraBold;
}
#breadcrumb-section {
	margin: 0;
	padding: 0;
}
#breadcrumb-section .inner {
	padding: 0;
}
#breadcrumb-section .inner {
	padding: 5px 15px;
}
#breadcrumb {
	border: 0px solid #000;
}
#breadcrumb nav {
	width: 100%;
}
#breadcrumb ul {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	text-align: left;
}
#breadcrumb li {
	margin: 0 10px;
}
#breadcrumb a {
	display: block;
	text-decoration: underline;
}
.bottom {
	position: fixed;
	bottom: 0;
	height: 68px;
	width: 100%;
	//box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.2);
	z-index: 11;
	background-color: transparent;
}

@media screen and (min-width: 426px) {}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 960px) {}
/* SVGのコンテナをレスポンシブ対応 */
.svg-box {
	width: 100%;
	aspect-ratio: 100 / 10;
	display: flex;
	justify-content: center;
	align-items: center;
}
.svg {
	position: absolute;
	/* 親要素に完全フィット */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	//padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.background {
	fill: transparent;
}
/* テキストスタイル */
.text {
	text-anchor: middle;
	dominant-baseline: central;
	font-family: MPLUS1-Medium, sans-serif;
	text-anchor: middle;
	letter-spacing: 0px;
	font-weight: 900;
	width: 100%;
	paint-order: stroke fill;
	stroke-linejoin: round;
}






aside {
	margin: 15px auto;
}






.banner-images {
	margin: 10px auto;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 1;
	
}
.banner-image {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 1;
	
}

.banner-image img{
	aspect-ratio: 4 / 1;
	object-fit: contain;
	width: 100%;
	height: auto;
}



/* 会社概要 about */

#about h1{
	font-size: min(60px, 6vw);
	margin: 0 auto;
	height: min(360px, 50vw);
	//line-height: min(72px, 7.2vw);
	padding: 0 10px;
	white-space: pre-wrap;
	word-break: break-all;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
}

#about .h1-bg {
	background-image: url("../images/front-top/4.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	opacity: .75;
	height: 100%;
	width: 100%;
	margin: auto;
	display: flex;
	z-index: -1;
}

#about table {
	background-color: #aaa;

	margin: 20px auto;
	max-width: 768px;
}

#about tr {
	min-height: 40px;
	width: 100%;
}

#about th {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	justify-content: first baseline;
	text-align: left;
	background-color: #fff;
	padding: 10px;

	background-color: #f0f8ff;
	display: flex;
	min-height: 40px;
	padding-left: 10px;
	min-width: 120px;
}

#about td {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: first baseline;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	text-align: left;
	padding: 10px;
	background-color: #fff;
	min-height: 40px;
	border-top: 1px solid #aaa;
}

#about td img {
	max-height: 13px;
	width: auto;
	margin: auto 0;
}

#about td a {
	text-decoration: underline;
	color: #0000FF;
}

#about .gmap-td {
	display: block;
}

#about .gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

#about .gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

@media screen and (min-width:476px) {
	#about th {
		text-align: right;
		display: table-cell;
		padding: 10px;
		border-top: 0px solid #aaa;
	}

	#about td {
		display: table-cell;
		text-align: left;
		width: auto;
		background-color: #fff;
		display: table-cell;
		border-top: 0px solid #aaa;
		padding: 10px;
	}
}

footer {
	box-shadow: 0px -1px 4px rgba(68, 34, 0, 0.2);
	width: 100%;
	min-height: 200px;
	background-color: #006699;
	z-index: 10;
	color: #442200;
	padding: 20px 0 120px 0;
}
footer nav ul li {
	min-height: 36px;
	line-height: 36px;
}
footer a {
	color: #442200;
	text-decoration: none;
}

#footer-nav-box {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 15px;
}

#footer-nav-box h2 {
	font-size: 18px;
	text-align: center;
}
#footer-nav-box .nav-box{
	width: 50%;
	overflow: visible;
}

#footer-nav-box .nav-box nav ul li{
	text-align: left;
	overflow: visible;
}











