/*! CSS Used from: https://decocho.com/build/decocho.e0da8f70.css */

html {
	scroll-behavior: smooth;
	overflow-x: hidden; 
    touch-action: pan-y;
}

*, :after, :before {
	box-sizing: border-box;
}

/*p{margin-bottom:1rem;margin-top:0;}*/
a {
	color: var(--bs-link-color);
	text-decoration: underline;
}

/* a:hover {
	color: var(--bs-link-hover-color);
} */

img {
	vertical-align: middle;
}

ul {
	padding-left: 2rem;
}

@media screen and (max-width: 768px) {
	ul {
		padding-left: initial;
	}
}


ul {
	margin-bottom: 1rem;
	margin-top: 0;
}

small {
	font-size: .975em;
}

input {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

[type=submit] {
	-webkit-appearance: button;
}

[type=submit]:not(:disabled) {
	cursor: pointer;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

input {
	color: #000;
	font-family: Arial, Roboto, Droid Sans, 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.61;
}


/*header*/
.sw-Header {
	background-color: #E5F8FF;
	/*position: fixed;*/
	z-index: 999;
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
}

@media (max-width:767.98px) {
	.sw-Header {
		padding: 15px 0;
	}
}

.sw-Header_Inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1217px;
	padding: 0 0 0 20px;
}

@media (max-width:767.98px) {
	.sw-Header_Inner {
		height: 50px;
	}
}

.sw-Header_Branding {
	max-width: 150px;
	width: 32%;
}

@media (max-width:767.98px) {
	.sw-Header_Branding {
		width: 100%;
	}
}

.sw-Header_Logo {
	margin: 0;
}

.sw-Header_LogoImg {
	height: auto;
	max-width: 100%;
	width: auto;
}

/* .sw-Header_Lead {
	color: #580703;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 12px;
	width: 40%;
} */


@media (max-width:1199.98px) {
	.sw-Header_Lead {
		font-size: 1.4vw;
	}
}

@media (max-width:991.98px) {
	.sw-Header_Lead {
		font-size: 13px;
	}
}

@media (max-width:767.98px) {
	.sw-Header_Lead.pc {
		display: none;
	}
}

.sw-Header_Lead.sp {
	display: none;
}

@media (max-width:767.98px) {
	.sw-Header_Lead.sp {
		display: block;
		font-size: 4.1vw;
		line-height: 1.1;
		margin: 8px auto 0;
		text-align: center;
		width: 100%;
		font-family: Arial, Roboto, Droid Sans, 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
	}
}

.sw-Header_Buttons {
	align-items: center;
	display: inline-flex;
	justify-content: flex-end;
	width: 22%;
}

@media (max-width:767.98px) {
	.sw-Header_Buttons {
		margin: 0 0 0 10%;
		text-align: right;
		width: 28%;
	}
}

@media (max-width:575.98px) {
	.sw-Header_Buttons {
		margin: 0 0 0 2%;
	}
}

.sw-Header_Buttons img {
	height: auto;
	max-width: 27px;
}

@media (max-width:767.98px) {
	.sw-Header_Buttons img {
		max-width: 120px;
		width: 96%;
	}
}

.sw-Header_BtnLink:first-child {
	margin: 0 25px 0 0;
}

@media (max-width:1199.98px) {
	.sw-Header_BtnLink {
		margin: 0 .82em 0 0;
	}
}

@media (max-width:991.98px) {
	.sw-Header_BtnLink {
		margin: 0 .75em 0 0;
	}
}

@media (max-width:767.98px) {
	.sw-Header_BtnLink {
		margin: 0 0 0 2.5%;
	}
}

.sw-Header_SpNav {
	border: 2px solid #f2d2e6;
	border-radius: 25px;
	display: block;
	height: 50px;
	margin: 0 0 0 8px;
	padding: 3px 5px;
}

.sw-Header_SpNav:focus {
	box-shadow: none;
}

@media (min-width:768px) {
	.sw-Header_SpNav {
		display: none;
	}
}

.sw-Header_Bar {
	background: #580703;
	border-radius: 3px;
	display: block;
	height: 6px;
	margin: 4px;
	position: relative;
	top: 3px;
	width: 27px;
	z-index: 3;
}


.collapse:not(.show) {
	display: none;
}

.sw-Header_Nav {
	box-shadow: inset 0 1px 16px -8px rgba(0, 0, 0, .4), 0 1px 10px -8px rgba(0, 0, 0, .4);
	padding: 16px 0;
	position: relative;
	font-family: Arial, Roboto, Droid Sans, 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
}

@media (max-width:767.98px) {
	.sw-Header_Nav {
		box-shadow: none;
		display: block;
		padding: 0;
	}
}

@media (min-width:768px) {
	.sw-Header_NavCollapse {
		align-items: center;
		display: flex !important;
		flex-basis: auto;
		flex-grow: 1;
	}
}

/* .sw-Header_NavItems {
	align-items: center;
	display: flex;
	justify-content: space-around;
	list-style: none;
	margin: 0 auto;
	max-width: 1280px;
	padding: 0;
	width: calc(100% - 20px);
}

@media (max-width:767.98px) {
	.sw-Header_NavItems {
		background-color: rgba(90, 6, 0, .9);
		flex-direction: column;
		left: 0;
		padding: 10px 0 50vh;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 3;
	}
} */


.sw-Header_NavItem {
	border-left: 1px solid #ccc;
	text-align: center;
	width: 100%;
}

.sw-Header_NavItem:first-child {
	border-left: 0;
}

@media (max-width:767.98px) {
	.sw-Header_NavItem {
		border-bottom: 1px dotted #fff;
		border-left: 0;
		padding: 12px 10px;
		text-align: left;
	}
}

@media (min-width:768px) {
	.sw-Header_NavItem.sp {
		display: none;
	}
}

.sw-Header_NavLink {
	color: #000;
	display: block;
	font-size: .875rem;
	text-decoration: none;
}

.sw-Header_NavLink:hover {
	color: #000;
}

@media (max-width:767.98px) {
	.sw-Header_NavLink {
		color: #fff;
	}

	.sw-Header_NavLink:before {
		color: #fff;
		content: ">";
		font-size: 16px;
		padding: 0 7px;
	}
}

/*アクリルLP追加*/
.header-menues {
	align-items: center;
	display: flex;
	margin-bottom: -0.25rem;
	padding-left: 50px;
}

.header_left {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.header-menu {
	margin-right: 50px;
}
@media (max-width:1130px) {
	.header-menu {
		margin-right: 30px;
	}
}
.glonavi {
	display: inline-block;
}

@media (max-width:767.98px) {
	.header-menues {
		display: none;
	}
}

.biz-udpgothic-bold {
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.biz-udpgothic-regular {
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}


/*footer*/
.footer {
	background-color: #008AA8;
	position: relative;
}

.footer_inner {
	padding: 38px 0 40px;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.footer_inner {
		padding: 38px 0 15px;
	}
}

.footer_left {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.footer_left {
		display: block;
		text-align: center;
	}
}

.footer-menues {
	display: flex;
	align-items: center;
	margin-bottom: -0.25rem;
	padding-left: 42px;
}
@media screen and (max-width: 850px) {
	.footer-menues {
		padding-left: 20px;
	}
}
@media screen and (max-width: 768px) {
	.footer-menues {
		/* display: block; */
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		flex: 1 1 50%;
		margin-top: 10px;
		padding-left: initial;
	}
}

.footer-menues li {
	display: block;
}

@media screen and (max-width: 768px) {
	.footer-menues li {
		padding: 6px 0;
		display: inline-block;
		width: 45%;
	}
}

/* @media screen and (max-width: 660px) {
	.footer-menues li {
		padding: 10px 30px;
		display: block;
	}
} */

.footer-menues li:not(:first-child) {
	padding-left: 42px;
}
@media screen and (max-width: 850px) {
	.footer-menues li:not(:first-child) {
		padding-left: 20px;
	}
}
@media screen and (max-width: 768px) {
	.footer-menues li:not(:first-child) {
		padding-left: 0;
	}
}

.footer_LogoImg {
	width: 150px;
}

.footer-menues {
	color: #FFFFFF;
}

.sw-Footer_Bottom {
	color: #FFFFFF;
	text-align: right;
	margin-top: 34px;
	font-size: 10px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 768px) {
	.sw-Footer_Bottom {
		text-align: center;
	}
}


.sw-Footer_PageTop {
	bottom: 50px;
	position: absolute;
	right: 45px;
}

@media (max-width:1200px) {
	.sw-Footer_PageTop {
		bottom: 75px;
	}
}

@media (max-width:768px) {
	.sw-Footer_PageTop {
		bottom: 50px;
		right: 45px;
	}
}

@media screen and (max-width: 660px) {
	.sw-Footer_PageTop {
		bottom: 25px;
		right: 25px;
	}
}

.sw-Footer_PageTop img {
	width: 50px;
}

@media (max-width:1200px) {
	.sw-Footer_PageTop img {
		width: 34px;
	}
}

@media (max-width:768px) {
	.sw-Footer_PageTop img {
		width: 30px;
	}
}