@charset "utf-8";

/* header
---------------------------------------------------- */
header {
	width: 100%;
	min-width: 1200px;
	background-color: #FFF;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	height: 90px;
}
header .contents {
	width: 100%;
	padding: 0;
}
header .header_logo {
	float: left;
	padding: 19px 30px;
}
header .header_logo img {
	display: block;
}
header .menu {
	float: right;
	padding: 25px 5px 0 0;
}
header .menu li {
	display: inline-block;
	padding: 0 25px 0 0;
}
header .menu li a {
	font-size: 16px;
}
header .menu li.sp {
	display: none;
}
.site-name,
.footer_logo_text {
	display: inline-block;
}

/* contents
---------------------------------------------------- */
.contents {
	width: 1080px;
	margin: 0 auto;
	padding: 0 60px;
}
.blc {
	margin: 100px 0;
}
.sblc {
	margin-top: 55px;
}

/* footer
---------------------------------------------------- */
footer {
	background-color: #1b1b1b;
}
footer .footer_contact {
	padding: 60px 0;
	border-bottom: 1px solid #FFF;
}
footer .footer_contact .index_h2 {
	color: #FFF;
}
footer .footer_contact ul {
	text-align: center;
}
footer .footer_contact ul li {
	display: inline-block;
	width: 345px;
	margin: 0 90px;
	color: #FFF;
	vertical-align: top;
}
footer .footer_contact ul li .tel {
	font-size: 36px;
}
footer .footer_contact ul li a.btn {
	color: #FFF;
	margin-top: 15px;
	border: 2px solid #FFF;
}
footer .footer_contact ul li a.btn span {
	background-image: url("../images/common/arr2.png");
}
footer .footer_contact ul li a.btn::before {
	background: #FFF;
}
footer .footer_contact ul li a.btn:hover {
	color: #454545;
}
footer .footer_menu {
	padding: 50px 0;
}
footer .footer_menu img {
	float: left;
}
footer .footer_menu p {
	float: right;
	color: #FFF;
	padding-top: 12px;
}
footer .footer_logo_text {
	float: left;
	color: #FFF;
	font-size: 24px;
	line-height: 1.4;
}
footer .copy {
	float: right;
}

/* page_top
---------------------------------------------------- */
#page_top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 0;
	z-index: 100;
}
#page_top a {
	display: block;
	width: 60px;
	height: 60px;
}
#page_top a img {
	width: 60px;
	height: 60px;
}

/* anc
---------------------------------------------------- */
.anc {
	margin-top: -120px;
	padding-top: 120px;
	display: block;
}

/* h
---------------------------------------------------- */
.ttl_h2 {
	font-size: 36px;
	font-weight: normal;
	line-height: 1.5;
	color: #1e9a6d;
	margin-bottom: 40px;
}
.ttl_h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
	margin: 60px 0 20px;
	padding-left: 15px;
	border-left: 9px solid #1e9a6d;
}
.ttl_h2 + .ttl_h3 {
	margin-top: 30px;
}

/* front concept
---------------------------------------------------- */
.front_concept {
	background: #4a4a4a;
	padding: 120px 0;
	text-align: center;
	color: #fff;
}
.front_concept_inner {
	max-width: 800px;
	margin: auto;
}
.front_concept_txt {
	margin: 40px 0;
	line-height: 2;
}

/* Concept用ボタン */
.front_concept .concept_btn {
	border: 2px solid #fff;
	color: #fff;
}
.front_concept .concept_btn:hover {
	background: #fff;
	color: #4b4b4b;
}

/* front links
---------------------------------------------------- */
.front_links {
	padding: 100px 0;
	background: #f5f5f5;
}
.front_links_inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.front_link_box {
	width: 32%;
}
.front_link_box a {
	display: block;
	text-decoration: none;
	color: #333;
}
.front_link_box img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 12px;
	transition: 0.3s;
}
.front_link_box a:hover img {
	transform: scale(1.05);
}
.front_link_img {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.front_link_img img {
	width: 100%;
	display: block;
}
.front_link_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	z-index: 2;
	width: 80%;
}
.front_link_img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
	transition: 0.3s;
}
.front_link_box a:hover .front_link_img::after {
	background: rgba(0, 0, 0, 0.5);
}
.front_link_txt h3 {
	font-size: 22px;
	margin-bottom: 10px;
}
.front_link_txt p {
	font-size: 14px;
	line-height: 1.8;
}

@media only screen and (max-width: 740px) {

/* header
---------------------------------------------------- */
header {
	height: 50px;
	position: fixed;
	min-width: 100%;
	z-index: 100;
}
header .contents {
	width: 100%;
}
header .header_logo {
	float: left;
	padding: 5px;
}
header .header_logo img {
	height: 40px;
	display: block;
}
header .h_contact {
	margin: 5px 55px 0 0;
	line-height: 40px;
	height: 40px;
	width: 40px;
	background-size: 20px auto;
}
header .menu {
	margin: 0;
	padding: 0;
	float: none;
}
header .menu li.sp {
	display: inline-block;
}

/* menu */
.d-menu {
	position: absolute;
	top: 5px;
	right: 5px;
}
.panel {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 10;
}
.panel ul.menu li {
	width: 100%;
	height: auto;
	line-height: 50px;
	float: left;
	margin: 0;
	padding: 0;
	background: #454545;
	border-top: 1px solid #FFF;
	border-right: none;
	box-sizing: border-box;
	text-align: left;
}
.panel ul.menu li.close_btn {
	width: 100%;
	float: none;
	background-image: none;
}
.panel ul.menu li a {
	font-size: 14px;
	display: block;
	color: #FFF !important;
	font-weight: bold;
	line-height: inherit;
	text-decoration: none;
	padding: 0 10px;
	box-sizing: border-box;
	border: none;
	position: relative;
}
.panel ul.menu li a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -26px;
	content: '>';
	font-size: 22px;
	color: #FFF;
	font-weight: normal;
	font-stretch: extra-condensed;
}
.panel-btn {
	display: inline-block;
	position: relative;
	width: 38px;
	height: 38px;
	background: #454545;
	border: 1px solid #454545;
}
.panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	margin: -1px 0 0 -10px;
	background: #FFF;
	transition: .2s;
}
.panel-btn-icon:before,
.panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	background: #FFF;
	transition: .3s;
}
.panel-btn-icon:before {
	margin-top: -8px;
}
.panel-btn-icon:after {
	margin-top: 6px;
}
.panel-btn .close {
	background: transparent;
}
.panel-btn .close:before,
.panel-btn .close:after {
	margin-top: 0;
}
.panel-btn .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.panel-btn .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

/* contents
---------------------------------------------------- */
.contents {
	width: 94%;
	margin: 0 auto;
	padding: 0;
}
.blc {
	margin: 60px 0;
}
.sblc {
	margin: 40px 0 0;
}

/* footer
---------------------------------------------------- */
footer .footer_contact {
	padding: 30px 0;
}
footer .footer_contact ul li {
	display: block;
	width: 100%;
	margin: 0;
}
footer .footer_contact ul li .tel {
	font-size: 26px;
}
footer .footer_contact ul li a.btn {
	margin-top: 10px;
}
footer .footer_menu {
	padding: 30px 0;
	text-align: center;
}
footer .footer_menu img {
	float: none;
	width: 50%;
}
footer .footer_menu p {
	float: none;
	font-size: 13px;
}
footer .footer_logo_text {
	float: none;
	font-size: 18px;
	margin-bottom: 10px;
}

/* page_top
---------------------------------------------------- */
#page_top {
	width: 47px;
	height: 47px;
	position: fixed;
	bottom: 0;
}
#page_top a {
	display: block;
	width: 47px;
	height: 47px;
}
#page_top a img {
	width: 47px;
	height: 47px;
}

/* anc
---------------------------------------------------- */
.anc {
	margin-top: -50px;
	padding-top: 50px;
	display: block;
}

/* h
---------------------------------------------------- */
.ttl_h2 {
	font-size: 26px;
	margin-bottom: 25px;
}
.ttl_h3 {
	font-size: 20px;
}
.ttl_h2 + .ttl_h3 {
	margin-top: 20px;
}

/* front concept
---------------------------------------------------- */
.front_concept {
	padding: 70px 0;
}
.front_concept_txt {
	margin: 25px 0;
	padding: 0 10px;
}

/* front links
---------------------------------------------------- */
.front_links {
	padding: 60px 0;
}
.front_links_inner {
	width: 94%;
	display: block;
}
.front_link_box {
	width: 100%;
	margin-bottom: 25px;
}
.front_link_box:last-child {
	margin-bottom: 0;
}
.front_link_box img {
	height: 180px;
}
.front_link_txt {
	width: 85%;
}
.front_link_txt h3 {
	font-size: 18px;
	margin-bottom: 8px;
}
.front_link_txt p {
	font-size: 13px;
	line-height: 1.6;
}
}

@media only screen and (min-width: 741px) {
	.panel {
		display: block !important;
	}
}