@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
*/

/* ===================================================
   SWELL デフォルト header/footer 非表示
   =================================================== */
#header,
.l-header,
#fix_header,
.l-fixHeader,
[class*="l-fixHeader"],
#footer,
.l-footer,
.w-beforeFooter,
.p-fixBtnWrap,
#fix_bottom_menu,
.c-fixBtn {
	display: none !important;
}

/* ===================================================
   A. カスタムヘッダー（PC: サブページスタイル）
   =================================================== */
.kc-header {
	background-color: #f1f1f1;
	padding: 40px 0;
	position: relative;
	z-index: 10;
}
.kc-header__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.kc-header__logo {
	width: 300px;
	flex-shrink: 0;
}
.kc-header__logo a { display: inline-block; }
.kc-header__logo img { width: 100%; height: auto; }
.kc-header__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 20px;
}
.kc-header__nav li {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.kc-header__nav a {
	color: #22a4a1;
	text-decoration: none;
	font-size: 18px;
	position: relative;
	display: inline-block;
	transition: .3s;
	padding-bottom: 5px;
}
.kc-header__nav a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #22a4a1;
	opacity: 0;
	transition: .3s;
}
.kc-header__nav a:hover::after {
	opacity: 1;
}

/* SP buttons: hidden on PC */
.kc-header__sp-btns { display: none; }
.kc-sp-only { display: none; }

/* ===================================================
   B. SP スライドインメニュー（PC非表示）
   =================================================== */
.kc-sp-menu { display: none; }

.kc-sp-menu__panel {
	position: fixed;
	top: 0;
	right: 0;
	width: 280px;
	height: 100vh;
	background: rgba(255, 255, 255, 0.95);
	z-index: 100001;
	transform: translateX(100%);
	transition: transform .3s ease;
	overflow-y: auto;
	padding: 20px 0;
}
.kc-sp-menu__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 100000;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease, visibility .3s ease;
}
.kc-sp-menu.is-open .kc-sp-menu__panel { transform: translateX(0); }
.kc-sp-menu.is-open .kc-sp-menu__overlay { opacity: 1; visibility: visible; }
.kc-sp-menu__close {
	position: absolute;
	top: 10px;
	right: 15px;
	background: none;
	border: none;
	font-size: 32px;
	color: #666;
	cursor: pointer;
	line-height: 1;
}
.kc-sp-menu__nav { padding: 50px 0 20px; }
.kc-sp-menu__nav ul { list-style: none; margin: 0; padding: 0; }
.kc-sp-menu__nav li { border-bottom: 1px solid #eee; }
.kc-sp-menu__nav a {
	display: block;
	padding: 16px 25px;
	color: #333;
	text-decoration: none;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	transition: background .2s;
}
.kc-sp-menu__nav a:hover { background: #f5f5f5; }

/* ===================================================
   C. CONTACT セクション
   =================================================== */
.kc-contact-section {
	background: #f1f1f1;
	padding: 120px 0;
	margin-top: 40px;
}
.kc-contact-section__inner {
	max-width: 800px;
	margin: 0 auto;
	background-color: rgba(255,255,255,.70);
	text-align: center;
	padding: 100px;
}
.kc-contact-section h2 {
	font-size: 35px;
	margin-bottom: 40px;
	letter-spacing: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.kc-contact-section h3 {
	font-size: 22px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.kc-contact-section p {
	line-height: 170%;
	margin-bottom: 10px;
}
.kc-contact-btn {
	display: inline-block;
	margin-top: 30px;
	padding: 15px 50px;
	border: 2px solid #22a4a1;
	color: #22a4a1;
	text-decoration: none;
	font-size: 16px;
	transition: .3s;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.kc-contact-btn:hover {
	background: #22a4a1;
	color: #fff;
}

/* ===================================================
   D. バナーエリア
   =================================================== */
.kc-banners {
	background-color: #ffffff;
	padding: 80px 0 40px 0;
}
.kc-banners__inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
.kc-banners h3 {
	font-size: 22px;
	padding-top: 20px;
	margin-bottom: 12px;
	text-align: center;
}
.kc-banners__box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
	margin-bottom: 30px;
	padding-top: 10px;
	border-top: 1px solid #22a4a1;
}
.kc-banners__box a {
	display: inline-block;
}
.kc-banners__box img {
	transition: opacity .3s;
}
.kc-banners__box img:hover {
	opacity: 0.5;
}
/* Group banners - larger */
.kc-banners__group img {
	width: 180px;
	height: auto;
	margin: 10px;
}
/* Related site banners - smaller */
.kc-banners__related img {
	width: 150px;
	height: auto;
	margin: 5px;
}
/* Interview banners */
.kc-banners__interview img {
	width: 180px;
	height: auto;
	margin: 5px;
}

/* ===================================================
   E. フッター
   =================================================== */
.kc-footer {
	background: #22a4a1;
	color: #fff;
	padding: 60px;
}
.kc-footer__inner {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.kc-footer__logo {
	width: 190px;
	flex-shrink: 0;
}
.kc-footer__logo-img {
	display: block;
	margin: 0 auto;
	width: 190px;
	height: 190px;
}
.kc-footer__info {
	margin-left: 60px;
	flex: 1;
}
.kc-footer__nav {
	list-style: none;
	margin: 0;
	padding: 25px 0;
	display: flex;
	flex-wrap: wrap;
}
.kc-footer__nav li {
	padding-right: 5px;
	margin-right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.kc-footer__nav a {
	color: #fff;
	text-decoration: none;
}
.kc-footer__nav a:hover {
	text-decoration: underline;
}
.kc-footer__copyright p {
	margin: 0;
	font-size: 14px;
}

/* ===================================================
   F. ページトップボタン
   =================================================== */
.kc-pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9998;
}
.kc-pagetop a { display: inline-block; }
.kc-pagetop img {
	width: 60px;
	height: 60px;
}

/* ===================================================
   G. レスポンシブ（タブレット + スマホ: 1023px以下）
   =================================================== */
@media (max-width: 1023px) {
	/* --- Header: SP style --- */
	.kc-header {
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9998;
		background-color: transparent;
		transition: background .5s;
	}
	#custom-header.is-scrolled .kc-header {
		background-color: rgba(255,255,255,.50);
	}
	.kc-header__inner {
		padding: 15px;
		height: 80px;
	}
	.kc-header__logo {
		width: 42vw;
		max-width: 250px;
	}
	.kc-header__nav { display: none; }
	.kc-header__sp-btns {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.kc-sp-only { display: inline; }

	/* Hamburger button */
	.kc-menu-btn {
		background: none;
		border: none;
		cursor: pointer;
		padding: 5px;
	}
	.kc-menu-btn img {
		width: 35px;
		height: auto;
	}
	.kc-contact-icon img {
		width: 35px;
		height: auto;
	}

	/* SP menu visible */
	.kc-sp-menu { display: block; }

	/* Body padding for fixed header */
	#body_wrap { padding-top: 80px; }

	/* --- Footer --- */
	.kc-footer__logo,
	.kc-footer__info {
		width: 100%;
		text-align: center;
	}
	.kc-footer__inner {
		flex-direction: column;
	}
	.kc-footer__info {
		margin-left: 0;
	}
	.kc-footer__nav {
		justify-content: center;
		padding-top: 0;
		margin-bottom: 40px;
	}
	.kc-footer__nav li {
		display: inline-block;
	}

	/* --- Contact Section --- */
	.kc-contact-section { padding: 80px 0; }
	.kc-contact-section__inner { padding: 60px 30px; }
}

/* ===================================================
   H. レスポンシブ（スマホ: 767px以下）
   =================================================== */
@media (max-width: 767px) {
	.kc-sp-only { display: inline; }

	/* Contact */
	.kc-contact-section { padding: 60px 0; }
	.kc-contact-section__inner { padding: 60px 20px; }
	.kc-contact-section h2 {
		font-size: 20px;
		margin-bottom: 10px;
		letter-spacing: 2px;
	}
	.kc-contact-section h3 {
		font-size: 15px;
		padding-top: 10px;
		margin-bottom: 5px;
	}
	.kc-contact-section p { margin-bottom: 20px; }
	.kc-contact-btn {
		padding: 12px 30px;
		font-size: 14px;
	}

	/* Banners */
	.kc-banners { padding: 20px 0 10px 0; }
	.kc-banners__group img { width: 150px; margin: 10px 5px; }
	.kc-banners__related img { width: 120px; margin: 5px; }
	.kc-banners__interview img { width: 150px; margin: 5px; }

	/* Footer */
	.kc-footer { padding: 10px 0 80px 0; }
	.kc-footer__logo-img { width: 40%; height: auto; }
	.kc-footer__nav li { font-size: 13px; line-height: 200%; }

	/* Page top */
	.kc-pagetop img { width: 50px; height: 50px; }
}

/* ===================================================
   I. レスポンシブ（小型スマホ: 374px以下）
   =================================================== */
@media (max-width: 374px) {
	.kc-banners__group img { width: 115px; }
	.kc-banners__related img { width: 100px; }
	.kc-banners__interview img { width: 115px; }
}
