@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.ky-sticky-header,
.ky-footer {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.ky-sticky-header {
	position: sticky;
	top: 0;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.1);
	letter-spacing: 0.075em;
}

.ky-header-top {
	background-color: #003b77;
	color: #fff;
}

.ky-header-top-inner {
	width: 990px;
	margin: 0 auto;
	padding: 6px 10px;
}

.ky-header-top p {
	font-size: 14px;
	line-height: 12px;
}

.ky-header-inner {
	width: min(1000px, 100%);
	margin: 0 auto;
	padding: 12px 15px;
	display: flex;
	align-items: flex-start;
}

.ky-header-logo {
	width: 240px;
    vertical-align: top;
    padding-top: 10px;
    margin-right: 50px;
}

.ky-header-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.ky-header-nav ul {
	list-style: none;
	margin-top: 13px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.ky-header-nav li {
	margin-right: 50px;
}

.ky-header-nav a {
	display: block;
	color: #111;
	text-decoration: none;
	font-size: 16px;
	padding-bottom: 12px;
	line-height: 1.6;
}

.ky-header-jpx {
	max-width: 40px;
	margin: 0 auto;
}

.ky-header-jpx img {
	display: block;
	width: 100%;
	height: auto;
}

.ky-toggle,
.ky-sp {
	display: none;
}

.ky-footer {
	background-color: #f0f6fa;
	letter-spacing: 1px;
	line-height: 1;
}

.ky-footer-in {
	width: 100%;
}

.ky-footer-bottom {
	width: min(1000px, 100%);
	margin: 0 auto;
	padding: 0 10px;
}

.ky-footer-bottom-inner {
	padding: 60px 0 0;
}

.ky-footer-bottom-logo {
	width: 240px;
	margin-bottom: 26px;
}

.ky-footer-bottom-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.ky-footer-navi {
	display: flex;
}

.ky-footernav-title {
	display: block;
	font-weight: 700;
	font-size: 15px;
}

.ky-footernav-title a {
	color: #111;
	text-decoration: none;
}

#ky-navi-ir ul,
#ky-navi-co ul {
	list-style: none;
	margin: 0;
}

#ky-navi-ir ul {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(7, auto);
	padding: 12px 10px 20px 0;
}

#ky-navi-co ul {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(7, auto);
	padding: 0 20px 0 56px;
}

#ky-navi-ir li a,
#ky-navi-co li a {
	display: inline-block;
	color: #111;
	text-decoration: none;
}

#ky-navi-ir li a {
	font-size: 14px;
	padding: 5px 20px 5px 0;
}

#ky-navi-ir li a::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 10px 1px 0;
	border-top: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	transform: rotate(45deg);
	transition: border-color 0.2s ease;
}

#ky-navi-ir li a:hover::before {
	border-color: #111;
}

#ky-navi-co li a {
	font-weight: 700;
	font-size: 15px;
	padding: 5px 50px 5px 0;
}

.ky-footer-banner {
	list-style: none;
	margin: 0;
	padding: 0 0 32px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.ky-footer-banner img {
	display: block;
	width: 100%;
	height: auto;
}

.ky-copyright {
	margin: 0 auto;
	background: #003b77;
	padding: 6px 0 8px;
	text-align: center;
	color: #fff;
}

.ky-copyright small {
	font-size: 80%;
	letter-spacing: 0.1rem;
}

.ky-go-to-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 99999;
	display: none;
}

.ky-go-to-top-button {
	border: 0;
	background-color: #003b77;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
}

.ky-go-to-top-button:hover {
	opacity: 0.85;
}

@media (max-width: 1020px) {
	.ky-header-inner {
		padding: 0;
		position: relative;
		display: block;
	}

	.ky-sticky-header-sp {
		height: 60px;
		position: relative;
	}

	.ky-header-logo {
		width: 200px;
		padding: 15px 10px;
	}

	.ky-header-jpx.ky-pc {
		display: none;
	}

	.ky-header-jpx.ky-sp {
		display: block;
		position: absolute;
		right: 40px;
		top: 5px;
		z-index: 101;
	}

	.ky-toggle {
		display: block;
		position: absolute;
		right: 5px;
		top: 22px;
		width: 22px;
		height: 18px;
		border: 0;
		background: transparent;
		cursor: pointer;
	}

	.ky-toggle span {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background: #252525;
		transition: all 0.35s ease-in-out;
	}

	.ky-toggle span:nth-child(1) {
		top: 0;
	}

	.ky-toggle span:nth-child(2) {
		top: 8px;
	}

	.ky-toggle span:nth-child(3) {
		top: 16px;
	}

	.ky-sticky-header.is-open .ky-toggle span:nth-child(1) {
		top: 8px;
		transform: rotate(45deg);
	}

	.ky-sticky-header.is-open .ky-toggle span:nth-child(2) {
		opacity: 0;
	}

	.ky-sticky-header.is-open .ky-toggle span:nth-child(3) {
		top: 8px;
		transform: rotate(-45deg);
	}

	.ky-header-nav {
		position: absolute;
		left: 0;
		top: -525px;
		width: 100%;
		background-color: #fff;
		transition: transform 0.5s ease-in-out;
		margin: 0;
	}

	.ky-sticky-header.is-open .ky-header-nav {
		transform: translateY(580px);
		padding-top: 5px;
		padding-bottom: 60px;
	}

	.ky-header-nav ul {
		display: block;
		margin-top: 0;
	}

	.ky-header-nav li {
		margin-right: 0;
	}

	.ky-header-nav a {
		padding: 18px 14px;
		border-bottom: 1px solid #eaeaea;
		text-align: center;
		font-size: 14px;
	}

	.ky-sp {
		display: block;
	}

	.ky-footer-bottom {
		padding: 0 10px;
	}

	.ky-footer-bottom-inner {
		padding-top: 34px;
	}

	.ky-footer-bottom-logo {
		max-width: 200px;
		width: 100%;
		margin: 0 auto 26px;
	}

	.ky-footer-navi {
		display: block;
		text-align: center;
	}

	.ky-navi-footer {
		display: inline-block;
	}

	#ky-navi-ir ul {
		padding: 12px 0;
	}

	#ky-navi-co ul {
		padding: 10px 0 30px;
		grid-template-rows: auto;
		grid-auto-flow: row;
	}

	#ky-navi-ir li {
		text-align: left;
	}

	#ky-navi-co li {
		text-align: center;
	}

	#ky-navi-co li a {
		padding: 5px 10px;
	}

	.ky-footer-banner {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	#stickyHeader nav ul li {
        border: none;
        border-bottom: 1px solid #fff !important;
        border-collapse: collapse;
        float: none;
        position: static;
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 736px) {
	.ky-header-top p {
		font-size: 12px;
	}
}
