﻿@charset "utf-8";

/* ユーティリティ------------------------------------------------------------*/

.left {
	float: left;
}

.left_margin {
	float: left;
	margin-right: 18px;
	margin-bottom: 20px;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.line {
	border-bottom: 1px solid #ccc;
}

.bold {
	font-size: 14px;
}

.center {
	text-align: center;
}

h2 {
	font-size: 1em;
}

.big {
	font-size: 150%;
}

.u-mt-1 {
	margin-top: 1rem;
}

.u-mr-1 {
	margin-right: 1rem;
}

/* -------------------------------------------------------------- */

body {
	font-family: 'Noto Sans JP', 'Hiragino Sans', 'Meiryo', 'Hiragino Kaku Gothic ProN', sans-serif;
	color: #333;
	font-size: 1.1rem;
	line-height: 1.8;
	-webkit-text-size-adjust: none;
	background: #fff;
}

/* リンク設定------------------------------------------------------------*/

a {
	color: #358cac;
	text-decoration: none;
}

a:hover {
	color: #73c4e6;
}

a:active,
a:focus {
	outline: 0;
}


/* 全体------------------------------------------------------------*/

/*************
/* ヘッダー
*************/
@media only screen and (min-width: 769px) {
	#header {
		background: url("../img/bg.png") left top repeat-x;
		height: 123px;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
	}
}

#head_menu {
	width: 990px;
	margin: 0 auto;
}

#head_menu h1 img {
	height: 85px;
}

#logo {
	margin: 1em 0 0 3.8em;
	float: left;
}

#eng {
	margin: 1.5em 1em 0 0;
	float: right;
}

.wrapper {
	min-height: 100vh;
	position: relative;
	/* 想対位置 */
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0a010a;
	padding: 2px 4px;
	background: -moz-linear-gradient(top,
			#e6f0e2 0%,
			#d4e3d1);
	background: -webkit-gradient(linear, left top, left bottom,
			from(#e6f0e2),
			to(#d4e3d1));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 10px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(206, 217, 200, 0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(206, 217, 200, 0.7);
	box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(206, 217, 200, 0.7);
	text-shadow:
		0px -1px 0px rgba(000, 000, 000, 0.4),
		0px 1px 0px rgba(255, 255, 255, 0.3);
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

/**************************
/* ナビゲーション（main.cssより統合）
**************************/

nav #menu {
	width: 753px;
	height: 1.5em;
}

nav #menu li {
	position: relative;
	float: left;
	width: 188px;
	height: 1.5em;
	text-align: center;
	letter-spacing: 0.3em;
}

nav #menu li a {
	display: block;
	width: 188px;
	height: 2em;
	color: #fff;
	transition: 0.7s;
	background: #73b64c;
}

nav #menu li a:hover {
	color: #ccc;
}

nav #menu>li li:hover>a {
	background: #2e8b57;
}

nav #menu .sub-title .sub-menu {
	left: 0;
	position: absolute;
}

nav #menu .sub-title .sub-menu li {
	overflow: hidden;
	height: 0;
	transition: 0.4s;
}

nav #menu .sub-title:hover>.sub-menu>li {
	overflow: visible;
	width: 188px;
	height: 2em;
}

/**************************
/* トップメニュー
**************************/

.m_top {
	background-image: url("../img/menu.jpg");
	background-repeat: no-repeat;
	width: 55px;
	height: 45px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.m_top:hover {
	background-position: 0px -49px;
}

.m_corp {
	background-image: url("../img/menu.jpg");
	background-repeat: no-repeat;
	background-position: -55px 0px;
	width: 170px;
	height: 45px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.m_corp:hover {
	background-position: -55px -49px;
}

.m_news {
	background-image: url("../img/menu.jpg");
	background-repeat: no-repeat;
	background-position: -225px 0px;
	width: 110px;
	height: 45px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.m_news:hover {
	background-position: -225px -49px;
}

.m_csr {
	background-image: url("../img/menu.jpg");
	background-repeat: no-repeat;
	background-position: -335px 0px;
	width: 100px;
	height: 45px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.m_csr:hover {
	background-position: -335px -49px;
}

.m_rec {
	background-image: url("../img/menu.jpg");
	background-repeat: no-repeat;
	background-position: -435px 0px;
	width: 100px;
	height: 45px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.m_rec:hover {
	background-position: -435px -49px;
}

.m_inq {
	background-image: url("../img/menu.jpg");
	background-repeat: no-repeat;
	background-position: -535px 0px;
	width: 120px;
	height: 45px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	clear: both;
}

.m_inq:hover {
	background-position: -535px -49px;
}

#menu {
	float: right;
	width: 750px;
	margin-top: 3em;
}

#menu li {
	float: left;
}


/**************************
/* メイン画像**************************/

/*slider.css*/

.sale {
	position: fixed;
	z-index: 99;
	left: 5vw;
	top: 30%;
	height: 1px;
	width: 1px;
}

.sale img {
	width: 10vw;
	height: auto;
}

.sale a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}

/**************************
/* SP/PC表示切替（main.cssより統合）
**************************/

@media only screen and (max-width: 768px) {
	#header #navi {
		display: none;
	}

	#for-pc {
		display: none;
	}

	#wrapper {
		margin: 0 0.8em;
	}
}

@media only screen and (min-width: 769px) {
	#header #for-sp {
		display: none;
	}

	#for-sp {
		display: none;
	}
}

.drawer-nav .drawer-menu li {
	line-height: 2.5;
}

.drawer-nav .drawer-menu li span {
	margin-left: 1em;
	font-weight: bold;
}

.drawer-nav .drawer-menu li ul li {
	background: #eee;
	border-bottom: 1px solid #ccc;
}

.drawer-nav .drawer-menu li ul li a {
	margin-left: 1em;
}

/**************************
/* ナビゲーション
**************************/
@media only screen and (min-width: 769px) {
	#sub_menu {
		text-align: center;
		font-size: 1.0rem;
		margin-top: 1rem;
	}
}

@media only screen and (max-width: 768px) {
	#sub_menu {
		text-align: center;
		font-size: 0.8rem;
		margin-bottom: 20px;
		margin-top: 10px;
	}

	.sub-menu-nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		padding: 0;
	}

	.sub-menu-nav a {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: calc(50% - 5px);
		box-sizing: border-box;
		background: #fff;
		border: 1px solid #358cac !important;
		color: #358cac;
		padding: 10px 5px !important;
		border-radius: 4px;
		text-decoration: none;
		font-weight: bold;
	}
}

#bottom {
	width: 960px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	#bottom {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
		overflow: hidden;
		box-sizing: border-box;
	}
}

#g_navi {
	height: 60px;
	width: 920px;
	margin-left: 2em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#g_navi li {
	float: left;
}

/* PC/SP 出し分け */
.g_navi-sp {
	display: none;
}

@media only screen and (max-width: 768px) {
	.g_navi-pc {
		display: none !important;
	}

	.g_navi-sp {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	#g_navi {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		background: #f8f8f8;
	}

	.g_navi-sp li {
		float: none;
		border-right: 1px solid #e8e8e8;
		border-bottom: 1px solid #e8e8e8;
	}

	.g_navi-sp li:nth-child(3n) {
		border-right: none;
	}

	.g_navi-sp li:nth-last-child(-n+3) {
		border-bottom: none;
	}

	.g_navi-sp li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0.4em;
		padding: 1em 0.5em;
		color: #333;
		text-decoration: none;
		font-size: 0.75rem;
		font-weight: 500;
		letter-spacing: 0.02em;
		transition: background-color 0.2s ease, color 0.2s ease;
	}

	.g_navi-sp li a:hover,
	.g_navi-sp li a:active {
		background-color: #f0f5fa;
		color: #358cac;
		opacity: 1;
	}

	.g_navi-sp li a i {
		font-size: 1.3rem;
		color: #358cac;
		transition: transform 0.2s ease;
	}

	.g_navi-sp li a:hover i {
		transform: scale(1.15);
	}

	.g_navi-sp li a span {
		line-height: 1.2;
		text-align: center;
	}
}

@media only screen and (min-width: 769px) {
	.g_navi-sp {
		display: none !important;
	}
}

.ws {
	background-image: url("../img/g_menu.jpg");
	background-repeat: no-repeat;
	width: 150px;
	height: 45px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.fsc {
	background-image: url("../img/g_menu.jpg");
	background-repeat: no-repeat;
	background-position: -150px 0px;
	width: 155px;
	height: 45px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.fsi {
	background-image: url("../img/g_menu.jpg");
	background-repeat: no-repeat;
	background-position: -310px 0px;
	width: 155px;
	height: 45px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.shose {
	background-image: url("../img/g_menu.jpg");
	background-repeat: no-repeat;
	background-position: -475px 0px;
	width: 140px;
	height: 45px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.fuss {
	background-image: url("../img/g_menu.jpg");
	background-repeat: no-repeat;
	background-position: -625px 0px;
	width: 155px;
	height: 45px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.mate {
	background-image: url("../img/g_menu.jpg");
	background-repeat: no-repeat;
	background-position: -780px 0px;
	width: 150px;
	height: 45px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

#g_navi a:hover {
	opacity: 0.5;
	filter: alpha(opacity=70);
	/*for ie 8 */
}

/**************************
/* ブランド**************************/
@media only screen and (min-width: 769px) {
	#brand {
		width: 1000px;
		margin: 20px auto 0;
		text-align: center;
	}

	#fusspflege {
		width: 750px;
		margin: 0 auto 60px;
		text-align: center;
	}

	#school {
		width: 750px;
		margin: 0 auto 60px;
		text-align: center;
	}

	#fsc {
		width: 750px;
		margin: 0 auto 60px;
		text-align: center;
	}

	#sd {
		width: 750px;
		margin: 0 auto 60px;
		text-align: center;
	}

	#brand_list {
		width: 750px;
	}
}

#brand_list td {
	width: 50%;
	padding: 10px;
}

@media only screen and (max-width: 768px) {
	#brand_list {
		width: 100%;
	}

	#brand_list td {
		font-size: 0.8rem;
		font-weight: bold;
		padding: 10px;
	}

	#brand {
		width: 100%;
		margin: 20px auto;
		text-align: center;
	}

	#fusspflege {
		width: 100%;
		margin: 20px auto 60px;
		text-align: center;
	}

	#school {
		width: 100%;
		margin: 20px auto 60px;
		text-align: center;
	}

	#fsc {
		width: 100%;
		margin: 20px auto 100px;
		text-align: center;
	}

	#sd {
		width: 100%;
		margin: 20px auto 60px;
		text-align: center;
	}

	#brand_list {
		width: 100%;
	}
}

#brand nav {
	margin-left: 1em;
}

#brand a:hover {
	opacity: 0.5;
	filter: alpha(opacity=70);
	/*for ie 8 */
}

/*************
/* バナー
*************/

#banner {
	width: 100%;
	height: 80px;
	border-top: 1px solid #ccc;
}

#banner li {
	float: left;
	margin-left: 0.3em;
	margin-top: 0.6em;
}

#banner a:hover {
	opacity: 0.5;
	filter: alpha(opacity=70);
	/*for ie 8 */
}

@media only screen and (max-width: 768px) {
	#banner {
		width: 100%;
		height: auto;
		padding: 0.8em 0.5em;
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		background: #fafafa;
		box-sizing: border-box;
		overflow: hidden;
	}

	#banner ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0.5em;
	}

	#banner li {
		float: none;
		margin: 0;
	}

	#banner li a {
		display: block;
	}

	#banner li img {
		width: 100%;
		height: auto;
		display: block;
		border-radius: 4px;
	}
}

/*************
/* ニュース
*************/
.topics-set {
	margin-bottom: 10px;
}

.news_head {
	font-size: 1.2rem;
	font-weight: bold;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #358cac;
	width: 950px;
	margin: 20px auto 0.5em;
}

@media only screen and (max-width: 768px) {
	.news_head {
		width: auto;
		margin: 15px 0.8em 0.5em;
		font-size: 1rem;
	}
}

.news_head img {
	vertical-align: middle;
	margin-right: 0.3em;
}

.news_head a {
	color: #333;
}

.news_head a:hover {
	color: #73b64c;
}

@media only screen and (min-width: 769px) {
	#news {
		font-family: 'Montserrat', 'Noto Sans JP', 'Hiragino Sans', 'Meiryo', sans-serif;
		width: 100%;
		min-width: 960px;
		margin-top: 0.5em;
		padding: 0.5em 0em;
		background-color: #f0f5fa;
	}

	#news #topics {
		width: 950px;
		margin: 20px auto;
	}

	#news #topics dt {
		float: left;
		clear: left;
		width: 8em;
		font-weight: bold;
		line-height: 2;
	}

	#news #topics dd {
		margin-left: 8em;
		line-height: 2;
		border-bottom: 1px dotted #ccc;
	}
}

.page-title {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: left;
	padding-top: 1.3rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ccc;
}

.midashi {
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
}

@media only screen and (max-width: 768px) {
	#news {
		font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
		width: 100%;
		padding: 0.5em 0;
		background-color: #f0f5fa;
		box-sizing: border-box;
		overflow-x: hidden;
	}

	.news-item {
		padding: 1rem 10px !important;
		background: #fff;
		border-bottom: none !important;
	}

	.news-title {
		font-size: 1.1rem !important;
		line-height: 1.4;
	}

	.news-body {
		font-size: 0.95rem !important;
	}

	.news-body img {
		max-width: 100%;
		height: auto !important;
		display: block;
		margin: 10px auto;
	}

	.news-footer {
		text-align: center !important;
		margin-top: 1rem;
	}

	.news-footer a {
		padding: 0.6rem 1.5rem !important;
		font-size: 0.9rem;
	}

	#news #topics {
		width: auto;
		margin: 30px 0;
		padding: 0 10px;
	}

	#news #topics dt {
		font-weight: bold;
		font-size: 0.85rem;
		margin-top: 0.5em;
	}

	#news #topics dd {
		margin-left: 0;
		padding-bottom: 0.5em;
		border-bottom: 1px dotted #ccc;
	}

	a img {
		max-width: 100%;
	}

	.page-title {
		font-size: 1.1rem;
		padding: 1.2rem 10px;
		line-height: 1.4;
		border-bottom: 2px solid #358cac;
		margin-bottom: 1.5rem;
	}

	#corp_info article {
		padding: 0 5px;
	}

	#corp_info section {
		margin-bottom: 2rem;
	}

	#corp_info h3 {
		font-size: 1.1rem;
		margin-bottom: 0.8rem;
	}
}

.non {
	height: 0px;
	width: 0px;
}

#news a:hover {
	opacity: 0.5;
	filter: alpha(opacity=70);
	/*for ie 8 */
}

#news p {
	display: inline;
}

#news .right {
	padding-right: 2em;
}

.news-item {
	padding: 2rem 0;
	border-bottom: 2px solid #f0f0f0;
}

.news-item:last-child {
	border-bottom: none;
}

.news-item header {
	margin-bottom: 1.5rem;
}

.news-date {
	display: inline-block;
	font-size: 0.9rem;
	font-weight: bold;
	color: #666;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #358cac;
}

.news-title {
	font-size: 1.25rem;
	font-weight: bold;
	color: #333;
	margin-top: 0;
	margin-bottom: 0;
}

.news-body {
	font-family: 'Roboto', 'Hiragino Sans', 'Meiryo', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 0.95rem;
	line-height: 1.8;
}

.news-body2 {
	font-family: 'Roboto', 'Hiragino Sans', 'Meiryo', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 0.95rem;
	line-height: 1.8;
	width: 85%;
}

.news-body a:hover {
	opacity: 0.5;
	filter: alpha(opacity=70);
	/*for ie 8 */
}

.news-footer {
	margin-top: 1.5rem;
	text-align: right;
}

.news-footer a {
	display: inline-flex;
	align-items: center;
	background-color: #358cac;
	color: #fff;
	text-decoration: none;
	padding: 0.75rem 2rem;
	border-radius: 4px;
	font-weight: bold;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.news-footer a:hover {
	background-color: #003366;
	transform: translateY(-2px);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
	opacity: 1;
	filter: none;
}

.news-footer a::after {
	content: '\203A';
	/* right-pointing single chevron */
	font-size: 1.25rem;
	margin-left: 0.5rem;
	transition: transform 0.3s ease;
}

.news-footer a:hover::after {
	transform: translateX(4px);
}


#sem {
	border: 1px solid #333;
}


/*************
/* フッター
*************/

#footer {
	/*	font-family: 'Noto Sans JP', sans-serif;*/
	background-color: #b0c4de;
	text-align: center;
	min-width: 960px;
}

#footer .copyright {
	padding: 0.8em 0;
	font-size: 0.75rem;
	color: #444;
}

/* PC/SP 出し分け */
.footer-sp {
	display: none;
}

@media only screen and (max-width: 768px) {
	.footer-pc {
		display: none !important;
	}

	#footer {
		min-width: 0;
		width: 100%;
		overflow-x: hidden;
		box-sizing: border-box;
		background: linear-gradient(180deg, #003366 0%, #001a33 100%);
	}

	.footer-sp {
		display: block;
		width: 100%;
		padding: 10px 0 0;
		position: relative;
	}

	/* ロゴ */
	.footer-sp__logo {
		padding: 2em 0 1.2em;
		text-align: center;
	}

	.footer-sp__logo img {
		height: 32px;
		width: auto;
		opacity: 0.9;
	}

	/* SP フッターナビ */
	.footer-sp__nav ul {
		list-style: none;
		margin: 0;
		padding: 0 1em;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0;
	}

	.footer-sp__nav li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.footer-sp__nav li:nth-child(odd) {
		border-right: 1px solid rgba(255, 255, 255, 0.08);
	}

	.footer-sp__nav li a {
		display: flex;
		align-items: center;
		gap: 0.6em;
		padding: 0.75em 0.8em;
		color: rgba(255, 255, 255, 0.75);
		font-size: 0.78rem;
		text-decoration: none;
		transition: color 0.2s ease, background-color 0.2s ease;
	}

	.footer-sp__nav li a:hover {
		color: #ffffff;
		background-color: rgba(255, 255, 255, 0.06);
	}

	.footer-sp__nav li a i {
		width: 1.1em;
		text-align: center;
		font-size: 0.85rem;
		color: rgba(255, 255, 255, 0.4);
	}

	/* 会社情報 */
	.footer-sp__info {
		padding: 1.5em 1em 0.5em;
		text-align: center;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.footer-sp__company {
		color: rgba(255, 255, 255, 0.9);
		font-size: 0.85rem;
		font-weight: 600;
		margin-bottom: 0.3em;
		letter-spacing: 0.1em;
	}

	.footer-sp__address {
		color: rgba(255, 255, 255, 0.5);
		font-size: 0.7rem;
	}

	/* コピーライト */
	.footer-sp__copyright {
		padding: 1em 0 1.5em;
		text-align: center;
		color: rgba(255, 255, 255, 0.35);
		font-size: 0.65rem;
		letter-spacing: 0.05em;
	}
}

@media only screen and (min-width: 769px) {
	.footer-sp {
		display: none !important;
	}
}

.logo {
	margin: 10px;
}

.honbun {
	margin: 18px;
}

.splide__slide img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.item_list {
	color: #fff;
	background-color: darkorange;
	font-size: 100%;
	border-radius: 2px/2px;
	font-weight: bold;
	padding: 5px 15px;
}