@charset "UTF-8";

body {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "游明朝", "MS PMincho", serif !important;
	/* font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "游明朝", "MS PMincho", serif; */
	/* font-family: "Noto Serif JP", serif; */
	/* font-family: "リュウミン", "Ryumin Pro", "Ryumin Pr6N", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", serif!important; */
	/* font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif!important; */
	letter-spacing: 1.5;
}

body {
	margin: 0;
	font-family: Arial, sans-serif;
	color: #3c3c3c;
}

h2 {
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	font-family: "リュウミン", "Ryumin Pro", "Ryumin Pr6N", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", serif !important;
}

#column h3 {
	height: 52px;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: "Noto Serif JP", serif;
}

a {
	color: #3c3c3c;
}

img {
	width: 100%;
}


/** 共通パーツ
********************/
section {
	padding: 50px 0;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.more_btn {
	position: relative;
}

.more_btn a {
	display: block;
	padding: 20px 0;
	text-align: center;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	background-color: #1c1c1c;
}


/** 共通パーツ（※特殊）
********************/
.pc_only {
	display: block;
}

.sm_only {
	display: none;
}

@media (max-width: 750px) {
	.pc_only {
		display: none;
	}

	.sm_only {
		display: block;
	}
}


/** header
********************/
.header {
	background-color: #FFF;
	color: #FFF;
	padding: 20px 40px;
	border-bottom: 1px solid #dddddd;
}

.header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.logo {
	font-size: 20px;
	font-weight: bold;
	line-height: 0;
}

.logo a {
	display: block;
}

.logo img {
	height: 33px;
}

.nav-menu {
	display: flex;
	gap: 30px;
}

.nav-menu a {
	color: #3d3d3d;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 1px;
}

.hamburger {
	display: none;
	flex-direction: column;
	gap: 7px;
	cursor: pointer;
}

.hamburger div {
	width: 30px;
	height: 2px;
	background-color: #373737;
}

.mobile-menu {
	position: fixed;
	top: 0;
	right: -250px;
	width: 250px;
	height: 100%;
	background-color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 60px;
	transition: right 0.4s ease-in-out;
	z-index: 999;
}

.mobile-menu a {
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	margin: 10px 0;
}

.mobile-menu.active {
	right: 0;
}

@media (max-width: 750px) {
	.header {
		padding: 15px 20px;
	}

	.nav-menu {
		display: none;
	}

	.hamburger {
		display: flex;
	}
}


/** FV
********************/
section.fv {
	padding: 0;
}
.fv-title {
	color: transparent;
	font-size: 1px; /* 読み上げ対応のため完全削除は避ける */
	line-height: 0;
	height: 0;
	overflow: hidden;
}


/** info
********************/
#info ul {
	margin-bottom: 50px;
}

#info ul li {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin: 10px 0;
	font-size: 14px;
	border-bottom: solid 1px #c0c0c0;
}

#info ul li:last-child {
	border-bottom: none;
}

#info ul li span.info_day {
	width: auto;
	margin-right: 20px;
	font-size: 15px;
	line-height: normal;
}

#info ul li span.info_tag {
	width: auto;
	height: unset;
	margin-right: 30px;
	padding: 1px 16px;
	background-color: #fff;
	color: #3c3c3c;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	border: solid 1px #3c3c3c;
}

#info .more_btn {
	display: none;
}

.news-item a {
	pointer-events: none;
}

@media (max-width: 750px) {
	#info ul li {
		flex-wrap: wrap;
	}

	.news-item a {
		flex-wrap: wrap !important;
		margin-bottom: 10px !important;
	}

	#info ul li span.info_day {
		margin-bottom: 0;
	}

	#info ul li span.info_tit {
		flex-basis: 100%;
		margin-top: 6px;
	}
}


/** service
********************/
#service {
	background-image: url('../img/service_bg.jpg');
}

#service ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#service ul li {
	width: 32%;
	margin-bottom: 30px;
}

#service ul li a {
	text-decoration: none;
}

#service ul li .service_group {
	position: relative;
}

#service ul li>p {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

#service ul li .service_category {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	height: 100%;
	font-size: 27px;
	color: #FFF;
	font-weight: bold;
	writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: 2px;
}

#service ul li .service_img {
	margin-bottom: 10px;
}

#service ul li .service_img::before {
	content: "";
	display: block;
	border: 1px solid #fff;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10;
}

@media (max-width: 750px) {
	#service ul {
		flex-wrap: wrap;
	}

	#service ul li {
		width: 90%;
		margin: 0 auto 30px;
	}
}


/** area
********************/
#area {
    margin: 0 auto;
    padding: 50px 0;
    background-color: #e3e3e3;
}
#area .area_content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 50px 0;
}
#area .area_content .area_img {
    width: 36%;
}
.area-list {
    display: block;
    width: 40%;
    margin: 0 0 0 50px;
}
#area h2 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 2em;
}
    .area-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.accordion-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #f7f7f7;
    border: none;
    padding: 15px;
    text-align: left;
    cursor: pointer;
    transition: background 0.3s;
}
.accordion-btn:hover {
    background: #eee;
}
.accordion-btn h3 {
    margin: 0;
    font-size: 1.2rem;
}
.accordion-btn .icon {
    font-size: 1.4rem;
    color: #666;
    transition: transform 0.3s;
}
.accordion-btn.active .icon {
    transform: rotate(45deg);
}

/* アニメーション用 */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff;
}
.accordion-content p {
    margin: 0;
    padding: 15px;
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    #area .area_content {
        flex-flow: column;
    }
    #area .area_content .area_img {
        width: 90%;
        margin-bottom: 30px;
    }
    .area-list {
        width: 90%;
        margin: 0;
    }
    .accordion-btn h3 {
        font-size: 1.1rem;
    }
}


/** question
********************/
#question ul li {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #f7f7f7;
	font-size: 15px;
}
#question ul li .question_q {
	position: relative;
	margin-bottom: 20px;
	padding-left: 45px;
	font-size: 17px;
	font-weight: bold;
}
#question ul li .question_q::before{
	content: "Q";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin: auto;
	border-radius: 50%;
	background-color: #2fb2a0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "游明朝", "MS PMincho", serif!important;
}
#question ul li .question_a {
	position: relative;
	padding-left: 45px;
	line-height: 24px;
	font-family: Arial, sans-serif;
}
#question ul li .question_a::before {
	/* content: ''; */
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('../images/faq_a.webp');
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}


/** column
********************/
#column {
	/* background-image: url(../img/service_bg.jpg); */
}

#column ul li {
	box-shadow: 0 0 8px rgba(0, 0, 0, .16);
	background: #FFF;
	width: auto;
}

#column ul {
	height: auto;
	padding-bottom: 50px;
	flex-wrap: nowrap;
}

#column ul li {
	box-shadow: 0 0 8px rgba(0, 0, 0, .16);
	background: #FFF;
}

.post-item a {
	text-decoration-line: none;
}

.post-item a:hover {
	opacity: .8;
}

.column_meta {
	margin: 0 15px;
	margin-bottom: 10px;
}

.column_tit {
	margin: 0 15px;
}

.column_img {
	margin-bottom: 20px;
	margin: 15px;
}

.post-item a {
	text-decoration-line: none;
	padding-bottom: clamp(20px, 2.5vw, 30px);
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#column h3 {
	font-size: clamp(16px, 2.5vw, 18px);
	height: auto;
}

#column .swiper-slide {
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#column .column_tit {
	flex-grow: 1;
	height: 100%;
}

.post-category {
	width: auto;
	height: unset;
	padding: 3px 10px;
	background-color: #fff;
	color: #3c3c3c;
	font-size: 13px;
	line-height: normal;
	text-align: center;
	border: solid 1px #3c3c3c;
	margin-left: 10px;
}

.no-swiper .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.no-swiper .swiper-slide {
	flex: 1 0 calc(25% - 15px);
}
.swiper-wrapper {
	transition-timing-function: ease-in-out;
}

/* #column .swiper-button-next {
	width: 15px;
	height: 15px;
	border: 0;
	border-top: solid 4px #007aff;
	border-right: solid 4px #007aff;
	transform: rotate(45deg);
	position: absolute;
	margin: auto;
}
#column .swiper-button-prev {
	width: 15px;
	height: 15px;
	border: 0;
	border-top: solid 4px #007aff;
	border-left: solid 4px #007aff;
	transform: rotate(-45deg);
	position: absolute;
	margin: auto;
} */
.swiper-button-next,
.swiper-button-prev {
	z-index: 10;
	position: absolute;
}
@media (max-width: 1000px) {
	.no-swiper .swiper-slide {
		flex: 1 0 calc(33.333% - 15px);
	}
}

@media (max-width: 750px) {
	.no-swiper .swiper-slide {
		flex: 1 0 calc(50% - 10px);
	}
}

@media (max-width: 400px) {
	.no-swiper .swiper-slide {
		flex: 1 0 100%;
	}
}

@media (max-width: 750px) {

	#column ul li {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	#column h3 {
		font-size: clamp(13px, 2.5vw, 14px);
	}

	.post-date {
		font-size: clamp(12px, 2.5vw, 13px);
		font-weight: bold;
	}

	.post-category {
		font-size: 12px;
		font-weight: bold;
	}

	.column_img {
		margin-bottom: 20px;
		margin: 8px 8px 10px;
	}
}


/** access
********************/
#access {
	background-image: url(../images/access_bg.jpg);
	background-size: cover;
}

#access h2 {
	color: #FFF;
}

#access h2::after {
	background-color: #FFF;
}

#access .access_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#access .access_content .access_map {
	width: 50%;
}

#access .access_content .access_map iframe {
	width: 100%;
}

#access .access_content .access_details {
	width: 47.5%;
}

#access .access_content .access_details dl {
	font-size: 16px;
	color: #FFF;
}

#access .access_content .access_details dl dt {}

#access .access_content .access_details dl dd {}

@media (max-width: 750px) {
	#access .access_content {
		flex-wrap: wrap;
		flex-direction: column-reverse
	}

	#access .access_content .access_map {
		width: 100%;
	}

	#access .access_content .access_details {
		width: 100%;
		margin-bottom: 20px;
	}
}


/** footer
********************/
footer {
	padding: 50px 0;
	border-top: 1px solid #dddddd;
	background-color: #f7f7f7;
}

footer .logo {
	display: flex;
	justify-content: flex-start;
	max-width: 230px;
	margin-bottom: 50px;
}

footer .footer_menu {
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}

footer .footer_menu .footer_menu_category {
	width: 25%;
}

footer .footer_menu .footer_menu_category ul {}

footer .footer_menu .footer_menu_category ul li {
	margin-bottom: 10px;
}

footer .footer_menu .footer_menu_category ul li:last-child {
	margin-bottom: 0;
}

footer .footer_menu .footer_menu_category dl {
	font-size: 14px;
	color: #445566;
}

footer .footer_menu .footer_menu_category dl dt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	border-bottom: solid 1px #e3e3e3;
}

footer .footer_menu .footer_menu_category dl dd {}

.copy {
	background-color: #000;
}

.copy p {
	padding: 5px 0;
	font-size: 13px;
	text-align: center;
	color: #FFF;
}

@media (max-width: 750px) {
	footer .footer_menu {
		flex-wrap: wrap;
		column-gap: 0;
	}

	footer .footer_menu .footer_menu_category {
		width: 47.5%;
		margin-bottom: 50px;
	}
}